:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f4ed;--surface:#fffdf8;--surface-strong:#fff;--text:#18212f;--muted:#627084;--line:#ded7c8;--brand:#1268d6;--brand-strong:#064aa2;--mint:#2f8f73;--coral:#d35c4a;--gold:#a66b12;--shadow:0 18px 50px #483e2c1f;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#11141a;--surface:#181d25;--surface-strong:#202733;--text:#f4efe6;--muted:#aeb8c8;--line:#35404f;--brand:#78aefd;--brand-strong:#a8c9ff;--mint:#6ed6ad;--coral:#ff9886;--gold:#f0bf67;--shadow:0 20px 60px #00000052}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg, color-mix(in srgb, var(--bg) 92%, var(--brand) 8%) 0, var(--bg) 340px), var(--bg);color:var(--text);letter-spacing:0;margin:0;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,select{color:inherit}.site-shell{min-height:100vh}.site-header{z-index:20;border-bottom:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;gap:24px;padding:16px 32px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-width:0;display:inline-flex}.brand-mark{filter:drop-shadow(0 8px 18px #1268d629);flex:none;width:40px;height:40px}.brand-mark-bg{fill:var(--brand)}.brand-mark-shine{fill:color-mix(in srgb, var(--brand-strong) 36%, #fff 64%);opacity:.72}.brand-mark-code{fill:var(--surface-strong)}.brand-mark-route{fill:none;stroke:var(--gold);stroke-linecap:round;stroke-width:5.5px}.brand-mark-dot.start{fill:var(--mint)}.brand-mark-dot.end{fill:var(--coral)}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.76rem}.site-nav{align-items:center;gap:4px;display:flex}.site-nav>a{color:var(--muted);border-radius:8px;padding:9px 12px;font-size:.94rem;transition:background-color .16s,color .16s}.site-nav>a:hover{background:color-mix(in srgb, var(--brand) 10%, transparent);color:var(--text)}.nav-tools{align-items:center;gap:8px;margin-left:10px;display:flex}.nav-tools select{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:116px;min-height:40px;padding:0 34px 0 12px}.icon-button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;place-items:center;width:40px;height:40px;transition:border-color .16s,transform .16s,background-color .16s;display:inline-grid}.icon-button:hover{border-color:var(--brand);transform:translateY(-1px)}.icon-button svg{width:18px;height:18px}.theme-mode-control{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(3,32px);align-items:center;gap:2px;min-height:40px;padding:3px;display:inline-grid}.theme-mode-control button{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;transition:background-color .16s,color .16s,transform .16s;display:grid}.theme-mode-control button:hover{color:var(--text);transform:translateY(-1px)}.theme-mode-control button.active{background:var(--text);color:var(--bg)}.theme-mode-control svg{width:17px;height:17px}.nav-menu-button{display:none}main{width:min(1180px,100% - 40px);margin:0 auto}.hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);align-items:center;gap:48px;min-height:calc(100vh - 84px);padding:70px 0 44px;display:grid}.hero-copy{max-width:760px}.eyebrow{color:var(--coral);letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:800}h1,h2,h3,p{overflow-wrap:anywhere;margin-top:0}h1{max-width:780px;margin-bottom:22px;font-size:4rem;line-height:1.02}.hero-copy>p:not(.eyebrow){max-width:700px;color:var(--muted);font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.button{border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:750;display:inline-flex}.button svg{width:18px;height:18px}.button.primary{background:var(--brand);color:#fff}.button.secondary{border:1px solid var(--line);background:var(--surface)}.arrival-board{border:1px solid var(--line);background:linear-gradient(135deg, color-mix(in srgb, var(--brand) 15%, transparent), transparent 42%), var(--surface);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:minmax(170px,220px) minmax(88px,120px);justify-content:center;align-items:end;gap:20px;padding:28px;display:grid}.phone-frame{aspect-ratio:9/16;border:10px solid var(--text);background:var(--surface-strong);border-radius:28px;grid-template-rows:auto 1fr auto;gap:22px;width:100%;padding:18px;display:grid}.phone-status{justify-content:space-between;display:flex}.phone-status span{background:color-mix(in srgb, var(--line) 72%, var(--text) 28%);border-radius:999px;width:48px;height:8px}.phone-status span:last-child{width:26px}.qr-block{aspect-ratio:1;border:2px solid var(--brand);color:var(--brand);background:color-mix(in srgb, var(--brand) 8%, var(--surface));border-radius:8px;align-self:center;place-items:center;display:grid}.qr-block svg{width:54%;height:54%}.receipt-lines{gap:10px;display:grid}.receipt-lines span{background:color-mix(in srgb, var(--mint) 50%, var(--surface));border-radius:999px;height:9px}.receipt-lines span:nth-child(2){width:72%}.receipt-lines span:nth-child(3){width:46%}.route-strip{gap:10px;display:grid}.route-strip span{border-left:4px solid var(--gold);background:var(--surface-strong);color:var(--muted);border-radius:8px;padding:10px 12px;font-weight:750}.content-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:22px;margin-bottom:86px;display:grid}.checklist-panel,.language-panel,.module-card,.city-card,.source-list>div,.source-section{border:1px solid var(--line);background:var(--surface);border-radius:8px}.checklist-panel,.language-panel{padding:24px}.section-heading{max-width:760px;margin-bottom:28px}.section-heading.compact{margin-bottom:18px}.section-heading h2{margin-bottom:10px;font-size:2.15rem;line-height:1.12}.section-heading.compact h2{font-size:1.5rem}.section-heading p{color:var(--muted)}.section-heading svg{width:28px;height:28px;color:var(--brand)}.progress-row{grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:16px;margin-bottom:18px;display:grid}.progress-row strong{font-size:1.55rem;line-height:1;display:block}.progress-row span{color:var(--muted);font-size:.86rem}.progress-track{background:color-mix(in srgb, var(--line) 80%, transparent);border-radius:999px;height:10px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--mint);height:100%;transition:width .18s;display:block}.text-button{color:var(--brand);cursor:pointer;background:0 0;border:0;font-weight:750}button:disabled,select:disabled,input:disabled{cursor:not-allowed;opacity:.62}.checklist-items{gap:10px;display:grid}.check-row{border:1px solid var(--line);background:var(--surface-strong);min-height:52px;color:var(--text);border-radius:8px;grid-template-columns:22px 28px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.check-row input{width:18px;height:18px;accent-color:var(--mint);margin:0}.check-row.done{border-color:color-mix(in srgb, var(--mint) 54%, var(--line))}.check-visual{color:var(--mint);place-items:center;display:grid}.check-visual svg{width:20px;height:20px}.language-panel{align-self:start}.language-list{flex-wrap:wrap;gap:8px;display:flex}.language-list span{border:1px solid var(--line);background:var(--surface-strong);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:.9rem}.guide-section,.cities-section,.source-section{margin-bottom:86px}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.module-card{padding:22px}.module-card svg{width:28px;height:28px;color:var(--brand);margin-bottom:20px}.module-card h3,.city-card h3{margin-bottom:10px;font-size:1.18rem}.module-card p,.city-card p,.source-list p{color:var(--muted)}.city-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.city-card{gap:20px;padding:22px;display:grid}.city-region,.mini-label{color:var(--coral);text-transform:uppercase;margin-bottom:4px;font-size:.78rem;font-weight:800}.city-focus{grid-template-columns:26px minmax(0,1fr);gap:10px;display:grid}.city-focus svg{width:20px;height:20px;color:var(--mint);margin-top:2px}.city-focus strong{color:var(--text);display:block}.city-card ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.city-card li{color:var(--muted);grid-template-columns:18px minmax(0,1fr);gap:8px;font-size:.94rem;display:grid}.city-card li svg{width:15px;height:15px;color:var(--gold);margin-top:4px}.source-section{padding:28px}.source-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.source-list>div{background:var(--surface-strong);padding:18px}.source-list svg{width:22px;height:22px;color:var(--brand);margin-bottom:14px}.site-footer{border-top:1px solid var(--line);width:min(1180px,100% - 40px);color:var(--muted);justify-content:space-between;gap:18px;margin:0 auto;padding:28px 0 40px;font-size:.9rem;display:flex}.site-footer p{margin:0}.article-actions,.my-trip-home-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.save-button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:750;transition:border-color .16s,background-color .16s,color .16s,transform .16s;display:inline-flex}.save-button:hover{border-color:var(--brand);transform:translateY(-1px)}.save-button.saved{border-color:color-mix(in srgb, var(--mint) 62%, var(--line));background:color-mix(in srgb, var(--mint) 14%, var(--surface));color:var(--text)}.save-button.compact{min-height:34px;padding:0 10px;font-size:.86rem}.save-button svg{width:16px;height:16px;color:var(--brand)}.save-button.saved svg{color:var(--mint)}.my-trip-home-card{border:1px solid var(--line);background:linear-gradient(135deg, color-mix(in srgb, var(--mint) 12%, transparent), transparent 46%), var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px 28px;margin:-18px 0 46px;padding:24px;display:grid}.my-trip-home-card h2{margin-bottom:8px;font-size:1.55rem;line-height:1.15}.my-trip-home-card p:not(.eyebrow){color:var(--muted);margin:0}.my-trip-home-status{gap:8px;min-width:210px;display:grid}.my-trip-home-status span{border:1px solid var(--line);background:var(--surface-strong);min-height:36px;color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.9rem;font-weight:720;display:inline-flex}.my-trip-home-status svg{width:16px;height:16px;color:var(--brand)}.my-trip-home-actions{grid-column:1/-1;margin-top:0}.not-found{max-width:680px;min-height:62vh;padding:90px 0}.not-found h1{font-size:3rem}.article-page{width:min(920px,100%);margin:0 auto;padding:72px 0 96px}.article-hero{margin-bottom:28px}.article-hero h1{margin-bottom:18px;font-size:3.4rem;line-height:1.04}.article-hero>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:1.12rem}.article-meta{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.article-meta span{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:.88rem;font-weight:680;display:inline-flex}.article-meta svg{width:15px;height:15px;color:var(--brand)}.trust-note{border:1px solid color-mix(in srgb, var(--coral) 34%, var(--line));background:color-mix(in srgb, var(--coral) 8%, var(--surface));border-radius:8px;grid-template-columns:28px minmax(0,1fr);gap:14px;margin:34px 0;padding:18px 20px;display:grid}.trust-note svg{width:22px;height:22px;color:var(--coral);margin-top:2px}.trust-note p,.article-summary p{color:var(--muted);margin:0}.article-summary{border-block:1px solid var(--line);margin:38px 0 48px;padding:26px 0}.article-summary h2,.source-box h2,.related-links h2,.recommendation-section h2,.day-plan-section h2,.fallback-section h2,.phrase-section h2{margin-bottom:12px;font-size:1.45rem;line-height:1.18}.article-body{gap:34px;display:grid}.article-body section{border-bottom:1px solid var(--line);padding-bottom:34px}.article-body h2{margin-bottom:12px;font-size:1.72rem;line-height:1.16}.article-body p{color:var(--muted)}.article-body ul,.city-quick-grid ul,.source-box ul{gap:10px;margin:16px 0 0;padding-left:1.2rem;display:grid}.article-body li,.city-quick-grid li{color:var(--text)}.article-body li::marker{color:var(--brand)}.city-quick-grid li::marker{color:var(--brand)}.faq-section,.source-box,.content-trust,.related-links,.recommendation-section,.day-plan-section,.fallback-section,.phrase-section{margin-top:54px}.faq-section h2{margin-bottom:16px;font-size:1.55rem}.faq-section details{border-top:1px solid var(--line);padding:18px 0}.faq-section details:last-child{border-bottom:1px solid var(--line)}.faq-section summary{cursor:pointer;font-weight:760}.faq-section details p{color:var(--muted);margin:12px 0 0}.source-box{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:22px}.source-box ul{padding-left:0;list-style:none}.source-box a{color:var(--brand);overflow-wrap:anywhere;align-items:center;gap:8px;font-weight:700;display:inline-flex}.source-box svg{flex:none;width:15px;height:15px}.content-trust{border:1px solid var(--line);background:linear-gradient(135deg, color-mix(in srgb, var(--brand) 9%, transparent), transparent 44%), var(--surface);border-radius:8px;overflow:hidden}.content-trust.high{background:linear-gradient(135deg, color-mix(in srgb, var(--coral) 12%, transparent), transparent 44%), var(--surface)}.trust-status{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:24px;display:grid}.trust-status h2{margin-bottom:8px;font-size:1.45rem}.trust-status p:not(.mini-label),.trust-sources p{color:var(--muted);margin:0}.trust-pills{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.trust-pills span{white-space:nowrap;border:1px solid var(--line);background:var(--surface-strong);min-height:34px;color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:.88rem;font-weight:700;display:inline-flex}.trust-pills svg,.trust-sources svg{width:15px;height:15px;color:var(--brand)}.content-trust.high .trust-pills svg,.content-trust.high .trust-sources svg{color:var(--coral)}.trust-sources{grid-template-columns:minmax(220px,.34fr) minmax(0,1fr);gap:18px;padding:24px;display:grid}.trust-sources>div:first-child{grid-template-columns:22px minmax(0,1fr);align-content:start;gap:10px;display:grid}.trust-sources>div:first-child svg{width:20px;height:20px;margin-top:2px}.trust-sources ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.trust-sources a{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.trust-sources strong,.trust-sources small{display:block}.trust-sources strong{line-height:1.25}.trust-sources small{color:var(--muted);font-size:.82rem}.related-links>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.related-links a,.recommendation-grid article,.city-quick-grid>div,.phrase-section{border:1px solid var(--line);background:var(--surface);border-radius:8px}.related-links a{gap:8px;padding:18px;transition:border-color .16s,transform .16s,background-color .16s;display:grid}.module-card,.city-card{transition:border-color .16s,transform .16s,background-color .16s}.related-links a:hover,.module-card:hover,.city-card:hover{border-color:var(--brand);background:color-mix(in srgb, var(--brand) 7%, var(--surface));transform:translateY(-2px)}.related-links span{color:var(--coral);text-transform:uppercase;font-size:.78rem;font-weight:800}.related-links strong{line-height:1.25}.city-detail{width:min(1040px,100%)}.city-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:42px 0 0;display:grid}.city-quick-grid>div{padding:22px}.city-quick-grid svg{width:24px;height:24px;color:var(--brand);margin-bottom:16px}.city-quick-grid h2{margin-bottom:10px;font-size:1.2rem}.recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.fallback-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.recommendation-grid article{padding:22px}.fallback-grid article{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:20px}.recommendation-grid h3{margin-bottom:10px;font-size:1.16rem}.recommendation-grid p:not(.mini-label),.fallback-grid p:not(.mini-label){color:var(--muted)}.day-plan{gap:12px;display:grid}.day-plan article{border-top:1px solid var(--line);grid-template-columns:110px minmax(0,.42fr) minmax(0,1fr);align-items:start;gap:16px;padding:18px 0;display:grid}.day-plan article:last-child{border-bottom:1px solid var(--line)}.day-plan span{color:var(--coral);text-transform:uppercase;font-size:.78rem;font-weight:800}.day-plan h3{margin:0;font-size:1.12rem;line-height:1.26}.day-plan p{color:var(--muted);margin:0}.phrase-section{grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:18px;padding:24px;display:grid}.phrase-section>div:first-child{align-content:start;display:grid}.phrase-section svg{width:26px;height:26px;color:var(--brand);margin-bottom:14px}.phrase-section dl{gap:10px;margin:0;display:grid}.phrase-section dl>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(120px,.45fr) auto;gap:12px;padding-bottom:10px;display:grid}.phrase-section dl>div:last-child{border-bottom:0;padding-bottom:0}.phrase-section dt{color:var(--muted)}.phrase-section dd{margin:0;font-weight:780}.phrase-section .save-button{justify-self:end}.my-trip-page{width:min(1080px,100%);margin:0 auto;padding:72px 0 96px}.my-trip-hero{margin-bottom:32px}.my-trip-console{grid-template-columns:minmax(0,.82fr) minmax(320px,1fr);gap:18px;margin-bottom:18px;display:grid}.next-step-panel,.trip-preferences,.my-trip-section,.my-trip-privacy{border:1px solid var(--line);background:var(--surface);border-radius:8px}.next-step-panel{background:linear-gradient(135deg, color-mix(in srgb, var(--brand) 11%, transparent), transparent 48%), var(--surface);align-content:start;padding:24px;display:grid}.next-step-panel h2{margin-bottom:10px;font-size:1.75rem;line-height:1.12}.next-step-panel p:not(.mini-label){color:var(--muted)}.next-step-panel a,.personal-checklist article>a{width:fit-content;color:var(--brand);align-items:center;gap:8px;font-weight:780;display:inline-flex}.next-step-panel svg,.personal-checklist article>a svg{width:16px;height:16px}.trip-preferences{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px;display:grid}.trip-preferences label{gap:7px;display:grid}.trip-preferences label:last-child{grid-column:1/-1}.trip-preferences span{color:var(--muted);font-size:.84rem;font-weight:750}.trip-preferences select{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;width:100%;min-height:44px;padding:0 12px}.my-trip-status{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:50px;display:grid}.my-trip-status>div{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;padding:18px}.my-trip-status svg{width:22px;height:22px;color:var(--brand);margin-bottom:14px}.my-trip-status span{margin-bottom:4px;font-size:1.12rem;font-weight:790;line-height:1.18;display:block}.my-trip-status p{color:var(--muted);margin:0;font-size:.9rem}.my-trip-section{margin-top:22px;padding:24px}.personal-checklist{gap:10px;display:grid}.personal-checklist article{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.personal-checklist article.done{border-color:color-mix(in srgb, var(--mint) 54%, var(--line))}.personal-checklist label{grid-template-columns:20px 28px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.personal-checklist input{width:18px;height:18px;accent-color:var(--mint);margin:0}.personal-checklist small,.saved-list span,.saved-phrases span{color:var(--coral);text-transform:uppercase;font-size:.76rem;font-style:normal;font-weight:820;display:block}.personal-checklist strong,.personal-checklist em{display:block}.personal-checklist em{color:var(--muted);font-size:.92rem;font-style:normal}.saved-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.saved-grid>section{min-width:0}.saved-grid h3{align-items:center;gap:8px;margin-bottom:12px;font-size:1.08rem;display:flex}.saved-grid h3 svg{width:18px;height:18px;color:var(--brand)}.saved-list,.saved-phrases{gap:10px;display:grid}.saved-list article,.saved-phrases article{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:10px;padding:12px;display:grid}.saved-list strong,.saved-phrases strong{line-height:1.25;display:block}.saved-phrases p{color:var(--text);margin:5px 0 0;font-weight:780}.empty-note{border:1px dashed var(--line);min-height:92px;color:var(--muted);text-align:center;border-radius:8px;place-items:center;display:grid}.my-trip-privacy{grid-template-columns:28px minmax(0,1fr);gap:14px;margin-top:22px;padding:20px;display:grid}.my-trip-privacy svg{width:24px;height:24px;color:var(--mint);margin-top:2px}.my-trip-privacy h2{margin-bottom:6px;font-size:1.18rem}.my-trip-privacy p{color:var(--muted);margin:0}@media (width<=980px){.hero,.content-grid,.my-trip-home-card,.my-trip-console{grid-template-columns:1fr}.hero{min-height:auto;padding-top:48px}h1{font-size:3rem}.arrival-board{max-width:520px}.module-grid,.city-grid,.source-list,.related-links>div,.trust-status,.trust-sources,.city-quick-grid,.recommendation-grid,.fallback-grid,.my-trip-status,.saved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-hero h1{font-size:2.8rem}}@media (width<=760px){.site-header{padding:12px 18px}.nav-menu-button{display:inline-grid}.site-nav{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;flex-direction:column;align-items:stretch;padding:10px;display:none;position:absolute;top:calc(100% + 1px);left:14px;right:14px}.site-nav.open{display:flex}.site-nav>a{padding:12px}.nav-tools{margin-left:0;padding-top:8px}.nav-tools select{flex:1}main,.site-footer{width:min(100% - 28px,1180px)}.hero{gap:28px;padding-top:36px}h1{font-size:2.3rem}.hero-copy>p:not(.eyebrow){font-size:1rem}.arrival-board{grid-template-columns:1fr;padding:18px}.phone-frame{width:min(220px,100%);margin:0 auto}.route-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.progress-row{grid-template-columns:1fr auto}.progress-track{order:3;grid-column:1/-1}.module-grid,.city-grid,.source-list,.related-links>div,.trust-status,.trust-sources,.city-quick-grid,.recommendation-grid,.fallback-grid,.day-plan article,.phrase-section,.phrase-section dl>div,.trip-preferences,.my-trip-status,.personal-checklist article,.saved-grid,.my-trip-privacy{grid-template-columns:1fr}.my-trip-page{padding:46px 0 72px}.my-trip-home-card{margin-top:0;padding:18px}.my-trip-section{padding:18px}.phrase-section .save-button{justify-self:start}.trust-pills{align-items:flex-start}.article-page{padding:46px 0 72px}.article-hero h1{font-size:2.25rem}.article-hero>p:not(.eyebrow){font-size:1rem}.trust-note{grid-template-columns:1fr}.site-footer{display:grid}}
