:root{--paper:#f5f6f3;--paper-deep:#eaeee8;--card:#fff;--ink:#14201c;--muted:#66716c;--brand:#0e6e52;--brand-dark:#09523e;--brand-soft:#e2f0e9;--line:#dce2dd;--shadow:0 24px 70px rgba(20,46,35,.11);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}.page-width{width:min(1160px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(245,246,243,.92);border-bottom:1px solid rgba(220,226,221,.8);backdrop-filter:blur(16px)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px}.brand-mark{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:var(--brand);color:#fff;font-size:14px;font-weight:800;letter-spacing:-.02em}.brand-name{font-size:15px;font-weight:800;letter-spacing:.16em}.main-nav{display:flex;align-items:center;gap:32px;margin-left:auto}.main-nav a{color:#4e5a55;font-size:14px;font-weight:600}.main-nav a:hover{color:var(--brand)}
.button{min-height:50px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:11px;font-size:14px;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease}.button:hover{transform:translateY(-2px)}.button-small{min-height:42px;padding:0 17px}.button-primary{background:var(--brand);color:#fff;box-shadow:0 12px 30px rgba(14,110,82,.2)}.button-primary:hover{background:var(--brand-dark)}.button-outline{border-color:var(--brand);color:var(--brand)}.button-outline:hover{background:var(--brand);color:#fff}.button-ghost{border-color:var(--line);background:rgba(255,255,255,.55)}.button-ghost:hover{border-color:#b7c4bc;background:#fff}
.hero{overflow:hidden;padding:92px 0 88px;background:radial-gradient(circle at 88% 5%,rgba(76,156,119,.14),transparent 30%),radial-gradient(circle at 5% 90%,rgba(145,181,159,.13),transparent 25%)}.hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:68px}.eyebrow{margin:0 0 16px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero h1{max-width:620px;margin:0;font-size:clamp(43px,5vw,67px);font-weight:730;letter-spacing:-.055em;line-height:1.02}.hero-text{max-width:580px;margin:26px 0 0;color:var(--muted);font-size:18px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.access-note{display:flex;align-items:center;gap:9px;margin:20px 0 0;color:var(--muted);font-size:13px}.access-note span{width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-weight:900}
.product-preview{position:relative;padding:24px;border:1px solid rgba(210,220,213,.9);border-radius:28px;background:rgba(255,255,255,.9);box-shadow:var(--shadow)}.product-preview:before{content:"";position:absolute;z-index:-1;inset:10% -8% -10% 14%;border-radius:45%;background:rgba(14,110,82,.11);filter:blur(30px)}.preview-topbar,.chart-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.preview-topbar{padding:3px 3px 19px}.preview-topbar>div,.chart-heading>div{display:grid}.preview-label,.chart-heading span{color:#829088;font-size:11px}.preview-topbar strong{font-size:16px}.online{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#edf8f2;color:var(--brand);font-size:11px;font-weight:700}.online i{width:7px;height:7px;border-radius:50%;background:#31a876;box-shadow:0 0 0 4px rgba(49,168,118,.13)}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric-card{display:grid;gap:7px;padding:15px;border:1px solid #e4e9e5;border-radius:14px;background:#fafbf9}.metric-card span{color:#77837d;font-size:10px}.metric-card strong{font-size:20px;letter-spacing:-.03em}.metric-card small{color:#7c8982;font-size:11px;font-weight:600}.chart-card{margin-top:11px;padding:17px 17px 8px;border:1px solid #e4e9e5;border-radius:14px}.chart-heading strong{font-size:12px}.chart-chip{padding:5px 8px;border-radius:7px;background:var(--brand-soft);color:var(--brand)!important;font-weight:700}.chart{width:100%;height:auto;margin-top:10px;overflow:visible}.chart-lines line{stroke:#e7ebe8;stroke-width:1}.chart-area{fill:url(#chartFill)}.chart-stroke{fill:none;stroke:#2f8d69;stroke-width:3;stroke-linecap:round}.preview-caption{margin:10px 0 -3px;color:#8b9690;font-size:10px;text-align:center}
.section{padding:104px 0;background:#fff}.section-soft{background:var(--paper-deep)}.section-heading{max-width:620px;margin-bottom:45px}.section-heading h2,.contact-card h2{margin:0;font-size:clamp(33px,4vw,48px);line-height:1.12;letter-spacing:-.045em}.section-heading>p:last-child{margin:17px 0 0;color:var(--muted);font-size:17px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.feature-card{padding:27px 24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.feature-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:var(--brand-soft);color:var(--brand)}.feature-icon svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{margin:22px 0 10px;font-size:18px;letter-spacing:-.02em}.feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.process-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.process-intro{position:sticky;top:118px;margin:0}.process-list{margin:0;padding:0;list-style:none}.process-list li{display:grid;grid-template-columns:64px 1fr;gap:23px;padding:30px 0;border-bottom:1px solid #cfd7d1}.process-list li:first-child{padding-top:4px}.process-list>li>span{width:53px;height:53px;display:grid;place-items:center;border:1px solid #b8c9bd;border-radius:50%;color:var(--brand);font-size:12px;font-weight:800}.process-list h3{margin:1px 0 7px;font-size:21px}.process-list p{margin:0;color:var(--muted);font-size:15px}
.contact-section{padding:88px 0;background:#fff}.contact-card{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:54px 60px;border-radius:28px;background:var(--brand-dark);color:#fff}.contact-card>div{max-width:720px}.contact-card p:last-child{margin:16px 0 0;color:rgba(255,255,255,.72)}.eyebrow-light{color:#9ed5bf}.button-light{flex:0 0 auto;background:#fff;color:var(--brand-dark)}.button-light:hover{background:#eef7f2}
.site-footer{padding:35px 0;border-top:1px solid var(--line);background:var(--paper)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.brand-footer .brand-mark{width:32px;height:32px;border-radius:9px;font-size:11px}.brand-footer .brand-name{font-size:13px}.footer-inner p,.footer-inner>a{color:var(--muted);font-size:13px}.footer-inner>a:hover{color:var(--brand)}
@media(max-width:980px){.main-nav{display:none}.hero{padding-top:70px}.hero-grid{grid-template-columns:1fr;gap:55px}.hero-copy{max-width:720px}.product-preview{max-width:700px}.feature-grid{grid-template-columns:repeat(2,1fr)}.process-layout{grid-template-columns:1fr;gap:48px}.process-intro{position:static}.contact-card{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.page-width{width:min(100% - 28px,1160px)}.header-inner{min-height:68px;gap:14px}.brand-name{display:none}.hero{padding:60px 0 66px}.hero h1{font-size:42px}.hero-text{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.metric-grid{grid-template-columns:1fr}.product-preview{padding:16px;border-radius:20px}.section{padding:75px 0}.feature-grid{grid-template-columns:1fr}.process-list li{grid-template-columns:52px 1fr;gap:17px}.process-list>li>span{width:46px;height:46px}.contact-section{padding:55px 0}.contact-card{padding:37px 27px;gap:30px;border-radius:21px}.button-light{width:100%}.footer-inner{align-items:flex-start;flex-direction:column;gap:12px}.footer-inner p{margin:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
