:root {
  --bg: #0e0b14;
  --surface: #181222;
  --surface-elevated: #15101e;
  --text: #f2f0f7;
  --muted: #8b8499;
  --accent: #9b59ff;
  --border: rgba(255, 255, 255, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Outfit", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.disc { display: inline-block; background: url("/mark.svg") center/contain no-repeat; }
.beta-main { min-height: calc(100vh - 88px); overflow: hidden; }
.beta-wrap { width: min(1100px, calc(100% - 40px)); margin: 0 auto; }
.beta-hero { display: flex; min-height: calc(100vh - 88px); align-items: center; justify-content: center; padding: clamp(56px, 9vw, 110px) 0; }
.beta-content { width: 100%; max-width: 650px; text-align: center; }
h1, h2, h3 { margin: 0; font-family: "Outfit", system-ui, sans-serif; }
.beta-hero h1 { max-width: 720px; font-size: clamp(40px, 4.6vw, 68px); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
.lead { max-width: 610px; margin: 24px auto 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.beta-form, .feedback-form { display: grid; gap: 14px; }
.beta-form { max-width: 540px; margin: 36px auto 0; text-align: left; }
label { display: grid; gap: 8px; color: var(--text); font-weight: 600; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); color: var(--text); padding: 15px 16px; font: inherit; }
input::placeholder, textarea::placeholder { color: #5a5266; }
textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); outline: 2px solid rgba(155, 89, 255, .32); outline-offset: 2px; }
.check { grid-template-columns: 20px 1fr; align-items: start; gap: 11px; color: var(--muted); font-size: 14px; font-weight: 400; line-height: 1.5; }
.check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); }
.hp { position: absolute; left: -9999px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 28px; border: 0; border-radius: 999px; background: var(--accent); box-shadow: 0 10px 28px rgba(155, 89, 255, .28); color: #fff; cursor: pointer; font: 700 17px/1 "Outfit", sans-serif; text-decoration: none; transition: transform 120ms ease, background 120ms ease, box-shadow 120ms ease; }
.button:hover { background: #a66dff; box-shadow: 0 14px 34px rgba(155, 89, 255, .36); transform: translateY(-1px); }
.button:active { transform: scale(.97); }
.button:focus-visible { outline: 3px solid #c8a8ff; outline-offset: 4px; }
.button:disabled, .button[aria-disabled="true"] { opacity: .55; cursor: not-allowed; box-shadow: none; transform: none; }
.form-status { min-height: 24px; margin: 0; color: #c8a8ff; font-size: 14px; text-align: center; }
.form-status.error { color: #fca5a5; }
.fine { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; text-align: center; }
.fine a { text-underline-offset: 3px; }

.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--accent); font-size: 14px; font-weight: 700; }
.start-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; padding: 60px 0 100px; }
.start-grid h1 { font-size: clamp(44px, 6vw, 70px); line-height: 1; letter-spacing: -.045em; }
.start-grid h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -.035em; }
.start-grid p { color: var(--muted); line-height: 1.65; }
.start-grid .lead { margin-left: 0; }
.card { padding: 24px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); }
.checklist { margin: 24px 0; padding-left: 22px; color: var(--muted); line-height: 1.9; }
.notice { padding: 14px; border: 1px solid rgba(240, 192, 64, .35); border-radius: 14px; background: rgba(240, 192, 64, .08); color: #f6d67c !important; }
.missing { margin-top: 18px; color: #fca5a5 !important; }
.feedback-form { margin-top: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

@media (max-width: 760px) {
  .beta-wrap { width: min(100% - 28px, 620px); }
  .beta-hero { min-height: auto; padding: 70px 0 82px; }
  .beta-hero h1 { font-size: clamp(28px, 8.4vw, 42px); line-height: 1.12; }
  .start-grid { grid-template-columns: 1fr; padding-top: 40px; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
