/* =========================================================
   NUMA CORRERIA — LANDING PAGE
   Estilos baseados no Design System oficial
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&display=swap');

:root {
  /* ---------- COLOR TOKENS ---------- */
  --color-magenta-mania:    #E21B6A;
  --color-magenta-profundo: #C11A5D;
  --color-rosa-claro:       #F5D1E2;
  --color-rosa-suave:       #F4E8F1;

  --color-grafite:          #2D2D2A;
  --color-preto:            #1C1C1A;
  --color-prata:            #E8E8E2;
  --color-off-white:        #F7F7F5;

  --color-branco:           #FFFFFF;
  --color-preto-puro:       #000000;

  /* Semantic */
  --color-primary:          var(--color-magenta-mania);
  --color-primary-hover:    var(--color-magenta-profundo);
  --color-primary-subtle:   var(--color-rosa-claro);
  --color-primary-muted:    var(--color-rosa-suave);

  --color-text:             var(--color-grafite);
  --color-text-strong:      var(--color-preto);
  --color-text-muted:       #6B6B66;
  --color-text-inverse:     var(--color-branco);

  --color-bg:               var(--color-off-white);
  --color-bg-elevated:      var(--color-branco);
  --color-bg-subtle:        var(--color-rosa-suave);
  --color-border:           var(--color-prata);
  --color-border-strong:    #D0D0C8;

  /* Feedback */
  --color-success:          #1FA97A;
  --color-warning:          #E5A100;
  --color-error:            #D93A3A;
  --color-info:             #2B7CD3;

  /* ---------- TYPOGRAPHY TOKENS ---------- */
  --font-display:           'Bebas Neue', 'Segoe UI', system-ui, sans-serif;
  --font-heading:           'Montserrat', 'Segoe UI', system-ui, sans-serif;
  --font-body:              'Lato', 'Segoe UI', system-ui, sans-serif;

  /* Type Scale */
  --text-xs:                clamp(0.75rem, 0.7rem + 0.25vw, 0.8125rem);
  --text-sm:                clamp(0.875rem, 0.85rem + 0.15vw, 0.9375rem);
  --text-base:              clamp(1rem, 0.95rem + 0.25vw, 1.0625rem);
  --text-lg:                clamp(1.125rem, 1.05rem + 0.35vw, 1.25rem);
  --text-xl:                clamp(1.25rem, 1.15rem + 0.5vw, 1.5rem);
  --text-2xl:               clamp(1.5rem, 1.3rem + 0.9vw, 2rem);
  --text-3xl:               clamp(1.875rem, 1.5rem + 1.5vw, 2.5rem);
  --text-4xl:               clamp(2.25rem, 1.8rem + 2vw, 3.25rem);
  --text-5xl:               clamp(3rem, 2.2rem + 3vw, 4.5rem);
  --text-6xl:               clamp(3.75rem, 2.8rem + 4vw, 6rem);

  --font-weight-light:      300;
  --font-weight-regular:    400;
  --font-weight-medium:     500;
  --font-weight-semibold:   600;
  --font-weight-bold:       700;
  --font-weight-extrabold:  800;
  --font-weight-black:      900;

  --leading-none:           1;
  --leading-tight:          1.15;
  --leading-snug:           1.3;
  --leading-normal:         1.5;
  --leading-relaxed:        1.65;

  --tracking-tighter:       -0.04em;
  --tracking-tight:         -0.02em;
  --tracking-normal:        0;
  --tracking-wide:          0.04em;
  --tracking-wider:         0.08em;

  /* ---------- SPACING TOKENS ---------- */
  --space-0:                0;
  --space-1:                0.25rem;   /* 4px */
  --space-2:                0.5rem;    /* 8px */
  --space-3:                0.75rem;   /* 12px */
  --space-4:                1rem;      /* 16px */
  --space-5:                1.25rem;   /* 20px */
  --space-6:                1.5rem;    /* 24px */
  --space-8:                2rem;      /* 32px */
  --space-10:               2.5rem;    /* 40px */
  --space-12:               3rem;      /* 48px */
  --space-16:               4rem;      /* 64px */
  --space-20:               5rem;      /* 80px */
  --space-24:               6rem;      /* 96px */
  --space-32:               8rem;      /* 128px */

  /* ---------- RADIUS ---------- */
  --radius-none:            0;
  --radius-sm:              0.375rem;  /* 6px */
  --radius-md:              0.625rem;  /* 10px */
  --radius-lg:              1rem;      /* 16px */
  --radius-xl:              1.5rem;    /* 24px */
  --radius-2xl:             2rem;      /* 32px */
  --radius-full:            9999px;

  /* ---------- SHADOWS ---------- */
  --shadow-xs:              0 1px 2px rgba(28, 28, 26, 0.05);
  --shadow-sm:              0 2px 8px rgba(28, 28, 26, 0.06);
  --shadow-md:              0 4px 16px rgba(28, 28, 26, 0.08);
  --shadow-lg:              0 12px 32px rgba(28, 28, 26, 0.10);
  --shadow-xl:              0 24px 48px rgba(28, 28, 26, 0.12);
  --shadow-glow:            0 0 0 1px rgba(226, 27, 106, 0.15),
                            0 8px 24px rgba(226, 27, 106, 0.18);
  --shadow-focus:           0 0 0 3px rgba(226, 27, 106, 0.35);

  /* ---------- MOTION ---------- */
  --ease-out:               cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out:            cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring:            cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration-fast:          150ms;
  --duration-normal:        250ms;
  --duration-slow:          400ms;
  --duration-slower:        600ms;

  --container-max:          1200px;
  --header-height:          80px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--color-text);
  background-color: var(--color-off-white);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Layout container */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-6);
  width: 100%;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button, input, textarea, select {
  font: inherit;
  color: inherit;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-out);
}

/* Typography Utility Classes */
.display-text {
  font-family: var(--font-display);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--tracking-wide);
  line-height: var(--leading-none);
  text-transform: uppercase;
}

.heading-text {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
}

/* =========================================================
   HEADER & NAVIGATION
   ========================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: rgba(247, 247, 245, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--color-border);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: background var(--duration-normal), border var(--duration-normal);
}

.header--scrolled {
  background: rgba(247, 247, 245, 0.95);
  border-bottom: 1px solid var(--color-border-strong);
  box-shadow: var(--shadow-sm);
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.logo__mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-magenta-mania);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(226, 27, 106, 0.2);
}

.logo__mark span {
  font-family: var(--font-display);
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  color: white;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.logo__text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: var(--color-preto);
  line-height: 1;
}

.logo__text .a-italic {
  font-style: italic;
  font-family: 'Bebas Neue', sans-serif;
}

/* Logo oficial em imagem (header e footer) */
.logo__img {
  height: 48px;
  width: auto;
  border-radius: var(--radius-md);
  display: block;
  box-shadow: 0 4px 10px rgba(226, 27, 106, 0.2);
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.nav__link {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  position: relative;
  padding: var(--space-2) 0;
}

.nav__link:hover {
  color: var(--color-magenta-mania);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-magenta-mania);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--duration-normal) var(--ease-out);
}

