.checkup-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 12% 5%, rgba(200, 164, 74, .12), transparent 24rem),
    linear-gradient(160deg, #071b2d 0%, #0a243b 48%, #0d2e4a 100%);
  color: #172033;
}

.checkup-header {
  min-height: 72px;
  max-width: 1180px;
  margin: 0 auto;
  padding: .8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkup-brand { display: flex; align-items: center; gap: .65rem; color: #e8d49a; text-decoration: none; font-family: var(--font-serif); font-size: 1.3rem; line-height: 1; }
.checkup-brand img { width: 42px; height: auto; }
.checkup-brand small { display: block; margin-top: .25rem; color: #cbd5e1; font-family: var(--font-sans); font-size: .55rem; letter-spacing: .16em; text-transform: uppercase; }
.checkup-language { padding: .55rem .8rem; border: 1px solid rgba(232, 212, 154, .55); border-radius: 999px; color: #fff; font-size: .85rem; font-weight: 700; text-decoration: none; }
.checkup-language:hover, .checkup-language:focus { background: rgba(232, 212, 154, .12); }

.checkup-shell { width: min(100% - 1.25rem, 860px); min-height: 600px; margin: 1rem auto 3rem; }
.checkup-card { overflow: hidden; background: #fff; border: 1px solid rgba(232, 212, 154, .45); border-radius: 20px; box-shadow: 0 24px 80px rgba(0, 0, 0, .28); }
.checkup-card__body { padding: clamp(1.35rem, 4vw, 3.2rem); }
.checkup-card__body--center { text-align: center; }
.checkup-kicker { margin-bottom: .75rem; color: #80671d; font-weight: 800; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.checkup-title { margin: 0 auto 1rem; max-width: 690px; color: #0a243b; font-family: var(--font-serif); font-size: clamp(2.15rem, 7vw, 4rem); line-height: 1.03; }
.checkup-lead { max-width: 650px; margin: 0 auto 1.5rem; color: #475569; font-size: clamp(1rem, 2vw, 1.13rem); line-height: 1.7; }
.checkup-time { display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1.35rem; color: #334155; font-size: .9rem; font-weight: 700; }
.checkup-time::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--color-gold); box-shadow: 0 0 0 4px rgba(200, 164, 74, .18); }
.checkup-primary, .checkup-secondary { min-height: 50px; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 9px; font-weight: 800; cursor: pointer; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; }
.checkup-primary { background: #c8a44a; color: #101827; }
.checkup-primary:hover, .checkup-primary:focus { background: #dab85d; }
.checkup-secondary { background: #fff; color: #0a243b; border-color: #cbd5e1; }
.checkup-secondary:hover, .checkup-secondary:focus { border-color: #0a243b; }
.checkup-primary:disabled { opacity: .58; cursor: wait; }
.checkup-trust { display: grid; grid-template-columns: 1fr; gap: .6rem; margin: 1.75rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid #e2e8f0; color: #64748b; font-size: .78rem; }

.checkup-progress { padding: 1.1rem clamp(1.35rem, 4vw, 3.2rem); background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.checkup-progress__meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .55rem; color: #475569; font-size: .77rem; font-weight: 800; }
.checkup-progress__track { height: 6px; overflow: hidden; background: #e2e8f0; border-radius: 999px; }
.checkup-progress__fill { height: 100%; background: linear-gradient(90deg, #a5812f, #d8b85d); transition: width 240ms ease; }
.checkup-question h1 { margin: 0 0 .55rem; color: #0a243b; font-family: var(--font-serif); font-size: clamp(1.8rem, 5vw, 2.75rem); line-height: 1.12; }
.checkup-help { margin: 0 0 1.5rem; color: #64748b; font-size: .9rem; }
.checkup-options { display: grid; grid-template-columns: 1fr; gap: .75rem; }
.checkup-option { position: relative; }
.checkup-option input { position: absolute; opacity: 0; pointer-events: none; }
.checkup-option label { display: block; padding: 1rem 1.1rem; border: 1.5px solid #cbd5e1; border-radius: 10px; color: #1e293b; font-weight: 700; cursor: pointer; transition: border-color 150ms ease, background 150ms ease, transform 150ms ease; }
.checkup-option label:hover { border-color: #a5812f; transform: translateY(-1px); }
.checkup-option input:checked + label { border-color: #a5812f; background: #fffbeb; box-shadow: 0 0 0 2px rgba(200, 164, 74, .18); }
.checkup-option input:focus-visible + label { outline: 3px solid rgba(28, 126, 214, .35); outline-offset: 2px; }
.checkup-actions { display: flex; flex-direction: column-reverse; gap: .7rem; margin-top: 1.75rem; }

.checkup-summary { display: grid; gap: 1rem; margin: 1.5rem 0; text-align: left; }
.checkup-summary article { padding: 1.1rem; border-left: 4px solid #c8a44a; border-radius: 0 10px 10px 0; background: #f8fafc; }
.checkup-summary h2 { margin: 0 0 .35rem; color: #0a243b; font-family: var(--font-serif); font-size: 1.35rem; }
.checkup-summary p { margin: 0; color: #475569; font-size: .91rem; line-height: 1.6; }
.checkup-disclosure { margin: 1.4rem 0 0; padding: 1rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; color: #475569; font-size: .76rem; line-height: 1.65; }
.checkup-result-actions { display: flex; flex-direction: column; gap: .7rem; }

.checkup-contact { margin-top: 1.75rem; padding-top: 1.75rem; border-top: 1px solid #e2e8f0; text-align: left; }
.checkup-contact h2 { color: #0a243b; font-family: var(--font-serif); font-size: 2rem; line-height: 1.15; }
.checkup-contact > p { margin: .35rem 0 1.25rem; color: #64748b; }
.checkup-fields { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.checkup-field label { display: block; margin-bottom: .35rem; color: #334155; font-size: .82rem; font-weight: 800; }
.checkup-field input, .checkup-field select { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #94a3b8; border-radius: 8px; background: #fff; color: #111827; }
.checkup-field input:focus, .checkup-field select:focus { outline: 3px solid rgba(28, 126, 214, .22); border-color: #1c7ed6; }
.checkup-honeypot { position: absolute !important; left: -9999px !important; }
.checkup-contact-choice { margin: .75rem 0 1rem; color: #475569; font-size: .8rem; font-weight: 700; }
.checkup-consent { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; margin: 1rem 0; color: #334155; font-size: .78rem; line-height: 1.55; }
.checkup-consent input { width: 18px; height: 18px; margin-top: .15rem; }
.checkup-form-status { margin-top: .8rem; padding: .75rem; border-radius: 8px; font-size: .85rem; }
.checkup-form-status--success { background: #ecfdf5; color: #065f46; }
.checkup-form-status--error { background: #fef2f2; color: #991b1b; }
.checkup-noscript { padding: 1rem; background: #fff; border-radius: 10px; }
.checkup-footer { max-width: 860px; margin: 0 auto; padding: 0 1rem 2rem; display: flex; flex-direction: column; align-items: center; gap: .25rem; color: #cbd5e1; text-align: center; font-size: .75rem; }
.checkup-footer a, .checkup-footer button { color: #e8d49a; text-decoration: underline; background: none; border: 0; cursor: pointer; }

.checkup-modal-open { overflow: hidden; }
.checkup-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; overflow-y: auto; padding: 1rem; background: rgba(3, 15, 28, .82); backdrop-filter: blur(4px); }
.checkup-modal__dialog { position: relative; width: min(100%, 680px); max-height: calc(100vh - 2rem); overflow-y: auto; padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid rgba(200, 164, 74, .55); border-radius: 18px; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, .42); }
.checkup-modal__dialog h2 { margin: 0 2.5rem .65rem 0; color: #0a243b; font-family: var(--font-serif); font-size: clamp(2rem, 6vw, 2.75rem); line-height: 1.05; }
.checkup-modal__dialog > p:not(.checkup-kicker) { margin: 0 0 1rem; color: #475569; line-height: 1.6; }
.checkup-modal__close { position: absolute; top: .8rem; right: .8rem; width: 42px; height: 42px; border: 1px solid #cbd5e1; border-radius: 999px; background: #fff; color: #0a243b; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.checkup-modal__close:hover, .checkup-modal__close:focus { border-color: #a5812f; background: #fffbeb; }
.checkup-privacy-notice { margin: 1rem 0 1.25rem; padding: 1rem; border-left: 4px solid #c8a44a; border-radius: 0 10px 10px 0; background: #f8fafc; color: #334155; font-size: .82rem; line-height: 1.55; }
.checkup-privacy-notice p { margin: .3rem 0 .45rem; }
.checkup-privacy-notice a { color: #694f0d; font-weight: 800; text-decoration: underline; }
.checkup-modal__submit { width: 100%; }

@media (min-width: 640px) {
  .checkup-header { padding: 1rem 1.5rem; }
  .checkup-brand { font-size: 1.55rem; }
  .checkup-trust { grid-template-columns: repeat(3, 1fr); }
  .checkup-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkup-actions { flex-direction: row; justify-content: space-between; }
  .checkup-result-actions { flex-direction: row; justify-content: center; }
  .checkup-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkup-field--wide { grid-column: 1 / -1; }
  .checkup-footer { flex-direction: row; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) { .checkup-progress__fill, .checkup-option label { transition: none; } }
