/* ============================================================
   PROTA GAMES — Landing Page Styles
   Design tokens extracted from Figma design context
   ============================================================ */

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* DESIGN TOKENS (from Figma) */
:root {
  --col-yellow: #FCDA10;
  --col-dark: #4A0000;
  --col-less-dark: #780000;
  --col-deep-purple: #2B0F81;
  --col-white: #FFFFFF;
  --col-gray: #F6F6F6;
  --col-purple: #4E55D5;
  --col-dark-blue: #1E0C56;
  --col-near-black: #23272A;
  --col-text-dark: #2C2F33;
  --col-youtube-silver: #313b42;

  --font-inter: 'Inter', sans-serif;
  --font-antonio: 'Antonio', sans-serif;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  font-family: var(--font-inter);
  background: var(--col-white);
  color: var(--col-near-black);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  width: 100%;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

a { color: inherit; }

/* --- Global polish --- */
a, button, [role="button"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button { cursor: pointer; }

::selection {
  background: var(--col-yellow);
  color: var(--col-near-black);
}

:focus-visible {
  outline: 2px solid var(--col-purple);
  outline-offset: 2px;
}

*:focus:not(:focus-visible) {
  outline: none;
}

/* ============================================================
   SECTION 0: INTRO — Frame 1171276163 + Frame 1171276161
   Nav bar + "ATTENTION IS OUR MOAT" hero + stats dashboard
   Designer placed off-canvas but this is the LP opening
   ============================================================ */

/* --- NAV BAR --- */
/* Frame 1171276162 (66:126) — 1440×104, p=10 */
.intro-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
}

.intro-nav__inner {
  background: var(--col-white);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

.intro-nav__logo-img {
  padding-top: 4px;
  height: 100%;
  width: auto;
  pointer-events: auto;
}

.intro-nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--col-yellow);
  color: var(--col-near-black);
  width: 197px;
  height: 64px;
  text-decoration: none;
  padding: 19px 28px;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  transition: background 0.2s;
  cursor: pointer;
  user-select: none;
}

.intro-nav__cta:hover {
  background: #000;
  color: var(--col-white);
}

.intro-nav__cta-arrow {
  font-size: 22px;
}

/* --- HERO HEADLINE --- */
/* Frame 1171276128 (66:128) — 1440×704, y=104
   Background image (image 54) from Frame 1171276161 sits behind this */
.intro-hero {
  width: 100%;
  min-height: 704px;
  position: relative;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 10px 0;
  padding-bottom: 50px;
  overflow: hidden;
  background-image: url(../assets/top-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Frame 1171276114 (66:129) — p=10, 1420×460, y=48 */
.intro-hero__headline-wrap {
  position: relative;
  z-index: 2;
  padding: 48px 10px 0;
  width: 100%;
  max-width: 1420px;
}

/* Text 66:130 — 1380×440 */
.intro-hero__headline {
  font-family: var(--font-antonio);
  font-weight: 700;
  font-size: 200px;
  line-height: 220px;
  color: var(--col-white);
  letter-spacing: -3px;
  text-align: center;
  padding: 20px 10px;
  max-width: 1380px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

/* Frame 1171276117 (66:131) — 1420×138, y=518 */
.intro-hero__subtitle-wrap {
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  max-width: 1420px;
  display: flex;
  justify-content: center;
}

/* Text 66:132 — 956×114, centered at x=237 within 1420 */
.intro-hero__subtitle {
  font-family: var(--font-inter);
  font-weight: 100;
  font-size: 32px;
  line-height: 38.4px;
  color: var(--col-white);
  max-width: 956px;
  text-align: center;
}

/* --- REVERSE STRIPE --- */
.stripe--reverse {
  background: var(--col-white);
}

.stripe--reverse .stripe__bar {
  background: var(--col-purple);
}

/* --- STATS DASHBOARD --- */
.intro-stats {
  background: var(--col-purple);
  width: 100%;
  padding: 10px 10px 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, transparent 12%), url(../assets/top-banner-background.webp);
  background-size: 100% 100%, contain;
  background-repeat: no-repeat, repeat-x;
}

.intro-stats__inner {
  max-width: 1172px;
  width: 100%;
  padding: 10px;
}

.intro-stats__card {
  background: var(--col-white);
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.intro-stats__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 22px;
  height: 53px;
}

.intro-stats__header-label {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 18px;
  line-height: 19.8px;
  color: #1E0C56;
  text-transform: uppercase;
}

.intro-stats__live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 12px;
  line-height: 13.2px;
  color: #1E0C56;
  box-shadow: inset 0 0 0 0.5px #1E0C56;
  padding: 8px 8px 8px 12px;
}

.intro-stats__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ED4242;
  display: inline-block;
}

