:root {
  color: #18232b;
  background: #eef2f1;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; }
.page-shell { width: min(960px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0 80px; }
.intro { max-width: 680px; margin-bottom: 28px; }
.eyebrow { margin: 0 0 8px; color: #087f8c; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 14px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -0.03em; }
h2 { margin-bottom: 0; font-size: 1.45rem; line-height: 1.15; }
.intro > p:last-child { max-width: 570px; color: #53616a; font-size: 1.05rem; }
.visual-card, .question-card, .thanks { border: 1px solid #d2dedd; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgb(39 63 69 / 7%); }
.visual-card { padding: 20px; }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; background: #e6f5f3; color: #087f8c; font-size: 0.76rem; font-weight: 700; white-space: nowrap; }
.status-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #f0ad4e; content: ""; }
.visual-card img { display: block; width: 100%; height: auto; border-radius: 6px; background: #eeecea; }
.caption { margin: 10px 0 0; color: #6d777c; font-size: 0.85rem; }
.questions { display: grid; gap: 14px; margin-top: 18px; }
.question-card { min-width: 0; padding: 20px; }
.question-card legend { width: 100%; padding: 0; font-size: 1.05rem; font-weight: 750; }
.help-text { margin: 5px 0 12px; color: #68757b; font-size: 0.88rem; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.choice-option { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 12px; border: 1px solid #c7d4d3; border-radius: 6px; background: #fbfdfd; cursor: pointer; font-size: 0.92rem; }
.choice-option:has(input:checked) { border-color: #087f8c; background: #e8f6f4; color: #075e67; }
.choice-option input { accent-color: #087f8c; }
textarea { display: block; width: 100%; min-height: 110px; resize: vertical; border: 1px solid #bdcccb; border-radius: 6px; padding: 12px; color: inherit; font: inherit; }
.question-notes-label { display: block; margin-top: 14px; color: #53616a; font-size: 0.86rem; font-weight: 650; }
.question-notes-label textarea { min-height: 64px; margin-top: 6px; font-size: 0.92rem; font-weight: 400; }
textarea:focus, input:focus-visible, button:focus-visible { outline: 3px solid #8ed9d7; outline-offset: 2px; }
.form-actions { display: flex; align-items: center; gap: 16px; margin-top: 18px; }
button { min-height: 44px; border: 0; border-radius: 6px; padding: 10px 16px; cursor: pointer; font: inherit; font-weight: 750; }
.primary-button { background: #087f8c; color: #fff; }
.primary-button:hover { background: #075e67; }
.secondary-button { border: 1px solid #98b5b3; background: #fff; color: #075e67; }
.form-status { margin: 0; color: #a24737; font-size: 0.9rem; }
.thanks { margin-top: 18px; padding: 28px; }
.thanks p:not(.eyebrow) { color: #53616a; }
[hidden] { display: none !important; }
@media (max-width: 640px) {
  .page-shell { width: min(100% - 20px, 960px); padding-top: 28px; }
  .visual-card, .question-card { padding: 15px; }
  .section-heading, .form-actions { display: block; }
  .status-dot { margin-top: 12px; }
  .form-status { margin-top: 10px; }
}
