/* Conversion pass: extends the existing theme and workflow without replacing it. */
.icon-library{position:absolute;width:0;height:0;overflow:hidden}
.ui-icon,.seat-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body{padding-bottom:104px}
.header-call{display:flex;align-items:center;gap:11px;min-height:52px;padding:10px 17px;border:1px solid #bed8f1;border-radius:10px;background:#edf6ff;color:#075dbb;text-decoration:none}
.header-call-desktop{display:flex;flex-direction:column;gap:4px}.header-call-desktop strong{font-size:14px}.header-call-desktop small{font-size:12px;color:#426685}.header-call-mobile{display:none}
.header-call:hover{background:#deeeff;border-color:#6ca8e3}
.hero-copy{width:560px}h1{font-size:40px;letter-spacing:-1.6px;line-height:1.15;margin:0 0 17px}h1 span{display:inline-block;font-size:58px;line-height:1.02;letter-spacing:-2.2px;margin-top:8px}
.hero-subtitle{max-width:440px;margin-bottom:15px;font-size:16px}
.rotating-benefit{display:flex;align-items:center;gap:8px;font-size:15px;line-height:1.5;min-height:26px;margin:0 0 25px;color:#304f6c}.benefit-check{color:#087ccb}.rotating-benefit strong{color:#0669cb;font-weight:700}
.benefit-word{display:inline-block;margin-right:.28em;animation:word-reveal .36s ease-out both;animation-delay:calc(var(--word-index)*95ms)}
@keyframes word-reveal{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.hero-benefits{width:620px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px;padding:17px 0}.hero-benefit{display:flex;gap:10px;align-items:center}.hero-benefit>.ui-icon{color:#0866b5;width:28px;height:28px}.hero-benefit>span{display:flex;flex-direction:column;gap:5px}.hero-benefit strong{font-size:14px;line-height:1.2}.hero-benefit small{font-size:12px;line-height:1.35;color:#42617c}
.hero-shell:not([data-step="1"]) .hero-benefits{display:none}
.optional-label{font-size:12px;font-weight:400;color:#708198;margin-left:6px}.airline-grid{grid-template-columns:repeat(3,1fr)}.airline-grid .choice-card{font-size:14px;min-height:76px}
.skip-airline{display:block;text-align:left;border:0;background:none;color:#64778b;font-size:13px;line-height:1.6;padding:10px 0 1px;min-height:44px}.skip-airline span{color:#0868cd}.skip-airline:hover span{text-decoration:underline}
.cabin-grid{grid-template-columns:1fr;gap:10px}.cabin-grid .cabin-option{flex-direction:row;justify-content:flex-start;text-align:left;gap:17px;min-height:97px;padding:15px 18px;border-radius:12px;background:#f6f9fc}
.seat-icon{width:39px;height:39px;color:#376d9a}.cabin-description{display:flex;flex-direction:column;gap:5px;min-width:0}.cabin-description strong{font-size:17px}.cabin-description>span{font-size:13px;color:#586f85;line-height:1.3}.cabin-description em{font-size:12px;font-style:normal;font-weight:600;color:#1468b4}
.cabin-grid .premium-option{background:linear-gradient(115deg,#eef6ff,#f4f9ff);border-color:#bdd6ef}.premium-option .seat-icon{color:#086acd}.premium-option .cabin-description strong{color:#124e85}.premium-option:hover{border-color:#4488d5}.cabin-grid .cabin-option[aria-pressed="true"]{border:2px solid #086bd3;padding:14px 17px;background:#edf5ff}.cabin-option[aria-pressed="true"]:after{top:10px;right:11px;background:#086bd3;color:white;width:17px;height:17px;border-radius:50%;display:grid;place-items:center}.premium-option .seat-icon{animation:seat-shimmer 8s ease-in-out infinite}
@keyframes seat-shimmer{0%,80%,100%{opacity:1}90%{opacity:.55}}
#screen3>h2{font-size:32px;line-height:1.12}.screen3-copy{max-width:410px}.call-card{position:relative;min-height:161px;padding:25px 20px;border:1px solid #9dd2b5;background:linear-gradient(120deg,#e6f9ed,#d8f3e6);box-shadow:0 8px 25px #00884d10;gap:16px;animation:call-glow 8s ease-in-out infinite}.call-card:hover{border-color:#31a66c;background:#d6f2e1}.call-copy{gap:8px}.call-copy small{font-size:17px;font-weight:bold;color:#085631}.call-copy strong{font-size:34px;letter-spacing:-1px}.call-copy em{font-size:12px;color:#345e4c}.call-availability{display:flex;gap:5px;align-items:center;font-size:12px;font-weight:600;color:#12633d}.call-availability i{width:6px;height:6px;border-radius:50%;background:#008b50}.call-icon{width:48px;height:48px}.call-icon .ui-icon{width:25px;height:25px}.screen.is-active .call-icon{animation:phone-ring .65s .3s ease-in-out 1}.call-arrow{animation:arrow-nudge 8s ease-in-out infinite}.available-note{display:flex;justify-content:flex-end;align-items:center;color:#2770a4;font-size:13px;font-style:italic;gap:7px;margin:9px 8px 0}.available-note svg{width:64px;height:27px;fill:none;stroke:#2770a4;stroke-width:1.7;stroke-linecap:round}.screen.is-active .available-note path{stroke-dasharray:110;stroke-dashoffset:110;animation:draw-arrow .9s .25s ease-out forwards}
@keyframes phone-ring{0%,100%{transform:rotate(0)}20%{transform:rotate(-10deg)}45%{transform:rotate(10deg)}70%{transform:rotate(-6deg)}}
@keyframes call-glow{0%,75%,100%{box-shadow:0 8px 25px #00884d10}87%{box-shadow:0 8px 28px #00884d25}}
@keyframes arrow-nudge{0%,80%,100%{transform:translateX(0)}90%{transform:translateX(3px)}}
@keyframes draw-arrow{to{stroke-dashoffset:0}}
.sticky-call-bar{position:fixed;left:0;right:0;bottom:0;z-index:20;background:#fff;border-top:1px solid #d7e7f4;box-shadow:0 -5px 25px #133c6610;padding:14px 28px calc(14px + env(safe-area-inset-bottom))}.sticky-inner{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.sticky-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.sticky-copy strong{font-size:16px;line-height:1.25}.sticky-copy>span{font-size:14px;color:#59728a;line-height:1.3}.sticky-call-button{display:flex;align-items:center;justify-content:center;gap:12px;min-width:175px;min-height:53px;border-radius:10px;padding:12px 20px;background:#086bd6;color:white;text-decoration:none;font-size:16px;font-weight:bold;flex-shrink:0}.sticky-call-button:hover{background:#0659b4}.sticky-call-button>.ui-icon{width:21px;height:21px}.header-call[aria-disabled="true"],.sticky-call-button[aria-disabled="true"]{opacity:.5;pointer-events:none}
@media(max-width:800px){.hero-copy{width:100%;max-width:540px}.hero-benefits{width:100%;max-width:620px}h1{font-size:35px}h1 span{font-size:51px}}
@media(max-width:600px){
  body{padding-bottom:112px}.site-header{height:68px;padding:0 18px}.brand img{width:169px}.header-call{min-height:42px;padding:8px 10px;gap:6px;border-radius:8px}.header-call .ui-icon{width:17px;height:17px}.header-call-desktop{display:none}.header-call-mobile{display:block;font-size:13px}.header-note{display:none}
  .hero-inner{padding-top:24px}.hero-copy{max-width:100%}h1{font-size:27px;letter-spacing:-.7px;line-height:1.15;margin:0 0 13px;max-width:100%}h1 span{font-size:39px;letter-spacing:-1.5px;line-height:1.04;margin-top:6px}.hero-subtitle{font-size:14px;line-height:1.5;max-width:335px;margin-bottom:11px}.rotating-benefit{font-size:13px;margin-bottom:21px;min-height:22px;gap:6px;white-space:nowrap}
  .hero-scene{height:390px;background-position:60% top}.hero-shell:after{background:linear-gradient(0deg,#eef6fc 0%,#eef6fc 40%,#edf7fcaa 67%,#eff9ff15 100%),linear-gradient(90deg,#f0f9fff5,#eff9ff55 75%)}
  .screen-heading h2{font-size:20px}.screen-heading p{font-size:13px;margin-bottom:17px}.workflow-card{padding:19px 17px}.progress-line{margin-bottom:17px}.card-note{display:none}.field-hint{margin-bottom:15px}
  .hero-benefits{gap:7px;width:100%;margin-top:19px;padding:13px 0}.hero-benefit{flex-direction:column;gap:9px;text-align:center;align-items:center}.hero-benefit>.ui-icon{width:25px;height:25px}.hero-benefit>span{gap:4px}.hero-benefit strong{font-size:12px;white-space:nowrap}.hero-benefit small{font-size:11px;max-width:105px;line-height:1.35}.site-footer{padding-top:12px}
  .airline-grid{grid-template-columns:repeat(2,1fr)}.airline-grid .choice-card{min-height:60px;font-size:13px}.choice-section{margin-bottom:17px}.skip-airline{font-size:12px;padding-top:9px;line-height:1.7}.skip-airline span{display:block}.cabin-grid .cabin-option{min-height:95px;padding:13px 11px;gap:11px}.cabin-grid .cabin-option[aria-pressed="true"]{padding:12px 10px}.seat-icon{width:32px;height:32px}.cabin-description strong{font-size:16px}.cabin-description>span{font-size:11px}.cabin-description em{font-size:12px}
  #screen3>h2{font-size:28px}.screen3-copy{font-size:14px}.call-card{padding:22px 12px;min-height:167px;gap:10px;border-radius:14px}.call-icon{width:36px;height:36px}.call-icon .ui-icon{width:21px;height:21px}.call-copy strong{font-size:clamp(23px,6.8vw,29px)}.call-copy small{font-size:16px}.call-copy em{font-size:10px}.call-availability{font-size:12px}.call-arrow{font-size:26px}.demo-note{font-size:11px}.available-note{font-size:12px}
  .sticky-call-bar{padding:13px 15px calc(13px + env(safe-area-inset-bottom))}.sticky-inner{gap:12px}.sticky-copy{gap:5px}.sticky-copy strong{font-size:13px;line-height:1.3}.sticky-copy>span{font-size:11px;line-height:1.35}.sticky-call-button{min-width:119px;min-height:52px;padding:12px 13px;gap:7px;font-size:14px}.sticky-call-button>.ui-icon{display:none}
}
@media(max-width:360px){.brand img{width:148px}.site-header{padding:0 14px}.header-call-mobile{font-size:12px}h1{font-size:25px}h1 span{font-size:35px}.rotating-benefit{font-size:12px}.sticky-call-bar{padding-left:12px;padding-right:12px}.sticky-call-button{min-width:105px;padding:12px 10px}.sticky-copy strong{font-size:12px}.hero-benefit strong{font-size:11px}.call-icon{display:none}.cabin-description>span{font-size:10px}}
@media(prefers-reduced-motion:reduce){.available-note path{stroke-dashoffset:0!important}.benefit-word{opacity:1;transform:none}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Clearer preference and call actions */
.route-summary small{font-size:13px;font-weight:750;color:#14547f;background:#e2f2fc;border:1px solid #c5e2f4;padding:7px 10px}
.skip-airline{width:100%;min-height:64px;margin-top:10px;padding:11px 14px;display:flex;align-items:center;gap:12px;text-align:left;border:1.5px solid #a9cbea;border-radius:11px;background:linear-gradient(115deg,#f1f8ff,#eaf4ff);color:#123d67;box-shadow:0 3px 10px #185d9810}
.skip-airline:hover{border-color:#438bd0;background:#e2f1ff;box-shadow:0 5px 15px #185d9818}
.any-airline-icon{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:#d5ebff;color:#0765c5;font-size:19px}
.skip-airline .any-airline-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.skip-airline .any-airline-copy strong,.skip-airline .any-airline-copy small{display:block}.any-airline-copy strong{font-size:15px;line-height:1.25}.any-airline-copy small{font-size:13px;line-height:1.3;color:#55718a}.any-airline-arrow{margin-left:auto;color:#0868cd;font-size:22px;font-weight:700}

.screen3-copy{display:flex;flex-direction:column;gap:6px;max-width:440px;padding:14px 17px;border:1px solid #c7ddf1;border-left:4px solid #0872d6;border-radius:10px;background:#f0f7fd;color:#385770;text-align:left}
.screen3-copy strong{font-size:17px;line-height:1.35;color:#123d67}.screen3-copy span{font-size:14px;line-height:1.5}
.call-card{border-width:2px;box-shadow:0 10px 28px #00884d1f}.call-copy small{font-size:18px}.call-copy em{font-size:15px;line-height:1.35;font-weight:650;color:#254f3d}.call-availability{font-size:13px}
.available-note{justify-content:center;width:max-content;max-width:100%;margin:10px auto 0;padding:7px 12px;border-radius:999px;background:#eaf7f0;color:#12633d;font-size:13px;font-style:normal;font-weight:700}.available-note>i{width:8px;height:8px;border-radius:50%;background:#008b50;box-shadow:0 0 0 4px #008b5015}

.header-call{position:relative;min-height:56px;padding:9px 18px;border:0;background:linear-gradient(115deg,#0875df,#075cbc);color:#fff;box-shadow:0 5px 16px #075fbd30}
.header-call:hover{background:linear-gradient(115deg,#0768ca,#054f9f);box-shadow:0 7px 20px #075fbd42}.header-call-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#ffffff1f}.header-call-desktop strong{font-size:15px}.header-call-desktop small{display:flex;align-items:center;gap:6px;font-size:12px;color:#e6f3ff}.header-call-desktop small i,.sticky-copy>span i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#52d78b;box-shadow:0 0 0 3px #52d78b24}
.sticky-call-bar{border-top:1px solid #bfdcf3;box-shadow:0 -7px 30px #133c6624;background:linear-gradient(90deg,#fff,#f6fbff)}.sticky-copy strong{font-size:17px;color:#173b61}.sticky-copy>span{display:flex;align-items:center;gap:7px;color:#486985;font-weight:600}.sticky-copy>span:before{content:'';display:inline-block;width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#18a762;box-shadow:0 0 0 3px #18a76220}
.sticky-call-button{min-width:222px;min-height:60px;padding:9px 15px;background:linear-gradient(115deg,#078b50,#006c3d);border-radius:12px;box-shadow:0 7px 20px #00744335}.sticky-call-button:hover{background:linear-gradient(115deg,#007d47,#005d35);box-shadow:0 9px 24px #00744348}.sticky-phone-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#ffffff20}.sticky-button-copy{display:flex;flex-direction:column;gap:2px;text-align:left}.sticky-button-copy strong{font-size:16px;line-height:1.2}.sticky-button-copy small{font-size:12px;color:#dcf7e9}.sticky-button-arrow{margin-left:auto;font-size:19px}

@media(max-width:600px){
  .route-summary small{font-size:13px}.skip-airline{min-height:62px;padding:10px 12px}.any-airline-copy strong{font-size:14px}.any-airline-copy small{font-size:12px}
  .screen3-copy{padding:13px 14px}.screen3-copy strong{font-size:16px}.screen3-copy span{font-size:14px}.call-copy small{font-size:17px}.call-copy em{font-size:14px}.available-note{font-size:12px;padding:7px 10px}
  .header-call{min-height:46px;padding:7px 11px}.header-call-icon{width:27px;height:27px}.header-call-mobile{font-size:14px}.header-call-mobile span{font-size:11px;opacity:.85}
  .sticky-copy strong{font-size:14px}.sticky-copy>span{font-size:12px}.sticky-call-button{min-width:162px;min-height:57px;padding:8px 11px;gap:8px}.sticky-phone-icon{width:31px;height:31px}.sticky-phone-icon .ui-icon{display:block;width:18px;height:18px}.sticky-button-copy strong{font-size:14px}.sticky-button-copy small{font-size:11px}.sticky-button-arrow{display:none}
}
@media(max-width:390px){.sticky-copy>span{display:none}.sticky-call-button{min-width:168px}.sticky-copy strong{max-width:120px}.header-call-icon{display:none}}
