@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

html, body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
  color: #d0d0d0;
  overflow-x: hidden;
  background: linear-gradient(135deg, #000 0%, #0a1f44 100%);
}

/* =========================================================
   Elevated Hero Section
   ========================================================= */
.hero-elevated {
  position: relative;
  padding: 170px 0 130px;
  overflow: hidden;
  background: #02040d;
}

.hero-elevated::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  height: 420px;
  background: linear-gradient(180deg,
    rgba(2, 4, 13, 0) 0%,
    rgba(2, 4, 13, 0.35) 32%,
    rgba(2, 4, 13, 0.68) 62%,
    rgba(1, 3, 11, 0.92) 84%,
    rgba(1, 3, 11, 0.96) 92%,
    #010715 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-elevated__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-elevated__gradient {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(55% 80% at 25% 65%, rgba(29, 108, 231, 0.35) 0%, transparent 75%),
    radial-gradient(65% 90% at 80% 15%, rgba(2, 221, 255, 0.25) 0%, transparent 70%),
    linear-gradient(160deg, #02040d 0%, #030719 52%, #04143b 100%);
  filter: saturate(115%);
}

.hero-elevated__texture {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 60px 60px;
  mix-blend-mode: screen;
  opacity: 0.05;
}

.hero-elevated__flare {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.6;
}

.hero-elevated__flare--left {
  top: 20%;
  left: -10%;
  background: rgba(2, 221, 255, 0.45);
}

.hero-elevated__flare--right {
  bottom: -10%;
  right: -5%;
  background: rgba(29, 108, 231, 0.55);
}

.hero-elevated__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 6%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.hero-elevated__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 35%);
  gap: 60px;
  align-items: stretch;
}

.hero-elevated__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
}

.hero-elevated__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(55, 122, 255, 0.18) 100%);
  border: 1px solid rgba(120, 178, 255, 0.45);
  color: rgba(198, 219, 255, 0.9);
  letter-spacing: 0.25em;
  font-size: 0.75em;
  font-weight: 650;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 60px rgba(42, 103, 208, 0.38);
}

.hero-elevated__headline {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 1.1;
  font-weight: 800;
  color: #f4f7ff;
  letter-spacing: -0.03em;
  text-shadow: 0 20px 60px rgba(5, 31, 74, 0.45);
}

.hero-elevated__headline span {
  display: block;
  background: linear-gradient(120deg, #7ebeff 0%, #2ad1ff 45%, #427dff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: 8px;
}

.hero-elevated__description {
  margin: 0;
  max-width: 560px;
  color: rgba(210, 224, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.hero-elevated__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.hero-elevated__cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 40px;
  border: none;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: #f9fbff;
  cursor: pointer;
  background: linear-gradient(135deg, #3f79ff 0%, #71caff 48%, #256bff 100%);
  box-shadow:
    0 20px 60px rgba(63, 121, 255, 0.4),
    inset 0 1px 2px rgba(255, 255, 255, 0.35);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-elevated__cta-button i {
  transition: transform 0.4s ease;
}

.hero-elevated__cta-button:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 28px 68px rgba(63, 121, 255, 0.55),
    0 0 40px rgba(114, 202, 255, 0.45);
}

.hero-elevated__cta-button:hover i {
  transform: translateX(6px);
}

.hero-elevated__cta-glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  mix-blend-mode: screen;
}

.hero-elevated__cta-button:hover .hero-elevated__cta-glow {
  opacity: 0.75;
}

.hero-elevated__cta-icon {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.hero-elevated__cta-label {
  position: relative;
  z-index: 1;
}

.hero-elevated__cta-note {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(180, 205, 255, 0.6);
}

.hero-elevated__showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-elevated__showcase-card {
  position: relative;
  border-radius: 28px;
  padding: 36px 32px;
  background:
    linear-gradient(160deg, rgba(11, 30, 74, 0.85) 0%, rgba(10, 51, 130, 0.75) 55%, rgba(19, 75, 170, 0.9) 100%);
  border: 1px solid rgba(90, 150, 255, 0.25);
  box-shadow:
    0 35px 80px rgba(8, 28, 70, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.hero-elevated__showcase-card::after {
  content: '';
  position: absolute;
  inset: -40% 10% 50% -20%;
  background: radial-gradient(circle, rgba(113, 202, 255, 0.35) 0%, transparent 65%);
  filter: blur(60px);
  opacity: 0.8;
}

.hero-elevated__showcase-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(170, 204, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(170, 204, 255, 0.25);
  position: relative;
  z-index: 1;
}

.hero-elevated__showcase-value {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #f5f9ff;
}

.hero-elevated__showcase-caption {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: rgba(199, 216, 255, 0.7);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-elevated__showcase-divider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin: 26px 0 20px;
  background: linear-gradient(90deg, transparent 0%, rgba(123, 187, 255, 0.6) 50%, transparent 100%);
}

.hero-elevated__showcase-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  color: rgba(206, 220, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero-elevated__showcase-meta strong {
  color: #f5f9ff;
  font-weight: 800;
}

.hero-elevated__orbit {
  position: absolute;
  inset: -40px;
  pointer-events: none;
}

.hero-elevated__orbit span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(113, 202, 255, 0.15);
  animation: orbitRotate 16s linear infinite;
}

.hero-elevated__orbit span:nth-child(1) {
  inset: 10%;
}

.hero-elevated__orbit span:nth-child(2) {
  inset: 25%;
  animation-duration: 20s;
  animation-direction: reverse;
}

.hero-elevated__orbit span:nth-child(3) {
  inset: 40%;
  animation-duration: 24s;
}

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

.hero-elevated__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
}

.hero-elevated__metric {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(7, 24, 62, 0.65) 0%, rgba(13, 42, 102, 0.55) 100%);
  border: 1px solid rgba(78, 139, 255, 0.2);
  box-shadow:
    0 24px 50px rgba(4, 15, 40, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.hero-elevated__metric::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(113, 202, 255, 0.28), transparent 70%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hero-elevated__metric:hover {
  transform: translateY(-8px);
  border-color: rgba(126, 190, 255, 0.55);
  box-shadow:
    0 32px 60px rgba(6, 24, 60, 0.65),
    0 0 45px rgba(113, 202, 255, 0.25);
}

.hero-elevated__metric:hover::after {
  opacity: 1;
}

.hero-elevated__metric-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #8fc2ff;
  font-size: 1.35rem;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(143, 194, 255, 0.35);
}

.hero-elevated__metric-value {
  font-size: 2rem;
  font-weight: 750;
  color: #f5f9ff;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.hero-elevated__metric-label {
  font-size: 0.95rem;
  color: rgba(196, 215, 245, 0.65);
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .hero-elevated {
    padding: 150px 0 110px;
  }

  .hero-elevated__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-elevated__showcase {
    justify-content: flex-start;
  }

  .hero-elevated__showcase-card {
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .hero-elevated {
    padding: 140px 0 90px;
  }

  .hero-elevated__inner {
    padding: 0 7%;
    gap: 50px;
  }

  .hero-elevated__copy {
    gap: 22px;
  }

  .hero-elevated__headline {
    font-size: clamp(2.2rem, 6vw, 3.2rem);
  }

  .hero-elevated__description {
    font-size: 1rem;
  }

  .hero-elevated__cta-button {
    width: 100%;
    justify-content: center;
  }

  .hero-elevated__showcase-card {
    width: 100%;
  }

  .hero-elevated__metrics {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
  }

  .hero-elevated__metric {
    padding: 24px;
  }
}

@media (max-width: 540px) {
  .hero-elevated__inner {
    padding: 0 8%;
  }

  .hero-elevated__badge {
    letter-spacing: 0.18em;
    font-size: 0.7rem;
  }

  .hero-elevated__cta-note {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }

  .hero-elevated__showcase-card {
    padding: 30px 26px;
  }

  .hero-elevated__showcase-value {
    font-size: 2.6rem;
  }

  .hero-elevated__metrics {
    grid-template-columns: 1fr;
  }
}

/* ROI Timeline Section */
.roi-timeline-section {
  margin-top: -120px;
  padding: 220px 5% 170px;
  background: transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.roi-timeline-section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -240px;
  bottom: -180px;
  background:
    radial-gradient(65% 110% at 50% 18%, rgba(26, 115, 232, 0.12) 0%, rgba(26, 115, 232, 0) 62%),
    linear-gradient(180deg,
      rgba(1, 7, 21, 0) 0%,
      rgba(1, 7, 21, 0.58) 14%,
      rgba(1, 7, 21, 0.9) 28%,
      rgba(2, 12, 40, 0.95) 54%,
      rgba(1, 8, 28, 0.96) 74%,
      #01081c 100%);
  pointer-events: none;
  z-index: 0;
}

.roi-timeline-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -220px;
  height: 260px;
  background: linear-gradient(180deg, rgba(1, 7, 21, 0) 0%, rgba(1, 7, 21, 0.76) 68%, #01040f 100%);
  pointer-events: none;
  z-index: 0;
}

.roi-timeline-section .section-container {
  position: relative;
  z-index: 2;
}

.timeline-title {
  font-size: 3em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.timeline-subtitle {
  font-size: 1.3em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-chart-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.chart-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  backdrop-filter: blur(10px);
}

#roiChart {
  width: 100%;
  height: auto;
  cursor: crosshair;
}

.timeline-insights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.insight-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 35px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.insight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #1a73e8, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.insight-card:hover::before {
  opacity: 1;
}

.insight-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 115, 232, 0.5);
  box-shadow: 0 10px 30px rgba(26, 115, 232, 0.2);
}

.phase-label {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(26, 115, 232, 0.15);
  border-radius: 20px;
  color: #1a73e8;
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.insight-card h3 {
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.insight-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 20px;
}

.phase-stat {
  font-size: 2em;
  color: #1a73e8;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  background: rgba(26, 115, 232, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(26, 115, 232, 0.3);
}

.timeline-cta {
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.1) 0%, rgba(33, 150, 243, 0.15) 100%);
  border: 1px solid rgba(26, 115, 232, 0.3);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}

.cta-content h3 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* SVG chart elements animations */
.chart-point {
  cursor: pointer;
  transition: all 0.3s ease;
}

.chart-point:hover {
  r: 8;
  filter: drop-shadow(0 0 8px rgba(26, 115, 232, 0.8));
}

/* Responsive Design */
@media (max-width: 768px) {
  .timeline-title {
    font-size: 2em;
  }
  
  .timeline-subtitle {
    font-size: 1.1em;
  }
  
  .timeline-insights {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .chart-wrapper {
    padding: 20px;
  }
  
  .timeline-cta {
    padding: 30px 20px;
  }
  
  .cta-content h3 {
    font-size: 1.5em;
  }
  
  .cta-content p {
    font-size: 1em;
  }
}

/* Base header styles */
header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1400px;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  box-sizing: border-box;
}

/* Logo styles */
.logo {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Navigation styles */
nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #1a73e8;
}

/* Header buttons container */
.header-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* CTA button styles */
.cta-button {
  padding: 12px 28px;
  background: linear-gradient(135deg, #1a73e8 0%, #2196f3 100%); /* Brighter blue gradient */
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 115, 232, 0.3); /* Increased glow */
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4); /* Brighter hover glow */
  background: linear-gradient(135deg, #2196f3 0%, #42a5f5 100%); /* Even brighter on hover */
}

/* Mobile menu button */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile-menu-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: white;
  margin: 5px 0;
  transition: 0.3s;
}

/* Desktop styles */
@media (min-width: 769px) {
  .mobile-menu-btn {
    display: none;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 0 20px;
    height: 70px;
  }

  .logo {
    font-size: 20px;
  }

  nav {
    display: none;
  }

  .header-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .cta-button {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .mobile-menu-btn {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-btn span {
    width: 24px;
    height: 2px;
    background-color: white;
    margin: 2px 0;
    transition: 0.3s;
  }
}

/* Ensure proper vertical alignment of all header elements */
header > *,
.header-buttons > * {
  display: flex;
  align-items: center;
}

/* Add spacing for content below header */
main {
  padding-top: 3px; /* Drastically reduced */
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  header button {
    margin: 0;
    padding: 8px 16px;
    font-size: 0.9em;
    order: 2;
    white-space: nowrap;
  }
}

/* Remove the floating button */
header > button:last-child {
  display: none !important; /* Using !important to override any other styles */
}

/* For mobile view only */
@media (max-width: 768px) {
  header > button:last-child {
    display: block !important;
    order: 2;
    margin: 0;
    padding: 8px 16px;
    font-size: 0.9em;
    white-space: nowrap;
  }
}

/* Ensure consistent styling with hero button */
header button, .hero button {
  background: linear-gradient(135deg, rgba(13, 31, 54, 0.95) 0%, rgba(18, 58, 109, 0.95) 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Consistent hover effects for both buttons */
header button:hover, .hero button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(18, 58, 109, 0.4);
  background: linear-gradient(135deg, rgba(18, 58, 109, 0.95) 0%, rgba(26, 115, 232, 0.95) 100%);
}

/* Animation for floating header */
@keyframes headerFloat {
  0% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  header {
    top: 10px;
    width: 95%;
    padding: 15px 20px;
    flex-direction: column;
  }

  nav {
    width: 100%;
    margin: 15px 0;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  header button {
    margin: 15px 0 0 0;
  }

  /* Adjust animation for mobile */
  @keyframes headerFloat {
    0% {
      opacity: 0;
      transform: translate(-50%, -20px);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
}

/* Adjust hero section to account for floating header */

/* ===================================

/* ===================================
   PREMIUM HERO + STATS - ULTRA MODERN DESIGN
   =================================== */

/* Section Wrapper */
.premium-hero-stats {
  padding: 180px 5% 100px;
  margin: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(26, 115, 232, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(66, 165, 245, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, #000814 0%, #001d3d 50%, #000814 100%);
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}

/* ===== ANIMATED BACKGROUND ELEMENTS ===== */
.hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

/* Animated Gradient Orbs */
.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  animation: floatOrb 20s ease-in-out infinite;
}

.orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(26, 115, 232, 0.4) 0%, transparent 70%);
  top: -10%;
  left: -10%;
  animation-delay: 0s;
}

.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(66, 165, 245, 0.3) 0%, transparent 70%);
  top: 50%;
  right: -5%;
  animation-delay: 5s;
}

.orb-3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(100, 181, 246, 0.25) 0%, transparent 70%);
  bottom: 10%;
  left: 40%;
  animation-delay: 10s;
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Floating Particles */
.floating-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(66, 165, 245, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(66, 165, 245, 0.8);
  animation: floatParticle 15s ease-in-out infinite;
}

.particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; animation-duration: 12s; }
.particle:nth-child(2) { left: 20%; top: 60%; animation-delay: 2s; animation-duration: 15s; }
.particle:nth-child(3) { left: 60%; top: 30%; animation-delay: 4s; animation-duration: 18s; }
.particle:nth-child(4) { left: 80%; top: 70%; animation-delay: 1s; animation-duration: 14s; }
.particle:nth-child(5) { left: 40%; top: 80%; animation-delay: 3s; animation-duration: 16s; }
.particle:nth-child(6) { left: 70%; top: 15%; animation-delay: 5s; animation-duration: 13s; }
.particle:nth-child(7) { left: 30%; top: 40%; animation-delay: 2.5s; animation-duration: 17s; }
.particle:nth-child(8) { left: 90%; top: 50%; animation-delay: 4.5s; animation-duration: 15s; }

@keyframes floatParticle {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(50px, -100px);
    opacity: 0;
  }
}

/* Grid Overlay */
.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(26, 115, 232, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 115, 232, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
  animation: gridPulse 4s ease-in-out infinite;
}

@keyframes gridPulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}

