:root {
  --purple: #491f7e;
  --purple-2: #6f34d7;
  --orange: #ff7a00;
  --ink: #17141f;
  --muted: #635d72;
  --line: #e7e1ef;
  --soft: #f7f4fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(73, 31, 126, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(231, 225, 239, 0.7);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Sora", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-fox {
  color: var(--orange);
}

.brand-edu {
  color: var(--purple);
}

.desktop-nav,
.desktop-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.desktop-nav a,
.link-button {
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--muted);
  font-weight: 600;
}

.desktop-nav a:hover,
.link-button:hover {
  background: rgba(73, 31, 126, 0.06);
  color: var(--purple);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(255, 122, 0, 0.24);
}

.button-primary:hover {
  background: #e96f00;
}

.button-secondary {
  background: var(--white);
  color: var(--purple);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(73, 31, 126, 0.08);
}

.button-purple {
  background: var(--purple);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(73, 31, 126, 0.24);
}

.button-purple:hover {
  background: #3f1a70;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  background: linear-gradient(135deg, #fff 0%, #fbf8ff 50%, #fff8f1 100%);
}

.hero-background {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(73, 31, 126, 0.18) 1px, transparent 0);
  background-size: 44px 44px;
  opacity: 0.3;
  pointer-events: none;
}

.hero-grid,
.split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}

.hero-grid {
  min-height: calc(100vh - 120px);
  padding: 64px 0;
}

.eyebrow,
.tag,
.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 28px;
  padding: 10px 18px;
  border: 1px solid rgba(73, 31, 126, 0.14);
  background: rgba(73, 31, 126, 0.06);
  color: var(--purple);
  gap: 10px;
}

.eyebrow > span:last-child {
  font-weight: 300;
}

.eyebrow-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.eyebrow-icon i {
  color: var(--orange);
  font-size: 16px;
  line-height: 1;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 800;
}

h1 span,
h2 span,
.orange-text {
  background: linear-gradient(100deg, var(--purple), #8b45f5, var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text,
.section-copy > p,
.section-heading p,
.final-cta p {
  color: var(--muted);
  font-size: 20px;
}

.hero-text {
  max-width: 620px;
  margin: 28px 0 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-media {
  position: relative;
}

.hero-media img,
.image-card,
.video-card,
.resource-grid article {
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media img {
  background: var(--soft);
}

.floating-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(73, 31, 126, 0.16);
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
  animation: hero-float 5.8s ease-in-out infinite;
}

.floating-card i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: #fff0df;
  color: var(--orange);
  font-size: 15px;
}

.card-top {
  top: -26px;
  right: -18px;
  animation-delay: -0.4s;
}

.card-left {
  top: 24%;
  left: -38px;
  animation-delay: -1.2s;
}

.card-right {
  right: -34px;
  bottom: 34%;
  animation-delay: -2s;
}

.card-bottom {
  bottom: -38px;
  left: 26%;
  animation-delay: -2.8s;
}

.card-mid-left {
  bottom: 26%;
  left: -28px;
  animation-delay: -3.4s;
}

.card-mid-right {
  right: 6%;
  bottom: 5%;
  animation-delay: -4.1s;
}

@keyframes hero-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.hero-video-strip {
  position: relative;
  padding: 52px 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.hero-video-strip h2 {
  margin: 0 auto 28px;
  color: var(--purple);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  text-align: center;
}

.hero-video-arrow {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin: -10px auto 18px;
  border-radius: 999px;
  background: #fff0df;
  color: var(--orange);
  font-size: 24px;
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.2);
  animation: elastic-arrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}

.hero-video-card {
  max-width: 820px;
  margin: 0 auto;
}

.hero-video-card.is-pulsing {
  position: relative;
  border-color: rgba(255, 122, 0, 0.82);
  box-shadow:
    0 0 0 0 rgba(255, 122, 0, 0.34),
    var(--shadow);
  animation: video-border-pulse 1.45s ease-out infinite;
}

.hero-video-card.is-pulsing::after {
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(255, 122, 0, 0.32);
  border-radius: 30px;
  content: "";
  pointer-events: none;
  animation: video-ring-pulse 1.45s ease-out infinite;
}

@keyframes elastic-arrow {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
  }

  45% {
    transform: translateY(12px) scaleY(1.12);
  }

  70% {
    transform: translateY(4px) scaleY(0.92);
  }
}

@keyframes video-border-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 122, 0, 0.34),
      var(--shadow);
  }

  70% {
    box-shadow:
      0 0 0 18px rgba(255, 122, 0, 0),
      var(--shadow);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(255, 122, 0, 0),
      var(--shadow);
  }
}

