@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');

:root { --ink: #0b1522; --ink-2: #122235; --slate: #5f6e7d; --muted: #83909d; --line: #dfe6eb; --paper: #f6f8f9; --white: #fff; --mint: #a7f3d0; --mint-strong: #62e7ad; --orange: #ff9154; --orange-soft: #fff0e7; --serif: Georgia, 'Times New Roman', serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, 'Noto Sans SC', sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
.site-shell { overflow: hidden; }
.section-pad { padding-left: clamp(22px, 6vw, 92px); padding-right: clamp(22px, 6vw, 92px); }
.topbar { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 clamp(22px, 6vw, 92px); background: var(--ink); color: white; }
.brand { display: flex; gap: 12px; align-items: center; min-width: 230px; }
.brand-mark { display: block; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 8px; }
.brand-copy { display: grid; gap: 2px; }.brand-copy strong { font-size: 15px; letter-spacing: .05em; }.brand-copy small { font: 500 9px 'DM Mono', monospace; letter-spacing: .14em; color: #92a4b7; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }.desktop-nav a { color: #9aacbc; font-size: 14px; padding: 28px 0 25px; border-bottom: 2px solid transparent; }.desktop-nav a:hover, .desktop-nav a.active { color: #fff; border-color: var(--mint-strong); }
.top-actions { display: flex; align-items: center; gap: 17px; }.language-switcher { display: flex; gap: 2px; padding: 3px; background: #182b40; border-radius: 8px; }.lang { padding: 4px 7px; border-radius: 5px; color: #91a3b7; background: transparent; font-size: 11px; }.lang.active { color: var(--ink); background: var(--mint); font-weight: 700; }.header-whatsapp { padding: 10px 15px; color: var(--ink); background: var(--mint); border-radius: 7px; font-size: 13px; font-weight: 800; }.header-whatsapp:hover, .button-primary:hover { background: #c3f9df; transform: translateY(-1px); }
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(45px, 8vw, 130px); align-items: center; min-height: 450px; padding-top: 58px; padding-bottom: 64px; background: var(--ink); color: white; position: relative; }.hero:before { content: ''; position: absolute; width: 520px; height: 520px; right: 7%; top: -260px; border: 1px solid rgba(167,243,208,.15); border-radius: 50%; box-shadow: 0 0 0 52px rgba(167,243,208,.03), 0 0 0 105px rgba(167,243,208,.025); pointer-events: none; }.hero-copy, .quote-spotlight { position: relative; z-index: 1; }.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; color: var(--mint-strong); font: 500 11px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }.live-dot, .meta-dot { width: 7px; height: 7px; background: var(--mint-strong); border-radius: 50%; display: inline-block; box-shadow: 0 0 0 4px rgba(98,231,173,.12); }.hero h1 { margin: 22px 0 18px; font-size: clamp(42px, 5vw, 76px); line-height: 1.08; max-width: 680px; letter-spacing: -.055em; }.hero h1 em { color: var(--orange); font-family: var(--serif); font-weight: 400; letter-spacing: -.02em; }.hero-lede { max-width: 580px; margin: 0; color: #afbdca; line-height: 1.85; font-size: 16px; }.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 46px; border-radius: 7px; padding: 0 16px; font-size: 14px; font-weight: 800; transition: .2s ease; }.button-primary { color: var(--ink); background: var(--mint); }.arrow { font-size: 20px; line-height: 1; }.button-quiet { border: 1px solid #304357; color: white; gap: 13px; }.button-quiet:hover { border-color: #8a9baa; }.button-phone { color: #9aacbc; font: 11px 'DM Mono', monospace; }.hero-note { display: flex; gap: 9px; margin-top: 21px; max-width: 520px; color: #76899d; font-size: 12px; line-height: 1.6; }.note-icon { width: 16px; height: 16px; flex: 0 0 16px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #607487; border-radius: 50%; font: 11px Georgia, serif; }
.quote-spotlight { min-height: 286px; overflow: hidden; padding: 25px; background: #14283b; border: 1px solid #2e465a; border-radius: 10px; box-shadow: 18px 18px 0 rgba(98,231,173,.08); }.spotlight-top, .spotlight-meta { display: flex; justify-content: space-between; align-items: center; color: #9cb0c2; font: 11px 'DM Mono', monospace; letter-spacing: .08em; }.spotlight-id { color: var(--orange); }.route-line-large { display: flex; gap: 14px; align-items: center; margin: 31px 0 20px; font-size: 20px; font-weight: 700; letter-spacing: -.02em; }.line-arrow { color: var(--orange); font-size: 25px; }.spotlight-price { display: flex; gap: 12px; align-items: baseline; border-bottom: 1px solid #2e465a; padding-bottom: 19px; }.price-number { color: var(--orange); font-size: 54px; line-height: .9; font-weight: 800; letter-spacing: -.07em; }.price-status { color: #9cb0c2; font-size: 11px; }.spotlight-meta { padding: 15px 0 12px; font-size: 10px; }.spotlight-meta span:first-child { display: flex; align-items: center; gap: 8px; }.spotlight-link { display: flex; align-items: center; justify-content: space-between; color: var(--mint-strong); font-size: 13px; font-weight: 700; }.spotlight-grid { position: absolute; right: -22px; bottom: -10px; display: grid; grid-template-columns: repeat(3, 15px); gap: 5px; opacity: .3; transform: rotate(-18deg); }.spotlight-grid span { width: 15px; height: 15px; border: 1px solid var(--mint); }
.route-index { padding-top: 90px; padding-bottom: 92px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 37px; }.section-kicker { color: var(--slate); }.section-heading h2, .notes h2, .contact-band h2 { margin: 12px 0 0; font-size: clamp(30px, 3.3vw, 48px); letter-spacing: -.055em; line-height: 1.05; }.section-heading p { max-width: 280px; margin: 0 0 2px; color: var(--slate); line-height: 1.7; font-size: 14px; }.filter-bar { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 9px; }.search-wrap { display: flex; flex: 1; min-width: 240px; align-items: center; gap: 10px; padding: 0 6px; }.search-icon { color: var(--slate); font-size: 25px; transform: rotate(-20deg); }.search-wrap input { width: 100%; border: 0; outline: none; background: transparent; color: var(--ink); font-size: 14px; }.search-wrap input::placeholder { color: #9aa6b1; }.search-wrap kbd { padding: 3px 6px; color: #9aa6b1; background: #f1f4f6; border: 1px solid #e4e9ed; border-radius: 4px; font: 10px 'DM Mono', monospace; white-space: nowrap; }.category-tabs { display: flex; gap: 4px; overflow-x: auto; }.category { flex: 0 0 auto; padding: 9px 12px; color: var(--slate); background: transparent; border-radius: 6px; font-size: 13px; }.category:hover { color: var(--ink); background: #f0f4f5; }.category.active { color: var(--ink); background: var(--mint); font-weight: 800; }.index-summary { display: flex; align-items: center; gap: 11px; margin: 21px 0 12px; color: var(--slate); font: 11px 'DM Mono', monospace; letter-spacing: .03em; }.index-summary b { color: var(--ink); font-size: 13px; }.summary-rule { height: 1px; flex: 1; background: var(--line); }.route-table { border-top: 1px solid var(--ink); }.route-row { display: grid; grid-template-columns: 67px minmax(190px, 1.4fr) minmax(140px, .9fr) 170px 125px; align-items: center; gap: 22px; min-height: 75px; border-bottom: 1px solid var(--line); transition: .2s ease; }.route-row:hover { padding-left: 10px; background: white; }.route-no { color: #9aa6b1; font: 11px 'DM Mono', monospace; }.route-name { font-weight: 800; letter-spacing: -.02em; }.route-direction { color: #788795; font-size: 13px; }.route-price { color: var(--orange); font-size: 23px; font-weight: 800; letter-spacing: -.06em; }.route-price small { display: block; margin-top: 3px; color: #9aa6b1; font: 10px 'DM Mono', monospace; letter-spacing: 0; }.route-via { color: #788795; font-size: 12px; }.route-link { justify-self: end; color: var(--ink); font-size: 13px; font-weight: 800; }.route-link span { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; margin-left: 7px; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 17px; }.route-link:hover { color: #628174; }.empty-state { display: grid; place-items: center; gap: 9px; min-height: 180px; color: var(--slate); text-align: center; }.empty-state strong { color: var(--ink); }.text-link { color: #137a58; font-size: 13px; font-weight: 700; }
.all-quotes { padding-top: 18px; padding-bottom: 92px; }.rate-filters { display: flex; gap: 6px; margin: 26px 0 15px; overflow-x: auto; }.rate-filter { padding: 8px 12px; color: var(--slate); background: white; border: 1px solid var(--line); border-radius: 6px; font-size: 13px; white-space: nowrap; }.rate-filter.active, .rate-filter:hover { color: var(--ink); background: var(--mint); border-color: var(--mint); font-weight: 800; }.rates-meta { display: flex; gap: 11px; align-items: center; margin-bottom: 12px; color: var(--slate); font: 11px 'DM Mono', monospace; }.rates-meta b { color: var(--ink); font-size: 13px; }.source-rate-table { border-top: 1px solid var(--ink); }.source-rate-row { display: grid; grid-template-columns: 75px minmax(210px, 1.25fr) minmax(180px, 1fr) 135px 185px 105px; gap: 18px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); }.source-rate-row:hover { background: white; }.source-rate-id { color: #9aa6b1; font: 11px 'DM Mono', monospace; }.source-rate-origin { font-size: 13px; line-height: 1.5; }.source-rate-destination, .source-rate-via { color: var(--slate); font-size: 12px; line-height: 1.5; }.source-rate-price { color: var(--orange); font-size: 22px; font-weight: 800; letter-spacing: -.06em; }.source-rate-price small { display: block; margin-top: 3px; color: #9aa6b1; font: 10px 'DM Mono', monospace; letter-spacing: 0; }.source-rate-contact { justify-self: end; padding: 8px 10px; color: var(--ink); background: var(--mint); border-radius: 5px; font-size: 12px; font-weight: 800; }.package-callout { display: flex; justify-content: space-between; gap: 35px; margin-top: 42px; padding: 24px; background: var(--ink); color: white; border-radius: 8px; }.package-callout .section-kicker { color: var(--mint-strong); }.package-callout h3 { margin: 9px 0 8px; font-size: 19px; }.package-callout p { max-width: 600px; margin: 0; color: #aab9c7; font-size: 13px; line-height: 1.6; }.package-price { display: grid; align-content: center; justify-items: end; min-width: 145px; }.package-price strong { color: var(--orange); font-size: 38px; line-height: .9; letter-spacing: -.07em; }.package-price span { margin-top: 6px; color: #9cb0c2; font: 10px 'DM Mono', monospace; }.package-price a { margin-top: 12px; color: var(--mint); font-size: 12px; font-weight: 800; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-top: 31px; padding-bottom: 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #edf2f3; }.trust-item { display: grid; grid-template-columns: 35px 1fr; gap: 13px; }.trust-index { color: var(--orange); font: 12px 'DM Mono', monospace; }.trust-item strong { font-size: 15px; }.trust-item p { margin: 8px 0 0; color: var(--slate); font-size: 13px; line-height: 1.6; }
.notes { padding-top: 91px; padding-bottom: 98px; }.notes-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }.notes h2 { max-width: 530px; margin-left: auto; }.notes-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }.note-card { min-height: 185px; padding: 19px 20px 10px 0; border-right: 1px solid var(--line); }.note-card:not(:first-child) { padding-left: 20px; }.note-card:last-child { border-right: 0; }.note-card > span { display: block; margin-bottom: 35px; color: var(--orange); font: 12px 'DM Mono', monospace; }.note-card strong { font-size: 15px; }.note-card p { color: var(--slate); font-size: 13px; line-height: 1.7; }
.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-top: 64px; padding-bottom: 64px; color: white; background: var(--ink-2); }.contact-band .section-kicker { color: var(--mint-strong); }.contact-band h2 { max-width: 520px; }.contact-band p { margin: 17px 0 0; color: #9fb0bf; line-height: 1.6; }.contact-actions { display: flex; align-items: center; gap: 23px; }.contact-phone { display: grid; gap: 6px; }.phone-label { color: #8fa3b5; font: 11px 'DM Mono', monospace; }.contact-phone strong { white-space: nowrap; font-size: 16px; }.footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 92px; background: var(--ink); color: white; }.footer-brand { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }.brand-mark.small { transform: scale(.75); transform-origin: left center; width: 22px; margin-right: -5px; }.footer-meta { display: flex; align-items: center; gap: 15px; color: #8194a6; font-size: 12px; }.copy-button { padding: 7px 10px; color: var(--mint); background: #172b3e; border-radius: 5px; font-size: 12px; }.copy-button:hover { background: #213b53; }.mobile-contact-bar { display: none; }
.route-drawer-backdrop { position: fixed; z-index: 20; inset: 0; background: rgba(4, 12, 20, .56); backdrop-filter: blur(2px); }.route-drawer { position: fixed; z-index: 21; top: 0; right: 0; width: min(560px, 100vw); height: 100dvh; padding: 34px clamp(25px, 5vw, 52px); overflow-y: auto; background: var(--paper); box-shadow: -20px 0 60px rgba(7, 15, 23, .2); transform: translateX(100%); transition: transform .28s ease; }.route-drawer.open { transform: translateX(0); }.drawer-close { position: absolute; top: 19px; right: 25px; width: 35px; height: 35px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 50%; font-size: 24px; line-height: 1; }.drawer-label { margin-top: 45px; color: var(--slate); font: 11px 'DM Mono', monospace; }.drawer-title { margin: 12px 42px 25px 0; font-size: 34px; line-height: 1.15; letter-spacing: -.06em; }.drawer-route-bar { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--ink); color: white; border-radius: 8px; font-weight: 700; }.drawer-route-bar i { color: var(--orange); font-style: normal; }.drawer-price-box { display: flex; align-items: end; justify-content: space-between; padding: 27px 0 20px; border-bottom: 1px solid var(--line); }.drawer-price { color: var(--orange); font-size: 58px; line-height: .9; font-weight: 800; letter-spacing: -.07em; }.drawer-price small { display: block; margin-top: 9px; color: var(--slate); font: 11px 'DM Mono', monospace; letter-spacing: 0; }.drawer-rate { color: var(--slate); font: 11px 'DM Mono', monospace; }.drawer-block { padding: 22px 0; border-bottom: 1px solid var(--line); }.drawer-block h3 { margin: 0 0 10px; font-size: 14px; }.drawer-block p, .drawer-block li { color: var(--slate); font-size: 14px; line-height: 1.7; }.drawer-block ul { padding-left: 20px; margin: 0; }.drawer-buttons { display: flex; gap: 9px; margin-top: 24px; }.drawer-buttons .button { flex: 1; }.drawer-buttons .button-plain { color: var(--ink); border: 1px solid var(--line); background: white; }
@media (max-width: 880px) { .desktop-nav { display: none; }.hero { grid-template-columns: 1fr; gap: 42px; padding-top: 48px; }.hero h1 { max-width: 600px; }.quote-spotlight { max-width: 570px; }.route-row { grid-template-columns: 52px minmax(150px, 1fr) 90px 34px; gap: 12px; }.route-direction, .route-via { display: none; }.route-price { justify-self: end; }.route-link { font-size: 0; }.route-link span { margin: 0; }.notes-head { display: block; }.notes h2 { margin: 15px 0 0; }.contact-band { align-items: start; flex-direction: column; }.contact-actions { width: 100%; justify-content: space-between; }.footer { align-items: start; flex-direction: column; padding-top: 28px; padding-bottom: 100px; gap: 15px; } }
@media (max-width: 620px) { body { padding-bottom: 61px; }.section-pad { padding-left: 18px; padding-right: 18px; }.topbar { height: 66px; padding: 0 18px; }.brand { min-width: 0; }.brand-copy strong { font-size: 14px; }.brand-copy small { display: none; }.header-whatsapp { display: none; }.hero { min-height: auto; padding-top: 42px; padding-bottom: 48px; gap: 37px; }.hero h1 { margin-top: 18px; font-size: 45px; }.hero-lede { font-size: 15px; line-height: 1.75; }.hero-actions { margin-top: 25px; }.button { min-height: 45px; padding: 0 13px; }.button-quiet { display: none; }.quote-spotlight { min-height: 260px; padding: 20px; }.route-line-large { margin-top: 26px; font-size: 17px; }.price-number { font-size: 48px; }.route-index { padding-top: 58px; padding-bottom: 64px; }.section-heading { display: block; margin-bottom: 25px; }.section-heading h2, .notes h2, .contact-band h2 { font-size: 34px; }.section-heading p { margin-top: 16px; }.filter-bar { display: block; padding: 10px; }.search-wrap { min-height: 38px; }.search-wrap kbd { display: none; }.category-tabs { padding-top: 8px; margin: 0 -2px; }.category { padding: 8px 10px; font-size: 12px; }.index-summary { margin-top: 18px; font-size: 10px; }.index-summary .summary-rule { display: none; }.index-summary span:last-child { margin-left: auto; }.route-row { grid-template-columns: 34px minmax(0, 1fr) 73px 27px; min-height: 81px; gap: 7px; }.route-name { font-size: 14px; line-height: 1.35; }.route-price { font-size: 20px; }.route-price small { font-size: 9px; }.trust-strip { display: block; padding-top: 21px; padding-bottom: 21px; }.trust-item { padding: 14px 0; }.trust-item p { margin-top: 5px; }.notes { padding-top: 59px; padding-bottom: 63px; }.notes-grid { grid-template-columns: repeat(2, 1fr); }.note-card { min-height: 180px; padding: 17px 14px 10px 0; }.note-card:not(:first-child) { padding-left: 14px; }.note-card:nth-child(2) { border-right: 0; }.note-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.note-card > span { margin-bottom: 28px; }.contact-band { padding-top: 48px; padding-bottom: 48px; gap: 28px; }.contact-band p { font-size: 14px; }.contact-actions { align-items: start; flex-direction: column; gap: 19px; }.contact-actions .button { width: 100%; }.footer-meta { align-items: start; flex-wrap: wrap; line-height: 1.55; }.mobile-contact-bar { position: fixed; z-index: 15; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; height: 61px; padding-bottom: env(safe-area-inset-bottom); background: white; box-shadow: 0 -5px 20px rgba(11,21,34,.13); }.mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 800; }.mobile-wa { color: #0e6d4e; border-right: 1px solid var(--line); }.mobile-call { color: var(--ink); }.mobile-contact-bar a span:first-child { font-size: 21px; }.route-drawer { padding-left: 22px; padding-right: 22px; }.drawer-title { font-size: 30px; }.drawer-route-bar { font-size: 14px; }.drawer-buttons { flex-direction: column; } }
@media (max-width: 880px) { .source-rate-row { grid-template-columns: 58px minmax(160px, 1fr) 90px 35px; gap: 10px; }.source-rate-destination, .source-rate-via { display: none; }.source-rate-contact { justify-self: end; font-size: 0; padding: 0; width: 27px; height: 27px; border-radius: 50%; }.source-rate-contact:after { content: '↗'; display: grid; place-items: center; height: 100%; font-size: 17px; }.package-callout { align-items: start; } }
@media (max-width: 620px) { .all-quotes { padding-top: 0; padding-bottom: 64px; }.rate-filters { margin-top: 19px; }.rates-meta { margin-top: 17px; font-size: 10px; }.rates-meta .summary-rule { display: none; }.rates-meta span:last-child { margin-left: auto; }.source-rate-row { min-height: 78px; grid-template-columns: 34px minmax(0, 1fr) 73px 27px; }.source-rate-origin { font-size: 13px; }.source-rate-price { font-size: 20px; }.source-rate-price small { font-size: 9px; }.package-callout { display: block; padding: 20px; }.package-price { justify-items: start; margin-top: 22px; }.package-price a { margin-top: 11px; } }

/* Generated multi-page content templates. */
.language-label { color: var(--slate); font: 11px 'DM Mono', monospace; letter-spacing: .1em; }
.page-hero { padding-top: 74px; padding-bottom: 74px; background: var(--ink); color: white; }
.page-hero h1 { max-width: 780px; margin: 18px 0 18px; font-size: clamp(38px, 5vw, 68px); line-height: 1.06; letter-spacing: -.06em; }
.page-hero > p { max-width: 680px; margin: 0; color: #afbdca; font-size: 16px; line-height: 1.8; }
.page-hero .section-kicker { color: var(--mint-strong); }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 34px; color: #9cb0c2; font: 11px 'DM Mono', monospace; }
.breadcrumbs a { color: var(--mint-strong); }
.route-hero-price { display: flex; align-items: baseline; gap: 14px; margin: 26px 0 17px; }
.route-hero-price strong { color: var(--orange); font-size: clamp(48px, 7vw, 78px); line-height: .85; letter-spacing: -.08em; }
.route-hero-price span { color: #9cb0c2; font: 11px 'DM Mono', monospace; }
.content-section { padding-top: 78px; padding-bottom: 82px; }
.alt-section { background: #edf2f3; }
.page-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 60px; }
.page-grid article h2, .faq-section h2 { margin: 13px 0 18px; font-size: clamp(30px, 4vw, 49px); letter-spacing: -.06em; line-height: 1.05; }
.page-grid article p, .prose-block p, .faq-section p { max-width: 720px; color: var(--slate); font-size: 15px; line-height: 1.85; }
.fact-card { display: grid; align-content: start; gap: 12px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.fact-card strong { color: var(--orange); font: 800 32px 'DM Mono', monospace; }
.fact-card span:not(.section-kicker) { color: var(--slate); font-size: 13px; line-height: 1.55; }
.three-col { grid-template-columns: repeat(3, 1fr); }
.faq-section { padding: 78px max(18px, calc((100% - 1060px) / 2)) 85px; }
.faq-section .section-kicker { color: var(--slate); }
.faq-section details { max-width: 850px; padding: 18px 0; border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { cursor: pointer; font-size: 16px; font-weight: 800; }
.faq-section details p { margin: 12px 0 0; }
.prose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 65px; }
.prose-block { padding: 24px 0 28px; border-top: 1px solid var(--line); }
.prose-block p { margin-bottom: 0; }
.check-list { padding-left: 20px; color: var(--slate); font-size: 15px; line-height: 2; }
[hidden] { display: none !important; }
@media (max-width: 700px) {
  .page-hero { padding-top: 49px; padding-bottom: 55px; }
  .page-hero h1 { font-size: 43px; }
  .page-hero > p { font-size: 15px; }
  .page-grid, .prose-grid, .three-col { grid-template-columns: 1fr; gap: 30px; }
  .content-section { padding-top: 57px; padding-bottom: 60px; }
  .fact-card { order: -1; }
  .route-hero-price { align-items: start; flex-direction: column; gap: 9px; }
  .faq-section { padding-top: 58px; padding-bottom: 65px; }
}
