:root { --ink:#183023; --muted:#5f7066; --green:#27bd63; --paper:#f7f8f3; --pale:#e7f2e6; --line:#dce5dc; color-scheme:light; }
body { color:var(--ink); background:var(--paper); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.site-header { position:relative; z-index:20; display:flex; width:min(1180px,calc(100% - 48px)); height:88px; margin:auto; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:11px; color:inherit; font-weight:760; text-decoration:none; letter-spacing:-.02em; }
.brand img { width:38px; border-radius:11px; box-shadow:0 6px 18px rgb(39 189 99 / 18%); }
.site-header nav { display:flex; gap:30px; font-size:14px; }
.site-header nav a, footer a { color:inherit; text-decoration:none; opacity:.7; }
.site-header nav a:hover, footer a:hover { opacity:1; }
.nav-cta { padding:11px 16px; border:1px solid var(--line); border-radius:999px; color:inherit; font-size:13px; font-weight:650; text-decoration:none; }
main { overflow:hidden; }
.hero { display:grid; width:min(1180px,calc(100% - 48px)); min-height:720px; margin:auto; grid-template-columns:1.05fr .95fr; align-items:center; gap:60px; }
.eyebrow,.kicker { color:#28814b; font-size:12px; font-weight:750; letter-spacing:.13em; text-transform:uppercase; }
.eyebrow { display:flex; align-items:center; gap:9px; }
.eyebrow span { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 5px rgb(39 189 99 / 13%); }
h1 { margin:22px 0; font-size:clamp(72px,8.3vw,126px); line-height:.84; letter-spacing:-.075em; }
.hero-lede { max-width:590px; margin:0 0 30px; color:var(--muted); font-size:21px; line-height:1.55; }
.actions { display:flex; flex-wrap:wrap; gap:10px; }
.button { display:inline-flex; min-height:50px; padding:0 20px; align-items:center; justify-content:center; border-radius:15px; font-size:14px; font-weight:700; text-decoration:none; }
.button.primary { color:#fff; background:var(--green); box-shadow:0 12px 32px rgb(39 189 99 / 22%); }
.button.secondary { border:1px solid var(--line); background:rgb(255 255 255 / 55%); }
.button.ink { color:#fff; background:var(--ink); }
.trust { display:flex; margin:30px 0 0; padding:0; gap:26px; color:var(--muted); font-size:12px; list-style:none; }
.trust li::before { content:"✓"; margin-right:6px; color:var(--green); font-weight:800; }
.hero-visual { position:relative; min-height:650px; }
.soft-orb { position:absolute; inset:30px -140px 10px 30px; border-radius:50% 40% 55% 45%; background:radial-gradient(circle at 35% 35%,#dff3dc,#b9dfc1 58%,#89cba3); filter:blur(.2px); transform:rotate(-8deg); }
.hero video { position:absolute; z-index:2; top:40px; left:50%; width:300px; border:9px solid #15221a; border-radius:54px; box-shadow:0 35px 90px rgb(28 70 43 / 26%); transform:translateX(-50%) rotate(2.5deg); }
.float-note { position:absolute; z-index:3; right:-8px; bottom:115px; display:flex; padding:16px 18px; flex-direction:column; border:1px solid rgb(255 255 255 / 70%); border-radius:17px; background:rgb(255 255 255 / 82%); box-shadow:0 16px 50px rgb(43 85 54 / 18%); backdrop-filter:blur(12px); }
.float-note b { font-size:14px; }.float-note span { margin-top:4px; color:var(--muted); font-size:12px; }
.promise-strip { display:grid; width:min(1120px,calc(100% - 48px)); margin:25px auto 100px; padding:23px 0; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.promise-strip div { display:flex; gap:18px; justify-content:center; }.promise-strip b { color:var(--green); font-size:11px; }.promise-strip span { font-weight:650; }
.section,.history-section,.open-source { display:grid; width:min(1120px,calc(100% - 48px)); margin:150px auto; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.section-copy h2,.privacy h2,.open-source h2,.faq h2,.final-cta h2 { margin:12px 0 20px; font-size:clamp(42px,5vw,68px); line-height:.98; letter-spacing:-.055em; }
.section-copy > p:not(.kicker),.privacy-head p,.source-copy > p:not(.kicker) { color:var(--muted); font-size:18px; line-height:1.65; }
.mini-list { display:grid; margin-top:32px; gap:14px; font-size:14px; font-weight:650; }.mini-list span::before { content:"+"; display:inline-grid; width:23px; height:23px; margin-right:10px; place-items:center; border-radius:50%; background:var(--pale); color:var(--green); }
.widget-stage { padding:42px 24px 22px; border-radius:38px; background:#cce6d1; transform:rotate(1.5deg); }
.widget-stage img { border-radius:28px; box-shadow:0 25px 50px rgb(19 65 35 / 25%); }.widget-caption { display:block; margin-top:25px; text-align:center; font-family:Georgia,serif; font-size:20px; font-style:italic; }
.history-section { padding:75px; border-radius:48px; background:#eaf2e8; }
.phone-pair { position:relative; min-height:620px; }.phone { position:absolute; width:255px; border:7px solid #1a211c; border-radius:42px; box-shadow:0 28px 60px rgb(29 60 37 / 24%); }.phone.back { top:0; left:0; transform:rotate(-5deg); }.phone.front { right:10px; bottom:0; transform:rotate(5deg); }
blockquote { margin:34px 0 0; padding:22px 0 0; border-top:1px solid #c9d8ca; font-family:Georgia,serif; font-size:20px; font-style:italic; line-height:1.45; }
.privacy { width:min(1120px,calc(100% - 48px)); margin:150px auto; padding:82px; border-radius:46px; color:#e6ffec; background:#122c1c; }
.privacy .kicker { color:#6ee797; }.privacy-head { max-width:760px; }.privacy-head p { color:#a9c6b1; }
.cloud-path { display:flex; margin:60px 0 46px; align-items:center; justify-content:center; gap:22px; }.node { display:grid; width:130px; height:88px; place-items:center; border:1px solid #345a41; border-radius:22px; background:#173923; text-align:center; font-weight:700; }.node.cloud { width:155px; color:#bdf6cb; background:#225130; }.cloud-path > span { color:#6ee797; font-size:25px; }
.privacy-points { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }.privacy-points article { padding-top:18px; border-top:1px solid #345a41; }.privacy-points span { color:#8ff0a9; font-size:13px; font-weight:750; }.privacy-points p { color:#a9c6b1; line-height:1.5; }
.text-link { display:inline-block; margin-top:30px; color:#c8f8d5; font-weight:650; text-decoration:none; }
.shared { position:relative; min-height:480px; padding:65px; border-radius:44px; background:#f2ead9; overflow:hidden; }.shared-card { max-width:570px; }.shared-card ul { display:grid; padding:0; gap:10px; list-style:none; }.shared-card li::before { content:"•"; margin-right:8px; color:var(--green); }.shared-card small { color:var(--muted); }.people { display:grid; grid-template-columns:repeat(2,110px); gap:10px; transform:rotate(6deg); }.people span { display:grid; height:110px; place-items:center; border-radius:32px; color:white; background:#3c8d5d; font-size:24px; font-weight:800; }.people span:nth-child(2){background:#e9825d}.people span:nth-child(3){background:#387bbb}.people span:nth-child(4){color:var(--ink);background:#fff}
.open-source { align-items:start; }.source-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }.source-grid div { display:flex; min-height:155px; padding:25px; flex-direction:column; justify-content:space-between; border:1px solid var(--line); border-radius:26px; background:white; }.source-grid b { color:var(--green); font-size:40px; letter-spacing:-.05em; }.source-grid span { color:var(--muted); font-size:13px; }
.faq { width:min(900px,calc(100% - 48px)); margin:150px auto; }.faq-grid { display:grid; margin-top:40px; border-top:1px solid var(--line); }.faq details { padding:22px 0; border-bottom:1px solid var(--line); }.faq summary { cursor:pointer; font-size:18px; font-weight:700; }.faq details p { max-width:680px; color:var(--muted); line-height:1.6; }
.final-cta { display:flex; width:min(1120px,calc(100% - 48px)); margin:120px auto 80px; padding:45px; align-items:center; gap:28px; border-radius:34px; background:#dff0de; }.final-cta img { width:80px; border-radius:22px; }.final-cta p { margin:0; color:var(--muted); }.final-cta h2 { margin:6px 0; font-size:40px; }.final-cta .button { margin-left:auto; }
footer { display:flex; width:min(1120px,calc(100% - 48px)); margin:auto; padding:35px 0 80px; align-items:center; justify-content:space-between; border-top:1px solid var(--line); color:var(--muted); font-size:13px; }footer div{display:flex;gap:22px}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:65px}.hero-visual{min-height:610px}.section,.history-section,.open-source{grid-template-columns:1fr;gap:50px}.track .section-copy{order:1}.track .widget-stage{order:2}.history-section{padding:45px}.phone-pair{width:min(560px,100%);margin:auto}.privacy{padding:50px}.shared{grid-template-columns:1fr}.people{position:absolute;right:-60px;bottom:-40px;opacity:.35}.site-header nav{display:none}}
@media(max-width:620px){.site-header,.hero,.section,.history-section,.open-source,.privacy,.shared,.final-cta{width:calc(100% - 28px)}.site-header{height:72px}.brand img{width:32px}.nav-cta{padding:9px 12px}h1{font-size:66px}.hero{min-height:auto;gap:20px}.hero-visual{min-height:560px}.hero video{width:260px}.trust{flex-direction:column;gap:9px}.promise-strip{grid-template-columns:1fr;gap:16px}.promise-strip div{justify-content:flex-start}.section,.history-section,.open-source,.privacy,.shared{margin:95px auto}.history-section,.privacy,.shared{padding:30px}.phone-pair{min-height:510px}.phone{width:205px}.privacy-points{grid-template-columns:1fr}.cloud-path{gap:8px}.node{width:84px;height:72px;font-size:12px}.node.cloud{width:95px}.source-grid{grid-template-columns:1fr 1fr}.final-cta{align-items:flex-start;flex-wrap:wrap}.final-cta .button{width:100%;margin:0}footer{align-items:flex-start;gap:22px;flex-direction:column}}