@keyframes video-ring-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.99);
  }

  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-arrow,
  .hero-video-card.is-pulsing,
  .hero-video-card.is-pulsing::after {
    animation: none;
  }
}

.marquee-section {
  padding: 48px 0 38px;
  background: #fff3e6;
}

.marquee-shell {
  display: grid;
  gap: 18px;
}

.marquee-label {
  margin: 0;
  color: var(--purple);
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.marquee-viewport {
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-left 42s linear infinite;
}

.marquee-group {
  display: flex;
  gap: 18px;
  padding: 18px;
}

.marquee-card {
  flex: 0 0 auto;
  width: 220px;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: none;
}

.marquee-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.stats,
.section {
  padding: 104px 0;
}

.stats,
.muted {
  background: var(--soft);
}

.stats h2,
.section-heading h2,
.section-copy h2,
.final-cta h2 {
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 800;
}

.stats h2 {
  max-width: 980px;
  margin: 0 auto 52px;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  gap: 18px;
}

.stat-card,
.category-grid article,
.price-card,
.faq-list details {
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(73, 31, 126, 0.06);
}

.stat-card {
  padding: 24px;
  text-align: center;
}

.icon-box {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 800;
}

.icon-box i {
  font-size: 21px;
  line-height: 1;
}

.purple {
  background: #fff0df;
  color: var(--orange);
}

.orange {
  background: #fff0df;
  color: var(--orange);
}

.stat-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 38px;
  line-height: 1;
}

.stat-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.stat-feature-card {
  text-align: left;
}

.stat-feature-card .icon-box {
  margin-right: 0;
  margin-left: 0;
}

.stat-feature-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
}

.stat-feature-card p {
  font-size: 14px;
  line-height: 1.55;
}

.section-copy .tag {
  margin-bottom: 18px;
}

.tag {
  padding: 8px 16px;
  background: rgba(73, 31, 126, 0.08);
  color: var(--purple);
}

.orange-tag {
  background: rgba(255, 122, 0, 0.12);
  color: var(--orange);
}

.section-copy > p {
  margin: 24px 0 0;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.feature-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px 14px;
  padding: 18px 18px 18px 22px;
  border-radius: 18px;
  background: var(--soft);
}

.feature-list article p {
  grid-column: 2;
}

.card-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: #fff0df;
  color: var(--orange);
  line-height: 1;
}

.card-icon i {
  font-size: 21px;
  line-height: 1;
}

.feature-list strong,
.category-grid strong,
.resource-grid strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
}

.feature-list p,
.category-grid p {
  margin: 6px 0 0;
  color: var(--muted);
}

.video-card {
  aspect-ratio: 16 / 9;
  background: #ece5f7;
}

.platform-video-card {
  position: relative;
}

