@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #14231f;
  --muted: #63736e;
  --forest: #123c35;
  --forest-2: #1d5a4d;
  --mint: #d9efe7;
  --sand: #e7b766;
  --sand-light: #f7ead0;
  --paper: #f7f8f4;
  --white: #fff;
  --line: #dfe6e1;
  --danger: #a73d3d;
  --shadow: 0 22px 60px rgba(20, 50, 43, .11);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Tajawal', system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.site-header { position: sticky; inset-block-start: 0; z-index: 50; background: rgba(247, 248, 244, .92); border-bottom: 1px solid rgba(18, 60, 53, .08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 45px; height: 45px; border-radius: 14px 14px 7px 14px; display: grid; place-items: center; background: var(--forest); color: white; font-weight: 800; letter-spacing: -.5px; box-shadow: 0 10px 28px rgba(18, 60, 53, .25); }
.brand b { font-size: 20px; display: block; line-height: 1; }
.brand small { font-size: 11px; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 600; }
.main-nav a:hover { color: var(--forest-2); }
.main-nav .nav-telegram { padding: 10px 18px; border-radius: 13px; color: white; background: var(--forest); }
.menu-button { display: none; border: 0; background: transparent; font-size: 26px; }

.hero { min-height: 640px; position: relative; overflow: hidden; background: radial-gradient(circle at 15% 20%, rgba(231, 183, 102, .27), transparent 27%), linear-gradient(135deg, #edf5ef, #f9f7ef 65%); }
.hero:before { content: ''; position: absolute; width: 420px; height: 420px; border: 70px solid rgba(18,60,53,.045); border-radius: 50%; inset: -230px auto auto -80px; }
.hero-road { position: absolute; width: 900px; height: 160px; left: -250px; bottom: -70px; transform: rotate(13deg); border-radius: 50%; border-top: 3px dashed rgba(18,60,53,.15); }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { display: inline-block; color: var(--forest-2); font-size: 13px; font-weight: 800; letter-spacing: .3px; margin-bottom: 12px; }
.hero h1, .page-hero h1 { font-size: clamp(42px, 6vw, 76px); line-height: 1.08; margin: 0 0 22px; letter-spacing: -2.5px; }
.hero h1 em { color: var(--forest-2); font-style: normal; position: relative; }
.hero h1 em:after { content: ''; height: 8px; background: var(--sand); border-radius: 20px; position: absolute; inset: auto 0 2px; z-index: -1; opacity: .7; }
.hero-copy > p { max-width: 650px; font-size: 19px; color: var(--muted); }
.hero-search { display: flex; background: white; padding: 8px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); margin: 28px 0 20px; max-width: 680px; }
.hero-search input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 10px 16px; outline: none; }
.hero-search button { border: 0; border-radius: 12px; background: var(--forest); color: white; padding: 12px 25px; font-weight: 700; cursor: pointer; }
.hero-search.slim { max-width: 700px; margin-inline: auto; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 14px; padding: 12px 20px; font-weight: 700; background: white; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,50,43,.1); }
.button.primary { color: white; border-color: var(--forest); background: var(--forest); }
.button.ghost { background: transparent; border-color: rgba(18,60,53,.25); }
.button.small { padding: 8px 14px; font-size: 13px; }
.button.wide { width: 100%; }
.hero-panel { perspective: 900px; }
.route-card { position: relative; min-height: 410px; padding: 40px; color: white; border-radius: 38px 38px 14px 38px; background: linear-gradient(145deg, #123c35, #1d5a4d); box-shadow: 0 45px 90px rgba(18,60,53,.3); transform: rotateY(5deg) rotateZ(-1.2deg); overflow: hidden; }
.route-card:after { content: '················'; position: absolute; color: rgba(255,255,255,.16); font-size: 40px; letter-spacing: 8px; transform: rotate(-35deg); bottom: 10px; left: -30px; }
.route-badge { display: inline-flex; padding: 7px 12px; border-radius: 99px; background: rgba(255,255,255,.13); font-size: 12px; }
.route-icon { font-size: 70px; color: var(--sand); margin: 42px 0 0; line-height: 1; }
.route-card h2 { font-size: 30px; line-height: 1.2; margin: 10px 0; }
.route-card p { color: rgba(255,255,255,.74); }
.route-steps { display: flex; gap: 12px; position: absolute; bottom: 34px; right: 40px; left: 40px; }
.route-steps span { flex: 1; font-size: 11px; padding-top: 9px; border-top: 2px solid rgba(255,255,255,.22); }

.stats-strip { background: var(--forest); color: white; }
.stats-grid { min-height: 120px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.stats-grid div { padding: 12px 35px; border-left: 1px solid rgba(255,255,255,.12); }
.stats-grid div:last-child { border: 0; }
.stats-grid strong { display: block; font-size: 31px; line-height: 1.1; }
.stats-grid span { color: rgba(255,255,255,.6); font-size: 13px; }
.section { padding-block: 90px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font-size: clamp(28px,4vw,42px); letter-spacing: -1px; }
.section-heading > a { color: var(--forest-2); font-weight: 700; }
.section-heading.light, .section-heading.light a, .section-heading.light .eyebrow { color: white; }

.listing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.listing-grid.compact { grid-template-columns: repeat(4,1fr); }
.listing-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .22s ease; }
.listing-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.listing-media { display: block; height: 205px; background: #e9efe9; position: relative; overflow: hidden; }
.listing-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.listing-card:hover img { transform: scale(1.05); }
.media-placeholder { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 8px; color: rgba(18,60,53,.45); background: linear-gradient(135deg,#e4eee7,#f7ecd5); }
.media-placeholder i { font-size: 38px; font-weight: 800; font-style: normal; }
.media-placeholder.large { min-height: 500px; }
.listing-type { position: absolute; top: 13px; right: 13px; padding: 5px 10px; border-radius: 9px; background: rgba(255,255,255,.92); color: var(--forest); font-size: 11px; font-weight: 800; }
.listing-body { padding: 17px; }
.listing-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; }
.listing-body h3 { font-size: 18px; line-height: 1.35; margin: 8px 0 18px; min-height: 48px; }
.listing-bottom { padding-top: 14px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.listing-bottom strong { color: var(--forest); font-size: 19px; }
.listing-bottom strong small { font-size: 11px; }
.listing-bottom > span { color: var(--muted); font-size: 11px; }
.empty-state { padding: 70px 25px; text-align: center; border: 1px dashed #bfcac3; border-radius: var(--radius); background: rgba(255,255,255,.55); }
.empty-state > span { font-size: 50px; color: var(--forest-2); }
.empty-state h3 { font-size: 25px; margin: 8px 0; }
.empty-state p { color: var(--muted); }

.knowledge-band { background: var(--forest); color: white; position: relative; overflow: hidden; }
.knowledge-band:before { content: ''; position: absolute; inset: -150px auto auto -100px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; position: relative; }
.knowledge-card { padding: 28px; min-height: 245px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); transition: .2s ease; }
.knowledge-card:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.knowledge-card > span { color: var(--sand); font-size: 12px; font-weight: 700; }
.knowledge-card h3 { font-size: 24px; line-height: 1.35; margin: 18px 0 10px; }
.knowledge-card p { color: rgba(255,255,255,.68); }
.knowledge-card small { color: rgba(255,255,255,.45); }
.journey-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.journey-grid h2 { font-size: 42px; line-height: 1.2; margin: 0 0 18px; }
.journey-grid p { color: var(--muted); font-size: 18px; }
.journey-list { display: grid; gap: 12px; }
.journey-list > div { padding: 21px; display: flex; gap: 17px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 18px; }
.journey-list b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--sand-light); color: #98681e; }
.journey-list span { display: grid; }
.journey-list small { color: var(--muted); }

.page-hero { padding: 90px 0 75px; text-align: center; background: linear-gradient(135deg,#eaf3ec,#f9f5e9); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(38px,5vw,62px); margin-bottom: 13px; }
.page-hero p { margin: auto; color: var(--muted); font-size: 18px; max-width: 760px; }
.knowledge-hero { color: white; background: radial-gradient(circle at 20% 40%,rgba(231,183,102,.25),transparent 25%), var(--forest); }
.knowledge-hero p { color: rgba(255,255,255,.7); }
.knowledge-hero .eyebrow { color: var(--sand); }
.reels-hero { color: white; background: linear-gradient(135deg,#2d1d36,#63373d); }
.reels-hero p { color: rgba(255,255,255,.7); }
.reels-hero .eyebrow { color: #f2cbd1; }
.services-hero { background: linear-gradient(135deg,#f5e7c7,#ecf2e7); }

.market-layout { display: grid; grid-template-columns: 265px 1fr; gap: 28px; padding-block: 45px 90px; align-items: start; }
.filter-panel { position: sticky; top: 100px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.filter-panel h2 { margin-top: 0; font-size: 21px; }
label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--muted); font-size: 13px; font-weight: 600; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 11px 13px; background: white; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(29,90,77,.09); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.clear-link { display: block; text-align: center; margin-top: 11px; font-size: 12px; color: var(--muted); }
.results-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.results-head h2 { margin: 0; font-size: 20px; }
.market-results .listing-grid { grid-template-columns: repeat(3,1fr); }

.breadcrumbs { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 13px; margin: 28px 0; overflow: hidden; white-space: nowrap; }
.breadcrumbs a { color: var(--forest-2); }
.listing-page { padding-bottom: 90px; }
.listing-detail-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 30px; align-items: start; }
.gallery-main { min-height: 520px; border-radius: 28px; overflow: hidden; position: relative; background: #e6ece8; }
.gallery-main > img { width: 100%; height: 520px; object-fit: cover; }
.verified-badge { position: absolute; top: 18px; right: 18px; padding: 8px 13px; border-radius: 11px; background: rgba(255,255,255,.93); color: var(--forest); font-size: 12px; font-weight: 800; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; margin-top: 9px; }
.gallery-thumbs img { width: 100%; height: 85px; object-fit: cover; border-radius: 12px; }
.description-card, .listing-summary, .interest-form { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin-top: 20px; }
.description-card h2, .interest-form h2 { margin-top: 0; }
.description-card p { white-space: pre-line; color: #394943; }
.spec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.spec-grid > div { background: var(--paper); padding: 13px; border-radius: 12px; display: grid; }
.spec-grid span { color: var(--muted); font-size: 11px; }
.listing-sidebar { position: sticky; top: 100px; }
.listing-summary h1 { font-size: 28px; line-height: 1.3; margin: 8px 0 12px; }
.summary-location { color: var(--muted); }
.summary-price { font-size: 35px; font-weight: 800; color: var(--forest); margin: 20px 0; }
.summary-price small { font-size: 13px; }
.mini-stats { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.interest-form p { color: var(--muted); font-size: 13px; }
.success-note, .error-note { padding: 11px; border-radius: 10px; margin-bottom: 14px; background: #e2f3e9; color: #286641; }
.error-note { background: #f7e3e3; color: var(--danger); }

.topic-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.topic-chips a { padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; background: white; font-size: 12px; }
.topic-chips a.active { color: white; background: var(--forest); border-color: var(--forest); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-card { min-height: 270px; display: flex; flex-direction: column; padding: 26px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.article-card > span { color: var(--forest-2); font-size: 12px; font-weight: 700; }
.article-card h2 { font-size: 23px; line-height: 1.35; }
.article-card p { color: var(--muted); flex: 1; }
.article-card > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.article-card a { color: var(--forest-2); font-weight: 700; }
.article-page { padding-bottom: 100px; }
.article-page > header { max-width: 880px; margin: 45px auto; text-align: center; }
.article-page > header h1 { font-size: clamp(38px,5vw,60px); line-height: 1.2; margin: 5px 0 15px; }
.article-page > header > p { color: var(--muted); font-size: 19px; }
.article-meta { display: flex; gap: 9px; justify-content: center; flex-wrap: wrap; }
.article-meta span { padding: 6px 11px; border-radius: 99px; background: white; border: 1px solid var(--line); font-size: 11px; }
.article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 35px; align-items: start; }
.article-content { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(25px,5vw,55px); font-size: 18px; line-height: 2; }
.trust-card, .dispute-card { padding: 22px; border-radius: 18px; background: var(--forest); color: white; margin-bottom: 15px; }
.trust-card p, .trust-card li { color: rgba(255,255,255,.7); font-size: 13px; }
.dispute-card { background: var(--sand-light); color: #6a4d20; }

.reels-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.reel-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 25px; }
.reel-visual { height: 330px; display: grid; place-items: center; position: relative; color: white; background: radial-gradient(circle at 30% 25%,#b98170,transparent 30%), linear-gradient(155deg,#2d1d36,#123c35); }
.reel-visual > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 24px; }
.reel-visual small { position: absolute; bottom: 12px; left: 12px; padding: 4px 7px; border-radius: 7px; background: rgba(0,0,0,.5); }
.reel-card > div:last-child { padding: 18px; }
.reel-card > div:last-child > span { font-size: 11px; color: #9a5360; }
.reel-card h2 { font-size: 18px; margin: 6px 0; }
.reel-card p { color: var(--muted); font-size: 12px; }
.empty-note { text-align: center; margin-top: 45px; padding: 40px; border-radius: var(--radius); background: var(--sand-light); }
.empty-note h2 { margin: 0; font-size: 29px; }
.service-categories { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-categories > div { padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.service-categories > div > span { font-size: 36px; }
.service-categories h2 { margin: 12px 0 5px; }
.service-categories p { color: var(--muted); }

.auth-page { min-height: 700px; display: grid; place-items: center; padding: 60px 18px; background: radial-gradient(circle at 30% 20%,rgba(231,183,102,.25),transparent 25%), #edf3ec; }
.auth-card { width: min(430px,100%); padding: 40px; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.auth-card .brand-mark { margin-bottom: 20px; }
.auth-card h1 { margin: 0; font-size: 32px; }
.auth-card > p { color: var(--muted); }
.admin-shell { padding-block: 45px 90px; }
.admin-head { display: flex; justify-content: space-between; align-items: center; }
.admin-head h1 { margin: 0; font-size: 38px; }
.admin-tabs { display: flex; gap: 8px; margin: 25px 0; padding-bottom: 12px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.admin-tabs a { padding: 8px 15px; white-space: nowrap; border-radius: 10px; }
.admin-tabs a.active { color: white; background: var(--forest); }
.admin-stats { display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; margin-bottom: 22px; }
.admin-stats > div { min-height: 105px; padding: 18px; display: grid; align-content: center; background: white; border: 1px solid var(--line); border-radius: 17px; }
.admin-stats strong { font-size: 25px; color: var(--forest); }
.admin-stats span { color: var(--muted); font-size: 11px; }
.admin-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 18px; margin-bottom: 18px; }
.admin-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.card-head { display: flex; justify-content: space-between; align-items: center; }
.card-head h2, .admin-card h2 { margin-top: 0; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { padding: 13px 10px; text-align: right; border-bottom: 1px solid var(--line); font-size: 13px; }
th { color: var(--muted); font-size: 11px; }
.status { display: inline-flex; padding: 4px 8px; border-radius: 7px; background: #edf0ed; font-size: 10px; }
.status.active, .status.completed { background: #dff3e8; color: #286641; }
.status.pending, .status.review, .status.needs_input { background: var(--sand-light); color: #795922; }
.status.failed, .status.rejected { background: #f7e3e3; color: var(--danger); }
.upload-box { display: grid; gap: 12px; padding: 18px; border: 1px dashed #b9c5be; border-radius: 15px; background: var(--paper); }
.actions { display: flex; gap: 6px; }
.actions form { margin: 0; }
.approve, .reject { border: 0; border-radius: 8px; padding: 6px 10px; cursor: pointer; background: #dff3e8; color: #286641; }
.reject { background: #f7e3e3; color: var(--danger); }
.archive-search { display: grid; grid-template-columns: 1fr 220px auto; gap: 10px; margin: 24px 0 16px; }
.message-cell { max-width: 560px; white-space: normal; line-height: 1.6; }
.pager { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; }

.site-footer { padding-top: 65px; color: white; background: #0b2924; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-brand .brand-mark { background: var(--sand); color: var(--forest); }
.footer-brand b { color: white; }
.site-footer p { max-width: 470px; color: rgba(255,255,255,.55); }
.site-footer h3 { font-size: 14px; color: var(--sand); }
.site-footer div > a { display: block; color: rgba(255,255,255,.65); margin: 7px 0; font-size: 13px; }
.footer-bottom { margin-top: 45px; padding: 18px 0; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; padding-block: 80px; }
  .hero-panel { max-width: 560px; }
  .listing-grid, .listing-grid.compact { grid-template-columns: repeat(2,1fr); }
  .market-results .listing-grid { grid-template-columns: repeat(2,1fr); }
  .knowledge-grid, .article-grid { grid-template-columns: repeat(2,1fr); }
  .listing-detail-grid, .article-layout { grid-template-columns: 1fr; }
  .listing-sidebar { position: static; }
  .journey-grid { gap: 35px; }
  .reels-grid { grid-template-columns: repeat(2,1fr); }
  .admin-stats { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 760px) {
  .nav-wrap { min-height: 68px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 68px; right: 18px; left: 18px; padding: 18px; align-items: stretch; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 9px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-block: 55px; gap: 35px; }
  .hero h1 { letter-spacing: -1.5px; }
  .hero-copy > p { font-size: 16px; }
  .hero-search { flex-direction: column; }
  .route-card { min-height: 370px; transform: none; }
  .route-steps { right: 25px; left: 25px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); padding-block: 14px; }
  .stats-grid div { border: 0; padding: 15px; }
  .section { padding-block: 60px; }
  .section-heading { align-items: start; flex-direction: column; }
  .listing-grid, .listing-grid.compact, .market-results .listing-grid, .knowledge-grid, .article-grid, .service-categories { grid-template-columns: 1fr; }
  .journey-grid, .market-layout, .admin-grid { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .listing-media { height: 240px; }
  .gallery-main, .gallery-main > img { min-height: 340px; height: 340px; }
  .spec-grid { grid-template-columns: repeat(2,1fr); }
  .article-page > header { margin: 25px auto; }
  .article-content { font-size: 16px; }
  .reels-grid { grid-template-columns: 1fr 1fr; }
  .reel-visual { height: 265px; }
  .admin-stats { grid-template-columns: repeat(2,1fr); }
  .archive-search { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 440px) {
  .container { width: min(100% - 24px,1180px); }
  .brand small { display: none; }
  .route-card { padding: 28px; }
  .reels-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
}
