:root{--bg:#f5f7f4;--surface:#ffffff;--surface-2:#eef3ee;--ink:#121a17;--muted:#66736c;--line:#d9e1dc;--green:#1f8f5d;--green-dark:#0d5a38;--mint:#dff5e9;--teal:#126b75;--blue:#2457a7;--navy:#111f2f;--amber:#b8791f;--red:#bb3d3d;--shadow:rgba(18,26,23,0.1);--shadow-strong:rgba(18,26,23,0.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(1160px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(217,225,220,.82);background:rgba(245,247,244,.88);backdrop-filter:blur(18px)}.nav{min-height:76px;display:flex;justify-content:space-between;gap:24px}.brand,.nav{align-items:center}.brand{display:inline-flex;gap:10px;font-weight:850}.brand img{height:36px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:15px;font-weight:650}.nav-links a:hover{color:var(--ink)}.nav-actions{display:flex;align-items:center;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:10px;border:1px solid rgba(13,90,56,.82);padding:0 18px;font-size:15px;font-weight:800;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--green-dark);color:#fff;box-shadow:0 12px 28px rgba(13,90,56,.22)}.button.secondary{background:rgba(255,255,255,.82);color:var(--green-dark)}.button.light{border-color:rgba(255,255,255,.45);background:#fff;color:var(--green-dark)}.hero{position:relative;overflow:hidden;min-height:calc(100vh - 76px);display:grid;align-items:center;padding:70px 0 82px;background:linear-gradient(115deg,rgba(17,31,47,.03) 0 44%,rgba(18,107,117,.1) 44% 100%),linear-gradient(135deg,#f8faf7,#edf4f0)}.hero-backdrop{position:absolute;inset:auto -10% -34% 38%;height:76%;background:linear-gradient(135deg,rgba(17,31,47,.92),rgba(18,107,117,.72)),radial-gradient(circle at 35% 35%,rgba(255,255,255,.28),transparent 38%);clip-path:polygon(14% 0,100% 8%,86% 100%,0 86%)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:52px;align-items:center}.hero-copy{max-width:620px}.eyebrow{color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}h1,h2,h3,p{margin-top:0}h1{margin:16px 0 20px;font-size:clamp(42px,6vw,74px);line-height:.98}h1,h2{letter-spacing:0}h2{margin-bottom:16px;font-size:clamp(32px,4vw,50px);line-height:1.06}h3{margin-bottom:8px;font-size:21px}.lead{max-width:610px;color:var(--muted);font-size:20px;line-height:1.56}.hero-actions{gap:14px;margin-top:30px}.hero-actions,.tag-row{display:flex;flex-wrap:wrap}.tag-row{gap:10px;margin-top:26px}.tag{border:1px solid rgba(18,107,117,.18);border-radius:999px;background:rgba(255,255,255,.75);padding:8px 12px;color:var(--teal);font-size:13px;font-weight:800}.product-board{position:relative;border:1px solid rgba(255,255,255,.66);border-radius:22px;background:rgba(255,255,255,.92);padding:16px;box-shadow:0 28px 80px var(--shadow-strong);animation:boardEnter .62s ease-out both}.product-board:after{content:"";position:absolute;inset:12px;border:1px solid rgba(17,31,47,.05);border-radius:16px;pointer-events:none}.board-chrome{display:flex;gap:7px;padding:2px 4px 14px}.board-chrome span{width:9px;height:9px;border-radius:999px;background:#c7d2cc}.board-chrome span:nth-child(2){background:#9fb1aa}.board-chrome span:nth-child(3){background:#6f827a}.board-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#ffffff,#f2f7f4);padding:16px}.board-title{font-size:22px;font-weight:900}.status-pill{border-radius:999px;padding:7px 10px;background:var(--mint);color:var(--green-dark);font-size:12px;font-weight:900}.activity-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0 0}.activity-pill{min-width:0;border-radius:14px;padding:12px;color:#fff}.activity-pill strong{display:block;font-size:22px;line-height:1}.activity-pill span{display:block;margin-top:6px;font-size:12px;font-weight:850;opacity:.88}.activity-pill.green{background:#1f8f5d}.activity-pill.amber{background:#b8791f}.activity-pill.red{background:#bb3d3d}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 0}.metric{border:1px solid var(--line);border-radius:14px;background:var(--surface-2);padding:16px}.metric span{color:var(--muted);font-size:12px;font-weight:800}.metric strong{display:block;margin-top:8px;font-size:32px}.task-list{display:grid;gap:10px}.task-row{display:grid;grid-template-columns:122px 1fr 102px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:14px;transition:transform .18s ease,border-color .18s ease}.task-row:hover{transform:translateX(3px);border-color:rgba(18,107,117,.32)}.task-row strong{font-size:14px}.task-row span{color:var(--muted);font-size:14px}.state{justify-self:end;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.state.green{background:#dcfce7;color:#166534}.state.amber{background:#fef3c7;color:#92400e}.state.red{background:#fee2e2;color:#991b1b}.section{padding:90px 0;border-bottom:1px solid var(--line)}.section.alt{background:#edf2ee}.section-head{max-width:760px;margin-bottom:38px}.muted{color:var(--muted);line-height:1.65;margin-bottom:0}.grid{display:grid;gap:22px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:26px;box-shadow:0 14px 34px rgba(18,26,23,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-3px);border-color:rgba(18,107,117,.28);box-shadow:0 20px 44px rgba(18,26,23,.1)}.card.accent{background:linear-gradient(135deg,#ffffff,#eef8f2);border-color:rgba(31,143,93,.28)}.card-label{color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.page-hero{padding:72px 0 56px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f8faf7,#edf4f0)}.page-hero h1{max-width:900px;font-size:clamp(42px,7vw,76px)}.next-steps{display:grid;gap:16px;margin:22px 0;padding:0;list-style:none;counter-reset:next-step}.next-steps li{position:relative;display:grid;gap:4px;padding-left:52px;color:var(--muted);line-height:1.5}.next-steps li:before{counter-increment:next-step;content:counter(next-step);position:absolute;left:0;top:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:var(--green-dark);color:#fff;font-weight:900}.next-steps strong,.trust-line{color:var(--ink)}.trust-line{margin:22px 0 0;font-weight:800;line-height:1.5}.form{display:grid;gap:16px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.form label{display:grid;gap:6px;color:var(--muted);font-weight:700}.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);padding:12px 14px;font:inherit;line-height:1.4}.form textarea{min-height:110px;resize:vertical}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--green);outline:3px solid rgba(31,143,93,.16)}.form button:disabled{cursor:not-allowed;opacity:.68}.form-note{color:var(--muted);font-size:14px;line-height:1.55}.form-note a{color:var(--green-dark);font-weight:850}.form-status{display:grid;gap:8px;border-radius:12px;background:var(--mint);color:var(--green-dark);padding:12px;font-weight:750}.form-status a{color:inherit;font-weight:900;text-decoration:underline;text-underline-offset:3px}.form-status.error{background:rgba(187,61,61,.12);color:var(--red)}.form-status.success{background:var(--mint);color:var(--green-dark)}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.step{border:1px solid var(--line);border-top:4px solid var(--teal);border-radius:8px;background:#fff;padding:18px;min-height:136px}.step span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;font-weight:900}.step span,.suite-band{background:var(--navy);color:#fff}.suite-band{padding:78px 0}.suite-card{display:grid;grid-template-columns:1fr .9fr;gap:38px;align-items:center;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.07);padding:34px}.suite-card .eyebrow{color:#dff5e9}.suite-card .muted{color:rgba(255,255,255,.72)}.suite-list{display:grid;gap:12px}.suite-item{border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:16px;background:rgba(255,255,255,.08)}.cta{padding:88px 0;background:#121a17;color:#fff}.cta-content{display:flex;justify-content:space-between;align-items:center;gap:28px}.cta .muted{color:rgba(255,255,255,.72)}.footer{padding:34px 0;background:var(--surface);color:var(--muted)}.footer-content{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-links-inline{display:flex;flex-wrap:wrap;gap:16px}.footer-links-inline a{color:inherit;text-decoration:none}.footer-links-inline a:hover{color:var(--ink)}.jump-nav{border-bottom:1px solid var(--line);background:#ffffff}.jump-nav-inner{display:flex;min-height:68px;align-items:center;gap:22px;overflow-x:auto;white-space:nowrap}.jump-nav span{color:var(--muted);font-size:13px;font-weight:750;text-transform:uppercase}.jump-nav a{color:var(--teal);font-size:14px;font-weight:850;text-decoration:none}.metric-story{min-height:690px;display:grid;align-items:center;background:#ffffff;padding:92px 0 120px;border-bottom:1px solid var(--line)}.metric-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.metric-copy{max-width:520px;justify-self:center}.metric-copy h2{max-width:460px;font-size:clamp(40px,5.1vw,64px);line-height:1.14;font-weight:950}.metric-copy .muted{max-width:500px;font-size:18px}.metric-visual{position:relative;min-height:500px;border-radius:28px;background:linear-gradient(135deg,rgba(36,87,167,.08),rgba(31,143,93,.12)),#f3f7f8;overflow:hidden}.metric-bubble{position:absolute;display:grid;grid-template-columns:138px 180px;align-items:center;gap:20px;animation:metricFloat 5.8s ease-in-out infinite}.metric-bubble:before{content:"";position:absolute;left:-26px;top:26px;width:160px;height:104px;border-radius:18px;background:rgba(36,87,167,.14);transform:rotate(31deg);z-index:0}.metric-bubble strong{position:relative;z-index:1;display:inline-flex;width:138px;height:138px;align-items:center;justify-content:center;border-radius:999px;color:white;font-size:46px;font-weight:950;box-shadow:0 20px 42px rgba(16,32,25,.12)}.metric-bubble span{position:relative;z-index:1;color:var(--ink);font-size:22px;line-height:1.18;font-weight:800}.metric-bubble span em{font-style:normal;font-weight:500}.bubble-blue strong{background:var(--blue)}.bubble-green strong{background:var(--green)}.bubble-green:before{background:rgba(31,143,93,.16)}.bubble-one{left:72px;top:58px}.bubble-two{right:62px;top:214px;animation-delay:-1.8s}.bubble-three{left:72px;bottom:56px;animation-delay:-3.2s}.pricing-section{background:#ffffff}.pricing-head{max-width:none;display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.7fr);gap:28px;align-items:end}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pricing-card{position:relative;display:flex;min-height:460px;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:28px;box-shadow:0 16px 40px rgba(18,26,23,.08)}.pricing-card.featured{border-color:rgba(18,107,117,.48);background:linear-gradient(135deg,#e8f6f2,#ffffff 62%);transform:translateY(-10px)}.pricing-badge{width:-moz-fit-content;width:fit-content;border-radius:999px;background:var(--green-dark);color:#ffffff;padding:7px 11px;font-size:12px;font-weight:900;margin-bottom:16px}.plan-price{margin:24px 0 18px;color:var(--ink);font-size:46px;font-weight:950}.plan-price span{display:block;margin-top:4px;color:var(--muted);font-size:14px;font-weight:750}.plan-list{display:grid;gap:12px;margin:0 0 28px;padding:0;list-style:none}.plan-list li{display:grid;grid-template-columns:18px 1fr;gap:10px;color:var(--muted);line-height:1.5}.plan-list li:before{content:"";width:9px;height:9px;margin-top:8px;border-radius:999px;background:var(--green)}.pricing-card .button{margin-top:auto}.bundle-card{display:grid;grid-template-columns:1fr 220px auto;gap:26px;align-items:center;margin-top:22px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(135deg,var(--navy),#126b75);color:#ffffff;padding:28px;box-shadow:0 22px 58px rgba(16,32,25,.18)}.bundle-card .eyebrow,.bundle-card .muted{color:rgba(255,255,255,.74)}.bundle-card h3{margin-bottom:10px;font-size:32px}.bundle-price{text-align:center}.bundle-price span{display:block;color:rgba(255,255,255,.72);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.bundle-price strong{display:block;margin:4px 0;color:#ffffff;font-size:58px;line-height:1}.bundle-price p{margin:0;color:rgba(255,255,255,.72);font-size:13px;font-weight:800}@keyframes metricFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-16px,0)}}@keyframes boardEnter{0%{opacity:0;transform:translate3d(0,18px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@media (prefers-reduced-motion:reduce){.metric-bubble,.product-board{animation:none}.button,.card,.task-row{transition:none}}@media (max-width:980px){.nav-links{display:none}.hero{min-height:auto}.hero-backdrop{inset:auto -18% -22% 18%;height:54%}.grid.three,.grid.two,.hero-grid,.steps,.suite-card{grid-template-columns:1fr}.product-board{margin-top:18px}.task-row{grid-template-columns:1fr}.state{justify-self:start}.metric-story{min-height:auto;padding:72px 0}.metric-story-grid{grid-template-columns:1fr;gap:34px}.metric-copy{justify-self:start}.bundle-card,.pricing-grid,.pricing-head{grid-template-columns:1fr}.pricing-card.featured{transform:none}.bundle-price{text-align:left}.cta-content,.footer-content{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.container{width:min(100% - 24px,1160px)}.nav{min-height:68px;gap:12px}.brand img{height:32px}.nav-actions .button.secondary{display:none}.nav-actions .button{min-height:40px;padding:0 12px;font-size:14px}.hero{padding:46px 0 58px}.hero-grid{gap:26px}h1{font-size:43px}h2{font-size:33px}.lead{font-size:18px}.hero-actions .button{width:100%}.activity-strip,.metric-grid{grid-template-columns:1fr}.jump-nav-inner{min-height:58px;gap:16px}.jump-nav a,.jump-nav span{font-size:13px}.cta,.metric-story,.section,.suite-band{padding:64px 0}.metric-visual{min-height:610px;border-radius:20px}.metric-bubble{grid-template-columns:112px 1fr;gap:16px;left:20px;right:16px}.metric-bubble strong{width:112px;height:112px;font-size:36px}.metric-bubble span{font-size:18px}.metric-bubble:before{width:132px;height:86px}.bubble-one{top:54px}.bubble-two{top:250px}.bubble-three{bottom:66px}}