@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#12231b;--forest:#073e2b;--green:#0d7650;--lime:#c9f47c;--paper:#f7f6ed;--cream:#ececdf;--muted:#607168;--line:rgba(18,35,27,.14);--display:'Space Grotesk',sans-serif;--body:'DM Sans',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.5 var(--body)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:absolute;z-index:5;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 5vw;color:#fff}.brand{display:flex;align-items:center;gap:10px;font:700 14px var(--display);letter-spacing:.05em}.brand small{display:block;color:rgba(255,255,255,.55);font:500 8px var(--body);letter-spacing:.18em}.brand-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;color:var(--forest);background:var(--lime);font-size:18px}.site-header nav{display:flex;gap:27px;font-size:13px;color:rgba(255,255,255,.72)}.site-header nav a:hover{color:var(--lime)}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:50px;padding:0 21px;border:1px solid transparent;border-radius:100px;font-weight:700;transition:.25s}.button span{font-size:19px}.button-sm{min-height:40px;padding:0 16px;color:var(--forest);background:var(--lime);font-size:12px}.button-primary{color:var(--forest);background:var(--lime)}.button-primary:hover{color:#fff;border-color:#fff;background:transparent}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:850px;padding:150px 7vw 75px;overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 40%,#23744a 0 10%,transparent 28%),linear-gradient(130deg,#062f22,#0c5b3b)}.hero:after{content:'';position:absolute;right:-12vw;bottom:-38vw;width:75vw;aspect-ratio:1;border:1px solid rgba(201,244,124,.18);border-radius:50%;box-shadow:0 0 0 80px rgba(201,244,124,.025),0 0 0 160px rgba(201,244,124,.02)}.hero-copy{position:relative;z-index:2;align-self:center;max-width:720px}.eyebrow,.section-label{font-size:11px;font-weight:700;letter-spacing:.16em}.eyebrow{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.65)}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--lime)}h1,h2,h3{font-family:var(--display)}h1{max-width:760px;margin:28px 0 28px;font-size:clamp(54px,6.7vw,108px);line-height:.95;letter-spacing:-.065em}h1 em,h2 em{color:var(--lime);font-style:normal}.hero-lede{max-width:560px;color:rgba(255,255,255,.7);font-size:18px;line-height:1.65}.actions{display:flex;align-items:center;gap:24px;margin-top:30px}.text-link{font-weight:700}.text-link span{margin-left:9px;color:var(--lime)}.release-note{margin-top:18px;color:rgba(255,255,255,.46);font-size:11px}.release-note span{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#f4b86b}.hero-visual{position:relative;z-index:2;display:grid;place-items:center;min-height:650px}.phone{position:relative;z-index:2;width:min(320px,60%);padding:11px;border:8px solid #172d25;border-radius:42px;background:#172d25;box-shadow:24px 35px 80px rgba(0,0,0,.35);transform:rotate(4deg)}.phone:after{content:'';position:absolute;inset:0;border-radius:32px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.phone img{width:100%;border-radius:29px}.phone-speaker{position:absolute;z-index:3;top:4px;left:50%;width:74px;height:17px;border-radius:20px;background:#172d25;transform:translateX(-50%)}.leaf-card{position:absolute;z-index:3;right:2%;bottom:17%;display:grid;gap:4px;padding:18px 21px;border-radius:16px;color:var(--ink);background:#fbfaf0;box-shadow:0 16px 40px rgba(0,0,0,.22);transform:rotate(-4deg)}.leaf-card small{color:var(--green);font-size:9px;letter-spacing:.14em}.leaf-card b{font:600 16px var(--display)}.leaf-card span{color:var(--muted);font-size:12px}.orbit{position:absolute;border:1px solid rgba(201,244,124,.24);border-radius:50%}.orbit-a{width:70%;aspect-ratio:1}.orbit-b{width:46%;aspect-ratio:1}.proof{display:grid;grid-template-columns:repeat(4,1fr);background:var(--lime)}.proof div{display:grid;place-items:center;gap:6px;min-height:126px;border-right:1px solid rgba(18,35,27,.15);text-align:center}.proof b{font:700 27px var(--display)}.proof span{font-size:12px}.section{padding:clamp(90px,11vw,170px) 8vw}.section-label{color:#72837a}.split{display:grid;grid-template-columns:1.3fr .7fr;gap:10vw;align-items:end;margin:45px 0 90px}.split p{margin:0;color:var(--muted);line-height:1.7}h2{margin:0;font-size:clamp(45px,5.4vw,80px);line-height:1;letter-spacing:-.06em}.intro{background:var(--paper)}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.steps article{min-height:260px;padding:25px 28px;border-right:1px solid var(--line)}.steps article:first-child{border-left:1px solid var(--line)}.steps span,.feature-grid span{color:var(--green);font-size:11px;font-weight:700}.steps h3{margin:75px 0 12px;font-size:21px}.steps p,.feature-grid p{margin:0;color:var(--muted);line-height:1.6}.features{color:#fff;background:var(--forest)}.features .section-label{color:rgba(255,255,255,.5)}.features h2{margin:45px 0 75px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.feature-grid article{min-height:250px;padding:25px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.06)}.feature-grid p{color:rgba(255,255,255,.66)}.feature-grid h3{margin:48px 0 12px;font-size:29px}.gallery{background:#102e20;color:#fff}.gallery .section-label{color:rgba(255,255,255,.5)}.gallery .split{margin-bottom:60px}.gallery .split p{color:rgba(255,255,255,.62)}.screens{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.screen{margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#173e2c}.screen-large{grid-column:span 2}.screen-wide{grid-column:1/-1}.screen img{width:100%;height:470px;object-fit:cover;object-position:top}.screen-large img{height:430px}.screen-wide img{height:380px;object-position:top 12%}.screen figcaption{display:grid;gap:4px;padding:20px}.screen b{font:600 19px var(--display)}.screen span{color:rgba(255,255,255,.6);font-size:13px}.audiences{background:var(--paper)}.audiences h2{margin:45px 0 75px}.audience-list{border-top:1px solid var(--line)}.audience-list article{display:grid;grid-template-columns:60px 1fr 1.4fr 30px;gap:25px;align-items:center;min-height:125px;border-bottom:1px solid var(--line)}.audience-list article>span{color:#7b8c82;font-size:11px}.audience-list h3{margin:0;font-size:25px}.audience-list p{margin:0;color:var(--muted);line-height:1.55}.audience-list b{font-size:22px}.honesty{display:grid;grid-template-columns:.55fr 1.45fr;gap:8vw;color:#fff;background:#194b35}.honesty .section-label{color:rgba(255,255,255,.5)}.honesty h2{margin:40px 0 25px}.honesty p{max-width:750px;margin:0;color:rgba(255,255,255,.7);font-size:18px;line-height:1.7}.honesty-mark{display:grid;place-items:center;width:min(260px,100%);aspect-ratio:1;border:1px solid rgba(201,244,124,.35);border-radius:50%;color:var(--lime);font-size:130px}.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw;background:var(--cream)}.faq h2{margin-top:40px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:85px;cursor:pointer;font:600 18px var(--display);list-style:none}summary::-webkit-details-marker{display:none}summary span{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:50%;font-size:20px}details[open] summary span{color:#fff;background:var(--forest);transform:rotate(45deg)}details p{margin:0 50px 24px 0;color:var(--muted);line-height:1.65}details a{text-decoration:underline}.cta{display:grid;place-items:center;text-align:center;color:#fff;background:radial-gradient(circle at 50% 0,#2e8051,#073e2b 58%)}.cta h2{margin:38px 0 18px;font-size:clamp(50px,7vw,100px)}.cta>p:not(.eyebrow){max-width:530px;color:rgba(255,255,255,.65)}.button-disabled{color:rgba(255,255,255,.6);border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08);cursor:not-allowed}.light{color:#fff}footer{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:45px;padding:75px 8vw 30px;color:#dce9df;background:#061f15}footer .brand{margin-bottom:20px}.footer-brand p{max-width:430px;color:#80978b;line-height:1.65}.footer-brand .brand small{color:#81998d}footer>div:not(.footer-brand){display:grid;align-content:start;gap:12px;font-size:13px}footer b{color:var(--lime);font:600 11px var(--display);letter-spacing:.12em;text-transform:uppercase}.footer-note{color:#80978b;font-size:13px;line-height:1.6}.footer-bottom{grid-column:1/-1;margin:15px 0 0;padding-top:25px;border-top:1px solid rgba(255,255,255,.12);color:#678072;font-size:11px}.footer-bottom a{text-decoration:underline}:focus-visible{outline:3px solid var(--lime);outline-offset:4px}@media(max-width:950px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:130px}.hero-copy{max-width:700px}.hero-visual{min-height:600px}.feature-grid{grid-template-columns:repeat(2,1fr)}.split,.honesty,.faq{grid-template-columns:1fr;gap:35px}.steps{grid-template-columns:repeat(2,1fr)}.steps article{border-bottom:1px solid var(--line)}.screens{grid-template-columns:repeat(2,1fr)}.screen-large,.screen-wide{grid-column:auto}.audience-list article{grid-template-columns:45px 1fr 1.3fr 20px}footer{grid-template-columns:1.5fr repeat(2,1fr)}}@media(max-width:620px){.site-header{padding:18px}.site-header .button-sm{display:none}.hero{min-height:auto;padding:110px 20px 50px}.hero h1{font-size:clamp(48px,14vw,66px)}.hero-lede{font-size:16px}.actions{align-items:stretch;flex-direction:column;gap:15px}.hero-visual{min-height:530px}.phone{width:62%;transform:rotate(3deg)}.leaf-card{right:0;bottom:10%;padding:14px}.leaf-card b{font-size:13px}.proof{grid-template-columns:repeat(2,1fr)}.proof div{min-height:105px}.section{padding:90px 20px}.split{margin:35px 0 55px}.steps,.feature-grid,.screens{grid-template-columns:1fr}.steps article{border-left:1px solid var(--line);min-height:210px}.steps h3{margin-top:50px}.feature-grid article{min-height:210px}.feature-grid h3{margin-top:38px}.screen img,.screen-large img,.screen-wide img{height:auto;max-height:none}.audiences h2{margin-bottom:50px}.audience-list article{grid-template-columns:30px 1fr 20px;gap:12px;padding:22px 0}.audience-list p{grid-column:2/-1}.honesty-mark{width:160px}.honesty p{font-size:16px}.faq{gap:55px}summary{font-size:16px}.cta h2{font-size:clamp(47px,13vw,70px)}footer{grid-template-columns:1fr 1fr;gap:35px 20px;padding:60px 20px 25px}.footer-brand{grid-column:1/-1}footer>div:not(.footer-brand):last-child{grid-column:1/-1}}