.nav__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

/* Mobile Toggle */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-2);
  color: var(--color-preto);
}

.mobile-menu-btn svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }
  .header__actions .btn-header-cta {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
}

/* Mobile Drawer Nav */
.mobile-drawer {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  background: var(--color-branco);
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: var(--space-8) var(--space-6);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform var(--duration-slow) var(--ease-out), opacity var(--duration-slow) var(--ease-out);
  border-top: 1px solid var(--color-border);
}

.mobile-drawer--open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-drawer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
}

.mobile-drawer__link {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--color-preto);
  letter-spacing: var(--tracking-wide);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--color-off-white);
}

.mobile-drawer__link:hover {
  color: var(--color-magenta-mania);
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-heading);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-full);
  transition: all var(--duration-normal) var(--ease-out);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s var(--ease-out);
}

.btn:hover::after {
  transform: translateX(100%);
}

.btn--primary {
  background: var(--color-magenta-mania);
  color: white;
  box-shadow: 0 4px 14px rgba(226, 27, 106, 0.35);
}

.btn--primary:hover {
  background: var(--color-magenta-profundo);
  box-shadow: 0 6px 20px rgba(226, 27, 106, 0.45);
  transform: translateY(-2px);
}

.btn--primary:active {
  transform: translateY(0);
}

.btn--secondary {
  background: transparent;
  color: var(--color-magenta-mania);
  border: 2px solid var(--color-magenta-mania);
}

.btn--secondary:hover {
  background: var(--color-magenta-mania);
  color: white;
  box-shadow: 0 4px 12px rgba(226, 27, 106, 0.15);
  transform: translateY(-2px);
}

.btn--outline-white {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn--outline-white:hover {
  background: white;
  color: var(--color-preto);
  border-color: white;
  transform: translateY(-2px);
}

.btn--outline-pink {
  background: transparent;
  color: var(--color-magenta-mania);
  border: 2px solid var(--color-magenta-mania);
}

.btn--outline-pink:hover {
  background: var(--color-magenta-mania);
  color: white;
  border-color: var(--color-magenta-mania);
  box-shadow: 0 6px 20px rgba(226, 27, 106, 0.35);
  transform: translateY(-2px);
}

/* Sizes */
.btn--sm {
  height: 38px;
  padding: 0 var(--space-5);
  font-size: var(--text-xs);
}

.btn--md {
  height: 48px;
  padding: 0 var(--space-8);
  font-size: var(--text-sm);
}

.btn--lg {
  height: 56px;
  padding: 0 var(--space-10);
  font-size: var(--text-base);
}

.btn--xl {
  height: 64px;
  padding: 0 var(--space-12);
  font-size: var(--text-lg);
}

/* =========================================================
   HERO SECTION (DARK)
   ========================================================= */
.hero {
  position: relative;
  background: #FDF6F9; /* off-white rosado quente — consistente com as seções claras */
  color: var(--color-grafite);
  padding-top: calc(var(--space-20) + 70px);
  padding-bottom: var(--space-16);
  overflow: hidden;
}

/* Transição suave de cor para a próxima seção (sem corte seco) */
.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(247, 247, 245, 0), var(--color-bg));
  pointer-events: none;
  z-index: 4;
}

/* Soft Warm Vignette Layer (Z-Index 4 - tint rosado nas bordas) */
.hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 85% at 50% 50%, transparent 55%, rgba(226, 27, 106, 0.05) 100%);
  pointer-events: none;
  z-index: 4;
}

/* =========================================================
   HERO PREMIUM AURORA GRADIENT MESH & NOISE LAYER
   ========================================================= */
.hero__aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  -webkit-filter: blur(120px);
  opacity: 0.28;
  will-change: transform;
}

/* Blob 1: Behind Title Text (Brand Magenta — aquarela viva sobre o claro) */
.aurora-blob--title {
  top: -10%;
  left: 0%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, #E21B6A 0%, rgba(226, 27, 106, 0) 70%);
  opacity: 0.3;
  animation: auroraFloat1 24s ease-in-out infinite alternate;
}

/* Blob 2: Bottom-Left Glow (Pêssego) */
.aurora-blob--bottom-left {
  bottom: -15%;
  left: -10%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, #f09433 0%, rgba(240, 148, 51, 0) 70%);
  opacity: 0.2;
  animation: auroraFloat2 30s ease-in-out infinite alternate;
}

/* Blob 3: Behind / Near Carousel (Profundo Magenta) */
.aurora-blob--carousel {
  top: 5%;
  right: -5%;
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, #C11A5D 0%, rgba(193, 26, 93, 0) 70%);
  opacity: 0.26;
  animation: auroraFloat3 18s ease-in-out infinite alternate;
}

/* Blob 4: Soft Accent Highlight (Rosa saturado) */
.aurora-blob--accent {
  bottom: 5%;
  right: 25%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #F09AC0 0%, rgba(240, 154, 192, 0) 70%);
  opacity: 0.25;
  animation: auroraFloat4 22s ease-in-out infinite alternate;
}

/* Slow, Organic Keyframe Animations (Translate & Scale) */
@keyframes auroraFloat1 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(65px, 45px) scale(1.18); }
  100% { transform: translate(-35px, 75px) scale(0.92); }
}

@keyframes auroraFloat2 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(85px, -55px) scale(1.12); }
  100% { transform: translate(45px, -95px) scale(1.22); }
}

@keyframes auroraFloat3 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-75px, 55px) scale(1.15); }
  100% { transform: translate(-45px, -45px) scale(0.88); }
}

@keyframes auroraFloat4 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-55px, -65px) scale(1.22); }
  100% { transform: translate(35px, 35px) scale(0.88); }
}

/* Grain / Noise Texture Overlay (Z-Index 3) */
.hero__noise {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stroke-width='0' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: overlay;
  pointer-events: none;
}

@media (max-width: 768px) {
  .aurora-blob {
    filter: blur(80px);
    -webkit-filter: blur(80px);
    opacity: 0.3;
  }
  .aurora-blob--accent {
    display: none;
  }
}

/* Grid layout in hero (Z-Index 5) */
.hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-8);
  align-items: center;
  position: relative;
  z-index: 5;
}

@media (max-width: 992px) {
  .hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.hero__content {
  max-width: 680px;
}

.hero__eyebrow {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-magenta-profundo); /* pink com contraste ≥4.5:1 no fundo claro */
  margin-bottom: var(--space-4);
  display: inline-flex;
  align-items: flex-start;
  gap: var(--space-3);
  opacity: 1;
}