.platform-video-overlay {
  position: absolute;
  right: -18px;
  bottom: -26px;
  width: min(48%, 320px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 18px;
  box-shadow: 0 20px 54px rgba(73, 31, 126, 0.2);
  pointer-events: none;
}

.video-note {
  max-width: 620px;
  margin: 0 auto 18px;
  color: var(--purple);
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.video-note strong {
  font-weight: 300;
}

.video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-grid article {
  padding: 26px;
}

.category-grid .card-icon {
  margin-bottom: 18px;
}

.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.activity-depth-section {
  background:
    radial-gradient(circle at 15% 18%, rgba(73, 31, 126, 0.07), transparent 28%),
    linear-gradient(180deg, var(--white) 0%, #fbf8ff 100%);
}

.image-card {
  background: var(--soft);
}

.image-card img {
  width: 100%;
  height: auto;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.pill-grid span {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: var(--soft);
  color: var(--ink);
  font-weight: 700;
}

.pill-grid i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #fff0df;
  color: var(--orange);
  font-size: 17px;
}

.activity-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.activity-proof-list p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.activity-proof-list i {
  margin-top: 5px;
  color: var(--purple);
}

.activity-video-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 52px;
  margin-top: 72px;
}

.activity-video-card {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 24px;
  background: #241f2f;
  box-shadow: 0 24px 70px rgba(73, 31, 126, 0.14);
}

.activity-video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.activity-video-copy h3 {
  font-size: clamp(26px, 3vw, 36px);
}

.activity-video-copy > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.suggestion-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.16), transparent 42%),
    linear-gradient(135deg, #fffaf5, #ffffff);
  box-shadow: 0 18px 48px rgba(73, 31, 126, 0.1);
}

.suggestion-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  color: var(--white);
  font-size: 24px;
}

.suggestion-card h3 {
  font-size: 24px;
}

.suggestion-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.suggestion-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.suggestion-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff0df;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

blockquote {
  margin: 30px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--purple);
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.activity-final-note {
  max-width: 760px;
  margin: 60px auto 0;
  padding: 0;
  border: 0;
  color: var(--purple);
  text-align: center;
  font-size: clamp(24px, 3vw, 34px);
}

.compact article {
  background: var(--white);
}

.tools-builder-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 122, 0, 0.12), transparent 30%),
    linear-gradient(180deg, var(--white) 0%, #fff8f1 100%);
}

.tools-builder {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 64px;
}

.tools-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tools-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(73, 31, 126, 0.06);
}

.tools-highlights i {
  color: var(--orange);
}

.tools-preview {
  position: relative;
}

.tools-preview img {
  width: 100%;
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(73, 31, 126, 0.16);
}

.tools-floating-card {
  position: absolute;
  right: 24px;
  bottom: -22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(73, 31, 126, 0.14);
}

.tools-floating-card i {
  color: var(--orange);
}

.fox-ai-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 78%, rgba(255, 122, 0, 0.68), transparent 34%),
    radial-gradient(circle at 20% 18%, rgba(79, 46, 174, 0.9), transparent 40%),
    linear-gradient(135deg, #311b82 0%, #4b2699 48%, #d96d1f 100%);
  color: var(--white);
}

.fox-ai-section::before {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 2px, transparent 2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px);
  background-position:
    0 0,
    32px 42px;
  background-size:
    210px 170px,
    135px 185px;
  content: "";
  opacity: 0.38;
  animation: particle-drift 15s linear infinite;
  pointer-events: none;
}

@keyframes particle-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(38px, -58px, 0);
  }
}

.fox-ai-shell {
  position: relative;
  z-index: 1;
}

.fox-ai-header {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.fox-ai-header .tag {
  margin-right: auto;
  margin-left: auto;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

.fox-ai-header h2 {
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(36px, 5vw, 62px);
}

.fox-ai-header h2 span {
  background: none;
  color: var(--orange);
  -webkit-text-fill-color: currentColor;
}

.fox-ai-header p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
}

.fox-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 48px;
}

.fox-ai-copy {
  display: grid;
  gap: 16px;
}

.ai-feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08));
  box-shadow: 0 18px 54px rgba(19, 10, 62, 0.18);
  backdrop-filter: blur(12px);
}

