:root{--ink:#0b1210;--paper:#f4f6ef;--muted:#637069;--line:rgba(11,18,16,.13);--green:#b9f34a;--green-dark:#8fcb23;--blue:#7dd3fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.nav-shell{width:min(1180px,calc(100% - 40px));height:82px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:inline-flex;align-items:center;gap:11px;font-size:13px;font-weight:800;letter-spacing:.13em}.brand-mark{width:32px;height:32px;display:grid;place-items:center;background:var(--ink);color:var(--green);border-radius:9px;letter-spacing:0}.nav-link{font-size:13px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:3px}.hero{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:112px 0 100px;position:relative;overflow:hidden}.hero-glow{position:absolute;width:520px;height:520px;right:-100px;top:10px;border-radius:50%;opacity:.45;background:radial-gradient(circle at 34% 34%,var(--green) 0 3%,transparent 3.5%),repeating-radial-gradient(circle at center,transparent 0 18px,rgba(11,18,16,.07) 19px 20px);mask-image:linear-gradient(to left,black,transparent 80%)}.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:.18em}.eyebrow{display:flex;align-items:center;gap:9px;color:#4e5c54}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--green-dark);box-shadow:0 0 0 5px rgba(185,243,74,.22)}.hero h1{max-width:900px;margin:25px 0;font-size:clamp(50px,7.2vw,96px);line-height:.94;letter-spacing:-.065em;font-weight:780;position:relative}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#65870f}.hero-copy{max-width:650px;color:var(--muted);font-size:19px;line-height:1.65;position:relative}.trust-row{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:36px;font-size:13px;font-weight:700;color:#344139}.pricing-section{background:var(--ink);color:#fff;padding:96px max(20px,calc((100vw - 1180px)/2)) 106px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:46px}.kicker{color:var(--green);margin:0 0 12px}.section-heading h2,.terms-copy h2{font-size:clamp(34px,4vw,53px);letter-spacing:-.045em;margin:0;line-height:1.02}.billing-toggle{display:flex;gap:4px;background:#19221f;padding:4px;border-radius:100px;border:1px solid rgba(255,255,255,.09)}.billing-toggle button{color:#aeb8b2;background:transparent;border:0;border-radius:100px;padding:11px 16px;font-size:12px;font-weight:800;white-space:nowrap}.billing-toggle button.active{background:#fff;color:var(--ink)}.billing-toggle small{color:#719b18;font-weight:800;margin-left:5px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.plan-card{position:relative;background:#f7f8f3;color:var(--ink);border-radius:20px;padding:32px;display:flex;flex-direction:column;min-height:680px;border:1px solid rgba(255,255,255,.12);transition:transform .25s ease,box-shadow .25s ease}.plan-card:hover{transform:translateY(-5px)}.plan-card.featured{background:var(--green);transform:translateY(-12px);box-shadow:0 22px 60px rgba(0,0,0,.28)}.plan-card.featured:hover{transform:translateY(-17px)}.popular-badge{position:absolute;right:22px;top:-14px;padding:8px 13px;border-radius:100px;background:var(--blue);color:#07334b;font-size:10px;font-weight:900;letter-spacing:.13em;box-shadow:0 7px 16px rgba(0,0,0,.16)}.plan-name{margin:0 0 12px;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.14em}.plan-description{min-height:69px;margin:0;font-size:14px;line-height:1.6;color:#526059}.price-row{display:flex;align-items:flex-start;margin-top:25px}.price-row .currency{font-size:21px;font-weight:750;margin:9px 4px 0 0}.price-row strong{font-size:67px;line-height:.95;letter-spacing:-.06em}.price-row .period{align-self:end;margin:0 0 7px 9px;color:#647068;font-size:12px}.annual-note{margin:7px 0 0;min-height:18px;opacity:0;color:#43533e;font-size:11px;font-weight:750;transition:opacity .2s}.annual-note.visible{opacity:1}.divider{height:1px;background:rgba(11,18,16,.14);margin:24px 0}.feature-list{margin:0;padding:0;list-style:none;display:grid;gap:13px}.feature-list li{display:grid;grid-template-columns:20px 1fr;gap:8px;font-size:13px;line-height:1.4;color:#29362f}.feature-list li span{color:#638b10;font-weight:900}.featured .feature-list li span{color:#365100}.card-footer{margin-top:auto;padding-top:28px}.response-time{font-size:11px;color:#5f6b64;text-align:center;min-height:16px}.choose-button{width:100%;height:51px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--ink);border-radius:9px;background:transparent;padding:0 18px;font-size:13px;font-weight:850;transition:background .2s,color .2s}.choose-button:hover,.featured .choose-button{background:var(--ink);color:#fff}.featured .choose-button:hover{background:#26312d}.selection-panel{width:min(840px,calc(100% - 40px));margin:-34px auto 0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 20px 55px rgba(12,20,16,.12);opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s ease}.selection-panel.is-visible{opacity:1;transform:none;pointer-events:auto}.selection-panel>div{display:flex;align-items:center;gap:13px}.selection-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--green);font-weight:900}.selection-panel p{margin:0;font-size:11px;color:var(--muted)}.selection-panel strong{font-size:18px}.selection-panel a{background:var(--ink);color:#fff;border-radius:9px;padding:13px 19px;font-size:13px;font-weight:800}.terms-section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:120px 0 110px;display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.terms-copy .kicker{color:#64820f}.terms-copy>p:last-child{color:var(--muted);line-height:1.7;font-size:15px;max-width:430px}.terms-grid{display:grid;grid-template-columns:1fr 1fr}.terms-grid article{padding:8px 28px 32px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.terms-grid article:nth-child(n+3){padding-top:28px;border-bottom:0}.terms-grid span{font-size:11px;font-weight:800;color:#779824}.terms-grid h3{margin:12px 0 8px;font-size:18px}.terms-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:32px 0 42px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#5d6962;font-size:12px}footer p{margin:0}@media(max-width:920px){.hero{padding-top:80px}.pricing-grid{grid-template-columns:1fr;max-width:620px;margin:0 auto;gap:20px}.plan-card{min-height:auto}.plan-card.featured,.plan-card.featured:hover{transform:none}.terms-section{grid-template-columns:1fr;gap:50px}}@media(max-width:640px){.nav-shell,.hero,.terms-section,footer{width:min(100% - 28px,1180px)}.hero{padding:70px 0 74px}.hero h1{font-size:clamp(46px,15vw,68px)}.hero-copy{font-size:16px}.hero-glow{right:-260px;opacity:.32}.section-heading{align-items:stretch;flex-direction:column}.billing-toggle{align-self:flex-start}.billing-toggle button{padding:10px 12px}.billing-toggle small{display:block;margin:2px 0 0;font-size:9px}.pricing-section{padding-top:70px}.plan-card{padding:27px 23px}.plan-description{min-height:0}.selection-panel{align-items:stretch;flex-direction:column;gap:16px}.selection-panel a{text-align:center}.terms-section{padding:90px 0 75px}.terms-grid{grid-template-columns:1fr}.terms-grid article,.terms-grid article:nth-child(n+3){padding:24px 0;border-left:0;border-bottom:1px solid var(--line)}footer{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
