:root {
  --ink: #222222;
  --green: #276a60;
  --green-dark: #20564e;
  --mint: #eeeeee;
  --bg: #f7f7f7;
  --panel: #ffffff;
  --line: #e5e5e5;
  --soft: #f2f2f2;
  --muted: #717171;
  --blue: #315c7a;
  --amber: #8a692a;
  --container: 1180px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
section { scroll-margin-top: 92px; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; border-radius: 7px; color: white; background: var(--green); text-decoration: none; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(229, 229, 229, .94); background: rgba(255, 255, 255, .92); backdrop-filter: blur(16px); }
.header-inner { min-height: 68px; display: grid; grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr); align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 9px; width: max-content; color: var(--green); font-size: 18px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.logo svg { width: 27px; height: 27px; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.primary-nav a { color: #5f5f5f; font-size: 13px; font-weight: 650; text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: #111111; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 10px; }
.header-actions .text-link { margin-right: 8px; }
.menu-button { width: 40px; height: 40px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; cursor: pointer; }
.menu-button svg { width: 19px; height: 19px; }

.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid #dddddd; border-radius: 8px; color: var(--ink); background: white; box-shadow: 0 1px 1px rgba(0, 0, 0, .04); font-size: 13px; font-weight: 750; text-decoration: none; transition: transform 150ms ease, border-color 150ms ease, background 150ms ease; }
.button:hover { border-color: #bdbdbd; background: #fafafa; transform: translateY(-1px); }
.button-primary { border-color: var(--green); color: white; background: var(--green); box-shadow: 0 5px 16px rgba(39, 106, 96, .2); }
.button-primary:hover { border-color: var(--green-dark); color: white; background: var(--green-dark); }
.button svg { width: 16px; height: 16px; }
.text-link { color: #222222; font-size: 13px; font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.role-hero { position: relative; overflow: hidden; padding: 80px 0 72px; }
.role-hero::before { content: ""; position: absolute; width: 540px; height: 540px; top: -340px; left: calc(50% - 600px); border-radius: 50%; background: #f2f2f2; pointer-events: none; }
.role-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .75fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #666666; font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(39, 106, 96, .12); }
h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 6vw, 70px); font-weight: 730; letter-spacing: -.06em; line-height: .99; text-wrap: balance; }
.role-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: #5f5f5f; font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.hero-actions .button { min-height: 49px; padding-inline: 20px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--muted); font-size: 12px; }
.hero-note svg { width: 15px; height: 15px; color: var(--green); }

.review-card { overflow: hidden; border: 1px solid #dddddd; border-radius: 15px; background: white; box-shadow: 0 18px 50px rgba(0, 0, 0, .1); }
.review-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 19px; border-bottom: 1px solid #e8e8e8; background: #fafafa; }
.review-card-head strong { font-size: 12px; }
.review-status { display: inline-flex; align-items: center; gap: 6px; color: #555555; font-size: 9px; font-weight: 800; }
.review-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(39, 106, 96, .12); }
.review-body { padding: 11px; }
.review-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px 10px; border-radius: 9px; }
.review-row + .review-row { border-top: 1px solid #ededed; }
.review-row.highlight { background: #f5f5f5; }
.review-icon, .review-row:nth-child(2) .review-icon, .review-row:nth-child(3) .review-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; color: #333333; background: #f1f1f1; }
.review-icon svg { width: 18px; height: 18px; }
.review-copy strong, .review-copy small { display: block; }
.review-copy strong { font-size: 11px; line-height: 1.3; }
.review-copy small { margin-top: 3px; color: #7b8580; font-size: 9px; line-height: 1.4; }
.review-tag { padding: 5px 7px; border-radius: 99px; color: #555555; background: #f1f1f1; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.review-card-foot { padding: 13px 19px 16px; color: #6b6b6b; background: #fbfbfb; font-size: 9px; line-height: 1.45; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 110px; display: flex; justify-content: center; flex-direction: column; padding: 24px 34px; }
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-item strong { color: #333333; font-size: 21px; letter-spacing: -.035em; }
.proof-item span { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.project-type-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.project-type-list li { padding: 9px 12px; border: 1px solid #e4e4e4; border-radius: 8px; color: #595959; background: #fafafa; font-size: 11px; font-weight: 720; }

.section { padding: 98px 0; }
.section-white { background: white; }
.section-heading { max-width: 730px; margin-bottom: 44px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.055em; line-height: 1.06; text-wrap: balance; }
.section-heading > p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.challenge-card { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.challenge-number { color: #666666; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.challenge-card h3 { margin: 35px 0 10px; font-size: 20px; letter-spacing: -.035em; line-height: 1.2; }
.challenge-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.checks-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(48px, 8vw, 96px); }
.checks-layout .section-heading { position: sticky; top: 110px; margin: 0; }
.checks-list { display: grid; gap: 12px; }
.check-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 15px; padding: 21px; border: 1px solid #e5e5e5; border-radius: 11px; background: #fbfbfb; }
.check-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; color: #333333; background: #f1f1f1; }
.check-icon svg { width: 20px; height: 20px; }
.check-item h3 { margin: 1px 0 6px; font-size: 15px; letter-spacing: -.02em; }
.check-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.workflow-step { position: relative; min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: #fbfbfb; }
.workflow-step span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 11px; font-weight: 850; }
.workflow-step h3 { margin: 32px 0 9px; font-size: 18px; letter-spacing: -.03em; }
.workflow-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.judgment-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; padding: 50px 54px; border: 1px solid #dddddd; border-radius: 16px; background: #f5f5f5; }
.judgment-card h2 { margin: 0; font-size: clamp(31px, 4vw, 45px); letter-spacing: -.055em; line-height: 1.08; }
.judgment-card > div > p { margin: 16px 0 0; color: #666666; font-size: 14px; line-height: 1.7; }
.judgment-points { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.judgment-points li { position: relative; padding: 13px 15px 13px 39px; border: 1px solid #dddddd; border-radius: 9px; color: #555555; background: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 700; line-height: 1.45; }
.judgment-points li::before { content: "✓"; position: absolute; left: 15px; color: var(--green); font-weight: 900; }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card { min-height: 145px; display: flex; justify-content: space-between; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 11px; background: white; text-decoration: none; transition: transform 150ms ease, border-color 150ms ease; }
.related-card:hover { border-color: #bdbdbd; transform: translateY(-2px); }
.related-card strong { font-size: 17px; letter-spacing: -.025em; }
.related-card span { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 20px; color: #333333; font-size: 11px; font-weight: 800; }
.related-card svg { width: 16px; height: 16px; }

.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 74px; }
.faq-wrap .section-heading { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 2px; cursor: pointer; font-size: 15px; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: #333333; font-size: 22px; font-weight: 450; }
details[open] summary::after { content: "−"; }
details p { max-width: 680px; margin: -4px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { padding: 50px 0 98px; }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 48px 52px; border: 1px solid #dddddd; border-radius: 16px; background: white; }
.cta-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -80px; bottom: -145px; border-radius: 50%; background: var(--mint); opacity: .75; }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 700px; margin: 0; font-size: clamp(30px, 4vw, 45px); letter-spacing: -.055em; line-height: 1.08; }
.cta-card p { margin: 12px 0 0; color: #666666; font-size: 14px; }

footer { padding: 42px 0 44px; border-top: 1px solid var(--line); background: white; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; column-gap: 72px; }
.footer-brand p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.footer-brand small { display: block; margin-top: 3px; color: #88918d; font-size: 10px; line-height: 1.4; }
.footer-actions { display: grid; grid-template-columns: 120px minmax(220px, auto); align-items: start; column-gap: 48px; }
.footer-contact > span, .footer-legal > span { display: block; margin: 0 0 12px; color: #7a8580; font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.footer-contact > a { display: inline-flex; align-items: center; gap: 7px; color: #333333; font-size: 14px; font-weight: 800; letter-spacing: -.015em; line-height: 1.4; text-decoration: none; }
.footer-contact > a:hover { color: var(--green-dark); text-decoration: underline; text-underline-offset: 4px; }
.footer-contact svg { width: 15px; height: 15px; }
.footer-legal { display: grid; justify-items: start; row-gap: 7px; }
.footer-legal a { color: #66736d; font-size: 12px; font-weight: 650; line-height: 1.4; text-decoration: none; }
.footer-legal a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid rgba(39, 106, 96, .3); outline-offset: 3px; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: minmax(155px, 1fr) auto minmax(155px, 1fr); gap: 18px; }
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: 12px; }
  .role-hero-grid { grid-template-columns: 1fr; }
  .role-hero-copy { max-width: 780px; }
  .review-card { max-width: 720px; }
  .checks-layout, .faq-wrap { grid-template-columns: 1fr; gap: 40px; }
  .checks-layout .section-heading { position: static; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, var(--container)); }
  .header-inner { min-height: 62px; display: flex; }
  .menu-button { display: grid; }
  .primary-nav { position: absolute; top: 62px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 17px 18px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 18px 30px rgba(0, 0, 0, .08); }
  .primary-nav.open { display: flex; max-height: calc(100vh - 62px); overflow-y: auto; }
  .primary-nav > a { padding: 12px 5px; }
  .header-actions { margin-left: auto; }
  .header-actions .text-link { display: none; margin-right: 0; }
  .challenge-grid, .workflow-grid { grid-template-columns: 1fr; }
  .challenge-card, .workflow-step { min-height: 0; }
  .judgment-card { grid-template-columns: 1fr; gap: 32px; padding: 40px; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; row-gap: 32px; }
  .footer-actions { grid-template-columns: minmax(120px, 140px) minmax(0, 1fr); column-gap: 36px; }
}

@media (max-width: 620px) {
  .header-actions .button { min-height: 38px; padding: 8px 11px; font-size: 11px; }
  .role-hero { padding: 60px 0 52px; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  .role-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .review-row { grid-template-columns: 36px minmax(0, 1fr); }
  .review-tag { display: none; }
  .proof-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .proof-item { min-height: 0; padding: 17px 4px; }
  .proof-item + .proof-item { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .judgment-card { padding: 31px 24px; }
  .final-cta { padding: 36px 0 72px; }
  .cta-card { grid-template-columns: 1fr; padding: 36px 27px; }
  .cta-card .button { width: 100%; }
  .footer-actions { column-gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
