.wh-btn--loading{position:relative;pointer-events:none}.wh-btn--loading::after{content:'';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:wh-spin .6s linear infinite}@keyframes wh-spin{to{transform:translateY(-50%) rotate(360deg)}}.wh-form-step{animation:wh-fadeIn .3s ease}@keyframes wh-fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.grecaptcha-badge{visibility:hidden!important}.wh-recaptcha-notice{margin-top:var(--space-4);font-size:var(--text-xs, .75rem);color:var(--gray-400,#9ca3af);line-height:1.4}.wh-recaptcha-notice a{color:inherit;text-decoration:underline}.wh-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:var(--text-sm, .875rem);line-height:1.5}.wh-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.wh-checkbox__mark{flex-shrink:0;width:18px;height:18px;border:2px solid var(--gray-300,#d1d5db);border-radius:4px;margin-top:2px;transition:all .15s ease;position:relative}.wh-checkbox input[type=checkbox]:checked+.wh-checkbox__mark{background-color:var(--brand-blue,#1e40af);border-color:var(--brand-blue,#1e40af)}.wh-checkbox input[type=checkbox]:checked+.wh-checkbox__mark::after{content:'';position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.wh-checkbox input[type=checkbox]:focus-visible+.wh-checkbox__mark{box-shadow:0 0 0 3px rgba(30,64,175,.2)}.wh-checkbox__label{color:var(--text-secondary,#6b7280)}.wh-checkbox__label a{color:var(--brand-blue,#1e40af);text-decoration:underline}.wh-checkbox__label a:hover{color:var(--blue-800,#1e3a8a)}