*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; -webkit-text-size-adjust:100%; }
body { font-family:'Inter',system-ui,sans-serif; background:#fff; color:#1A1A2E; line-height:1.65; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; }

.wrap { width:92%; max-width:1100px; margin-inline:auto; }

/* ── BUTTONS ── */
.cta-btn {
    display:inline-flex; align-items:center; gap:7px;
    padding:12px 24px; background:#1C3A6E; color:#fff;
    border:none; border-radius:100px;
    font-family:'Inter',system-ui,sans-serif; font-weight:700; font-size:14px;
    cursor:pointer; white-space:nowrap;
    transition:background .2s, transform .18s, box-shadow .2s;
    box-shadow:0 4px 16px rgba(28,58,110,.25);
}
.cta-btn:hover { background:#152D57; transform:translateY(-2px); box-shadow:0 8px 24px rgba(28,58,110,.30); }
.cta-btn:active { transform:translateY(0); }
.cta-btn--lg { padding:14px 30px; font-size:16px; }
.cta-btn--white { background:#fff; color:#1C3A6E; box-shadow:0 4px 16px rgba(0,0,0,.12); }
.cta-btn--white:hover { background:#f0f4ff; box-shadow:0 8px 24px rgba(0,0,0,.16); }
.ghost-btn {
    display:inline-flex; align-items:center; gap:7px;
    padding:12px 24px; background:transparent; color:#1C3A6E;
    border:1.5px solid #1C3A6E; border-radius:100px;
    font-family:'Inter',system-ui,sans-serif; font-weight:600; font-size:14px;
    cursor:pointer; white-space:nowrap; transition:all .2s;
}
.ghost-btn:hover { background:rgba(28,58,110,.08); }

/* ── LABELS / HEADINGS ── */
.label {
    display:inline-block; font-size:12px; font-weight:700;
    letter-spacing:.12em; text-transform:uppercase; color:#C8891A; margin-bottom:10px;
}
.label--light { color:rgba(255,255,255,.65); }
.heading { font-size:clamp(22px,4vw,36px); font-weight:800; line-height:1.2; color:#1A1A2E; margin-bottom:12px; letter-spacing:-.01em; }
.heading span { color:#1C3A6E; }
.subtext { font-size:15px; color:#5C6370; max-width:640px; line-height:1.75; margin-bottom:32px; }
.section-cta { text-align:center; margin-top:36px; }

/* ── SECTIONS ── */
.section { padding:clamp(48px,8vw,88px) 0; }
.section--gray { background:#F5F6FA; }

/* ── HEADER ── */
.header {
    position:sticky; top:0; z-index:800;
    background:rgba(255,255,255,.97); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
    border-bottom:1px solid #E4E7EE; box-shadow:0 2px 14px rgba(0,0,0,.07);
}
.header-row { display:flex; align-items:center; justify-content:space-between; height:68px; }
.logo-link { display:flex; align-items:center; }
.logo-group { display:flex; align-items:center; gap:10px; }
.logo { height:36px; width:auto; object-fit:contain; }
.logo-klick { height:32px; }
.logo-seu { height:44px; border-radius:6px; }
.logo-sep { width:1px; height:32px; background:#E4E7EE; }
.header-actions { display:flex; align-items:center; gap:8px; }
.icon-btn {
    width:38px; height:38px; border-radius:50%; border:1.5px solid #E4E7EE;
    display:flex; align-items:center; justify-content:center;
    font-size:15px; color:#5C6370; transition:all .18s;
}
.icon-btn:hover { border-color:#1C3A6E; color:#1C3A6E; }
.icon-wa { border-color:rgba(37,211,102,.3); color:#16a34a; }
.icon-wa:hover { background:rgba(37,211,102,.08); border-color:#16a34a; }

/* ── HERO ── */
.hero { background:#fff; padding:28px 0 40px; border-bottom:1px solid #E4E7EE; }
.hero-wrap { display:flex; flex-direction:column; gap:28px; }
.hero-poster { width:100%; }
.poster {
    background:#fff; border:1.5px solid #E4E7EE; border-radius:22px;
    overflow:hidden; box-shadow:0 12px 40px rgba(0,0,0,.11);
    max-width:480px; margin:0 auto;
}
.poster-topbar { display:flex; align-items:center; gap:8px; padding:11px 16px; border-bottom:1px solid #E4E7EE; background:#fff; }
.poster-brand { font-size:14px; font-weight:800; color:#1C3A6E; display:flex; align-items:center; }
.poster-brand img { height:22px; width:auto; }
.poster-sep { color:#9BA3AF; font-size:12px; }
.poster-partner { font-size:12px; font-weight:600; color:#5C6370; display:flex; align-items:center; gap:6px; }
.poster-partner img { height:24px; width:auto; border-radius:3px; }
.poster-strip { background:#1C3A6E; color:#fff; text-align:center; padding:6px 12px; font-size:10px; font-weight:700; letter-spacing:.10em; }
.poster-badge-wrap { display:flex; justify-content:center; padding:10px 16px 0; }
.poster-badge { background:#1A1A2E; color:#fff; font-size:9px; font-weight:700; letter-spacing:.08em; padding:5px 14px; border-radius:100px; }
.poster-photo { margin:12px 16px 0; border-radius:10px; overflow:hidden; background:#F5F6FA; }
.seu-logo-img { width:100%; height:auto; display:block; }
.poster-bottom { display:flex; justify-content:space-around; padding:10px 8px 12px; background:#1C3A6E; }
.pb-item { display:flex; flex-direction:column; align-items:center; gap:4px; font-size:9px; font-weight:700; color:rgba(255,255,255,.85); letter-spacing:.04em; text-transform:uppercase; text-align:center; }
.pb-item i { font-size:16px; color:#E8A020; }

/* HERO COPY */
.hero-copy { width:100%; }
.hero-tag {
    display:inline-flex; align-items:center; gap:7px;
    background:#F5F6FA; border:1px solid #E4E7EE; border-radius:100px;
    padding:6px 14px 6px 10px; font-size:12px; font-weight:600; color:#5C6370; margin-bottom:18px;
}
.tag-dot { width:7px; height:7px; border-radius:50%; background:#22c55e; animation:blink 2s infinite; flex-shrink:0; }
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.3)} }
.hero-title { font-size:clamp(1.3rem,6vw,3.2rem); font-weight:800; line-height:1.15; letter-spacing:-.02em; color:#1A1A2E; margin-bottom:16px; }
.title-highlight { color:#1C3A6E; display:inline-block; }
.hero-body { font-size:15px; color:#5C6370; line-height:1.75; margin-bottom:20px; max-width:480px; }
.hero-body strong { color:#1A1A2E; }
.hero-list { list-style:none; display:flex; flex-direction:column; gap:9px; margin-bottom:26px; }
.hero-list li { display:flex; align-items:center; gap:10px; font-size:15px; font-weight:500; color:#5C6370; }
.hero-list li i { width:20px; height:20px; border-radius:50%; background:rgba(28,58,110,.08); border:1px solid rgba(28,58,110,.18); display:flex; align-items:center; justify-content:center; font-size:9px; color:#1C3A6E; flex-shrink:0; }
.hero-btns { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:16px; }
.hero-note { font-size:14px; color:#5C6370; display:flex; align-items:center; gap:6px; }
.hero-note i { color:#1C3A6E; font-size:11px; }

/* ── STATS BAR ── */
.stats-bar { background:#fff; border-bottom:1px solid #E4E7EE; padding:20px 0; }
.stats-row { display:flex; align-items:center; justify-content:space-around; }
.stat { display:flex; flex-direction:column; align-items:center; text-align:center; flex:1; padding:6px 8px; gap:4px; }
.stat strong { font-size:clamp(20px,3.5vw,30px); font-weight:800; color:#1C3A6E; line-height:1; letter-spacing:-.02em; }
.stat span { font-size:12px; color:#9BA3AF; font-weight:600; line-height:1.3; }
.stat-line { width:1px; height:40px; background:#E4E7EE; flex-shrink:0; }

/* ── CARDS ── */
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.card-grid--4 { grid-template-columns:repeat(4,1fr); }
.card { background:#fff; border:1.5px solid #E4E7EE; border-radius:16px; padding:22px 18px; transition:transform .2s, box-shadow .2s, border-color .2s; }
.section--gray .card { background:#fff; }
.section:not(.section--gray) .card { background:#F5F6FA; }
.card:hover { transform:translateY(-3px); box-shadow:0 4px 16px rgba(0,0,0,.08); border-color:rgba(28,58,110,.18); }
.card-icon { width:40px; height:40px; border-radius:10px; background:rgba(28,58,110,.08); border:1px solid rgba(28,58,110,.18); display:flex; align-items:center; justify-content:center; font-size:16px; color:#1C3A6E; margin-bottom:14px; transition:all .2s; }
.card:hover .card-icon { background:#1C3A6E; color:#fff; border-color:#1C3A6E; }
.card h3 { font-size:16px; font-weight:700; color:#1A1A2E; margin-bottom:7px; line-height:1.3; }
.card p { font-size:15px; color:#5C6370; line-height:1.65; }

/* Step number badge */
.step-num { display:inline-block; background:rgba(28,58,110,.08); border:1px solid rgba(28,58,110,.18); color:#1C3A6E; font-size:10px; font-weight:800; letter-spacing:.1em; padding:3px 10px; border-radius:100px; margin-bottom:12px; }

/* Food banner */
.food-banner {
    display:flex; align-items:center; justify-content:space-between; gap:20px;
    background:#fff; border:1.5px solid #E4E7EE; border-radius:16px;
    padding:22px 28px; margin-top:20px;
}
.food-left { display:flex; align-items:center; gap:18px; }
.food-emoji { font-size:40px; line-height:1; }
.food-left h4 { font-size:16px; font-weight:700; color:#1A1A2E; margin-bottom:4px; }
.food-left p { font-size:13px; color:#5C6370; line-height:1.5; }

/* ── BENEFIT GRID (Why Tajikistan) ── */
.benefit-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.benefit-item {
    display:flex; align-items:flex-start; gap:16px;
    background:#F5F6FA; border:1.5px solid #E4E7EE; border-radius:14px;
    padding:20px 20px; transition:border-color .2s, box-shadow .2s;
}
.benefit-item:hover { border-color:rgba(28,58,110,.2); box-shadow:0 4px 16px rgba(0,0,0,.07); }
.benefit-icon {
    width:46px; height:46px; border-radius:12px; flex-shrink:0;
    background:#1C3A6E; color:#fff;
    display:flex; align-items:center; justify-content:center; font-size:18px;
}
.benefit-item h4 { font-size:15px; font-weight:700; color:#1A1A2E; margin-bottom:5px; }
.benefit-item p { font-size:13px; color:#5C6370; line-height:1.6; }
.benefit-cta {
    grid-column:1 / -1;
    display:flex; align-items:center; justify-content:space-between; gap:20px;
    background:rgba(28,58,110,.06); border:1.5px solid rgba(28,58,110,.15);
    border-radius:14px; padding:22px 28px;
}
.benefit-cta h4 { font-size:17px; font-weight:700; color:#1A1A2E; margin-bottom:5px; }
.benefit-cta p { font-size:13px; color:#5C6370; }
@media (max-width:600px) {
    .benefit-grid { grid-template-columns:1fr; }
    .benefit-cta { flex-direction:column; align-items:flex-start; }
}

/* ── LOGO TEXT BADGE ── */
.logo-txt-badge { font-size:13px; font-weight:800; color:#1C3A6E; letter-spacing:.02em; }

/* ── TWO COL (Eligibility + Documents) ── */
.two-col { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.info-box { background:#fff; border:1.5px solid #E4E7EE; border-radius:16px; padding:28px 24px; }
.info-box h3 { font-size:17px; font-weight:700; color:#1A1A2E; margin-bottom:18px; display:flex; align-items:center; gap:10px; }
.info-box h3 i { color:#1C3A6E; }
.info-list { list-style:none; display:flex; flex-direction:column; gap:10px; }
.info-list li { display:flex; align-items:flex-start; gap:10px; font-size:14px; color:#5C6370; line-height:1.6; }
.info-list li i { color:#1C3A6E; font-size:11px; margin-top:4px; flex-shrink:0; width:14px; }
@media (max-width:768px) { .two-col { grid-template-columns:1fr; } }

/* ── COMPARISON TABLE ── */
.tbl-outer { overflow-x:auto; border-radius:14px; box-shadow:0 8px 32px rgba(0,0,0,.10); }
.cmp-tbl { width:100%; border-collapse:collapse; background:#fff; border-radius:14px; overflow:hidden; }
.cmp-tbl thead tr { background:#1C3A6E; }
.cmp-tbl th { padding:18px 20px; text-align:center; font-size:14px; font-weight:700; color:#fff; }
.col-param { text-align:left !important; color:rgba(255,255,255,.7) !important; }
.col-india { color:rgba(255,255,255,.8) !important; }
.col-seu { background:rgba(232,160,32,.2) !important; color:#E8A020 !important; }
.th-logo { height:28px; width:auto; object-fit:contain; border-radius:4px; display:inline-block; vertical-align:middle; margin-right:6px; }
.badge-best { display:inline-block; background:#E8A020; color:#1A1A2E; font-size:10px; font-weight:800; padding:2px 8px; border-radius:100px; margin-left:6px; letter-spacing:.06em; vertical-align:middle; }
.cmp-tbl td { padding:16px 20px; font-size:14px; border-bottom:1px solid #F5F6FA; text-align:center; }
.cmp-tbl td:first-child { text-align:left; font-weight:600; color:#1A1A2E; }
.cmp-tbl tbody tr:last-child td { border-bottom:none; }
.cmp-tbl tbody tr:hover td { background:#fafbff; }
td.bad { color:#dc2626; } td.bad i { color:#dc2626; margin-right:5px; }
td.good { color:#16a34a; font-weight:700; } td.good i { color:#16a34a; margin-right:5px; }
td.good.seu-col { background:rgba(22,163,74,.04); }
td.neutral { color:#5C6370; }
td.highlight { color:#1A1A2E; font-weight:600; } td.highlight i { color:#E8A020; margin-right:5px; }
td.highlight.seu-col { background:rgba(232,160,32,.04); }
.tbl-note { font-size:12px; color:#9BA3AF; text-align:center; margin-top:12px; }

/* ── URGENCY ── */
.urgency { background:#1C3A6E; padding:clamp(36px,6vw,64px) 0; position:relative; overflow:hidden; }
.urgency::before { content:''; position:absolute; width:400px; height:400px; border-radius:50%; background:radial-gradient(circle,rgba(232,160,32,.10) 0%,transparent 65%); top:-150px; right:-80px; pointer-events:none; }
.urgency-inner { display:flex; align-items:center; justify-content:space-between; gap:28px; position:relative; z-index:1; }
.urgency-title { font-size:clamp(18px,3vw,26px); font-weight:800; color:#fff; line-height:1.3; letter-spacing:-.01em; margin-bottom:7px; }
.urgency-text { max-width:580px; }

/* ── REVIEWS ── */
.rating-row { display:flex; align-items:center; gap:12px; margin-bottom:28px; flex-wrap:wrap; }
.rating-num { font-size:38px; font-weight:800; color:#1A1A2E; line-height:1; }
.stars { font-size:20px; color:#E8A020; display:flex; gap:3px; }
.g-link { font-size:14px; color:#1C3A6E; text-decoration:underline; }
.rv-card { position:relative; }
.rv-quote { font-size:64px; font-weight:900; color:rgba(232,160,32,.18); line-height:.8; position:absolute; top:14px; right:18px; font-family:Georgia,serif; }
.rv-card > p { font-size:14px !important; color:#5C6370 !important; line-height:1.7 !important; margin-bottom:20px !important; position:relative; }
.rv-author { display:flex; align-items:center; gap:12px; }
.avi { width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:15px; font-weight:800; color:#fff; flex-shrink:0; }
.avi-navy { background:#1C3A6E; }
.avi-gold { background:#E8A020; color:#1A1A2E; }
.rv-author strong { font-size:14px; font-weight:700; display:block; color:#1A1A2E; }
.mini-stars { font-size:11px; color:#E8A020; display:flex; gap:2px; margin-top:3px; }

/* ── FAQ ── */
.faq-layout { display:grid; grid-template-columns:260px 1fr; gap:56px; align-items:start; }
.faq-list { display:flex; flex-direction:column; gap:9px; }
.faq-item { background:#fff; border:1.5px solid #E4E7EE; border-radius:10px; overflow:hidden; transition:border-color .2s; }
.faq-item[open] { border-color:rgba(28,58,110,.18); }
.faq-btn { width:100%; background:none; border:none; padding:15px 16px; font-family:'Inter',system-ui,sans-serif; font-size:15px; font-weight:600; color:#1A1A2E; text-align:left; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:12px; transition:background .15s; list-style:none; }
.faq-btn::-webkit-details-marker { display:none; }
.faq-btn:hover { background:#F5F6FA; }
.faq-icon { width:24px; height:24px; border-radius:50%; background:#F5F6FA; border:1px solid #E4E7EE; display:flex; align-items:center; justify-content:center; font-size:10px; color:#5C6370; flex-shrink:0; transition:all .22s; }
.faq-item[open] .faq-icon { background:#1C3A6E; border-color:#1C3A6E; color:#fff; transform:rotate(45deg); }
.faq-ans { font-size:14px; color:#5C6370; line-height:1.72; padding:0 16px 16px; }

/* ── FOOTER ── */
.footer { background:#111827; color:rgba(255,255,255,.5); padding:44px 0 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:36px; padding-bottom:36px; }
.footer-logo { height:38px; max-width:140px; margin-bottom:12px; filter:brightness(0) invert(1); opacity:.85; }
.footer-brand p { font-size:13px; line-height:1.7; max-width:260px; }
.footer-col { display:flex; flex-direction:column; gap:9px; }
.footer-col h4 { font-size:12px; font-weight:700; color:#fff; text-transform:uppercase; letter-spacing:.08em; margin-bottom:4px; }
.footer-col a, .footer-col label { font-size:13px; display:flex; align-items:center; gap:7px; transition:color .18s; cursor:pointer; }
.footer-col a:hover, .footer-col label:hover { color:#fff; }
.footer-col a i { width:14px; opacity:.5; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); padding:16px 0; font-size:12px; color:rgba(255,255,255,.25); text-align:center; }

/* ── MOBILE BOTTOM BAR ── */
.mob-bar { display:none; position:fixed; bottom:0; left:0; right:0; z-index:700; background:#fff; border-top:1px solid #E4E7EE; padding:10px 14px; gap:10px; align-items:center; box-shadow:0 -3px 16px rgba(0,0,0,.07); }
.mob-wa { width:46px; height:46px; border-radius:50%; background:rgba(34,197,94,.10); border:1.5px solid rgba(34,197,94,.25); display:flex; align-items:center; justify-content:center; font-size:22px; color:#16a34a; flex-shrink:0; transition:all .18s; }
.mob-wa:hover { background:rgba(34,197,94,.18); }
.mob-cta { flex:1; justify-content:center; padding:14px 16px; font-size:14px; }

/* ── MODAL ── */
.modal-toggle { position:absolute; opacity:0; pointer-events:none; }
.modal-bg { position:fixed; inset:0; z-index:1000; background:rgba(0,0,0,.48); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); display:flex; align-items:flex-end; justify-content:center; opacity:0; pointer-events:none; transition:opacity .24s ease; }
.modal-toggle:checked ~ .modal-bg { opacity:1; pointer-events:all; }
.modal { background:#fff; width:100%; max-width:480px; border-radius:20px 20px 0 0; padding:24px 20px 20px; position:relative; transform:translateY(28px); transition:transform .28s cubic-bezier(.34,1.3,.64,1); max-height:96dvh; overflow-y:auto; overscroll-behavior:contain; }
.modal-toggle:checked ~ .modal-bg .modal { transform:translateY(0); }
.modal::before { content:''; display:block; width:38px; height:4px; background:#E4E7EE; border-radius:2px; margin:0 auto 20px; }
@media (min-width:600px) {
    .modal-bg { align-items:center; }
    .modal { border-radius:16px; max-width:460px; margin:20px; max-height:calc(100dvh - 40px); padding:28px 26px 24px; }
    .modal::before { display:none; }
}
.modal-close { position:absolute; top:16px; right:16px; width:30px; height:30px; border-radius:50%; background:#F5F6FA; border:1px solid #E4E7EE; display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:12px; color:#5C6370; transition:all .18s; }
.modal-close:hover { background:#E4E7EE; }
.modal-head { text-align:center; margin-bottom:20px; }
.modal-ico { width:48px; height:48px; border-radius:50%; background:rgba(28,58,110,.08); border:1.5px solid rgba(28,58,110,.18); display:flex; align-items:center; justify-content:center; font-size:18px; color:#1C3A6E; margin:0 auto 10px; }
.modal-head h2 { font-size:19px; font-weight:800; color:#1A1A2E; margin-bottom:4px; letter-spacing:-.01em; }

/* Form */
form { display:flex; flex-direction:column; gap:14px; }
.field { display:flex; flex-direction:column; gap:6px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
label { font-size:13px; font-weight:600; color:#5C6370; letter-spacing:.3px; }
.req { color:#DC2626; }
.input-wrap { display:flex; align-items:center; border:1.5px solid #E4E7EE; border-radius:10px; background:#F5F6FA; transition:border-color .18s, background .18s; overflow:hidden; min-height:44px; }
.input-wrap:focus-within { border-color:#1C3A6E; background:#fff; }
.input-wrap i { padding:0 10px; font-size:15px; color:#9BA3AF; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.input-wrap input { flex:1; padding:11px 14px 11px 0; border:none; background:transparent; font-family:'Inter',system-ui,sans-serif; font-size:13px; color:#1A1A2E; outline:none; appearance:none; -webkit-appearance:none; min-width:0; }
.input-wrap input::placeholder { color:#9BA3AF; }
.input-phone { gap:0; }
.phone-pre { padding:11px 10px; font-size:14px; font-weight:600; color:#5C6370; border-right:1.5px solid #E4E7EE; white-space:nowrap; background:rgba(0,0,0,.02); flex-shrink:0; }
.phone-input { padding-left:8px !important; }
.submit-btn { width:100%; justify-content:center; padding:14px; font-size:15px; border-radius:10px; margin-top:3px; }
.privacy-note { text-align:center; font-size:12px; color:#9BA3AF; display:flex; align-items:center; justify-content:center; gap:5px; }
.privacy-note i { color:#16a34a; }

/* ── DESKTOP ── */
@media (min-width:860px) {
    .hero { padding:clamp(40px,6vw,70px) 0; }
    .hero-wrap { flex-direction:row; align-items:center; gap:44px; }
    .hero-poster { width:44%; flex-shrink:0; order:2; }
    .hero-copy { flex:1; order:1; }
    .poster { max-width:100%; }
}

/* ── TABLET ── */
@media (max-width:1024px) {
    .card-grid { grid-template-columns:repeat(2,1fr); }
    .card-grid--4 { grid-template-columns:repeat(2,1fr); }
    .faq-layout { grid-template-columns:220px 1fr; gap:36px; }
    .footer-grid { grid-template-columns:1fr 1fr; }
    .footer-brand { grid-column:1 / -1; }
}
@media (max-width:860px) {
    .urgency-inner { flex-direction:column; text-align:center; gap:20px; }
    .urgency-text { max-width:100%; }
    .faq-layout { grid-template-columns:1fr; gap:24px; }
    .stats-row { display:grid; grid-template-columns:1fr 1fr; gap:0; }
    .stat-line { display:none; }
    .stat { border-right:1px solid #E4E7EE; border-bottom:1px solid #E4E7EE; padding:14px 8px; }
    .stat:nth-child(2n) { border-right:none; }
    .stat:nth-last-child(-n+2) { border-bottom:none; }
    .food-banner { flex-direction:column; align-items:flex-start; }
}

/* ── MOBILE ── */
@media (max-width:600px) {
    .header { display:none; }
    .cta-btn { padding:10px 18px; font-size:14px; }
    .cta-btn--lg { padding:13px 22px; font-size:15px; }
    .hero { padding:20px 0 32px; }
    .hero-btns { flex-direction:column; align-items:stretch; }
    .hero-btns .cta-btn, .hero-btns .ghost-btn { width:100%; justify-content:center; }
    .card-grid { grid-template-columns:1fr; gap:10px; }
    .card-grid--4 { grid-template-columns:1fr; }
    .footer-grid { grid-template-columns:1fr; gap:24px; }
    .mob-bar { display:flex; }
    body { padding-bottom:72px; }
    .field-row { grid-template-columns:1fr; gap:14px; }
    form { gap:12px; }
    .modal { padding:22px 18px 18px; }
    .input-wrap { min-height:42px; }
    .input-wrap input { padding:10px 12px 10px 0; font-size:14px; }
    .tbl-outer { border-radius:10px; }
    .food-banner { padding:18px; }
}
@media (max-width:400px) {
    html { font-size:15px; }
    .modal { padding:20px 16px 16px; border-radius:18px 18px 0 0; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; } }
