:root {
  --ink: #101b35;
  --ink-soft: #4c5872;
  --navy: #10244f;
  --blue: #2563eb;
  --blue-dark: #1748b5;
  --sky: #eaf4ff;
  --mint: #4fd1c5;
  --coral: #ff7a68;
  --amber: #ffca61;
  --paper: #ffffff;
  --surface: #f5f8fc;
  --line: #dce4f0;
  --shadow: 0 22px 60px rgba(25, 56, 110, .14);
  --shadow-sm: 0 12px 32px rgba(25, 56, 110, .1);
  --radius: 26px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { clip: auto; width: auto; height: auto; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; background: #fff; border-radius: 8px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.is-scrolled { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-color: rgba(16,36,79,.08); box-shadow: 0 8px 24px rgba(16,36,79,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.site-branding { flex: 0 0 auto; }
.custom-logo { max-height: 54px; width: auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 43px; height: 43px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--blue), #4e8dff); box-shadow: 0 9px 22px rgba(37,99,235,.3); transform: rotate(-4deg); }
.brand-mark svg { width: 30px; fill: currentColor; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-size: 19px; letter-spacing: -.025em; }
.brand small { color: var(--ink-soft); font-size: 11px; margin-top: 4px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { margin-left: auto; }
.nav-list { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 30px; }
.nav-list a { color: #32405d; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.nav-list a:hover { color: var(--blue); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border-radius: 14px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #3f7efa); box-shadow: 0 12px 30px rgba(37,99,235,.28); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(37,99,235,.35); }
.button-ghost { border-color: rgba(16,36,79,.14); background: rgba(255,255,255,.66); color: var(--navy); }
.button-dark { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(16,36,79,.2); }
.button-light { color: var(--navy); background: #fff; box-shadow: 0 14px 34px rgba(9,27,67,.15); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 12px; }
.button-lg { min-height: 56px; padding-inline: 27px; border-radius: 16px; font-size: 15px; }

.hero { position: relative; overflow: hidden; padding: 144px 0 160px; background: radial-gradient(circle at 75% 20%, rgba(100,171,255,.32), transparent 30%), linear-gradient(180deg, #f3f8ff 0%, #eef6ff 72%, #fff 100%); }
.hero:after { content: ""; position: absolute; right: -120px; top: 105px; width: 520px; height: 520px; border: 1px solid rgba(37,99,235,.11); border-radius: 50%; box-shadow: 0 0 0 90px rgba(37,99,235,.025), 0 0 0 180px rgba(37,99,235,.018); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(37,99,235,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(37,99,235,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; }
.eyebrow span { width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--blue); }
.hero h1 { max-width: 690px; margin: 20px 0 20px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.058em; }
.hero-lead { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 28px; color: #47536b; font-size: 13px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row i { width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; color: #087f72; background: rgba(79,209,197,.2); font-size: 11px; font-style: normal; }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.flight-orbit { position: absolute; width: 430px; height: 430px; border: 2px dashed rgba(37,99,235,.15); border-radius: 50%; transform: rotate(-14deg); }
.orbit-plane { position: absolute; top: 22px; right: 70px; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: var(--blue); transform: rotate(17deg); box-shadow: 0 13px 28px rgba(37,99,235,.28); }
.boarding-pass { position: relative; width: min(100%, 430px); padding: 28px 28px 24px; background: rgba(255,255,255,.92); border: 1px solid rgba(16,36,79,.08); border-radius: 30px; box-shadow: 0 28px 80px rgba(25,68,140,.2); transform: rotate(-3deg); backdrop-filter: blur(12px); }
.boarding-pass:before, .boarding-pass:after { content: ""; position: absolute; top: 66%; width: 28px; height: 28px; border-radius: 50%; background: #edf5ff; }
.boarding-pass:before { left: -15px; }
.boarding-pass:after { right: -15px; }
.pass-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px; border-bottom: 1px dashed #cbd7e8; font-size: 10px; letter-spacing: .16em; color: #68758c; font-weight: 900; }
.pass-top b { color: var(--blue); background: rgba(37,99,235,.09); padding: 6px 9px; border-radius: 8px; }
.pass-route { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; text-align: center; padding: 30px 0 25px; }
.pass-route div:first-child { text-align: left; }
.pass-route div:last-child { text-align: right; }
.pass-route strong { display: block; font-size: 39px; line-height: 1; letter-spacing: -.05em; }
.pass-route small { color: #69758c; font-size: 12px; }
.route-line { position: relative; height: 26px; }
.route-line:before { content: ""; position: absolute; left: 4px; right: 4px; top: 12px; border-top: 2px dashed #aebdd2; }
.route-line i { position: relative; display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 13px; font-style: normal; }
.pass-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 21px 0 23px; border-top: 1px dashed #cbd7e8; }
.pass-details span { display: grid; }
.pass-details small { color: #8390a6; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.pass-details b { margin-top: 3px; font-size: 14px; }
.barcode { height: 42px; border-radius: 6px; opacity: .78; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 5px, transparent 5px 9px, var(--ink) 9px 13px, transparent 13px 16px); }
.float-badge { position: absolute; display: grid; min-width: 120px; padding: 13px 16px; background: #fff; border: 1px solid rgba(16,36,79,.07); border-radius: 17px; box-shadow: var(--shadow-sm); }
.float-badge span { color: var(--blue); font-size: 20px; font-weight: 900; line-height: 1.1; }
.float-badge small { color: #69758c; font-size: 10px; }
.badge-one { left: 5px; top: 72px; transform: rotate(4deg); }
.badge-two { right: 0; bottom: 58px; transform: rotate(5deg); }

.search-section { position: relative; z-index: 4; margin-top: -96px; padding-bottom: 72px; }
.search-shell { padding: 31px; background: #fff; border: 1px solid rgba(16,36,79,.08); border-radius: 30px; box-shadow: var(--shadow); }
.search-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding: 3px 5px 25px; }
.search-heading h2 { margin: 5px 0 0; font-size: 32px; line-height: 1.14; letter-spacing: -.035em; }
.search-heading p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 14px; text-align: right; }
.partner-embed, .partner-embed-code { min-height: var(--embed-height); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.partner-embed iframe, .partner-embed-code iframe { width: 100% !important; min-height: var(--embed-height); display: block; border: 0; }
.partner-embed-code > div { width: 100%; }
.embed-placeholder { min-height: var(--embed-height); display: grid; place-content: center; gap: 22px; padding: 26px; border: 1px dashed #aebed6; border-radius: 20px; background: linear-gradient(135deg, #f7faff, #eff6ff); }
.embed-placeholder p { margin: 0 auto; max-width: 760px; color: #718098; text-align: center; font-size: 13px; }
.mock-search-row { display: grid; grid-template-columns: 1fr auto 1fr 1.1fr 1fr auto; gap: 8px; align-items: center; padding: 13px; background: #fff; border-radius: 17px; box-shadow: 0 10px 28px rgba(42,78,132,.08); }
.mock-search-row span { min-height: 58px; display: grid; align-content: center; padding: 8px 13px; border: 1px solid #e2e9f3; border-radius: 12px; }
.mock-search-row small { color: #8490a4; font-size: 10px; }
.mock-search-row strong { font-size: 13px; }
.mock-search-row i { color: var(--blue); font-style: normal; }
.mock-search-row b { display: grid; place-items: center; height: 58px; padding: 0 19px; color: #fff; background: var(--blue); border-radius: 12px; font-size: 13px; }
.search-footnote { display: flex; justify-content: space-between; gap: 20px; padding: 18px 5px 0; color: #718098; font-size: 11px; }

.section { padding: 92px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading h2, .faq-copy h2, .steps-intro h2 { margin: 7px 0 0; font-size: clamp(34px, 4.5vw, 51px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--ink-soft); }
.section-heading.centered { display: block; max-width: 750px; margin-inline: auto; margin-bottom: 45px; text-align: center; }
.section-heading.centered > p { margin: 15px auto 0; }
.centered-action { margin-top: 36px; text-align: center; }

.routes-section { background: #fff; }
.routes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.route-card { position: relative; overflow: hidden; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(16,36,79,.07); border-radius: 23px; background: #f4f7fd; transition: transform .25s ease, box-shadow .25s ease; }
.route-card:before { content: ""; position: absolute; right: -36px; top: -36px; width: 145px; height: 145px; border-radius: 50%; background: var(--route-accent, rgba(37,99,235,.14)); }
.route-card:after { content: ""; position: absolute; right: 28px; bottom: 57px; width: 50px; height: 50px; border: 1px solid rgba(16,36,79,.08); border-radius: 50%; }
.route-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.route-violet { --route-accent: rgba(139,92,246,.18); background: #f8f5ff; }
.route-blue { --route-accent: rgba(37,99,235,.17); background: #f1f7ff; }
.route-coral { --route-accent: rgba(255,122,104,.2); background: #fff5f2; }
.route-amber { --route-accent: rgba(255,202,97,.25); background: #fff9eb; }
.route-mint { --route-accent: rgba(79,209,197,.21); background: #effbf9; }
.route-red { --route-accent: rgba(239,68,68,.15); background: #fff4f4; }
.route-top, .route-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.route-top { color: #6b7890; font-size: 12px; font-weight: 800; }
.route-top i { font-style: normal; color: #91a0b6; }
.route-codes { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; margin: 17px 0; }
.route-codes strong { font-size: 33px; letter-spacing: -.04em; }
.route-codes b { color: var(--blue); font-size: 16px; }
.route-bottom em { color: #607089; font-size: 12px; font-style: normal; }
.route-bottom i { color: var(--blue); font-size: 12px; font-style: normal; font-weight: 900; }

.advantages-section { color: #fff; background: radial-gradient(circle at 10% 10%, rgba(79,209,197,.16), transparent 28%), radial-gradient(circle at 90% 80%, rgba(76,128,255,.2), transparent 30%), var(--navy); }
.section-kicker.light { color: #75d8ff; }
.advantages-section .section-heading > p { color: rgba(255,255,255,.66); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.benefit-card { min-height: 255px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.benefit-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 31px; color: var(--navy); background: #fff; border-radius: 16px; font-size: 21px; font-weight: 900; }
.benefit-card h3 { margin: 0 0 10px; font-size: 19px; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }

.steps-section { background: var(--surface); }
.steps-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.steps-intro p { color: var(--ink-soft); }
.mini-plane-card { max-width: 390px; display: flex; align-items: center; gap: 15px; margin-top: 30px; padding: 18px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.mini-plane-card > span { flex: 0 0 auto; width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--blue); }
.mini-plane-card div { display: grid; }
.mini-plane-card strong { font-size: 13px; }
.mini-plane-card small { color: #6e7b91; font-size: 11px; }
.steps-list { display: grid; gap: 13px; }
.step-row { display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 25px; border: 1px solid #e1e8f1; border-radius: 22px; background: #fff; }
.step-row > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; color: var(--blue); background: rgba(37,99,235,.09); font-size: 14px; font-weight: 900; }
.step-row h3 { margin: 0 0 7px; font-size: 18px; }
.step-row p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.offer-section { padding: 88px 0; }
.offer-card { position: relative; overflow: hidden; min-height: 410px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding: 58px 64px; color: #fff; border-radius: 32px; background: linear-gradient(135deg, #2868e8, #1745a8); box-shadow: 0 28px 70px rgba(37,99,235,.22); }
.offer-card:before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 20% 30%, #fff 0 1px, transparent 1.5px), radial-gradient(circle at 72% 28%, #fff 0 1px, transparent 1.5px); background-size: 45px 45px, 62px 62px; }
.offer-copy, .offer-visual { position: relative; z-index: 1; }
.offer-copy > span { color: #bde8ff; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.offer-copy h2 { max-width: 650px; margin: 9px 0 15px; font-size: clamp(36px, 4.5vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.offer-copy p { max-width: 620px; margin: 0 0 27px; color: rgba(255,255,255,.73); }
.offer-visual { min-height: 285px; display: grid; place-items: center; }
.globe { width: 238px; height: 238px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: inset 0 0 0 25px rgba(255,255,255,.035), inset 0 0 0 70px rgba(255,255,255,.025); }
.globe:before, .globe:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.globe:before { width: 95px; height: 238px; }
.globe:after { width: 238px; height: 95px; }
.globe span { position: relative; z-index: 2; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #fff; font-size: 25px; transform: rotate(-15deg); }
.offer-ticket { position: absolute; right: 0; bottom: 7px; width: 230px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 7px; align-items: center; padding: 18px; color: var(--ink); background: #fff; border-radius: 17px; box-shadow: 0 20px 42px rgba(5,24,68,.25); transform: rotate(5deg); }
.offer-ticket b { font-size: 21px; }
.offer-ticket i { color: var(--blue); font-style: normal; }
.offer-ticket small { grid-column: 1 / -1; color: #77849a; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.faq-section { padding-top: 85px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-copy { position: sticky; top: 130px; align-self: start; }
.faq-copy p { color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 17px; font-weight: 850; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 22px; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 0 24px; color: var(--ink-soft); font-size: 14px; }

.site-footer { margin-top: 50px; padding: 66px 0 22px; color: #fff; background: #0b1732; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .9fr; gap: 70px; padding-bottom: 42px; }
.brand-footer .brand-mark { background: #fff; color: var(--blue); box-shadow: none; }
.brand-footer small { color: rgba(255,255,255,.52); }
.footer-note { max-width: 580px; margin: 21px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 7px; font-size: 13px; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.61); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.45); font-size: 11px; }

.content-area { min-height: 70vh; padding: 140px 0 80px; background: var(--surface); }
.content-shell { max-width: 850px; padding: 42px; background: #fff; border-radius: 24px; box-shadow: var(--shadow-sm); }
.content-shell h1 { line-height: 1.1; }
.content-shell a { color: var(--blue); }
.content-shell img { height: auto; border-radius: 18px; }
.post-meta { color: var(--ink-soft); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: 58px; }
  .routes-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .steps-layout { gap: 40px; }
  .offer-card { padding: 48px; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 72px; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; order: 3; }
  .site-nav { position: fixed; inset: 72px 16px auto; display: none; padding: 17px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .nav-list { display: grid; gap: 0; }
  .nav-list a { display: block; padding: 13px; }
  .hero { padding: 118px 0 145px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .search-heading, .section-heading { display: block; }
  .search-heading p, .section-heading > p { margin-top: 14px; text-align: left; }
  .mock-search-row { grid-template-columns: 1fr 1fr; }
  .mock-search-row > i { display: none; }
  .mock-search-row b { grid-column: 1 / -1; }
  .steps-layout, .faq-grid, .offer-card { grid-template-columns: 1fr; }
  .faq-copy { position: static; }
  .offer-visual { min-height: 245px; }
  .footer-grid { grid-template-columns: 1.4fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-cta { display: none; }
  .brand strong { font-size: 17px; }
  .hero { padding-top: 108px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button-lg { width: 100%; }
  .trust-row { gap: 12px; }
  .flight-orbit { width: 335px; height: 335px; }
  .hero-visual { min-height: 390px; }
  .boarding-pass { padding: 22px; border-radius: 24px; }
  .pass-route strong { font-size: 31px; }
  .badge-one { left: -3px; top: 45px; }
  .badge-two { right: -4px; bottom: 25px; }
  .float-badge { min-width: 103px; padding: 10px 12px; }
  .search-section { margin-top: -84px; }
  .search-shell { padding: 19px; border-radius: 23px; }
  .search-heading h2 { font-size: 27px; }
  .partner-embed, .partner-embed-code { overflow-x: auto; }
  .search-footnote { display: grid; }
  .section { padding: 68px 0; }
  .routes-grid, .benefits-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 190px; }
  .step-row { grid-template-columns: 55px 1fr; padding: 19px; }
  .step-row > span { width: 46px; height: 46px; }
  .offer-section { padding: 65px 0; }
  .offer-card { padding: 35px 23px; border-radius: 24px; }
  .offer-copy h2 { font-size: 37px; }
  .globe { width: 205px; height: 205px; }
  .globe:before { height: 205px; }
  .globe:after { width: 205px; }
  .offer-ticket { width: 205px; }
  .faq-grid { gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .mock-search-row { grid-template-columns: 1fr; }
  .mock-search-row b { grid-column: auto; }
}