.hero__eyebrow .highlight-brand {
  color: var(--color-magenta-profundo);
}

.hero__eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--color-magenta-mania);
  margin-top: 0.55em;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .hero__eyebrow {
    justify-content: center;
  }
}

.hero__title {
  font-family: var(--font-display);
  font-size: var(--text-6xl);
  letter-spacing: 0.04em;
  line-height: 0.95;
  margin-bottom: var(--space-6);
  text-transform: uppercase;
  color: #1A1A1A; /* "CORRA NO" em grafite escuro no tema claro */
}

/* Hero Title Text Scramble with Display Font & Active Gradient (pink→magenta, otimizado p/ claro) */
.hero__scramble-text {
  display: inline-block;
  font-family: var(--font-display) !important;
  font-size: inherit;
  letter-spacing: 0.04em;
  background-image: linear-gradient(90deg, #C11A5D 0%, #E21B6A 25%, #f09433 50%, #E21B6A 75%, #C11A5D 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 6s linear infinite, glowPulse 3s ease-in-out infinite;
}

.scramble-char {
  display: inline-block;
  text-align: center;
  font-family: inherit;
  color: inherit;
  transition: opacity 0.08s ease, transform 0.08s ease;
}

.scramble-char--locked {
  animation: charLockFlash 80ms ease-out;
}

@keyframes charLockFlash {
  0% { opacity: 1; transform: scale(1.15); }
  40% { opacity: 0.4; }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes gradientFlow {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes glowPulse {
  0%, 100% { filter: drop-shadow(0 0 10px rgba(226, 27, 106, 0.25)); }
  50% { filter: drop-shadow(0 0 18px rgba(226, 27, 106, 0.4)); }
}

@media (prefers-reduced-motion: reduce) {
  .aurora-blob {
    animation: none !important;
  }
  .hero__scramble-text {
    animation: none !important;
    background-position: 0% center;
    filter: drop-shadow(0 0 10px rgba(226, 27, 106, 0.3));
  }
}

.hero__title .highlight {
  color: var(--color-magenta-mania);
  display: block;
}

.highlight-brand {
  color: var(--color-magenta-mania);
  font-style: italic;
  font-weight: var(--font-weight-bold);
}

.hero__subtitle {
  font-size: var(--text-lg);
  color: #3A3A3A; /* cinza escuro: leitura confortável no fundo claro (≈10.7:1) */
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-10);
  max-width: 54ch;
}

@media (max-width: 992px) {
  .hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

@media (max-width: 992px) {
  .hero__actions {
    justify-content: center;
  }
}

/* Motion dots decoration */
.hero__motion-dots {
  position: absolute;
  right: var(--space-8);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  opacity: 0.5;
}

@media (max-width: 992px) {
  .hero__motion-dots {
    display: none;
  }
}

.hero__motion-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-magenta-mania);
  animation: pulse-dot 2.5s infinite ease-in-out;
}

.hero__motion-dots span:nth-child(2) { animation-delay: 0.3s; }
.hero__motion-dots span:nth-child(3) { animation-delay: 0.6s; }
.hero__motion-dots span:nth-child(4) { animation-delay: 0.9s; }
.hero__motion-dots span:nth-child(5) { animation-delay: 1.2s; }

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.8); opacity: 1; box-shadow: 0 0 12px var(--color-magenta-mania); }
}

/* Image visual inside Hero */
.hero__visual {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

/* Horizontal Premium Carousel Styling */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  z-index: 5;
}

.carousel-glow {
  position: absolute;
  width: 140%;
  height: 140%;
  top: -20%;
  left: -20%;
  background: radial-gradient(circle, rgba(226, 27, 106, 0.15) 0%, transparent 65%);
  z-index: 1;
  pointer-events: none;
}

.carousel-track-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
  border-radius: var(--radius-xl);
}

.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.carousel-slide {
  width: 75%;
  flex-shrink: 0;
  padding: 0 12px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
  opacity: 0.35;
  transform: scale(0.88);
}

.carousel-slide.active {
  opacity: 1;
  transform: scale(1.02);
  z-index: 10;
}

.carousel-card {
  background: var(--color-branco);
  padding: 10px 10px 32px 10px;
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 40px rgba(226, 27, 106, 0.14), 0 4px 12px rgba(28, 28, 26, 0.06);
  border: 1px solid var(--color-rosa-claro);
  transition: box-shadow var(--duration-normal), border-color var(--duration-normal);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  position: relative;
  overflow: hidden;
}

.carousel-slide.active .carousel-card {
  box-shadow: 0 25px 50px rgba(226, 27, 106, 0.25), 0 8px 20px rgba(28, 28, 26, 0.08);
}

.carousel-card__img {
  width: 100%;
  aspect-ratio: 0.85;
  object-fit: cover;
  border-radius: var(--radius-lg);
  filter: contrast(1.03) brightness(1.01);
  object-position: center center;
}

/* Ajuste específico para a imagem de Superação Urbana (IMG_0169.jpg) para focar na corredora à direita com os braços levantados */
.carousel-slide[data-index="3"] .carousel-card__img {
  object-position: 70% top;
}

.carousel-card__caption {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-preto);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  text-align: center;
  margin-top: var(--space-1);
  opacity: 0.9;
}

/* Setas de navegação discretas e premium (tema claro) */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(226, 27, 106, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--color-magenta-mania);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration-normal) var(--ease-spring);
  opacity: 0;
  pointer-events: none;
}

.carousel-container:hover .carousel-btn {
  opacity: 0.85;
  pointer-events: auto;
}

.carousel-btn:hover {
  background: var(--color-magenta-mania);
  border-color: var(--color-magenta-mania);
  color: white;
  box-shadow: 0 0 15px rgba(226, 27, 106, 0.6);
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.08);
}

.carousel-btn--prev {
  left: -22px;
}

.carousel-btn--next {
  right: -22px;
}

/* Paginação elegante em dots/pílulas */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  z-index: 20;
  position: relative;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(226, 27, 106, 0.25);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-dot.active {
  width: 24px;
  border-radius: 4px;
  background: var(--color-magenta-mania);
  box-shadow: 0 0 8px rgba(226, 27, 106, 0.5);
}

/* Responsividade do Grid e do Carrossel */
@media (max-width: 992px) {
  .hero {
    padding-top: calc(var(--header-height) + var(--space-10));
    padding-bottom: var(--space-20);
    min-height: auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--space-10);
  }

  .hero__content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__subtitle {
    max-width: 58ch;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-container {
    max-width: 440px;
    margin-top: var(--space-4);
  }

  .carousel-btn {
    opacity: 0.7;
    pointer-events: auto;
  }
}

