@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

:root {
  --body-bg: #ffffff;
  --body-text: #000000;
  --accent-1: #9642fa;
  --accent-2: #ee7a26;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  background: var(--body-bg);
  color: var(--body-text);
}

.cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;

  width: 60%;
  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );

  transform: skewX(-25deg);

  animation: shine 3s linear infinite;
}

@keyframes shine {
  to {
    left: 150%;
  }
}

.warp-grid {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.warp-grid::before {
  content: "";
  position: absolute;

  width: 180%;
  height: 180%;

  top: -40%;
  left: -40%;

  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 39px,
      rgba(0, 0, 0, 0.155) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 39px,
      rgba(0, 0, 0, 0.152) 40px
    );

  transform: perspective(1200px) rotateX(72deg) scale(1.4);

  transform-origin: center center;
}

.growth-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  animation: gridMove 6s linear infinite;
}

@keyframes gridMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(22px);
  }
}

.growth-line {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: drawGrowth 2.5s ease-in-out infinite;
}

@keyframes drawGrowth {
  0% {
    stroke-dashoffset: 180;
    opacity: 0.4;
  }
  45% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.growth-dot {
  offset-path: path(
    "M10 55 C28 46, 34 50, 48 38 C62 25, 72 34, 88 18 C96 10, 104 12, 112 7"
  );
  animation: moveDot 2.5s ease-in-out infinite;
}

@keyframes moveDot {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }
  45% {
    offset-distance: 100%;
    opacity: 1;
  }
  100% {
    offset-distance: 100%;
    opacity: 1;
  }
}

.metric-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  transform-origin: left;
  animation: metricGrow 2.5s ease-in-out infinite;
}

.metric-bar-1 {
  width: 78%;
  animation-delay: 0.1s;
}

.metric-bar-2 {
  width: 88%;
  animation-delay: 0.3s;
}

.metric-bar-3 {
  width: 95%;
  animation-delay: 0.5s;
}

@keyframes metricGrow {
  0% {
    transform: scaleX(0.15);
    opacity: 0.5;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.ai-chip {
  animation: chipFloat 4s ease-in-out infinite;
}

.ai-chip-1 {
  animation-delay: 0s;
}

.ai-chip-2 {
  animation-delay: 0.8s;
}

.ai-chip-3 {
  animation-delay: 1.4s;
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.scan-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
  height: 60%;
  transform: translateY(-100%);
  animation: scanMove 4s ease-in-out infinite;
}

@keyframes scanMove {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  70% {
    transform: translateY(120%);
    opacity: 0;
  }

  100% {
    transform: translateY(120%);
    opacity: 0;
  }
}

.masterclass-point {
  padding: 18px 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  color: rgba(0, 0, 0, 0.72);
  font-size: 17px;
  line-height: 1.45;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.audience-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
}

.not-for-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.walkaway-card {
  min-height: 170px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.68);
  font-size: 19px;
  line-height: 1.55;
}

.testimonial-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.testimonial-text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 17px;
  line-height: 1.7;
}

.form-input {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.035);
  padding: 16px 18px;
  outline: none;
  font-size: 15px;
  color: #000;
}

.form-input:focus {
  border-color: rgba(150, 66, 250, 0.55);
  box-shadow: 0 0 0 4px rgba(150, 66, 250, 0.08);
  background: #fff;
}

.ai-section {
  padding: 120px 0;
}

.section-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .section-inner {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .section-inner {
    padding: 0 64px;
  }
}

.section-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
}

.section-heading {
  margin-top: 20px;
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 500;
  color: #000;
}

.section-glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.section-glow-purple {
  width: 420px;
  height: 420px;
  left: 8%;
  top: 10%;
  background: rgba(150, 66, 250, 0.09);
  filter: blur(100px);
}

.section-glow-orange {
  width: 460px;
  height: 460px;
  right: 8%;
  bottom: 5%;
  background: rgba(238, 122, 38, 0.09);
  filter: blur(110px);
}

