:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17201b;
  background: #f5f7f2;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f5f7f2; color: #17201b; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #d7ddd6; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.header-row { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 760; font-size: 20px; }
.brand img { width: 38px; height: 38px; border-radius: 12px; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; flex-wrap: wrap; }
.main-nav a { padding: 9px 12px; border-radius: 9px; text-decoration: none; color: #405047; font-size: 14px; font-weight: 650; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: #e9eee8; color: #17201b; }
.main-nav .nav-cta { background: #17201b; color: #fff; }
.main-nav .nav-cta:hover { background: #2f4036; color: #fff; }
.hero { overflow: hidden; border-bottom: 1px solid #d7ddd6; background: radial-gradient(circle at 5% 12%, #d9f0df 0, transparent 38%), radial-gradient(circle at 93% 20%, #f2e3be 0, transparent 34%), #fff; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 56px; align-items: center; padding: 84px 0; }
.eyebrow { margin: 0 0 14px; color: #176d49; font-weight: 800; font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 820px; font-size: clamp(42px, 6vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.hero-lead { max-width: 720px; margin: 24px 0 0; color: #506057; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid #17201b; border-radius: 11px; text-decoration: none; font-weight: 750; }
.button-primary { background: #17201b; color: #fff; }
.button-primary:hover { background: #2f4036; }
.button-secondary { background: #fff; }
.button-secondary:hover { background: #f1f4f0; }
.workflow-panel { position: relative; padding: 22px; border: 1px solid #cbd5cc; border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: 0 28px 90px rgba(31,65,45,.16); }
.workflow-panel::before { content: ""; position: absolute; inset: -10px 18px auto; height: 20px; border-radius: 999px; background: #cbe8d3; z-index: -1; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.panel-head strong { font-size: 16px; }
.status-pill { padding: 5px 9px; border-radius: 999px; background: #e3f3e7; color: #176d49; font-size: 12px; font-weight: 800; }
.workflow-list { display: grid; gap: 10px; }
.workflow-item { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; padding: 14px; border: 1px solid #dbe1db; border-radius: 14px; background: #fff; }
.workflow-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #17201b; color: #fff; font-size: 13px; font-weight: 800; }
.workflow-item strong { display: block; margin: 1px 0 4px; }
.workflow-item span { color: #647068; font-size: 13px; line-height: 1.5; }
.section { padding: 86px 0; }
.section-white { background: #fff; }
.section-dark { background: #18231c; color: #f4f7f3; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.03em; }
.section-intro { margin: 16px 0 0; color: #607067; font-size: 18px; line-height: 1.7; }
.section-dark .section-intro { color: #b8c4bb; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { min-height: 220px; padding: 26px; border: 1px solid #d8dfd8; border-radius: 20px; background: #fff; }
.card .card-tag { display: inline-flex; margin-bottom: 22px; padding: 6px 9px; border-radius: 999px; background: #e9f4ec; color: #176d49; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.card h3 { margin: 0; font-size: 21px; line-height: 1.25; }
.card p { margin: 12px 0 0; color: #647068; line-height: 1.65; }
.card a { display: inline-flex; margin-top: 18px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.section-dark .card { border-color: #3a4a40; background: #213027; }
.section-dark .card p { color: #b8c4bb; }
.section-dark .card .card-tag { background: #30463a; color: #bde0c7; }
.prose { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.prose-copy p { margin: 0 0 18px; color: #5a685f; font-size: 17px; line-height: 1.75; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 16px 15px 48px; border: 1px solid #d8dfd8; border-radius: 13px; background: #fff; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; left: 16px; top: 14px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #dff1e4; color: #176d49; font-weight: 900; }
.faq { display: grid; gap: 12px; }
.faq details { padding: 20px 22px; border: 1px solid #d8dfd8; border-radius: 16px; background: #fff; }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { margin: 12px 0 0; color: #5d6b62; line-height: 1.7; }
.cta-band { padding: 70px 0; background: #dff0e4; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-row h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.03em; }
.cta-row p { margin: 12px 0 0; color: #4e6155; font-size: 17px; }
.site-footer { padding: 38px 0; border-top: 1px solid #d7ddd6; background: #fff; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #617067; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-underline-offset: 4px; }

@media (max-width: 900px) {
  .header-row { align-items: flex-start; padding: 14px 0; }
  .main-nav { max-width: 66%; }
  .hero-grid, .prose { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding: 66px 0; gap: 42px; }
  .workflow-panel { max-width: 620px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { position: static; }
  .header-row { display: block; }
  .main-nav { max-width: none; justify-content: flex-start; margin-top: 12px; }
  .main-nav a { padding: 8px 9px; font-size: 13px; }
  .hero-grid { padding: 52px 0; }
  h1 { font-size: 42px; }
  .section { padding: 62px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .cta-row, .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
