:root{
  --ink:#15231d;
  --ink-2:#22352c;
  --muted:#66746d;
  --paper:#f6f7f3;
  --white:#ffffff;
  --line:#dce2dd;
  --accent:#d7f06c;
  --accent-2:#b8d848;
  --soft:#edf1ea;
  --radius:22px;
  --shadow:0 22px 60px rgba(19,38,29,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}
a{color:inherit;text-decoration:none}
button,a{ -webkit-tap-highlight-color:transparent }
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,247,243,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,226,221,.8)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--ink);color:var(--accent);font-size:20px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:18px;letter-spacing:-.03em}
.brand-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.14em;margin-top:5px;color:var(--muted)}
.site-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
.site-nav>a:not(.nav-cta){color:#44534b}
.site-nav>a:hover{color:var(--ink)}
.nav-cta{background:var(--ink);color:var(--white);padding:11px 16px;border-radius:12px}
.menu-button{display:none;border:1px solid var(--line);background:var(--white);padding:9px 12px;border-radius:10px;font-weight:700;color:var(--ink)}
.hero{padding:76px 0 72px;overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(215,240,108,.28),transparent 30%),linear-gradient(180deg,#fbfcf9 0%,var(--paper) 100%)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:66px;align-items:center}
.eyebrow{margin:0 0 14px;color:#6b7b31;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(52px,7vw,86px);line-height:.94;letter-spacing:-.065em;margin-bottom:28px;max-width:760px}
h1 span{color:#6f8422}
h2{font-size:clamp(37px,5vw,58px);line-height:1.01;letter-spacing:-.045em;margin-bottom:20px}
h3{letter-spacing:-.025em}
.hero-text{font-size:19px;max-width:650px;color:#536259;margin-bottom:30px}
.hero-actions,.cta-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:13px;font-weight:800;font-size:14px;border:1px solid transparent}
.button.primary{background:var(--ink);color:var(--white);box-shadow:0 8px 24px rgba(21,35,29,.12)}
.button.primary:hover{background:#243b31}
.button.secondary{border-color:var(--line);background:rgba(255,255,255,.72)}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px;color:#67756e;font-size:12px;font-weight:700}
.trust-row span{display:flex;align-items:center;gap:7px}
.trust-row span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent-2)}
.dashboard-shell{background:#15231d;border-radius:28px;padding:20px;color:white;box-shadow:0 38px 90px rgba(18,33,26,.25);transform:rotate(1.2deg);border:1px solid rgba(255,255,255,.07)}
.dash-top{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 5px 16px}
.dash-top>div{display:flex;flex-direction:column;gap:3px}.dash-label{font-size:10px;letter-spacing:.13em;color:#aebbb5}.dash-top strong{font-size:14px}
.status-pill{font-size:11px;font-weight:800;background:rgba(215,240,108,.13);color:var(--accent);padding:7px 9px;border-radius:999px}
.attention-card{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;background:var(--accent);color:#1a271f;padding:20px;border-radius:18px;margin-bottom:12px}
.attention-card>div{display:flex;flex-direction:column}.attention-card small{font-size:9px;font-weight:900;letter-spacing:.1em}.attention-card strong{font-size:42px;line-height:1}.attention-card p{font-size:12px;margin:0;max-width:230px;font-weight:700}
.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mini-grid article{background:#21342b;border:1px solid rgba(255,255,255,.06);min-height:82px;border-radius:15px;padding:14px;display:flex;justify-content:space-between;gap:8px}.mini-grid article.wide{grid-column:1/-1;min-height:62px;align-items:center}.mini-grid span{font-size:11px;color:#c7d0cb;max-width:90px}.mini-grid b{font-size:23px;color:white}
.up-next{margin-top:15px;background:#f8faf7;color:var(--ink);border-radius:16px;padding:15px}.section-line{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:7px}.section-line span{color:var(--muted)}.task{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #e5e9e6}.task i{width:8px;height:8px;border-radius:50%;background:#9cb235}.task div{display:flex;flex-direction:column}.task b{font-size:11px}.task small{font-size:9px;color:#78857e}.task>span{font-size:9px;font-weight:900;background:#edf1e7;padding:6px 8px;border-radius:7px}
.strip{background:var(--ink);color:white;border-top:1px solid rgba(255,255,255,.05)}.workflow-strip{min-height:78px;display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;font-weight:800;flex-wrap:wrap}.workflow-strip i{color:var(--accent);font-style:normal}
.section{padding:104px 0}.section-heading{max-width:760px;margin-bottom:48px}.section-heading>p:last-child,.lead{color:var(--muted);font-size:18px;max-width:680px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step-card{background:var(--white);padding:26px;border-radius:var(--radius);border:1px solid var(--line);min-height:250px}.step-card span{font-size:11px;font-weight:900;color:#80922e;letter-spacing:.09em}.step-card h3{font-size:24px;margin:32px 0 12px}.step-card p{color:var(--muted);font-size:14px}
.section-dark{background:var(--ink);color:white}.section-heading.light>p:last-child{color:#aab6b0}.section-dark .eyebrow{color:var(--accent)}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.solutions-grid article{background:#1f332a;border:1px solid rgba(255,255,255,.07);padding:25px;border-radius:20px;min-height:235px}.solutions-grid .icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:var(--accent);color:var(--ink);font-size:11px;font-weight:900}.solutions-grid h3{font-size:20px;margin:30px 0 10px}.solutions-grid p{color:#b4c0ba;font-size:14px}
.industry-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:78px;align-items:start}.industry-list{display:flex;flex-direction:column;gap:10px}.industry-list article{display:flex;justify-content:space-between;gap:28px;align-items:center;padding:22px;border-radius:18px;border:1px solid var(--line);background:var(--white)}.industry-list article.active{border-color:#b8d456;background:#f3f7df}.industry-list small{font-size:9px;font-weight:900;color:#728526;letter-spacing:.1em}.industry-list h3{margin:3px 0 5px}.industry-list p{margin:0;color:var(--muted);font-size:13px;max-width:600px}.industry-list>article>span{white-space:nowrap;font-size:10px;font-weight:900;border:1px solid var(--line);padding:7px 9px;border-radius:999px;color:#5d6c64}
.section-soft{background:var(--soft)}.principles-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.principles-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.principles-list p{margin:0;background:rgba(255,255,255,.6);border:1px solid rgba(215,223,217,.9);padding:20px;border-radius:16px;color:#526159;font-size:14px}.principles-list b{display:block;color:var(--ink);margin-bottom:6px;font-size:15px}
.cta-section{padding-top:80px}.cta-card{background:linear-gradient(130deg,var(--accent),#edf7ba);border-radius:28px;padding:46px;display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center}.cta-card h2{font-size:clamp(35px,4.5vw,54px);max-width:700px}.cta-card p{max-width:680px}.cta-actions{justify-content:flex-end}.cta-actions span{font-size:11px;color:#596335;max-width:180px}
footer{padding:30px 0 52px}.footer-wrap{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;border-top:1px solid var(--line);padding-top:30px;color:var(--muted);font-size:12px}.footer-brand .brand-mark{width:34px;height:34px}.footer-wrap p{margin:0}
@media(max-width:900px){
  .site-nav{position:absolute;left:20px;right:20px;top:68px;display:none;flex-direction:column;align-items:stretch;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav a{padding:8px}.menu-button{display:inline-flex}.hero{padding-top:52px}.hero-grid,.industry-grid,.principles-grid,.cta-card{grid-template-columns:1fr}.dashboard-shell{transform:none;max-width:640px}.steps-grid{grid-template-columns:1fr 1fr}.solutions-grid{grid-template-columns:1fr 1fr}.cta-actions{justify-content:flex-start}.footer-wrap{grid-template-columns:1fr}.footer-wrap>*{justify-self:start}
}
@media(max-width:600px){
  .wrap{width:min(100% - 28px,1180px)}.nav-wrap{height:68px}.brand-copy strong{font-size:16px}.hero{padding:42px 0 54px}.hero-grid{gap:42px}h1{font-size:52px}.hero-text{font-size:17px}.hero-actions .button{width:100%}.trust-row{gap:10px 14px}.dashboard-shell{padding:13px;border-radius:20px}.attention-card{padding:16px}.mini-grid article{min-height:72px}.workflow-strip{padding:18px 0;gap:10px 12px;font-size:11px}.section{padding:74px 0}.section-heading{margin-bottom:32px}.steps-grid,.solutions-grid,.principles-list{grid-template-columns:1fr}.step-card{min-height:auto}.solutions-grid article{min-height:auto}.industry-grid,.principles-grid{gap:36px}.industry-list article{align-items:flex-start;flex-direction:column;gap:12px}.cta-card{padding:28px 22px}.cta-actions .button{width:100%}.cta-actions span{max-width:none}.footer-wrap{gap:17px}
}
