/* =====================================
   ONBOARDING DIGITALE - CUSTOM CSS
   Modern Tech-Focused Design
   ===================================== */

/* ===== GLOBAL STYLES ===== */
:root {
  --primary-color: #2d52a0;
  --primary-gradient: linear-gradient(135deg, #a994c6 0%, #2d52a0 100%);
  --secondary-color: #a994c6;
  --accent-color: #00d4ff;
  --text-dark: #1a1a1a;
  --text-light: #6b7280;
  --white: #ffffff;
  --black: #000000;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;

  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  --border-radius: 12px;
  --border-radius-lg: 20px;
  --border-radius-xl: 28px;

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.875rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; }

p {
  margin-bottom: 1rem;
  color: var(--text-light);
}

.gradient-text {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== BUTTONS ===== */
.btn {
  padding: 12px 24px;
  border-radius: var(--border-radius);
  font-weight: var(--font-weight-medium);
  transition: var(--transition);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--primary-gradient);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: var(--white);
}

.btn-outline-light {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.125rem;
}

/* ===== NAVIGATION ===== */
.navbar {
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(20px);
  transition: var(--transition);
  padding: 1rem 0;
}

.navbar.scrolled {
  background: rgba(26, 26, 26, 0.98);
  box-shadow: var(--shadow-lg);
}

.navbar-brand img {
  transition: var(--transition);
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: var(--font-weight-medium);
  padding: 0.5rem 1rem !important;
  margin: 0 0.25rem;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.navbar-nav .nav-link:hover {
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.1);
}

.login-btn {
  background: var(--primary-gradient) !important;
  color: var(--white) !important;
}

.login-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

/* ===== HERO SECTION ===== */
.hero-section {
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(169, 148, 198, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 80% at 80% 20%, rgba(45, 82, 160, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse 70% 40% at 40% 80%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 90% 60% at 60% 30%, rgba(26, 26, 26, 0.9) 0%, transparent 70%),
    conic-gradient(from 45deg at 50% 50%, #1a1a1a 0deg, #2d1b69 120deg, #2d52a0 240deg, #1a1a1a 360deg);
  color: var(--white);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
}

.floating-card {
  position: absolute;
  width: 200px;
  height: 120px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-lg);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.card-1 { top: 10%; left: 10%; animation-delay: 0s; }
.card-2 { top: 20%; right: 15%; animation-delay: -2s; }
.card-3 { bottom: 30%; left: 5%; animation-delay: -4s; }
.card-4 { bottom: 10%; right: 10%; animation-delay: -1s; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(2deg); }
}

@keyframes complexFloat {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg) scale(1);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-15px) translateX(10px) rotate(1deg) scale(1.05);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-30px) translateX(0) rotate(2deg) scale(1.1);
    opacity: 1;
  }
  75% {
    transform: translateY(-15px) translateX(-10px) rotate(1deg) scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg) scale(1);
    opacity: 0.7;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(45, 82, 160, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(45, 82, 160, 0);
    transform: scale(1.02);
  }
}

.hero-content {
  z-index: 2;
  position: relative;
}

.hero-title {
  font-size: 4rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
  max-width: 500px;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ===== HERO VISUAL ===== */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-mockup {
  width: 280px;
  height: 560px;
  background: #1a1a1a;
  border-radius: 40px;
  padding: 20px;
  box-shadow: var(--shadow-xl);
  position: relative;
  z-index: 2;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 30px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.app-interface {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app-header {
  text-align: center;
  margin-bottom: 40px;
}

.progress-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2e8f0;
  transition: var(--transition);
}

.dot.active {
  background: var(--primary-color);
}

.form-preview {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.input-field {
  height: 50px;
  background: #f1f5f9;
  border-radius: 8px;
  position: relative;
  transition: var(--transition);
}

.input-field.filled {
  background: #e0f2fe;
  border: 2px solid var(--primary-color);
}

.input-field.active {
  background: #fff;
  border: 2px solid var(--accent-color);
  animation: pulse 2s infinite;
}

.action-button {
  height: 50px;
  background: var(--primary-gradient);
  border-radius: 8px;
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(0, 212, 255, 0); }
}

@keyframes glow {
  from { box-shadow: 0 0 20px rgba(45, 82, 160, 0.4); }
  to { box-shadow: 0 0 30px rgba(45, 82, 160, 0.6); }
}

.floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon-badge {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  animation: floatIcon 4s ease-in-out infinite;
}

.icon-1 { top: 10%; left: -10%; animation-delay: 0s; }
.icon-2 { top: 30%; right: -20%; animation-delay: -1s; }
.icon-3 { bottom: 40%; left: -15%; animation-delay: -2s; }
.icon-4 { bottom: 10%; right: -10%; animation-delay: -3s; }

@keyframes floatIcon {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-15px) scale(1.1); }
}

