@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap";:root{--ink:#073b3a;--muted:#4c6f6e;--cream:#e7f7f5;--paper:#f5fffd;--lime:#58ead7;--green:#087f78;--line:#073b3a24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}main{max-width:1440px;margin:0 auto;overflow:hidden}.nav{border-bottom:1px solid var(--line);background:#b9dfd1;justify-content:space-between;align-items:center;height:88px;padding:0 clamp(24px,5vw,76px);display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-weight:700;display:flex}.brandMark{width:34px;height:34px;color:var(--cream);background:var(--ink);border-radius:50%;place-items:center;font-family:Manrope,sans-serif;display:grid}.navLink{border-bottom:1px solid var(--ink);padding-bottom:3px;font-size:14px;font-weight:600}.hero{background:var(--paper);border-bottom:1px solid var(--line);min-height:630px;padding:104px clamp(24px,8vw,118px) 86px;position:relative}.eyebrow,.sectionLabel{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:700}.eyebrow{color:var(--green);align-items:center;gap:10px;display:flex}.eyebrow span{background:var(--lime);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #c9ff5a40}h1{letter-spacing:-.075em;max-width:850px;margin:22px 0 24px;font:800 clamp(64px,9vw,130px)/.88 Manrope,sans-serif}h1 em{color:var(--green);font-style:normal}.lead{max-width:610px;color:var(--muted);font-size:clamp(17px,2vw,20px);line-height:1.65}.heroActions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:38px;display:flex}.primaryButton{background:var(--ink);color:#fff;border-radius:999px;align-items:center;gap:30px;padding:17px 20px 17px 24px;font-weight:600;display:inline-flex}.primaryButton span{width:29px;height:29px;color:var(--ink);background:var(--lime);border-radius:50%;place-items:center;display:grid}.status{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}.status i{background:#12b8a6;border-radius:50%;width:7px;height:7px}.orbit{pointer-events:none;border:1px solid #087f782e;border-radius:50%;position:absolute}.orbitOne{width:450px;height:450px;top:80px;right:-150px}.orbitTwo{background:#58ead747;width:230px;height:230px;top:190px;right:-40px}.features{grid-template-columns:repeat(3,1fr);display:grid}.card{border-right:1px solid var(--line);min-height:290px;padding:44px clamp(24px,4vw,56px)}.card:last-child{border-right:0}.cardNumber{color:var(--green);font-size:13px;font-weight:700}.card h2{letter-spacing:-.04em;margin:62px 0 12px;font:800 30px/1.1 Manrope,sans-serif}.card p{color:var(--muted);max-width:330px;margin:0;line-height:1.6}.tester{background:var(--green);color:#fff;border-radius:32px;grid-template-columns:1fr minmax(280px,420px);align-items:center;gap:60px;margin:0 clamp(18px,4vw,58px) 58px;padding:clamp(42px,7vw,84px);display:grid}.sectionLabel{color:var(--lime)}.tester h2{letter-spacing:-.055em;max-width:620px;margin:16px 0 12px;font:800 clamp(38px,5vw,64px)/1 Manrope,sans-serif}.tester p{color:#ffffffb3;margin:0;line-height:1.6}.testButton{background:var(--lime);width:100%;min-height:96px;color:var(--ink);cursor:pointer;border:0;border-radius:22px;justify-content:space-between;align-items:center;padding:18px 18px 18px 28px;font:700 16px DM Sans,sans-serif;transition:transform .2s,box-shadow .2s;display:flex}.testButton:hover{transform:translateY(-3px);box-shadow:0 14px 35px #0000002e}.testButton:focus-visible{outline-offset:4px;outline:3px solid #fff}.testButton b{color:#fff;background:var(--ink);border-radius:16px;place-items:center;width:54px;height:54px;font-size:25px;display:grid}footer{color:var(--muted);justify-content:space-between;gap:20px;padding:0 clamp(24px,5vw,76px) 48px;font-size:13px;display:flex}footer span:first-child{color:var(--ink);font-weight:700}@media (width<=780px){.nav{height:72px}.hero{min-height:auto;padding-top:72px}h1{font-size:clamp(58px,18vw,88px)}.orbit{display:none}.features{grid-template-columns:1fr}.card{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.card h2{margin-top:30px}.tester{grid-template-columns:1fr;gap:38px}footer{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.testButton{transition:none}}