/* Light Beams */
.light-beam {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(26, 115, 232, 0.4) 50%, 
    transparent 100%);
  animation: beamMove 8s ease-in-out infinite;
  opacity: 0.6;
}

.beam-1 {
  left: 25%;
  animation-delay: 0s;
}

.beam-2 {
  right: 30%;
  animation-delay: 4s;
}

@keyframes beamMove {
  0%, 100% {
    transform: translateY(-20%);
    opacity: 0.4;
  }
  50% {
    transform: translateY(20%);
    opacity: 0.8;
  }
}

/* ===== PREMIUM CONTAINER - COMPACT & WIDE ===== */
.premium-container {
  max-width: 95%;
  margin: 0 auto;
  padding: 60px 80px;
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(135deg, 
      rgba(10, 31, 68, 0.8) 0%, 
      rgba(18, 58, 109, 0.7) 50%,
      rgba(10, 31, 68, 0.8) 100%);
  border: 2px solid rgba(26, 115, 232, 0.2);
  border-radius: 40px;
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  box-shadow: 
    0 50px 150px rgba(0, 0, 0, 0.5),
    0 20px 60px rgba(26, 115, 232, 0.2),
    0 0 80px rgba(26, 115, 232, 0.15),
    inset 0 2px 1px rgba(255, 255, 255, 0.1),
    inset 0 -1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: containerFadeIn 1s ease-out;
}

@keyframes containerFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.premium-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(135deg, 
    rgba(66, 165, 245, 0.5) 0%, 
    rgba(26, 115, 232, 0.2) 50%,
    rgba(66, 165, 245, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.premium-container:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(26, 115, 232, 0.4);
  box-shadow: 
    0 60px 180px rgba(0, 0, 0, 0.6),
    0 30px 80px rgba(26, 115, 232, 0.3),
    0 0 120px rgba(26, 115, 232, 0.2),
    inset 0 2px 2px rgba(255, 255, 255, 0.15),
    inset 0 -1px 1px rgba(0, 0, 0, 0.3);
}

.premium-container:hover::before {
  opacity: 1;
}

/* Geometric Shapes */
.geometric-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 40px;
}

.geo-shape {
  position: absolute;
  border: 1px solid rgba(26, 115, 232, 0.2);
  opacity: 0.6;
  animation: rotateShape 20s linear infinite;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 5%;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation-duration: 25s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  left: 8%;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  animation-duration: 30s;
  animation-direction: reverse;
}

.shape-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  animation-duration: 20s;
  opacity: 0.3;
}

@keyframes rotateShape {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* ===== HERO CONTENT ===== */
.hero-content {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  animation: contentFadeIn 0.8s ease-out 0.3s both;
}

@keyframes contentFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Badge with Glow */
.hero-badge {
  display: inline-block;
  padding: 12px 28px;
  background: 
    linear-gradient(135deg, rgba(26, 115, 232, 0.2) 0%, rgba(66, 165, 245, 0.15) 100%);
  border: 1px solid rgba(26, 115, 232, 0.4);
  border-radius: 50px;
  color: #42a5f5;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 15px rgba(26, 115, 232, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.badge-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent);
  animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgeShine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 200%;
  }
}

.hero-badge:hover {
  background: 
    linear-gradient(135deg, rgba(26, 115, 232, 0.3) 0%, rgba(66, 165, 245, 0.25) 100%);
  border-color: rgba(26, 115, 232, 0.6);
  transform: translateY(-3px);
  box-shadow: 
    0 8px 25px rgba(26, 115, 232, 0.3),
    0 0 40px rgba(26, 115, 232, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.hero-headline {
  font-size: 4em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 30px 0;
  letter-spacing: -1px;
}

.gradient-text {
  background: linear-gradient(135deg, #42a5f5 0%, #1a73e8 50%, #0d47a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.hero-subheadline {
  font-size: 1.35em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto 45px;
  font-weight: 400;
}

/* ===== ULTRA EXCLUSIVE CTA BUTTON ===== */
.cta-wrapper-exclusive {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.exclusive-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 22px 50px;
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%),
    linear-gradient(135deg, 
      rgba(218, 165, 32, 0.15) 0%,
      rgba(26, 115, 232, 0.95) 30%,
      rgba(26, 115, 232, 1) 70%,
      rgba(218, 165, 32, 0.15) 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 15px 45px rgba(26, 115, 232, 0.5),
    0 5px 20px rgba(218, 165, 32, 0.3),
    0 0 60px rgba(26, 115, 232, 0.3),
    inset 0 2px 2px rgba(255, 255, 255, 0.2),
    inset 0 -2px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Exclusive Shimmer Effect */
.exclusive-shimmer {
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.5), 
    rgba(218, 165, 32, 0.5),
    transparent);
  animation: exclusiveShimmer 4s ease-in-out infinite;
  z-index: -1;
  transform: skewX(-20deg);
}

@keyframes exclusiveShimmer {
  0% {
    left: -150%;
  }
  50%, 100% {
    left: 250%;
  }
}

/* Exclusive Border Animation */
.exclusive-border {
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(45deg, 
    rgba(218, 165, 32, 0.8),
    rgba(26, 115, 232, 0.8),
    rgba(66, 165, 245, 0.8),
    rgba(218, 165, 32, 0.8));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.8;
  animation: rotateBorder 4s linear infinite;
  pointer-events: none;
}

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

/* CTA Text Container */
.exclusive-cta .cta-text {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}

/* Star Icon */
.cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFD700;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
  animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
  }
  50% {
    transform: scale(1.15) rotate(180deg);
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 1));
  }
}

/* Outer Glow Effect */
.exclusive-glow-outer {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(135deg, 
    rgba(218, 165, 32, 0.4),
    rgba(26, 115, 232, 0.6),
    rgba(66, 165, 245, 0.4));
  border-radius: 18px;
  opacity: 0;
  z-index: -1;
  filter: blur(25px);
  transition: opacity 0.5s ease;
}

/* Hover Effects */
.exclusive-cta:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 
    0 20px 60px rgba(26, 115, 232, 0.6),
    0 10px 30px rgba(218, 165, 32, 0.4),
    0 0 80px rgba(26, 115, 232, 0.4),
    0 0 40px rgba(218, 165, 32, 0.3),
    inset 0 2px 3px rgba(255, 255, 255, 0.3),
    inset 0 -2px 3px rgba(0, 0, 0, 0.4);
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(135deg, 
      rgba(218, 165, 32, 0.2) 0%,
      rgba(26, 115, 232, 1) 30%,
      rgba(26, 115, 232, 1) 70%,
      rgba(218, 165, 32, 0.2) 100%);
}

.exclusive-cta:hover .exclusive-glow-outer {
  opacity: 1;
}

.exclusive-cta:hover i {
  transform: translateX(5px);
  animation: arrowBounce 0.6s ease-in-out infinite;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}

.exclusive-cta:active {
  transform: translateY(-3px) scale(1);
}

/* Subtext Below Button */
.cta-subtext {
  margin-top: 12px;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.cta-subtext::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #FFD700;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
  animation: dotPulseGold 2s ease-in-out infinite;
}

.cta-subtext::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #FFD700;
  border-radius: 50%;
  margin-left: 8px;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
  animation: dotPulseGold 2s ease-in-out infinite;
}

@keyframes dotPulseGold {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* ===== ELEGANT DIVIDER WITH PULSE ===== */
.elegant-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 80px 0;
  opacity: 0.8;
  position: relative;
  z-index: 2;
}

.divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(26, 115, 232, 0.6) 50%, 
    transparent 100%);
  position: relative;
  overflow: hidden;
}

.divider-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent,
    rgba(66, 165, 245, 0.8),
    transparent);
  animation: lineScan 3s ease-in-out infinite;
}

@keyframes lineScan {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 150%;
  }
}

.divider-dot {
  width: 12px;
  height: 12px;
  background: #1a73e8;
  border-radius: 50%;
  box-shadow: 
    0 0 20px rgba(26, 115, 232, 0.8),
    0 0 40px rgba(26, 115, 232, 0.4);
  position: relative;
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 
      0 0 20px rgba(26, 115, 232, 0.8),
      0 0 40px rgba(26, 115, 232, 0.4);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 
      0 0 30px rgba(26, 115, 232, 1),
      0 0 60px rgba(26, 115, 232, 0.6);
  }
}

.dot-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid rgba(26, 115, 232, 0.6);
  border-radius: 50%;
  animation: ringPulse 2s ease-out infinite;
}

