
:root{
  --bg:#0e1523;
  --fg:#e8eefc;
  --muted:#a6b3cf;
  --accent1:#6b8afe;
  --accent2:#9a63f6;
  --line:#2b3752;
  --glow:0 0 30px rgba(107,138,254,.35);
  --badge:#ffd44d;
  --main-colour: #3b82f6;
}



/* Timeline */
.timeline{position:relative;margin:0 auto;max-width:900px;margin-bottom: 200px;}
.timeline::before{
  content:"";position:absolute;left:50%;top:60px;bottom:0;width:4px;
  background:var(--line);transform:translateX(-50%);
}
.milestones{display:flex;flex-direction:column;gap:80px;position:relative}
.milestone{position:relative;display:flex;justify-content:center}
.milestone .milestone-dot{
  min-width:38px;
  min-height:38px;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--badge);
  color:#000;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
  box-shadow:0 4px 12px rgba(0,0,0,.4);
  margin-top: 3.5rem;
}
.milestone-card{position:absolute;width:320px;background:#0f1a2d;border:1px solid #1f2b46;
  border-radius:16px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.5)}
.milestone-card .milestone-step{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}
.milestone-disc{width:80px;height:80px;border-radius:50%;
  background:linear-gradient(145deg,var(--accent1),var(--accent2));
  display:grid;place-items:center;box-shadow:var(--glow)}
.milestone-label{font-weight:700;font-size:18px;margin-bottom:4px}
.milestone-sub{font-size:14px;color:var(--fg);line-height:1.4}

.top .milestone-card{right:calc(50% + 30px);top:0;}
.bottom .milestone-card{left:calc(50% + 30px);top:0;}

/* Responsive */
@media(max-width:768px){
  .timeline::before{bottom:50px;left:17px;transform:none}
  .milestone{align-items:flex-start}
  .milestone .milestone-dot{margin-left:0}
  .milestone-card{position:relative;width:100%;margin-left:60px}
  .top .milestone-card,.bottom .milestone-card{left:auto;right:auto}
}


  :root{--bg:#f8fafc;--fg:#0f172a;--muted:#64748b;--badge:#fbbf24;--glow:0 0 30px rgba(251,191,36,.35)
  }
  .milestone-card{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(0,0,0,.1)}


/* --- Numerotare automată a nodurilor (fără a modifica HTML) --- */
.timeline .milestones .milestone:nth-child(1) .milestone-dot::after{content:"1"}
.timeline .milestones .milestone:nth-child(2) .milestone-dot::after{content:"2"}
.timeline .milestones .milestone:nth-child(3) .milestone-dot::after{content:"3"}

:root {
  /* Primary color scheme */
  --primary: #667eea;
  --primary-dark: #5a67d8;
  --secondary: #764ba2;
  --accent: #fbbf24;
  --accent-dark: #f59e0b;
  --success: #10b981;
  --warning: #f59e0b;
  --error: #ef4444;

  /* Light mode colors */
  --background: #ffffff;
  --surface: #f8fafc;
  --surface-elevated: #ffffff;
  --border: #e5e7eb;
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
  --text-muted: #9ca3af;

  /* Shadows */
  --shadow: 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);

  /* WhatsApp specific colors */
  --whatsapp-background: #e5ddd5;
  --whatsapp-header: #075e54;
  --whatsapp-light-green: #dcf8c6;

  /* Border radius */
  --radius: 0.5rem;
}

/* Dark mode variables */
/* @media (prefers-color-scheme: dark) {
  :root {
    --background: #0f172a;
    --surface: #1e293b;
    --surface-elevated: #334155;
    --border: #475569;
    --text-primary: #f1f5f9;
    --text-secondary: #cbd5e1;
    --text-muted: #64748b;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2);
    --whatsapp-background: #2d3748;
    --whatsapp-light-green: #4a5568;
  }
} */

/* Base styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--background);
  color: var(--text-primary);
  line-height: 1.6;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Layout */
.dashboard-layout {
  display: flex;
  min-height: 100vh;
}