/* ===== STATS SECTION ===== */
.stats-section {
  padding: 80px 0;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.stat-card {
  text-align: center;
  padding: 2rem 1rem;
  transition: var(--transition);
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(45, 82, 160, 0.1), rgba(169, 148, 198, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  color: var(--primary-color);
  transition: var(--transition);
}

.stat-card:hover .stat-icon {
  background: var(--primary-gradient);
  color: var(--white);
  transform: scale(1.1);
}

.stat-value {
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-description {
  color: var(--text-light);
  font-weight: var(--font-weight-medium);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== FEATURES SECTION ===== */
.features-section {
  padding: 100px 0;
  background: var(--gray-50);
  position: relative;
}

.section-title {
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--text-light);
  text-align: center;
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}

.feature-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
  border-radius: var(--border-radius-lg);
  box-shadow:
    var(--shadow),
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 0 0 1px rgba(45, 82, 160, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(45, 82, 160, 0.08);
  transform: translateY(0);
}

.feature-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(45, 82, 160, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow:
    0 25px 50px -12px rgba(45, 82, 160, 0.25),
    0 0 0 1px rgba(45, 82, 160, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  border-color: rgba(45, 82, 160, 0.15);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-gradient);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background:
    linear-gradient(135deg, #a994c6 0%, #2d52a0 50%, #1e3a8a 100%),
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: var(--white);
  box-shadow:
    0 10px 25px rgba(45, 82, 160, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 0 20px rgba(169, 148, 198, 0.2);
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-icon::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: conic-gradient(from 45deg, #a994c6, #2d52a0, #00d4ff, #a994c6);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow:
    0 15px 35px rgba(45, 82, 160, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 0 30px rgba(169, 148, 198, 0.3);
}

.feature-card:hover .feature-icon::before {
  opacity: 0.7;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.feature-card h3 {
  color: var(--text-dark);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.feature-card p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.feature-highlight {
  margin-top: auto;
}

.highlight-badge {
  background: rgba(45, 82, 160, 0.1);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
}

/* ===== PROCESS SECTION ===== */
.process-section {
  padding: 100px 0;
  background: var(--white);
}

.process-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gray-200);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-content {
  flex: 1;
  padding: 2rem;
  background: var(--white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  margin: 0 2rem;
  position: relative;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

.step-number {
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.timeline-content h3 {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.timeline-content p {
  color: var(--text-light);
  margin: 0;
}

.timeline-visual {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.step-icon {
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}

/* ===== SECURITY SECTION ===== */
.security-section {
  padding: 100px 0;
  background: var(--gray-900);
  color: var(--white);
}

.security-section .section-title {
  color: var(--white);
  text-align: left;
}

.security-section .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.security-features {
  margin-top: 3rem;
}

.security-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateX(-20px);
  transition: var(--transition);
}

.security-item.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.security-icon {
  width: 60px;
  height: 60px;
  background: rgba(169, 148, 198, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: var(--secondary-color);
  flex-shrink: 0;
}

.security-item h4 {
  color: var(--white);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.security-item p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.security-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shield-animation {
  position: relative;
  width: 300px;
  height: 300px;
}

.shield-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(169, 148, 198, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse-shield 3s ease-in-out infinite;
}

.shield-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--white);
  box-shadow: var(--shadow-xl);
}

.security-badges {
  position: absolute;
  width: 100%;
  height: 100%;
}

.badge-item {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
  box-shadow: var(--shadow-md);
}

.badge-item:nth-child(1) { top: 20%; left: 10%; }
.badge-item:nth-child(2) { top: 30%; right: 5%; }
.badge-item:nth-child(3) { bottom: 20%; left: 20%; }

@keyframes pulse-shield {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.1); opacity: 0.9; }
}

/* ===== LOGIN SECTION ===== */
.login-section {
  padding: 100px 0;
  background: var(--gray-50);
}

.login-card {
  background: var(--white);
  padding: 3rem;
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-xl);
  text-align: center;
}

.login-header h2 {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.login-header p {
  color: var(--text-light);
  margin-bottom: 2.5rem;
}

.login-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.login-option {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: var(--border-radius-lg);
  text-decoration: none;
  transition: var(--transition);
}

.login-option:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.login-option.primary:hover {
  background: var(--primary-gradient);
  border-color: transparent;
}

.login-option.primary:hover .option-content h3,
.login-option.primary:hover .option-content p,
.login-option.primary:hover .option-icon,
.login-option.primary:hover .option-arrow {
  color: var(--white);
}

.option-icon {
  width: 60px;
  height: 60px;
  background: var(--gray-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-right: 1.5rem;
  transition: var(--transition);
}

.option-content {
  flex: 1;
  text-align: left;
}

.option-content h3 {
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.option-content p {
  color: var(--text-light);
  margin: 0;
  font-size: 0.875rem;
}

.option-arrow {
  color: var(--text-light);
  font-size: 1.25rem;
  transition: var(--transition);
}

.login-help {
  color: var(--text-light);
  font-size: 0.875rem;
}

.login-help a {
  color: var(--primary-color);
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}

/* ===== FOOTER ===== */
.footer-section {
  background: var(--gray-900);
  color: var(--white);
  padding: 60px 0 30px;
}

.footer-brand img {
  margin-bottom: 1rem;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 300px;
}

.footer-section h5 {
  color: var(--white);
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.social-link:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-2px);
}

/* ===== ANIMATIONS ===== */
.feature-card,
.timeline-item,
.security-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card.animate-in,
.timeline-item.animate-in,
.security-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
  .hero-title { font-size: 3.5rem; }
  .phone-mockup { width: 250px; height: 500px; }
}

@media (max-width: 992px) {
  .hero-title { font-size: 3rem; }
  .hero-stats { flex-wrap: wrap; }
  .stat-item { min-width: 100px; }

  .timeline-item {
    flex-direction: column !important;
    text-align: center;
  }

  .timeline-item:nth-child(even) .timeline-content {
    text-align: center;
  }

  .timeline-content {
    margin: 1rem 0;
  }

  .process-timeline::before {
    display: none;
  }

  .security-section .section-title,
  .security-section .section-subtitle {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-title { font-size: 2.5rem; }
  .hero-subtitle { font-size: 1.125rem; }
  .hero-actions { justify-content: center; }

  .phone-mockup { width: 200px; height: 400px; }
  .floating-icons { display: none; }

  .feature-card { padding: 2rem 1.5rem; }
  .security-item { flex-direction: column; text-align: center; }
  .security-icon { margin: 0 auto 1rem; }

  .login-card { padding: 2rem 1.5rem; }
  .login-option { flex-direction: column; text-align: center; padding: 1.5rem 1rem; }
  .option-icon { margin: 0 auto 1rem; }
  .option-content { text-align: center; }
  .option-arrow { display: none; }

  .footer-social { justify-content: center; }
}

@media (max-width: 576px) {
  .hero-title { font-size: 2rem; }
  .hero-stats { justify-content: center; }
  .stat-number { font-size: 1.5rem; }

  .feature-card { padding: 1.5rem; }
  .feature-icon { width: 60px; height: 60px; font-size: 1.5rem; }

  .login-card { padding: 1.5rem; }
  .timeline-content { padding: 1.5rem; }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .navbar,
  .footer-section,
  .floating-elements,
  .floating-icons {
    display: none !important;
  }

  .hero-section {
    background: white !important;
    color: black !important;
  }
}