.featured-ai-card {
  border-color: rgba(255, 122, 0, 0.34);
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.2), rgba(255, 255, 255, 0.09));
}

.ai-feature-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 122, 0, 0.18);
  color: var(--orange);
  font-size: 22px;
}

.ai-feature-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
}

.ai-feature-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.ai-feature-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ai-feature-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.ai-feature-list i {
  margin-top: 3px;
  color: var(--orange);
  font-size: 16px;
  text-align: center;
}

.fox-ai-media {
  display: grid;
  gap: 18px;
}

.ai-main-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(19, 10, 62, 0.34);
}

.ai-main-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ai-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  background: #00dd72;
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 221, 114, 0.26);
}

.ai-image-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ai-image-slot {
  display: grid;
  min-height: 130px;
  place-items: center;
  gap: 10px;
  padding: 18px;
  border: 1px dashed rgba(73, 31, 126, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.ai-image-slot i {
  color: var(--purple);
  font-size: 24px;
}

.ai-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ai-gallery-thumb {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  text-align: left;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(73, 31, 126, 0.06);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.ai-gallery-thumb:hover,
.ai-gallery-thumb.is-active {
  border-color: rgba(255, 122, 0, 0.7);
  box-shadow: 0 16px 36px rgba(255, 122, 0, 0.14);
  transform: translateY(-2px);
}

.ai-gallery-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
}

.ai-gallery-thumb span {
  display: block;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.35;
}

.fox-ai-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
}

.fox-ai-proof span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(73, 31, 126, 0.06);
}

.fox-ai-proof i {
  color: var(--orange);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.resource-grid article {
  background: var(--white);
}

.resource-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.resource-grid strong {
  padding: 0;
}

.resource-card-body {
  padding: 24px;
}

.resource-card-body > strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.25;
}

.resource-card-body > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.resource-detail-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.resource-detail-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.resource-detail-list i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 10px;
  background: #fff0df;
  color: var(--orange);
  font-size: 13px;
}

.resource-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff0df;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

.music-resource-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 122, 0, 0.12), transparent 28%),
    var(--white);
}

.music-player-card {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 18px;
  background: #fbf8ff;
}

.music-player-card span {
  display: block;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.music-player-card strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 20px;
}

.music-player-card audio {
  width: 100%;
}

.video-testimonials {
  background: var(--white);
}

.video-carousel {
  display: grid;
  grid-auto-columns: minmax(320px, 560px);
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  padding: 6px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 122, 0, 0.45) transparent;
}

.testimonial-card {
  scroll-snap-align: start;
}

.testimonial-video {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 22px;
  background: #f2edf8;
  box-shadow: 0 12px 34px rgba(73, 31, 126, 0.08);
}

.testimonial-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.testimonial-card p {
  margin: 14px 4px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.access-included {
  background: linear-gradient(180deg, var(--white) 0%, #fff8f1 100%);
}

.access-card {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(231, 225, 239, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(73, 31, 126, 0.12);
}

.access-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.18), transparent 68%);
  pointer-events: none;
}

.access-heading {
  position: relative;
  max-width: 780px;
  margin-bottom: 34px;
}

.access-kicker {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff0df;
  color: var(--orange);
  font-weight: 800;
}

.access-heading h2 {
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 800;
}

.access-heading > p:not(.access-kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.access-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.access-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  padding: 15px 0;
  border-top: 1px solid rgba(231, 225, 239, 0.9);
}

.access-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #fff0df;
  color: var(--orange);
}

.access-icon i {
  font-size: 20px;
  line-height: 1;
}

.access-item p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
}

.access-item strong {
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 940px;
  margin: 0 auto;
}

.price-card {
  position: relative;
  padding: 34px;
}

.price-card.featured {
  border: 2px solid var(--purple);
  box-shadow: var(--shadow);
}

.unified-price-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 34px;
}

.badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  background: var(--orange);
  color: var(--white);
  font-size: 13px;
}