@media (max-width: 576px) {
  .hero {
    padding-top: calc(var(--header-height) + var(--space-6));
    padding-bottom: var(--space-12);
  }

  .hero__title {
    font-size: var(--text-4xl);
  }

  .hero__subtitle {
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    margin-bottom: var(--space-8);
  }

  .carousel-container {
    max-width: 320px;
  }

  .carousel-slide {
    width: 82%;
    padding: 0 6px;
  }

  .carousel-card {
    padding: 8px 8px 24px 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  }

  .carousel-card__caption {
    font-size: 0.65rem;
  }

  .carousel-btn {
    width: 36px;
    height: 36px;
  }

  .carousel-btn--prev {
    left: -10px;
  }

  .carousel-btn--next {
    right: -10px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 300px;
  }

  .btn {
    width: 100%;
  }
}

/* =========================================================
   SECTIONS GENERAL
   ========================================================= */
.section {
  padding: var(--space-24) 0;
}

.section--dark {
  background-color: var(--color-preto);
  color: white;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--space-16);
}

.section-header__eyebrow {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-magenta-mania);
  margin-bottom: var(--space-3);
  display: block;
}

.section-header__title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-preto);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-4);
}

.section--dark .section-header__title {
  color: white;
}

.section-header__desc {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  line-height: var(--leading-relaxed);
}

.section--dark .section-header__desc {
  color: rgba(255, 255, 255, 0.7);
}

/* Brand & Instagram Highlight */
.brand-text {
  color: var(--color-magenta-mania);
  font-weight: 900;
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.72em;
  letter-spacing: 0.03em;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  text-decoration: none !important;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(220, 39, 67, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.2;
  margin: 0 0.12rem;
}

.btn-instagram:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 5px 14px rgba(220, 39, 67, 0.4);
  color: #ffffff !important;
}

/* =========================================================
   ESSÊNCIA: TRILHA 3D EM ZIGUE-ZAGUE DE HEXÁGONOS
   ========================================================= */

.section--pillars-trail {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 6rem 0;
}

.pillars-trail-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto 0 auto;
  perspective: 1200px;
}

/* SVG Connection Line */
.pillars-trail-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.pillars-trail-path {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  transition: stroke-dashoffset 0.08s ease-out;
  filter: drop-shadow(0 0 8px rgba(226, 27, 106, 0.4));
}

/* Trail Cards List */
.pillars-trail-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}

/* Hexagon Card Outer Container */
.hexagon-card {
  position: relative;
  width: 90%;
  max-width: 360px;
  min-height: 190px;
  transform-style: preserve-3d;
  perspective: 1000px;
  opacity: 1;
  transform: rotateY(0deg) scale(1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform, opacity;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.hexagon-card.hexagon-card--reveal-ready {
  opacity: 0;
  transform: rotateY(90deg) scale(0.9);
}

/* Mobile Zig-Zag Alternating Layout */
.hexagon-card--left {
  align-self: flex-start;
  margin-left: 1%;
}

.hexagon-card--right {
  align-self: flex-end;
  margin-right: 1%;
}

.hexagon-card--climax {
  align-self: center;
  width: 98%;
  max-width: 480px;
  margin-top: 1.5rem;
}

/* Card Visual Inner Wrapper & Clip-path */
.hexagon-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 190px;
  transform-style: preserve-3d;
  padding: 1.75rem 1.75rem 1.75rem 2rem;
  border-radius: 24px;
  /* Elongated Hexagon Clip Path */
  clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(28, 28, 26, 0.08), inset 0 0 0 1.5px rgba(226, 27, 106, 0.25);
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Fallback for devices without backdrop-filter support */
@supports not (backdrop-filter: blur(1px)) {
  .hexagon-card__inner {
    background: rgba(255, 255, 255, 0.98);
  }
}

/* Border Glow Pseudo-element */
.hexagon-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
  background: linear-gradient(135deg, var(--color-magenta-mania), #f09433, var(--color-magenta-profundo));
  opacity: 0.35;
  transition: opacity 0.35s ease;
  z-index: 0;
  pointer-events: none;
}

/* Layers with 3D Depth (translateZ) */
.hexagon-card__layer-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translateZ(0px);
  transition: background 0.4s ease;
  pointer-events: none;
}

.hexagon-card__layer-content {
  position: relative;
  z-index: 2;
  transform: translateZ(20px);
  transition: transform 0.3s ease;
  padding-right: 3rem;
}

.hexagon-card__layer-front {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transform: translateZ(38px);
  transition: transform 0.3s ease;
}

/* Typography inside Hexagon Cards */
.hexagon-card__title {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
  font-weight: 800;
  color: var(--color-preto);
  margin-bottom: 0.4rem;
  line-height: 1.2;
  transition: color 0.35s ease;
}

.hexagon-card__text {
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 0.8rem + 0.2vw, 0.95rem);
  color: var(--color-text-muted);
  line-height: 1.45;
  transition: color 0.35s ease;
}

/* Number Badge */
.hexagon-card__number {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.9rem;
  color: var(--color-magenta-mania);
  background: var(--color-rosa-claro);
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  line-height: 1;
  transition: all 0.35s ease;
}

/* Animated Badge Container */
.hexagon-card__anim-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(226, 27, 106, 0.08);
  color: var(--color-magenta-mania);
  display: grid;
  place-items: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(226, 27, 106, 0.1);
}

/* Expressive Touch / Ignite State */
.hexagon-card:active,
.hexagon-card--ignited {
  transform: scale(1.04) translateZ(15px) !important;
}

.hexagon-card:active::before,
.hexagon-card--ignited::before {
  opacity: 1;
}

.hexagon-card:active .hexagon-card__inner,
.hexagon-card--ignited .hexagon-card__inner {
  background: linear-gradient(135deg, var(--color-magenta-mania) 0%, var(--color-magenta-profundo) 100%);
  box-shadow: 0 16px 42px rgba(226, 27, 106, 0.45);
}

.hexagon-card:active .hexagon-card__title,
.hexagon-card--ignited .hexagon-card__title {
  color: #ffffff;
}

.hexagon-card:active .hexagon-card__text,
.hexagon-card--ignited .hexagon-card__text {
  color: rgba(255, 255, 255, 0.92);
}

.hexagon-card:active .hexagon-card__number,
.hexagon-card--ignited .hexagon-card__number {
  background: #ffffff;
  color: var(--color-magenta-mania);
}

