:root{--ink:#14343c;--ink-soft:#46656e;--brand:#00bcd4;--brand-deep:#008ab6;--sand:#f8da97;--mist:#eaf7fa;--route:rgba(0,138,182,0.4)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--ink);background-color:#fff}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--brand-deep);outline-offset:3px;border-radius:4px}.hero{text-align:center;padding:48px 24px 40px;background:linear-gradient(180deg,#cdedf5,#f3fafc 42%,#fff8e8 82%,#ffffff)}.hero,.hero-brand{display:flex;flex-direction:column;align-items:center}.hero-icon{border-radius:15px;box-shadow:0 10px 24px -8px rgba(20,52,60,.35)}.hero-logo{margin-top:20px;width:190px;height:auto;filter:drop-shadow(0 1px 1px rgba(20,52,60,.25))}.hero-title{margin-top:24px;font-size:clamp(1.6rem,5.5vw,2.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.25;max-width:22ch;text-wrap:balance}.hl-save{color:var(--brand-deep)}.hl-trip{background:linear-gradient(transparent 58%,var(--sand) 58%)}.hero .badges{margin-top:32px}.badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.badges a{line-height:0;transition:transform .2s ease}.badges a:hover{transform:translateY(-2px)}.feature{display:flex;flex-direction:column;align-items:center;padding:0 24px 56px}.feature-alt{background:var(--mist)}.stop-line{width:0;height:48px;border-left:2px dashed var(--route)}.stop-dot{width:14px;height:14px;border-radius:50%;border:3px solid var(--brand);background:#fff;box-shadow:0 0 0 4px rgba(0,188,212,.15);margin:6px 0 18px}.feature-title{font-size:clamp(1.3rem,4.5vw,1.7rem);font-weight:700;letter-spacing:-.01em;text-align:center;max-width:24ch;text-wrap:balance;margin-bottom:32px}.feature-body{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:960px}.feature-shot{line-height:0;border-radius:24px;overflow:hidden;box-shadow:0 24px 48px -20px rgba(20,52,60,.35)}.feature-shot img{width:min(320px,82vw);height:auto}.feature-list{list-style:none;display:flex;flex-direction:column;gap:14px;max-width:400px}.feature-list li{font-size:1rem;line-height:1.65;color:var(--ink-soft)}@media (min-width:900px){.feature-body{flex-direction:row-reverse;justify-content:center;align-items:center;gap:72px}.feature-alt .feature-body{flex-direction:row}}.cta{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px 56px;background:linear-gradient(160deg,var(--brand-deep),var(--brand))}.cta .stop-line{border-color:rgba(255,255,255,.55)}.cta .stop-dot{border-color:#fff;background:var(--sand);box-shadow:0 0 0 4px rgba(255,255,255,.2)}.cta-title{color:#fff;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:700;letter-spacing:-.01em;margin-bottom:28px}.footer{display:flex;flex-direction:column;align-items:center;gap:14px;padding:36px 24px 44px;background:var(--ink)}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px}.footer-links a{color:rgba(255,255,255,.75);font-size:.9rem;padding:4px 0;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-copy{color:rgba(255,255,255,.4);font-size:.8rem}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.hero .badges,.hero-icon,.hero-logo,.hero-title{animation:rise .6s cubic-bezier(.2,.7,.2,1) both}.hero-logo{animation-delay:.08s}.hero-title{animation-delay:.16s}.hero .badges{animation-delay:.24s}@supports (animation-timeline:view()){.feature-body{animation:rise linear both;animation-timeline:view();animation-range:entry 5% entry 35%}}@media (prefers-reduced-motion:reduce){.feature-body,.hero .badges,.hero-icon,.hero-logo,.hero-title{animation:none}.badges a{transition:none}}.double-gradient{background:linear-gradient(rgba(255,255,255,1),rgba(251,251,251,.1)),linear-gradient(0deg,#008ab6,#F8DA97)}