.intro-stats__big-number-wrap {
  padding: 10px;
  margin-top: 20px;
  padding-top: 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.intro-stats__big-number {
  font-family: var(--font-antonio);
  font-weight: 700;
  font-size: 160px;
  line-height: 176px;
  color: #4A58F1;
}

.intro-stats__big-number-compact {
  display: none;
  font-size: 80px;
}

.intro-stats__big-number-full {
  display: inline;
}

.intro-stats__chart {
  padding: 0 48px;
  height: 200px;
  position: relative;
}

.intro-stats__chart-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.intro-stats__chart-dot {
  position: absolute;
  right: 48px;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate(50%, -34%);
  pointer-events: none;
}

.intro-stats__views-label {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #1E0C56;
  text-transform: uppercase;
  margin-top: 40px;
}

.intro-stats__metrics {
  display: flex;
  justify-content: space-between;
  padding: 40px 99px 48px;
  padding-bottom: 100px;
  gap: 24px;
}

.intro-stats__metric {
  width: 267px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.intro-stats__metric-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(78, 85, 213, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.intro-stats__metric-icon svg {
  width: 36px;
  height: 36px;
  color: var(--col-purple);
}

.intro-stats__metric-value {
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 72px;
  line-height: 86.4px;
  color: #1E0C56;
}

.intro-stats__metric-label {
  order: 1;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #8D9FAD;
  text-transform: uppercase;
}

/* ============================================================
   SECTION 1: HERO — Wall of Excellence
   Frame 14:2977 — 1440 × 1055
   ============================================================ */
.hero {
  background: var(--col-less-dark);
  width: 100%;
  height: 1055px;
  position: relative;
  overflow: hidden;
}

.hero__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
}

/* Background line pattern — Frames 14:3365, 14:3275, 14:3366
   Three rows of horizontal dashed lines, each 1440×348 */
.hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-pattern-row {
  height: 348px;
  position: absolute;
  left: 0;
  right: 0;
}

.hero-pattern-row:nth-child(1) { top: -24px; }
.hero-pattern-row:nth-child(2) { top: 378px; }
.hero-pattern-row:nth-child(3) { top: 780px; }

.hero-pattern-row svg {
  width: 100%;
  height: 100%;
  color: var(--col-dark);
}

/* Wall of Excellence text — Frame 14:3161 at x=144 y=144, 471×800 */
.hero-text {
  position: absolute;
  left: 144px;
  top: 144px;
  width: 471px;
  height: 800px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.hero-text__title {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: var(--col-yellow);
  letter-spacing: -1.12px;
  width: 471px;
  height: 140px;
}

/* Frame 14:3167 — Stats area at y=440 */
.hero-text__stats {
  margin-top: auto;
  width: 471px;
  height: 360px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-text__subtitle {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--col-white);
  letter-spacing: -0.4px;
  width: 264px;
}

/* Frame 14:3177 — Awards stat at y=176 within stats */
.hero-text__awards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 112px;
}

.hero-text__awards-number {
  font-family: var(--font-antonio);
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  color: var(--col-yellow);
  letter-spacing: -0.4px;
}

.hero-text__awards-label {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--col-white);
  letter-spacing: -0.4px;
}

/* Channel cards grid — two scrolling columns (silver down, gold up) */
.hero-channels {
  position: absolute;
  left: 666px;
  top: 0;
  width: 630px;
  height: 100%;
  z-index: 2;
  display: flex;
  gap: 48px;
  overflow: hidden;
  align-items: flex-start;
}

.hero-channels__col {
  width: 291px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
  pointer-events: none;
}

.hero-channels__col--right {
  padding-top: 200px;
}

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

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

/* Individual channel card — each 291×400 */
.channel-card {
  width: 291px;
  height: 400px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  user-select: none;
}

.channel-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Channel info — Frame 1171276131 at x=12 y=225, 268×135 */
.channel-card__info {
  position: absolute;
  left: 12px;
  top: 225px;
  width: 268px;
  height: 135px;
  padding: 10px;
  padding-bottom: 25px !important;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.channel-card__name {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 20px;
  line-height: 0;
  color: var(--col-youtube-silver);
  text-align: center;
  width: 268px;
  height: 22px;
}

/* Frame 1171276132 at y=46, 268×89 */
.channel-card__stats {
  margin-top: 24px;
  text-align: center;
}

.channel-card__count {
  display: block;
  font-family: var(--font-inter);
  font-weight: 900;
  font-size: 52px;
  line-height: 1.29;
  color: var(--col-youtube-silver);
  width: 268px;
  height: 67px;
}

.channel-card__label {
  display: block;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  color: var(--col-youtube-silver);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 268px;
  height: 22px;
}

/* ============================================================
   SECTION 2: MARQUEE — Multi-Awarded Channels
   Frame 16:2427 — 1603 × 178
   ============================================================ */
.marquee-frame {
  background: var(--col-yellow);
  padding: 60px 0;
}

.marquee {
  background: var(--col-yellow);
  width: 110vw;
  left: -5vw;
  height: 110px;
  margin-top: -55px;
  margin-bottom: -55px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--col-near-black);
  border-bottom: 3px solid var(--col-near-black);
  box-shadow: 0 0 0 8px var(--col-yellow);
  display: flex;
  align-items: center;
  transform: rotate(-2deg);
  font-family: var(--font-antonio);
  font-weight: 700;
  z-index: 2;
}

.marquee__track {
  display: flex;
  align-items: center;
  animation: marquee-scroll 30s linear infinite;
  width: max-content;
  gap: 0;
  user-select: none;
  -webkit-user-drag: none;
}

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

/* Frame 1171276158 — text items with Union stars */
.marquee__item {
  display: flex;
  align-items: center;
  gap: 29px;
  padding-right: 29px;
  white-space: nowrap;
}

/* Text: 448×66, "Multi-AWARDED CHANNELS" */
.marquee__text {
  font-family: var(--font-antonio);
  font-weight: 800;
  font-size: 48px;
  line-height: 1.38;
  color: var(--col-near-black);
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

/* Union star icon: 32×33 */
.marquee__star {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-top: 5px;
}

/* ============================================================
   SECTION 3: CONTENT — Episodes + Carousel + Pixel heading
   ============================================================ */

.content-container {
  background: var(--col-dark-blue);
  padding-bottom: 40px;
  padding-top: 150px;
}

/* "Content that kids love to watch and share" heading
   Text 14:3832 at x=144 y=0 (relative), 852×140 */
.content-heading {
  padding: 30px 144px 0;
  padding-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto;
}

.content-heading__title {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: var(--col-yellow);
  letter-spacing: -1.12px;
  max-width: 852px;
}

/* 100K+ Episodes bar — Frame 15:2451 at x=134, 1172×93 */
.episodes-bar {
  padding: 16px 144px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.episodes-bar::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
  background: url(../assets/episodes-bar-background-pattern.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.episodes-bar__inner {
  background: var(--col-white);
  padding: 10px;
  width: 1152px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.episodes-bar__content {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
}

.episodes-bar__text {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.54;
  color: var(--col-deep-purple);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* "View All →" button — Frame 15:2455, 90×29 */
.episodes-bar__link {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--col-white);
  color: var(--col-deep-purple);
  border: 2px solid var(--col-deep-purple);
  padding: 8px 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

/* Franchise selector */
.franchise-selector {
  background: var(--col-dark-blue);
  position: relative;
}

.franchise-selector__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
}

.franchise-selector__btn {
  display: block;
  transition: transform 0.25s ease;
  z-index: 2;
}

.franchise-selector__btn img {
  display: block;
  height: auto;
  pointer-events: none;
}

.franchise-selector__btn:hover {
  transform: scale(1.08);
}

/* Content carousel */
.carousel-frame {
  position: relative;
  overflow: visible;
  z-index: 1;
  background: var(--col-dark-blue);
}

.carousel-frame::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-70%);
  width: 100%;
  height: 150%;
  background: url(../assets/carousel-background-pattern.svg) repeat-x center center;
  background-size:contain;
  pointer-events: none;
  z-index: 1;
}

.carousel {
  background: var(--col-deep-purple);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 24px 0;
}

.carousel .swiper-slide {
  height: auto;
}

.carousel .swiper-button-prev,
.carousel .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--col-near-black);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background 0.2s, transform 0.2s;
  opacity: 0;
}

.carousel .swiper-button-prev::after,
.carousel .swiper-button-next::after {
  font-size: 20px;
  color: var(--col-near-black);
}

.carousel:hover .swiper-button-prev,
.carousel:hover .swiper-button-next {
  opacity: 1;
}

.carousel .swiper-button-prev:hover,
.carousel .swiper-button-next:hover {
  background: #fff;
  transform: scale(1.1);
}

@media (pointer: coarse) {
  .carousel .swiper-button-prev,
  .carousel .swiper-button-next { display: none !important; }
}

.carousel__item {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  -webkit-mask-image: radial-gradient(white, black);
}

.carousel__item-bg {
  position: absolute;
  inset: 0;
}

.carousel__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
}