.premium-panel {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.72)
    ),
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.1),
      transparent 35%
    );
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.gap-line-wrap {
  position: relative;
  width: 360px;
  height: 140px;
}

.gap-line {
  position: absolute;
  inset: 50% 0 auto 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--accent-1),
    transparent 45%,
    transparent 55%,
    var(--accent-2)
  );
}

.gap-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  top: calc(50% - 7px);
}

.gap-dot-1 {
  left: 0;
  background: var(--accent-1);
  box-shadow: 0 0 30px rgba(150, 66, 250, 0.5);
}

.gap-dot-2 {
  right: 0;
  background: var(--accent-2);
  box-shadow: 0 0 30px rgba(238, 122, 38, 0.5);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.explore-card {
  min-height: 150px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.055);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
}

.explore-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.09);
}

.explore-card span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
}

.explore-card p {
  font-size: 18px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.68);
}

.explore-card-large {
  min-height: 210px;
}

.explore-card-wide {
  grid-column: span 2;
}

.explore-card-dark {
  background: #000;
}

.explore-card-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.audience-panel {
  border-radius: 38px;
  padding: 42px;
  min-height: 590px;
  position: relative;
  overflow: hidden;
}

.audience-panel-light {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.08);
}

.audience-panel-dark {
  background:
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.25),
      transparent 30%
    ),
    #000;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.panel-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}

.panel-icon.dark {
  background: rgba(255, 255, 255, 0.1);
}

.audience-panel h2 {
  font-size: clamp(36px, 4vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin-bottom: 36px;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.audience-list div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.035);
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
}

.not-list {
  display: grid;
  gap: 14px;
}

.not-list div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.walk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.walk-card {
  min-height: 230px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(255, 255, 255, 0.78)
  );
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.065);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.walk-card span {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.32);
}

.walk-card p {
  font-size: 20px;
  line-height: 1.48;
  color: rgba(0, 0, 0, 0.68);
}

.walk-card-wide {
  grid-column: span 2;
  min-height: 180px;
}

.most-important-card {
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.35),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(238, 122, 38, 0.18),
      transparent 30%
    ),
    #000;
  padding: 44px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.most-important-card h3 {
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 500;
  color: #fff;
}

.different-panel {
  border-radius: 42px;
  padding: 54px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.78)
    ),
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.08),
      transparent 40%
    );
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
}

.different-content {
  display: grid;
  gap: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
}

.tool-stack {
  display: grid;
  gap: 10px;
}

.tool-stack div {
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.big-question {
  border-radius: 24px;
  background: #000;
  color: #fff;
  padding: 28px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.founder-card {
  min-height: 430px;
  border-radius: 38px;
  padding: 40px;
  background:
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.28),
      transparent 35%
    ),
    #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.founder-card p {
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 18px;
}

.founder-card h2 {
  font-size: clamp(44px, 5vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 500;
}

.founder-card span {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.58);
}

.founder-content {
  display: grid;
  gap: 20px;
  font-size: 19px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.64);
}

.founder-question {
  border-left: 5px solid var(--accent-1);
  border-radius: 24px;
  background: #fff;
  padding: 26px;
  color: #000;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.leader-card {
  min-height: 360px;
  border-radius: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.leader-card p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.64);
}

.leader-card h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.leader-card span {
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
}

.reserve-panel {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  background: #000;
  padding: 60px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.2);
}

.reserve-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -120px;
  top: -120px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  filter: blur(110px);
  opacity: 0.45;
}

