html, body { width: 100%; max-width: 100%; overflow-x: clip; }
body { background-color: #fcf8fb; }
@supports not (overflow-x: clip) {
  html, body { overflow-x: hidden; }
}
.glass-card { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 24px; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24; }
.active-pill { background: rgba(0, 88, 188, 0.08); }
.landing-form input { width: 100%; min-height: 52px; border: 1px solid rgba(27, 27, 29, 0.12); outline: 0; border-radius: 14px; padding: 0 16px; font: inherit; background: #fcf8fb; }
.landing-check { display: flex; gap: 10px; align-items: flex-start; color: #414755; font-size: 14px; line-height: 1.55; }
.landing-check input { width: 16px; min-height: 16px; margin-top: 2px; flex: 0 0 auto; }
.landing-check a { color: #0058bc; text-decoration: underline; text-underline-offset: 3px; }
.landing-reveal { transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); opacity: 0; transform: translateY(30px); }
.landing-reveal-visible { opacity: 1; transform: translateY(0); }