.price-card h3 {
  font-size: 24px;
}

.price {
  margin: 18px 0 4px;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.price-value {
  font-weight: 700;
}

.price-installments {
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cash-price {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.price-card > p:not(.price) {
  color: var(--muted);
}

.price-card .button {
  margin-top: 34px;
}

.price-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  color: var(--ink);
}

.price-card li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--purple);
  font-weight: 800;
}

.price-card li::before {
  content: "\2713";
}

.pricing-offer-card {
  padding: 30px;
  border-radius: 22px;
  background: #fff7ee;
}

.faq-list {
  display: grid;
  max-width: 860px;
  margin: 0 auto;
  gap: 14px;
}

.faq-list details {
  padding: 0 22px;
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink);
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
}

.faq-list details p + p {
  padding-top: 0;
}

.faq-contact {
  margin: 42px auto 0;
  text-align: center;
}

.faq-contact p {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: #00dd72;
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(0, 221, 114, 0.22);
}

.whatsapp-button i {
  font-size: 22px;
  line-height: 1;
}

.written-testimonials {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(73, 31, 126, 0.07), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 122, 0, 0.1), transparent 28%),
    linear-gradient(180deg, var(--white) 0%, #fbf8ff 100%);
}

.written-testimonials .section-heading h2 {
  text-transform: uppercase;
}

.written-testimonials .section-heading p {
  color: var(--muted);
}

.written-carousel {
  position: relative;
}

.written-carousel-track {
  display: grid;
  grid-auto-columns: minmax(320px, calc((100% - 48px) / 3));
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  background: transparent;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.written-carousel-track::-webkit-scrollbar {
  display: none;
}

.written-testimonial-card {
  overflow: hidden;
  min-height: 330px;
  scroll-snap-align: start;
  border: 1px solid rgba(231, 225, 239, 0.85);
  border-radius: 18px;
  background: var(--white);
  color: #333;
  box-shadow: none;
}

.written-card-head {
  padding: 20px 22px 16px;
  border-bottom: 2px solid #e8edf2;
}

.written-card-head h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 400;
}

.written-stars {
  display: flex;
  gap: 2px;
  color: #f5a93f;
  font-size: 15px;
}

.written-card-head p {
  margin: 8px 0 0;
  color: #6b7b87;
  font-size: 15px;
  font-weight: 700;
}

.written-testimonial-card > p {
  margin: 0;
  padding: 18px 22px 24px;
  color: #3c3c3c;
  font-size: 17px;
  line-height: 1.42;
}

.written-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--purple);
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(24, 74, 102, 0.18);
  transform: translateY(-50%);
}

.written-carousel-arrow.prev {
  left: -22px;
}

.written-carousel-arrow.next {
  right: -22px;
}

.written-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.written-carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(73, 31, 126, 0.18);
  cursor: pointer;
}

.written-carousel-dots button.is-active {
  background: var(--purple);
}

.founder-section {
  overflow: hidden;
  background: var(--white);
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 52px;
}

.founder-photo-wrap {
  position: relative;
  width: min(100%, 380px);
  margin: 0 auto;
}

.founder-photo-wrap::before {
  position: absolute;
  inset: 8%;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.22), rgba(73, 31, 126, 0.18));
  content: "";
  filter: blur(34px);
}

.founder-photo-wrap img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 10px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 28px 80px rgba(73, 31, 126, 0.16);
}

.founder-copy {
  max-width: 860px;
}

.founder-copy h2 {
  margin-top: 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.founder-copy h2 span {
  color: var(--purple);
}

.founder-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.founder-value-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.founder-value-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  background: #f3eef8;
}

.founder-value-list article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 18px;
  background: #e3d8ef;
  color: var(--purple);
  font-size: 20px;
}

.founder-value-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
}

