: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)}.guide{--guide-max:480px}.guide-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:44px 24px 40px;background:linear-gradient(180deg,#cdedf5,#f3fafc 52%,#ffffff)}.guide-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-deep)}.guide-title{margin-top:12px;font-size:clamp(1.5rem,6vw,2.1rem);font-weight:800;letter-spacing:-.02em;line-height:1.3;max-width:18ch;text-wrap:balance}.guide-desc{margin-top:14px;font-size:.98rem;line-height:1.7;color:var(--ink-soft);text-wrap:pretty}.guide-card,.guide-desc{max-width:var(--guide-max)}.guide-card{width:100%;margin-top:28px;padding:18px;background:#fff;border-radius:20px;box-shadow:0 18px 40px -22px rgba(20,52,60,.55)}.guide-link{overflow:hidden;padding:12px 14px;border-radius:12px;background:var(--mist);color:var(--ink);font-size:.9rem;line-height:1.5;text-align:left;overflow-wrap:anywhere}.guide-copy{display:block;width:100%;margin-top:12px;padding:15px 16px;border:2px solid transparent;border-radius:12px;background:linear-gradient(160deg,var(--brand-deep),var(--brand));color:#fff;font:inherit;font-size:1.02rem;font-weight:700;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease}.guide-copy:active{transform:scale(.98)}.guide-copy:disabled{opacity:.55;cursor:default}.guide-copy[data-copied]{background:#fff;border-color:var(--brand);color:var(--brand-deep)}.guide-copy[data-copied]:before{content:"✓ "}.guide-card-manual{background:rgba(255,255,255,.75);box-shadow:none;border:1px dashed var(--route)}.guide-manual{font-size:.95rem;line-height:1.7;color:var(--ink-soft)}.guide-h2{font-size:clamp(1.15rem,4.5vw,1.4rem);font-weight:700;letter-spacing:-.01em;text-align:center;margin-bottom:26px}.guide-steps{padding:44px 24px 48px}.guide-route{position:relative;list-style:none;max-width:var(--guide-max);margin:0 auto;display:flex;flex-direction:column;gap:26px}.guide-route:before{content:"";position:absolute;top:16px;bottom:16px;left:17px;border-left:2px dashed var(--route)}.guide-step{position:relative;display:grid;grid-template-columns:36px 1fr;align-items:center;grid-gap:16px;gap:16px}.guide-step-mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:3px solid var(--brand);background:#fff;box-shadow:0 0 0 4px rgba(0,188,212,.15);color:var(--brand-deep);font-size:.95rem;font-weight:700}.guide-step-text{font-size:1rem;line-height:1.6;color:var(--ink-soft)}.guide-clips{padding:44px 24px 48px;background:var(--mist)}.guide-clip,.guide-clips{display:flex;flex-direction:column;align-items:center}.guide-clip+.guide-clip{margin-top:36px}.guide-clip-label{margin-bottom:12px;padding:5px 14px;border-radius:999px;background:#fff;color:var(--brand-deep);font-size:.82rem;font-weight:700;letter-spacing:.02em}.guide-screen{line-height:0;border-radius:24px;overflow:hidden;box-shadow:0 24px 48px -20px rgba(20,52,60,.35)}.guide-video{display:block;width:min(270px,68vw);height:auto;background:var(--ink)}.guide-install{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px 48px;background:linear-gradient(160deg,var(--brand-deep),var(--brand))}.guide-arrive{width:14px;height:14px;border-radius:50%;border:3px solid #fff;background:var(--sand);box-shadow:0 0 0 4px rgba(255,255,255,.2);margin:44px 0 20px}.guide-install-title{color:#fff;font-size:clamp(1.05rem,4vw,1.3rem);font-weight:700;letter-spacing:-.01em;margin-bottom:24px}@media (min-width:720px){.guide-clips{flex-direction:row;justify-content:center;align-items:flex-start;gap:56px;flex-wrap:wrap}.guide-clips .guide-h2{flex-basis:100%}.guide-clip+.guide-clip{margin-top:0}}.guide-card,.guide-desc,.guide-eyebrow,.guide-title{animation:rise .6s cubic-bezier(.2,.7,.2,1) both}.guide-title{animation-delay:.06s}.guide-desc{animation-delay:.12s}.guide-card{animation-delay:.18s}@media (prefers-reduced-motion:reduce){.guide-card,.guide-desc,.guide-eyebrow,.guide-title{animation:none}.guide-copy{transition:none}}