.hexagon-card:active .hexagon-card__anim-badge,
.hexagon-card--ignited .hexagon-card__anim-badge {
  background: #ffffff;
  color: var(--color-magenta-mania);
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Card 05: Superação (Climax Linha de Chegada) */
.hexagon-card--climax .hexagon-card__inner {
  background: linear-gradient(135deg, var(--color-magenta-mania) 0%, #8b004b 100%);
  box-shadow: 0 18px 48px rgba(226, 27, 106, 0.35);
}

.hexagon-card--climax .hexagon-card__title {
  color: #ffffff;
}

.hexagon-card--climax .hexagon-card__text {
  color: rgba(255, 255, 255, 0.92);
}

.hexagon-card--climax .hexagon-card__number {
  background: #ffffff;
  color: var(--color-magenta-mania);
}

.hexagon-card--climax .hexagon-card__anim-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.hexagon-card__climax-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: #ffd1e4;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

/* CSS Floating Particles for Card 05 Climax */
.climax-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.climax-particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: particleFloat 4s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.climax-particles span:nth-child(1) { top: 70%; left: 15%; animation-delay: 0s; animation-duration: 3.2s; }
.climax-particles span:nth-child(2) { top: 80%; left: 45%; animation-delay: 0.8s; animation-duration: 4.1s; }
.climax-particles span:nth-child(3) { top: 60%; left: 75%; animation-delay: 1.5s; animation-duration: 3.6s; }
.climax-particles span:nth-child(4) { top: 85%; left: 85%; animation-delay: 2.2s; animation-duration: 4.5s; }
.climax-particles span:nth-child(5) { top: 65%; left: 30%; animation-delay: 0.4s; animation-duration: 3.8s; }
.climax-particles span:nth-child(6) { top: 75%; left: 60%; animation-delay: 1.8s; animation-duration: 4.8s; }

@keyframes particleFloat {
  0% { transform: translateY(0) scale(0.5); opacity: 0; }
  50% { opacity: 0.8; }
  100% { transform: translateY(-70px) scale(1.2); opacity: 0; }
}

/* Desktop Mouse Glare Light Sheen */
.hexagon-card__glare {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  clip-path: polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
  background: radial-gradient(circle at var(--glare-x, 50%) var(--glare-y, 50%), rgba(255, 255, 255, 0.35) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hexagon-card:hover .hexagon-card__glare {
  opacity: 1;
}

/* Entry Animation (Revealed state) */
.hexagon-card.hexagon-card--entered {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}

/* DESKTOP ADAPTATION (Ascending Diagonal Trail & Hover Parallax) */
@media (min-width: 992px) {
  .pillars-trail-list {
    gap: 4rem;
  }

  .hexagon-card {
    max-width: 440px;
    min-height: 200px;
  }

  .hexagon-card--left {
    margin-left: 5%;
  }

  .hexagon-card--right {
    margin-right: 5%;
  }

  .hexagon-card--climax {
    max-width: 540px;
  }

  .hexagon-card:hover {
    transform: translateY(-8px) scale(1.02) !important;
  }
}

/* ACCESSIBILITY: Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  .hexagon-card {
    transition: opacity 0.3s ease !important;
    transform: none !important;
  }
  .pillars-trail-path {
    stroke-dashoffset: 0 !important;
  }
  .climax-particles span {
    animation: none !important;
  }
  .hexagon-card--climax {
    animation: none !important;
  }
}

/* =========================================================
   MOBILE RESPONSIVE FIXES (< 768px)
   ========================================================= */
@media (max-width: 768px) {
  /* Container & Global Spacing */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .section {
    padding: 3rem 0;
  }

  /* Hero Section & Scramble Title Fixes */
  .hero {
    padding-top: calc(var(--header-height) + 1.5rem);
    padding-bottom: 2.5rem;
  }

  .hero__title {
    font-size: clamp(2.4rem, 9vw, 3.6rem);
    line-height: 1;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
  }

  .hero__scramble-text {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }

  .scramble-char {
    display: inline-block;
    text-align: center;
    font-family: inherit;
  }

  .scramble-char--space {
    width: 0.35em;
  }

  .hero__subtitle {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  /* Section Header & Quem Somos Inline Instagram Badge Fixes */
  .section-header {
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  .section-header__title {
    font-size: clamp(1.75rem, 6vw, 2.2rem);
    margin-bottom: 0.75rem;
  }

  .section-header__desc {
    font-size: clamp(0.95rem, 3.2vw, 1.05rem);
    line-height: 1.65;
    text-align: center;
  }

  .btn-instagram {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0.75em;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    margin: 0.15rem 0.2rem;
  }

  /* Pillars 3D Trail Mobile: mesma identidade do desktop — hexágonos em zig-zag com trilha */
  .section--pillars-trail {
    padding: 2.5rem 0 3.5rem 0;
  }

  .pillars-trail-container {
    margin-top: 1rem;
  }

  .pillars-trail-list {
    gap: 1.5rem;
  }

  /* Zig-zag vertical: ímpares à esquerda, pares à direita */
  .hexagon-card {
    width: 88% !important;
    max-width: 88% !important;
    min-height: auto !important;
  }

  .hexagon-card--left {
    align-self: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hexagon-card--right {
    align-self: flex-end !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hexagon-card--climax {
    width: 94% !important;
    max-width: 94% !important;
    align-self: center !important;
  }

  /* Hexágono suavizado para a largura estreita (pontos percentuais ajustados) */
  .hexagon-card__inner {
    clip-path: polygon(4.5% 0%, 95.5% 0%, 100% 50%, 95.5% 100%, 4.5% 100%, 0% 50%) !important;
    border-radius: 0 !important;
    padding: 1.5rem 1.9rem !important;
    min-height: 170px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .hexagon-card::before {
    clip-path: polygon(4.5% 0%, 95.5% 0%, 100% 50%, 95.5% 100%, 4.5% 100%, 0% 50%) !important;
    border-radius: 0 !important;
  }

  .hexagon-card__glare {
    clip-path: polygon(4.5% 0%, 95.5% 0%, 100% 50%, 95.5% 100%, 4.5% 100%, 0% 50%) !important;
    border-radius: 0 !important;
  }

  /* Card 05 Superação: gradient pink sólido + texto branco + glow pulsante também no mobile
     (o override branco genérico acima não se aplica: esta regra é mais específica) */
  .hexagon-card--climax .hexagon-card__inner {
    background: linear-gradient(135deg, var(--color-magenta-mania) 0%, #8b004b 100%) !important;
  }

  .hexagon-card--climax {
    animation: climaxGlowPulse 2.6s ease-in-out infinite;
  }

  @keyframes climaxGlowPulse {
    0%, 100% { filter: drop-shadow(0 0 10px rgba(226, 27, 106, 0.35)); }
    50% { filter: drop-shadow(0 0 22px rgba(226, 27, 106, 0.6)); }
  }

  /* Estado ignite/toque: o override branco com !important acima venceria o gradient
     do :active (sem !important), deixando texto branco sobre fundo branco.
     Restaura o ignite completo (fundo pink + texto branco) como no desktop. */
  .hexagon-card:active .hexagon-card__inner,
  .hexagon-card--ignited .hexagon-card__inner {
    background: linear-gradient(135deg, var(--color-magenta-mania) 0%, var(--color-magenta-profundo) 100%) !important;
  }

  .hexagon-card__layer-content {
    transform: none !important;
    padding-right: 3.5rem !important;
  }

  .hexagon-card__layer-front {
    transform: none !important;
    top: 1rem !important;
    right: 1.2rem !important;
  }

  .hexagon-card__title {
    font-size: 1.25rem !important;
    margin-bottom: 0.3rem !important;
  }

  .hexagon-card__text {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  .hexagon-card__anim-badge {
    width: 36px !important;
    height: 36px !important;
  }

  .hexagon-card__anim-badge svg {
    width: 26px !important;
    height: 26px !important;
  }

  /* Marquee Apoiadores Mobile Fixes */
  .section--apoiadores {
    padding: 3rem 0;
  }

  .supporter-chip {
    height: 56px !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 14px !important;
  }

  .supporter-chip__placeholder {
    font-size: 0.82rem !important;
  }

  /* Redes Sociais Mobile Fixes */
  .join {
    padding: 3.5rem 0;
  }

  .join__social-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .social-card {
    min-height: 76px;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    opacity: 1 !important;
    transform: none !important;
  }

  .social-card__icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .social-card__icon {
    width: 28px;
    height: 28px;
  }

  .social-card__title {
    font-size: 1.1rem;
  }

  .social-card__subtitle {
    font-size: 0.8rem;
  }
}

/* ---------------------------------------------------------
   1. ANIMAÇÃO PILAR 01: MOVIMENTO
   --------------------------------------------------------- */
.svg-movimento .wind-line {
  stroke-dasharray: 24;
  stroke-dashoffset: 0;
  animation: animWindMove 1.6s infinite linear;
}
.svg-movimento .line-2 { animation-delay: 0.3s; }
.svg-movimento .line-3 { animation-delay: 0.6s; }

.svg-movimento .motion-arrow {
  animation: animArrowPulse 1.2s ease-in-out infinite alternate;
}

@keyframes animWindMove {
  0% { stroke-dashoffset: 24; opacity: 0.2; }
  50% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -24; opacity: 0.2; }
}

@keyframes animArrowPulse {
  0% { transform: translateX(-2px); }
  100% { transform: translateX(3px); }
}

/* ---------------------------------------------------------
   2. ANIMAÇÃO PILAR 02: ENERGIA
   --------------------------------------------------------- */
.svg-energia .energy-ring {
  transform-origin: center;
  animation: animRingPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.svg-energia .ring-2 { animation-delay: 0.6s; }

.svg-energia .energy-bolt {
  transform-origin: center;
  animation: animBoltGlow 1.2s ease-in-out infinite alternate;
}

@keyframes animRingPulse {
  0% { transform: scale(0.85); opacity: 0.9; }
  50% { transform: scale(1.2); opacity: 0.3; }
  100% { transform: scale(0.85); opacity: 0.9; }
}

@keyframes animBoltGlow {
  0% { transform: scale(0.95); filter: drop-shadow(0 0 1px currentColor); }
  100% { transform: scale(1.08); filter: drop-shadow(0 0 6px currentColor); }
}

/* ---------------------------------------------------------
   3. ANIMAÇÃO PILAR 03: FOCO
   --------------------------------------------------------- */
.svg-foco .foco-outer-ring {
  transform-origin: center;
  animation: animFocoRotate 6s linear infinite;
}

.svg-foco .foco-inner-ring {
  transform-origin: center;
  animation: animFocoPulse 1.8s ease-in-out infinite alternate;
}

.svg-foco .foco-dot {
  transform-origin: center;
  animation: animDotBreathe 1.2s ease-in-out infinite alternate;
}

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

@keyframes animFocoPulse {
  0% { transform: scale(0.88); }
  100% { transform: scale(1.12); }
}

@keyframes animDotBreathe {
  0% { transform: scale(0.7); opacity: 0.6; }
  100% { transform: scale(1.3); opacity: 1; }
}

/* ---------------------------------------------------------
   4. ANIMAÇÃO PILAR 04: CONSTÂNCIA
   --------------------------------------------------------- */
.svg-constancia .infinity-path {
  stroke-dasharray: 80;
  stroke-dashoffset: 0;
  animation: animInfinityFlow 3s linear infinite;
}

.svg-constancia .rhythm-dot {
  animation: animDotSequence 1.5s ease-in-out infinite alternate;
}
.svg-constancia .dot-1 { animation-delay: 0s; }
.svg-constancia .dot-2 { animation-delay: 0.3s; }
.svg-constancia .dot-3 { animation-delay: 0.6s; }

@keyframes animInfinityFlow {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -160; }
}

@keyframes animDotSequence {
  0% { transform: translateY(0); opacity: 0.4; }
  100% { transform: translateY(-3px); opacity: 1; }
}

/* ---------------------------------------------------------
   5. ANIMAÇÃO PILAR 05: SUPERAÇÃO
   --------------------------------------------------------- */
.svg-superacao .heartbeat-line {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: animECG 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.svg-superacao .pulse-spark {
  transform-origin: 23px 16px;
  animation: animSparkPulse 1.1s ease-in-out infinite alternate;
}

@keyframes animECG {
  0% { stroke-dashoffset: 60; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -60; }
}

@keyframes animSparkPulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  100% { transform: scale(1.5); opacity: 1; filter: drop-shadow(0 0 5px currentColor); }
}

.card__title {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-preto);
  margin-bottom: var(--space-3);
}

.card--accent .card__title {
  color: white;
}

.card__text {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: var(--leading-relaxed);
}

.card--accent .card__text {
  color: rgba(255, 255, 255, 0.85);
}

/* =========================================================
   FEATURES / PILARS SPLIT SECTION
   ========================================================= */
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-12);
  align-items: center;
}

@media (max-width: 992px) {
  .split {
    grid-template-columns: 1fr;
  }
  .split__visual {
    order: 2;
  }
}

.split__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.split__eyebrow {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-magenta-mania);
}

.split__title {
  font-family: var(--font-heading);
  font-size: var(--text-4xl);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-preto);
  letter-spacing: var(--tracking-tight);
}

.split__desc {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  line-height: var(--leading-relaxed);
}

/* Progress Block */
.progress-block {
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  margin-top: var(--space-4);
  box-shadow: var(--shadow-sm);
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-2);
  font-family: var(--font-heading);
  font-size: var(--text-sm);
}

.progress-header__label {
  font-weight: var(--font-weight-bold);
  color: var(--color-preto);
}

.progress-header__value {
  font-weight: var(--font-weight-extrabold);
  color: var(--color-magenta-mania);
}

.progress-track {
  height: 8px;
  background: var(--color-prata);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--color-magenta-mania), var(--color-magenta-profundo));
  border-radius: var(--radius-full);
  width: 0%; /* Animado por JS */
  transition: width 1.2s var(--ease-out);
}

/* Image framing */
.split__visual {
  position: relative;
}

.image-frame {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 4 / 3;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-out);
}

.image-frame:hover img {
  transform: scale(1.03);
}

.image-badge {
  position: absolute;
  bottom: var(--space-4);
  left: var(--space-4);
  background: rgba(28, 28, 26, 0.75);
  backdrop-filter: blur(8px);
  color: white;
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

/* Flow line element */
.flow-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-magenta-mania), transparent);
  position: relative;
  margin: var(--space-12) 0;
}

