.contact-section{background-color:#f7f9fc;background-image:radial-gradient(at 70% 10%,#635bff17 0%,#0000 55%),radial-gradient(at 20% 80%,#635bff0d 0%,#0000 45%);min-height:100vh;padding-top:5rem}.contact-container{max-width:640px;margin:0 auto;padding:80px 40px}.contact-heading{letter-spacing:-.03em;color:#0f172a;margin-bottom:2.5rem;font-size:2.5rem;font-weight:700;line-height:1.15}.contact-form{background:#fff;border:1px solid #dde3ea;border-radius:14px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.contact-form .form-row{gap:1rem;display:flex}.contact-form .form-row .form-group{flex:1}.contact-form .form-group{margin-bottom:1.25rem}.contact-form .form-group>label{color:#334155;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.label-optional{color:#94a3b8;margin-left:.5rem;font-size:.85em;font-weight:400}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{box-sizing:border-box;background:#fff;border:1px solid #dde3ea;border-radius:8px;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.contact-form input[type=text]:focus,.contact-form input[type=email]:focus,.contact-form textarea:focus{border-color:#635bff;outline:none;box-shadow:0 0 0 3px #635bff14}.contact-form textarea{resize:vertical;min-height:100px}.form-checkboxes{gap:.75rem;display:flex}.form-checkbox{cursor:pointer;border:1px solid #dde3ea;border-radius:8px;flex:1;align-items:center;gap:.5rem;margin:0;padding:.6rem 1rem;transition:border-color .15s,background .15s;display:flex}.form-checkbox:hover{border-color:#c5ccd6}.form-checkbox input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.form-checkbox-box{color:#0000;border:1.5px solid #cbd5e1;border-radius:4px;justify-content:center;align-items:center;width:16px;min-width:16px;height:16px;transition:background .15s,border-color .15s;display:flex}.form-checkbox-box svg{width:10px;height:10px}.form-checkbox input[type=checkbox]:checked~.form-checkbox-box{color:#fff;background:#635bff;border-color:#635bff}.form-checkbox input[type=checkbox]:checked~.form-checkbox-label{color:#0f172a}.form-checkbox input[type=checkbox]:focus-visible~.form-checkbox-box{box-shadow:0 0 0 3px #635bff14}.form-checkbox:has(input[type=checkbox]:checked){background:#635bff08;border-color:#635bff}.form-checkbox-label{color:#64748b;font-size:.875rem;font-weight:500;transition:color .15s}.form-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:.75rem;padding:.6rem .9rem;font-size:.875rem}.form-button-container{align-items:center;margin-top:.5rem;display:flex}.cta-button.btn-loading{opacity:.85;cursor:default;position:relative}.btn-label{align-items:center;gap:.2rem;display:inline-flex}.btn-loading .btn-label{opacity:0}.btn-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin:auto;animation:.65s linear infinite btn-spin;position:absolute;inset:0}@keyframes btn-spin{to{transform:rotate(360deg)}}.form-success-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:4rem 2rem;animation:.35s both success-fade-in;display:flex}@keyframes success-fade-in{0%{opacity:0}to{opacity:1}}.success-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;display:flex;position:relative}.success-icon-bg{background:#635bff14;border-radius:50%;animation:.45s cubic-bezier(.34,1.56,.64,1) 50ms both icon-bg-pop;position:absolute;inset:0}@keyframes icon-bg-pop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-ring{pointer-events:none;border:1.5px solid #635bff73;border-radius:50%;position:absolute;inset:0}.success-ring-1{animation:1.1s cubic-bezier(.2,.6,.4,1) .25s both ring-expand}.success-ring-2{animation:1.1s cubic-bezier(.2,.6,.4,1) .55s both ring-expand}@keyframes ring-expand{0%{opacity:0;transform:scale(.6)}15%{opacity:.7}to{opacity:0;transform:scale(2.4)}}.success-svg{z-index:1;width:88px;height:88px;position:relative}.success-circle{stroke-dasharray:226.2;stroke-dashoffset:226.2px;transform-origin:50%;animation:.6s cubic-bezier(.4,0,.2,1) .15s forwards draw-circle;transform:rotate(-90deg)}@keyframes draw-circle{to{stroke-dashoffset:0}}.success-check{stroke-dasharray:60;stroke-dashoffset:60px;animation:.35s cubic-bezier(.4,0,.2,1) .7s forwards draw-check}@keyframes draw-check{to{stroke-dashoffset:0}}.success-text{flex-direction:column;gap:.5rem;display:flex}.success-heading{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:1.6rem;font-weight:700;animation:.45s .9s both fade-up}.success-subtext{color:#64748b;margin:0;font-size:.95rem;font-weight:400;animation:.45s 1.05s both fade-up}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-container{padding:60px 16px}.contact-heading{font-size:2rem}.contact-form{padding:2rem}.contact-form .form-row{flex-direction:column;gap:0}}
