.form-tab{transition:color .3s ease}.form-tab.active{color:var(--color-secondary)}.form-tab-indicator{transition:opacity .3s ease}.form-tab.active .form-tab-indicator{opacity:1!important}.form-panel input,.form-panel select,.form-panel textarea{transition:border-color .3s ease,box-shadow .3s ease}.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus{box-shadow:0 4px 64px #0000000f,0 0 0 3px #f5831e1a}.form-panel select{background-image:none}.bg-\[\#FFFBF8\]{transition:box-shadow .3s ease}.bg-\[\#FFFBF8\]:hover{box-shadow:0 6px 80px #0000001f}.absolute.left-3.bottom-3{transition:transform .3s ease,box-shadow .3s ease}.absolute.left-3.bottom-3:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00000026}.thank-you-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.thank-you-modal.active{opacity:1;visibility:visible}.thank-you-backdrop{position:absolute;inset:0;background:linear-gradient(135deg,#163460d9,#163460f2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.thank-you-modal.active .thank-you-backdrop{animation:backdropFadeIn .5s ease forwards}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.thank-you-content{position:relative;background:linear-gradient(165deg,#fff,#fffbf8,#fff7f0);border-radius:2rem;padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center;box-shadow:0 25px 80px -20px #0006,0 0 0 1px #f5831e1a,inset 0 1px #fffc;transform:scale(.8) translateY(30px);opacity:0;overflow:hidden}.thank-you-modal.active .thank-you-content{animation:contentSlideIn .6s cubic-bezier(.34,1.56,.64,1) .1s forwards}@keyframes contentSlideIn{to{transform:scale(1) translateY(0);opacity:1}}.thank-you-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(245,131,30,.08) 0%,transparent 50%);pointer-events:none;animation:glowPulse 4s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.thank-you-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.thank-you-particles span{position:absolute;width:8px;height:8px;border-radius:50%;opacity:0}.thank-you-modal.active .thank-you-particles span{animation:particleFloat 2s ease-out forwards}.thank-you-particles span:nth-child(1){left:10%;top:20%;background:#f5831e;animation-delay:.2s}.thank-you-particles span:nth-child(2){left:20%;top:80%;background:#163460;animation-delay:.3s}.thank-you-particles span:nth-child(3){left:80%;top:30%;background:#f5831e;animation-delay:.4s}.thank-you-particles span:nth-child(4){left:70%;top:70%;background:#ffd4a8;animation-delay:.5s}.thank-you-particles span:nth-child(5){left:50%;top:10%;background:#163460;animation-delay:.6s}.thank-you-particles span:nth-child(6){left:30%;top:50%;background:#f5831e;width:6px;height:6px;animation-delay:.35s}.thank-you-particles span:nth-child(7){left:90%;top:50%;background:#ffd4a8;width:5px;height:5px;animation-delay:.45s}.thank-you-particles span:nth-child(8){left:5%;top:60%;background:#163460;width:6px;height:6px;animation-delay:.55s}.thank-you-particles span:nth-child(9){left:60%;top:90%;background:#f5831e;width:7px;height:7px;animation-delay:.25s}.thank-you-particles span:nth-child(10){left:40%;top:30%;background:#ffd4a8;width:5px;height:5px;animation-delay:.65s}.thank-you-particles span:nth-child(11){left:85%;top:15%;background:#163460;width:6px;height:6px;animation-delay:.4s}.thank-you-particles span:nth-child(12){left:15%;top:40%;background:#f5831e;width:4px;height:4px;animation-delay:.5s}@keyframes particleFloat{0%{opacity:0;transform:translateY(20px) scale(0)}20%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-60px) scale(.5)}}.thank-you-icon{position:relative;width:100px;height:100px;margin:0 auto 1.5rem}.checkmark{width:100px;height:100px;position:relative;z-index:2}.checkmark-circle{stroke:#f5831e;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;stroke-linecap:round}.thank-you-modal.active .checkmark-circle{animation:circleStroke .6s cubic-bezier(.65,0,.45,1) .3s forwards}@keyframes circleStroke{to{stroke-dashoffset:0}}.checkmark-check{stroke:#f5831e;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48}.thank-you-modal.active .checkmark-check{animation:checkStroke .4s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes checkStroke{to{stroke-dashoffset:0}}.icon-rings{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.ring{position:absolute;border:2px solid rgba(245,131,30,.3);border-radius:50%;opacity:0}.ring-1{width:120px;height:120px}.ring-2{width:150px;height:150px}.ring-3{width:180px;height:180px}.thank-you-modal.active .ring-1{animation:ringPulse 1.5s ease-out .9s forwards}.thank-you-modal.active .ring-2{animation:ringPulse 1.5s ease-out 1.1s forwards}.thank-you-modal.active .ring-3{animation:ringPulse 1.5s ease-out 1.3s forwards}@keyframes ringPulse{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}.thank-you-title{font-family:PP Neue Montreal,sans-serif;font-size:2.5rem;font-weight:700;color:#163460;margin-bottom:.5rem;line-height:1.2}.thank-you-title span{display:inline-block;opacity:0;transform:translateY(20px)}.thank-you-modal.active .thank-you-title span:nth-child(1){animation:textReveal .5s cubic-bezier(.34,1.56,.64,1) 1s forwards}.thank-you-modal.active .thank-you-title span:nth-child(2){animation:textReveal .5s cubic-bezier(.34,1.56,.64,1) 1.1s forwards;color:#f5831e}@keyframes textReveal{to{opacity:1;transform:translateY(0)}}.thank-you-subtitle{font-family:Raleway,sans-serif;font-size:1.125rem;font-weight:600;color:#f5831e;margin-bottom:1rem;opacity:0;transform:translateY(15px)}.thank-you-modal.active .thank-you-subtitle{animation:textReveal .5s ease-out 1.2s forwards}.thank-you-message{font-family:PP Neue Montreal,sans-serif;font-size:1rem;color:#163460b3;line-height:1.6;margin-bottom:2rem;opacity:0;transform:translateY(15px)}.thank-you-modal.active .thank-you-message{animation:textReveal .5s ease-out 1.35s forwards}.thank-you-message .highlight{display:inline-block;margin-top:.5rem;font-weight:600;color:#163460}.thank-you-close{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#f5831e,#e06b0a);color:#fff;font-family:PP Neue Montreal,sans-serif;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;opacity:0;transform:translateY(15px);transition:all .3s ease;box-shadow:0 4px 20px #f5831e59,0 2px 8px #0000001a}.thank-you-modal.active .thank-you-close{animation:textReveal .5s ease-out 1.5s forwards}.thank-you-close:hover{transform:translateY(-2px)!important;box-shadow:0 8px 30px #f5831e73,0 4px 12px #00000026}.thank-you-close:active{transform:translateY(0)!important}.close-arrow{transition:transform .3s ease}.thank-you-close:hover .close-arrow{transform:translate(4px)}.corner-accent{position:absolute;width:60px;height:60px;pointer-events:none}.corner-tl{top:0;left:0;border-top:3px solid rgba(245,131,30,.2);border-left:3px solid rgba(245,131,30,.2);border-top-left-radius:2rem}.corner-br{bottom:0;right:0;border-bottom:3px solid rgba(22,52,96,.1);border-right:3px solid rgba(22,52,96,.1);border-bottom-right-radius:2rem}@media (max-width: 640px){.thank-you-content{padding:2.5rem 1.5rem;border-radius:1.5rem}.thank-you-icon,.checkmark{width:80px;height:80px}.ring-1{width:100px;height:100px}.ring-2{width:125px;height:125px}.ring-3{width:150px;height:150px}.thank-you-title{font-size:2rem}.thank-you-subtitle{font-size:1rem}.thank-you-message{font-size:.9rem}.corner-accent{width:40px;height:40px}.corner-tl{border-top-left-radius:1.5rem}.corner-br{border-bottom-right-radius:1.5rem}}