.flow-line::before,
.flow-line::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-magenta-mania);
  transform: translateY(-50%);
  box-shadow: 0 0 6px var(--color-magenta-mania);
}

.flow-line::before { left: 10%; }
.flow-line::after { right: 10%; }

/* =========================================================
   APOIADORES DO EVENTO — MARQUEE INFINITO DUPLO
   ========================================================= */

.section--apoiadores {
  padding: 4rem 0 5rem 0;
  position: relative;
  overflow: hidden;
  background: var(--color-off-white);
}

.apoiadores-header {
  margin-bottom: 2.5rem;
}

/* Marquee Outer Wrapper with Mask Image Edge Fading */
.marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  /* Mask gradient for smooth fade at edges */
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

/* Marquee Row Container */
.marquee-row {
  display: flex;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.marquee-row.marquee-row--reveal-ready {
  opacity: 0;
}

.marquee-row--top.marquee-row--reveal-ready {
  transform: translateX(-60px);
}

.marquee-row--bottom.marquee-row--reveal-ready {
  transform: translateX(60px);
}

.marquee-row.marquee-row--entered {
  opacity: 1;
  transform: translateX(0);
}

/* Marquee Track (Infinite Loop Track) */
.marquee-track {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: max-content;
  will-change: transform;
  transition: animation-play-state 0.4s ease;
}

.marquee-track--left {
  animation: marqueeLeft 30s linear infinite;
}

.marquee-track--right {
  animation: marqueeRight 40s linear infinite;
}

/* Slowdown on Hover/Touch */
.marquee-row:hover .marquee-track,
.marquee-row:active .marquee-track,
.marquee-track--slowed {
  animation-play-state: paused;
}

/* Keyframes for Left & Right Continuous Scroll */
@keyframes marqueeLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

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

/* Supporter Chip Styling (Glassmorphism & Interactive Effects) */
.supporter-chip {
  flex: 0 0 auto;
  height: 64px;
  padding: 0.6rem 1.6rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(226, 27, 106, 0.18);
  box-shadow: 0 4px 16px rgba(28, 28, 26, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: grayscale(100%) opacity(0.65);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  user-select: none;
}

@media (min-width: 768px) {
  .supporter-chip {
    height: 80px;
    padding: 0.8rem 2.2rem;
    border-radius: 20px;
  }
}

.supporter-chip img {
  max-height: 100%;
  max-width: 160px;
  object-fit: contain;
}

.supporter-chip__placeholder {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(0.85rem, 0.8rem + 0.2vw, 1rem);
  letter-spacing: 0.04em;
  color: var(--color-magenta-mania);
  white-space: nowrap;
}

/* Hover / Touch Active Ignite State */
.supporter-chip:hover,
.supporter-chip:active {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
  border-color: var(--color-magenta-mania);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(226, 27, 106, 0.3);
}

.supporter-chip:hover .supporter-chip__placeholder,
.supporter-chip:active .supporter-chip__placeholder {
  color: var(--color-magenta-profundo);
}

/* ACCESSIBILITY: Reduced Motion Fallback Grid */
@media (prefers-reduced-motion: reduce) {
  .marquee-wrapper {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .marquee-track {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .marquee-row {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* =========================================================
   FORM SECTION (CONVERSION)
   ========================================================= */
/* =========================================================
   SOCIAL CHANNELS CARDS SECTION (WHATSAPP & INSTAGRAM)
   ========================================================= */
.join {
  position: relative;
  background: var(--color-preto);
  color: white;
  overflow: hidden;
  padding: 5rem 0;
}

.join__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(226, 27, 106, 0.15), transparent 50%);
  pointer-events: none;
}

.join__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--space-12);
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .join__grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
}

.join__content {
  max-width: 520px;
}

.join__title {
  font-family: var(--font-heading);
  font-size: var(--text-4xl);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-4);
  line-height: var(--leading-tight);
}

.join__desc {
  font-size: var(--text-base);
  color: rgba(255, 255, 255, 0.7);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-6);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.badge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 var(--space-4);
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.badge--primary {
  background: var(--color-magenta-mania);
  color: white;
}

.badge--outline-white {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
}

/* Sequential Tag Wave Glow State */
.badge--wave-active {
  background: var(--color-magenta-mania) !important;
  color: white !important;
  border-color: var(--color-magenta-mania) !important;
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 4px 14px rgba(226, 27, 106, 0.45);
}

/* Social Cards Container */
.join__social-cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

@media (min-width: 640px) {
  .join__social-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

/* Base Social Card */
.social-card {
  position: relative;
  min-height: 88px;
  padding: 1.25rem 1.5rem;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  cursor: pointer;
  user-select: none;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  opacity: 1;
  transform: translateY(0) scale(1);
  will-change: transform, opacity;
}

.social-card.social-card--reveal-ready {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

.social-card.social-card--entered {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Card Icon Outer Ring & Floating Animation */
.social-card__icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  animation: cardIconFloat 3s ease-in-out infinite alternate;
}

.social-card--whatsapp .social-card__icon-wrapper {
  color: #25D366;
  animation-delay: 0s;
}

.social-card--instagram .social-card__icon-wrapper {
  color: #E21B6A;
  animation-delay: 1.5s;
}

@keyframes cardIconFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}

/* Card Content Typography */
.social-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.social-card__title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: white;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.social-card__subtitle {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Card Arrow Icon */
.social-card__arrow {
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

/* Card Hover & Touch States */
.social-card:hover,
.social-card:active {
  transform: translateY(-4px) scale(1.04);
}

.social-card:hover .social-card__arrow,
.social-card:active .social-card__arrow {
  transform: translateX(6px);
  color: white;
}

.social-card:hover .social-card__icon-wrapper,
.social-card:active .social-card__icon-wrapper {
  animation: iconWiggle 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.22);
  color: white;
}

@keyframes iconWiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}

/* WhatsApp Hover Gradient State */
.social-card--whatsapp:hover,
.social-card--whatsapp:active {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border-color: #25D366;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
}

.social-card--whatsapp:hover .social-card__subtitle,
.social-card--whatsapp:active .social-card__subtitle {
  color: rgba(255, 255, 255, 0.95);
}

/* Instagram Hover Gradient State */
.social-card--instagram:hover,
.social-card--instagram:active {
  background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #F56040 100%);
  border-color: #FD1D1D;
  box-shadow: 0 12px 32px rgba(226, 27, 106, 0.45);
}

.social-card--instagram:hover .social-card__subtitle,
.social-card--instagram:active .social-card__subtitle {
  color: rgba(255, 255, 255, 0.95);
}

@media (prefers-reduced-motion: reduce) {
  .social-card__icon-wrapper {
    animation: none !important;
  }
  .social-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .badge--wave-active {
    transform: none !important;
  }
}
  color: var(--color-success);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-4);
}

