:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f6fb;
  color: #172033;
}
body { margin: 0; }
.shell { max-width: 1120px; margin: 0 auto; padding: 40px 20px 64px; }
.hero { background: linear-gradient(135deg, #14213d, #3153a4); color: white; border-radius: 28px; padding: 32px; box-shadow: 0 24px 60px rgba(20, 33, 61, .22); }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: #ffd166; }
h1 { margin: 0 0 12px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 28px 0; }
label { display: grid; gap: 8px; font-weight: 700; }
input, textarea { border: 1px solid #d9dfef; border-radius: 14px; padding: 12px 14px; font: inherit; background: white; color: #172033; }
input:focus, textarea:focus { outline: 3px solid #9dc4ff; border-color: #3153a4; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.cards article { background: white; border: 1px solid #e5e9f5; border-radius: 18px; padding: 18px; box-shadow: 0 12px 30px rgba(23, 32, 51, .07); }
.cards span { display: block; color: #66708a; font-size: .9rem; margin-bottom: 8px; }
.cards strong { font-size: 1.35rem; }
.copy-block, .download-panel, .disclaimer, .limits, .notice { margin-top: 28px; background: white; border: 1px solid #e5e9f5; border-radius: 22px; padding: 24px; }
.download-panel ul { margin: 0; padding-left: 1.2rem; }
.download-panel li { margin: 10px 0; }
.button, .download-panel a { color: #0f3d8a; font-weight: 800; }
.button { display: inline-block; background: #ffd166; color: #172033; border-radius: 999px; padding: 12px 16px; text-decoration: none; border: 0; cursor: pointer; }
.button.secondary { background: #edf3ff; }
textarea { width: 100%; min-height: 94px; box-sizing: border-box; resize: vertical; }
.disclaimer li { margin: 8px 0; }
