:root{--green:var(--brand,#0a6b57);--dark:var(--brand-2,#092f29);--ink:#17342f;--muted:#62756f;--line:#dce8e4;--soft:#f3f8f6;--white:#fff;--gold:#d7a735}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}.public-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,76px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:20}.public-brand{display:flex;align-items:center;gap:11px;font-size:20px}.public-brand span,.footer-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--green);color:#fff;font-weight:800}.public-header nav{display:flex;gap:28px;font-size:14px;font-weight:650}.public-header nav a:hover{color:var(--green)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:750;transition:.2s ease}.header-cta{padding:11px 18px;background:var(--dark);color:#fff}.hero{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;padding:80px clamp(24px,7vw,110px);background:radial-gradient(circle at 80% 18%,#dff4ec 0,transparent 33%),linear-gradient(135deg,#f7fbf9 0,#fff 65%)}.eyebrow,.section-heading span{display:inline-block;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:850;color:var(--green)}.hero h1{font-size:clamp(42px,5.6vw,78px);line-height:1.02;margin:18px 0 22px;letter-spacing:-.045em;max-width:850px}.hero-copy>p{font-size:20px;color:var(--muted);max-width:720px}.hero-actions{display:flex;gap:13px;margin:32px 0}.btn{padding:14px 22px}.btn.primary{background:var(--green);color:#fff}.btn.secondary{border:1px solid var(--green);color:var(--green);background:#fff}.btn.light{background:#fff;color:var(--dark)}.trust-row{display:flex;flex-wrap:wrap;gap:10px 22px;color:#45635b;font-size:13px;font-weight:650}.hero-panel{background:var(--dark);color:#fff;border-radius:26px;padding:24px;box-shadow:0 35px 80px rgba(9,47,41,.25);transform:rotate(1deg)}.mock-top{display:flex;gap:7px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14)}.mock-top span{width:9px;height:9px;border-radius:50%;background:#86c7b5}.mock-top strong{margin-left:8px}.mock-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}.mock-stats div{padding:20px;border-radius:16px;background:rgba(255,255,255,.08)}.mock-stats b{font-size:24px;display:block;color:#93dac6}.mock-stats small{color:#d8e9e4}.mock-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:8px;align-items:center;font-size:12px}.mock-flow div{background:#fff;color:var(--dark);padding:12px 8px;border-radius:9px;text-align:center;font-weight:750}.section{padding:95px clamp(24px,7vw,110px)}.section-heading{max-width:820px;margin:0 auto 48px;text-align:center}.section-heading h2{font-size:clamp(32px,4vw,52px);line-height:1.12;margin:12px 0 16px;letter-spacing:-.03em}.section-heading p{color:var(--muted);font-size:18px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1250px;margin:auto}.feature-grid article,.role-grid article{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.feature-grid article>b{display:grid;place-items:center;width:46px;height:46px;background:#e7f5f0;color:var(--green);border-radius:12px;font-size:22px}.feature-grid h3{margin:18px 0 8px}.feature-grid p,.role-grid p{color:var(--muted)}.roles{background:var(--soft)}.role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1350px;margin:auto}.role-head{display:flex;align-items:center;gap:12px}.role-head span{width:38px;height:38px;border-radius:50%;background:var(--dark);color:#fff;display:grid;place-items:center;font-weight:800;font-size:12px}.role-head h3{font-size:17px}.role-grid small{display:block;color:#7b6250;border-top:1px solid var(--line);padding-top:14px}.workflow{background:#fff}.steps{max-width:1350px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.steps div{padding:24px;background:var(--soft);border-radius:16px}.steps strong{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green);color:#fff}.steps h3{margin:16px 0 5px}.steps p{font-size:14px;color:var(--muted)}.cta-section{margin:30px clamp(24px,7vw,110px) 90px;padding:52px;border-radius:26px;background:var(--dark);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-section span{color:#9adac8;font-weight:750}.cta-section h2{font-size:36px;margin:8px 0}.cta-section p{color:#cde1db}.cta-buttons{display:flex;gap:12px;flex-shrink:0}.public-footer{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding:55px clamp(24px,7vw,110px);background:#061f1b;color:#d6e5e1}.public-footer>div{display:flex;flex-direction:column;gap:8px}.public-footer a:hover{color:#fff}.public-footer p{color:#9bb5ae;max-width:380px}.footer-logo{display:inline-grid;margin-bottom:8px}@media(max-width:1000px){.public-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.feature-grid{grid-template-columns:repeat(2,1fr)}.role-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.cta-section{align-items:flex-start;flex-direction:column}.public-footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.public-header{padding:0 16px}.header-cta{padding:9px 12px;font-size:13px}.hero{padding:48px 20px;gap:35px}.hero h1{font-size:42px}.hero-actions,.cta-buttons{flex-direction:column}.mock-flow{grid-template-columns:1fr}.mock-flow i{display:none}.section{padding:70px 20px}.feature-grid,.role-grid,.steps,.public-footer{grid-template-columns:1fr}.cta-section{margin:20px 20px 70px;padding:34px 24px}.cta-section h2{font-size:28px}}
