:root {
  --blue: #0b4da2;
  --blue-deep: #073369;
  --teal: #11a8b8;
  --cyan: #38c6cf;
  --ink: #10243a;
  --muted: #617083;
  --paper: #f5f8f9;
  --white: #fff;
  --coral: #ff765d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: #fff; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  height: 88px; display: flex; align-items: center; gap: 42px; padding: 0 clamp(24px, 5vw, 76px);
  position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { width: 210px; height: 57px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; opacity: .86; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 17px 24px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 19px; font-size: 14px; }
.button-outline { border: 1px solid rgba(255,255,255,.65); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: #083d82; }
.button-light { background: white; color: var(--blue); min-width: 190px; }
.menu-button { display: none; background: transparent; border: 0; width: 32px; padding: 6px 0; }
.menu-button span { display: block; height: 2px; background: white; margin: 6px 0; }

.hero { height: min(830px, 100vh); min-height: 680px; position: relative; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url("Images/travel-hero.png") center/cover no-repeat; transform: scale(1.015); animation: settle 1.5s ease forwards; }
@keyframes settle { to { transform: scale(1); } }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,27,57,.9) 0%, rgba(4,38,72,.68) 34%, rgba(4,38,72,.14) 66%, rgba(4,38,72,.05)), linear-gradient(0deg, rgba(3,28,54,.45), transparent 42%); }
.hero-content { position: relative; z-index: 2; max-width: 660px; padding: clamp(150px, 20vh, 190px) 0 0 clamp(26px, 7.5vw, 115px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
.eyebrow.dark { color: var(--teal); }
h1,h2,h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(54px, 6.3vw, 92px); line-height: .98; letter-spacing: -.055em; }
h1 em, h2 em { font-weight: 500; font-style: italic; color: var(--cyan); }
.hero-copy { max-width: 530px; margin: 28px 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-button-spacer { display: block; flex: 0 0 169px; height: 52px; visibility: hidden; pointer-events: none; }
.hero-socials { display: flex; align-items: center; gap: 10px; }
.social-link { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.65); border-radius: 50%; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.social-link:hover, .social-link:focus-visible { transform: translateY(-3px); background: var(--teal); border-color: var(--teal); outline: 0; }
.social-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-link .social-dot { fill: currentColor; stroke: none; }
.instagram-link { opacity: .72; }
.instagram-link:hover { opacity: 1; }
.text-link { font-size: 14px; font-weight: 600; }
.play-icon { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 8px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-style: normal; font-size: 8px; }
.trust-row { display: flex; gap: 13px; align-items: center; margin-top: 36px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 31px; height: 31px; margin-left: -7px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; background: var(--teal); font-size: 8px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: var(--coral); }
.avatar-stack span:last-child { background: var(--blue); }
.stars { color: #ffcf54; letter-spacing: 2px; font-size: 11px; }
.trust-row p { margin: 2px 0 0; font-size: 11px; opacity: .8; }
.hero-card { position: absolute; z-index: 2; right: 5.5vw; bottom: 68px; display: flex; align-items: center; gap: 14px; width: 310px; padding: 19px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.15); }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #28bb8a; box-shadow: 0 0 0 6px rgba(40,187,138,.13); }
.hero-card strong { display: block; font: 700 13px "Manrope"; }
.hero-card small { color: var(--muted); font-size: 11px; }
.hero-card svg { width: 19px; margin-left: auto; fill: none; stroke: var(--blue); stroke-width: 1.8; }
.scroll-cue { position: absolute; z-index: 2; left: 32px; bottom: 45px; display: flex; align-items: center; gap: 13px; writing-mode: vertical-rl; }
.scroll-cue span { font-size: 8px; letter-spacing: .18em; opacity: .65; }
.hero-plan-tabs { position: absolute; z-index: 6; top: 50%; right: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; transform: translateY(-45%); }
.hero-plan-tab { position: relative; display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 7px; width: 104px; height: 42px; padding: 0 10px 0 11px; overflow: hidden; color: var(--ink); text-align: left; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.75); border-right: 0; border-radius: 9px 0 0 9px; box-shadow: -8px 7px 22px rgba(3,28,54,.18); backdrop-filter: blur(10px); cursor: pointer; transition: width .25s, background .25s; }
.hero-plan-tab:hover, .hero-plan-tab:focus-visible { width: 122px; background: white; outline: 0; }
.hero-plan-tab > span { color: var(--teal); font: 800 7px "Manrope"; letter-spacing: .08em; }
.hero-plan-tab strong { overflow: hidden; font: 700 9px "Manrope"; letter-spacing: .04em; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; }
.hero-plan-tab.featured { color: white; background: rgba(11,77,162,.96); border-color: rgba(56,198,207,.65); }
.hero-plan-tab.featured span { color: var(--cyan); }
.hero-plan-tab i { position: absolute; top: 3px; right: 5px; color: #ffb4a7; font-style: normal; font-size: 7px; }

.quote-section { position: relative; z-index: 3; display: block; padding: 58px clamp(24px, 5vw, 76px); background: var(--paper); box-shadow: 0 -20px 60px rgba(7,51,105,.08); }
.quote-calculator { position: absolute; z-index: 7; top: calc(-1 * min(650px, 72vh)); left: clamp(35%, 39vw, 44%); width: clamp(330px, 31vw, 390px); padding: 27px; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.7); border-radius: 22px; box-shadow: 0 24px 70px rgba(3,28,54,.25); backdrop-filter: blur(14px); }
.quote-intro h2 { margin: 0; font-size: clamp(31px, 3vw, 46px); line-height: 1.04; letter-spacing: -.045em; }
.quote-intro h2 em { color: var(--teal); font-weight: 500; }
.quote-intro > p:not(.eyebrow) { margin: 12px 0 22px; color: var(--muted); font-size: 12px; }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.quote-field { min-width: 0; }
.quote-field-wide { grid-column: 1 / -1; }
.quote-field label { display: block; margin-bottom: 6px; color: var(--ink); font: 700 9px "Manrope"; text-transform: uppercase; letter-spacing: .07em; }
.quote-field select, .quote-field input, .date-trigger { width: 100%; height: 42px; padding: 0 11px; color: var(--ink); background: #f8fafb; border: 1px solid #d6e0e4; border-radius: 10px; outline: none; font: 500 11px "DM Sans"; }
.quote-field select:focus, .quote-field input:focus, .date-trigger:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(17,168,184,.1); }
.date-trigger { display: flex; align-items: center; justify-content: space-between; cursor: pointer; text-align: left; }
.date-trigger b { color: var(--teal); }
.traveler-stepper { display: grid; grid-template-columns: 40px 1fr 40px; overflow: hidden; background: #f8fafb; border: 1px solid #d6e0e4; border-radius: 10px; }
.traveler-stepper input { height: 40px; padding: 0; border: 0; text-align: center; appearance: textfield; }
.stepper-button { border: 0; background: white; color: var(--blue); font-size: 21px; cursor: pointer; }
.stepper-button:hover { background: #eaf5f7; }
.quote-submit { width: 100%; min-height: 46px; margin-top: 3px; padding: 13px 20px; border-radius: 11px; }
.quote-status { display: none; padding: 12px 14px; color: #9b2d1f; background: #fff1ee; border-left: 3px solid var(--coral); border-radius: 8px; font-size: 12px; }
.quote-status.visible { display: block; }
.quote-disclosure { margin: 12px 0 0; color: #85939f; text-align: center; font-size: 8px; line-height: 1.5; }
.quote-results { position: absolute; z-index: 7; top: calc(-1 * min(650px, 72vh)); left: calc(clamp(35%, 39vw, 44%) + 395px); width: 370px; visibility: hidden; opacity: 0; transform: translateX(14px); transition: opacity .3s, transform .3s, visibility .3s; }
.quote-results.visible { visibility: visible; opacity: 1; transform: translateX(0); }
#results-summary { margin: 0 0 12px; color: white; text-align: center; font: 800 17px "Manrope"; line-height: 1.2; text-shadow: 0 2px 10px rgba(3,28,54,.8); }
.quote-products { display: grid; gap: 9px; }
.quote-product { position: relative; display: grid; grid-template-columns: minmax(105px,auto) 1fr 125px; align-items: center; min-height: 76px; padding: 0 0 0 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 12px 32px rgba(3,28,54,.2); backdrop-filter: blur(12px); transition: transform .25s, box-shadow .25s; }
.quote-product.recommended { color: white; background: var(--blue); border-color: var(--blue); }
.quote-product.is-priced { cursor: pointer; }
.quote-product.is-priced:hover { transform: translateX(5px); box-shadow: 0 15px 36px rgba(3,28,54,.28); }
.quote-product-code { display: none; }
.recommended .quote-product-code { color: var(--cyan); }
.quote-product h4 { grid-column: 1; grid-row: 1; margin: 0; font: 750 15px "Manrope"; line-height: 1.12; letter-spacing: -.025em; white-space: nowrap; }
.quote-product h4 span { display: block; }
.coverage-value { grid-column: 3; grid-row: 1; align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px 10px; color: #064c63; text-align: center; background: var(--cyan); font: 800 11px "Manrope"; line-height: 1.05; white-space: nowrap; }
.coverage-value span, .coverage-value small { display: block; }
.coverage-value span { font: 800 18px "Manrope"; letter-spacing: -.04em; }
.coverage-value small { margin-top: 3px; font-size: 9px; font-weight: 700; }
.revealed-price small, .choose-plan { display: none; }
.revealed-price { grid-column: 2; grid-row: 1; margin: 0 14px 0 14px; text-align: left; }
.revealed-price strong { display: block; color: var(--blue); font: 800 18px "Manrope"; letter-spacing: -.04em; white-space: nowrap; }
.recommended .revealed-price strong { color: white; }
.revealed-price strong.loading { color: transparent; background: linear-gradient(90deg,#e9eef1,#f7f9fa,#e9eef1); background-size: 200% 100%; animation: priceLoading 1.2s infinite; }
@keyframes priceLoading { to { background-position: -200% 0; } }
.result-badge { position: absolute; z-index: 2; top: 4px; right: 136px; color: #ffd4cd; font-size: 7px; font-weight: 800; letter-spacing: .06em; }
.calendar-popover { position: fixed; z-index: 40; width: 292px; padding: 14px; background: white; border: 1px solid #d8e1e5; border-radius: 16px; box-shadow: 0 22px 65px rgba(3,28,54,.22); }
.calendar-header { display: grid; grid-template-columns: 35px 1fr 35px; align-items: center; margin-bottom: 12px; }
.calendar-header strong { text-align: center; font: 700 14px "Manrope"; }
.calendar-header button { width: 34px; height: 34px; border: 0; color: var(--blue); background: #edf5f7; cursor: pointer; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; }
.calendar-weekdays span { padding: 5px 0; color: #8b98a4; text-align: center; font-size: 9px; font-weight: 700; }
.calendar-day { height: 34px; border: 0; background: white; color: var(--ink); font-size: 11px; cursor: pointer; }
.calendar-day:hover, .calendar-day.selected { color: white; background: var(--teal); }
.calendar-day:disabled { color: #cbd2d7; background: white; cursor: default; }
.calendar-day.blank { visibility: hidden; }

.plans-section { padding: 110px clamp(24px, 6.5vw, 100px) 78px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.section-heading h2, .benefit-content h2, .steps-section h2, .cta-section h2 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); line-height: 1.7; font-size: 15px; }
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1340px; margin: auto; }
.plan-card { position: relative; min-height: 600px; padding: 30px; border: 1px solid #dbe3e7; background: #fff; cursor: pointer; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.plan-card:hover, .plan-card:focus { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(11,77,162,.12); border-color: transparent; outline: 0; }
.plan-card.featured { background: var(--blue); color: white; border-color: var(--blue); }
.popular-tag { position: absolute; z-index: 3; right: -33px; top: 30px; transform: rotate(45deg); background: var(--coral); width: 135px; padding: 5px; text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.plan-image { height: 205px; margin: -30px -30px 22px; overflow: hidden; background: #dcebed; }
.plan-image::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 205px; background: linear-gradient(180deg, rgba(4,35,67,.05), rgba(4,35,67,.12)); pointer-events: none; }
.plan-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }
.plan-card:hover .plan-image img, .plan-card:focus .plan-image img { transform: scale(1.055); }
.plan-essential .plan-image img { object-position: center 51%; }
.plan-adventure .plan-image img { object-position: center 72%; }
.plan-family .plan-image img { object-position: center 55%; }
.plan-global .plan-image img { object-position: center 48%; }
.plan-number { margin-bottom: 22px; font: 700 11px "Manrope"; letter-spacing: .16em; color: #a5b1bc; }
.featured .plan-number { color: rgba(255,255,255,.55); }
.plan-label { margin: 0; color: var(--teal); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; }
.featured .plan-label { color: var(--cyan); }
.plan-card h3 { font-size: 23px; margin: 10px 0 9px; letter-spacing: -.035em; }
.plan-card > p:not(.plan-label) { min-height: 62px; margin: 0; color: var(--muted); line-height: 1.55; font-size: 13px; }
.featured > p:not(.plan-label) { color: rgba(255,255,255,.7); }
.plan-card ul { list-style: none; padding: 0; margin: 22px 0; font-size: 12px; }
.plan-card li { margin: 9px 0; }
.plan-card li::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 800; }
.featured li::before { color: var(--cyan); }
.plan-footer { position: absolute; left: 30px; right: 30px; bottom: 26px; border-top: 1px solid #e5eaed; padding-top: 17px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; }
.featured .plan-footer { border-color: rgba(255,255,255,.2); }
.plan-footer strong { font-size: 17px; }
.plan-footer button { width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--blue); background: #edf4f9; cursor: pointer; }
.featured .plan-footer button { background: var(--teal); color: white; }
.plans-note { text-align: center; margin: 31px 0 0; color: #8a98a5; font-size: 11px; }

.benefits-section { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 690px; }
.benefit-image { background: linear-gradient(rgba(7,51,105,.13),rgba(7,51,105,.13)), url("Images/travel-hero.png") 76% center/cover; position: relative; }
.mini-stat { position: absolute; right: -48px; bottom: 65px; padding: 23px 28px; background: var(--teal); color: white; display: flex; align-items: center; gap: 14px; }
.mini-stat strong { font: 800 35px "Manrope"; }
.mini-stat span { font-size: 11px; line-height: 1.4; }
.benefit-content { padding: 105px 8vw; background: white; }
.benefit-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; max-width: 510px; }
.benefit-list { margin-top: 37px; }
.benefit-list > div { display: flex; gap: 22px; padding: 19px 0; border-top: 1px solid #e2e8eb; }
.benefit-list > div > span { color: var(--teal); font: 700 10px "Manrope"; }
.benefit-list section h3 { margin: 0 0 5px; font-size: 15px; }
.benefit-list section p { margin: 0; color: var(--muted); font-size: 12px; }

.steps-section { padding: 100px 7vw; text-align: center; background: var(--paper); }
.steps-section .eyebrow { justify-content: center; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; max-width: 1000px; margin: 55px auto 0; background: #dce4e8; }
.steps > div { padding: 42px 45px; background: var(--paper); }
.steps b { display: grid; place-items: center; width: 45px; height: 45px; margin: auto; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); }
.steps h3 { font-size: 17px; margin: 22px 0 8px; }
.steps p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.cta-section { min-height: 330px; padding: 70px 8vw; display: flex; align-items: center; justify-content: space-between; color: white; background: linear-gradient(112deg, var(--blue-deep), var(--blue) 58%, var(--teal)); }
.cta-section h2 em { color: #7be1e6; }
footer { padding: 45px 7vw 25px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 35px; color: var(--muted); }
footer img { width: 200px; }
footer p { font-size: 12px; }
footer div { display: flex; gap: 24px; font-size: 12px; }
footer small { grid-column: 1/-1; border-top: 1px solid #e3e8eb; padding-top: 20px; font-size: 10px; }

.drawer-overlay { position: fixed; inset: 0; z-index: 20; background: rgba(3,22,43,.5); opacity: 0; visibility: hidden; transition: .35s; backdrop-filter: blur(3px); }
.product-drawer { position: fixed; z-index: 21; top: 0; right: 0; width: min(480px, 100%); height: 100%; background: white; transform: translateX(100%); transition: transform .4s cubic-bezier(.22,.8,.25,1); overflow-y: auto; }
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-open .product-drawer { transform: translateX(0); }
.drawer-close { position: absolute; z-index: 2; right: 24px; top: 19px; border: 0; background: rgba(255,255,255,.14); color: white; width: 39px; height: 39px; border-radius: 50%; font-size: 25px; cursor: pointer; }
.drawer-top { padding: 72px 48px 42px; color: white; background: linear-gradient(145deg, var(--blue-deep), var(--blue) 65%, var(--teal)); }
.drawer-kicker { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.drawer-top h2 { margin: 18px 0 12px; font-size: 39px; line-height: .98; letter-spacing: -.04em; }
.drawer-top h2 span, .drawer-top h2 strong { display: block; }
.drawer-top h2 strong { font: inherit; }
.drawer-top > p:last-child { color: rgba(255,255,255,.72); line-height: 1.6; font-size: 14px; }
.drawer-body { padding: 36px 48px; }
.drawer-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; padding-bottom: 25px; border-bottom: 1px solid #e2e8eb; }
.drawer-price span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.drawer-price strong { color: var(--blue); font: 800 34px "Manrope"; white-space: nowrap; }
.drawer-price small { flex-basis: 100%; color: var(--muted); }
.drawer-body h3 { margin: 30px 0 15px; font-size: 15px; }
.drawer-body ul { list-style: none; padding: 0; }
.drawer-body li { padding: 12px 0; border-bottom: 1px solid #edf0f2; font-size: 12px; white-space: nowrap; }
.drawer-body li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 12px; border-radius: 50%; color: white; background: var(--teal); font-size: 10px; }
.drawer-details { margin-top: 28px; }
.drawer-details > div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid #edf0f2; font-size: 11px; line-height: 1.45; }
.drawer-details span { color: var(--muted); }
.drawer-details strong { color: var(--ink); font-weight: 600; }
.coverage-box { margin: 27px 0; padding: 18px; background: #eff8f9; display: flex; justify-content: space-between; font-size: 11px; }
.coverage-box strong { color: var(--teal); }
.drawer-quote { width: 100%; }
.fine-print { color: #9aa5af; font-size: 9px; line-height: 1.6; text-align: center; }

@media (max-width: 960px) {
  .desktop-nav, .site-header > .button { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .hero-card { display: none; }
  .hero-plan-tabs { right: 0; }
  .plans-grid { grid-template-columns: repeat(2,1fr); }
  .quote-section { grid-template-columns: 1fr; }
  .quote-results { position: static; width: auto; margin-top: 18px; transform: translateY(10px); }
  .quote-results.visible { transform: translateY(0); }
  #results-summary { color: var(--muted); text-shadow: none; }
  .quote-products { grid-template-columns: repeat(4,1fr); }
  .section-heading { align-items: start; gap: 35px; }
  .benefit-content { padding: 75px 7vw; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}
@media (max-width: 650px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand { width: 172px; }
  .hero { min-height: 730px; }
  .hero-image { background-position: 66% center; }
  .hero-scrim { background: linear-gradient(90deg,rgba(3,27,57,.9),rgba(3,27,57,.5)), linear-gradient(0deg,rgba(3,27,57,.45),transparent); }
  .hero-content { padding: 145px 23px 0; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 19px; }
  .hero-card { left: 23px; right: 23px; bottom: 28px; width: auto; }
  .hero-plan-tabs { top: 48%; right: 0; bottom: auto; left: auto; transform: translateY(-50%); }
  .hero-plan-tab { width: 88px; height: 38px; padding-left: 8px; }
  .hero-plan-tab:hover, .hero-plan-tab:focus-visible { width: 101px; }
  .hero-plan-tab strong { font-size: 8px; }
  .scroll-cue { display: none; }
  .quote-section { padding: 55px 18px; gap: 18px; }
  .quote-calculator { position: static; width: auto; margin-bottom: 18px; padding: 22px 18px; }
  .quote-results { padding: 0; }
  .quote-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quote-products { grid-template-columns: repeat(2,1fr); }
  .quote-product { min-height: 62px; }
  .plans-section { padding: 78px 18px 60px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .plans-grid { grid-template-columns: 1fr; gap: 12px; }
  .plan-card { min-height: 610px; }
  .plan-image { height: 240px; }
  .plan-image::after { height: 240px; }
  .plan-adventure .plan-image img { object-position: center 76%; }
  .benefits-section { grid-template-columns: 1fr; }
  .benefit-image { min-height: 420px; }
  .mini-stat { right: 20px; bottom: -25px; }
  .benefit-content { padding: 75px 24px; }
  .steps-section { padding: 76px 20px; }
  .steps { grid-template-columns: 1fr; }
  .cta-section { text-align: center; flex-direction: column; gap: 35px; padding: 65px 24px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer img { margin: auto; }
  footer div { justify-content: center; }
  .drawer-top, .drawer-body { padding-left: 28px; padding-right: 28px; }
}
