:root {
  --care-green: #4bba8b;
  --care-green-dark: #2f8c6a;
  --care-navy: #032f62;
  --care-blue: #4a98ad;
  --care-light-blue: #e2eaf3;
  --care-ice: #f4f8fb;
  --care-white: #ffffff;
  --care-text: #123f70;
  --care-muted: #587089;
  --care-border: #ccd9e4;
}

.check-main { min-height: 70vh; background: var(--care-ice); }
.check-main .button--primary { color: var(--care-navy); background: var(--care-green); }
.check-header { position: sticky; }
.check-back-link { color: var(--care-navy); font-weight: 800; }
.check-intro { padding: clamp(58px, 9vw, 110px) 0; background: radial-gradient(circle at 90% 15%, rgba(75,186,139,.14), transparent 28%), linear-gradient(135deg, #fff, var(--care-ice)); }
.check-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 7vw, 86px); align-items: center; }
.check-intro-copy { display: grid; gap: 22px; }
.check-intro-copy h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); max-width: 850px; }
.check-intro-copy > p:not(.care-lead) { max-width: 700px; color: var(--care-muted); font-size: 1.05rem; }
.check-intro-copy .button { justify-self: start; }
.check-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.check-meta li { border: 1px solid var(--care-border); border-radius: 999px; padding: 8px 13px; color: var(--care-navy); background: white; font-size: .9rem; font-weight: 750; }
.check-visual-card { overflow: hidden; border-radius: 30px; background: white; box-shadow: 0 20px 55px rgba(3,47,98,.12); }
.check-visual-card picture { display: block; background: var(--care-light-blue); }
.check-visual-card img { display: block; width: 100%; aspect-ratio: 2752 / 1536; object-fit: cover; object-position: center; }
.check-trust-card { border-top: 5px solid var(--care-green); padding: 26px 30px 30px; background: white; }
.check-trust-card strong { display: block; color: var(--care-navy); font-size: 1.25rem; }
.check-trust-card p { margin-top: 10px; color: var(--care-muted); }