.founder-value-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.founder-quote {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--purple);
  font-size: clamp(20px, 2.4vw, 26px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

.important-notes {
  padding: 48px 0;
  background: var(--white);
}

.important-notes .container {
  max-width: 960px;
}

.important-notes h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.important-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  padding: 96px 0;
  text-align: center;
  background: linear-gradient(135deg, var(--purple), #7339d0);
  color: var(--white);
}

.final-cta p {
  max-width: 720px;
  margin: 22px auto 34px;
  color: rgba(255, 255, 255, 0.84);
}

.site-footer {
  padding: 34px 0;
  background: var(--ink);
  color: var(--white);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-legal {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 980px) {
  .desktop-nav,
  .desktop-actions {
    display: none;
  }

  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    background: rgba(73, 31, 126, 0.08);
    cursor: pointer;
  }

  .menu-button span {
    width: 22px;
    height: 2px;
    margin: 2px 0;
    background: var(--purple);
  }

  .mobile-nav {
    display: none;
    padding: 12px 20px 20px;
    border-top: 1px solid var(--line);
    background: var(--white);
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 8px;
  }

  .mobile-nav a {
    padding: 12px;
    border-radius: 10px;
    color: var(--muted);
    font-weight: 700;
  }

  .hero-grid,
  .split,
  .reverse,
  .tools-builder,
  .fox-ai-grid,
  .activity-video-row,
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-grid {
    min-height: auto;
  }

  .floating-card {
    gap: 7px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 13px;
  }

  .floating-card i {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 13px;
  }

  .card-top {
    top: -18px;
    right: 2%;
  }

  .card-left {
    top: 18%;
    left: -6px;
  }

  .card-right {
    right: -8px;
    bottom: 38%;
  }

  .card-bottom {
    bottom: -20px;
    left: 28%;
  }

  .card-mid-left {
    bottom: 28%;
    left: -6px;
  }

  .card-mid-right {
    right: 8%;
    bottom: 8%;
  }

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

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

  .access-list {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .unified-price-card {
    grid-template-columns: 1fr;
  }

  .price-card ul {
    grid-template-columns: 1fr;
  }

  .written-carousel-track {
    grid-auto-columns: minmax(300px, 82%);
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    padding-top: 92px;
  }

  .hero-grid,
  .stats,
  .section,
  .final-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  h1 {
    font-size: 38px;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .stats-grid,
  .category-grid,
  .resource-grid,
  .pill-grid,
  .access-list {
    grid-template-columns: 1fr;
  }

  .access-card {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .access-item {
    align-items: start;
  }

  .suggestion-card {
    grid-template-columns: 1fr;
  }

  .platform-video-overlay {
    right: 12px;
    bottom: 12px;
    width: min(46%, 220px);
    border-radius: 14px;
  }

  .tools-floating-card {
    position: static;
    margin-top: 16px;
  }

  .floating-card {
    gap: 6px;
    padding: 8px 10px;
    border-radius: 13px;
    font-size: 12px;
  }

  .floating-card i {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    font-size: 12px;
  }

  .card-top {
    top: -14px;
    right: 0;
  }

  .card-left {
    top: 16%;
    left: -8px;
  }

  .card-right {
    right: -10px;
    bottom: 38%;
  }

  .card-bottom {
    bottom: -18px;
    left: 24%;
  }

  .card-mid-left {
    bottom: 30%;
    left: -8px;
  }

  .card-mid-right {
    right: 4%;
    bottom: 9%;
  }

  .fox-ai-header {
    text-align: left;
  }

  .fox-ai-header .tag {
    margin-left: 0;
  }

  .ai-feature-card,
  .ai-image-slots,
  .ai-gallery-thumbs {
    grid-template-columns: 1fr;
  }

  .fox-ai-proof {
    justify-content: flex-start;
  }

  .marquee-card {
    width: 180px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .written-carousel-arrow {
    display: none;
  }

  .written-testimonial-card > p {
    font-size: 16px;
  }
}
