:root{--background:#ffffff;--surface:#f7faf9;--surface-strong:#eef8f4;--text:#07152d;--muted:#5f6b80;--border:#dfe7ec;--green:#06bd8f;--green-dark:#008d6b;--blue:#3157d5;--amber:#f59e0b;--shadow:0 20px 60px rgba(7,21,45,0.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-shell{min-height:100vh;overflow:hidden}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(223,231,236,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-inner{display:flex;justify-content:space-between;height:74px}.brand,.nav-inner{align-items:center}.brand{display:inline-flex;gap:12px;font-size:24px;font-weight:800}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#08d3a0,#09a87d);color:white;font-weight:900;transform:skewY(-9deg)}.nav-links{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:15px;font-weight:650}.nav-cta,.primary-cta,.secondary-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:0;border-radius:14px;font-weight:800;cursor:pointer}.nav-cta,.primary-cta{background:linear-gradient(135deg,#02c894,#02b582);color:white;box-shadow:0 14px 30px rgba(2,181,130,.24)}.nav-cta{padding:0 18px}.primary-cta{padding:0 24px;font-size:17px}.secondary-cta{padding:0 20px;border:1px solid var(--border);background:white;color:var(--text)}.hero{padding:76px 0 78px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(360px,.77fr);align-items:center;grid-gap:64px;gap:64px}.hero h1{max-width:690px;margin:0;font-size:clamp(52px,7vw,88px);line-height:.95;letter-spacing:0}.hero-copy{max-width:610px;margin:26px 0 0;color:var(--muted);font-size:22px;line-height:1.55}.hero-actions{gap:14px}.hero-actions,.proof-row{display:flex;flex-wrap:wrap;margin-top:34px}.proof-row{gap:18px;color:var(--muted);font-size:15px;font-weight:650}.proof-row span{display:inline-flex;align-items:center;gap:8px}.phone-stage{position:relative;display:grid;place-items:center;min-height:560px}.phone-stage:before{position:absolute;inset:44px 0 auto auto;width:360px;height:360px;content:"";background:radial-gradient(circle,rgba(6,189,143,.18),rgba(6,189,143,0))}.phone{position:relative;width:min(330px,84vw);aspect-ratio:941/1672;padding:10px;border:1px solid rgba(7,21,45,.08);border-radius:38px;background:white;box-shadow:var(--shadow)}.phone img,.phone video{display:block;width:100%;height:100%;object-fit:cover;border-radius:30px}.section{padding:82px 0}.section.alt{background:var(--surface)}.section-heading{max-width:760px;margin:0 auto 42px;text-align:center}.section-heading h2{margin:0;font-size:clamp(34px,4vw,56px);line-height:1.04}.section-heading p{margin:18px 0 0;color:var(--muted);font-size:19px;line-height:1.55}.feature-grid,.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-card,.legal-card,.pricing-card{border:1px solid var(--border);border-radius:22px;background:white;box-shadow:0 12px 34px rgba(7,21,45,.06)}.feature-card{padding:28px}.feature-card svg,.legal-card svg{color:var(--green-dark)}.feature-card h3{margin:20px 0 10px;font-size:23px}.feature-card p,.legal-card p,.pricing-card p{color:var(--muted);line-height:1.55}.showcase{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:56px;gap:56px}.showcase.reverse{grid-template-columns:1.1fr .9fr}.showcase-copy h2{margin:0;font-size:clamp(34px,4vw,56px);line-height:1.04}.showcase-copy p{margin:18px 0 0;color:var(--muted);font-size:19px;line-height:1.6}.screen-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:center}.screen-frame{overflow:hidden;border:1px solid var(--border);border-radius:28px;background:white;box-shadow:var(--shadow)}.screen-frame img,.screen-frame video{display:block;width:100%;height:auto}.pricing-card{padding:30px}.pricing-card.highlight{border:2px solid var(--green)}.price{margin:16px 0 6px;font-size:46px;font-weight:850;color:var(--green-dark)}.price small{color:var(--muted);font-size:18px;font-weight:650}.feature-list{display:grid;grid-gap:12px;gap:12px;margin:22px 0 0;padding:0;list-style:none}.feature-list li{display:flex;gap:10px;color:var(--muted)}.footer{padding:46px 0;border-top:1px solid var(--border);color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:24px}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.legal-page{padding:64px 0 90px}.legal-page h1{margin:0 0 14px;font-size:clamp(38px,5vw,64px)}.legal-page .lede{max-width:760px;color:var(--muted);font-size:20px;line-height:1.55}.legal-card{margin-top:28px;padding:30px}.legal-card h2{margin-top:0}.legal-card li{margin:10px 0;color:var(--muted);line-height:1.5}@media (max-width:900px){.nav-links{display:none}.feature-grid,.hero-grid,.pricing-grid,.showcase,.showcase.reverse{grid-template-columns:1fr}.hero{padding-top:48px}.phone-stage{min-height:auto}.showcase.reverse .showcase-copy{order:-1}.footer-inner{flex-direction:column}}@media (max-width:560px){.container{width:min(100% - 24px,1120px)}.brand{font-size:21px}.hero h1{font-size:50px}.hero-copy{font-size:19px}.hero-actions{align-items:stretch;flex-direction:column}.screen-pair{grid-template-columns:1fr}}