@keyframes ringPulse {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

/* Stats Section */
.stats-section-elegant {
  text-align: center;
}

.stats-header-elegant {
  margin-bottom: 60px;
}

.stats-header-elegant h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.stats-header-elegant p {
  font-size: 1.15em;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-weight: 400;
}

/* Premium Stats Grid - Directly Below Content */
.stats-grid-premium {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 50px 0 40px;
  position: relative;
  z-index: 2;
}

/* ===== ENHANCED STAT CARDS WITH PREMIUM EFFECTS ===== */
.stat-card-premium {
  padding: 45px 30px;
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%),
    linear-gradient(135deg, 
    rgba(26, 115, 232, 0.08) 0%, 
    rgba(18, 58, 109, 0.12) 100%);
  border: 1px solid rgba(26, 115, 232, 0.25);
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

.stat-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(26, 115, 232, 0.15) 0%, 
    transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Stat Card Glow Effect */
.stat-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, 
    rgba(26, 115, 232, 0.3) 0%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  animation: rotateGlow 10s linear infinite;
}

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

.stat-card-premium:hover::before {
  opacity: 1;
}

.stat-card-premium:hover .stat-card-glow {
  opacity: 1;
}

.stat-card-premium:hover {
  transform: translateY(-12px) scale(1.03);
  border-color: rgba(26, 115, 232, 0.5);
  box-shadow: 
    0 25px 70px rgba(26, 115, 232, 0.3),
    0 0 60px rgba(26, 115, 232, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.1);
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%),
    linear-gradient(135deg, 
    rgba(26, 115, 232, 0.15) 0%, 
    rgba(33, 150, 243, 0.12) 100%);
}

/* ===== STAT ICON WITH RING EFFECT ===== */
.stat-icon-premium {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%),
    linear-gradient(135deg, 
      rgba(26, 115, 232, 0.25), 
      rgba(33, 150, 243, 0.35));
  border-radius: 50%;
  font-size: 1.6em;
  color: #42a5f5;
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 
    0 5px 20px rgba(26, 115, 232, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.stat-icon-premium i {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Icon Ring Effect */
.icon-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid rgba(26, 115, 232, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}

.stat-icon-premium::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(66, 165, 245, 0.4);
  border-radius: 50%;
  opacity: 0;
  transform: scale(1);
  transition: all 0.6s ease;
}

.stat-card-premium:hover .stat-icon-premium {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 
    0 10px 40px rgba(26, 115, 232, 0.5),
    0 0 60px rgba(26, 115, 232, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.3);
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%),
    linear-gradient(135deg, 
      rgba(26, 115, 232, 0.35), 
      rgba(33, 150, 243, 0.45));
}

.stat-card-premium:hover .stat-icon-premium i {
  transform: scale(1.1);
  color: #64b5f6;
  animation: iconFloat 2s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) scale(1.1);
  }
  50% {
    transform: translateY(-5px) scale(1.1);
  }
}

.stat-card-premium:hover .icon-ring {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.3);
  animation: ringExpand 1.5s ease-out infinite;
}

@keyframes ringExpand {
  0% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.stat-card-premium:hover .stat-icon-premium::after {
  opacity: 1;
  transform: scale(1.5);
  opacity: 0;
}

/* Stat Value */
.stat-value {
  font-size: 2.8em;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 12px;
  letter-spacing: -1px;
  line-height: 1;
}

/* Stat Description */
.stat-description {
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  font-weight: 400;
}

/* Responsive Design */
@media (max-width: 1400px) {
  .premium-container {
    max-width: 93%;
    padding: 55px 70px;
  }
  
  .hero-headline {
    font-size: 3.5em;
  }
  
  .stats-grid-premium {
    gap: 18px;
  }
}

@media (max-width: 1200px) {
  .premium-container {
    padding: 60px 60px;
  }
  
  .hero-headline {
    font-size: 3em;
  }
  
  .stats-grid-premium {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 968px) {
  .premium-hero-stats {
    padding: 140px 4% 80px;
  }
  
  .premium-container {
    max-width: 94%;
    padding: 45px 35px;
    border-radius: 30px;
  }
  
  .hero-headline {
    font-size: 2.5em;
  }
  
  .hero-subheadline {
    font-size: 1.2em;
  }
  
  .stats-grid-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 40px 0 30px;
  }
  
  .stat-value {
    font-size: 2.4em;
  }
  
  .exclusive-cta {
    padding: 18px 40px;
    font-size: 1.05em;
  }
  
  .cta-subtext {
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  .premium-hero-stats {
    padding: 120px 3% 60px;
  }
  
  .premium-container {
    max-width: 96%;
    padding: 40px 30px;
  }
  
  .hero-badge {
    font-size: 0.85em;
    padding: 10px 24px;
  }
  
  .hero-headline {
    font-size: 2.2em;
  }
  
  .hero-subheadline {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  
  .stats-grid-premium {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 35px 0 25px;
  }
  
  .stat-card-premium {
    padding: 35px 25px;
  }
  
  .stat-icon-premium {
    width: 56px;
    height: 56px;
    font-size: 1.4em;
  }
  
  .exclusive-cta {
    padding: 16px 35px;
    font-size: 1em;
  }
  
  .cta-subtext {
    font-size: 0.75em;
  }
}

@media (max-width: 580px) {
  .premium-hero-stats {
    padding: 100px 4% 50px;
  }
  
  .premium-container {
    padding: 40px 30px;
    border-radius: 25px;
  }
  
  .hero-headline {
    font-size: 1.9em;
    line-height: 1.2;
  }
  
  .hero-subheadline {
    font-size: 1.05em;
  }
  
  .premium-cta {
    padding: 15px 32px;
    font-size: 1em;
    width: 100%;
    max-width: 300px;
  }
  
  .stats-grid-premium {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .stats-header-elegant h2 {
    font-size: 1.8em;
  }
  
  .stats-header-elegant p {
    font-size: 1.05em;
  }
  
  .stat-card-premium {
    padding: 32px 24px;
  }
  
  .stat-value {
    font-size: 2.2em;
  }
  
  .stat-description {
    font-size: 0.9em;
  }
  
  .stat-icon-premium {
    width: 52px;
    height: 52px;
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}


.trusted, .results {
  text-align: center;
  padding: 30px 20px;
  opacity: 0;
  animation: elegantFadeIn 1.5s ease-out forwards;
  animation-delay: 1.5s;
  margin: 0 10%;
}

.trusted h2, .results h2 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 20px;
}

.philosophy {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 130px 10% 110px;
  background: linear-gradient(180deg, #01030b 0%, #040a1f 50%, #061233 100%);
  overflow: hidden;
}

.philosophy::before,
.philosophy::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

.philosophy::before {
  top: -1px;
  height: 190px;
  background: linear-gradient(180deg, rgba(1, 3, 11, 0.85) 0%, rgba(1, 3, 11, 0.4) 55%, rgba(1, 3, 11, 0) 100%);
}

.philosophy::after {
  bottom: -1px;
  height: 190px;
  background: linear-gradient(180deg, rgba(6, 18, 51, 0) 0%, rgba(3, 7, 20, 0.65) 65%, #020617 100%);
}

.philosophy-main {
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.philosophy-sub {
  font-size: 2em; /* Increased from previous size */
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.logo-container, .results-container {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.logo-container::before,
.logo-container::after,
.results-container::before,
.results-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.logo-container::before,
.results-container::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.logo-container::after,
.results-container::after {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.logo-container div, .results-container div {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logo-container img, .results-container img {
  width: 100px;
  margin: 0 15px;
  flex-shrink: 0;
}

.results-container img {
  width: 200px;
}

.section {
  text-align: center;
  padding: 50px 20px;
  margin: 0 15%; /* Increased from 10% to 15% */
  opacity: 1; /* Change from 0 to 1 */
  transform: none; /* Remove transform */
  animation: elegantSlideUp 1.2s ease-out forwards;
}

.card {
  background: rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.inner-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
  flex: 1;
  min-width: 250px;
}

.card h3 {
  font-size: 1.5em;
  color: #fff;
}

.card p {
  color: #ccc;
}

.psa-statement {
  font-size: 1.2em;
  line-height: 1.6;
  text-align: center;
  margin: 30px auto;
  max-width: 800px;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  background: rgba(17, 17, 17, 0.1);
  border-radius: 10px;
}

.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.offer-card {
  border-radius: 15px;
  padding: 30px 40px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
  overflow: hidden;
  gap: 40px;
}

.offer-card-content {
  flex: 2; /* Takes up more space */
  max-width: 60%; /* Limits the width */
}

.offer-card-image {
  flex: 1;
  max-width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.offer-card-image i {
  font-size: 6em; /* Increased from 4em */
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

/* Enhanced icon styling with background effects */
.offer-card-image::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  z-index: 0;
  transition: all 0.4s ease;
}

/* Icon specific colors and effects */
.offer-card:nth-child(1) .offer-card-image i {
  color: #1a73e8; /* Blue */
  text-shadow: 0 0 20px rgba(26, 115, 232, 0.4);
}

.offer-card:nth-child(1) .offer-card-image::before {
  background: rgba(26, 115, 232, 0.1);
}

.offer-card:nth-child(2) .offer-card-image i {
  color: #2ecc71; /* Green */
  text-shadow: 0 0 20px rgba(46, 204, 113, 0.4);
}

.offer-card:nth-child(2) .offer-card-image::before {
  background: rgba(46, 204, 113, 0.1);
}

.offer-card:nth-child(3) .offer-card-image i {
  color: #9b59b6; /* Purple */
  text-shadow: 0 0 20px rgba(155, 89, 182, 0.4);
}

.offer-card:nth-child(3) .offer-card-image::before {
  background: rgba(155, 89, 182, 0.1);
}

/* Enhanced hover effects */
.offer-card:hover .offer-card-image i {
  transform: scale(1.1) translateY(-5px);
}

.offer-card:hover .offer-card-image::before {
  transform: scale(1.2);
  opacity: 0.8;
}

/* Additional decorative elements */
.offer-card-image::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.3;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.5;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .offer-card-image i {
    font-size: 5em;
  }

  .offer-card-image::before {
    width: 100px;
    height: 100px;
  }

  .offer-card-image::after {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .offer-card-image i {
    font-size: 4em;
  }

  .offer-card-image::before {
    width: 80px;
    height: 80px;
  }

  .offer-card-image::after {
    width: 100px;
    height: 100px;
  }
}

/* Reset all previous offer card styles and create a single source of truth */
.offer-card {
  border-radius: 15px;
  padding: 30px 40px;
  margin: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Card backgrounds */
.offer-card:nth-child(1) {
  background: linear-gradient(135deg, rgba(18, 58, 109, 0.9) 0%, rgba(26, 115, 232, 0.9) 100%);
}

.offer-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(26, 109, 63, 0.9) 0%, rgba(46, 204, 113, 0.9) 100%);
}

.offer-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(109, 26, 109, 0.9) 0%, rgba(155, 89, 182, 0.9) 100%);
}

.offer-card-content {
  flex: 1;
  text-align: left;
  z-index: 2;
}

/* Headline */
.offer-card-content h3 {
  font-size: 1.5em;
  margin: 0 0 30px 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
  line-height: 1.2;
}

/* Body text */
.offer-card-content p {
  font-size: 1em;
  line-height: 1.3; /* Increased from 1.15 to 1.3 for more breathing room */
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
  display: block;
}

/* Group of body text */
.offer-card-content p:last-of-type {
  margin-bottom: 35px;
}

/* Button */
.offer-card-content button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 14px 28px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.offer-card-content button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .offer-card {
    padding: 25px 30px;
  }

  .offer-card-content h3 {
    margin-bottom: 20px;
  }

  .offer-card-content p:last-of-type {
    margin-bottom: 25px;
  }
}

/* Base offer card button styles */
.offer-card-content button {
  margin-top: 30px;
  padding: 14px 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
  border: none;
  background: none;
}

/* Specific card button styles with animations */
/* Blue Card */
.section .offer-card:nth-child(1) .offer-card-content button {
  background: rgba(18, 58, 109, 0.7);
  box-shadow: 0 4px 15px rgba(18, 58, 109, 0.2);
}

/* Green Card */
.section .offer-card:nth-child(2) .offer-card-content button {
  background: rgba(26, 109, 63, 0.7);
  box-shadow: 0 4px 15px rgba(26, 109, 63, 0.2);
}

/* Purple Card */
.section .offer-card:nth-child(3) .offer-card-content button {
  background: rgba(109, 26, 109, 0.7);
  box-shadow: 0 4px 15px rgba(109, 26, 109, 0.2);
}

/* Hover effects */
.offer-card-content button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Blue Card hover */
.section .offer-card:nth-child(1) .offer-card-content button:hover {
  background: rgba(18, 58, 109, 0.9);
  box-shadow: 0 8px 25px rgba(18, 58, 109, 0.3);
}

/* Green Card hover */
.section .offer-card:nth-child(2) .offer-card-content button:hover {
  background: rgba(26, 109, 63, 0.9);
  box-shadow: 0 8px 25px rgba(26, 109, 63, 0.3);
}

/* Purple Card hover */
.section .offer-card:nth-child(3) .offer-card-content button:hover {
  background: rgba(109, 26, 109, 0.9);
  box-shadow: 0 8px 25px rgba(109, 26, 109, 0.3);
}

/* Shine effect */
.offer-card-content button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: 0.5s;
}

.offer-card-content button:hover::before {
  left: 100%;
  transition: 0.7s;
}

/* Glow effect */
.offer-card-content button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: inherit;
  transition: 0.3s;
  opacity: 0;
}

.offer-card-content button:hover::after {
  opacity: 1;
  animation: glow 1.5s ease-out infinite;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
}

/* =========================================================
   Benefits Section
   ========================================================= */
.benefits-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 5% 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  position: relative;
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% -18%, rgba(112, 188, 255, 0.42), rgba(112, 188, 255, 0) 50%),
    radial-gradient(circle at 88% 118%, rgba(74, 140, 255, 0.38), rgba(74, 140, 255, 0) 60%),
    linear-gradient(148deg, rgba(8, 20, 52, 0.96) 0%, rgba(13, 32, 78, 0.92) 48%, rgba(20, 48, 120, 0.95) 100%);
  border: 1px solid rgba(118, 183, 255, 0.22);
  box-shadow:
    0 32px 85px rgba(5, 12, 34, 0.78),
    0 0 75px rgba(72, 138, 255, 0.32);
  overflow: hidden;
  isolation: isolate;
}

.benefits-section::before {
  content: '';
  position: absolute;
  inset: -18% -28%;
  background: radial-gradient(circle at 50% 28%, rgba(108, 178, 255, 0.48) 0%, rgba(108, 178, 255, 0.16) 42%, rgba(9, 23, 58, 0) 75%);
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

.benefits-section > * {
  position: relative;
  z-index: 1;
}

.benefits-title {
  margin: 0;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  font-weight: 800;
  color: #f3f7ff;
  letter-spacing: -0.02em;
  text-shadow: 0 18px 45px rgba(12, 24, 52, 0.55);
}

.benefits-subtitle {
  margin: 0;
  font-size: 1.1rem;
  color: rgba(210, 224, 255, 0.75);
  max-width: 620px;
  line-height: 1.7;
}

.benefits-grid {
  width: 100%;
  margin-top: 48px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.benefits-grid::before {
  content: none;
}

.benefit-card {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(7, 24, 62, 0.78) 0%, rgba(13, 42, 102, 0.62) 100%);
  border: 1px solid rgba(78, 139, 255, 0.22);
  box-shadow:
    0 28px 55px rgba(4, 15, 40, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.benefit-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(113, 202, 255, 0.32), transparent 70%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
  border-color: rgba(126, 190, 255, 0.55);
  box-shadow:
    0 35px 75px rgba(6, 24, 60, 0.65),
    0 0 45px rgba(113, 202, 255, 0.22);
}

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

.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #8fc2ff;
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(143, 194, 255, 0.35);
}

.benefit-card h3 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 700;
  color: #f5f9ff;
  letter-spacing: -0.01em;
}

.benefit-card p {
  margin: 0;
  font-size: 0.98rem;
  color: rgba(196, 215, 245, 0.72);
  line-height: 1.65;
}

.benefits-cta {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .benefits-grid {
    gap: 20px;
  }

  .benefit-card {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .benefits-section {
    padding: 90px 6% 80px;
  }

  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
  }

  .benefit-card {
    padding: 26px;
  }
}

@media (max-width: 540px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefits-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .benefit-card {
    padding: 24px;
    gap: 16px;
  }

  .benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 1.3rem;
  }
}

footer {
  background: linear-gradient(to bottom, #000000, #0a0a1a);
  padding: 30px 0; /* Reduced from 60px */
  position: relative;
  overflow: hidden;
  margin-top: 50px; /* Reduced from 100px */
  min-height: 200px; /* Reduced from 300px */
}

/* Star container */
.starfield,
.falling-star {
  display: none;
}

/* Background stars effect */
.starfield::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.2) 100%, transparent);
  animation: twinkle 2s ease-in-out infinite alternate;
}

@keyframes twinkle {
  from { opacity: 0.3; }
  to { opacity: 0.7; }
}

/* Footer content stays above stars */
.footer-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px; /* Reduced from 30px */
}