.reserve-panel h2 {
  margin-top: 22px;
  font-size: clamp(54px, 7vw, 110px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-weight: 500;
}

.registration-card {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  padding: 32px;
  color: #000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.registration-card h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}

.form-input {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.035);
  padding: 15px 17px;
  outline: none;
  font-size: 15px;
  color: #000;
}

.form-input:focus {
  border-color: rgba(150, 66, 250, 0.55);
  box-shadow: 0 0 0 4px rgba(150, 66, 250, 0.08);
  background: #fff;
}

@media (max-width: 1023px) {
  .ai-section {
    padding: 80px 0;
  }

  .bento-grid,
  .walk-grid,
  .testimonial-grid,
  .different-panel {
    grid-template-columns: 1fr;
  }

  .explore-card-wide,
  .walk-card-wide {
    grid-column: span 1;
  }

  .audience-panel {
    min-height: auto;
    padding: 30px;
  }

  .different-panel,
  .reserve-panel {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .audience-list {
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 46px;
  }

  .walk-card p {
    font-size: 17px;
  }
}

.ai-gap-visual {
  width: 100%;
  max-width: 520px;
}

.ai-gap-track {
  position: relative;
  height: 72px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(150, 66, 250, 0.12),
      transparent 44%,
      transparent 56%,
      rgba(238, 122, 38, 0.12)
    ),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.ai-gap-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 42px;
  right: 42px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    var(--accent-1),
    transparent 42%,
    transparent 58%,
    var(--accent-2)
  );
}

.ai-gap-node {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.ai-gap-node-left {
  left: 34px;
  background: var(--accent-1);
  box-shadow: 0 0 30px rgba(150, 66, 250, 0.55);
  animation: gapNodeLeft 3.8s ease-in-out infinite;
}

.ai-gap-node-right {
  right: 34px;
  background: var(--accent-2);
  box-shadow: 0 0 30px rgba(238, 122, 38, 0.55);
  animation: gapNodeRight 3.8s ease-in-out infinite;
}

.ai-gap-break {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 34px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px dashed rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ai-gap-break::before {
  content: "GAP";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.42);
}

@keyframes gapNodeLeft {
  0%,
  100% {
    left: 34px;
  }

  50% {
    left: 18px;
  }
}

@keyframes gapNodeRight {
  0%,
  100% {
    right: 34px;
  }

  50% {
    right: 18px;
  }
}

.ai-explore-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ai-explore-card {
  min-height: 190px;
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.78)
    ),
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.08),
      transparent 35%
    );
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.055);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.ai-explore-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -70% -30%;
  height: 120%;
  background: radial-gradient(circle, rgba(238, 122, 38, 0.1), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.ai-explore-card:hover {
  transform: translateY(-6px);
  border-color: rgba(150, 66, 250, 0.22);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.09);
}

.ai-explore-card:hover::after {
  opacity: 1;
}

.ai-explore-card p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.68);
}

.ai-explore-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(150, 66, 250, 0.22);
  margin-bottom: 28px;
}

.ai-explore-card-feature {
  min-height: 250px;
  grid-row: span 2;
  background:
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.22),
      transparent 38%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(238, 122, 38, 0.12),
      transparent 36%
    ),
    #fff;
}

.ai-explore-card-feature p {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: rgba(0, 0, 0, 0.78);
}

.ai-explore-card-dark {
  background:
    radial-gradient(
      circle at top right,
      rgba(150, 66, 250, 0.35),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(238, 122, 38, 0.18),
      transparent 34%
    ),
    #000;
}

.ai-explore-card-dark p {
  color: rgba(255, 255, 255, 0.8);
}

.ai-explore-card-dark .ai-explore-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.ai-explore-card-wide {
  grid-column: span 2;
  min-height: 150px;
}

@media (max-width: 1023px) {
  .ai-explore-grid {
    grid-template-columns: 1fr;
  }

  .ai-explore-card-feature,
  .ai-explore-card-wide {
    grid-row: auto;
    grid-column: auto;
  }

  .ai-explore-card {
    min-height: auto;
  }

  .ai-explore-card-feature p {
    font-size: 20px;
  }
}

.catchup-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.22) 1.2px,
    transparent 1.2px
  );
  background-size: 20px 20px;
  opacity: 0.5;
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.6),
    transparent
  );
}

.catchup-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 18% 35%,
      rgba(255, 255, 255, 0.16),
      transparent 18%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(238, 122, 38, 0.22),
      transparent 22%
    ),
    radial-gradient(circle at 70% 90%, rgba(150, 66, 250, 0.2), transparent 20%);
  opacity: 0.9;
}
