@font-face {
  font-family: "Montserrat";
  src: url("./font/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./font/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-primary: #6c3bff;
  --color-primary-dark: #4324b5;
  --color-secondary: #ff8f3c;
  --color-highlight: #ffd84d;
  --color-deep: #120b2b;
  --color-surface: #ffffff;
  --color-muted: #f8f5ff;
  --color-text: #2d1a4b;
  --color-text-muted: rgba(45, 26, 75, 0.7);
  --gradient-accent: linear-gradient(
    120deg,
    var(--color-primary) 0%,
    #a461ff 38%,
    var(--color-secondary) 78%
  );
  --gradient-hero: linear-gradient(
    120deg,
    var(--color-highlight) 0%,
    var(--color-secondary) 35%,
    #b084ff 72%,
    var(--color-highlight) 100%
  );
  --gradient-product: linear-gradient(
    135deg,
    hsl(271 81% 56%) 0%,
    hsl(25 95% 53%) 100%
  );
  --gradient-button: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    #a461ff 45%,
    var(--color-secondary) 100%
  );
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--color-text);
  background: #fdfbff;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-support {
  font-family: "Montserrat", "Inter", "Segoe UI", Arial, sans-serif;
}

a {
  color: var(--color-secondary);
}

a:hover {
  color: var(--color-primary);
}

.gradient-text {
  display: inline-block;
  background: var(--gradient-text, var(--gradient-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.heading-accent {
  display: block;
  margin-top: 0.4rem;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 778px;
  padding: 2rem;
}

.hero-title {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 5vw + 1rem, 4rem);
  font-weight: 800;
  line-height: 1.05;
  --gradient-text: var(--gradient-hero);
  text-shadow: 0 12px 48px rgba(12, 3, 28, 0.45);
}

.hero-support {
  display: inline-block;
  margin: 2rem auto 2rem;
  padding: 0.45rem 1rem;
  background: rgba(34, 158, 217, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  font-size: 0.9rem !important;
  font-weight: 500;
  color: #eaf7ff !important;
  text-align: center;
  letter-spacing: 0.025em;
  transition: background 0.3s ease, transform 0.3s ease;
}

.hero-content p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.3rem;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.9);
}

.btn {
  display: inline-block;
  padding: 0.85rem 2.4rem;
  background: var(--gradient-button);
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 15px 40px rgba(74, 32, 190, 0.35);
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-position 0.6s ease,
    color 0.35s ease,
    text-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
  background-size: 200% 200%;
  background-position: 0% 50%;
  z-index: 0;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(108, 59, 255, 0.7) 0%,
    rgba(164, 97, 255, 0.55) 45%,
    rgba(255, 143, 60, 0.7) 100%
  );
  filter: blur(18px);
  opacity: 0;
  transform: scale(0.75);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  pointer-events: none;
  z-index: -1;
}

.btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 28px 64px rgba(58, 21, 160, 0.5);
  background-position: 100% 50%;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.65);
}

.btn:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.65);
}