.footer-content .logo {
  font-size: 1.8rem; /* Slightly reduced from 2rem */
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.social-links {
  display: flex;
  gap: 30px;
  margin: 10px 0; /* Reduced from 20px */
}

.social-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.social-links a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.social-links a:hover {
  color: #fff;
}

.social-links a:hover::after {
  transform: scaleX(1);
}

.copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px; /* Reduced from 20px */
}

/* Shooting star animation */
@keyframes shootingStars {
  0% {
    transform: translateX(0) translateY(0) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) translateY(1000px) rotate(45deg);
    opacity: 0;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  footer {
    padding: 25px 0; /* Reduced from 40px */
  }

  .footer-content {
    padding: 0 15px;
    gap: 10px; /* Reduced gap for mobile */
  }

  .social-links {
    gap: 20px;
  }

  .footer-content .logo {
    font-size: 1.5rem;
  }
}

/* New elegant animations */
@keyframes smoothFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes elegantFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes elegantSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes buttonGlow {
  0%, 100% {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
  }
}

/* Add subtle parallax effect to sections */
.section {
  opacity: 1; /* Change from 0 to 1 */
  transform: none; /* Remove transform */
  animation: elegantSlideUp 1.2s ease-out forwards;
}

.section:nth-child(1) { animation-delay: 0.3s; }
.section:nth-child(2) { animation-delay: 0.6s; }
.section:nth-child(3) { animation-delay: 0.9s; }

/* Base reveal animation styles */
.reveal {
  opacity: 1; /* Start visible */
  transform: none; /* Remove initial transform */
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Different delays for elements */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Add specific reveal variations */
.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease;
}

.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Specific reveal animations when scrolled into view */
.reveal-left.active {
  animation: slideInLeft 0.8s ease-out forwards;
}