.check-assessment { min-height: calc(100vh - 76px); padding: 50px 0 80px; background: linear-gradient(180deg, var(--care-light-blue), var(--care-ice)); }
.check-shell { max-width: 900px; }
.check-progress-wrap { margin-bottom: 25px; }
.check-progress-text { margin-bottom: 9px; color: var(--care-navy); font-weight: 850; }
.check-progress { height: 10px; overflow: hidden; border-radius: 99px; background: white; box-shadow: inset 0 0 0 1px var(--care-border); }
.check-progress span { display: block; width: 16.6667%; height: 100%; border-radius: inherit; background: linear-gradient(110deg, var(--care-blue), var(--care-green)); transition: width .2s ease; }
.check-instruction { margin-bottom: 24px; border-radius: 16px; padding: 14px 17px; color: var(--care-muted); background: rgba(255,255,255,.76); font-size: .93rem; }
.check-question { border: 0; margin: 0; padding: 0; }
.check-question legend { width: 100%; margin-bottom: 24px; color: var(--care-navy); font-size: clamp(1.55rem, 4vw, 2.35rem); font-weight: 850; line-height: 1.2; }
.check-question legend span { display: block; margin-bottom: 10px; color: var(--care-green-dark); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.check-question-help { margin: -10px 0 20px; color: var(--care-muted); font-size: .95rem; }
.check-question-details { width: fit-content; max-width: 100%; margin: -10px 0 20px; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.check-question-details summary { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: var(--care-navy); font-size: .92rem; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(3,47,98,.35); text-underline-offset: 3px; }
.check-question-details summary::before { content: "i"; display: grid; place-items: center; width: 19px; height: 19px; border: 1.5px solid var(--care-blue); border-radius: 50%; color: var(--care-blue); font-size: .75rem; font-weight: 850; text-decoration: none; }
.check-question-details summary::after { content: none; }
.check-question-details[open] summary { margin-bottom: 10px; }
.check-question-details p { max-width: 720px; margin: 0; border-left: 3px solid var(--care-green); padding: 9px 0 9px 13px; color: var(--care-muted); font-size: .94rem; line-height: 1.55; }
.check-options { display: grid; gap: 13px; }
.check-options label { position: relative; display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: start; min-height: 68px; border: 2px solid transparent; border-radius: 18px; padding: 18px 20px; color: var(--care-text); background: white; box-shadow: 0 5px 20px rgba(3,47,98,.04); cursor: pointer; }
.check-options label:hover { border-color: var(--care-blue); }
.check-options label:has(input:checked) { border-color: var(--care-green-dark); background: #e3f5ed; box-shadow: 0 0 0 3px rgba(47,140,106,.12); }
.check-options input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--care-green-dark); }
.check-options span { font-size: 1.05rem; line-height: 1.55; }
.check-error { margin-top: 16px; border-radius: 12px; padding: 12px 15px; color: #7d2424; background: #fbe8e8; font-weight: 700; }
.check-controls { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.check-controls #check-next { margin-left: auto; }

.check-result-request { min-height: calc(100vh - 76px); padding: clamp(60px, 9vw, 100px) 0; background: linear-gradient(140deg, #fff, var(--care-light-blue)); }
.check-result-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 6vw, 64px); align-items: start; }
.check-full-result { display: grid; gap: 22px; }
.check-result-block { display: grid; gap: 12px; border-radius: 22px; padding: clamp(22px, 4vw, 30px); background: rgba(255,255,255,.86); box-shadow: 0 10px 30px rgba(3,47,98,.07); }
.check-result-block p, .check-result-list, .check-steps-list { color: var(--care-muted); }
.check-stage-card { border-top: 5px solid var(--care-green); }
.check-result-label { color: var(--care-green-dark) !important; font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.check-result-list, .check-steps-list { display: grid; gap: 12px; margin: 0; padding-left: 1.25rem; }
.check-result-list li::marker, .check-steps-list li::marker { color: var(--care-green-dark); font-weight: 850; }
.check-course-card .button { justify-self: start; margin-top: 4px; }
.check-email-card { display: grid; gap: 18px; border-radius: 28px; padding: clamp(24px, 5vw, 38px); background: white; box-shadow: 0 20px 55px rgba(3,47,98,.12); }
.check-email-card > p { color: var(--care-muted); }
.check-field { display: grid; gap: 7px; }
.check-field label { color: var(--care-navy); font-weight: 800; }
.check-field input { width: 100%; border: 1px solid #b9c9d7; border-radius: 13px; padding: 14px; color: var(--care-navy); background: white; font-size: 1rem; }
.check-field input:focus-visible { outline: 3px solid white; outline-offset: 3px; box-shadow: 0 0 0 6px var(--care-navy); }
.check-consent { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; color: var(--care-muted); font-size: .88rem; }
.check-consent input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--care-green-dark); }
.check-email-status { display: none; border-radius: 14px; padding: 14px 16px; }
.check-email-status.is-visible { display: block; }
.check-email-status.is-error { color: #7d2424; background: #fbe8e8; }
.check-email-status.is-success { color: #14543c; background: #e3f5ed; }
.check-privacy-note { color: var(--care-muted); font-size: .82rem; }
.check-disclaimer { padding: 30px 0; color: var(--care-muted); background: white; font-size: .9rem; }
.check-footer { padding-top: 28px; padding-bottom: 28px; }
.check-footer .care-footer-bottom { margin-top: 0; padding-top: 0; border: 0; }
.check-confirmation-page { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 60px 0; background: linear-gradient(140deg, var(--care-ice), var(--care-light-blue)); }
.check-confirmation-card { display: grid; justify-items: center; gap: 20px; max-width: 700px; margin-inline: auto; border-radius: 28px; padding: clamp(30px, 7vw, 58px); text-align: center; background: white; box-shadow: 0 20px 55px rgba(3,47,98,.12); }
.check-confirmation-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: white; background: var(--care-green-dark); font-size: 2rem; font-weight: 900; }
.check-confirmation-card p { color: var(--care-muted); font-size: 1.05rem; }

[hidden] { display: none !important; }

@media (max-width: 800px) {
  .check-intro-grid, .check-result-grid { grid-template-columns: 1fr; }
  .check-visual-card { max-width: 650px; }
}

@media (max-width: 560px) {
  .check-back-link { font-size: .88rem; }
  .check-intro-copy .button, .check-controls .button, .check-email-card .button { width: 100%; }
  .check-controls { flex-direction: column-reverse; }
  .check-options label { padding: 16px; }
  .check-options span { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .check-progress span { transition: none; }
}
