:root{--colour-bg: #f5fbfa;--colour-surface: #ffffff;--colour-text: #153331;--colour-muted: #4e6764;--colour-soft: #dff3f0;--colour-soft-warm: #fff2d3;--colour-brand: #26a69a;--colour-brand-dark: #12685f;--colour-border: #cfe3df;--colour-focus: #0f766e;--shadow-soft: 0 18px 54px rgba(18, 104, 95, .12);--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;background:var(--colour-bg);color:var(--colour-text)}body{margin:0;min-height:100vh;font-size:16px;line-height:1.6;background:radial-gradient(circle at top right,rgba(38,166,154,.11),transparent 34rem),linear-gradient(180deg,#f5fbfa,#fff 42rem)}img{max-width:100%;height:auto}a{color:var(--colour-brand-dark);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:#0b4f49}:focus-visible{outline:3px solid var(--colour-focus);outline-offset:3px}.skip-link{position:absolute;left:1rem;top:1rem;z-index:10;transform:translateY(-150%);border-radius:var(--radius);background:var(--colour-text);color:#fff;padding:.65rem .9rem}.skip-link:focus{transform:translateY(0)}.site-header,.site-footer,.section{padding-inline:clamp(1rem,4vw,2rem)}.site-header{position:sticky;top:0;z-index:5;border-bottom:1px solid rgba(207,227,223,.8);background:#f5fbfae0;backdrop-filter:blur(14px)}.site-header__inner,.site-footer__inner,.section__inner{width:min(1080px,100%);margin-inline:auto}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.brand-link,.brand-lockup{display:inline-flex;align-items:center;gap:.7rem;color:var(--colour-text);font-weight:800;text-decoration:none}.brand-link img,.brand-lockup img{width:40px;height:40px;border-radius:10px;box-shadow:0 8px 20px #12685f29}.brand-lockup--large{gap:.85rem;font-size:1.25rem}.brand-lockup--large img{width:56px;height:56px;border-radius:14px}.site-nav{display:flex;align-items:center;gap:clamp(.6rem,2vw,1.4rem);flex-wrap:wrap;justify-content:flex-end;font-size:.96rem}.site-nav a{color:var(--colour-muted);font-weight:650;text-decoration:none}.site-nav a:hover{color:var(--colour-text)}.hero{padding-block:clamp(3rem,8vw,6.5rem) clamp(2.5rem,7vw,5rem)}.hero-grid{display:grid;align-items:center;gap:clamp(2rem,6vw,4.5rem);grid-template-columns:minmax(0,1.04fr) minmax(280px,.76fr)}.eyebrow{margin:1.4rem 0 .8rem;color:var(--colour-brand-dark);font-size:.92rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:12ch;margin-bottom:1rem;font-size:clamp(2.7rem,7vw,5rem);line-height:.98;letter-spacing:0}h2{max-width:16ch;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.1rem);line-height:1.05;letter-spacing:0}h3{margin-bottom:.55rem;font-size:1.12rem;line-height:1.25}.lead{max-width:38rem;color:var(--colour-muted);font-size:clamp(1.08rem,2vw,1.28rem)}.hero-actions,.link-row{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-top:1.7rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:1px solid var(--colour-brand-dark);border-radius:var(--radius);background:var(--colour-brand-dark);color:#fff;padding:.72rem 1rem;font-weight:800;text-decoration:none;box-shadow:0 12px 26px #12685f33}.button:hover{color:#fff;background:#0b4f49}.button[aria-disabled=true]{cursor:default}.button--secondary{background:#fff;color:var(--colour-brand-dark);box-shadow:none}.button--secondary:hover{background:var(--colour-soft);color:#0b4f49}.phone-preview{width:min(360px,100%);margin-inline:auto;border:1px solid rgba(207,227,223,.9);border-radius:28px;background:#102f2c;padding:14px;box-shadow:var(--shadow-soft)}.phone-screen{min-height:520px;border-radius:20px;background:linear-gradient(180deg,#f7fffd,#eaf7f5);padding:1.15rem}.phone-top,.phone-row,.phone-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.phone-top{color:var(--colour-muted);font-size:.9rem;font-weight:800}.phone-top img{width:36px;height:36px;border-radius:9px}.timer-ring{display:grid;place-items:center;width:218px;height:218px;margin:2.4rem auto 2rem;border:18px solid #26a69a;border-right-color:#b7e7e1;border-radius:50%;color:var(--colour-text);text-align:center}.timer-ring strong{display:block;font-size:2rem;line-height:1.1}.timer-ring span{color:var(--colour-muted);font-size:.88rem;font-weight:700}.phone-card,.feature-card,.policy-card,.faq-item{border:1px solid var(--colour-border);border-radius:var(--radius);background:var(--colour-surface)}.phone-card{padding:1rem}.phone-row{padding-bottom:.8rem}.phone-bottom{padding-top:.8rem;border-top:1px solid var(--colour-border);color:var(--colour-muted);font-size:.92rem}.progress-track{overflow:hidden;height:8px;border-radius:999px;background:var(--colour-soft)}.progress-track span{display:block;width:78%;height:100%;border-radius:inherit;background:var(--colour-brand)}.section{padding-block:clamp(2.6rem,7vw,5rem)}.section--tight{padding-block:clamp(2.2rem,5vw,3.4rem)}.section-heading{max-width:680px;margin-bottom:2rem}.section-heading p,.policy-card p,.feature-card p,.faq-item p,.copy-block p,.copy-block li{color:var(--colour-muted)}.feature-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:1.2rem}.feature-kicker{display:inline-flex;align-items:center;justify-content:center;min-width:2.2rem;height:2.2rem;margin-bottom:.9rem;border-radius:999px;background:var(--colour-soft);color:var(--colour-brand-dark);font-weight:900}.privacy-band{border-block:1px solid var(--colour-border);background:linear-gradient(135deg,#dff3f0db,#fff2d385),#f9fdfc}.policy-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.policy-card{padding:1rem;background:#ffffffc7}.disclaimer{border-left:4px solid var(--colour-brand);border-radius:var(--radius);background:#fff;padding:1rem 1.1rem;color:var(--colour-muted)}.page-hero{padding-block:clamp(3rem,8vw,5.2rem) clamp(1rem,3vw,2rem)}.page-hero h1{max-width:13ch}.page-hero .lead{max-width:46rem}.copy-block{display:grid;gap:1.4rem;max-width:760px}.copy-block section{padding-bottom:1.2rem;border-bottom:1px solid var(--colour-border)}.copy-block section:last-child{border-bottom:0}.copy-block h2{max-width:none;margin-bottom:.65rem;font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.2}.copy-block ul,.copy-block ol{padding-left:1.25rem}.copy-block li+li{margin-top:.35rem}.faq-list{display:grid;gap:1rem;max-width:820px}.faq-item{padding:1.15rem}.site-footer{border-top:1px solid var(--colour-border);background:#fff}.site-footer__inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:1.4rem;color:var(--colour-muted);font-size:.94rem}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:860px){.hero-grid,.feature-grid,.policy-grid{grid-template-columns:1fr}.hero-grid{align-items:start}h1{max-width:11ch}.phone-preview{max-width:340px}}@media(max-width:620px){.site-header__inner{align-items:flex-start;flex-direction:column;padding-block:.9rem}.site-nav{justify-content:flex-start}.brand-link img{width:36px;height:36px}.hero-actions,.link-row{align-items:stretch;flex-direction:column}.button,.button--secondary{width:100%}.phone-screen{min-height:470px}.timer-ring{width:190px;height:190px}}