.reveal-right.active {
  animation: slideInRight 0.8s ease-out forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Add these styles at the very end of your style.css file */

/* Reset and override all previous offer card button styles */
.offer-card-content button {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: linear-gradient(to right, #1557b0, #1a73e8) !important;
  color: white !important;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  margin-top: 30px !important;
  width: auto !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Individual card button styles with !important */
.section .offer-card:nth-child(1) .offer-card-content button {
  background: linear-gradient(to right, #1557b0, #1a73e8) !important;
}

.section .offer-card:nth-child(2) .offer-card-content button {
  background: linear-gradient(to right, #27ae60, #2ecc71) !important;
}

.section .offer-card:nth-child(3) .offer-card-content button {
  background: linear-gradient(to right, #8e44ad, #9b59b6) !important;
}

/* Hover effects with !important */
.offer-card-content button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

/* Section Container */
.section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Founder Section - Unified Premium Card */
/* ==================== PREMIUM FOUNDER SECTION ==================== */

/* ===================================
   PREMIUM BLACK FADE BLUE HERO SECTION
   =================================== */

.founder-section {
  padding: 160px 20px;
  margin: 0;
  overflow: visible;
  position: relative;
  background: linear-gradient(180deg, 
    rgba(0, 0, 0, 1) 0%, 
    rgba(5, 10, 20, 0.98) 30%,
    rgba(10, 20, 40, 0.95) 50%,
    rgba(5, 10, 20, 0.98) 70%,
    rgba(0, 0, 0, 1) 100%);
}

.founder-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 1400px;
  background: radial-gradient(circle, 
    rgba(30, 90, 200, 0.15) 0%, 
    rgba(20, 60, 150, 0.08) 30%, 
    transparent 70%);
  pointer-events: none;
  animation: pulseGlow 12s ease-in-out infinite;
  filter: blur(60px);
}

@keyframes pulseGlow {
  0%, 100% { 
    opacity: 0.4; 
    transform: translate(-50%, -50%) scale(1); 
  }
  50% { 
    opacity: 0.7; 
    transform: translate(-50%, -50%) scale(1.2); 
  }
}

/* Premium Black Card Container */
.founder-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 63px 56px;
  background: linear-gradient(135deg, 
    rgba(5, 10, 20, 0.95) 0%, 
    rgba(10, 20, 35, 0.9) 25%,
    rgba(15, 30, 55, 0.85) 50%,
    rgba(10, 20, 35, 0.9) 75%,
    rgba(5, 10, 20, 0.95) 100%);
  border: 2px solid rgba(30, 90, 200, 0.3);
  border-radius: 28px;
  backdrop-filter: blur(40px);
  box-shadow: 
    0 50px 120px rgba(0, 0, 0, 0.6),
    0 20px 60px rgba(30, 90, 200, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.05),
    inset 0 -1px 2px rgba(30, 90, 200, 0.1);
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: grandEntrance 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.founder-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, 
    rgba(30, 90, 200, 0.4) 0%, 
    rgba(20, 60, 150, 0.2) 25%,
    rgba(40, 100, 220, 0.3) 50%,
    rgba(20, 60, 150, 0.2) 75%,
    rgba(30, 90, 200, 0.4) 100%);
  border-radius: 40px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
  filter: blur(20px);
}

.founder-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(135deg, 
    rgba(30, 90, 200, 0.5) 0%, 
    rgba(50, 120, 240, 0.3) 50%,
    rgba(30, 90, 200, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.founder-card:hover::before {
  opacity: 0.6;
}

.founder-card:hover {
  transform: translateY(-10px);
  border-color: rgba(30, 90, 200, 0.5);
  box-shadow: 
    0 60px 140px rgba(0, 0, 0, 0.7),
    0 30px 80px rgba(30, 90, 200, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.08),
    inset 0 -1px 2px rgba(30, 90, 200, 0.15);
}

@keyframes grandEntrance {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(40px);
  }
  60% {
    opacity: 1;
    transform: scale(1.02) translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* ========== HERO HEADLINE - BIG & FIRST ========== */
.hero-headline {
  text-align: center;
  position: relative;
  margin: 0 auto 70px;
  padding: 40px 30px;
  max-width: 780px;
  opacity: 0;
  animation: heroHeadlineAppear 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
  isolation: isolate;
}

.hero-headline::before,
.hero-headline::after {
  content: '“';
  position: absolute;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  background: linear-gradient(135deg, rgba(120, 170, 255, 0.6) 0%, rgba(40, 110, 220, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.hero-headline::before {
  top: -20px;
  left: -30px;
}

.hero-headline::after {
  content: '”';
  bottom: -30px;
  right: -25px;
}

.hero-headline:hover::before,
.hero-headline:hover::after {
  opacity: 0.75;
  transform: scale(1.05);
}

.headline-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 180px;
  background: radial-gradient(ellipse, rgba(30, 90, 200, 0.22) 0%, transparent 72%);
  filter: blur(70px);
  pointer-events: none;
  z-index: -1;
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.45; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.75; transform: translate(-50%, -50%) scale(1.07); }
}

.main-headline {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.02px;
  margin: 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, 
    #ffffff 0%, 
    #dbe6ff 35%,
    #78a8ff 70%,
    #346ff0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 6px 25px rgba(30, 90, 200, 0.28);
  filter: drop-shadow(0 2px 12px rgba(30, 90, 200, 0.35));
  transition: letter-spacing 0.5s ease, filter 0.5s ease, text-shadow 0.5s ease;
}

.hero-headline:hover .main-headline {
  filter: drop-shadow(0 4px 18px rgba(60, 140, 255, 0.5));
  text-shadow: 0 10px 30px rgba(40, 120, 255, 0.35);
}

.headline-accent {
  width: 160px;
  height: 4px;
  background: linear-gradient(90deg, 
    transparent 0%,
    rgba(30, 90, 200, 0.55) 30%,
    rgba(70, 140, 255, 0.9) 50%,
    rgba(30, 90, 200, 0.55) 70%,
    transparent 100%);
  margin: 30px auto 0;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(50, 120, 240, 0.55);
  transition: width 0.5s ease, box-shadow 0.5s ease;
}

.hero-headline:hover .headline-accent {
  width: 190px;
  box-shadow: 0 0 35px rgba(70, 140, 255, 0.75);
}

@keyframes heroHeadlineAppear {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ========== SPLIT LAYOUT: Headline + Quote ========== */
.founder-top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: stretch;
  justify-content: space-between;
}

.founder-top-row .hero-headline {
  margin: 0;
  max-width: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1 420px;
  min-width: 320px;
}

.founder-top-row .headline-accent {
  margin: 30px 0 0;
}

.founder-top-row .secondary-quote {
  margin-left: auto;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 360px;
  min-width: 280px;
  width: 100%;
}

/* ========== LEFT: Premium Founder Info ========== */
.founder-info {
  text-align: right;
  padding: 0;
  background: transparent;
  opacity: 0;
  animation: slideInFromRight 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
  transition: all 0.4s ease;
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-end;
}

.founder-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, 
    rgba(30, 90, 200, 0.2) 0%, 
    rgba(20, 60, 150, 0.15) 100%);
  border: 1.5px solid rgba(30, 90, 200, 0.4);
  border-radius: 25px;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(50, 120, 240, 1);
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(30, 90, 200, 0.2);
}

.founder-badge:hover {
  background: linear-gradient(135deg, 
    rgba(30, 90, 200, 0.35) 0%, 
    rgba(20, 60, 150, 0.25) 100%);
  border-color: rgba(50, 120, 240, 0.6);
  transform: translateX(8px);
  box-shadow: 0 6px 25px rgba(30, 90, 200, 0.4);
}

.founder-badge i {
  font-size: 1.2em;
  color: #3b8ff5;
}

.founder-name {
  font-size: 2em;
  background: linear-gradient(135deg, 
    #ffffff 0%, 
    #c8d8f0 40%,
    #5ba3f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  margin-bottom: 0;
  letter-spacing: 2px;
  line-height: 1.2;
  text-shadow: 0 6px 20px rgba(30, 90, 200, 0.4);
  filter: drop-shadow(0 3px 10px rgba(30, 90, 200, 0.3));
}

.founder-company {
  font-size: 1.05em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.founder-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, 
    rgba(30, 90, 200, 0.8) 0%, 
    rgba(50, 120, 240, 0.4) 100%);
  margin: 25px 0 25px auto;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(30, 90, 200, 0.5);
  transition: all 0.4s ease;
}

.founder-info:hover .founder-divider {
  width: 100px;
  box-shadow: 0 0 25px rgba(30, 90, 200, 0.7);
}

.founder-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.stat-item {
  padding: 18px 24px 18px 0;
  border-left: none;
  border-right: 4px solid rgba(30, 90, 200, 0.5);
  transition: all 0.4s ease;
  background: linear-gradient(270deg, 
    rgba(30, 90, 200, 0.1) 0%, 
    transparent 100%);
  text-align: right;
}

.stat-item:hover {
  border-right-color: rgba(50, 120, 240, 0.9);
  transform: translateX(-8px);
  background: linear-gradient(270deg, 
    rgba(30, 90, 200, 0.2) 0%, 
    transparent 100%);
  box-shadow: 0 4px 20px rgba(30, 90, 200, 0.3);
}

.stat-value {
  font-size: 1.8em;
  font-weight: 900;
  background: linear-gradient(135deg, 
    #ffffff 0%, 
    #e8f0ff 50%,
    #a8c8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  letter-spacing: -1px;
  filter: drop-shadow(0 2px 8px rgba(30, 90, 200, 0.3));
}

.stat-label {
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ========== RIGHT: Premium Secondary Quote ========== */
.secondary-quote {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 360px;
  width: 100%;
  padding: 26px 28px;
  background: linear-gradient(135deg,
    rgba(14, 36, 76, 0.85) 0%,
    rgba(8, 20, 48, 0.92) 50%,
    rgba(12, 24, 52, 0.98) 100%);
  border-radius: 22px;
  border: 1px solid rgba(70, 140, 255, 0.28);
  box-shadow: 0 24px 50px rgba(8, 20, 48, 0.45);
  overflow: hidden;
  text-align: left;
  opacity: 0;
  animation: slideInFromLeft 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1.1s forwards;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  align-self: center;
}

.secondary-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(91, 158, 255, 0.28), transparent 55%);
  pointer-events: none;
}

.secondary-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(80, 160, 255, 0.85) 0%, rgba(20, 100, 255, 0) 100%);
  opacity: 0.9;
}

.secondary-quote:hover {
  transform: translateY(-6px);
  border-color: rgba(86, 162, 255, 0.45);
  box-shadow: 0 36px 80px rgba(8, 20, 48, 0.55);
}

.insight-text {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05em;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0.01em;
  z-index: 1;
}

.insight-author {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  color: rgba(210, 224, 255, 0.7);
  font-size: 0.85em;
  letter-spacing: 0.04em;
  text-transform: none;
}

.insight-author strong {
  color: #f4f7ff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.insight-author span {
  color: rgba(146, 192, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78em;
}
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== RESPONSIVE DESIGN - PREMIUM FOUNDER SECTION ========== */

@media (max-width: 1200px) {
  .founder-section {
    padding: 140px 20px;
  }

  .founder-card {
    padding: 56px 49px 49px;
  }

  .headline-glow {
    width: 250px;
    height: 140px;
  }

  .hero-headline::before,
  .hero-headline::after {
    font-size: 2.3em;
  }

  .hero-headline::before {
    top: -16px;
    left: -20px;
  }

  .hero-headline::after {
    bottom: -24px;
    right: -18px;
  }

  .main-headline {
    font-size: 0.75em;
  }

  .founder-top-row {
    gap: 40px;
  }

  .founder-top-row .hero-headline {
    padding: 34px 24px;
  }

  .founder-name {
    font-size: 1.7em;
  }

  .secondary-quote {
    max-width: 340px;
    padding: 24px 26px;
  }

  .secondary-quote::after {
    left: 22px;
    width: 60px;
  }

  .insight-text {
    font-size: 1.02em;
  }
}

@media (max-width: 968px) {
  .founder-section {
    padding: 120px 20px;
  }

  .founder-card {
    padding: 49px 35px 42px;
  }

  .hero-headline {
    margin-bottom: 45px;
    padding: 30px 16px;
  }

  .headline-glow {
    width: 220px;
    height: 125px;
  }

  .hero-headline::before,
  .hero-headline::after {
    font-size: 2em;
  }

  .hero-headline::before {
    top: -14px;
    left: -16px;
  }

  .hero-headline::after {
    bottom: -22px;
    right: -14px;
  }

  .main-headline {
    font-size: 0.72em;
    letter-spacing: -0.02px;
  }

  .headline-accent {
    width: 160px;
    height: 4px;
    margin: 30px auto 0;
  }

  .founder-top-row {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }

  .founder-top-row .hero-headline {
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }

  .founder-top-row .headline-accent {
    margin: 30px auto 0;
  }

  .founder-top-row .secondary-quote {
    margin: 0 auto;
    align-self: center;
  }

  .founder-info {
    text-align: center;
    padding-bottom: 0;
    align-self: center;
    align-items: center;
  }

  .founder-badge {
    float: none;
    display: inline-flex;
  }

  .founder-divider {
    margin: 20px auto;
  }

  .founder-stats {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    align-items: center;
  }

  .stat-item {
    border-left: none;
    border-top: 4px solid rgba(30, 90, 200, 0.5);
    border-right: none;
    padding-left: 0;
    padding-top: 18px;
    text-align: center;
    background: transparent;
  }

  .stat-item:hover {
    transform: translateY(-5px);
    background: transparent;
  }

  .secondary-quote {
    margin: 0 auto;
    max-width: 520px;
    padding: 32px;
    text-align: left;
    border-top: none;
  }

  .secondary-quote::after {
    left: 24px;
    width: 70px;
  }

  .insight-text {
    font-size: 1.05em;
  }

  .insight-author {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .founder-section {
    padding: 100px 20px;
  }

  .founder-card {
    padding: 42px 28px 35px;
  }

  .hero-headline {
    margin-bottom: 35px;
    padding: 24px 12px;
  }

  .headline-glow {
    width: 180px;
    height: 105px;
    filter: blur(60px);
  }

  .hero-headline::before,
  .hero-headline::after {
    font-size: 1.7em;
  }

  .hero-headline::before {
    top: -12px;
    left: -12px;
  }

  .hero-headline::after {
    bottom: -20px;
    right: -12px;
  }

  .main-headline {
    font-size: 0.7em;
    letter-spacing: -0.02px;
  }

  .headline-accent {
    width: 140px;
    height: 3px;
    margin: 25px auto 0;
  }

  .founder-top-row {
    gap: 40px;
  }

  .founder-info {
    padding-bottom: 0;
    align-self: center;
  }

  .founder-badge {
    font-size: 0.7em;
    padding: 8px 16px;
  }

  .founder-name {
    font-size: 1.5em;
  }

  .founder-stats {
    flex-direction: column;
    gap: 20px;
  }

  .stat-item {
    border-top: 4px solid rgba(30, 90, 200, 0.5);
    border-left: none;
    border-right: none;
    padding: 16px 0 0 0;
    text-align: center;
  }

  .stat-value {
    font-size: 1.5em;
  }

  .stat-label {
    font-size: 0.7em;
  }

  .secondary-quote {
    max-width: 100%;
    padding: 28px;
  }

  .secondary-quote::after {
    left: 20px;
    width: 64px;
  }

  .insight-text {
    font-size: 1em;
  }

  .insight-author {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .founder-section {
    padding: 80px 15px;
  }

  .founder-card {
    padding: 35px 21px 28px;
    border-radius: 30px;
  }

  .hero-headline {
    margin-bottom: 30px;
    padding: 18px 10px;
  }

  .headline-glow {
    width: 150px;
    height: 90px;
    filter: blur(55px);
  }

  .hero-headline::before,
  .hero-headline::after {
    font-size: 1.5em;
  }

  .hero-headline::before {
    top: -10px;
    left: -8px;
  }

  .hero-headline::after {
    bottom: -18px;
    right: -8px;
  }

  .main-headline {
    font-size: 0.68em;
    letter-spacing: -0.015px;
  }

  .headline-accent {
    width: 100px;
    height: 3px;
    margin: 20px auto 0;
  }

  .founder-top-row {
    gap: 32px;
  }

  .founder-info {
    padding-bottom: 0;
    align-items: center;
  }

  .founder-badge {
    font-size: 0.65em;
    padding: 7px 14px;
  }

  .founder-name {
    font-size: 1.3em;
    letter-spacing: 1px;
  }

  .founder-divider {
    width: 60px;
    height: 3px;
  }

  .stat-value {
    font-size: 1.4em;
  }

  .stat-label {
    font-size: 0.65em;
  }

  .secondary-quote {
    padding: 24px;
  }

  .secondary-quote::after {
    left: 18px;
    width: 56px;
  }

  .insight-text {
    font-size: 0.95em;
  }
}

/* END PREMIUM FOUNDER SECTION */

/* New Media Feature Section */
.media-feature-section {
  padding: 40px 0;
  margin: 40px 0;
  text-align: center;
}

.media-feature-section h3 {
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
}

.results-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.results-container::before,
.results-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.results-container::before {
  left: 0;
  background: linear-gradient(90deg, rgb(13, 13, 13) 0%, rgba(13, 13, 13, 0) 100%);
}

.results-container::after {
  right: 0;
  background: linear-gradient(90deg, rgba(13, 13, 13, 0) 0%, rgb(13, 13, 13) 100%);
}

.results-container div {
  display: flex;
  gap: 40px;
  animation: scroll 20s linear infinite;
}

.results-container img {
  width: 180px;
  height: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.results-container img:hover {
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .media-feature-section {
    padding: 30px 0;
    margin: 30px 0;
  }
  
  .results-container img {
    width: 140px;
  }
  
  .results-container div {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .media-feature-section {
    padding: 20px 0;
    margin: 20px 0;
  }
  
  .results-container img {
    width: 120px;
  }
  
  .results-container div {
    gap: 25px;
  }
}

.premium-cta {
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.1) 0%, rgba(66, 165, 245, 0.1) 100%);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  margin: 40px auto;
  max-width: 900px;
}

.premium-content {
  max-width: 800px;
  margin: 0 auto;
}

.premium-content h3 {
  font-size: 2.5em;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #1a73e8 0%, #42a5f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premium-content .main-text {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  line-height: 1.6;
}

.premium-content .cta-text {
  font-size: 1.1em;
  color: #1a73e8;
  margin-bottom: 30px;
}

.premium-button {
  background: linear-gradient(135deg, #1a73e8 0%, #42a5f5 100%);
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 1.2em;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.premium-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
}

@media (max-width: 768px) {
  .premium-cta {
    padding: 40px 20px;
    margin: 20px;
  }

  .premium-content h3 {
    font-size: 2em;
  }

  .premium-content .main-text,
  .premium-content .cta-text {
    font-size: 1em;
  }
}

/* Mobile header improvements */
@media (max-width: 768px) {
  header {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.95);
  }

  nav {
    display: none; /* Hide by default on mobile */
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  }

  nav.active {
    display: block;
  }

  nav ul {
    flex-direction: column;
    gap: 20px;
  }

  nav ul li {
    width: 100%;
    text-align: center;
  }

  /* Add hamburger menu */
  .mobile-menu-btn {
    display: block;
    background: rgba(26, 115, 232, 0.1); /* Add background color */
    border-radius: 8px; /* Add rounded corners */
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
    z-index: 1000;
  }

  .mobile-menu-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: white;
    margin: 5px 0;
    transition: 0.3s;
  }

  /* Optional: Add hover effect */
  .mobile-menu-btn:hover {
    background: rgba(26, 115, 232, 0.2);
  }

  /* Adjust header button */
  header button {
    padding: 8px 16px;
    font-size: 0.9em;
  }
}

/* Improved mobile hero section */
@media (max-width: 768px) {
  .hero {
    margin: 100px 15px 20px;
    padding: 30px 15px;
  }

  .hero-small-title {
    font-size: 0.9em;
  }

  .hero h1 {
    font-size: 1.8em;
    padding: 0 10px;
    white-space: normal;
  }

  .hero-description {
    font-size: 1.1em;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .hero button {
    width: 100%;
    max-width: 300px;
    padding: 12px 24px;
  }
}

/* Improved mobile card layouts */
@media (max-width: 768px) {
  .section {
    margin: 0 15px;
    padding: 30px 15px;
  }

  .card-container {
    flex-direction: column;
  }

  .inner-card {
    min-width: unset;
    margin: 10px 0;
  }

  .offer-card {
    flex-direction: column;
    padding: 20px;
  }

  .offer-card-content,
  .offer-card-image {
    max-width: 100%;
  }

  .premium-cta {
    margin: 30px 15px;
    padding: 25px;
  }

  .premium-content h3 {
    font-size: 1.4em;
  }
}

/* Mobile menu styles */
@media (max-width: 768px) {
  /* Hide mobile menu button by default on desktop */
  .mobile-menu-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: calc(100% - 30px); /* Match hero section width (15px margin on each side) */
    height: 60px;
    margin: 10px 15px; /* Match hero section margins */
    position: fixed;
    top: 0;
    left: 0;
    transform: none; /* Remove transform */
    max-width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.95);
  }

  /* Logo positioning */
  .logo {
    flex: 0 0 auto;
  }

  /* Mobile menu button positioning */
  .mobile-menu-btn {
    order: 3; /* Move to the right */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative; /* Added for better positioning */
  }

  /* Get in touch button */
  header > button:last-child {
    order: 2; /* Put in the middle */
    display: block;
    margin: 0;
    padding: 8px 16px;
    font-size: 0.9em;
    white-space: nowrap;
  }

  /* Navigation menu */
  nav {
    position: fixed;
    top: 80px;
    left: 15px; /* Match header margin */
    right: 15px; /* Match header margin */
    width: auto; /* Let left/right position control width */
    transform: none; /* Remove transform */
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    border-radius: 10px;
    margin: 0;
    visibility: hidden;
  }

  nav.active {
    height: auto;
    opacity: 1;
    padding: 20px 0;
    visibility: visible;
  }

  nav ul {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    padding: 20px 0;
    gap: 10px;
  }

  nav.active ul {
    opacity: 1;
    transform: translateY(0);
  }

  /* Fade in animation for nav items */
  nav ul li {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.1s;
    margin: 10px 0;
  }

  nav.active ul li {
    opacity: 1;
    transform: translateY(0);
  }

  /* Staggered animation for nav items */
  nav.active ul li:nth-child(1) { transition-delay: 0.1s; }
  nav.active ul li:nth-child(2) { transition-delay: 0.2s; }
  nav.active ul li:nth-child(3) { transition-delay: 0.3s; }
  nav.active ul li:nth-child(4) { transition-delay: 0.4s; }

  /* Add subtle hover effect for nav items */
  nav ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
  }

  nav ul li a:hover {
    color: #fff;
    transform: translateY(-2px);
  }

  /* Add subtle glow effect to the menu background */
  nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.1),
      transparent
    );
    opacity: 0.5;
  }
}

