.ex-main{flex-direction:column;min-height:100vh;display:flex}.ex-wrap{flex:1;justify-content:center;align-items:flex-start;padding-top:56px;padding-bottom:80px;display:flex}.ex-card{width:100%;max-width:620px;padding:40px}.ex-head{margin-bottom:28px}.ex-head h1{letter-spacing:-1px;margin-bottom:12px;font-size:2rem}.ex-head p{color:var(--muted);max-width:52ch;font-size:1rem;line-height:1.55}.ex-form{flex-direction:column;gap:20px;display:flex}.ex-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ex-field{flex-direction:column;gap:6px;display:flex}.ex-label{letter-spacing:.6px;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:700}.ex-req{color:var(--blue)}.ex-input{border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;color:var(--ink);background:#fff;outline:none;padding:12px 14px;font-family:inherit;font-size:1rem;line-height:1.4;transition:border-color .18s,box-shadow .18s}.ex-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563c91f}.ex-input::placeholder{color:#9aa8bd}.ex-textarea{resize:vertical;min-height:88px;line-height:1.5}.ex-hint{color:var(--grey-blue);font-size:.78125rem;line-height:1.4}.ex-count{align-self:flex-end}.ex-terms{cursor:pointer;color:var(--ink);align-items:flex-start;gap:11px;font-size:.875rem;line-height:1.5;display:flex}.ex-terms input{width:18px;height:18px;accent-color:var(--blue);cursor:pointer;flex-shrink:0;margin-top:3px}.ex-terms a{color:var(--blue);text-underline-offset:2px;text-decoration:underline}.ex-terms a:hover{color:var(--blue-hover)}.ex-error{color:#c4332a;border-radius:var(--radius-sm);background:#fff5f5;border:1px solid #c4332a47;padding:10px 14px;font-size:.875rem;line-height:1.45}.ex-submit{width:100%;margin-top:4px}.ex-confirm{text-align:center;padding:48px 40px}.ex-confirm-tick{background:var(--green-bg);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 22px;display:flex}.ex-confirm-tick svg{fill:none;width:28px;height:28px;stroke:var(--green-fg);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.ex-confirm h1{letter-spacing:-1px;margin-bottom:12px;font-size:1.875rem}.ex-confirm p{color:var(--muted);max-width:44ch;margin:0 auto 28px;font-size:1rem;line-height:1.55}.ex-confirm-cta{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:620px){.ex-card{padding:28px 22px}.ex-row{grid-template-columns:1fr}.ex-head h1{font-size:1.6875rem}.ex-confirm{padding:36px 22px}.ex-confirm-cta .btn{width:100%}}@media (prefers-reduced-motion:reduce){.ex-input{transition:none}}