.form-success__title {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-2);
}

.form-success__desc {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.7);
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--color-preto);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: var(--space-16) 0 var(--space-8);
}

.footer__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
  text-align: center;
}

.footer .logo__mark {
  background: rgba(226, 27, 106, 0.15);
  border: 1px solid var(--color-magenta-mania);
  width: 48px;
  height: 48px;
}

.footer .logo__text {
  color: white;
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-6);
  margin-top: var(--space-4);
}

.footer__link {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.5);
  transition: color var(--duration-fast);
}

.footer__link:hover {
  color: var(--color-magenta-mania);
}

.footer__copy {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.3);
  margin-top: var(--space-8);
}

.footer__credit a {
  color: inherit;
  transition: color var(--duration-fast);
}

.footer__credit a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer__credit strong {
  color: rgba(255, 255, 255, 0.55);
  font-weight: var(--font-weight-semibold);
}

/* =========================================================
   TOAST NOTIFICATION
   ========================================================= */
.toast {
  position: fixed;
  bottom: var(--space-8);
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--color-preto);
  color: white;
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  transition: all 0.35s var(--ease-out);
  z-index: 1100;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* =========================================================
   NUMA STORY — "O QUE É A NUMA?" (SCROLL STORYTELLING)
   Fio de luz condutor + reveal por palavra + destaques
   com partículas em canvas. Mobile-first.
   ========================================================= */
