:root {
  --ink: #101b19;
  --muted: #596460;
  --line: #d9e1dc;
  --paper: #f6f7f3;
  --card: #ffffff;
  --lime: #c7f536;
  --lime-deep: #9fd61d;
  --blue: #2452d6;
  --orange: #f5c04c;
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(246,247,243,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; font-size: 1.13rem; }
.brand-mark { width: 30px; height: 30px; border-radius: 50%; background: var(--blue); position: relative; box-shadow: inset 0 0 0 5px #e5eaff; }
.brand-mark::after { content: ""; width: 8px; height: 8px; position: absolute; left: 11px; top: 11px; border-radius: 50%; background: var(--lime); }
.brand small { display: block; font-size: .57rem; letter-spacing: .19em; font-weight: 700; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; color: #39433f; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 18px; border: 1px solid transparent; background: var(--ink); color: #fff; border-radius: 999px; font: inherit; font-weight: 750; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); background: #27312e; }
.button.primary { background: var(--lime); color: #172115; }
.button.primary:hover { background: var(--lime-deep); }
.button.secondary { background: transparent; border-color: var(--ink); color: var(--ink); }
.button.secondary:hover { background: #e9eee9; }

.hero { padding: clamp(56px, 8vw, 112px) 0 68px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 6vw, 92px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; color: var(--blue); }
.eyebrow::before { content: ""; display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--lime-deep); }
h1 { margin: 17px 0 23px; max-width: 690px; font-size: clamp(3.05rem, 6.3vw, 6.35rem); line-height: .92; letter-spacing: -.075em; }
h1 .accent { color: var(--blue); }
.hero p { max-width: 590px; margin: 0; font-size: clamp(1.08rem, 1.7vw, 1.35rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-note { margin-top: 20px; color: var(--muted); font-size: .87rem; }
.evidence-card { min-height: 460px; padding: 18px; border-radius: 30px; background: linear-gradient(135deg, #e0f9a0 0%, #e6eafa 48%, #c6cbf1 100%); display: flex; align-items: end; box-shadow: 0 22px 62px rgba(27,50,92,.16); }
.evidence-panel { width: 100%; padding: 25px; border: 1px solid rgba(35,51,104,.13); border-radius: 18px; background: rgba(255,255,255,.89); box-shadow: 0 13px 28px rgba(26,44,99,.12); }
.panel-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; color: var(--blue); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--lime-deep); }
.row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid #e2e5ee; font-size: .91rem; }
.row:first-of-type { border-top: 0; }
.row strong { font-weight: 700; }
.tag { flex: 0 0 auto; padding: 3px 8px; border-radius: 99px; font-size: .61rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.tag.ok { background: #ddf991; color: #315500; }.tag.warn { background: #ffe59a; color: #765400; }.tag.issue { background: #f9c6bc; color: #882c1c; }
.panel-action { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding: 12px 14px; border-radius: 10px; color: #fff; background: var(--blue); font-size: .79rem; font-weight: 800; }

.section { padding: 88px 0; border-top: 1px solid var(--line); }
.section-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 36px; align-items: end; margin-bottom: 40px; }
h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: .98; letter-spacing: -.058em; }
.section-header p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.card-index { display: inline-flex; width: 30px; height: 30px; border-radius: 50%; justify-content: center; align-items: center; background: var(--lime); font-weight: 800; font-size: .75rem; }
.card h3 { margin: 20px 0 10px; font-size: 1.25rem; letter-spacing: -.03em; }.card p { margin: 0; color: var(--muted); }
.scope { display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; }
.scope-sticky { border-radius: 24px; padding: 32px; background: var(--ink); color: #fff; }.scope-sticky p { color: #c9d2cd; }.scope-list { display: grid; gap: 0; }.scope-list div { padding: 20px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 16px; }.scope-list span { color: var(--blue); font-weight: 850; }.scope-list p { margin: 0; color: var(--muted); }
.process { counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.process article { min-height: 225px; padding: 23px; background: #ebeee8; border-radius: 16px; }.process article::before { counter-increment: process; content: "0" counter(process); color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }.process h3 { margin: 34px 0 8px; font-size: 1.13rem; }.process p { margin: 0; color: var(--muted); font-size: .94rem; }
.notice { padding: 26px 28px; border-left: 4px solid var(--lime-deep); background: #f0f4ed; border-radius: 0 16px 16px 0; color: #37413c; }.notice strong { color: var(--ink); }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 34px; }.faq details { border-top: 1px solid var(--line); padding: 18px 0; }.faq summary { cursor: pointer; font-weight: 750; }.faq p { max-width: 650px; margin: 11px 0 0; color: var(--muted); }
.contact { padding: 82px 0; background: var(--blue); color: #fff; }.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 28px; }.contact h2 { max-width: 720px; }.contact p { margin: 18px 0 0; color: #e5eaff; font-size: 1.13rem; max-width: 700px; }.contact .button { background: var(--lime); color: var(--ink); }.contact .button:hover { background: #e2ff68; }.contact .email { display: inline-block; margin-top: 23px; font-weight: 800; font-size: 1.11rem; text-underline-offset: 5px; }
.site-footer { background: var(--ink); color: #d8e2dd; padding: 34px 0; }.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: start; }.footer-row a { color: #fff; text-underline-offset: 4px; }.footer-links { display: flex; flex-wrap: wrap; gap: 15px; font-size: .88rem; }.legal { font-size: .83rem; max-width: 660px; color: #aab7b0; }
.legal-page { padding: 78px 0; }.legal-page .prose { max-width: 780px; }.prose h1 { font-size: clamp(3rem, 5vw, 5rem); }.prose h2 { margin-top: 45px; font-size: 1.75rem; }.prose p, .prose li { color: #414c47; }.prose a { color: var(--blue); }.error { min-height: 70vh; display: grid; place-content: center; text-align: center; }.error h1 { margin: 0; }

@media (max-width: 880px) { .site-nav { display: none; }.hero-grid, .section-header, .scope, .contact-grid { grid-template-columns: 1fr; }.evidence-card { min-height: 360px; }.grid-3 { grid-template-columns: 1fr; }.process { grid-template-columns: 1fr 1fr; }.faq { grid-template-columns: 1fr; }.section { padding: 68px 0; } }
@media (max-width: 540px) { .container { width: min(var(--max), calc(100% - 28px)); }.header-row { min-height: 67px; }.button { padding: 12px 15px; font-size: .92rem; }.brand small { display: none; }.hero { padding-top: 49px; }.evidence-card { min-height: 310px; padding: 12px; border-radius: 22px; }.evidence-panel { padding: 17px; }.row { font-size: .78rem; }.process { grid-template-columns: 1fr; }.footer-row { display: grid; }.section { padding: 56px 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
