.check-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: var(--theme-bg, #fff);
}
.check-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("circuit-map.svg") center / cover no-repeat;
  opacity: .055;
  pointer-events: none;
}
.check-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}
.check-hero h1 { font-size: clamp(46px, 5.7vw, 76px); }
.check-points { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-points li { display: flex; gap: 10px; color: var(--theme-muted, #475569); font-weight: 600; }
.check-points li::before { content: "✓"; color: var(--theme-accent, #00687a); font-weight: 800; }
.check-form {
  padding: 34px;
  border: 1px solid var(--theme-line, #e2e8f0);
  border-radius: 18px;
  background: var(--theme-surface, #fff);
  box-shadow: var(--theme-shadow, 0 18px 50px rgba(2,6,23,.09));
}
.check-form > label:not(.check-consent) {
  display: block;
  margin: 18px 0 7px;
  color: var(--theme-text, #020617);
  font: 700 13px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.check-form > input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid var(--theme-line, #cbd5e1);
  border-radius: 7px;
  background: var(--theme-bg-soft, #f8fafc);
  color: var(--theme-text, #020617);
  font: 500 16px/1.2 "IBM Plex Sans", sans-serif;
}
.check-form > input:focus { outline: 3px solid rgba(6,182,212,.2); border-color: var(--theme-accent-bright, #06b6d4); }
.check-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.check-consent { display: flex; gap: 12px; align-items: flex-start; margin: 20px 0; color: var(--theme-muted, #475569); font-size: 13px; line-height: 1.5; }
.check-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--theme-accent, #00687a); }
.check-consent a { color: var(--theme-accent, #00687a); font-weight: 700; text-decoration: underline; }
.check-submit { width: 100%; border: 0; cursor: pointer; }
.check-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.check-note, .check-status { margin: 12px 0 0; font-size: 13px; line-height: 1.5; }
.check-status { padding: 10px 12px; border-radius: 6px; background: rgba(190,24,93,.08); color: #be123c; font-weight: 700; }
.check-results-section { scroll-margin-top: 90px; }
.result-summary { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; padding: 34px; border: 1px solid var(--theme-line, #e2e8f0); border-radius: 18px; background: var(--theme-surface, #fff); box-shadow: var(--theme-shadow); }
.score-dial { width: 132px; height: 132px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--theme-accent, #00687a); color: #fff; }
.score-dial strong { font: 700 42px/1 "Space Grotesk", sans-serif; }
.score-dial span { font-size: 13px; opacity: .8; }
.result-summary h2 { font-size: clamp(30px, 4vw, 46px); }
.result-summary p { margin-bottom: 0; }
.result-disclaimer { font-size: 14px; font-weight: 600; }
.results-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; margin-top: 60px; }
.results-heading { margin-bottom: 22px; font-size: 28px; }
.checks-grid, .blocker-list { display: grid; gap: 12px; }
.checks-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.check-item, .blocker-item, .recommendation-card {
  border: 1px solid var(--theme-line, #e2e8f0);
  border-radius: 10px;
  background: var(--theme-surface, #fff);
  padding: 17px;
}
.check-item { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.check-mark { font-weight: 800; }
.check-item.pass .check-mark { color: #0f766e; }
.check-item.warn .check-mark { color: #b45309; }
.check-item.fail .check-mark { color: #be123c; }
.check-item strong, .blocker-item strong { display: block; }
.check-item small { display: block; margin-top: 4px; color: var(--theme-muted, #64748b); line-height: 1.4; }
.blocker-item { border-left: 4px solid #be123c; }
.blocker-item.medium { border-left-color: #b45309; }
.blocker-item p { margin: 7px 0 0; font-size: 14px; line-height: 1.55; }
.recommendation-head { max-width: 760px; margin-top: 72px; }
.recommendation-grid, .distinction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 30px; }
.recommendation-card.primary { border-top: 4px solid var(--theme-accent-bright, #06b6d4); }
.recommendation-card h3 { font-size: 27px; }
.recommendation-card .button { margin-top: 10px; }
.distinction-grid { margin-top: 0; }
.distinction-grid article { padding: 30px; border: 1px solid var(--theme-line, #e2e8f0); background: var(--theme-surface, #fff); border-radius: 12px; }
html[data-theme="dark"] .check-hero,
html[data-theme="dark"] .check-results-section { background: var(--theme-bg); }
html[data-theme="dark"] .section-soft { background: var(--theme-bg-soft); }
html[data-theme="dark"] .button-secondary { background: var(--theme-surface); color: var(--theme-text); border-color: var(--theme-line); }
@media (max-width: 820px) {
  .check-hero-grid, .results-grid { grid-template-columns: 1fr; }
  .check-hero { padding: 72px 0; }
}
@media (max-width: 600px) {
  .check-form { padding: 24px 20px; }
  .result-summary { grid-template-columns: 1fr; text-align: center; }
  .score-dial { margin: 0 auto; }
  .checks-grid, .recommendation-grid, .distinction-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .check-results-section { scroll-behavior: auto; }
}
