/* ============ REGISTER PAGE STYLES ============ */
.register-body {
  font-family: 'Poppins', sans-serif;
  background: var(--dark-bg, #0A0A1A);
  color: var(--text-primary, #FFFFFF);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* Background Elements */
.register-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bg-shapes .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
}

.shape-1 {
  width: 700px;
  height: 700px;
  background: #7C5CFC;
  top: -300px;
  left: -200px;
  animation: shapeFloat 20s ease-in-out infinite;
}

.shape-2 {
  width: 500px;
  height: 500px;
  background: #00D4FF;
  bottom: -200px;
  right: -150px;
  animation: shapeFloat 18s ease-in-out infinite reverse;
}

.shape-3 {
  width: 350px;
  height: 350px;
  background: #FFD700;
  top: 60%;
  left: 60%;
  animation: shapePulse 10s ease-in-out infinite;
}

.shape-4 {
  width: 250px;
  height: 250px;
  background: #00D68F;
  top: 30%;
  right: 25%;
  animation: shapeFloat 14s ease-in-out infinite 3s;
}

.bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(124, 92, 252, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 92, 252, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}

.bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.06;
}

.glow-1 {
  width: 600px;
  height: 600px;
  background: #7C5CFC;
  top: 5%;
  right: -100px;
  animation: glowFloat 12s ease-in-out infinite;
}

.glow-2 {
  width: 500px;
  height: 500px;
  background: #00D4FF;
  bottom: 10%;
  left: -100px;
  animation: glowFloat 14s ease-in-out infinite reverse;
}

.glow-3 {
  width: 400px;
  height: 400px;
  background: #FFD700;
  top: 50%;
  left: 40%;
  animation: glowFloat 10s ease-in-out infinite 2s;
}

/* ============ REGISTER CONTAINER ============ */
.register-container {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.register-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 750px;
  background: rgba(18, 18, 42, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(124, 92, 252, 0.2);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  animation: containerEntry 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============ BRANDING SIDE ============ */
.register-branding {
  flex: 1;
  background: linear-gradient(160deg, rgba(124, 92, 252, 0.18), rgba(0, 212, 255, 0.06));
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.register-branding::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -20%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle at 25% 40%, rgba(124, 92, 252, 0.12), transparent 60%);
  pointer-events: none;
}

.branding-content {
  position: relative;
  z-index: 1;
}

/* Logo */
.branding-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 40px;
}

.logo-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background: var(--gradient-1, linear-gradient(135deg, #7C5CFC, #00D4FF));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: logoFloat 3s ease-in-out infinite;
}

.logo-text {
  font-size: 26px;
  font-weight: 700;
  color: white;
  position: relative;
  z-index: 2;
}

.logo-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--gradient-1);
  border-radius: 14px;
  animation: logoPulse 2s ease-in-out infinite;
}