/* AI Revolution CTA Section - Elegant & Minimalist */
.final-revolution-cta {
  padding: 100px 20px;
  margin: 80px auto;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.final-revolution-cta::before {
  content: "";
  position: absolute;
  inset: -140px -80px -100px;
  background: radial-gradient(circle at top,
    rgba(70, 140, 255, 0.35) 0%,
    rgba(26, 50, 110, 0.2) 45%,
    transparent 70%);
  opacity: 0.55;
  filter: blur(65px);
  pointer-events: none;
  z-index: -1;
}

.final-revolution-cta::after {
  content: "";
  position: absolute;
  inset: -60px;
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(18, 34, 70, 0.35) 55%,
    transparent 85%);
  opacity: 0.45;
  filter: blur(80px);
  pointer-events: none;
  z-index: -2;
}

.revolution-card {
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(91, 158, 255, 0.08) 32%,
    rgba(18, 38, 84, 0.65) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  box-shadow:
    0 40px 80px rgba(6, 16, 40, 0.55),
    0 18px 40px rgba(30, 90, 200, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  isolation: isolate;
}

.revolution-card::before {
  content: "";
  position: absolute;
  inset: -120px;
  background: radial-gradient(circle at top left,
    rgba(91, 168, 255, 0.55) 0%,
    rgba(18, 34, 72, 0.2) 45%,
    transparent 70%);
  opacity: 0.75;
  pointer-events: none;
  filter: blur(10px);
  transform: translate(0, 0);
  transition: opacity 0.4s ease, transform 0.6s ease;
}

.revolution-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 22px;
  background: linear-gradient(135deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(10, 28, 66, 0.05) 100%);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.revolution-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 50px 110px rgba(8, 20, 48, 0.6),
    0 28px 60px rgba(80, 150, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  border-color: rgba(140, 200, 255, 0.45);
}

.revolution-card:hover::before {
  opacity: 0.9;
  transform: translate(-10px, -6px);
}

.revolution-card:hover::after {
  opacity: 0.68;
}

.revolution-content {
  position: relative;
  z-index: 1;
}

.revolution-title {
  font-size: 2.8em;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-shadow:
    0 20px 45px rgba(8, 20, 48, 0.55),
    0 8px 24px rgba(70, 140, 255, 0.45);
}

.revolution-text {
  font-size: 1.15em;
  color: rgba(224, 234, 255, 0.82);
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-shadow: 0 12px 32px rgba(8, 20, 48, 0.45);
}

.revolution-benefits {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 650px;
  display: grid;
  gap: 16px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.05em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
  padding: 14px 22px;
  background: linear-gradient(115deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(102, 172, 255, 0.08) 45%,
    rgba(8, 20, 48, 0.3) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.benefit-item::before {
  content: '✓';
  color: #63a5ff;
  font-weight: 600;
  font-size: 1.2em;
  flex-shrink: 0;
  margin-top: 2px;
  text-shadow: 0 4px 12px rgba(99, 165, 255, 0.65);
}

.benefit-item:hover {
  transform: translateX(8px);
  color: #fff;
  border-color: rgba(140, 200, 255, 0.45);
  background: linear-gradient(115deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(140, 200, 255, 0.16) 55%,
    rgba(8, 20, 48, 0.38) 100%);
  box-shadow:
    0 20px 40px rgba(8, 20, 48, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.benefit-item span {
  flex: 1;
  line-height: 1.6;
  font-weight: 400;
}

/* FAQ Mobile Responsiveness */
@media (max-width: 500px) {
  .faq-section {
    margin: 0 10px;
    padding: 40px 15px;
    transform: translateX(-15%);
    width: 115%;
  }

  .faq-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-item.active .faq-answer {
    max-height: none; /* Makes height unlimited based on content */
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .faq-section {
    transform: translateX(-30%); /* Maintain the shift for smaller devices */
    width: 130%;
  }
}

/* Button container */
.button-container {
  text-align: center;
  margin-top: 10px;
}

.revolution-button {
  position: relative;
  display: inline-block;
  padding: 18px 45px;
  font-size: 1.15em;
  background: linear-gradient(135deg, #1a73e8 0%, #2196f3 100%);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 15px rgba(26, 115, 232, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.revolution-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(26, 115, 232, 0.4);
  background: linear-gradient(135deg, #2196f3 0%, #42a5f5 100%);
}

.revolution-button:active {
  transform: translateY(0);
}

.button-text {
  position: relative;
  z-index: 1;
}

/* Mobile Responsiveness for Final CTA */
@media (max-width: 768px) {
  .final-revolution-cta {
    padding: 60px 20px;
    margin: 50px auto;
  }

  .revolution-card {
    padding: 45px 30px;
  }

  .revolution-title {
    font-size: 2em;
    margin-bottom: 18px;
  }

  .revolution-text {
    font-size: 1.05em;
    margin-bottom: 35px;
  }

  .revolution-benefits {
    margin-bottom: 40px;
  }

  .benefit-item {
    font-size: 1em;
    margin-bottom: 15px;
  }

  .revolution-button {
    padding: 16px 35px;
    font-size: 1.05em;
  }
}

@media (max-width: 480px) {
  .final-revolution-cta {
    padding: 50px 15px;
    margin: 40px auto;
  }

  .revolution-card {
    padding: 35px 25px;
  }

  .revolution-title {
    font-size: 1.75em;
  }

  .revolution-text {
    font-size: 1em;
  }

  .benefit-item {
    font-size: 0.95em;
  }

  .revolution-button {
    padding: 15px 30px;
    font-size: 1em;
    width: 100%;
    max-width: 280px;
  }
}

/* Add this to your HTML for each button */
.button-wrapper {
  position: relative;
  display: inline-block;
}

/* Specific styles for different button types */
.hero button {
  margin-top: 30px;
  font-size: 1.2em;
  padding: 16px 36px;
  background: linear-gradient(135deg, rgba(13, 31, 54, 0.95) 0%, rgba(18, 58, 109, 0.95) 100%);
}

header button {
  font-size: 1em;
  padding: 12px 28px;
  background: linear-gradient(135deg, rgba(13, 31, 54, 0.9) 0%, rgba(18, 58, 109, 0.9) 100%);
}

/* Add subtle inner shadow for depth */
button {
  box-shadow: 
    0 4px 15px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  button {
    padding: 12px 24px;
    font-size: 1em;
  }
  
  .hero button {
    padding: 14px 30px;
    font-size: 1.1em;
  }
}

.hero {
  position: relative;
  text-align: center;
  padding: 70px 20px;
  background: linear-gradient(135deg, #000 0%, #123a6d 100%);
  border-radius: 15px;
  margin: 180px 10% 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}

/* Space background elements - BEHIND everything */
.space-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background: linear-gradient(135deg, #000 0%, #0a1f44 100%);
}

.satellite {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 120px;
  height: 40px;
  background: linear-gradient(45deg, #1a1a1a, #333);
  border-radius: 5px;
  transform: rotate(-15deg);
  box-shadow: 0 0 20px rgba(255,255,255,0.1);
  animation: floatSatellite 20s linear infinite;
}

.planet {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at 30% 30%, #234567, #123456);
  border-radius: 50%;
  box-shadow: 
    inset -20px -20px 50px rgba(0,0,0,0.5),
    0 0 50px rgba(255,255,255,0.1);
  opacity: 0.6;
  animation: floatPlanet 30s ease-in-out infinite;
}

@keyframes floatSatellite {
  0% {
    transform: rotate(-15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-15deg) translate(-20px, 20px);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
  }
}

@keyframes floatPlanet {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
}

.hero-small-title {
  font-size: 1.3em; /* Increased from 1.1em */
  color: #1a73e8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  animation: heroElementFade 0.8s ease-out 0.2s forwards;
}

.hero h1 {
  font-size: 3.2em; /* Increased from 2.4em */
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap; /* Ensures single line */
  opacity: 0;
  transform: translateY(20px);
  animation: heroElementFade 0.8s ease-out 0.4s forwards;
}

.hero-description {
  font-size: 1.6em; /* Increased from 1.4em */
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(20px);
  animation: heroElementFade 0.8s ease-out 0.6s forwards;
}

.hero button {
  padding: 16px 32px;
  font-size: 1.2em;
  background: linear-gradient(135deg, #123a6d 0%, #1a73e8 100%);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 115, 232, 0.3);
}

.hero button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.5);
}

/* Final CTA Section */
.final-cta {
  padding: 80px 20px;
  margin: 50px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, 
    rgba(26, 115, 232, 0.15) 0%, 
    rgba(33, 150, 243, 0.25) 100%
  );
  box-shadow: 
    0 10px 30px rgba(26, 115, 232, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.final-cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 15px 40px rgba(26, 115, 232, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
}

.final-cta h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.5px;
}

.final-cta .urgency-text {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.final-cta .benefits-list {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
  padding: 0 20px;
}

.final-cta .benefits-list li {
  margin: 15px 0;
  padding-left: 30px;
  position: relative;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1em;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.final-cta .benefits-list li:before {
  content: "✓";  /* Changed from "→" to "✓" */
  position: absolute;
  left: 0;
  color: #42a5f5;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(66, 165, 245, 0.5);
  font-size: 1.2em;  /* Make checkmark slightly larger */
  top: 50%;  /* Center vertically */
  transform: translateY(-50%);  /* Perfect vertical centering */
}

/* Optional: Add a subtle animation when hovering over list items */
.final-cta .benefits-list li:hover:before {
  transform: translateY(-50%) scale(1.1);
  transition: transform 0.2s ease;
}

.final-cta .cta-button {
  margin-top: 40px;
  padding: 18px 40px;
  font-size: 1.3em;
  background: linear-gradient(135deg, 
    #1a73e8 0%, 
    #2196f3 100%
  );
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 15px rgba(26, 115, 232, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.final-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 25px rgba(26, 115, 232, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, 
    #2196f3 0%, 
    #42a5f5 100%
  );
}

/* Add subtle animation for the benefits list */
.final-cta .benefits-list li {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

.final-cta .benefits-list li:nth-child(1) { animation-delay: 0.2s; }
.final-cta .benefits-list li:nth-child(2) { animation-delay: 0.4s; }
.final-cta .benefits-list li:nth-child(3) { animation-delay: 0.6s; }
.final-cta .benefits-list li:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .final-cta-card {
    padding: 40px 20px;
  }

  .final-cta h2 {
    font-size: 2em;
  }

  .final-cta .urgency-text,
  .final-cta .benefits-list li {
    font-size: 1em;
  }
}

/* Final CTA Mobile Styles */
@media (max-width: 768px) {
  .final-cta .urgency-text {
    font-size: 1.1em;
  }

  .final-cta .benefits-list {
    padding: 0 10px;
  }

  .final-cta .cta-button {
    padding: 15px 30px;
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .final-cta h2 {
    font-size: 1.8em;
  }

  .final-cta .urgency-text {
    font-size: 1em;
  }

  .final-cta .benefits-list li {
    font-size: 1em;
  }

  .final-cta .cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
    width: 90%;
  }
}

.benefit-icon {
  font-size: 1.8em;
  margin: 0 auto 25px;
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-icon i {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Minimalist hover effect */
.benefit-card:hover .benefit-icon {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-3px);
}

.benefit-card:hover .benefit-icon i {
  color: #ffffff;
  transform: scale(1.1);
}

/* Icon specific colors - subtle and elegant */
.benefit-card:nth-child(1) .benefit-icon i {
  color: rgba(255, 255, 255, 0.85);
}

.benefit-card:nth-child(2) .benefit-icon i {
  color: rgba(255, 255, 255, 0.85);
}

/* FAQ Styling */
.faq-section {
  text-align: center;
  padding: 50px 40px;
  margin: 0 20% !important; /* Wider margins (changed from 32.5%) */
  width: 60% !important; /* Wider width (changed from 35%) */
  opacity: 1;
  transform: none;
  background: rgba(26, 115, 232, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(26, 115, 232, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-section {
  padding: 40px 0;
  margin: 0 20% !important; /* Match FAQ section */
  width: 60% !important; /* Match FAQ section */
}

.content-card {
  width: 100%; /* Ensure card takes full width of container */
}

.faq-grid {
  width: 100%;
}

.faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.faq-question {
  padding: 25px 35px; /* Increased padding */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  text-align: left; /* Ensure text alignment is consistent */
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #fff;
  flex: 1;
}

.faq-toggle {
  color: #1a73e8;
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  min-width: 24px;
  text-align: center;
  margin-left: 20px; /* Add space between text and toggle */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-answer p {
  padding: 20px 25px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-item.active .faq-answer {
  max-height: 1000px
}

/* FAQ Mobile Responsiveness */
@media (max-width: 768px) {
  .faq-section,
  .card-section {
    margin: 0 15px !important;
    width: calc(100% - 30px) !important; /* Account for margins */
    padding: 30px 20px;
  }

  .faq-grid {
    padding: 0;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

  .faq-item.active .faq-answer {
    max-height: none;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .faq-section {
    padding: 30px 10px;
  }
}

.benefit-card:nth-child(3) .benefit-icon i {
  color: rgba(255, 255, 255, 0.85);
}

.benefit-card:nth-child(4) .benefit-icon i {
  color: rgba(255, 255, 255, 0.85);
}

.benefit-card:nth-child(5) .benefit-icon i {
  color: rgba(255, 255, 255, 0.85);
}

.benefit-card:nth-child(6) .benefit-icon i {
  color: rgba(255, 255, 255, 0.85);
}


/* Remove glow effects for minimalist design */

/* Responsive adjustments */
@media (max-width: 768px) {
  .benefit-icon {
    font-size: 2em;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .benefit-icon {
    font-size: 1.8em;
    width: 60px;
    height: 60px;
  }

  .mobile-menu-btn span {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
  }

  /* Position each line */
  .mobile-menu-btn span:nth-child(1) {
    top: 13px;
  }

  .mobile-menu-btn span:nth-child(2) {
    top: 19px;
  }

  .mobile-menu-btn span:nth-child(3) {
    top: 25px;
  }

  /* Improved X animation */
  .mobile-menu-btn.active span:nth-child(1) {
    top: 19px;
    transform: translateX(-50%) rotate(45deg);
  }

  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }

  .mobile-menu-btn.active span:nth-child(3) {
    top: 19px;
    transform: translateX(-50%) rotate(-45deg);
  }
}

/* Additional breakpoint for very small screens */
@media (max-width: 360px) {
  .hero h1 {
    font-size: 1.6em;
    line-height: 1.25;
  }

  .premium-content h3 {
    font-size: 1.3em;
  }

  .hero-description,
  .premium-content .main-text {
    font-size: 0.95em;
  }
}

/* Hero section title specific adjustments */
.hero h1 {
  font-size: 2.8em;
  line-height: 1.2;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.5px;
}

/* Philosophy section specific styling */
.philosophy-main {
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

/* Premium CTA specific styling */
.premium-cta h3 {
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #fff;
}

/* Mobile header and nav fixes */
@media (max-width: 768px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    width: calc(100% - 40px);
    height: 60px;
    margin: 10px auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    box-sizing: border-box;
  }

  /* Logo positioning */
  .logo {
    flex: 0 0 auto;
  }

  /* Mobile menu button positioning */
  .mobile-menu-btn {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  /* Get in touch button */
  header > button:last-child {
    order: 2;
    display: block;
    margin: 0;
    padding: 8px 16px;
    font-size: 0.9em;
    white-space: nowrap;
  }

  /* Philosophy section mobile adjustments */
  .philosophy-main {
    font-size: 2.2em;
    line-height: 1.3;
    padding: 0 20px;
    margin: 0 auto 15px;
    max-width: 100%;
    white-space: normal;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .philosophy-main {
    font-size: 2em; /* Increased from 1.6em */
    line-height: 1.4;
    padding: 0 15px;
  }
}

/* Hero section mobile adjustments */
@media (max-width: 768px) {
  .hero {
    margin: 100px 15px 20px;
    padding: 30px 15px;
  }

  .hero-small-title {
    font-size: 0.9em;
  }

  .hero h1 {
    font-size: 1.8em;
    padding: 0 10px;
    white-space: normal;
  }

  .hero-description {
    font-size: 1.1em;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .hero button {
    width: 100%;
    max-width: 300px;
    padding: 12px 24px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.8em; /* Still keeping it readable on very small devices */
  }

  .hero button {
    min-width: 180px; /* Slightly smaller minimum width */
    padding: 12px 24px;
  }
}

/* Section and card base styles */
.section {
  padding: 50px 20px;
  margin: 0 15%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .section {
    margin: 0 15px; /* Match hero section margin */
  }
}

.benefits-section {
  max-width: 1180px;
  margin: clamp(48px, 10vw, 140px) auto;
  padding: clamp(72px, 7vw, 120px) clamp(32px, 6vw, 96px);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  background:
    linear-gradient(165deg, rgba(6, 12, 28, 0.92) 0%, rgba(10, 22, 46, 0.88) 48%, rgba(20, 44, 90, 0.78) 100%);
  border: 1px solid rgba(110, 174, 255, 0.22);
  box-shadow:
    0 34px 90px rgba(4, 12, 32, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  isolation: isolate;
}

.benefits-section::before {
  content: '';
  position: absolute;
  inset: -22% -28% -18% -28%;
  background:
    radial-gradient(circle at 12% 20%, rgba(102, 170, 255, 0.38) 0%, rgba(102, 170, 255, 0) 55%),
    radial-gradient(circle at 82% 82%, rgba(68, 132, 238, 0.26) 0%, rgba(68, 132, 238, 0) 62%);
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}

.benefits-section::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.benefits-section > * {
  position: relative;
  z-index: 1;
}

.benefits-title {
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  font-weight: 800;
  color: #f5f9ff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  text-shadow: 0 22px 55px rgba(8, 18, 48, 0.7);
}

.benefits-subtitle {
  margin: 0;
  max-width: 640px;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  color: rgba(210, 226, 255, 0.75);
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.8vw, 32px);
  margin-top: clamp(42px, 6vw, 64px);
  padding: 0;
}

.benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(28px, 4vw, 36px);
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(24, 44, 90, 0.82) 0%, rgba(10, 24, 52, 0.88) 100%);
  border: 1px solid rgba(124, 184, 255, 0.24);
  box-shadow:
    0 26px 60px rgba(3, 10, 28, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  overflow: hidden;
  isolation: isolate;
  text-align: left;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.benefit-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(72, 137, 220, 0.06) 45%, rgba(32, 64, 128, 0.2) 100%);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.benefit-card::after {
  content: '';
  position: absolute;
  inset: -45% -25% 55% -25%;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.38), transparent 68%);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.4s ease;
}

.benefit-card > * {
  position: relative;
  z-index: 1;
}

.benefit-card:hover {
  transform: translateY(-10px);
  border-color: rgba(168, 216, 255, 0.48);
  box-shadow:
    0 32px 80px rgba(5, 16, 46, 0.62),
    0 0 45px rgba(84, 152, 255, 0.2);
}

.benefit-card:hover::after {
  opacity: 0.65;
}

.benefit-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, rgba(62, 118, 210, 0.45), rgba(24, 52, 124, 0.7));
  border: 1px solid rgba(150, 204, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 12px 24px rgba(10, 28, 72, 0.4);
  color: #dfeaff;
  font-size: 1.45rem;
}

.benefit-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.55), transparent 70%);
  pointer-events: none;
  opacity: 0.6;
}

.benefit-icon i {
  position: relative;
  z-index: 1;
}

.benefit-card h3 {
  color: #f6f9ff;
  font-size: clamp(1.15rem, 2.2vw, 1.3rem);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.benefit-card p {
  color: rgba(214, 231, 255, 0.78);
  line-height: 1.7;
  font-size: 0.98rem;
  font-weight: 400;
  margin: 0;
}

.benefits-cta {
  margin-top: clamp(48px, 6vw, 68px);
}

.benefits-cta .cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 38px;
  font-size: 1.1em;
  background: linear-gradient(135deg, rgba(76, 135, 255, 0.95) 0%, rgba(118, 198, 255, 0.9) 100%);
  color: #f8fbff;
  border-radius: 999px;
  border: 1px solid rgba(164, 214, 255, 0.55);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 24px 45px rgba(69, 133, 255, 0.35);
}

.benefits-cta .cta-button::before {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.benefits-cta .cta-button i {
  transition: transform 0.3s ease;
}

.benefits-cta .cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 60px rgba(85, 155, 255, 0.45);
}

.benefits-cta .cta-button:hover::before {
  opacity: 1;
}

.benefits-cta .cta-button:hover i {
  transform: translateX(6px);
}

@media (max-width: 1024px) {
  .benefits-section {
    padding: clamp(60px, 8vw, 96px) clamp(28px, 7vw, 60px);
    margin: clamp(40px, 8vw, 100px) 24px;
    border-radius: 36px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .benefits-section {
    margin: 32px 16px;
    padding: clamp(48px, 10vw, 80px) clamp(20px, 8vw, 36px);
    border-radius: 28px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .benefits-title {
    font-size: clamp(1.9rem, 6vw, 2.4rem);
  }
  
  .benefits-subtitle {
    font-size: 0.95em;
    margin-bottom: 32px;
  }
  
  .benefit-card {
    padding: clamp(26px, 6vw, 32px);
  }

  .benefit-icon {
    width: 56px;
    height: 56px;
    font-size: 1.35rem;
  }
  
  .benefit-card h3 {
    font-size: 1.12rem;
  }
  
  .benefit-card p {
    font-size: 0.9rem;
  }
  
  .benefits-cta .cta-button {
    padding: 16px 32px;
    font-size: 1.05em;
  }

  .offer-card {
    flex-direction: column;
    padding: 25px;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .offer-card-content {
    max-width: 100%;
  }

  .offer-card-content h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }

  .offer-card-content .offer-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .offer-card-image {
    max-width: 100%;
    margin-top: 20px;
  }

  /* Premium CTA card adjustments */
  .premium-cta {
    margin: 20px 0;
    padding: 25px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .section {
    margin: 0 15px; /* Keep consistent with hero section */
  }

  .offer-card {
    padding: 20px;
  }
}

/* Desktop view - forcefully hide the mobile button */
@media (min-width: 769px) {
    /* Hide both the mobile menu button and the mobile Get In Touch button */
    .mobile-menu-btn,
    header > button:last-of-type {
        display: none !important;
    }
    
    /* Ensure the main Get In Touch button is visible */
    header > button:not(.mobile-menu-btn):not(:last-of-type) {
        display: block !important;
        padding: 12px 28px;
        margin-left: 30px;
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex !important;
    }
    
    header > button:last-of-type {
        display: block !important;
        order: 2;
        margin: 0;
        padding: 8px 16px;
        font-size: 0.9em;
        white-space: nowrap;
    }
    
    /* Hide the desktop Get In Touch button */
    header > button:not(.mobile-menu-btn):not(:last-of-type) {
        display: none !important;
    }
}
/* Desktop header button styles */
header button {
    padding: 12px 28px;
    background: linear-gradient(135deg, rgba(13, 31, 54, 0.95) 0%, rgba(18, 58, 109, 0.95) 100%);
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
}

/* Hero section button styles */
.hero button {
    padding: 16px 36px;
    background: linear-gradient(135deg, rgba(13, 31, 54, 0.95) 0%, rgba(18, 58, 109, 0.95) 100%);
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
}

/* Desktop view */
@media (min-width: 769px) {
    .mobile-menu-btn {
        display: none !important;
    }
    
    header button {
        display: block !important;
        margin-left: 30px;
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex !important;
    }
    
    header nav {
        display: none;
    }
    
    header button {
        font-size: 14px;
        padding: 8px 16px;
    }
    
    .hero button {
        font-size: 15px; /* Increased from 13px */
        padding: 12px 20px;
        width: auto;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .hero button {
        font-size: 14px; /* Increased from 12px */
        padding: 10px 16px;
    }
}

.ai-chat-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #1a73e8 0%, #42a5f5 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(26, 115, 232, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
}

.ai-chat-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 115, 232, 0.4);
    background: linear-gradient(135deg, #42a5f5 0%, #1a73e8 100%);
}

.ai-chat-button i {
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .ai-chat-button {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
    }
    
    .ai-chat-button span {
        display: none;
    }
    
    .ai-chat-button i {
        font-size: 1.5em;
        margin: 0;
    }
}

/* 6-Step Transformation Section */
.transformation-section {
  position: relative;
  margin: 90px auto;
  padding: 108px 48px;
  max-width: 1280px;
  text-align: center;
  border-radius: 44px;
  overflow: hidden;
  background:
    radial-gradient(140% 120% at 50% 0%, rgba(74, 141, 255, 0.15) 0%, rgba(9, 18, 36, 0.95) 55%, rgba(6, 15, 32, 1) 100%);
  border: 1px solid rgba(118, 169, 255, 0.08);
  box-shadow:
    0 52px 140px rgba(4, 12, 32, 0.62),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.transformation-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(95% 120% at 5% 10%, rgba(96, 164, 255, 0.18) 0%, transparent 60%),
    radial-gradient(90% 110% at 95% 12%, rgba(0, 207, 255, 0.14) 0%, transparent 58%);
  opacity: 0.85;
  pointer-events: none;
  mix-blend-mode: screen;
}

.transformation-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 35%, transparent 55%);
  opacity: 0.45;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.transformation-title {
  font-size: 2.85em;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: -0.4px;
  position: relative;
  z-index: 1;
}

.transformation-subtitle {
  font-size: 1.12em;
  color: rgba(222, 231, 255, 0.7);
  max-width: 720px;
  margin: 0 auto 62px;
  font-weight: 300;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 1;
}

.steps-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin: 0 auto;
  max-width: 1110px;
}

.step-card {
  position: relative;
  padding: 52px 36px 42px;
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(20, 33, 58, 0.92) 0%, rgba(10, 19, 38, 0.96) 100%);
  border: 1px solid rgba(118, 169, 255, 0.14);
  box-shadow:
    0 28px 70px rgba(4, 12, 32, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 52px, 0) scale(0.96);
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s ease,
    border-color 0.5s ease;
  will-change: transform, opacity;
}

.step-card::before,
.step-card::after {
  content: '';
  position: absolute;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.step-card::before {
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(86, 153, 255, 0.12) 100%);
  opacity: 0.9;
}

.step-card::after {
  top: -45%;
  right: -25%;
  width: 65%;
  height: 80%;
  background: radial-gradient(circle at center, rgba(122, 182, 255, 0.4) 0%, rgba(122, 182, 255, 0) 70%);
  opacity: 0.6;
}

.step-card > * {
  position: relative;
  z-index: 1;
}

.step-card.animate {
  animation-name: riseIn;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-delay: 0.08s;
}

.step-card:hover {
  transform: translate3d(0, -14px, 0) scale(1.01);
  box-shadow: 0 40px 110px rgba(15, 35, 80, 0.65);
  border-color: rgba(118, 169, 255, 0.35);
}

.step-card:hover::before {
  opacity: 1;
}

.step-card:hover::after {
  opacity: 0.9;
  transform: translate(8px, -8px) scale(1.05);
}

.step-number {
  position: absolute;
  top: 26px;
  left: 28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(140deg, #1f74ff 0%, #00baff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45em;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(40, 128, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.18);
  z-index: 2;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.step-number::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 129, 255, 0.55) 0%, rgba(41, 129, 255, 0) 70%);
  opacity: 0.7;
  filter: blur(16px);
  z-index: -1;
  animation: breatheGlow 7s ease-in-out infinite;
}

.step-card:hover .step-number {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 40px rgba(46, 137, 255, 0.55);
}

.step-icon {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 30px auto 26px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(72, 146, 255, 0.22) 0%, rgba(14, 30, 64, 0.65) 100%);
  border: 1px solid rgba(118, 169, 255, 0.28);
  color: #6dadff;
  font-size: 2.1em;
  box-shadow: 0 24px 60px rgba(46, 123, 255, 0.3);
  overflow: hidden;
  transition: transform 0.45s ease, color 0.45s ease, box-shadow 0.45s ease;
}

.step-icon::before {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(132, 181, 255, 0.45) 0%, rgba(132, 181, 255, 0) 60%);
  opacity: 0.6;
  filter: blur(12px);
  z-index: -1;
}

.step-card:hover .step-icon {
  transform: translateY(-8px) scale(1.06);
  color: #8ec2ff;
  box-shadow: 0 28px 70px rgba(58, 144, 255, 0.35);
}

.step-card h3 {
  color: #f4f8ff;
  font-size: 1.45em;
  margin-bottom: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.step-card p {
  color: rgba(226, 236, 255, 0.72);
  line-height: 1.75;
  font-size: 0.98em;
  font-weight: 300;
}

/* Animation delays for staggered effect */
.step-card:nth-child(1) { animation-delay: 0.1s; }
.step-card:nth-child(2) { animation-delay: 0.22s; }
.step-card:nth-child(3) { animation-delay: 0.34s; }
.step-card:nth-child(4) { animation-delay: 0.46s; }
.step-card:nth-child(5) { animation-delay: 0.58s; }
.step-card:nth-child(6) { animation-delay: 0.7s; }

@keyframes breatheGlow {
  0%, 100% {
    opacity: 0.32;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.06);
  }
}

@keyframes riseIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0) scale(0.9);
    filter: blur(14px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1.01);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 1200px) {
  .transformation-section {
    padding: 92px 36px;
  }
}

@media (max-width: 1024px) {
  .steps-container {
    max-width: 980px;
  }

  .transformation-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .transformation-section {
    padding: 72px 24px;
    margin: 60px auto;
    border-radius: 32px;
  }

  .transformation-title {
    font-size: 2.15em;
  }

  .transformation-subtitle {
    font-size: 1.02em;
    margin-bottom: 48px;
  }

  .step-card {
    padding: 48px 28px 36px;
  }

  .step-icon {
    width: 64px;
    height: 64px;
    font-size: 1.9em;
    margin: 24px auto 22px;
  }

  .step-card h3 {
    font-size: 1.3em;
  }

  .step-card p {
    font-size: 0.92em;
  }
}

@media (max-width: 480px) {
  .transformation-section {
    padding: 58px 18px;
    margin: 48px auto;
  }

  .steps-container {
    gap: 22px;
  }

  .step-card {
    padding: 44px 24px 32px;
  }

  .step-number {
    top: 22px;
    left: 22px;
    width: 50px;
    height: 50px;
    font-size: 1.3em;
  }
}
