
:root {
  --green: #00A76F; --green-dark: #007867; --green-soft: #E8F7F1;
  --ink: #0B1B16; --body: #3E4C46; --muted: #6C7A74;
  --bg: #ffffff; --tint: #F6FAF8; --line: #E4EBE7;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(11,27,22,.04), 0 10px 30px rgba(11,27,22,.06);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--body); background: var(--bg);
  line-height: 1.65; font-size: 16.5px; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; color: var(--ink);
  line-height: 1.15; letter-spacing: -.02em; }
img { max-width: 100%; display: block; }
a { color: var(--green-dark); text-decoration: none; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

header.site { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 34px; height: 34px; }
.brand .word { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 21px;
  color: var(--ink); letter-spacing: -.03em; }
.brand .word b { color: var(--green); font-weight: 800; }
.nav nav { display: flex; align-items: center; gap: 26px; }
.nav nav a { color: var(--ink); font-weight: 500; font-size: 15px; }
.nav nav a:hover, .nav nav a.on { color: var(--green-dark); }
.btn { display: inline-block; font-weight: 600; font-size: 15px; padding: 11px 22px;
  border-radius: 10px; background: var(--ink); color: #fff !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); background: #16281f; }
.btn.green { background: var(--green); box-shadow: 0 4px 14px rgba(0,167,111,.28); }
.btn.green:hover { background: var(--green-dark); }
.btn.ghost { background: transparent; color: var(--ink) !important; border: 1.5px solid var(--line); }
.btn.ghost:hover { border-color: var(--green); color: var(--green-dark) !important; background: transparent; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: var(--tint); }
.hero::before { content:""; position:absolute; width:560px; height:560px; border-radius:50%;
  background: rgba(0,167,111,.10); filter: blur(80px); top:-180px; right:-140px; pointer-events:none; }
.hero-inner { position: relative; padding: 92px 0 84px; max-width: 800px; }
.pill { display:inline-flex; align-items:center; gap:8px; font-size:13.5px; font-weight:600;
  letter-spacing:.03em; color: var(--green-dark); background:#fff; border:1px solid var(--line);
  padding:7px 15px; border-radius:999px; margin-bottom:24px; box-shadow: var(--shadow); }
.pill .dot { width:7px; height:7px; border-radius:50%; background: var(--green); }
h1.display { font-size: clamp(2.3rem, 5vw, 3.6rem); font-weight: 800; margin-bottom: 22px; }
h1.display em { font-style: normal; color: var(--green); }
p.lead { font-size: 1.16rem; max-width: 660px; margin-bottom: 34px; }
.ctas { display:flex; gap:14px; flex-wrap:wrap; }

section { padding: 84px 0; scroll-margin-top: 70px; }
.tint { background: var(--tint); }
.shead { max-width: 680px; margin-bottom: 48px; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 10px; }
.shead h2 { font-size: clamp(1.7rem, 3.2vw, 2.35rem); font-weight: 800; margin-bottom: 14px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.grid3 { display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.grid2 { display:grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.grid4 { display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.card { background:#fff; border:1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(11,27,22,.05), 0 16px 38px rgba(0,167,111,.13); }
.card h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 10px; }
.card p { font-size: 15px; }
.card .new { display:inline-block; font-size:11px; font-weight:700; letter-spacing:.06em;
  color:#fff; background: var(--green); border-radius: 999px; padding: 3px 9px; margin-left: 8px; vertical-align: 2px; }
.icon { width:44px; height:44px; border-radius:11px; display:grid; place-items:center; margin-bottom:18px;
  background: var(--green-soft); border:1px solid #d3eee2; }
.icon svg { width:22px; height:22px; stroke: var(--green-dark); }

.steps { display:grid; grid-template-columns: repeat(4,1fr); gap:20px; counter-reset: step; }
.step { position:relative; background:#fff; border:1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow); }
.step .n { font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size: .95rem;
  color:#fff; background: var(--green); width:30px; height:30px; border-radius:50%;
  display:grid; place-items:center; margin-bottom: 14px; }
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { font-size: 14.5px; }

.checks { list-style:none; display:grid; gap:12px; }
.checks li { display:flex; gap:12px; align-items:flex-start; font-size:15.5px; }
.checks li::before { content:""; flex-shrink:0; width:22px; height:22px; margin-top:2px; border-radius:50%;
  background: var(--green-soft) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23007867" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/12px no-repeat; }

.dark-cta { background: linear-gradient(135deg, #0B1B16 0%, #123527 60%, #0e4d36 130%);
  border-radius: 20px; padding: 56px 48px; color: #E7F0EB; text-align:center; position:relative; overflow:hidden; }
.dark-cta::after { content:""; position:absolute; width:420px; height:420px; border-radius:50%;
  background: rgba(0,167,111,.22); filter: blur(70px); right:-120px; bottom:-160px; }
.dark-cta h2 { color:#fff; font-size: clamp(1.6rem,3vw,2.2rem); font-weight:800; margin-bottom:12px; }
.dark-cta p { color:#B9CCC2; max-width: 560px; margin: 0 auto 28px; }
.dark-cta .ctas { justify-content:center; position:relative; }

.faq details { background:#fff; border:1px solid var(--line); border-radius: 12px;
  padding: 18px 22px; margin-bottom: 12px; box-shadow: var(--shadow); }
.faq summary { font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; color:var(--ink);
  cursor:pointer; font-size: 1.02rem; }
.faq details p { margin-top: 12px; font-size: 15px; }

.badge-soc2 { display:flex; gap:16px; align-items:center; background:#fff; border:1px solid var(--line);
  border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow); }
.badge-soc2 .shield { flex-shrink:0; width:48px; height:48px; border-radius:12px; background:var(--green-soft);
  display:grid; place-items:center; }
.badge-soc2 .shield svg { width:26px; height:26px; stroke: var(--green-dark); }
.badge-soc2 h4 { font-size:1.05rem; }
.badge-soc2 p { font-size: 13.5px; color: var(--muted); }

.page-head { background: var(--tint); padding: 72px 0 56px; }
.page-head h1 { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 800; margin-bottom: 14px; }
.page-head p.lead { margin-bottom: 0; }

.prose { max-width: 760px; }
.prose h2 { font-size: 1.35rem; margin: 36px 0 12px; }
.prose p, .prose li { font-size: 16px; margin-bottom: 12px; }
.prose ul { padding-left: 22px; }
.prose .updated { color: var(--muted); font-size: 14.5px; margin-bottom: 8px; }

.module { background:#fff; border:1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow); margin-bottom: 22px; }
.module .mhead { display:flex; align-items:center; gap:12px; margin-bottom: 14px; }
.module .mnum { font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; color:#fff;
  background: var(--ink); width:34px; height:34px; border-radius:10px; display:grid; place-items:center; font-size:.95rem; }
.module .mtime { font-size: 12.5px; font-weight:600; color: var(--green-dark); background: var(--green-soft);
  border-radius: 999px; padding: 4px 11px; }
.module h3 { font-size: 1.15rem; }
.module ol { padding-left: 22px; display:grid; gap:8px; font-size: 15px; margin-top: 6px; }

.person { text-align:left; }
.person .avatar { width:56px; height:56px; border-radius: 14px; display:grid; place-items:center;
  font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:1.15rem; color:#fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark)); margin-bottom: 16px; }
.person .role { font-size: 12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color: var(--green-dark); margin-bottom: 8px; }

.rolecard .meta { display:flex; gap:8px; margin: 10px 0 12px; }
.rolecard .meta span { font-size:12.5px; font-weight:600; color:var(--muted); background:var(--tint);
  border:1px solid var(--line); border-radius:999px; padding:3px 11px; }

footer.site { border-top: 1px solid var(--line); padding: 56px 0 34px; background: var(--tint); }
.fgrid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.fgrid h4 { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px; }
.fgrid a { display:block; color: var(--body); font-size: 14.5px; margin-bottom: 9px; }
.fgrid a:hover { color: var(--green-dark); }
.fbrand p { font-size: 14.5px; margin: 14px 0; max-width: 300px; }
.fsoc { display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600;
  color: var(--green-dark); background:#fff; border:1px solid var(--line); border-radius:999px; padding:6px 13px; }
.fbottom { border-top: 1px solid var(--line); padding-top: 22px; display:flex; justify-content:space-between;
  gap: 12px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto} .reveal{opacity:1;transform:none;transition:none} }

@media (max-width: 960px) { .grid3,.steps { grid-template-columns: 1fr 1fr; } .grid4 { grid-template-columns:1fr 1fr; } .fgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .grid3,.grid2,.grid4,.steps { grid-template-columns: 1fr; }
  .nav nav { display:none; position:absolute; top:70px; left:0; right:0; background:#fff;
    border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start; padding:18px 24px; gap:16px; }
  .nav nav.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-inner { padding: 60px 0 56px; } section { padding: 60px 0; }
  .dark-cta { padding: 40px 24px; }
}