.brand-name {
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.brand-name span {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Branding Text */
.branding-text {
  margin-bottom: 35px;
}

.branding-text h1 {
  font-size: 34px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.branding-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

/* Benefits */
.branding-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 35px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.benefit-icon {
  width: 42px;
  height: 42px;
  background: rgba(124, 92, 252, 0.2);
  border: 1px solid rgba(124, 92, 252, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--primary, #7C5CFC);
  flex-shrink: 0;
}

.benefit-text h4 {
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

.benefit-text p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

/* Testimonial */
.branding-testimonial {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 22px;
  position: relative;
}

.testimonial-quote {
  font-size: 24px;
  color: rgba(124, 92, 252, 0.4);
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 15px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar {
  width: 38px;
  height: 38px;
  background: var(--gradient-1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
}

.author-info h5 {
  font-size: 13px;
  font-weight: 600;
  color: white;
}

.author-info span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/* Trust Badges */
.branding-trust {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.trust-item i {
  color: #00D68F;
  font-size: 10px;
}

/* ============ FORM SECTION ============ */
.register-form-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  overflow-y: auto;
}

.form-container {
  width: 100%;
  max-width: 460px;
}

/* Step Indicator */
.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 30px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(26, 26, 62, 0.8);
  border: 2px solid rgba(124, 92, 252, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted, #6B6B8A);
  transition: all 0.4s ease;
}

.step.active .step-number {
  background: var(--gradient-1);
  border-color: transparent;
  color: white;
  box-shadow: 0 0 20px rgba(124, 92, 252, 0.4);
}

.step.completed .step-number {
  background: #00D68F;
  border-color: transparent;
  color: white;
}

.step-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted, #6B6B8A);
  transition: color 0.4s ease;
}

.step.active .step-label {
  color: var(--primary, #7C5CFC);
}

.step.completed .step-label {
  color: #00D68F;
}

.step-line {
  width: 50px;
  height: 2px;
  background: rgba(124, 92, 252, 0.15);
  margin: 0 8px;
  margin-bottom: 22px;
  transition: background 0.4s ease;
}

.step-line.completed {
  background: #00D68F;
}

/* Form Header */
.form-header {
  text-align: center;
  margin-bottom: 25px;
}

.form-header h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-primary, #FFFFFF);
  margin-bottom: 6px;
}

.form-header p {
  font-size: 14px;
  color: var(--text-secondary, #B4B4D0);
}

/* Social Register */
.social-register {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.social-btn {
  flex: 1;
  padding: 12px;
  background: var(--dark-card, #1A1A3E);
  border: 1px solid rgba(124, 92, 252, 0.2);
  border-radius: 12px;
  color: var(--text-primary, #FFFFFF);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.social-btn:hover {
  border-color: var(--primary);
  background: rgba(124, 92, 252, 0.1);
  transform: translateY(-2px);
}

.social-btn i {
  font-size: 16px;
}

.google-btn i {
  color: #EA4335;
}

.apple-btn i {
  color: #FFFFFF;
}

/* Divider */
.form-divider {
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}

.form-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(124, 92, 252, 0.15);
}

.form-divider span {
  background: var(--dark-surface, #12122A);
  padding: 0 15px;
  position: relative;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Form Steps */
.register-form {
  display: flex;
  flex-direction: column;
}

.form-step {
  display: none;
  flex-direction: column;
  gap: 18px;
  animation: fadeSlideIn 0.5s ease;
}

.form-step.active {
  display: flex;
}

/* Form Groups */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
}

.form-label i {
  font-size: 12px;
  color: var(--primary);
}

.input-wrapper {
  position: relative;
}

.form-input {
  width: 100%;
  padding: 13px 42px;
  background: rgba(26, 26, 62, 0.5);
  border: 2px solid rgba(124, 92, 252, 0.15);
  border-radius: 12px;
  color: var(--text-primary);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  outline: none;
}

.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 20px rgba(124, 92, 252, 0.12);
  background: rgba(124, 92, 252, 0.05);
}

.form-input.error {
  border-color: #FF3D71;
  box-shadow: 0 0 15px rgba(255, 61, 113, 0.1);
}

.form-input.valid {
  border-color: #00D68F;
}

.form-input::placeholder {
  color: var(--text-muted);
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--text-muted);
  pointer-events: none;
  transition: color 0.3s ease;
}

.form-input:focus~.input-icon {
  color: var(--primary);
}

/* Phone Input */
.phone-input-wrapper {
  display: flex;
  gap: 0;
}

.country-code {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: rgba(26, 26, 62, 0.5);
  border: 2px solid rgba(124, 92, 252, 0.15);
  border-right: none;
  border-radius: 12px 0 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.country-code i {
  font-size: 10px;
  color: var(--text-muted);
}

.phone-input {
  border-radius: 0 12px 12px 0;
}

/* Toggle Password */
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 15px;
  cursor: pointer;
  padding: 6px;
  transition: color 0.3s ease;
}

.toggle-password:hover {
  color: var(--text-primary);
}

/* Password Strength */
.password-strength {
  margin-top: 6px;
}

.strength-bar {
  height: 4px;
  background: rgba(124, 92, 252, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}

.strength-fill {
  height: 100%;
  border-radius: 2px;
  transition: all 0.4s ease;
  width: 0%;
}

.strength-fill.weak {
  width: 25%;
  background: #FF3D71;
}

.strength-fill.fair {
  width: 50%;
  background: #FFD700;
}

.strength-fill.good {
  width: 75%;
  background: #7C5CFC;
}

.strength-fill.strong {
  width: 100%;
  background: #00D68F;
}

.strength-text {
  font-size: 11px;
  color: var(--text-muted);
  transition: color 0.3s ease;
}

/* Error Messages */
.error-message {
  font-size: 11px;
  color: #FF3D71;
  min-height: 16px;
  display: none;
  align-items: center;
  gap: 4px;
  padding-left: 2px;
}

.error-message.show {
  display: flex;
}

/* Referral Hint */
.referral-hint {
  font-size: 11px;
  color: var(--text-muted);
  font-style: italic;
}

/* Select Wrapper */
.select-wrapper {
  position: relative;
}

.form-select {
  width: 100%;
  padding: 13px 40px 13px 16px;
  background: rgba(26, 26, 62, 0.5);
  border: 2px solid rgba(124, 92, 252, 0.15);
  border-radius: 12px;
  color: var(--text-primary);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: all 0.3s ease;
}

.form-select:focus {
  border-color: var(--primary);
}

.select-wrapper::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

/* Account Summary */
.account-summary {
  background: rgba(124, 92, 252, 0.06);
  border: 1px solid rgba(124, 92, 252, 0.15);
  border-radius: 14px;
  padding: 18px;
}

.account-summary h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.account-summary h4 i {
  color: #00D68F;
}

.summary-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.summary-label {
  color: var(--text-muted);
}

.summary-value {
  color: var(--text-primary);
  font-weight: 500;
}

/* Agreements */
.agreements {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--text-secondary);
  user-select: none;
}

.checkbox-wrapper input {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  background: rgba(26, 26, 62, 0.5);
  border: 2px solid rgba(124, 92, 252, 0.25);
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 1px;
}

.checkbox-wrapper input:checked~.checkmark {
  background: var(--gradient-1);
  border-color: transparent;
}

.checkmark::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.checkbox-wrapper input:checked~.checkmark::after {
  opacity: 1;
}

.checkbox-text a {
  color: var(--primary);
  text-decoration: none;
}

.checkbox-text a:hover {
  text-decoration: underline;
}

/* Buttons */
.button-group {
  display: flex;
  gap: 10px;
}

.next-step-btn,
.prev-step-btn {
  flex: 1;
  padding: 13px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.next-step-btn {
  background: var(--gradient-1);
  border: none;
  color: white;
  box-shadow: 0 8px 20px rgba(124, 92, 252, 0.3);
}

.next-step-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(124, 92, 252, 0.5);
}

.prev-step-btn {
  background: transparent;
  border: 2px solid rgba(124, 92, 252, 0.2);
  color: var(--text-primary);
}

.prev-step-btn:hover {
  background: rgba(124, 92, 252, 0.1);
  border-color: var(--primary);
}

/* Register Button */
.register-btn {
  flex: 1;
  padding: 14px;
  background: var(--gradient-1);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(124, 92, 252, 0.3);
}

.register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(124, 92, 252, 0.5);
}

.register-btn.loading {
  pointer-events: none;
}

.register-btn.loading .btn-text,
.register-btn.loading .fa-user-plus {
  opacity: 0;
}

.register-btn.loading .btn-loader {
  opacity: 1;
}

.btn-loader {
  position: absolute;
  opacity: 0;
  font-size: 20px;
}

/* Form Footer */
.form-footer {
  text-align: center;
  margin-top: 22px;
}

.form-footer p {
  font-size: 14px;
  color: var(--text-secondary);
}

.form-footer a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.form-footer a:hover {
  color: #00D4FF;
}

/* Quick Links */
.quick-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.quick-links a {
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.quick-links a:hover {
  color: var(--primary);
}

/* ============ SUCCESS MODAL ============ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--dark-card);
  border: 1px solid rgba(124, 92, 252, 0.3);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  max-width: 420px;
  width: 90%;
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-overlay.show .modal-content {
  transform: scale(1);
}

.modal-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 214, 143, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #00D68F;
  margin: 0 auto 20px;
  animation: modalIconPop 0.6s ease 0.3s both;
}

.modal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.modal-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 25px;
}

.modal-bonus {
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.15), rgba(0, 200, 130, 0.1));
  border: 1px solid rgba(0, 214, 143, 0.3);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
}

.bonus-amount {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #00D68F;
  margin-bottom: 4px;
}

.bonus-text {
  font-size: 14px;
  color: var(--text-secondary);
}

.modal-btn {
  width: 100%;
  padding: 14px;
  background: var(--gradient-1);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.modal-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(124, 92, 252, 0.4);
}

/* ============ TOAST ============ */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: toastIn 0.4s ease, toastOut 0.4s ease 3.5s forwards;
}

.toast.success {
  background: linear-gradient(135deg, #00D68F, #00B884);
}

.toast.error {
  background: linear-gradient(135deg, #FF3D71, #FF6B6B);
}

.toast.info {
  background: linear-gradient(135deg, #7C5CFC, #00D4FF);
}

/* ============ ANIMATIONS ============ */
@keyframes containerEntry {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shapeFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(25px, -25px) scale(1.08);
  }

  66% {
    transform: translate(-15px, 15px) scale(0.92);
  }
}

@keyframes shapePulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

@keyframes glowFloat {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(15px, -15px);
  }
}

@keyframes logoFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes logoPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.08);
    opacity: 0;
  }
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes modalIconPop {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes toastOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 992px) {
  .register-wrapper {
    flex-direction: column;
    max-width: 550px;
  }

  .register-branding {
    padding: 30px;
  }

  .branding-benefits {
    display: none;
  }

  .branding-testimonial {
    display: none;
  }

  .branding-text h1 {
    font-size: 24px;
  }

  .branding-text {
    margin-bottom: 0;
  }

  .branding-logo {
    margin-bottom: 20px;
  }

  .register-form-section {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .register-container {
    padding: 10px;
  }

  .register-wrapper {
    border-radius: 20px;
  }

  .register-branding {
    padding: 20px;
  }

  .register-form-section {
    padding: 20px 15px;
  }

  .form-header h2 {
    font-size: 22px;
  }

  .button-group {
    flex-direction: column;
  }

  .social-register {
    flex-direction: column;
  }

  .toast-container {
    left: 10px;
    right: 10px;
  }

  .toast {
    min-width: auto;
  }
}