.numa-story {
  position: relative;
  padding: var(--space-32) 0 var(--space-24);
  overflow-x: clip; /* clip (não hidden) para não quebrar o sticky do fio */
  background: var(--color-bg);
}

/* Leve gradiente rosa nas bordas por onde o fio passa */
.numa-story__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(55% 32% at 0% 22%, rgba(226, 27, 106, 0.06), transparent 70%),
    radial-gradient(55% 32% at 100% 50%, rgba(226, 27, 106, 0.07), transparent 70%),
    radial-gradient(50% 30% at 0% 78%, rgba(193, 26, 93, 0.06), transparent 70%),
    radial-gradient(55% 30% at 100% 95%, rgba(226, 27, 106, 0.05), transparent 70%);
}

.numa-story__thread-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.numa-story__thread {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.numa-story__thread-glow {
  opacity: 0.18;
  filter: blur(6px);
}

.numa-story__thread-line {
  opacity: 0.35;
}

.numa-story__thread-head {
  filter: drop-shadow(0 0 6px rgba(226, 27, 106, 0.85));
}

/* Contador de km ao lado da cabeça luminosa */
.numa-story__thread-km {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-extrabold);
  font-size: 13px;
  letter-spacing: 0.04em;
  fill: var(--color-magenta-mania);
  paint-order: stroke;
  stroke: rgba(253, 246, 249, 0.92);
  stroke-width: 4px;
  stroke-linejoin: round;
}

.numa-story__container {
  position: relative;
  z-index: 2;
}

/* Ritmo vertical: respiro sem vazios longos */
.numa-story__flow > * + * {
  margin-top: clamp(3.5rem, 10vh, 7rem);
}

.numa-story__flow > .numa-story__highlight-wrap {
  margin-top: clamp(8rem, 30vh, 18rem);
  margin-bottom: clamp(8rem, 30vh, 18rem);
}

.numa-story__flow > .numa-story__highlight-wrap + * {
  margin-top: 0;
}

.numa-story__title {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-extrabold);
  font-size: var(--text-4xl);
  line-height: var(--leading-tight);
  text-align: center;
  color: var(--color-text-strong);
  letter-spacing: var(--tracking-tight);
}

.numa-story__block {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--color-text);
}

/* Reveal por palavra (classe --in alternada pelo JS conforme o progresso do scroll) */
.numa-story__word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s var(--ease-out),
    transform 0.5s var(--ease-out);
  will-change: opacity, transform;
}

.numa-story__word--in {
  opacity: 1;
  transform: translateY(0);
}

/* Fade simples (fallback e prefers-reduced-motion) */
.numa-story__fade {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.numa-story__fade.numa-story--entered {
  opacity: 1;
  transform: none;
}

/* Destaques com partículas */
.numa-story__highlight-wrap {
  position: relative;
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.numa-story__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.numa-story__highlight {
  position: relative;
  margin: 0;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-extrabold);
  font-size: clamp(1.75rem, 5vw + 0.75rem, 3rem);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  background: linear-gradient(120deg, #E21B6A 10%, #C11A5D 60%, #7B115B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.numa-story__highlight--cta {
  font-size: clamp(2.25rem, 7vw + 0.75rem, 4rem);
}

.numa-story__signature {
  margin-top: var(--space-6);
  font-family: var(--font-heading);
  font-weight: var(--font-weight-semibold);
  font-size: var(--text-sm);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-text-muted);
}

/* Faíscas ocasionais ao longo do fio */
.numa-story__spark {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFFFFF 0%, var(--color-magenta-mania) 45%, transparent 75%);
  opacity: 0;
  pointer-events: none;
  animation: numaSpark 4s var(--ease-in-out) infinite;
}

@keyframes numaSpark {
  0%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.4);
  }
  50% {
    opacity: 0.9;
    transform: translate3d(6px, -14px, 0) scale(1);
  }
}

/* Desktop: zig-zag dos blocos em torno do fio */
@media (min-width: 768px) {
  .numa-story__flow > .numa-story__block {
    width: 46%;
  }

  .numa-story__flow > p:nth-of-type(even) {
    margin-left: auto;
    text-align: right;
  }
}

/* prefers-reduced-motion: sem partículas, fio estático, fades simples */
@media (prefers-reduced-motion: reduce) {
  .numa-story__spark {
    display: none;
  }

  .numa-story__canvas {
    display: none;
  }

  .numa-story__thread-bright,
  .numa-story__thread-head,
  .numa-story__thread-km {
    display: none;
  }

  .numa-story__word {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
