.registration-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.registration-modal{background:#fff;border-radius:8px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.15);animation:slideIn .2s ease-out;position:relative}.contact-modal{overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.registration-close-btn{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s ease;z-index:10}.registration-close-btn:hover:not(:disabled){background:#e5e7eb;color:#374151}.registration-close-btn:disabled{opacity:.5;cursor:not-allowed}.registration-content{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.registration-info{background:linear-gradient(135deg,#005bd2,#0066f0);color:#fff;padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.contact-info{overflow:auto;max-height:90vh}.registration-info h2{font-size:1.25rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;color:#fff}.info-text p{font-size:.9rem;line-height:1.6;margin-bottom:1rem;opacity:.95}.info-text p:last-child{margin-bottom:0}.info-text a{color:#fff;text-decoration:underline}.registration-form-section{padding:2.5rem 2rem;background:#fafafa}.contact-form-section{overflow-y:auto;max-height:90vh}.registration-form-section h2{font-size:1.25rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;color:#374151}.registration-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:.85rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.form-input{padding:.5rem;border:1px solid #d1d5db;border-radius:5px;font-size:.9rem;background:#fff;transition:border-color .15s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#005bd2}.form-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form-input.error{border-color:#ef4444}.form-textarea{padding:.5rem;border:1px solid #d1d5db;border-radius:5px;font-size:.9rem;background:#fff;transition:border-color .15s ease;font-family:inherit;resize:vertical;min-height:80px}.form-textarea:focus{outline:none;border-color:#005bd2}.form-textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.error-text{font-size:.75rem;color:#ef4444;margin-top:.25rem}.terms-group{margin:.5rem 0}.terms-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.85rem;line-height:1.4}.terms-checkbox{width:16px;height:16px;margin:.1rem 0 0;flex-shrink:0}.terms-text{color:#6b7280}.terms-link{color:#005bd2;text-decoration:underline}.terms-link:hover{color:#0745a9}.btn-register{background:linear-gradient(135deg,#005bd2,#0066f0);color:#fff;border:none;border-radius:4px;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-register:hover:not(:disabled){background:linear-gradient(135deg,#0745a9,#0052cc)}.btn-register:disabled{background:#9ca3af;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.registration-overlay{padding:.5rem}.registration-modal{max-width:100%;max-height:95vh}.registration-content{grid-template-columns:1fr}.registration-form-section,.registration-info{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:.75rem}.registration-close-btn{top:.75rem;right:.75rem}}@media (max-width:480px){.registration-form-section,.registration-info{padding:1.5rem 1rem}.registration-form-section h2,.registration-info h2{font-size:1.1rem}}