:root{--bg:#edf4ff;--surface:#fff;--surface-soft:#f5f8ff;--text:#0b1533;--muted:#55607a;--line:#142c5e1f;--shadow:0 22px 60px #1d3d851f;--shadow-soft:0 8px 24px #15388314;--blue:#2057d4;--blue-deep:#0d45c0;--green:#3b9751;--orange:#ff8f2c;--footer:#1450cb;--font-sans:"Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:radial-gradient(circle at top,#5299ff2e,#0000 28%),linear-gradient(#eff5ff 0%,#fff 28%,#f5f8ff 72%,#eef4ff 100%);margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;height:auto}.pageShell{position:relative;overflow:clip}.pageBackdrop{pointer-events:none;background:radial-gradient(circle at 10% 8%,#75b4ff1f,#0000 18%),radial-gradient(circle at 88% 12%,#2857d414,#0000 14%);position:absolute;inset:0}.container{width:min(1180px,100% - 32px);margin:0 auto}.siteHeader{padding:22px 0 0}.navCard{box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;padding:18px 28px;display:flex}.navBarRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.brandMark{border-radius:20px;justify-content:center;align-items:center;display:inline-flex}.menuButton{width:52px;height:52px;color:var(--blue);background:#eef4ff;border:0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.menuButton span{background:currentColor;border-radius:999px;width:20px;height:2px;transition:transform .18s,opacity .18s;display:block}.menuOpen .menuButton span:first-child{transform:translateY(7px)rotate(45deg)}.menuOpen .menuButton span:nth-child(2){opacity:0}.menuOpen .menuButton span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.topNav{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(16px,3vw,42px);display:flex}.navLink{color:#161e35;font-size:.98rem;font-weight:600;transition:color .18s,transform .18s}.navLink:hover,.navLink:focus-visible{color:var(--blue);transform:translateY(-1px)}.heroSection{padding:22px 0 84px}.heroCard{min-height:760px;box-shadow:var(--shadow);background:#ddebff;border-radius:34px;position:relative;overflow:visible}.heroImage{object-fit:cover;border-radius:inherit}.heroGlow{border-radius:inherit;background:linear-gradient(#ffffff47,#ffffff0d 35%,#0b153314 100%),radial-gradient(circle at top,#ffffff7a,#0000 42%);position:absolute;inset:0}.heroContent{text-align:center;z-index:1;width:min(90%,820px);position:absolute;top:64px;left:50%;transform:translate(-50%)}.heroContent h1{letter-spacing:-.05em;color:var(--blue);text-wrap:balance;margin:0 0 10px;font-size:clamp(3rem,6vw,5.2rem);line-height:.98}.heroKicker{color:#f04033;margin:0;font-size:clamp(1.2rem,2.2vw,2rem);font-style:italic}.routePicker{z-index:2;background:#fffffffa;border-radius:28px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;width:min(640px,100% - 48px);padding:22px 26px;display:grid;position:absolute;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 24px 54px #1f408d29}.routeLeg{justify-content:center;align-items:center;gap:12px;display:flex}.routeLeg strong{font-size:clamp(1.15rem,2vw,1.7rem);line-height:1.1;display:block}.routeLeg>div{flex-direction:column;gap:2px;min-width:0;display:flex}.routeLegLink{text-decoration:none}.routeLeg span{color:#2a3550;font-size:1rem}.routeLeg:first-child{justify-content:flex-end}.routeLeg:last-child{justify-content:flex-start}.routeIcon,.swapButton{border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.routeIcon{color:var(--blue);background:#eff5ff}.routeIcon svg,.swapButton svg{fill:currentColor;width:26px;height:26px}.swapButton{background:var(--blue);color:#fff;border:0;box-shadow:0 12px 24px #2057d43d}.section{padding:70px 0}.sectionTight{padding-top:104px}.sectionHeading{text-align:center;max-width:760px;margin:0 auto 34px}.eyebrow{color:#ff4c36;flex-direction:column;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:inline-flex}.eyebrow:after{content:"";background:linear-gradient(90deg, #2057d42e, var(--blue), #2057d42e);border-radius:999px;width:94px;height:3px}.sectionHeading h2{letter-spacing:-.04em;margin:16px 0 10px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.04}.sectionHeading p{color:var(--muted);margin:0;font-size:1.05rem}.cardGrid{gap:22px;display:grid}.servicesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.infoCard,.fleetCard,.scheduleCard{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fffffff5}.infoCard{border-radius:26px;grid-template-columns:auto 1fr;gap:20px;padding:26px;display:grid}.iconBadge{border-radius:999px;justify-content:center;align-items:center;width:82px;height:82px;display:inline-flex}.iconBadge svg,.benefitIcon svg,.fleetMeta svg{fill:currentColor;width:34px;height:34px}.iconBadge.small{width:60px;height:60px}.blue{color:var(--blue)}.green{color:var(--green)}.orange{color:var(--orange)}.iconBadge.blue{background:#eef4ff}.iconBadge.green{background:#edf7ef}.iconBadge.orange{background:#fff2e8}.infoCardCopy h3,.benefitItem h3,.fleetCopy h3,.footerGrid h3,.scheduleHeading h3{margin:0 0 10px;font-size:1.55rem;line-height:1.15}.infoCardCopy p,.benefitItem p,.fleetCopy p,.footerIntro,.ctaBlock p{color:var(--muted);margin:0;line-height:1.65}.arrowLink{align-items:center;gap:10px;margin-top:18px;font-weight:700;display:inline-flex}.arrowLink svg,.primaryButton svg{fill:currentColor;width:22px;height:22px}.fleetSection{padding-top:30px}.fleetPanel{background:linear-gradient(#f3f7ff 0%,#edf3ff 100%);border-radius:32px;padding:46px 24px 34px}.fleetCard{border-radius:28px;grid-template-columns:minmax(320px,1.1fr) 1fr;gap:26px;max-width:920px;margin:0 auto;padding:18px;display:grid}.fleetImageWrap{border-radius:22px;min-height:300px;position:relative;overflow:hidden}.fleetImage{object-fit:cover}.fleetCopy{flex-direction:column;justify-content:center;padding:12px 8px 12px 0;display:flex}.fleetMeta{color:var(--blue);align-items:center;gap:10px;margin-top:22px;font-weight:700;display:inline-flex}.scheduleCard{border-radius:28px;padding:34px 34px 22px}.scheduleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;display:grid}.scheduleColumn+.scheduleColumn{border-left:1px solid var(--line);padding-left:34px}.scheduleHeading{align-items:center;gap:18px;display:flex}.scheduleHeading h3 span{color:currentColor}.scheduleHeading h3{overflow-wrap:anywhere}.detailGroup{margin-top:26px}.detailLabel{color:#1f2d48;margin:0 0 10px;font-size:1.1rem;font-weight:800}.detailSubheading{margin:0 0 14px;font-size:1.05rem;font-weight:700}.detailValue{color:var(--muted);overflow-wrap:anywhere;margin:0}.pinLine{align-items:center;gap:10px;display:flex}.availabilityText{max-width:32ch;line-height:1.7}.pinLine svg{fill:currentColor;width:20px;height:20px;color:inherit}.scheduleNote{text-align:center;color:var(--muted);margin:28px 0 0}.textLink{align-items:center;gap:8px;margin-top:18px;font-weight:700;display:inline-flex}.trustSection{padding-top:18px}.benefitsRow{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.benefitItem{grid-template-columns:auto 1fr;align-items:start;gap:18px;padding:14px 12px;display:grid}.benefitIcon{width:72px;height:72px;color:var(--blue);border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.benefitItem h3{font-size:1.28rem}.faqSection{padding-top:6px}.faqGrid,.pageCardGrid{gap:20px;display:grid}.faqGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.faqItem,.contentCard,.pageIntroCard{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fffffff5;border-radius:24px}.faqItem{padding:22px 24px}.faqItem summary{cursor:pointer;font-size:1.15rem;font-weight:800;list-style:none}.faqItem summary::-webkit-details-marker{display:none}.faqItem p{color:var(--muted);margin:14px 0 0;line-height:1.7}.contentPage{padding-top:28px}.pageIntroCard{margin-bottom:26px;padding:34px}.pageIntroText h1{letter-spacing:-.04em;margin:16px 0 12px;font-size:clamp(2.3rem,4vw,4rem);line-height:1.02}.pageIntroText p{max-width:760px;color:var(--muted);margin:0;line-height:1.75}.chipRow{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.chip{min-height:42px;color:var(--blue);background:#eef4ff;border-radius:999px;align-items:center;padding:10px 14px;font-weight:700;display:inline-flex}.pageCardGrid,.routeCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.contentCard{padding:26px}.contentCard h2{margin:10px 0;font-size:1.6rem;line-height:1.15}.contentCard p{color:var(--muted);margin:0;line-height:1.7}.contentCardEyebrow{color:#ff4c36;font-size:.88rem;font-weight:800}.simpleList{color:var(--muted);margin:16px 0 0;padding-left:20px}.simpleList li+li{margin-top:10px}.linkRow{flex-wrap:wrap;gap:18px;margin-top:18px;display:flex}.siteFooter{padding:12px 0 38px}.footerWrap{color:#fff;box-shadow:var(--shadow);background:linear-gradient(#1e56ce 0%,#1550ca 100%);border-radius:28px;overflow:hidden}.footerCta{border-bottom:1px solid #ffffff2e;grid-template-columns:minmax(0,1.25fr) minmax(320px,.95fr);align-items:center;gap:22px;padding:28px 44px 24px;display:grid}.ctaBlock h2{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(1.7rem,2.4vw,2.4rem);line-height:1.05}.subscribeBlock{background:#ffffff0f;border-left:1px solid #ffffff2e;border-radius:22px;padding:18px 20px}.primaryButton{color:var(--blue);white-space:nowrap;background:#fff;border-radius:16px;align-items:center;gap:14px;padding:15px 22px;font-weight:800;display:inline-flex;box-shadow:0 18px 34px #0a215c2e}.ctaActions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px;display:flex}.secondaryContact{color:#ffffffe0;align-items:center;min-height:48px;padding:0 2px;font-weight:700;display:inline-flex}.subscribeForm{background:#fffffff5;border-radius:16px;grid-template-columns:1fr auto;gap:10px;margin-top:14px;padding:8px;display:grid}.subscribeForm input{color:#18315b;background:0 0;border:0;outline:none;min-width:0;padding:12px}.subscribeForm button{width:48px;height:48px;color:var(--blue);background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.subscribeForm button svg{fill:currentColor;width:22px;height:22px}.footerGrid{grid-template-columns:1.3fr .8fr .8fr 1fr;gap:28px;padding:30px 44px 28px;display:grid}.footerLogoRow{align-items:center;gap:14px;margin-bottom:12px;display:flex}.footerLogoRow h3{letter-spacing:-.04em;margin:0;font-size:2rem;line-height:1}.footerLogoRow p{letter-spacing:.16em;color:#ffffffb8;margin:4px 0 0;font-size:.72rem}.footerIntro{color:#ffffffdb;max-width:320px}.socialRow{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.socialLink{color:#fff;text-transform:lowercase;border:1px solid #ffffff57;border-radius:999px;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 10px;font-size:.82rem;font-weight:800;display:inline-flex}.footerList{gap:12px;margin:0;padding:0;list-style:none;display:grid}.footerGrid h3{margin-bottom:18px;font-size:1.4rem}.footerList a,.contactList li{color:#ffffffe0;line-height:1.55}.copyright{text-align:center;color:#ffffffd9;border-top:1px solid #ffffff2e;padding:18px 44px 22px}@media (max-width:1120px){.heroCard{min-height:680px}.servicesGrid,.benefitsRow,.footerGrid,.faqGrid,.pageCardGrid,.routeCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.footerCta{grid-template-columns:1fr;align-items:start}.subscribeBlock{border-left:1px solid #ffffff2e;padding-left:20px}}@media (max-width:900px){.fleetCard,.scheduleGrid,.footerGrid,.footerCta,.faqGrid,.pageCardGrid,.routeCardGrid{grid-template-columns:1fr}.navCard{flex-direction:column;align-items:stretch;gap:10px}.navBarRow{width:100%}.menuButton{display:inline-flex}.topNav{flex-direction:column;align-items:stretch;gap:8px;width:100%;padding-top:6px;display:none}.topNav.open{display:flex}.navLink{text-align:left;background:#f5f8ff;border-radius:14px;padding:12px 14px;display:block}.heroCard{min-height:620px}.heroContent{width:calc(100% - 40px);top:38px}.routePicker{width:min(560px,100% - 24px);margin:0;bottom:20px;left:50%;right:auto;transform:translate(-50%)}.routeLeg,.routeLeg:first-child,.routeLeg:last-child{justify-content:center}.swapButton{margin:0 auto}.sectionTight{padding-top:72px}.servicesGrid,.benefitsRow{grid-template-columns:1fr}.fleetCard{gap:18px}.scheduleColumn+.scheduleColumn{border-left:0;border-top:1px solid var(--line);padding-top:28px;padding-left:0}.subscribeBlock{border-left:0;padding-left:18px}}@media (max-width:760px){.heroCard{min-height:560px}.heroContent{top:34px}.routePicker{gap:10px;padding:16px 18px}.routeLeg{gap:10px}.scheduleHeading{align-items:flex-start}.scheduleHeading h3{font-size:1.35rem}.pinLine,.footerLogoRow{align-items:flex-start}}@media (max-width:640px){.container{width:min(100% - 20px,100%)}.siteHeader{padding-top:14px}.navCard{border-radius:22px;padding:16px 18px}.navLink{font-size:.92rem}.heroSection{padding-bottom:56px}.heroCard{border-radius:24px;min-height:520px}.heroContent h1{font-size:2.2rem}.heroKicker{font-size:1rem}.routePicker{border-radius:22px;width:calc(100% - 18px);padding:14px;bottom:14px}.routeLeg,.routeLeg:first-child,.routeLeg:last-child{justify-content:center}.routeLeg strong{font-size:1.02rem}.routeLeg span{font-size:.85rem}.routeIcon,.swapButton{width:42px;height:42px}.routeIcon svg,.swapButton svg{width:20px;height:20px}.section{padding:56px 0}.infoCard,.scheduleCard,.fleetCard,.pageIntroCard,.contentCard,.faqItem{padding:18px}.infoCard{grid-template-columns:1fr}.iconBadge{width:70px;height:70px}.fleetPanel{border-radius:24px;padding:32px 14px 22px}.fleetImageWrap{min-height:220px}.benefitItem{grid-template-columns:1fr;padding:8px 0}.footerWrap{border-radius:22px}.footerCta,.footerGrid,.copyright{padding-left:18px;padding-right:18px}.ctaBlock h2{font-size:1.55rem}.pageIntroText h1{font-size:2.15rem}.footerLogoRow h3{font-size:1.5rem}}@media (max-width:520px){.heroCard{min-height:500px}.heroContent{width:calc(100% - 24px);top:28px}.heroContent h1{font-size:1.9rem}.heroKicker{font-size:.92rem}.routePicker{gap:8px;padding:12px}.routeLeg{gap:6px}.routeLeg strong{font-size:.96rem}.routeLeg span{font-size:.78rem}.sectionHeading h2{font-size:1.9rem}.sectionHeading p,.detailValue,.ctaBlock p,.pageIntroText p,.contentCard p,.faqItem p,.footerIntro,.footerList a,.contactList li{font-size:.95rem}.footerCta,.footerGrid{gap:22px}.ctaActions{flex-direction:column;align-items:stretch}.primaryButton,.secondaryContact{justify-content:center;width:100%}.subscribeBlock{padding:16px}}
