@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");:root{--deep:#073b3a;--teal:#087f79;--mint:#58d8c6;--soft-mint:#dcf7f1;--cream:#fbfaf5;--paper:#ffffff;--ink:#102726;--muted:#5b6f6d;--border:#dce8e5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);font-family:DM Sans,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 48px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(7,59,58,.09);background:rgba(251,250,245,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-wrap{height:78px;display:flex;justify-content:space-between}.brand,.nav-wrap{align-items:center}.brand{display:inline-flex;gap:10px}.brand img{width:46px;height:46px;border-radius:11px}.brand span{display:grid;line-height:1}.brand strong{color:var(--deep);font:800 20px/1 Manrope,sans-serif;letter-spacing:-.6px}.brand small{margin-top:5px;color:var(--teal);font:700 9px/1 Manrope,sans-serif;letter-spacing:2.6px}nav{display:flex;align-items:center;gap:34px;color:#385451;font-size:14px;font-weight:600}nav a:last-child{color:white;background:var(--deep);border-radius:9px;padding:10px 17px}nav a:hover{color:var(--teal)}nav a:last-child:hover{color:white;background:var(--teal)}.hero{position:relative;overflow:hidden;padding:82px 0 92px;background:radial-gradient(circle at 78% 35%,#d7f4ed 0,rgba(215,244,237,.42) 22%,transparent 48%)}.hero:before{content:"";position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(8,127,121,.08) 1px,transparent 0),linear-gradient(90deg,rgba(8,127,121,.08) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:linear-gradient(90deg,transparent 35%,#000);mask-image:linear-gradient(90deg,transparent 35%,#000)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;grid-gap:54px;gap:54px}.hero-copy{min-width:0}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:22px;color:var(--teal);font-size:11px;font-weight:800;letter-spacing:1.7px}.eyebrow span{width:25px;height:2px;background:var(--mint)}h1,h2,h3{font-family:Manrope,sans-serif}h1{max-width:760px;color:var(--deep);font-size:clamp(46px,5.3vw,72px);line-height:1.05;letter-spacing:-3px}h1 em{color:var(--teal);font-style:normal}.hero-lead{max-width:630px;margin:26px 0 31px;color:var(--muted);font-size:18px;line-height:1.72}.store-row{display:flex;flex-wrap:wrap;gap:12px}.store-button{min-width:178px;height:58px;display:flex;align-items:center;gap:12px;padding:8px 18px;color:white;background:#0c1d1c;border:1px solid rgba(255,255,255,.15);border-radius:10px;transition:transform .2s,background .2s}.store-button:hover{transform:translateY(-2px);background:var(--teal)}.store-button svg{width:27px;height:27px;fill:currentColor;flex:none}.store-button span{display:grid;font:600 18px/1.05 Manrope,sans-serif}.store-button small{margin-bottom:4px;font:500 9px/1 DM Sans,sans-serif;letter-spacing:.5px}.price-note{margin-top:17px;color:#6a7d7b;font-size:13px}.price-note strong{color:var(--deep)}.hero-mark{min-height:510px;display:grid;place-items:center;position:relative}.hero-mark>img{position:relative;width:min(100%,490px);height:auto;border-radius:26%;mix-blend-mode:multiply;filter:drop-shadow(0 30px 40px rgba(7,59,58,.14))}.mark-halo{position:absolute;width:430px;height:430px;border:1px solid rgba(8,127,121,.17);border-radius:50%}.mark-halo:after,.mark-halo:before{content:"";position:absolute;inset:34px;border:inherit;border-radius:inherit}.mark-halo:after{inset:76px}.trust-card{position:absolute;right:0;bottom:33px;display:flex;align-items:center;gap:12px;padding:14px 18px;background:rgba(255,255,255,.92);border:1px solid var(--border);border-radius:13px;box-shadow:0 14px 40px rgba(7,59,58,.12)}.trust-card>span{width:36px;height:36px;display:grid;place-items:center;color:white;background:var(--teal);border-radius:50%;font-weight:700}.trust-card p{display:grid;line-height:1.25}.trust-card strong{color:var(--deep);font-size:13px}.trust-card small{margin-top:4px;color:var(--muted);font-size:10px}.proof-strip{color:white;background:var(--deep)}.proof-grid{min-height:116px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.proof-grid p{display:grid;padding:0 28px;border-left:1px solid rgba(255,255,255,.13)}.proof-grid p:first-child{padding-left:0;border:0}.proof-grid strong{color:#b5f3e9;font:700 20px/1.25 Manrope,sans-serif}.proof-grid span{margin-top:5px;color:#a9c2bf;font-size:12px}.section{padding:108px 0}.section-heading{display:grid;grid-template-columns:1.4fr .6fr;grid-gap:80px;gap:80px;align-items:end;margin-bottom:49px}.section-heading .eyebrow{margin-bottom:13px}.download h2,.section-heading h2{color:var(--deep);font-size:clamp(34px,4vw,48px);line-height:1.15;letter-spacing:-1.8px}.section-heading>p{color:var(--muted);font-size:15px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.feature-card{position:relative;min-height:286px;padding:27px 25px;overflow:hidden;background:var(--paper);border:1px solid var(--border);border-radius:15px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(7,59,58,.08)}.feature-number{color:var(--teal);font:700 11px Manrope,sans-serif;letter-spacing:1px}.feature-card h3{margin-top:76px;color:var(--deep);font-size:20px}.feature-card p{margin-top:11px;color:var(--muted);font-size:14px}.feature-line{position:absolute;left:25px;right:25px;top:68px;height:1px;background:var(--soft-mint)}.download{padding-top:20px}.download-panel{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:70px;padding:58px 64px;color:white;background:var(--teal);border-radius:24px;box-shadow:0 25px 70px rgba(7,59,58,.14)}.download-panel>div:first-child{max-width:570px}.download .eyebrow{color:#b7f5eb;margin-bottom:15px}.download .eyebrow span{background:#b7f5eb}.download h2{color:white}.download p:not(.eyebrow){margin-top:14px;color:#d2f3ed}.download .store-row{flex:0 0 178px}.download .store-button{width:100%}.independence-notice{margin-top:88px;padding:34px 0;color:#244845;background:#e8f5f1;border-top:1px solid #cae7e0;border-bottom:1px solid #cae7e0}.notice-grid{display:grid;grid-template-columns:.34fr .66fr;grid-gap:60px;gap:60px}.notice-grid>strong{color:var(--deep);font:700 15px/1.4 Manrope,sans-serif}.notice-grid p{font-size:12px;line-height:1.7}.notice-grid p+p{margin-top:7px}footer{margin-top:88px;padding:30px 0;background:white;border-top:1px solid var(--border)}.independence-notice+footer{margin-top:0}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand img{width:42px;height:42px}.footer-copy{display:grid;justify-items:end;grid-gap:8px;gap:8px}.footer-copy>p{color:#71827f;text-align:right;font-size:11px}.legal-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:17px;color:#46615e;font-size:11px;font-weight:600}.legal-links a:hover{color:var(--teal)}.legal-page{min-height:100vh;background:var(--cream)}.back-link{color:var(--teal);font-size:13px;font-weight:700}.legal-container{width:min(760px,calc(100% - 48px));margin:0 auto}.legal-hero{padding:78px 0 63px;background:radial-gradient(circle at 80% 20%,var(--soft-mint),transparent 48%);border-bottom:1px solid var(--border)}.legal-hero .eyebrow{margin-bottom:13px}.legal-hero h1{color:var(--deep);font-size:clamp(40px,6vw,62px);letter-spacing:-2.3px}.legal-hero>div>p:not(.eyebrow){max-width:650px;margin-top:18px;color:var(--muted);font-size:17px}.legal-hero small{display:block;margin-top:18px;color:#7a8c89;font-size:11px}.legal-body{padding:58px 0 90px}.legal-alert{margin-bottom:46px;padding:22px 24px;background:#e4f5f1;border-left:3px solid var(--teal);border-radius:5px 12px 12px 5px}.legal-alert strong{color:var(--deep);font:700 14px Manrope,sans-serif}.legal-alert p{margin-top:5px;color:#365653;font-size:13px}.legal-body>section{padding:32px 0;border-top:1px solid var(--border)}.legal-body h2{margin-bottom:13px;color:var(--deep);font-size:21px;letter-spacing:-.4px}.legal-body li,.legal-body p{color:#4f6663;font-size:14px;line-height:1.8}.legal-body p+p{margin-top:12px}.legal-body ul{padding-left:21px}.legal-body li+li{margin-top:7px}.legal-page footer{margin-top:0}.legal-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#71827f;font-size:11px}@media (max-width:900px){.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-copy{text-align:center}.hero .eyebrow,.hero .store-row{justify-content:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-mark{min-height:400px}.hero-mark>img{width:400px}.feature-grid,.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid p:nth-child(3){border-left:0}.proof-grid{padding:24px 0;row-gap:25px}.section-heading{grid-template-columns:1fr;gap:20px}.download-panel{align-items:flex-start;flex-direction:column}.download .store-row{flex:auto}.notice-grid{grid-template-columns:1fr;gap:12px}}@media (max-width:600px){.container{width:min(1160px,calc(100% - 32px))}nav a:first-child{display:none}.nav-wrap{height:68px}.hero{padding:55px 0 62px}h1{font-size:43px;letter-spacing:-2.2px}.hero-lead{font-size:16px}.store-row{flex-direction:column}.store-button{width:100%;justify-content:center}.hero-mark{min-height:320px}.mark-halo{width:290px;height:290px}.trust-card{right:0;bottom:5px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid p{padding:0 15px}.proof-grid p:nth-child(3){border:0}.section{padding:76px 0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:225px}.feature-card h3{margin-top:47px}.download{padding-top:0}.download-panel{padding:40px 28px;border-radius:18px}.independence-notice,footer{margin-top:60px}.footer-wrap,.legal-footer{align-items:flex-start;flex-direction:column}.footer-copy{justify-items:start}.footer-copy>p{text-align:left}.legal-links{justify-content:flex-start}.legal-container{width:min(760px,calc(100% - 32px))}.legal-hero{padding:56px 0 46px}.legal-body{padding-top:38px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}