:root {
  --ink: #15251e;
  --muted: #68766f;
  --paper: #f7f7f2;
  --card: #ffffff;
  --line: #dce2dc;
  --green: #155b43;
  --forest: #143a2d;
  --forest-2: #23473a;
  --lime: #dff46a;
}

* { 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; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 12px; background: var(--green); color: #fff; font-weight: 780; }
.button:hover, .button:focus-visible { background: #0d4935; }
.button-small { min-height: 40px; padding-inline: 16px; border-radius: 10px; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.site-header nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 680; }
.brand { display: flex; align-items: baseline; gap: 9px; font-size: 20px; font-weight: 900; letter-spacing: -.03em; }
.brand span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 70px; align-items: center; padding-block: 80px 100px; }
.hero h1 { max-width: 850px; margin: 24px 0 0; font: 500 clamp(54px, 7vw, 92px)/.97 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero-content > p { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: 20px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { font-weight: 760; }
.resolved-card { position: relative; overflow: hidden; padding: 25px; border: 1px solid #37594c; border-radius: 20px; background: var(--forest); color: #fff; box-shadow: 0 28px 70px rgba(26, 52, 41, .18); }
.resolved-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -85px; top: -90px; border: 1px solid rgba(223, 244, 106, .26); border-radius: 50%; box-shadow: 0 0 0 32px rgba(223, 244, 106, .04), 0 0 0 64px rgba(223, 244, 106, .03); }
.card-top { position: relative; display: flex; justify-content: space-between; gap: 14px; color: #bed0c8; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.card-top strong { color: var(--lime); }
.resolved-card h2 { position: relative; margin: 50px 0 35px; font: 500 31px/1.06 Georgia, serif; letter-spacing: -.035em; }
.resolved-card dl { margin: 0; }
.resolved-card dl div { display: grid; gap: 5px; padding: 15px 0; border-top: 1px solid #3c5d51; }
.resolved-card dt { color: #9fb6ac; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.resolved-card dd { margin: 0; font-size: 13px; line-height: 1.45; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 70px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.steps article { padding: 34px; background: var(--card); }
.steps span, .proof-grid span { color: var(--green); font-size: 11px; font-weight: 850; }
.steps h2 { margin: 38px 0 10px; font-size: 20px; line-height: 1.2; }
.steps p { margin: 0; color: var(--muted); line-height: 1.58; }

.resolution { padding: 90px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; align-items: start; }
.section-heading .eyebrow { margin-top: 10px; }
.section-heading h2, .proof h2, .audience h2, .final-cta h2 { margin: 0; font: 500 clamp(38px, 5vw, 62px)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.resolution-chain { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; margin-top: 54px; }
.resolution-chain div { min-height: 135px; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.resolution-chain span { display: block; min-height: 34px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.resolution-chain strong { display: block; margin-top: 22px; font-size: 16px; line-height: 1.35; }
.resolution-chain b { color: #9baa9f; }

.proof { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 90px 70px; border-radius: 24px; background: var(--forest); color: #fff; }
.proof .eyebrow { color: var(--lime); }
.proof-intro > p { max-width: 490px; color: #bed0c8; font-size: 17px; line-height: 1.65; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid #416156; border-radius: 16px; background: #416156; }
.proof-grid article { min-height: 185px; padding: 25px; background: var(--forest-2); }
.proof-grid span { color: var(--lime); }
.proof-grid h3 { margin: 28px 0 9px; font-size: 18px; }
.proof-grid p { margin: 0; color: #bed0c8; font-size: 14px; line-height: 1.55; }

.audience { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; padding: 110px 0; }
.audience ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.audience li { padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 720; }
.final-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: 55px 60px; border-radius: 22px; background: var(--lime); }
.final-cta .eyebrow { margin-bottom: 15px; }
.final-cta h2 { max-width: 760px; font-size: clamp(36px, 4.5vw, 56px); }
.final-cta .button { flex: none; background: var(--forest); }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; padding: 34px 0 46px; color: var(--muted); font-size: 13px; }
.site-footer span { color: var(--ink); font-size: 18px; font-weight: 850; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--green); font-weight: 760; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .resolved-card { width: min(620px, 100%); }
  .section-heading, .proof, .audience { grid-template-columns: 1fr; gap: 40px; }
  .resolution-chain { grid-template-columns: 1fr; }
  .resolution-chain b { justify-self: center; transform: rotate(90deg); }
  .proof { padding: 60px 40px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .site-header nav > a:not(.button) { display: none; }
  .brand span { display: none; }
  .hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-content > p { font-size: 18px; }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; text-align: center; }
  .proof { padding: 44px 22px; }
  .proof-grid { grid-template-columns: 1fr; }
  .audience { padding: 80px 0; }
  .final-cta { padding: 38px 24px; }
  .final-cta .button { width: 100%; text-align: center; }
  .site-footer { grid-template-columns: 1fr; gap: 8px; }
}

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