.carousel__item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
}

.carousel__item-title {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: var(--col-white);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.carousel__item-desc {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.54;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel__item-views-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ED4242;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 4px;
  line-height: 1.2;
}

a.carousel__item {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-user-drag: none;
}

.carousel__item-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.carousel__item-channel {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-inter);
  z-index: 2;
}

/* Pixel mosaic — Frame 14:4181, 1792×604 (extends beyond viewport)
   Contains 4 groups of small rectangles forming a grid pattern */
.pixel-mosaic {
  background: var(--col-white);
  width: 100%;
  height: 604px;
  overflow: hidden;
  position: relative;
}

.pixel-mosaic__grid {
  position: absolute;
  right: -180px;
  top: 0;
  width: 900px;
  height: 604px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

/* Each pixel sub-grid: ~448×604 */
.pixel-mosaic__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.pixel-mosaic__cell {
  width: 112px;
  height: 38px;
}

.pixel-mosaic__cell--tall {
  height: 75px;
}

/* ============================================================
   SECTION 4: WHY BRANDS WORK WITH PROTA
   Frame 16:2418 — 1440 × 1004
   Background rect 14:3871
   ============================================================ */
.brands {
  background: var(--col-deep-purple);
  width: 100%;
  padding: 60px 0 80px;
}

.brands > * {
  position: relative;
  z-index: 2;
}

/* Title — Frame 14:4310 at x=184, 1071×90 */
.brands__title-wrap {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 0;
}

.brands__title {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: var(--col-yellow);
  letter-spacing: -1.12px;
  text-transform: uppercase;
  text-align: center;
}

/* Subtitle — Frame 14:4311 at x=191.5, 1056×55 */
.brands__subtitle-wrap {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 48px;
}

.brands__subtitle {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 32px;
  line-height: 1.1;
  color: var(--col-white);
  letter-spacing: -1.12px;
  text-align: center;
  max-width: 1036px;
}

/* Cards container — Frame 14:3927, 1152×471 centered */
.brands__cards {
  display: flex;
  justify-content: center;
  gap: 99px;
  padding: 0 144px;
}

/* Single brand card — each 318×471 */
.brand-card {
  width: 318px;
  height: 471px;
  background: var(--col-gray);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  user-select: none;
}

/* Card image area — 318×201 */
.brand-card__image {
  width: 318px;
  height: 201px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-card__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* White circle icon container — 160×160 centered */
.brand-card__icon {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--col-white);
  border: 4px solid var(--col-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.brand-card__icon svg {
  width: 52px;
  height: 52px;
  color: var(--col-purple);
}

/* Card body — 318×270 with padding 24px */
.brand-card__body {
  flex: 1;
  background: var(--col-gray);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Title — Frame 1171276143, text inside p=10px, 128×68 */
.brand-card__title-wrap {
  padding: 10px;
}

.brand-card__title {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 25.269px;
  line-height: 1.33;
  color: var(--col-purple);
  letter-spacing: -0.7162px;
  width: 128px;
}

/* Description — Frame 1171276142, text inside p=10px */
.brand-card__desc-wrap {
  padding: 10px;
}

.brand-card__desc {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 15.615px;
  line-height: 1.1;
  color: var(--col-dark-blue);
  letter-spacing: 0.0819px;
}

/* ============================================================
   SECTION 5: CTA — Ready to build your world?
   Frame 14:4557 at x=144, 1152×334
   ============================================================ */
.cta {
  background: var(--col-white);
  padding: 80px 144px 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* Text frame — 14:4558, 715×334 */
.cta__content {
  width: 715px;
}

.cta__title {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: var(--col-purple);
  letter-spacing: -1.12px;
  margin-bottom: 80px;
}

/* Frame 1171276134 — description, 715×114 */
.cta__text {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--col-dark-blue);
  max-width: 756px;
}

/* Button — Frame 15:2874, 197×64 */
.cta__button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--col-yellow);
  color: var(--col-near-black);
  width: 197px;
  height: 64px;
  text-decoration: none;
  padding: 19px 28px;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  transition: background 0.2s;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
}

.cta__button:hover {
  background: #000;
  color: var(--col-white);
}

.cta__button-arrow {
  font-size: 22px;
}

/* ============================================================
   SECTION 6: STRIPE TRANSITION
   Frame 16:2378 / Group 1171275659 — graduated stripe bars
   23 yellow (#FCDA10) bars of decreasing height (23px → 1px)
   sitting on white bg, creating a dissolve into the footer yellow
   ============================================================ */
.stripe {
  width: 100%;
  height: 529px;
  background: var(--col-white);
  display: grid;
  grid-template-rows: repeat(23, 1fr);
  align-items: end;
}

.stripe-black {
  background: #000 !important;
}

.stripe__bar {
  width: 100%;
  background: var(--col-yellow);
}

/* ============================================================
   SECTION 7: FOOTER
   Frame 14:3787 — 1440 × 489
   ============================================================ */
.footer {
  background: var(--col-yellow);
  width: 100%;
}

/* Main footer — Frame 15:2658 with px-104 py-48 */
.footer__main {
  padding: 48px 104px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 396px;
}

/* Left brand area — Frame 15:2857, 443×300 */
.footer__brand {
  width: 443px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

/* Logo — Camada 2, 87×131 */
.footer__logo {
  width: 87px;
  height: 131px;
}

.footer__url {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: var(--col-near-black);
  text-decoration: none;
  cursor: pointer;
}

.footer__url:hover {
  text-decoration: underline;
}

/* Right info area — Frame 15:2659, 567px wide */
.footer__info {
  width: 567px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer__desc {
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  color: var(--col-near-black);
  text-transform: uppercase;
  width: 567px;
}

.footer__desc-light {
  font-weight: 300;
  display: block;
  margin-top: 16px;
}

/* Socials — Frame 15:2731, gap=24, icons 24×24 */
.footer__socials {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer__socials a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__socials svg {
  width: 20px;
  height: 20px;
  color: var(--col-near-black);
}

/* Contact — Frame 15:2835 */
.footer__contact-title {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;
  color: var(--col-text-dark);
}

/* Emails — Frame 15:2843, gap=48 */
.footer__emails {
  display: flex;
  gap: 48px;
}

.footer__emails a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: var(--col-near-black);
  text-decoration: none;
}

.footer__emails a:hover { text-decoration: underline; }

/* Copyright bar — Frame 16:2341, bg=black, p=10 */
.footer__bottom {
  background: #000;
  padding: 10px;
}

/* Inner — Frame 16:2342, px=24 py=12 h=53 */
.footer__bottom-inner {
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
}

.footer__copyright {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1;
  color: var(--col-gray);
}

/* Legal links — Frame 16:2352, gap=24 */
.footer__legal {
  display: flex;
  gap: 24px;
}

.footer__legal a {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1;
  color: var(--col-gray);
  text-decoration: none;
}

.footer__legal a:hover { text-decoration: underline; }

/* ============================================================
   LEGAL PAGES (Terms of Use, Privacy Policy)
   ============================================================ */

.legal-nav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
  background: var(--col-white);
}

.legal-nav__inner {
  background: var(--col-white);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

.legal-nav__logo {
  display: block;
  height: 100%;
}

.legal-nav__logo-img {
  padding-top: 4px;
  height: 100%;
  width: auto;
}

.legal-page {
  background: var(--col-white);
  padding: 80px 10px 120px;
  min-height: calc(100vh - 104px);
}

.legal-page__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-page__title {
  font-family: var(--font-antonio);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: var(--col-dark-blue);
  margin-bottom: 48px;
  letter-spacing: -1px;
}

.legal-page__content h2 {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: var(--col-dark-blue);
  margin-top: 48px;
  margin-bottom: 20px;
}

.legal-page__content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: var(--col-near-black);
  margin-bottom: 24px;
}

.legal-page__content a {
  color: var(--col-purple);
  text-decoration: none;
  transition: color 0.2s;
}

.legal-page__content a:hover {
  text-decoration: underline;
}

/* ============================================================
   ANIMATIONS — Scroll reveal, counters, chart draw, entrance
   ============================================================ */

/* --- Scroll-reveal base states --- */
[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal="fade"] {
  transform: none;
}

[data-reveal="slide-left"] {
  transform: translateX(-40px);
}

[data-reveal="slide-left"].is-visible {
  transform: translateX(0);
}

[data-reveal="slide-right"] {
  transform: translateX(40px);
}

[data-reveal="slide-right"].is-visible {
  transform: translateX(0);
}

[data-reveal="scale"] {
  transform: scale(0.92);
}

[data-reveal="scale"].is-visible {
  transform: scale(1);
}

/* Stagger children via data-delay */
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }

/* --- Hero entrance (on page load) --- */
.intro-hero__headline {
  opacity: 0;
  transform: translateY(40px);
  animation: hero-entrance 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.intro-hero__subtitle {
  opacity: 0;
  transform: translateY(24px);
  animation: hero-entrance 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.55s forwards;
}

@keyframes hero-entrance {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Nav bar slide down --- */
.intro-nav {
  opacity: 0;
  transform: translateY(-20px);
  animation: nav-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.05s forwards;
}

@keyframes nav-slide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Live dot pulse --- */
.intro-stats__live-dot {
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

/* --- Chart SVG draw animation --- */
.intro-stats__chart-svg path[stroke] {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  transition: stroke-dashoffset 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-stats__chart-svg path[fill="url(#chartGrad)"] {
  opacity: 0;
  transition: opacity 1.2s ease 0.8s;
}

.intro-stats__chart.is-drawn path[stroke] {
  stroke-dashoffset: 0;
}

.intro-stats__chart.is-drawn path[fill="url(#chartGrad)"] {
  opacity: 1;
}

/* Chart dot entrance */
.intro-stats__chart-dot {
  opacity: 0;
  transform: translate(50%, -34%) scale(0);
  transition: opacity 0.4s ease 1.6s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1.6s;
}

.intro-stats__chart.is-drawn .intro-stats__chart-dot {
  opacity: 1;
  transform: translate(50%, -34%) scale(1);
}

/* --- Brand cards hover lift --- */
.brand-card {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease;
}

.brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* --- Carousel items hover scale --- */
.carousel__item {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.carousel__item:hover {
  transform: scale(1.03);
}

/* --- CTA button subtle pulse on idle --- */
.cta__button,
.intro-nav__cta {
  position: relative;
  overflow: hidden;
}

.cta__button::after,
.intro-nav__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.cta__button:hover::after,
.intro-nav__cta:hover::after {
  transform: translateX(100%);
}

/* --- Footer socials hover --- */
.footer__socials a {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.footer__socials a:hover {
  transform: scale(1.2);
  opacity: 0.7;
}

/* --- Metric icon subtle float --- */
.intro-stats__metric-icon {
  transition: transform 0.3s ease;
}

.intro-stats__metric:hover .intro-stats__metric-icon {
  transform: translateY(-4px);
}

/* ============================================================
   RESPONSIVE — Tablet (≤ 1200px)
   ============================================================ */

@media (max-width: 1200px) {

  .intro-hero__headline {
    font-size: 120px;
    line-height: 1.05;
  }

  .intro-hero__subtitle {
    font-size: 24px;
    line-height: 1.4;
  }

  .intro-stats__big-number {
    font-size: 100px;
    line-height: 1.2;
  }

  .intro-stats__metrics {
    padding: 40px 40px 80px;
  }

  .intro-stats__metric-value {
    font-size: 56px;
    line-height: 1.2;
  }

  .hero {
    height: auto;
    min-height: 700px;
    padding-bottom: 0;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .hero-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 80px 40px 40px;
    align-items: center;
    text-align: center;
  }

  .hero-text__title {
    width: auto;
    height: auto;
  }

  .hero-text__stats {
    width: auto;
    height: auto;
    margin-top: 40px;
    align-items: center;
  }

  .hero-text__subtitle {
    width: auto;
    text-align: center;
  }

  .hero-text__awards {
    align-items: center;
  }

  .hero-text__awards-label {
    text-align: center;
  }

  .hero-channels {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 630px;
    height: 550px;
    margin: 0 auto;
    gap: 24px;
    justify-content: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
  }

  .content-heading {
    padding: 30px 40px 60px;
  }

  .content-heading__title {
    font-size: 48px;
  }

  .episodes-bar {
    padding: 16px 40px;
  }

  .brands__title {
    font-size: 48px;
  }

  .brands__subtitle {
    font-size: 24px;
  }

  .brands__cards {
    gap: 40px;
    padding: 0 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta {
    padding: 60px 40px 80px;
    flex-wrap: wrap;
    gap: 40px;
  }

  .cta__content {
    width: 100%;
  }

  .cta__title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .cta__text {
    font-size: 24px;
  }

  .footer__main {
    padding: 48px 40px;
  }

  .footer__brand {
    width: auto;
  }

  .footer__info {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .footer__desc {
    width: auto;
  }

  /* Legal page */
  .legal-nav__inner {
    height: 64px;
  }

  .legal-page__title {
    font-size: 48px;
  }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 768px)
   ============================================================ */

@media (max-width: 768px) {

  /* --- Nav bar --- */
  .intro-nav {
    padding: 6px;
  }

  .intro-nav__inner {
    height: 56px;
    padding: 6px 10px;
  }

  .intro-nav__logo-img {
    height: 32px;
  }

  .intro-nav__cta {
    width: auto;
    height: 42px;
    padding: 10px 16px;
    font-size: 13px;
    gap: 8px;
  }

  .intro-nav__cta-arrow {
    font-size: 16px;
  }

  /* --- Hero headline --- */
  .intro-hero {
    min-height: 360px;
    padding: 64px 12px 30px;
  }

  .intro-hero__headline-wrap {
    padding: 16px 0 0;
  }

  .intro-hero__headline {
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -1px;
    padding: 8px;
  }

  .intro-hero__subtitle-wrap {
    padding: 8px;
  }

  .intro-hero__subtitle {
    font-size: 16px;
    line-height: 1.4;
    max-width: 100%;
  }

  /* --- Stats dashboard --- */
  .intro-stats {
    padding: 10px 10px 60px;
  }

  .intro-stats__header {
    padding: 8px;
    flex-direction: column;
    height: auto;
    gap: 8px;
    align-items: flex-start;
  }

  .intro-stats__header-label {
    font-size: 9px;
    line-height: 1.3;
  }

  .intro-stats__big-number-wrap {
    padding: 10px 0;
    margin-top: 10px;
  }

  .intro-stats__big-number {
    font-size: 80px;
    line-height: 1.1;
    text-align: center;
  }

  .intro-stats__big-number-full {
    display: none;
  }

  .intro-stats__big-number-compact {
    display: block;
  }

  .intro-stats__views-label {
    font-size: 12px;
    text-align: center;
  }

  .intro-stats__chart {
    display: none;
  }

  .intro-stats__metrics {
    flex-direction: column;
    align-items: center;
    padding: 32px 20px 48px;
    gap: 40px;
  }

  .intro-stats__metric {
    width: 100%;
    max-width: 280px;
  }

  .intro-stats__metric-value {
    font-size: 48px;
    line-height: 1.2;
  }

  .intro-stats__metric-label {
    font-size: 16px;
  }

  .intro-stats__metric-icon {
    margin-bottom: 16px;
  }

  /* --- Hero pattern rows: reposition for variable mobile height --- */
  .hero-pattern-row {
    height: 40%;
  }

  .hero-pattern-row:nth-child(1) { top: 0; }
  .hero-pattern-row:nth-child(2) { top: 35%; }
  .hero-pattern-row:nth-child(3) { top: 65%; }

  /* --- Wall of Excellence --- */
  .hero {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .hero-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 48px 24px 32px;
    align-items: center;
    text-align: center;
  }

  .hero-text__title {
    font-size: 48px;
    width: auto;
    height: auto;
  }

  .hero-text__stats {
    width: auto;
    height: auto;
    margin-top: 32px;
    align-items: center;
  }

  .hero-text__subtitle {
    font-size: 20px;
    width: auto;
    text-align: center;
  }

  .hero-text__awards {
    align-items: center;
  }

  .hero-text__awards-number {
    font-size: 72px;
  }

  .hero-text__awards-label {
    font-size: 24px;
    text-align: center;
  }

  .hero-channels {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 420px;
    gap: 12px;
    justify-content: center;
    padding: 0 16px;
  }

  .hero-channels__col {
    width: calc(50% - 6px);
    max-width: 180px;
  }

  .hero-channels__col--right {
    padding-top: 80px;
  }

  .channel-card {
    width: 100%;
    height: auto;
    aspect-ratio: 291 / 400;
  }

  .channel-card__info {
    left: 6px;
    top: auto;
    bottom: 8px;
    width: calc(100% - 12px);
    height: auto;
    padding: 6px;
  }

  .channel-card__name {
    font-size: 14px;
    width: auto;
    height: auto;
    line-height: 1.2;
  }

  .channel-card__count {
    font-size: 32px;
    width: auto;
    height: auto;
  }

  .channel-card__label {
    font-size: 10px;
    width: auto;
    height: auto;
    letter-spacing: 1px;
  }

  .channel-card__stats {
    margin-top: 6px;
  }

  /* --- Marquee --- */
  .marquee {
    height: 60px;
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .marquee__text {
    font-size: 24px;
  }

  .marquee__star {
    width: 20px;
    height: 20px;
    margin-top: 0px;
  }

  .marquee__item {
    gap: 16px;
    padding-right: 16px;
  }

  /* --- Carousel background pattern: scale up on mobile --- */
  .carousel-frame::before {
    background-size: auto 100%;
    transform: translateY(-65%);
  }

  /* --- Stats background pattern: fill height on mobile --- */
  .intro-stats {
    background-size: 100% 100%, auto 100%;
  }

  /* --- Content heading --- */
  .content-container {
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: -1px;
  }

  .content-heading {
    padding: 20px 24px 40px;
  }

  .content-heading__title {
    font-size: 32px;
  }

  /* --- Episodes bar --- */
  .episodes-bar {
    padding: 12px 16px;
  }

  .episodes-bar::before {
    display: none;
  }

  .episodes-bar__inner {
    width: 100%;
  }

  .episodes-bar__content {
    flex-direction: column;
    height: auto;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
  }

  .episodes-bar__text {
    font-size: 11px;
  }

  /* --- Franchise selector --- */
  .franchise-selector::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 200%;
    background: url(../assets/episodes-bar-background-pattern.svg) no-repeat center center;
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none;
  }

  .franchise-selector__list {
    gap: 12px;
    padding: 0 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .franchise-selector__btn img {
    max-width: 90px;
  }

  /* --- Video carousel --- */
  .carousel__item:hover {
    transform: none;
  }

  .carousel__item-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .carousel__item-desc {
    font-size: 12px;
  }

  .carousel__item-info {
    padding: 12px;
  }

  .carousel__item-channel {
    font-size: 10px;
    top: 8px;
    left: 8px;
    padding: 2px 6px;
  }

  .carousel__item-views-count {
    font-size: 16px;
  }

  /* --- Brands section --- */
  .brands {
    padding: 40px 0 60px;
    background: var(--col-deep-purple);
  }

  .brands__title {
    font-size: 32px;
  }

  .brands__subtitle {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .brands__cards {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 calc((100vw - 280px) / 2);
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .brands__cards::-webkit-scrollbar {
    display: none;
  }

  .brand-card {
    min-width: 280px;
    width: 280px;
    height: auto;
    scroll-snap-align: center;
  }

  .brands__cards > .brand-card[data-reveal] {
    opacity: 1;
    transform: none;
  }

  .brand-card__image {
    width: 100%;
    height: 180px;
  }

  .brand-card__icon {
    width: 120px;
    height: 120px;
  }

  .brand-card__title {
    width: auto;
  }

  /* --- CTA section --- */
  .cta {
    padding: 40px 24px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .cta__content {
    width: 100%;
  }

  .cta__title {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .cta__text {
    font-size: 18px;
    max-width: 100%;
  }

  .cta__button {
    width: auto;
  }

  /* --- Stripe --- */
  .stripe {
    height: 200px;
  }

  /* --- Footer --- */
  .footer__main {
    flex-direction: column;
    padding: 32px 24px;
    min-height: auto;
    gap: 40px;
  }

  .footer__brand {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
  }

  .footer__logo {
    width: 50px;
    height: auto;
  }

  .footer__info {
    width: 100%;
    gap: 28px;
  }

  .footer__desc {
    font-size: 18px;
    width: 100%;
  }

  .footer__emails {
    flex-direction: column;
    gap: 8px;
  }

  .footer__bottom-inner {
    flex-direction: column;
    height: auto;
    gap: 8px;
    padding: 12px 16px;
    text-align: center;
  }

  .footer__legal {
    gap: 16px;
  }

  /* Legal page */
  .legal-nav {
    padding: 6px;
  }

  .legal-nav__inner {
    height: 56px;
    padding: 6px 10px;
  }

  .legal-nav__logo-img {
    height: 32px;
  }

  .legal-page {
    padding: 48px 10px 80px;
  }

  .legal-page__inner {
    padding: 0 14px;
  }

  .legal-page__title {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .legal-page__content h2 {
    font-size: 22px;
    margin-top: 36px;
    margin-bottom: 16px;
  }

  .legal-page__content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

/* ============================================================
   RESPONSIVE — Small mobile (≤ 480px)
   ============================================================ */

@media (max-width: 480px) {

  .intro-hero {
    padding-bottom: 0;
  }

  .intro-hero__headline {
    font-size: 64px;
    line-height: 1.05;
    padding: 4px;
  }

  .intro-hero__subtitle {
    font-size: 14px;
    padding-inline: 30px;
  }

  .intro-stats__big-number {
    font-size: 60px;
  }

  .intro-stats__metric-value {
    font-size: 36px;
  }

  .intro-stats__metric-label {
    font-size: 14px;
  }

  .hero-text__title {
    font-size: 40px;
  }

  .hero-text__subtitle {
    font-size: 18px;
  }

  .hero-text__awards-number {
    font-size: 60px;
  }

  .hero-text__awards-label {
    font-size: 22px;
  }

  .hero-channels {
    height: 340px;
  }

  .channel-card__count {
    font-size: 26px;
  }

  .content-heading__title {
    font-size: 26px;
  }

  .brands__title {
    font-size: 26px;
  }

  .brands__subtitle {
    font-size: 16px;
  }

  .cta__title {
    font-size: 28px;
  }

  .cta__text {
    font-size: 16px;
  }

  .footer__desc {
    font-size: 16px;
  }

  .marquee__text {
    font-size: 20px;
  }
}
