@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #17211b;
  --muted: #5f6c64;
  --paper: #f7f8f3;
  --surface: #ffffff;
  --line: #dce3dc;
  --accent: #17775a;
  --accent-dark: #0c513c;
  --soft: #e9f3ee;
  --warm: #f3e8d3;
  --shadow: 0 18px 50px rgba(23, 33, 27, .08);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 17px/1.65 'DM Sans', sans-serif; }
body.workshops { --accent: #9b5418; --accent-dark: #71380c; --soft: #f8ecdc; }
body.implementation { --accent: #3957b7; --accent-dark: #253b83; --soft: #e9edfb; }
body.knowledge { --accent: #6b47a7; --accent-dark: #493078; --soft: #efe9f8; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 10; background: var(--ink); color: white; padding: 8px 12px; }
.skip:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 9; border-bottom: 1px solid rgba(220,227,220,.9); background: rgba(247,248,243,.92); backdrop-filter: blur(12px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font: 800 18px/1 'Manrope', sans-serif; text-decoration: none; letter-spacing: -.02em; }
.nav-links { display: flex; gap: 22px; align-items: center; font-size: 14px; font-weight: 600; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover, .nav-links a:focus { color: var(--accent); }
.nav-cta { border: 1px solid var(--accent) !important; border-radius: 999px; padding: 9px 15px; color: var(--accent) !important; }
.hero { position: relative; overflow: hidden; padding: 110px 0 88px; }
.hero:after { content: ''; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: var(--soft); right: -170px; top: -220px; z-index: -1; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 700; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; letter-spacing: -.035em; line-height: 1.12; margin-top: 0; }
h1 { max-width: 880px; margin: 18px 0 24px; font-size: clamp(42px, 7vw, 76px); }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 22px; }
.lede { max-width: 720px; font-size: clamp(19px, 2.4vw, 24px); line-height: 1.5; color: var(--muted); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 700; text-decoration: none; }
.button:hover, .button:focus { background: var(--accent-dark); }
.button.secondary { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.proof { padding: 28px; border-right: 1px solid rgba(255,255,255,.15); }
.proof:last-child { border: 0; }
.proof strong { display: block; font: 800 28px/1.2 'Manrope', sans-serif; margin-bottom: 6px; }
.proof span { color: #cbd5ce; font-size: 15px; }
section { padding: 88px 0; }
.section-intro { max-width: 680px; margin-bottom: 38px; }
.section-intro p { color: var(--muted); font-size: 18px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 8px 30px rgba(23,33,27,.035); }
.card p, .card li { color: var(--muted); }
.card ul { padding-left: 20px; margin-bottom: 0; }
.card .number { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--soft); color: var(--accent); font-weight: 800; margin-bottom: 25px; }
.soft { background: var(--soft); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { position: relative; padding: 0 0 18px 30px; }
.checklist li:before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.case { border-left: 4px solid var(--accent); }
.tag { display: inline-block; color: var(--accent); background: var(--soft); border-radius: 999px; padding: 6px 11px; font-size: 13px; font-weight: 700; margin-bottom: 16px; }
.faq { max-width: 820px; }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; font-family: 'Manrope', sans-serif; font-weight: 700; }
details p { color: var(--muted); margin-bottom: 0; }
.cta-band { padding: 46px; border-radius: calc(var(--radius) + 6px); background: var(--ink); color: white; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { margin-bottom: 10px; font-size: clamp(28px,4vw,42px); }
.cta-band p { margin: 0; color: #cbd5ce; }
.cta-band .button { flex: 0 0 auto; }
footer { padding: 44px 0; color: var(--muted); font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 30px; }
.hub { min-height: 100vh; padding: 80px 0; }
.hub h1 { max-width: 760px; }
.hub .grid { margin-top: 50px; grid-template-columns: repeat(2, 1fr); }
.hub .card { text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.hub .card:hover { transform: translateY(-4px); border-color: var(--accent); }
.hub .card span { color: var(--accent); font-weight: 700; }
@media (max-width: 800px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding: 80px 0 64px; }
  .proof-strip, .grid, .grid.two, .split, .hub .grid { grid-template-columns: 1fr; }
  .proof { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  section { padding: 64px 0; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 32px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
