*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--red:#E52222;--red-dark:#C41B1B;--red-light:#FF4444;--dark:#1a1a1a;--darker:#111111;--white:#ffffff;--gray:#b0b0b0;--card-bg:#242424}body{font-family:Nunito,sans-serif;background:var(--darker);color:rgba(255,255,255,.85);line-height:1.8}.top-bar{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:1rem}.top-bar img{width:36px;height:36px}.top-bar a{color:var(--gray);text-decoration:none;font-weight:700;font-size:.95rem;transition:color .2s}.top-bar a:hover{color:var(--white)}.container{max-width:620px;margin:0 auto;padding:3rem 1.5rem 5rem}h1{font-size:2.2rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.subtitle{color:var(--gray);font-size:1.05rem;margin-bottom:2.5rem}.accent{color:var(--red)}.info-box{background:rgba(229,34,34,.08);border:1px solid rgba(229,34,34,.25);border-radius:12px;padding:1.2rem 1.5rem;margin-bottom:2.5rem;font-size:.92rem;color:rgba(255,255,255,.75);line-height:1.7}.info-box strong{color:var(--red-light)}.form-group{margin-bottom:1.5rem}label{display:block;font-weight:700;font-size:.95rem;color:var(--white);margin-bottom:.4rem}label .required{color:var(--red);margin-left:2px}label .optional{color:var(--gray);font-weight:400;font-size:.85rem}input[type=email],input[type=text],select,textarea{width:100%;padding:.85rem 1rem;border-radius:12px;border:2px solid rgba(255,255,255,.1);background:var(--card-bg);color:var(--white);font-family:Nunito,sans-serif;font-size:.95rem;transition:border-color .25s ease,box-shadow .25s ease;outline:0}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(229,34,34,.15)}input::placeholder,textarea::placeholder{color:rgba(255,255,255,.25)}textarea{resize:vertical;min-height:100px}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23b0b0b0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}select option{background:var(--dark);color:var(--white)}.hint{font-size:.82rem;color:var(--gray);margin-top:.3rem}.checkbox-group{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:2rem}.checkbox-group input[type=checkbox]{appearance:none;width:22px;height:22px;min-width:22px;border:2px solid rgba(255,255,255,.15);border-radius:6px;background:var(--card-bg);cursor:pointer;margin-top:.15rem;transition:all .2s ease;position:relative}.checkbox-group input[type=checkbox]:checked{background:var(--red);border-color:var(--red)}.checkbox-group input[type=checkbox]:checked::after{content:'';position:absolute;top:3px;left:6px;width:5px;height:10px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.checkbox-group label{font-weight:400;font-size:.9rem;color:rgba(255,255,255,.7);cursor:pointer}.checkbox-group label a{color:var(--red)}.btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 2rem;border-radius:50px;font-family:Nunito,sans-serif;font-weight:700;font-size:1.05rem;border:none;cursor:pointer;transition:all .25s ease;background:var(--red);color:var(--white);box-shadow:0 4px 20px rgba(229,34,34,.4)}.btn-submit:hover{background:var(--red-light);transform:translateY(-2px);box-shadow:0 6px 28px rgba(229,34,34,.5)}.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.form-state{display:none;text-align:center;padding:3rem 1rem}.form-state.active{display:block}.form-state .icon{font-size:3.5rem;margin-bottom:1rem;display:block}.form-state h2{font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.form-state p{color:var(--gray);font-size:1rem;max-width:420px;margin:0 auto}.form-state .back-link{display:inline-block;margin-top:1.5rem;color:var(--red);text-decoration:none;font-weight:700;transition:opacity .2s}.form-state .back-link:hover{opacity:.8}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.field-error{color:var(--red-light);font-size:.82rem;margin-top:.3rem;display:none}.field-error.visible{display:block}input.error,select.error{border-color:var(--red)}footer{border-top:1px solid rgba(255,255,255,.06);padding:2rem 1.5rem;text-align:center}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{width:40px;height:40px}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--gray);text-decoration:none;font-size:.9rem;font-weight:600;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-copy{color:rgba(255,255,255,.3);font-size:.8rem}