.main-content-homepage {
  flex: 1;
  margin-left: 280px;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0rem;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 2rem;
  position: relative;
  z-index: 2;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-text {
  color: white;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.gradient-text {
  background: linear-gradient(45deg, #fbbf24, #f59e0b, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero-stats {
  display: flex;
  gap: 2rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
}

.stat-label {
  font-size: 0.875rem;
  opacity: 0.8;
}

/* Buttons */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.button.primary {
  background-color: var(--primary);
  color: #f1f5f9;
  border-color: var(--primary);
}

.button.primary:hover {
  background-color: #3b82f6;
}

.cta-button.primary {
  background: linear-gradient(45deg, #5cfd1dc7, #3ab61b);
  color: #1f3337;
  box-shadow: 0 10px 25px rgba(36, 251, 143, 0.3);
}

.cta-button.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(36, 251, 36, 0.4);
}

.cta-button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.cta-button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.cta-button.large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
}

/* AI Assistant Demo */
.ai-assistant-demo {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.demo-container-conversations {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.conversation-tabs {
  display: flex;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0.5rem;
}

.tab {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-weight: 500;
}

.tab.active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.tab.discord-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.conversation {
  display: none;
  width: 100%;
}

.conversation.active {
  display: block;
}

/* Phone Mockup */
.phone-mockup {
  max-width: 350px;
  margin: 0 auto;
  background: #000;
  border-radius: 25px;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.phone-screen {
  background: var(--whatsapp-background);
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  display: flex;
  flex-direction: column;
}

.whatsapp-header {
  background: var(--whatsapp-header);
  color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.whatsapp-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.whatsapp-contact-info {
  flex: 1;
}

.whatsapp-contact-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.whatsapp-status {
  font-size: 0.75rem;
  opacity: 0.8;
}

.whatsapp-chat {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.message {
  max-width: 80%;
  padding: 0.75rem;
  border-radius: 10px;
  position: relative;
  animation: messageSlideIn 0.5s ease-out;
}

.user-message {
  background: #dcf8c6;
  align-self: flex-end;
  color: #000;
}

.assistant-message {
  background: white;
  align-self: flex-start;
  color: #000;
}

.message-time {
  font-size: 0.7rem;
  opacity: 0.7;
  margin-top: 0.25rem;
}

@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.whatsapp-input {
  padding: 1rem;
  background: #f0f0f0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.whatsapp-input-field {
  flex: 1;
  border: none;
  border-radius: 20px;
  padding: 0.75rem 1rem;
  background: white;
  font-size: 0.875rem;
}

.send-btn {
  background: #25d366;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Coming Soon Notice */
.coming-soon-notice {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.coming-soon-notice::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.coming-soon-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.coming-soon-subtitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.discord-content-disabled {
  position: relative;
  filter: grayscale(70%) opacity(0.5);
  pointer-events: none;
}

.discord-content-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(128, 128, 128, 0.2);
  border-radius: 15px;
}

/* Discord Mockup */
.discord-mockup {
  background: #36393f;
  border-radius: 15px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.discord-header {
  background: #2f3136;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #40444b;
}

.discord-channel {
  font-weight: 600;
}

.discord-members {
  font-size: 0.875rem;
  opacity: 0.7;
}

.discord-messages {
  padding: 1rem;
  height: 300px;
  overflow-y: auto;
  background: #36393f;
}

.discord-message {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #dcddde;
}

.discord-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7289da;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
}

.bot-avatar {
  background: #5865f2;
}

.discord-content {
  flex: 1;
}

.discord-username {
  font-weight: 600;
  margin-right: 0.5rem;
}

.bot-badge {
  background: #5865f2;
  color: white;
  font-size: 0.6rem;
  padding: 0.125rem 0.25rem;
  border-radius: 3px;
  margin-right: 0.5rem;
}

.discord-timestamp {
  font-size: 0.75rem;
  opacity: 0.5;
}

.discord-text {
  margin-top: 0.25rem;
  line-height: 1.4;
}

/* Web Chat Mockup */
.webchat-mockup {
  background: var(--surface-elevated);
  border-radius: 15px;
  overflow: hidden;
  max-width: 380px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.webchat-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.webchat-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.webchat-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-dot.online {
  background: #10b981;
}

.webchat-messages {
  padding: 1rem;
  height: 300px;
  overflow-y: auto;
  background: var(--surface);
  transition: background-color 0.3s ease;
}

.webchat-message {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  animation: messageSlideIn 0.5s ease-out;
}

.webchat-message.user {
  flex-direction: row-reverse;
}

.message-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #667eea;
  color: white;
}

.user-avatar {
  background: #6b7280;
}

.message-content {
  max-width: 70%;
}

.webchat-message.user .message-content {
  text-align: right;
}

.message-text {
  background: var(--surface-elevated);
  padding: 0.75rem;
  border-radius: 10px;
  box-shadow: var(--shadow);
  margin-bottom: 0.25rem;
  color: var(--text-primary);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.webchat-message.user .message-text {
  background: #667eea;
  color: white;
}

.webchat-input {
  padding: 1rem;
  background: var(--surface-elevated);
  border-top: 1px solid var(--border);
  display: flex;
  gap: 0.5rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.webchat-input input {
  flex: 1;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background: var(--surface);
  color: var(--text-primary);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.webchat-input input::placeholder {
  color: var(--text-muted);
}

.webchat-input button {
  background: #667eea;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Section Styles */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
  flex-direction: column;
  display: flex;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
  transition: color 0.3s ease;
  align-items: center;
}

.section-header p {
  font-size: 1.125rem;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

/* How It Works Section */
.how-it-works-section {
  background: var(--background);
  transition: background-color 0.3s ease;
}

.steps-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.step-item {
  text-align: center;
  flex: 1;
  max-width: 250px;
}

.step-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fbbf24;
  color: #1f2937;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.step-content h3 {
  margin-bottom: 1rem;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.step-content p {
  color: var(--text-secondary);
  line-height: 1.6;
  transition: color 0.3s ease;
}

.step-arrow {
  color: #3b82f6;
  font-size: 2rem;
} 



/* Responsive Design */
@media (max-width: 768px) {
  .timeline-container {
    max-width: 100%;
    padding: 0 1rem;
  }

  .timeline-line {
    left: 30px;
  }

  .timeline-item {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .timeline-item.left .step-content,
  .timeline-item.right .step-content {
    margin-left: 2rem;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 0;
    order: 2 !important;
  }

  .timeline-item.left .step-icon,
  .timeline-item.right .step-icon {
    order: 1 !important;
    margin-left: 0;
    margin-right: 0;
    width: 60px;
    height: 60px;
  }

  .step-content {
    max-width: none;
  }
}


/* Responsive Design */
@media (max-width: 768px) {
  .timeline-container {
    max-width: 100%;
    padding: 0 1rem;
  }

  .timeline-line {
    left: 30px;
  }

  .timeline-item {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .timeline-item.left .step-content,
  .timeline-item.right .step-content {
    margin-left: 2rem;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 0;
    order: 2 !important;
  }

  .timeline-item.left .step-icon,
  .timeline-item.right .step-icon {
    order: 1 !important;
    margin-left: 0;
    margin-right: 0;
    width: 60px;
    height: 60px;
  }

  .step-content {
    max-width: none;
  }
}



/* Cost Comparison Section */
.cost-comparison-section {
  padding: 6rem 0;
  background: var(--surface);
  transition: background-color 0.3s ease;
}

/* .cost-calculator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
} */

.cost-calculator {
  display: grid;
  gap: 4rem;
  align-items: start;
}

.cost-calculator.active {
  grid-template-columns: 1fr 1fr;
}

.calculator-controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cost-summary {
  background: var(--surface-elevated);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.cost-summary h3 {
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.cost-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-primary);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.cost-item:last-child {
  border-bottom: none;
}

.cost-item.total {
  font-weight: 600;
  margin-top: 1rem;
  border-top: 2px solid var(--border);
  border-bottom: none;
  color: black;
}

.cost-item-value {
  font-family: "Inter", monospace;
  font-weight: 600;
  color: #059669;
}

.cost-item.total .cost-item-value {
  color: black;
}

.tooltip-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  z-index: 10;
}

.tooltip-text {
  display: none;
  position: absolute;
  top: 20px;
  left: -125px;
  transform: translateX(-20%);
  min-width: 260px;
  background-color: #333;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: normal;
  z-index: 0; /* foarte important pentru a ieși peste orice alt conținut */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tooltip-wrapper:hover .tooltip-text {
  display: block;
}

.comparison-table {
  background: var(--surface-elevated);
  border-radius: 15px;
  overflow-x: auto;          /* ✅ scroll orizontal doar la nevoie */
  -webkit-overflow-scrolling: touch; /* ✅ scroll smooth pe mobile */
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin: 2rem auto;
  max-width: 100%;           /* ✅ să nu iasă din ecran */
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center; /* 🔥 centrează toate celulele */
}

.data-table th,
.data-table td {
  padding: 0.92rem;
  border-bottom: 1px solid var(--border);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.data-table th {
  background: var(--surface);
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Evidențiem coloana AI Assistant */
.data-table th:nth-child(2),
.data-table td:nth-child(2) {
  background: rgba(5, 150, 105, 0.05); /* verde foarte subtil */
  font-weight: 600;
  color: #065f46;
}

/* @media (prefers-color-scheme: dark) {
  .data-table th:nth-child(2),
  .data-table td:nth-child(2) {
    background: rgba(16, 185, 129, 0.15); 
    color: #34d399; 
  }
} */

.data-table td:nth-child(2).text-success {
  color: #059669;
  font-size: 1.05rem;
  font-weight: 700;
}

.data-table tr:hover td:nth-child(2) {
  background: rgba(5, 150, 105, 0.15); /* highlight la hover */
}

/* Human Employee rămâne mai neutru */
.data-table td:nth-child(3).text-danger {
  color: black;
  font-weight: 500;
}

.data-table tr:last-child td {
  border-bottom: none;
}




.text-success {
  color: #059669;
  font-weight: 500;
}

.text-danger {
  color: #dc2626;
  font-weight: 500;
}

.savings-highlight {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  border-radius: 10px;
  padding: 1.5rem;
  /* margin-top: 1.5rem; */

  display: flex;                 /* 🔥 flex layout */
  justify-content: space-between; /* stânga-dreapta */
  align-items: center;           /* aliniere verticală */
  gap: 1rem;
}

.savings-amount {
  display: block;
  margin-bottom: 0.5rem;
}

.savings-label {
  font-size: 1.25rem;
  color: #065f46;
}

.savings-value {
  font-size: 2rem;
  font-weight: 700;
  color: #059669;
}

.savings-percentage {
  font-size: 2rem;
  font-weight: 600;
  color: #065f46;
}

/* Features Section */
.features-section {
  padding: 6rem 0;
  background: var(--surface);
  transition: background-color 0.3s ease;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: var(--surface-elevated);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  border: 1px solid var(--border);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.feature-card h3 {
  margin-bottom: 1rem;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.feature-card p {
  color: var(--text-secondary);
  line-height: 1.6;
  transition: color 0.3s ease;
}

/* Demo Section */
.demo-section {
  padding: 6rem 0;
  background: var(--surface);
  transition: background-color 0.3s ease;
}

.demo-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: center;
}
/* 
.demo-video {
  position: relative;
}

.video-placeholder {
  background: var(--surface-elevated);
  border-radius: 20px;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--border);
}

.video-placeholder:hover {
  transform: scale(1.02);
} */


.demo-video {
  position: relative;
  max-width: 900px;
  /* margin: 2rem auto; */
  font-family: system-ui, sans-serif;
}

.video-placeholder {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--border, #e5e7eb);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-placeholder iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}

.video-placeholder:hover {
  transform: scale(1.015);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}


.play-button {
  content:"►";
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(251, 191, 36, 0.9);
  border-radius: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  font-size: 5rem;
  transition: all 0.3s ease;
  z-index: 2;
}

.play-button:before {
  content: "►";
  transform: scaleX(0.5);
  display: inline-block;
}

.play-button:hover {
  background: #fbbf24;
  transform: scale(1.1);
}

.video-overlay {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: var(--text-primary);
  z-index: 2;
  transition: color 0.3s ease;
}

.video-overlay h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.video-overlay p {
  opacity: 0.8;
}

.demo-features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.demo-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.demo-step {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  flex-shrink: 0;
}

.demo-content h4 {
  margin-bottom: 0.5rem;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.demo-content p {
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

/* Modal Styles */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal.open {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.modal-container {
  position: relative;
  background: var(--card);
  color: var(--card-foreground);
  border-radius: var(--radius);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  z-index: 1001;
}

.modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--muted-foreground);
  padding: 0.25rem;
  border-radius: var(--radius);
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: var(--accent);
  color: var(--foreground);
}

.modal-content {
  padding: 1.5rem;
}

.modal-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}



.header-icon {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-foreground);
}

.header-text h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}

.header-text p {
  font-size: 0.875rem;
  margin: 0;
}

.spinner-ring {
  width: 12px;
  height: 12px;
  border: 2px solid var(--muted);
  border-top: 2px solid var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.spinner-ring:nth-child(2) {
  animation-delay: 0.1s;
}

.spinner-ring:nth-child(3) {
  animation-delay: 0.2s;
}

/* Benefits Section */
.benefits-section {
  margin-bottom: 2rem;
}

.benefits-section h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: var(--accent);
  border-radius: var(--radius);
}

.benefit-item i {
  width: 20px;
  height: 20px;
  color: var(--primary);
  flex-shrink: 0;
}

/* How it Works Section */
.how-it-works-section {
  margin-bottom: 2rem;
}

.how-it-works-section h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

/* Important Notice */
.important-notice {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(251, 191, 36, 0.05);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: var(--radius);
}

.notice-icon {
  width: 24px;
  height: 24px;
  color: #f59e0b;
  flex-shrink: 0;
}

.notice-content h6 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #f59e0b;
}

.notice-content ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted-foreground);
}

.notice-content li {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

/* Recurring Modal Footer */
.recurring-modal-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--muted-foreground);
}

.btn-continue {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--primary);
  color: var(--primary-foreground);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-continue:hover:not(:disabled) {
  background: #3b82f6;
}

.btn-continue:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Bank Transfer Modal */
.bank-transfer-container {
  width: 700px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.bank-transfer-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.bank-transfer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.loading-container-bank-transfer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid var(--muted);
  border-top: 4px solid var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
}

.error-icon {
  width: 48px;
  height: 48px;
  color: var(--destructive);
  margin-bottom: 1rem;
}

.error-container h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.error-container p {
  color: var(--muted-foreground);
  margin-bottom: 1.5rem;
}

.btn-retry {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--primary);
  color: var(--primary-foreground);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-retry:hover {
  background: #3b82f6;
}

/* Currency Tabs */
.currency-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.tab-button-faq {
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: none;
  border-radius: var(--radius) var(--radius) 0 0;
}


  .tab-button-faq:hover {
    background-color: var(--surface-elevated);
    color: var(--main-colour);
    border: 1px solid var(--main-colour);
  }


.tab-button-faq.active {
  background-color: var(--main-colour);
  color: var(--primary-foreground);
  border-color: var(--primary);
}

/* Transfer Details */
.transfer-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}




.loading-indicator-limit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.spinner {
  border: 4px solid rgba(102, 126, 234, 0.3);
  border-top: 4px solid var(--primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* FAQ Section */
.faq-section {
  padding: 6rem 0;
  background: var(--background);
  transition: background-color 0.3s ease;
}

.card {
  background-color: var(--surface-elevated);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.card-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border);
  position: relative;
  transition: border-color 0.3s ease;
}

.card-content {
  padding: 1.5rem;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.tabs-list {
  display: flex;
  gap: 0.5rem;
  background: var(--surface);
  border-radius: 8px;
  padding: 0.25rem;
}

.tab-button-faq {
  padding: 0.75rem 1.5rem;
  border: none;
  background: transparent;
  color: var(--text-secondary);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-weight: 600;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.faq-item {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: var(--surface);
  border: none;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: var(--surface-elevated);
}

.faq-question.active {
  background: #667eea;
  color: white;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  transition: transform 0.3s ease;
  
}

.arrow-icon::before,
.arrow-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  top: 50%;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease;
}

.arrow-icon::before {
  left: 2px;
  transform: rotate(45deg);
}

.arrow-icon::after {
  right: 2px;
  transform: rotate(-45deg);
}

.faq-question.active .arrow-icon {
  transform: rotate(180deg);
}

.faq-answer-homepage {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-color: var(--surface-elevated);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 1.1rem;
}

.faq-answer-homepage.active {
  max-height: 500px;
  opacity: 1;
}

.faq-answer-homepage-content {
  padding: 1.5rem;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

/* CTA Section */
.cta-section {
  margin-top: 1rem;
  padding: 6rem 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}

.cta-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.cta-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  opacity: 0.8;
}

/* Form Elements */
.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-elevated);
  font-size: 0.875rem;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-group select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Utilities */
.mb-6 {
  margin-bottom: 1.5rem;
}

.subscription-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.pricing-note {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  text-align: center;
}

/* Enhanced Dark Mode Styles */
/* @media (prefers-color-scheme: dark) {

  .form-group select:focus {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
  }

  
  .feature-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  .pricing-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  }

  .pricing-btn.primary:hover {
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.5);
  }
  .phone-mockup {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  }

  .discord-mockup {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }

  .feature-icon {
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
  }

  .video-placeholder {
    background: var(--surface-elevated);
  }

  .data-table tbody tr:hover {
    background: var(--surface);
  }
} 
*/
/* Responsive Design */
@media (max-width: 1023px) {

  .steps-container{
    flex-direction: column;
  }

  .video-overlay h3 {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
  }
  
  .video-overlay p {
    font-size: 0.7rem;
  }

  .container{
    padding: 0 0.75rem;
  }

  .ai-assistant-demo{
    padding: 0.5rem;
  }

  .webchat-mockup, .discord-mockup, .phone-mockup{
    width:100%;
    max-width:350px;
  }

  .hero-container{
    size:100%;
    padding: 0.5rem;
  }
  
  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-title {
    margin-top: 2rem;
    font-size: 1.75rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .cost-calculator {
    /* grid-template-columns: 1fr; */
    gap: 2rem;
  }

  .cost-calculator.active {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .demo-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-content h2 {
    font-size: 2rem;
  }

  /* .conversation-tabs {
    flex-direction: column;
  } */

  .tab {
    justify-content: center;
  }

  .subscription-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .inline-feature-toggle {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .inline-toggle-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}


/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-in {
  animation: fadeInUp 0.6s ease-out;
}

/* Ripple Effect */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Testimonials Section */
.testimonials {
  padding: 6rem 0;
  background-color: var(--background);
}

.testimonials-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: center;
}

.testimonials-header h2 {
  color: var(--foreground);
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.testimonials-header p {
  color: #8d9096;
  font-size: 1.125rem;
}

.testimonials-slideshow {
  position: relative;
  background-color: var(--card);
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border);
  min-height: 300px;
}

.testimonial-slide {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease;
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  display: flex;
  align-items: center;
}

.testimonial-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.testimonial-content {
  width: 100%;
}

.quote-icon {
  font-size: 4rem;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 1rem;
  font-family: serif;
}

.testimonial-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--foreground);
  margin-bottom: 2rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.testimonial-author strong {
  color: var(--foreground);
  font-size: 1.125rem;
  font-weight: 600;
}

.testimonial-author span {
  color: #8d9096;
  font-size: 1rem;
}

.testimonial-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--muted);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background-color: var(--primary);
  transform: scale(1.2);
}

.indicator:hover {
  background-color: var(--primary);
  opacity: 0.7;
}

/* Dark mode adjustments for testimonials */
@media (prefers-color-scheme: dark) {
  .testimonials {
      background-color: var(--background);
  }
  
  .testimonials-slideshow {
      background-color: var(--card);
      border-color: var(--border);
  }
}

/* Responsive testimonials */
@media (max-width: 768px) {
  .testimonials-content {
      grid-template-columns: 1fr;
      gap: 2rem;
      text-align: center;
  }
  
  .testimonials-slideshow {
      padding: 2rem;
      min-height: 250px;
  }
  
  .testimonial-slide {
      top: 2rem;
      left: 2rem;
      right: 2rem;
      bottom: 2rem;
  }
  
  .testimonial-text {
      font-size: 1.125rem;
  }
  
  .quote-icon {
      font-size: 3rem;
  }
}



.simulate-costs-wrapper {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.simulate-btn {
  background: var(--main-colour);
  color: var(--primary-foreground);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.simulate-btn:hover {
  background: var(--primary-hover, #2563eb);
  transform: translateY(-2px);
}