/* The lead gate — one calm card in the house style; the assistant waits beneath it. */
.gate{border:1px solid var(--hairline);background:var(--surface-stone);border-radius:var(--radius);padding:30px 32px;margin:0 0 28px}
.gate[hidden]{display:none}
.gate-h{font-family:var(--serif);font-size:24px;font-weight:600;margin:0 0 12px;color:var(--primary)}
.gate-text{font-size:15px;line-height:1.65;color:var(--on-surface-variant, #444);margin:0 0 16px}
.gate-text strong{color:var(--primary)}
.gate-sub{font-size:15px;line-height:1.6;margin:0 0 18px;color:var(--on-surface-variant, #444)}
.gate-agree{margin:0 0 18px}
.gate-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin:0 0 6px}
.gate-grid .field{margin:0}
.gate .btn{margin-top:6px}
.gate-step[hidden]{display:none}
.gated-hidden,[hidden].gated{display:none}
@media (max-width:640px){ .gate{padding:20px 18px;margin-bottom:18px} .gate-h{font-size:21px} .gate-grid{grid-template-columns:1fr} }
.gate-agree-line{font-size:13.5px;line-height:1.55;color:var(--primary);margin:2px 0 14px;font-weight:500}
.gate-agree-line a{color:var(--secondary)}
