.ct-form-section{background:var(--color-white);padding:80px 24px}.ct-form-inner{max-width:960px;margin:0 auto}.ct-two-col{display:grid;grid-template-columns:45% 55%;gap:56px;align-items:start}.ct-info h2{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.01em}.ct-info h2:nth-of-type(2){margin-top:32px}.ct-info>p{font-size:.92rem;color:var(--text-secondary);line-height:1.7}.ct-reasons{list-style:none;padding:0;margin:0}.ct-reasons li{font-size:.92rem;color:var(--text-secondary);line-height:1.7;padding:6px 0 6px 24px;position:relative}.ct-reasons li:before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%;background:var(--color-gold-light)}.ct-divider{border:none;border-top:1px solid var(--color-stone-200);margin:28px 0}.ct-support-note{font-size:.82rem;color:var(--text-muted);line-height:1.6}.ct-support-note a{color:var(--color-gold-text);text-decoration:none;font-weight:600;transition:color .2s ease}.ct-support-note a:hover{color:var(--color-gold-text-hover)}.ct-trust-badge{display:flex;align-items:center;gap:8px;margin-top:24px;padding:12px 16px;background:var(--color-gold-soft);border:1px solid rgba(201,160,0,.15);border-radius:8px}.ct-trust-badge svg{flex-shrink:0;color:var(--color-gold-text)}.ct-trust-badge span{font-size:.82rem;font-weight:500;color:var(--text-secondary)}.ct-form{display:flex;flex-direction:column;gap:20px}.ct-field{display:flex;flex-direction:column;gap:6px}.ct-field label{font-size:.85rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px}.ct-required{color:var(--color-error);font-weight:700}.ct-optional{font-size:.75rem;font-weight:400;color:var(--text-muted)}.ct-field-error{margin:6px 0 0;font-size:.8125rem;color:var(--color-error-deep)}[data-theme=dark] .ct-field-error{color:var(--color-error-mid)}.ct-field input,.ct-field textarea{font-size:.92rem;color:var(--text-primary);background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:8px;padding:12px 16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.ct-field input::placeholder,.ct-field textarea::placeholder{color:var(--text-faint)}.ct-field input:focus,.ct-field textarea:focus{border-color:var(--color-gold);box-shadow:0 0 0 3px #c9a0001a}.ct-field textarea{resize:vertical;min-height:120px}.ct-submit{position:relative;display:inline-flex;align-items:center;justify-content:center;align-self:center;padding:0;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none;transform:translateY(0);transition:transform .25s cubic-bezier(.34,1.56,.64,1),filter .25s ease}.ct-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.ct-submit:disabled:hover{transform:none}.ct-submit:disabled:hover .ct-submit-face{box-shadow:0 4px 0 0 var(--color-gold-deep),0 8px 16px #fee26559}.ct-submit-face{position:relative;display:flex;align-items:center;justify-content:center;padding:15px 40px;background:linear-gradient(180deg,var(--color-gold-bright) 0%,var(--color-gold-light) 100%);color:var(--color-gold-olive);font-size:.95rem;font-weight:600;letter-spacing:.01em;line-height:1;border-radius:50px;box-shadow:0 4px 0 0 var(--color-gold-deep),0 8px 16px #fee26559;transition:box-shadow .25s cubic-bezier(.34,1.56,.64,1)}.ct-submit-label{position:relative;z-index:2}.ct-submit:hover{transform:translateY(-3px)}.ct-submit:hover .ct-submit-face{box-shadow:0 7px 0 0 var(--color-gold-deep),0 14px 28px #fee2658c}.ct-submit:active{transform:translateY(2px);transition-duration:.06s;transition-timing-function:ease-out}.ct-submit:active .ct-submit-face{box-shadow:0 1px 0 0 var(--color-gold-deep),0 2px 6px #fee26559;transition-duration:.06s}.ct-submit:focus-visible .ct-submit-face{outline:2px solid var(--color-gold-deep);outline-offset:3px}.ct-trial-note{font-size:.82rem;color:var(--text-muted);text-align:center;margin-top:16px}.ct-trial-note a{color:var(--color-gold-text);text-decoration:none;font-weight:600;transition:color .2s ease}.ct-trial-note a:hover{color:var(--color-gold-text-hover)}[data-theme=dark] .ct-trial-note a{color:var(--color-gold-light)}.ct-status{font-size:.95rem;line-height:1.6;padding:16px 20px;border-radius:8px;margin-top:4px}.ct-status--success{background:var(--color-success-pale);color:var(--color-success);border:1px solid var(--color-success-wash)}.ct-status--error{background:var(--color-error-wash);color:var(--color-error-darker);border:1px solid var(--color-error-pale)}.ct-status--error a{color:var(--color-error-darker);font-weight:600;text-decoration:underline}@media(max-width:680px){.ct-two-col{grid-template-columns:1fr;gap:40px}.ct-submit{align-self:stretch}.ct-submit-face{width:100%}}[data-theme=dark] .ct-form-section{background:var(--color-stone-850)}[data-theme=dark] .ct-divider{border-top-color:var(--color-stone-800)}[data-theme=dark] .ct-support-note a{color:var(--color-gold-light)}[data-theme=dark] .ct-support-note a:hover{color:var(--color-gold-text)}[data-theme=dark] .ct-trust-badge{background:#fee2650d;border-color:#e6c8001f}[data-theme=dark] .ct-field input,[data-theme=dark] .ct-field textarea{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .ct-field input::placeholder,[data-theme=dark] .ct-field textarea::placeholder{color:var(--text-faint)}[data-theme=dark] .ct-field input:focus,[data-theme=dark] .ct-field textarea:focus{border-color:var(--color-gold-light);box-shadow:0 0 0 3px #e6c8001a}[data-theme=dark] .ct-status--success{background:#052e16;color:var(--color-success-wash);border-color:var(--color-success)}[data-theme=dark] .ct-status--error{background:#450a0a;color:var(--color-error-pale);border-color:var(--color-error-darker)}[data-theme=dark] .ct-status--error a{color:var(--color-error-pale)}@media(prefers-reduced-motion:reduce){.ct-submit,.ct-submit-face{transition-duration:.01s}}
