:root {
  --ink: #102431;
  --ink-soft: #29404c;
  --muted: #5f7079;
  --line: #d7e0df;
  --paper: #f4f7f5;
  --warm: #fbfaf6;
  --teal: #087f78;
  --teal-dark: #075d5a;
  --coral: #e88768;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(16, 36, 49, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.site-header { position: relative; z-index: 2; border-bottom: 1px solid rgba(215, 224, 223, .75); background: rgba(251, 250, 246, .92); }
.header-inner, .footer-inner { align-items: center; display: flex; justify-content: space-between; margin: auto; max-width: 1240px; padding: 20px 32px; }
.brand { align-items: center; display: inline-flex; font-size: .94rem; font-weight: 800; gap: 11px; letter-spacing: -.01em; }
.brand-mark { align-items: center; background: var(--teal); border-radius: 8px; color: var(--white); display: inline-flex; font-size: .58rem; font-weight: 900; height: 34px; justify-content: center; letter-spacing: .06em; width: 42px; }
nav { align-items: center; display: flex; gap: 26px; font-size: .82rem; font-weight: 650; }
nav a:hover, .footer-links a:hover { color: var(--teal); }
.nav-cta { background: var(--ink); border-radius: 999px; color: var(--white); padding: 10px 17px; }
.nav-cta:hover { background: var(--teal); color: var(--white); }
.section-shell { margin: auto; max-width: 1240px; padding: 104px 32px; }
.hero-shell { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); min-height: 650px; padding-bottom: 90px; padding-top: 100px; }
.compact-hero { min-height: auto; padding-bottom: 74px; padding-top: 82px; }
.kicker, .eyebrow { color: var(--teal); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 18px; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.075em; max-width: 850px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); letter-spacing: -.06em; max-width: 760px; }
h3 { font-size: 1.08rem; letter-spacing: -.02em; }
p { margin-top: 0; }
.hero-copy { color: var(--muted); font-size: 1.12rem; max-width: 670px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { border: 0; border-radius: 999px; cursor: pointer; display: inline-block; font: inherit; font-size: .86rem; font-weight: 800; padding: 14px 21px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--white); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--teal); color: var(--teal); }
.quiet-note, .form-note { color: var(--muted); font-size: .78rem; }
.quiet-note { margin-top: 20px; }
.hero-card { background: var(--ink); border-radius: 24px; box-shadow: var(--shadow); color: var(--white); overflow: hidden; padding: 30px; position: relative; }
.hero-card::before { background: var(--coral); border-radius: 50%; content: ""; height: 180px; opacity: .9; position: absolute; right: -62px; top: -68px; width: 180px; }
.hero-card .eyebrow { color: #8de0d5; position: relative; }
.hero-card h2 { font-size: 2.05rem; margin-top: 44px; position: relative; }
.hero-card p { color: #c5d2d4; font-size: .91rem; position: relative; }
.signal-list { border-top: 1px solid rgba(255,255,255,.18); list-style: none; margin: 30px 0 0; padding: 0; position: relative; }
.signal-list li { align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; gap: 14px; padding: 15px 0; }
.signal-list li::before { background: var(--coral); border-radius: 50%; content: ""; display: inline-block; height: 8px; width: 8px; }
.signal-list span { color: #e6eff0; font-size: .87rem; }
.proof-strip { background: var(--teal); color: var(--white); }
.proof-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin: auto; max-width: 1240px; padding: 0 32px; }
.proof-item { border-left: 1px solid rgba(255,255,255,.22); padding: 25px 28px 26px 0; }
.proof-item:not(:first-child) { padding-left: 28px; }
.proof-item strong { display: block; font-size: 1rem; margin-bottom: 4px; }
.proof-item span { color: #d4f4ef; font-size: .82rem; }
.section-tint { background: var(--paper); max-width: none; padding-left: max(32px, calc((100% - 1176px) / 2)); padding-right: max(32px, calc((100% - 1176px) / 2)); }
.section-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; }
.section-heading p { color: var(--muted); max-width: 420px; }
.card-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; min-height: 250px; padding: 26px; }
.card:hover { border-color: #9acbc5; box-shadow: 0 14px 34px rgba(16, 36, 49, .07); }
.card-number { color: var(--coral); display: block; font-size: .72rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 62px; }
.card p, .process-step p, .dark-grid p, .contact-copy p, .article-card p { color: var(--muted); font-size: .91rem; }
.split { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.split-copy { max-width: 600px; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { border-top: 1px solid var(--line); padding: 17px 0 17px 30px; position: relative; }
.check-list li::before { color: var(--teal); content: "↗"; font-weight: 900; left: 0; position: absolute; }
.mini-panel { background: #e7f1ef; border-radius: 22px; padding: 32px; }
.mini-panel strong { color: var(--teal-dark); display: block; font-size: 1.4rem; letter-spacing: -.03em; margin-bottom: 12px; }
.mini-panel p { color: var(--ink-soft); font-size: .95rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tag { background: var(--white); border: 1px solid #c5ddda; border-radius: 999px; color: var(--teal-dark); font-size: .75rem; font-weight: 750; padding: 7px 11px; }
.section-ink { background: var(--ink); color: var(--white); max-width: none; padding-left: max(32px, calc((100% - 1176px) / 2)); padding-right: max(32px, calc((100% - 1176px) / 2)); }
.section-ink .eyebrow { color: #8de0d5; }
.section-ink h2 { max-width: 720px; }
.dark-grid { display: grid; gap: 36px; grid-template-columns: repeat(4, 1fr); margin-top: 48px; }
.dark-grid p { color: #bdccd0; }
.light-grid { color: var(--ink); }
.light-grid p { color: var(--muted); }
.process-grid { border-top: 1px solid var(--line); display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.process-step { border-right: 1px solid var(--line); padding: 24px 24px 0 0; }
.process-step:not(:first-child) { padding-left: 24px; }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--coral); display: block; font-size: .78rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 62px; }
.process-grid-stacked { grid-template-columns: 1fr 1fr; }
.process-grid-stacked .process-step:nth-child(2n) { border-right: 0; }
.process-grid-stacked .process-step:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 28px; }
.metric-row { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.metric { padding: 24px 24px 24px 0; }
.metric:not(:first-child) { border-left: 1px solid var(--line); padding-left: 24px; }
.metric strong { display: block; font-size: 1.15rem; }
.metric span { color: var(--muted); font-size: .82rem; }
.article-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 46px; }
.article-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 27px; }
.article-card h3 { font-size: 1.25rem; }
.source-link { color: var(--teal); font-size: .8rem; font-weight: 800; }
.contact-section { display: grid; gap: 85px; grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr); }
.contact-copy h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.contact-form fieldset { border: 0; margin: 0; padding: 0; }
.contact-form label { display: block; font-size: .78rem; font-weight: 800; margin: 15px 0 6px; }
.contact-form input, .contact-form textarea { background: var(--warm); border: 1px solid var(--line); border-radius: 9px; color: var(--ink); font: inherit; padding: 12px; width: 100%; }
.contact-form input:disabled, .contact-form textarea:disabled { cursor: not-allowed; opacity: .68; }
.contact-form button:disabled { background: #b7c4c4; cursor: not-allowed; }
.contact-form .form-note { margin: 14px 0 0; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { align-items: start; padding-bottom: 42px; padding-top: 42px; }
.footer-brand p { color: var(--muted); font-size: .8rem; margin: 10px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: .78rem; }
.footer-meta { color: var(--muted); font-size: .74rem; margin-top: 25px; }
.legal-shell { max-width: 840px; }
.legal-shell h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-shell h2 { font-size: 1.65rem; margin-top: 48px; }
.legal-shell p, .legal-shell li { color: var(--ink-soft); max-width: 760px; }
.legal-shell ul { padding-left: 20px; }
@media (max-width: 900px) {
  .hero-shell, .split, .contact-section { gap: 45px; grid-template-columns: 1fr; }
  .hero-shell { min-height: auto; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .dark-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 28px; }
  .article-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .header-inner, .footer-inner { align-items: flex-start; flex-direction: column; gap: 19px; padding-left: 20px; padding-right: 20px; }
  nav { flex-wrap: wrap; gap: 13px 17px; }
  .section-shell, .hero-shell { padding-bottom: 70px; padding-left: 20px; padding-right: 20px; padding-top: 70px; }
  .section-tint, .section-ink { padding-left: 20px; padding-right: 20px; }
  .proof-grid { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .proof-item, .proof-item:not(:first-child) { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 18px 0; }
  .proof-item:first-child { border-top: 0; }
  .card-grid, .dark-grid, .metric-row, .process-grid, .process-grid-stacked { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child), .process-grid-stacked .process-step:nth-child(n+3) { border-bottom: 1px solid var(--line); border-right: 0; border-top: 0; padding: 24px 0; }
  .process-step:last-child { border-bottom: 0; }
  .metric:not(:first-child) { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.45rem; }
  .hero-card { padding: 24px; }
  .footer-links { gap: 12px 16px; }
}
