.register-section{display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f7f7f7}.register-container{width:100%;max-width:1000px;display:grid;grid-template-columns:1fr 1.5fr;background-color:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0000001a;overflow:hidden}.register-promo-panel{background-color:#f9fafb;color:#1f2937;padding:3rem;display:flex;flex-direction:column}.promo-logo{display:inline-flex;align-items:center;gap:.75rem;color:#1f2937;text-decoration:none;font-size:1.5rem;font-weight:700;margin-bottom:3rem}.promo-logo i{color:#7c3aed}.promo-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#111827}.promo-text{font-size:1rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.promo-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.promo-features li{display:flex;align-items:center;gap:.75rem}.promo-features i{color:#7c3aed}.special-offer{margin-top:auto;padding:1.5rem;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem}.offer-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#a78bfa;margin-bottom:.75rem}.pulse{width:8px;height:8px;background-color:#a78bfa;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 #a78bfa66}70%{box-shadow:0 0 0 10px #a78bfa00}}.special-offer p{color:#ffffffe6;font-size:1rem}.special-offer strong{color:#fff}.promo-security-badge{margin-top:auto;padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;gap:.65rem;font-size:.875rem;color:#9ca3af}.promo-security-badge i{width:16px;height:16px}.register-form-panel{display:flex;align-items:center;justify-content:center;padding:3rem}.form-wrapper{width:100%;max-width:400px}.form-header{text-align:center;margin-bottom:2rem}.form-title{font-size:2rem;font-weight:700;color:#1f2937}.form-subtitle{color:#6b7280;margin-top:.5rem}.form-link{color:#7c3aed;text-decoration:none;font-weight:500}.form-link:hover{text-decoration:underline}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{position:relative}.form-group input{width:100%;padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-group label{position:absolute;top:.8rem;left:1rem;color:#9ca3af;pointer-events:none;transition:all .2s ease}.form-group input:not(:placeholder-shown) + label,.form-group input:focus + label{top:-.6rem;left:.75rem;font-size:.75rem;color:#7c3aed;background-color:#fff;padding:0 .25rem}.form-group.has-error input{border-color:#ef4444}.error-message{color:#ef4444;font-size:.8rem;margin-top:.25rem;display:block}.submit-btn{background:#1f2937;color:#fff;padding:1rem;border-radius:.5rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background-color .3s ease,transform .3s ease;margin-top:.5rem}.submit-btn:hover{background-color:#7c3aed;transform:translateY(-2px)}@media (max-width: 992px){.register-section{min-height:100vh;padding:0}.register-container{grid-template-columns:1fr;min-height:auto;border-radius:0;box-shadow:none}.register-promo-panel{display:none}.register-form-panel{padding:4rem 2rem;min-height:100vh;align-items:center}}@media (max-width: 576px){.form-row{grid-template-columns:1fr}.register-form-panel{padding:3rem 1.5rem}}