.btn:hover::after {
  opacity: 0.75;
  transform: scale(1);
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.buyer-pains {
  padding: 4.5rem 1.5rem 4rem;
  background:
    radial-gradient(
      circle at top left,
      rgba(108, 59, 255, 0.16),
      transparent 55%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(255, 143, 60, 0.16),
      transparent 62%
    ),
    linear-gradient(145deg, #ffffff 0%, #f6f1ff 55%, #fff7ec 100%);
  color: var(--color-text);
}

.section-badge {
  --badge-bg: rgba(255, 143, 60, 0.12);
  --badge-color: #ffe2c5;
  --badge-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 auto 1.5rem;
  padding: 0.25rem 0.8rem 0.3rem;
  border-radius: 999px;
  background: var(--badge-bg);
  color: var(--badge-color);
  font-weight: 400;
  font-size: 0.82rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  width: fit-content;
  text-align: center;
  box-shadow: var(--badge-shadow);
}

.badge-icon {
  font-size: 1rem;
  line-height: 1;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.35rem;
  max-width: var(--section-header-width, 720px);
  margin: 0 auto;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(2.45rem, 3.6vw + 1rem, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  color: rgba(255, 255, 255, 0.92);
}

.buyer-pains {
  --section-header-width: 780px;
}

.buyer-pains .section-header h2 {
  color: var(--color-text);
}

.buyer-pains .section-badge {
  --badge-bg: rgba(108, 59, 255, 0.12);
  --badge-color: var(--color-primary);
  --badge-shadow: inset 0 0 0 1px rgba(108, 59, 255, 0.18);
}

.assurance-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.assurance-section .section-header {
  gap: 1.75rem;
}

.assurance-section .assurance-quote {
  position: relative;
  margin: 0 auto;
  padding: 0 1.75rem;
  max-width: 720px;
  font-size: clamp(2.4rem, 3.4vw + 1rem, 3.6rem);
  font-weight: 600;
  line-height: 1.2;
  font-style: italic;
  color: var(--color-primary-dark);
  text-shadow: 0 6px 26px rgba(17, 5, 44, 0.08);
}

.assurance-section .assurance-quote::before,
.assurance-section .assurance-quote::after {
  position: absolute;
  font-size: clamp(3.6rem, 5vw + 1rem, 4.6rem);
  line-height: 1;
  color: rgba(108, 59, 255, 0.18);
  font-style: normal;
}

.assurance-section .assurance-quote::before {
  content: "\201C";
  left: 0;
  top: -0.6rem;
}

.assurance-section .assurance-quote::after {
  content: "\201D";
  right: 0;
  bottom: -0.6rem;
}

.assurance-section .section-description {
  color: rgba(45, 26, 75, 0.78);
  font-size: 1.1rem;
}

.assurance-copy {
  max-width: 640px;
  text-align: center;
}

.assurance-copy p {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.7;
  color: rgba(45, 26, 75, 0.85);
}

.pain-cards {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 1rem;
}

.pain-card-row {
  display: flex;
  align-items: center;
  gap: 2.75rem;
}

.pain-card-row--reverse {
  flex-direction: row-reverse;
}

.pain-card-visual {
  flex: 1.2;
  display: flex;
  justify-content: center;
}

.pain-card-visual img {
  width: 80%;
  max-width: 416px;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 26px 58px rgba(108, 59, 255, 0.18);
}

.pain-card {
  flex: 1;
  display: flex;
  padding: 2.75rem;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.pain-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: none;
  align-items: flex-start;
}

.pain-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.6rem;
  color: var(--color-primary-dark);
}

.pain-card p {
  margin: 0;
  flex: 1 1 auto;
  color: rgba(45, 26, 75, 0.78);
  line-height: 1.625;
  font-size: 105%;
}


@media (max-width: 900px) {
  .pain-card-row {
    flex-direction: column;
    gap: 2rem;
  }

  .pain-card-row--reverse {
    flex-direction: column;
  }

  .pain-card-visual,
  .pain-card {
    width: 100%;
  }

  .pain-card {
    padding: 2rem 0;
  }

  .pain-card-visual img {
    max-width: 304px;
  }

  .pain-card-content {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .pain-card-cta {
    align-self: center;
  }

}

@media (max-width: 540px) {
  .pain-card-visual img {
    max-width: 240px;
  }
}

.product-showcase {
  position: relative;
  padding: 0;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(42, 98, 115, 0.6) 0%,
      rgba(42, 98, 115, 0.3) 40%,
      transparent 68%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(255, 143, 60, 0.45) 0%,
      rgba(255, 143, 60, 0.28) 40%,
      transparent 72%
    ),
    linear-gradient(155deg, #091c29 0%, #140b2f 58%, #0b051d 100%);
  overflow: hidden;
  --gradient-text: var(--gradient-product);
}

.product-showcase-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: clamp(2.5rem, 4vw, 4rem);
  max-width: min(100%, 1220px);
  margin: 0 auto;
  padding: 4.5rem 1.5rem 0;
}

.section-description {
  margin: 0;
  max-width: 640px;
  font-size: 1.08rem;
  color: rgba(227, 220, 255, 0.78);
  text-align: center;
}

.buyer-pains .section-description {
  margin: 1.35rem auto 0.5rem;
  color: rgba(45, 26, 75, 0.7);
}

.product-badge {
  --badge-bg: linear-gradient(
    135deg,
    rgba(255, 143, 60, 0.4) 0%,
    rgba(255, 140, 56, 0.35) 100%
  );
  --badge-color: #fff7ec;
  --badge-shadow:
    inset 0 0 0 1px rgba(255, 162, 92, 0.65),
    0 6px 18px rgba(255, 143, 60, 0.25);
}

.product-visual {
  position: relative;
  width: min(110vw, 1280px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.product-visual img {
  width: min(190%, 1480px);
  max-width: none;
  display: block;
  border-radius: 0;
  background: transparent;
  transform-origin: center bottom;
  transform: translateX(30px);
}

.floating-card-row {
  position: absolute;
  left: 50%;
  top: clamp(20%, 18vw, 38%);
  transform: translate(-50%, -45%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 2vw, 1.8rem);
  width: min(100%, 760px);
  padding: 0 clamp(1rem, 3.5vw, 2.2rem);
}

.floating-card {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 11, 43, 0.06);
  box-shadow: 0 24px 55px rgba(8, 0, 26, 0.22);
  backdrop-filter: blur(8px);
  position: relative;
  transform: translate3d(
    var(--offset-x, 0px),
    calc(var(--offset-y, 0px) + var(--parallax-shift, 0px)),
    0
  );
  transition: transform 0.35s ease-out;
}

.floating-card h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--color-text);
  white-space: nowrap;
}

.card-history {
  --offset-x: -78px;
  --offset-y: -82px;
}

.card-mileage {
  --offset-x: 16px;
  --offset-y: -12px;
}

.card-inspection {
  --offset-x: -56px;
  --offset-y: 100px;
}

.card-insights {
  --offset-x: 40px;
  --offset-y: 190px;
}

.card-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.card-history .card-dot {
  background: linear-gradient(135deg, #7c5eff 0%, #ff8f3c 100%);
}

.card-mileage .card-dot {
  background: linear-gradient(135deg, #00d4ff 0%, #6c3bff 100%);
}

.card-inspection .card-dot {
  background: linear-gradient(135deg, #ff5f7e 0%, #ffd84d 100%);
}

.card-insights .card-dot {
  background: linear-gradient(135deg, #6effb8 0%, #3b7bff 100%);
}

@media (max-width: 1024px) {
  .product-visual {
    width: min(108vw, 980px);
  }
}

@media (max-width: 820px) {
  .product-showcase-inner {
    gap: clamp(2rem, 6vw, 3.25rem);
  }

  .floating-card-row {
    top: clamp(28%, 32vw, 48%);
    transform: translate(-50%, -40%);
    width: min(100%, 620px);
  }

  .floating-card {
    padding: 0.8rem 1.2rem;
  }

  .card-history {
    --offset-x: -42px;
    --offset-y: -22px;
  }

  .card-mileage {
    --offset-x: -10px;
    --offset-y: -98px;
  }

  .card-inspection {
    --offset-x: 12px;
    --offset-y: 74px;
  }

  .card-insights {
    --offset-x: 30px;
    --offset-y: -18px;
  }
}

@media (max-width: 680px) {
  .product-visual {
    padding-bottom: 0;
    align-items: center;
  }

  .floating-card-row {
    position: static;
    transform: none;
    padding: 0;
    margin-top: 2.2rem;
    width: 100%;
    justify-content: center;
  }

  .floating-card {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.1rem;
    transform: none;
    transition: none;
  }

  .floating-card h3 {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 680px) and (prefers-reduced-motion: no-preference) {
  .floating-card {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-card {
    transition: none;
  }
}

.product-showcase::before,
.product-showcase::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
  z-index: 0;
}

.product-showcase::before {
  width: 320px;
  height: 320px;
  top: -140px;
  left: 8%;
  background: rgba(108, 59, 255, 0.18);
}

.product-showcase::after {
  width: 260px;
  height: 260px;
  bottom: -140px;
  right: 12%;
  background: rgba(255, 143, 60, 0.18);
}

.product-showcase-inner > * {
  position: relative;
  z-index: 1;
}

.testimonials {
  padding: clamp(4.2rem, 6vw, 5.4rem) 1.5rem clamp(4.6rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 12% 18%, rgba(108, 59, 255, 0.14), transparent 58%),
    radial-gradient(circle at 88% 82%, rgba(255, 143, 60, 0.16), transparent 62%),
    linear-gradient(145deg, #ffffff 0%, #f6f1ff 55%, #fff7ec 100%);
  color: var(--color-text);
}

.testimonials-inner {
  max-width: min(100%, 1100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.5rem, 4vw, 3.5rem);
}

.testimonials .section-header h2 {
  color: var(--color-text);
}

.testimonials .section-description {
  color: rgba(45, 26, 75, 0.7);
}

.testimonials-badge {
  --badge-bg: rgba(108, 59, 255, 0.12);
  --badge-color: var(--color-primary);
  --badge-shadow: inset 0 0 0 1px rgba(108, 59, 255, 0.16);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.25rem);
  width: 100%;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: clamp(1.9rem, 2.8vw, 2.35rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 24px 55px rgba(35, 15, 74, 0.14),
    inset 0 0 0 1px rgba(108, 59, 255, 0.12);
  backdrop-filter: blur(10px);
  isolation: isolate;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #6c3bff 0%, #ff8f3c 100%);
  box-shadow: 0 14px 34px rgba(108, 59, 255, 0.28);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-stars {
  font-size: 1.1rem;
  letter-spacing: 0.25rem;
  color: #f6b400;
}

.testimonial-stars span {
  letter-spacing: inherit;
}

.testimonial-quote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(45, 26, 75, 0.8);
}

.testimonial-author {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: rgba(45, 26, 75, 0.78);
}

.testimonial-flag {
  margin-left: 0.3rem;
  font-size: 1.05em;
}

@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 1.75rem;
  }
}

.knowledge-hub {
  position: relative;
  padding: clamp(4rem, 6vw, 5rem) 1.5rem clamp(4.5rem, 7vw, 6rem);
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(94, 135, 255, 0.22),
      transparent 58%
    ),
    radial-gradient(
      circle at 82% 90%,
      rgba(255, 143, 60, 0.32),
      transparent 62%
    ),
    linear-gradient(158deg, #07111b 0%, #120b2b 56%, #060312 100%);
  color: rgba(240, 237, 255, 0.88);
}

.knowledge-inner {
  max-width: min(100%, 1160px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(2rem, 4vw, 2.75rem);
}

.knowledge-badge {
  --badge-bg: linear-gradient(
    135deg,
    rgba(108, 59, 255, 0.26) 0%,
    rgba(255, 143, 60, 0.24) 100%
  );
  --badge-color: #f6f1ff;
  --badge-shadow:
    inset 0 0 0 1px rgba(164, 97, 255, 0.35),
    0 10px 24px rgba(35, 16, 74, 0.45);
}

.knowledge-hub h2 {
  margin: 0;
  font-size: clamp(2.35rem, 3.8vw, 3.5rem);
  font-weight: 700;
  line-height: 1.12;
  color: #f6f3ff;
  text-shadow: 0 18px 45px rgba(5, 2, 20, 0.55);
}


.knowledge-hub .section-description {
  color: rgba(230, 226, 255, 0.82);
  max-width: 720px;
  margin: 0 auto 2.75rem;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 2rem);
  width: 100%;
}

.knowledge-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: clamp(1.6rem, 2.2vw, 2rem);
  border-radius: 24px;
  background: linear-gradient(
    160deg,
    rgba(20, 24, 52, 0.92) 0%,
    rgba(30, 15, 56, 0.92) 100%
  );
  box-shadow:
    0 28px 70px rgba(5, 4, 22, 0.7),
    inset 0 0 0 1px rgba(132, 102, 255, 0.32);
  text-align: left;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    background 0.45s ease;
}

.knowledge-card::before,
.knowledge-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}

.knowledge-card::before {
  background: linear-gradient(
    140deg,
    rgba(164, 97, 255, 0.28) 0%,
    rgba(255, 143, 60, 0.26) 45%,
    rgba(74, 208, 255, 0.26) 100%
  );
}

.knowledge-card::after {
  inset: 1px;
  background: linear-gradient(
    180deg,
    rgba(18, 14, 40, 0.88) 0%,
    rgba(18, 14, 40, 0.45) 45%,
    rgba(24, 18, 52, 0.6) 100%
  );
  backdrop-filter: blur(8px);
}

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

.knowledge-card:hover,
.knowledge-card:focus-within {
  transform: translateY(-8px);
  box-shadow:
    0 34px 85px rgba(5, 4, 22, 0.85),
    0 22px 55px rgba(133, 91, 255, 0.38);
}

.knowledge-card:hover::before,
.knowledge-card:focus-within::before,
.knowledge-card:hover::after,
.knowledge-card:focus-within::after {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .knowledge-card {
    transition: none;
  }

  .knowledge-card::before,
  .knowledge-card::after {
    transition: none;
  }
}

.knowledge-icon {
  font-size: 1.85rem;
  line-height: 1;
  color: var(--color-highlight);
  text-shadow: 0 12px 28px rgba(255, 216, 77, 0.35);
}

.knowledge-card h3 {
  margin: 0;
  font-size: 1.3rem;
  color: #f7f4ff;
  text-shadow: 0 12px 28px rgba(7, 5, 21, 0.65);
}

.knowledge-card p {
  margin: 0;
  color: rgba(220, 215, 245, 0.78);
  line-height: 1.55;
}

@media (max-width: 960px) {
  .knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .knowledge-card {
    text-align: center;
  }

  .knowledge-grid {
    gap: 1.1rem;
    grid-template-columns: minmax(0, 1fr);
  }
}

.stats {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4.5rem) 1.5rem;
  background:
    radial-gradient(
      circle at top left,
      rgba(42, 98, 115, 0.58) 0%,
      rgba(42, 98, 115, 0.28) 38%,
      transparent 62%
    ),
    radial-gradient(
      circle at 82% 78%,
      rgba(255, 143, 60, 0.45) 0%,
      rgba(255, 143, 60, 0.3) 38%,
      transparent 72%
    ),
    linear-gradient(140deg, #0b1f2b 0%, #201045 55%, #0c051b 100%);
  color: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.stats::before,
.stats::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(65px);
  opacity: 0.6;
  z-index: 0;
}

.stats::before {
  width: 320px;
  height: 320px;
  top: -140px;
  right: -120px;
  background: rgba(156, 91, 255, 0.45);
}

.stats::after {
  width: 260px;
  height: 260px;
  bottom: -120px;
  left: -110px;
  background: rgba(255, 143, 60, 0.35);
}

.stats-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.stats-grid {
  display: flex;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .stats-grid {
    flex-wrap: nowrap;
  }
}

.stat-card {
  position: relative;
  flex: 1 1 180px;
  min-width: 170px;
  max-width: 210px;
  padding: 1.1rem 1.1rem 1.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 15px 38px rgba(8, 5, 25, 0.32);
  backdrop-filter: blur(12px);
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.stat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 143, 60, 0.28) 0%,
    rgba(108, 59, 255, 0.32) 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 143, 60, 0.45);
  box-shadow: 0 24px 56px rgba(8, 5, 25, 0.42);
}

.stat-card:hover::after {
  opacity: 0.9;
}

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

.stat-number {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  background: linear-gradient(
    135deg,
    var(--color-highlight) 0%,
    var(--color-secondary) 45%,
    #9c5bff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-label {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
}

.stat-description {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.875rem;
  background: rgba(18, 11, 43, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.cta-final {
  padding: 4rem 1.5rem 4.5rem;
  background:
    radial-gradient(
      circle at top left,
      rgba(42, 98, 115, 0.58) 0%,
      rgba(42, 98, 115, 0.28) 38%,
      transparent 62%
    ),
    radial-gradient(
      circle at 82% 78%,
      rgba(255, 143, 60, 0.45) 0%,
      rgba(255, 143, 60, 0.3) 38%,
      transparent 72%
    ),
    linear-gradient(140deg, #0b1f2b 0%, #201045 55%, #0c051b 100%);
  color: #fff;
}

.cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.cta-inner h2 {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
}

.cta-inner p {
  margin-bottom: 2.2rem;
  color: rgba(255, 255, 255, 0.86);
}
