:root {
  color-scheme: light;
  --ink: #16202a;
  --muted: #5f6b77;
  --brand: #174f67;
  --accent: #d88a2d;
  --soft: #f4f7fa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: radial-gradient(circle at 20% 20%, #fff6e9 0, transparent 32%), linear-gradient(135deg, #f8fbfd, #eaf1f5); }
.coming-soon { min-height: 100vh; display: grid; place-items: center; padding: 28px; }
.card { width: min(760px, 100%); padding: clamp(34px, 7vw, 72px); border: 1px solid rgba(23,79,103,.16); border-radius: 32px; background: rgba(255,255,255,.86); box-shadow: 0 28px 80px rgba(23,79,103,.14); }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-weight: 850; letter-spacing: .13em; text-transform: uppercase; font-size: .82rem; }
h1 { margin: 0 0 20px; color: var(--brand); font-size: clamp(3rem, 10vw, 7rem); line-height: .9; letter-spacing: -.07em; }
.lead { max-width: 620px; margin: 0; color: var(--ink); font-size: clamp(1.25rem, 2.6vw, 1.7rem); line-height: 1.35; }
.support { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 1rem; }
