/* ================================================================
   CHANCE — style.css
   Padrão: BEM | Tecnologia: CSS3 puro | Mobile-First
================================================================ */


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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #fff;
  background-color: #0a0014;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


/* ================================================================
   2. VARIÁVEIS GLOBAIS — bloco único e consolidado
================================================================ */
:root {
  /* Identidade Visual */
  --color-primary:   #50289F;
  --color-secondary: #00C4CC;
  --color-bg-light:  #F9F9F9;

  /*
    Gradiente Hero: Magenta vivo → Roxo profundo → Ciano
    Direção horizontal, calibrado pela referência visual aprovada.
  */
  --gradient-hero: linear-gradient(
    to right,
    #FF0099  0%,
    #DD00BB 12%,
    #AA00CC 28%,
    #7700BB 45%,
    #4422AA 62%,
    #1188CC 80%,
    #00C4CC 100%
  );

  --gradient-hero-diagonal: linear-gradient(
    135deg,
    #FF0099  0%,
    #DD00BB 12%,
    #AA00CC 28%,
    #7700BB 45%,
    #4422AA 62%,
    #1188CC 80%,
    #00C4CC 100%
  );

  --gradient-hero-diagonal-reverse: linear-gradient(
    315deg,
    #FF0099  0%,
    #DD00BB 12%,
    #AA00CC 28%,
    #7700BB 45%,
    #4422AA 62%,
    #1188CC 80%,
    #00C4CC 100%
  );

  /* Tipografia */
  --fw-regular:   400;
  --fw-semibold:  600;
  --fw-bold:      700;
  --fw-extrabold: 800;

  /* Bordas */
  --radius-sm:   12px;
  --radius-md:   20px;
  --radius-lg:   24px;
  --radius-full: 9999px;

  /* Glass — logo e nav usam os mesmos valores */
  --glass-bg:     rgba(255, 255, 255, 0.15);
  --glass-border: rgba(255, 255, 255, 0.30);
  --glass-blur:   blur(10px);
  --glass-radius: 30px;

  /*
    Container de conteúdo: limita a largura em telas ultra-largas
    e define o recuo lateral consistente entre Header e Hero.
  */
  --container-max: 1440px;
  --container-x:   5rem;          /* 80px — recuo lateral em desktop */
}


/* ================================================================
   3. UTILITÁRIOS — BOTÕES
================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.375rem 3rem;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 1.0625rem; 
  font-weight: var(--fw-bold);
  letter-spacing: 0.01em;
  cursor: pointer;
  line-height: 1.35;
  /* Permite quebra de linha natural (replicando a referência visual) */
  white-space: normal;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* Variação outline — Hero */
.btn--outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.60);
  min-width: 220px;
}

.btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.90);
}

/* Variação sólida roxa — para seções futuras */
.btn--primary {
  background-color: var(--color-primary);
  color: #fff;
  border: 2px solid var(--color-primary);
}

.btn--primary:hover {
  background-color: #3d1f82;
  border-color: #3d1f82;
}


/* ================================================================
   4. HERO-BG — Wrapper do gradiente
   Fundo gradiente cobre 100vh unindo Header + Hero visualmente.
   Não tem max-width (o gradiente deve sangrar até as bordas).
================================================================ */
.hero-bg {
  background: var(--gradient-hero);
  height: 100vh;
  padding-top: 130px;     /* compensa o header fixo (height do logo) */
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-top: 2rem;      /* respiro entre o topo da página e o header */
}


/* ================================================================
   5. BLOCO: HEADER
   Container centralizado com max-width.
   Logo glass à esquerda, nav glass centralizada absolutamente.
================================================================ */
.header {
  position: fixed;
  top: 1.25rem;   /* 20px do topo da tela */
  left: 1.25rem;  /* 20px da borda esquerda */
  right: 1.25rem; /* 20px da borda direita */
  z-index: 100;
  width: auto;    /* deixa left/right controlarem a largura */
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 var(--container-x);
  background: transparent;
}

/* ── Logo: caixa glass (mesmo estilo visual da nav) ── */
.header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 130px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--glass-radius);
  flex-shrink: 0;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}

.header__logo:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.02);
}

/* Logo PNG com respiro interno */
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

/* ── Nav: pill glass, centralizada geometricamente ── */
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.75rem;
  /* Posição absoluta garante centro perfeito
     independente do tamanho do logo */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--glass-radius);
  height: 130px;
  padding: 0 3.5rem;
}

.header__nav-link {
  color: rgba(255, 255, 255, 0.90);
  font-size: 0.9375rem;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
  letter-spacing: 0.01em;
  transition: color 0.18s ease;
}

.header__nav-link:hover {
  color: #fff;
}

/* Separador "|" antes do CTA de login — puramente decorativo */
.header__nav-link--cta {
  position: relative;
  padding-left: 2.75rem; /* absorve o gap padrão + largura do separador */
}

.header__nav-link--cta::before {
  content: '|';
  position: absolute;
  left: calc(-2.75rem / 2);        /* centro do gap entre o link anterior e este */
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.30);
  font-weight: 300;
  pointer-events: none;
  user-select: none;
}


/* ================================================================
   6. BLOCO: HERO SECTION
   Grid 2 colunas: conteúdo (esq) + mídia (dir).
   Sem max-width — o grid ocupa 100% do viewport para que a imagem
   e o círculo encostem na borda direita real da tela.
   O texto é contido pelo max-width do .hero__content.
================================================================ */
.hero {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  /*
    align-items: start — ancora o conteúdo no topo da área do grid.
    Com "center", a distância logo→label variava com a altura do viewport.
    Com "start", o padding-top do hero controla o gap com precisão absoluta.
    .hero__media tem align-self: stretch para continuar cobrindo a altura toda.
  */
  align-items: start;
  flex: 1;
  /*
    Padding-left dinâmico: espelha o offset real do logo em qualquer viewport.
    Em viewports ≤ 1440px: usa --container-x (igual ao header).
    Em viewports > 1440px: o header centraliza e desloca o logo para a direita —
    max() garante que o conteúdo siga o mesmo offset que o logo.
    Sem padding-right — a coluna de mídia sangra até a borda.
    Padding-top: 75px = distância fixa entre o bottom da logo e a hero label.
  */
  padding: 75px 0 0 max(var(--container-x), calc((100vw - var(--container-max)) / 2 + var(--container-x)));
  gap: 2.5rem;
  position: relative;
  /* flex:1 + min-height:0 = ocupa o espaço restante após o header, sem estourar */
  flex: 1;
  min-height: 0;
  /* overflow: visible — permite que o círculo sangre além da borda direita;
     o hero-bg contém o clip do viewport */
}

/* ── Coluna de conteúdo ── */
.hero__content {
  display: flex;
  flex-direction: column;
  /* Sem gap uniforme — cada elemento tem seu próprio espaçamento,
     criando ritmo visual hierárquico em vez de espaçamento mecânico */
}

/* Label "chance": âncora de marca, discreta mas presente */
.hero__label {
  display: block;
  font-size: 0.8rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: 3.75rem; /* 60px — espaço entre label e título */
}

/* Headline principal: elemento dominante da tela */
.hero__title {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: var(--fw-extrabold);
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: #fff;
  margin-bottom: 3.75rem; /* 60px — espaço entre título e subtítulo */
}

/* Subtítulo: suporte emocional, não compete com o título */
.hero__subtitle {
  font-size: 1.05rem;
  font-weight: var(--fw-regular);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 2.5rem;  /* espaço generoso antes dos CTAs — "respiro de ação" */
}

/* Grupo de CTAs */
.hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: stretch;
}

/* Botões do Hero — ciano sólido com sombra */
.hero__cta-group .btn {
  background: #00D9FF;
  color: #ffffff;
  border: none;
  font-weight: 700;
  padding: 0.875rem 2.5rem;  /* py-3.5 px-10 */
  border-radius: 0.75rem;    /* rounded-xl = 12px */
  box-shadow: 0 4px 24px rgba(0, 217, 255, 0.4);
}

.hero__cta-group .btn {
  transition: all 0.3s ease;
}

.hero__cta-group .btn:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

/* ── Coluna de mídia ── */
.hero__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
  height: 100%;           /* garante que height:100% da img resolva corretamente */
  /* overflow: visible — PNG com fundo transparente; hero-bg contém a seção */
  overflow: visible;
}

/*
  Círculo decorativo magenta:
  Posicionado atrás da foto, extravasa pela borda direita
  replicando o efeito da referência visual.
*/
.hero__media-circle {
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: #FF00CC;
  top: 50%;
  right: -140px;           /* extravasa propositalmente pela borda */
  transform: translateY(-54%);
  z-index: 0;
}

/* Foto dos influenciadores */
.hero__media-img {
  /*
    height: 47rem — tamanho fixo calibrado pelo DevTools para preencher o hero.
    margin-right: -9.5rem — sangra além da coluna de mídia para encostar
    na borda direita real da tela, compensando o gap criado pelo grid gap.
    right: 0 + bottom: 0 — ancora na borda inferior/direita do viewport.
  */
  position: absolute;
  right: 0;
  bottom: 0;
  height: 47rem;
  margin-right: -9.5rem;
  width: auto;
  max-width: none;
  display: block;
  z-index: 1;
  pointer-events: none;
}


/* ================================================================
   7. MEDIA QUERIES — Mobile-First
================================================================ */

/* ── Telas largas: reduz container-x levemente ── */
@media (max-width: 1200px) {
  :root {
    --container-x: 4rem;
  }

  .hero__media-circle {
    width: 400px;
    height: 400px;
    right: -60px;
  }
}

/* ── Tablet: até 1024px ── */
@media (max-width: 1024px) {
  :root {
    --container-x: 3rem;
  }

  .hero {
    gap: 2rem;
    padding-top: 2rem;
  }

  .hero__media-circle {
    width: 340px;
    height: 340px;
    right: -40px;
  }
}

/* ── Tablet pequeno: até 768px ── */
@media (max-width: 768px) {
  :root {
    --container-x: 1.5rem;
  }

  /* Hero-bg: altura dinâmica — o conteúdo define a altura */
  .hero-bg {
    height: auto;
    min-height: 100svh; /* svh evita corte pelo chrome do browser mobile */
  }

  /* Header: logo + nav empilhados */
  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1.25rem var(--container-x);
  }

  /* Nav: reset do height herdado do desktop (130px → auto) */
  .header__nav {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    overflow-x: auto;
    scrollbar-width: none;
    border-radius: var(--radius-md);
    padding: 0.75rem 1.25rem;
    gap: 1.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

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

  /*
    Hero: coluna única — somente o conteúdo textual ocupa espaço no grid.
    padding-top: 14rem compensa o header fixo empilhado.
    padding-bottom: 22rem (352px) reserva espaço para a foto ancorada no bottom,
    evitando que os CTAs fiquem escondidos atrás dela.
  */
  .hero {
    grid-template-columns: 1fr;
    padding: 14rem var(--container-x) 22rem;
    min-height: auto;
    gap: 0;
    text-align: center;
  }

  .hero__content {
    align-items: center;
  }

  .hero__cta-group {
    justify-content: center;
  }

  /*
    CRÍTICO: position:absolute + bottom:0 ancora a mídia no rodapé do .hero
    (que tem position:relative), replicando o comportamento do desktop.
    A foto fica "sentada" na onda de transição abaixo do hero, não flutuando.
  */
  .hero__media {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 55vw;
    max-height: 320px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
  }

  /* Imagem estática dentro do container absoluto — pés colados na onda */
  .hero__media-img {
    position: static;
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0;
    display: block;
    object-fit: contain;
    object-position: bottom center;
  }

  /* Círculo centralizado atrás da foto dentro do container absoluto */
  .hero__media-circle {
    width: min(260px, 70vw);
    height: min(260px, 70vw);
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

/* ── Mobile: até 480px ── */
@media (max-width: 480px) {
  .header__logo {
    width: 58px;
    height: 58px;
  }

  /*
    padding-top: 9rem — logo menor (58px) reduz a altura total do header.
    padding-bottom é herdado do breakpoint 768px (22rem) — suficiente para
    a foto de max-height 280px ancorada no bottom.
  */
  .hero {
    padding-top: 9rem;
  }

  /* Imagem levemente menor em telas pequenas */
  .hero__media {
    height: 65vw;
    max-height: 280px;
  }

  .hero__subtitle {
    font-size: 0.975rem;
    margin-bottom: 2rem;
  }

  .hero__cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .btn--outline {
    min-width: unset;
    justify-content: center;
  }
}


/* ================================================================
   8. UTILITÁRIO — CONTAINER
   Centraliza conteúdo com max-width e recuo lateral consistente.
   Reutilizado em todas as seções abaixo do Hero.
================================================================ */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-x);
}


/* ================================================================
   9. BLOCO: BRANDS — Carrossel infinito de logos
================================================================ */
.brands {
  background-color: #F9FAFB;
  padding: 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-x: clip;
  position: relative;
}

/* Onda de transição hero → brands */
.brands__wave {
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}

.brands__wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* Eyebrow text */
.brands__eyebrow {
  text-align: center;
  font-size: 0.6875rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #AF55F7;
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  flex-shrink: 0;
}

/* Viewport do carrossel — esconde overflow lateral */
.marquee {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  /* Fade nas bordas para entrada/saída suave */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

/* Track: dois grupos lado a lado, animação empurra para a esquerda */
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}


@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }  /* -50% = exatamente 1 grupo */
}

/* Grupo de logos */
.marquee__group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0 0.75rem;
  margin: 0;
  flex-shrink: 0;
}

/* Item individual */
.marquee__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* ── Brand Chip: card minimalista só com logo ── */
.brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 56px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  flex-shrink: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.brand-chip:hover {
  border-color: rgba(80, 40, 159, 0.25);
  box-shadow: 0 4px 16px rgba(80, 40, 159, 0.10);
}

.brand-chip__img {
  height: 28px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  display: block;
}

/* Linha divisória com gradiente de marca — empurrada ao fundo pelo margin-top: auto */
.brands__divider {
  height: 2px;
  width: 100%;
  margin-top: 60px;
  flex-shrink: 0;
  background: var(--gradient-hero);
}

/* Pausa se o usuário prefere menos movimento */
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .brand-chip {
    width: 88px;
    height: 44px;
    border-radius: 8px;
  }

  .brand-chip__img {
    height: 22px;
    max-width: 60px;
  }

  .marquee__track {
    animation-duration: 20s;
  }
}


/* ── Section Header — padrão reutilizável ── */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 5rem;
}

.section-header__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

.section-header__title {
  font-size: 2.25rem;
  font-weight: var(--fw-extrabold);
  color: #0a0014;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-header__title--light {
  color: rgba(255, 255, 255, 0.95);
}

.section-header__subtitle {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
}

.section-header__subtitle--light {
  color: rgba(255, 255, 255, 0.50);
}

/* Texto com gradiente de marca — aplicado a destaques de heading */
.text-gradient {
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ================================================================
   11. BLOCO: TRÊS PILARES
================================================================ */
.pilares {
  background-color: #ffffff;
  padding: 6rem 0 0;   /* só top — bottom vem do margin-top do divider */
  position: relative;
  overflow: hidden;
}

/* Override do container para esta seção: max-width 1400px e padding controlado */
.pilares .container {
  max-width: 1400px;
  padding-left: 1.5rem;   /* px-6 = 24px mobile */
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .pilares .container {
    padding-left: 3.5rem;   /* md:px-14 = 56px desktop */
    padding-right: 3.5rem;
  }
}

/* ── Cabeçalho esquerdo ── */
.pilares__header {
  margin-bottom: 4rem;   /* mb-16 = 64px */
}

.pilares__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.pilares__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 0, 255, 0.12), rgba(0, 217, 255, 0.12));
  flex-shrink: 0;
}

.pilares__brand-mark-img {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}

.pilares__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #a855f7;
  background: linear-gradient(135deg, rgba(255, 0, 255, 0.08), rgba(0, 217, 255, 0.08));
  border: 1px solid rgba(168, 85, 247, 0.20);
  border-radius: var(--radius-full);
  padding: 0.3125rem 0.875rem;
}

.pilares__title-main {
  font-size: 3.75rem;
  font-weight: 900;
  color: #111827;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* ── Grid ── */
.pilares__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;     /* gap-5 = 20px */
  align-items: stretch;
}

/* ── Card base ── */
.pilar {
  text-align: left;
  padding: 2rem;        /* p-8 = 32px */
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 24px;  /* rounded-3xl */
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

/* Overlay de gradiente — quase invisível, emerge no hover */
.pilar::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #FF00FF, #00D9FF);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.pilar:hover {
  background: linear-gradient(135deg, rgba(255, 0, 255, 0.04), rgba(0, 217, 255, 0.04));
  box-shadow: 0 16px 40px rgba(168, 85, 247, 0.14);
  transform: translateY(-4px);
}

.pilar:hover::after {
  opacity: 0.03;
}

/* ── Ícone: squircle com gradiente, ícone branco ── */
.pilar__icon-wrap {
  width: 3.5rem;       /* 56px */
  height: 3.5rem;      /* 56px */
  border-radius: 16px; /* rounded-2xl */
  background: linear-gradient(135deg, #FF00FF, #a855f7, #00D9FF);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;      /* currentColor → traços brancos */
}

.pilar__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.pilar__title {
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  color: #111827;
}

.pilar__body {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.7;
}

.pilares__divider {
  height: 2px;
  width: 100%;
  margin-top: 6rem;   /* empurra até a borda inferior da seção */
  background: var(--gradient-hero);
}

/* Logo no eyebrow-row — alinhada à direita, mesma linha que "NOSSA FILOSOFIA" */
.pilares__deco-logo {
  /* 3011×3573 px → proporção portrait ~0.843. A altura de 2.5rem (40px) dá ~34px de largura */
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
  user-select: none;
}


/* ================================================================
   12. BLOCO: FAQ — Dúvidas Frequentes
   Fundo #F9FAFB — alterna com o branco do Três Pilares.
   Accordion JS-based: max-height transition + .faq__item--open.
================================================================ */
.faq {
  background-color: #F9FAFB;
  padding: 7rem 0 7rem;
  position: relative;
  overflow: hidden;
}

/* Reflexo decorativo no canto superior — clima da screenshot */
.faq::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 0, 255, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.faq::after {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Cabeçalho centralizado ── */
.faq__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}

.faq__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a855f7;
  border: 1.5px solid rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-full);
  padding: 0.375rem 1rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 0, 255, 0.08), rgba(0, 217, 255, 0.08));
}

.faq__title {
  font-size: 3rem;
  font-weight: var(--fw-extrabold);
  color: #1a0a2e;
  line-height: 1.25;
  margin-bottom: 1rem;
}

/* Linha com gradiente Magenta → Roxo → Ciano — conforme brief do Tailwind */
.faq__title-gradient {
  background: linear-gradient(90deg, #FF00FF, #a855f7, #00D9FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq__subtitle {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
}

/* ── Lista de itens ── */
.faq__list {
  list-style: none;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Card do item */
.faq__item {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(168, 85, 247, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.25s ease;
}

.faq__item:hover {
  box-shadow: 0 4px 20px rgba(80, 40, 159, 0.10);
}

.faq__item--open {
  background: linear-gradient(135deg, rgba(255, 0, 255, 0.04), rgba(0, 217, 255, 0.04));
  border-color: rgba(168, 85, 247, 0.35);
}

/* ── Botão da pergunta ── */
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.375rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__question-text {
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  color: #111827;
  line-height: 1.5;
  flex: 1;
}

/* Ícone circular — estado fechado */
.faq__icon-btn {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  color: #a855f7;
}

/* Ícone circular — estado aberto (gradiente + ícone branco) */
.faq__item--open .faq__icon-btn {
  background: linear-gradient(135deg, #FF00FF, #00D9FF);
  color: #ffffff;
}

/* SVG icons */
.faq__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

/* Mostra + quando fechado, esconde - */
.faq__icon--plus  { display: block; }
.faq__icon--minus { display: none; }

/* Mostra - quando aberto, esconde + */
.faq__item--open .faq__icon--plus  { display: none; }
.faq__item--open .faq__icon--minus { display: block; }

/* ── Painel de resposta ── */
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.5rem;
}

.faq__answer p {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.75;
  padding-bottom: 1.375rem;
}

/* Estado aberto */
.faq__item--open .faq__answer {
  max-height: 300px;
}


/* ================================================================
   13. BLOCO: FOOTER
================================================================ */
.footer {
  background: linear-gradient(135deg, #1a0730 0%, #0a0a18 100%);
  padding: 2rem 0;
  position: relative;
}

/* Linha superior: logo à esquerda, botões sociais à direita */
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

.footer__logo-link {
  display: inline-flex;
  align-items: center;
}

.footer__logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

/* Botões sociais */
.footer__social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.footer__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4375rem 1.125rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.70);
  font-size: 0.8125rem;
  font-weight: var(--fw-semibold);
  background: transparent;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.footer__social-btn:hover {
  border-color: rgba(168, 85, 247, 0.5);
  color: #ffffff;
  background: rgba(168, 85, 247, 0.08);
}

/* Divisória quase invisível */
.footer__rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* Linha inferior: copyright e tagline nas extremidades */
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.footer__copyright {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}

.footer__made {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}


/* ================================================================
   12. MEDIA QUERIES — Seções novas (Como Funciona, Cases, Footer)
================================================================ */

@media (max-width: 1024px) {
  .pilares {
    padding: 5rem 0 0;
  }

  .pilares__title-main {
    font-size: 3rem;
  }

  .faq {
    padding: 5.5rem 0;
  }
}

@media (max-width: 768px) {
  .section-header {
    margin-bottom: 3.5rem;
  }

  .section-header__title {
    font-size: 1.75rem;
  }

  /* Três Pilares */
  .pilares {
    padding: 4rem 0 0;
  }

  .pilares__title-main {
    font-size: 2.5rem;
  }

  .pilares__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  /* FAQ */
  .faq {
    padding: 4.5rem 0;
  }

  .faq__title {
    font-size: 1.875rem;
  }

  .faq__question {
    padding: 1.25rem;
  }

  /* Footer */
  .footer__top {
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .section-header__title {
    font-size: 1.5rem;
  }

  .faq__title {
    font-size: 1.625rem;
  }

  .faq__question-text {
    font-size: 0.9375rem;
  }
}


/* ================================================================
   14. BLOCO: AUTH PAGE — Entrar / Cadastrar
   Reutiliza .hero-bg como fundo; adiciona card liquid glass central.
================================================================ */

/* Em auth.html o hero-bg deve crescer com o conteúdo (form longo) */
.auth-page .hero-bg {
  height: auto;
  min-height: 100vh;
}

/* Círculos decorativos de fundo — efeito de profundidade na auth page */
.auth-bg-circle {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(60px);
  opacity: 0.35;
}

.auth-bg-circle--left {
  width: 480px;
  height: 480px;
  background: var(--color-primary);
  bottom: -120px;
  left: -160px;
}

.auth-bg-circle--right {
  width: 400px;
  height: 400px;
  background: var(--color-secondary);
  top: -100px;
  right: -120px;
}

/* Wrapper: centraliza logo + card na tela */
.auth-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 3rem 1.5rem;
  gap: 1.75rem;
  position: relative;
  z-index: 1;
}

/* ── Logo de retorno ──
   Mesma estrutura visual do .header__logo: border, border-radius,
   glass e transição idênticos. Só width/height são menores.
   Proporção mantida: ~1.08:1 (espelhando 140×130 do header).
   border-radius: var(--glass-radius) = 30px — igual ao header.
   Em 112×104px, 30px = 28.8% da altura (header: 30/130 = 23%) — visualmente coerente.
*/
.auth-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 104px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--glass-radius);
  flex-shrink: 0;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}

.auth-logo:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.04);
}

.auth-logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

/* ── Card liquid glass ── */
.auth-card {
  width: 100%;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(36px) saturate(2.0);
  -webkit-backdrop-filter: blur(36px) saturate(2.0);
  border: 1.5px solid rgba(255, 255, 255, 0.50);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.20),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(255, 255, 255, 0.10);
}

.auth-card__eyebrow {
  font-size: 0.75rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.15em;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.50);
  margin-bottom: 0.375rem;
}

.auth-card__title {
  font-size: 1.75rem;
  font-weight: var(--fw-extrabold);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}

.auth-card__subtitle {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
  margin-bottom: 2rem;
}

/* ── Tab switcher ── */
.auth-card__tabs {
  display: flex;
  background: rgba(0, 0, 0, 0.22);
  border-radius: var(--radius-sm);
  padding: 4px;
  gap: 4px;
  margin-bottom: 2rem;
}

.auth-card__tab {
  flex: 1;
  padding: 0.625rem 1rem;
  border-radius: calc(var(--radius-sm) - 3px);
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: var(--fw-semibold);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.auth-card__tab--active {
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: #fff;
}

/* ── Form groups ── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.form-group__label {
  font-size: 0.875rem;
  font-weight: var(--fw-semibold);
  color: rgba(255, 255, 255, 0.80);
  letter-spacing: 0.01em;
}

.form-group__input {
  width: 100%;
  min-height: 52px;               /* área de toque confortável no mobile */
  padding: 0.875rem 1rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-sm);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-group__input::placeholder {
  color: rgba(255, 255, 255, 0.30);
}

.form-group__input:focus {
  border-color: var(--color-secondary);
  background: rgba(0, 196, 204, 0.07);
}

/* Select: chevron via SVG inline para controle total de cor */
.form-group__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.45)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.75rem;
  cursor: pointer;
}

.form-group__select option {
  background: #2a1050;
  color: #fff;
}

/* Link "esqueci minha senha" */
.auth-form__forgot {
  display: block;
  text-align: right;
  font-size: 0.8125rem;
  font-weight: var(--fw-semibold);
  color: var(--color-secondary);
  margin-top: -0.5rem;
  margin-bottom: 1.75rem;
  transition: opacity 0.2s ease;
}

.auth-form__forgot:hover { opacity: 0.70; }

/* CTA do form — ocupa largura total do card */
.auth-card__cta {
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}

/* ── Botão com gradiente de marca (reutilizável em todo o projeto) ── */
.btn--gradient {
  background: linear-gradient(135deg, var(--color-primary) 0%, #7B3FD4 50%, var(--color-secondary) 100%);
  background-size: 200% 200%;
  color: #fff;
  border: none;
  transition: background-position 0.4s ease, transform 0.2s ease, opacity 0.2s ease;
}

.btn--gradient:hover {
  background-position: right center;
  opacity: 0.92;
  transform: translateY(-1px);
}

/* Divisor "ou" */
.auth-card__divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.75rem 0 1.25rem;
}

.auth-card__divider::before,
.auth-card__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
}

.auth-card__divider span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.30);
  font-weight: var(--fw-semibold);
}

/* Rodapé do card */
.auth-card__footer-text {
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.50);
  line-height: 1.5;
}

.auth-card__switch-link {
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: var(--fw-bold);
  color: var(--color-secondary);
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}

.auth-card__switch-link:hover { opacity: 0.75; }

/* Form oculto */
.auth-form--hidden { display: none; }


/* ── Media Queries — Auth Page ── */
@media (max-width: 480px) {
  .auth-wrapper {
    padding: 2rem 1.25rem;
    gap: 1.25rem;
  }

  .auth-card {
    padding: 1.75rem 1.5rem;
  }

  .auth-card__title {
    font-size: 1.5rem;
  }

  .auth-logo {
    width: 80px;   /* proporção ~1.08:1 mantida no mobile */
    height: 74px;
  }

  .auth-bg-circle--left  { width: 280px; height: 280px; }
  .auth-bg-circle--right { width: 240px; height: 240px; }
}


/* ================================================================
   15. MODAL: AUTH — Login / Cadastro (pop-up sobre a página)
================================================================ */

/* Overlay fixo — cobre toda a tela */
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  /* Estado fechado */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.auth-modal--open {
  opacity: 1;
  pointer-events: all;
}

/* Backdrop semi-transparente com blur */
.auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 0, 20, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Card do dialog */
.auth-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid rgba(168, 85, 247, 0.22);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow:
    0 24px 64px rgba(80, 40, 159, 0.22),
    0 4px 16px rgba(0, 0, 0, 0.10);
  /* Entrada animada */
  transform: translateY(20px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.auth-modal--open .auth-modal__dialog {
  transform: translateY(0) scale(1);
}

/* Botão fechar — canto superior direito */
.auth-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.auth-modal__close:hover {
  color: #111827;
  background: #f3f4f6;
}

/* Cabeçalho */
.auth-modal__header {
  margin-bottom: 1.75rem;
}

.auth-modal__title {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.15;
  background: linear-gradient(to right, #FF0099, #a855f7, #00C4CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.375rem;
}

.auth-modal__description {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.5;
}

/* Form */
.auth-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.auth-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

/* Campos exclusivos do modo cadastro — ocultos por padrão */
.auth-modal__field--signup-only {
  display: none;
}

.auth-modal--signup .auth-modal__field--signup-only {
  display: flex;
}

.auth-modal__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

.auth-modal__input,
.auth-modal__select {
  width: 100%;
  padding: 0.6875rem 0.875rem;
  border: 1.5px solid rgba(168, 85, 247, 0.28);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #111827;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.auth-modal__input:focus,
.auth-modal__select:focus {
  border-color: #a855f7;
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.12);
}

.auth-modal__input::placeholder {
  color: #9ca3af;
}

/* Select: chevron customizado */
.auth-modal__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.auth-modal__select option {
  color: #111827;
  background: #fff;
}

/* Botão submit gradiente */
.auth-modal__submit {
  width: 100%;
  padding: 0.9375rem;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right, #FF0099, #a855f7, #00C4CC);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 0.25rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.auth-modal__submit:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* Mensagem de erro inline — injetada pelo JS após falha no fetch */
.auth-modal__error {
  font-size: 0.875rem;
  font-weight: 600;
  color: #D93025;
  background: rgba(217, 48, 37, 0.08);
  border: 1px solid rgba(217, 48, 37, 0.20);
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  text-align: center;
}

/* Toggle login ↔ cadastro */
.auth-modal__toggle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.auth-modal__toggle-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: #a855f7;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.auth-modal__toggle-btn:hover {
  color: #7c3aed;
}

/* Mobile: reduz padding do dialog */
@media (max-width: 540px) {
  .auth-modal__dialog {
    padding: 1.75rem 1.5rem;
    border-radius: 16px;
  }

  .auth-modal__title {
    font-size: 1.5rem;
  }
}


/* ================================================================
   16. PÁGINA: INFLUENCIADORES
   Estrutura: hero com gradiente + grid de cards com overlap.
   Preparado para: Thymeleaf th:each sobre lista de Influenciador.java
================================================================ */

/* ── Hero background (mais curto que o home — sem 100vh) ── */
.inf-hero-bg {
  background: var(--gradient-hero);
  padding-top: 130px;     /* compensação do header fixo */
  padding-bottom: 9rem;   /* espaço para o overlap dos cards */
  position: relative;
}

/* ── Conteúdo da hero ── */
.inf-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5rem 3.5rem 0;
}

.inf-hero__title {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1rem;
}

.inf-hero__subtitle {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 540px;
  margin-bottom: 2rem;
}

/* ── Barra de busca ── */
.search-bar {
  max-width: 680px;
}

.search-bar__inner {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.40);
  border-radius: 9999px;
  padding: 0.5rem 0.5rem 0.5rem 1.375rem;
  gap: 0.75rem;
}

.search-bar__icon {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.70);
}

.search-bar__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #fff;
  min-width: 0;
}

.search-bar__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

/* Remove o ícone "X" nativo do type=search no webkit */
.search-bar__input::-webkit-search-cancel-button { -webkit-appearance: none; }

.search-bar__btn {
  flex-shrink: 0;
  background: #fff;
  color: #50289F;
  border: none;
  border-radius: 9999px;
  padding: 0.625rem 1.5rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.search-bar__btn:hover {
  background: rgba(255, 255, 255, 0.88);
}

/* ── Seção da grid (fundo claro) ── */
.inf-grid-section {
  background: #F9FAFB;
  padding-bottom: 6rem;
}

.inf-grid-container {
  max-width: 1400px;
  margin: -7rem auto 0;   /* overlap sobre o gradiente do hero */
  padding: 0 3.5rem;
  position: relative;
  z-index: 1;
}

/* Grid: 3 colunas no desktop */
.inf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* ── Card: container glassmorphism ── */
.inf-card {
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.40);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10),
              0 4px 6px -4px rgba(0, 0, 0, 0.10);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.inf-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(-8px);
}

/* ── Card: seção da imagem ── */
.inf-card__img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.inf-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

.inf-card:hover .inf-card__img {
  transform: scale(1.1);
}

/* Overlay gradiente bottom→top */
.inf-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.60), transparent, transparent);
  pointer-events: none;
}

/* Ícones de plataforma — canto superior direito */
.inf-card__platforms {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
}

.inf-card__platform-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

/* Badge "Verificado" — canto superior esquerdo */
.inf-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #3b82f6;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ── Card: seção de conteúdo ── */
.inf-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.inf-card__name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inf-card__category {
  font-size: 1rem;
  color: #9333ea;
  font-weight: 500;
}

/* Stats: seguidores + engagement */
.inf-card__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}

.inf-card__followers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4b5563;
}

.inf-card__trend-icon {
  color: #ec4899;
  flex-shrink: 0;
}

.inf-card__engagement {
  padding: 0.25rem 0.75rem;
  background: linear-gradient(to right, #fce7f3, #f3e8ff);
  border-radius: 9999px;
  color: #7e22ce;
  font-weight: 500;
  font-size: 0.875rem;
  white-space: nowrap;
}

/* CTA: Ver Perfil */
.inf-card__cta {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(to right, #ec4899, #a855f7, #00D9FF);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.inf-card__cta:hover {
  opacity: 0.88;
}

/* Mensagem de sem resultados */
.inf-grid__empty {
  display: none;
  text-align: center;
  padding: 3rem 0;
  font-size: 1.0625rem;
  color: #6b7280;
}

.inf-grid__empty--visible {
  display: block;
}

/* Link ativo na nav */
.header__nav-link--active {
  color: #fff;
  font-weight: 700;
}

/* Utilitário: visível apenas para leitores de tela */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ── Responsividade ── */
@media (max-width: 1024px) {
  .inf-hero {
    padding: 2rem 2rem 0;
  }

  .inf-grid-container {
    padding: 0 2rem;
    margin-top: -6rem;
  }
}

@media (max-width: 768px) {
  .inf-hero-bg {
    padding-bottom: 8rem;
  }

  .inf-hero {
    padding: 1.5rem 1.5rem 0;
  }

  .inf-grid-container {
    padding: 0 1.5rem;
    margin-top: -5rem;
  }

  .inf-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 540px) {
  .inf-hero-bg {
    padding-top: 90px;
    padding-bottom: 6rem;
  }

  .inf-hero__title {
    font-size: 2rem;
  }

  .inf-grid-container {
    padding: 0 1.25rem;
    margin-top: -4rem;
  }

  .inf-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ================================================================
   17. PÁGINA: COMO FUNCIONA
   Estrutura: hero gradiente → steps zigzag → benefits → CTA.
   Preparado para: Thymeleaf injection nos cards de steps e benefits.
================================================================ */

/* ── HERO ── */
.cf-hero-bg {
  background: linear-gradient(to right, #ec4899, #a855f7, #00D9FF);
  padding-top: 130px;    /* compensa header fixo */
  padding-bottom: 12rem; /* espaço generoso para o overlap dos cards */
}

.cf-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 3.5rem 0;
}

.cf-hero__title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.5rem;
}

.cf-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.90);
  max-width: 42rem;
  line-height: 1.6;
}

/* ── STEPS ── */
.cf-steps {
  background: linear-gradient(to bottom, transparent 10rem, #ffffff 10rem);
  margin-top: -10rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.cf-steps__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 3.5rem 0; /* 3rem → primeiro card dentro da zona transparente (0-10rem), hero visível por trás → glassmorphism ativo */
}

.cf-steps__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Card base — fundo branco para todos os passos */
.cf-step {
  max-width: 56rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

/* Passo 01 — glassmorphism: bg-white/60 backdrop-blur-xl border border-white/40
   O card está dentro da zona transparente da seção → backdrop-filter
   blura o gradiente do hero visível por trás, criando o efeito de vidro. */
.cf-step[data-step="1"] {
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-color: rgba(255, 255, 255, 0.40);
}

/* Variante — alinhado à direita (passos ímpares no zero-index: 1, 3) */
.cf-step--alt {
  margin-left: auto;
  margin-right: 0;
}

/* Layout interno */
.cf-step__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 3rem;
}

/* Ícone */
.cf-step__icon-wrap {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.cf-step__icon-wrap--1 { background: linear-gradient(to bottom right, #ec4899, #a855f7); }
.cf-step__icon-wrap--2 { background: linear-gradient(to bottom right, #a855f7, #3b82f6); }
.cf-step__icon-wrap--3 { background: linear-gradient(to bottom right, #3b82f6, #00D9FF); }
.cf-step__icon-wrap--4 { background: linear-gradient(to bottom right, #00D9FF, #ec4899); }

/* Conteúdo */
.cf-step__content {
  flex: 1;
}

/* Badge "Passo 0X" */
.cf-step__badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.cf-step__badge--1 { background: linear-gradient(to right, #ec4899, #a855f7); }
.cf-step__badge--2 { background: linear-gradient(to right, #a855f7, #3b82f6); }
.cf-step__badge--3 { background: linear-gradient(to right, #3b82f6, #00D9FF); }
.cf-step__badge--4 { background: linear-gradient(to right, #00D9FF, #ec4899); }

.cf-step__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.cf-step__desc {
  font-size: 1.0625rem;
  color: #4b5563;
  line-height: 1.7;
}

/* ── BENEFITS ── */
.cf-benefits {
  background: linear-gradient(to bottom right, #fdf2f8, #faf5ff, #ecfeff);
  padding: 5rem 0;
}

.cf-benefits__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

.cf-benefits__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin-bottom: 1rem;
}

.cf-benefits__subtitle {
  font-size: 1.125rem;
  color: #4b5563;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 4rem;
  line-height: 1.6;
}

.cf-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.cf-benefit {
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.40);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.cf-benefit:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
  transform: translateY(-4px);
}

.cf-benefit__icon-wrap {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(to bottom right, #ec4899, #a855f7, #00D9FF);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cf-benefit__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}

.cf-benefit__desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
}

/* ── CTA ── */
.cf-cta {
  background: #ffffff;
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.cf-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ec4899, #a855f7, #00D9FF);
  opacity: 0.10;
  pointer-events: none;
}

.cf-cta__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.5rem;
  text-align: center;
}

.cf-cta__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
}

.cf-cta__desc {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

.cf-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.btn--cf-primary {
  display: inline-block;
  background: linear-gradient(to right, #ec4899, #a855f7, #00D9FF);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.btn--cf-primary:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.btn--cf-secondary {
  display: inline-block;
  background: #fff;
  border: 2px solid #a855f7;
  color: #9333ea;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.btn--cf-secondary:hover {
  background: #faf5ff;
  transform: translateY(-2px);
}

/* ── RESPONSIVIDADE ── */

/* Steps: 1 coluna, sem zigzag em telas menores */
@media (max-width: 1023px) {
  .cf-step,
  .cf-step--alt {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cf-hero {
    padding: 2rem 1.5rem 0;
  }

  .cf-steps__inner {
    padding: 3rem 1.5rem 0;
  }

  .cf-step__inner {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }

  .cf-step__icon-wrap {
    width: 6rem;
    height: 6rem;
  }

  .cf-step__icon-wrap svg {
    width: 40px;
    height: 40px;
  }

  .cf-benefits__inner {
    padding: 0 1.5rem;
  }

  .cf-benefits__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .cf-cta__inner {
    padding: 0 1.5rem;
  }
}

@media (max-width: 480px) {
  .cf-hero-bg {
    padding-top: 90px;
    padding-bottom: 8rem;
  }

  .cf-steps {
    background: linear-gradient(to bottom, transparent 5rem, #ffffff 5rem);
    margin-top: -5rem;
  }

  .cf-steps__inner {
    padding-top: 7rem; /* 5rem transparente + 2rem de respiro → cards sobre branco */
  }
}


/* ================================================================
   18. PÁGINA: SOU INFLUENCIADOR
   Landing page focada no criador de conteúdo.
   Namespace: .si-*
   Preparado para: Thymeleaf injection via data-step-id, data-benefit-id,
   data-stat-id — bind futuro com entidades Java Creator.
================================================================ */

/* ── Hero Background ── */
.si-hero-bg {
  background: var(--gradient-hero-diagonal-reverse);
  padding-top: 130px;    /* compensa o header fixo de 130px de altura */
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Reflexo decorativo — profundidade visual no hero */
.si-hero-bg::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.si-hero-bg::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 196, 204, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Hero: single-column centralizado ── */
.si-hero {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 5rem var(--container-x) 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Eyebrow: pill com borda glass */
.si-hero__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-full);
  padding: 0.4375rem 1.125rem;
  margin-bottom: 1.75rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.si-hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--fw-extrabold);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

.si-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.1875rem);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 2.5rem;
}

/* CTA group — botões centralizados */
.si-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.si-hero__btn-primary {
  min-width: 220px;
}

/* Indicadores de confiança — linha de checkmarks */
.si-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.si-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: var(--fw-semibold);
  color: rgba(255, 255, 255, 0.75);
}

.si-hero__trust-item svg {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.90);
}


/* ── Steps: Como Funciona ── */
.si-steps {
  background: #ffffff;
  padding: 7rem 0;
}

.si-steps__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

.si-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
  list-style: none;
  padding: 0;
}

/* Card de passo */
.si-step {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.25s ease;
}

.si-step:hover {
  box-shadow: 0 16px 40px rgba(80, 40, 159, 0.10);
  transform: translateY(-4px);
}

/* Número do passo — subtitulo pequeno cinza */
.si-step__number {
  font-size: 0.75rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.10em;
  color: rgba(80, 40, 159, 0.40);
  text-transform: uppercase;
}

/* Ícone: squircle com gradiente próprio por passo */
.si-step__icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.si-step__icon-wrap--1 { background: linear-gradient(135deg, #FF0099, #a855f7); }
.si-step__icon-wrap--2 { background: linear-gradient(135deg, #a855f7, #7B3FD4); }
.si-step__icon-wrap--3 { background: linear-gradient(135deg, #7B3FD4, #00C4CC); }
.si-step__icon-wrap--4 { background: linear-gradient(135deg, #00C4CC, #1188CC); }

.si-step__title {
  font-size: 1.0625rem;
  font-weight: var(--fw-bold);
  color: #111827;
  line-height: 1.3;
}

.si-step__desc {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.65;
  flex: 1;
}


/* ── Benefits: Benefícios do Criador ── */
.si-benefits {
  background: #f9fafb;
  padding: 7rem 0;
}

.si-benefits__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

.si-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

/* Card de benefício */
.si-benefit {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, transform 0.25s ease;
}

.si-benefit:hover {
  box-shadow: 0 20px 40px rgba(80, 40, 159, 0.10);
  transform: translateY(-4px);
}

.si-benefit__icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #FF00FF, #a855f7, #00D9FF);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.si-benefit__title {
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  color: #111827;
}

.si-benefit__desc {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.65;
}


/* ── Stats Strip ── */
.si-stats {
  background: #ffffff;
  padding: 5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.si-stats__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.si-stat__number {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: var(--fw-extrabold);
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 0.625rem;
}

.si-stat__label {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.55;
  font-weight: var(--fw-semibold);
}


/* ── CTA Final ── */
.si-cta-final {
  background: var(--gradient-hero-diagonal);
  padding: 8rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Reflexo decorativo */
.si-cta-final::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.si-cta-final__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

.si-cta-final__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: 1.5rem;
}

.si-cta-final__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: var(--fw-extrabold);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.si-cta-final__desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  margin-bottom: 2.5rem;
}

.si-cta-final__btn {
  min-width: 260px;
}


/* ── Responsividade ── */

@media (max-width: 1024px) {
  .si-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .si-hero {
    padding: 4rem 1.5rem 2rem;
  }

  .si-hero-bg {
    padding-bottom: 5rem;
  }

  .si-hero__cta-group {
    flex-direction: column;
    align-items: center;
  }

  .si-hero__trust {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .si-steps {
    padding: 5rem 0;
  }

  .si-steps__inner,
  .si-benefits__inner {
    padding: 0 1.5rem;
  }

  .si-benefits {
    padding: 5rem 0;
  }

  .si-benefits__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .si-stats {
    padding: 4rem 0;
  }

  .si-stats__inner {
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .si-cta-final {
    padding: 6rem 0;
  }

  .si-cta-final__inner {
    padding: 0 1.5rem;
  }
}

@media (max-width: 540px) {
  .si-hero-bg {
    padding-top: 90px;  /* header menor em mobile */
  }

  .si-steps__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ================================================================
   19. PRICING — já existente acima
   20. PERFIL — Vitrine pública do criador / empresário
       Design: Liquid Glass sobre fundo escuro (#0a0014)
       Namespace: .perfil__* | Utilitária: .glass / .glass--card
================================================================ */

/* ── Utilitária global: Liquid Glass ──────────────────────────── */
.glass {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.glass--card {
  border-radius: 20px;
  padding: 2rem;
}

.glass--interactive {
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.glass--interactive:hover {
  background: rgba(255, 255, 255, 0.11);
  box-shadow:
    0 16px 56px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

/* ── Página — wrapper global ───────────────────────────────────── */
.perfil-page {
  min-height: 100vh;
  background: #0a0014;  /* mesmo body */
  color: #ffffff;
}

/* ── Skeleton de carregamento ──────────────────────────────────── */
.perfil-skeleton {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 160px 2rem 4rem;
}

.perfil-skeleton__block {
  height: 200px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.05) 25%,
    rgba(255,255,255,0.10) 50%,
    rgba(255,255,255,0.05) 75%
  );
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.6s infinite linear;
}

.perfil-skeleton__block--short { height: 100px; }
.perfil-skeleton__block--tall  { height: 320px; }

@keyframes skeleton-shimmer {
  0%   { background-position:  200% 0; }
  100% { background-position: -200% 0; }
}

/* ── Container interno ─────────────────────────────────────────── */
.perfil-content {
  display: none;  /* JS muda para block após fetch */
  max-width: 1100px;
  margin: 0 auto;
  padding: 160px 2rem 6rem;
}

/* ── HERO ───────────────────────────────────────────────────────── */
.perfil__hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
}

/* Avatar com ring gradiente */
.perfil__avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.perfil__avatar-ring {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #FF0099, #50289F, #00C4CC);
  flex-shrink: 0;
}

.perfil__avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
  display: block;
}

/* Fallback: inicial do nome quando sem foto */
.perfil__avatar-fallback {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #50289F, #00C4CC);
  color: #fff;
  letter-spacing: -0.02em;
}

/* ── Avatar upload overlay (dono do perfil) ─────────────────────────────── */

/* O wrap já tem position:relative — o botão fica sobre o círculo */
.perfil__avatar-upload-btn {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: transparent;
  font-size: 0.6875rem;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
  z-index: 2;
  /* Inicialmente invisível — JS mostra via classe */
  opacity: 0;
  pointer-events: none;
}

.perfil__avatar-wrap--owner .perfil__avatar-upload-btn {
  opacity: 0;
  pointer-events: auto;
}

.perfil__avatar-wrap--owner:hover .perfil__avatar-upload-btn,
.perfil__avatar-wrap--owner:focus-within .perfil__avatar-upload-btn {
  opacity: 1;
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
}

/* Mobile: sempre visível com fundo mais sutil */
@media (hover: none) {
  .perfil__avatar-wrap--owner .perfil__avatar-upload-btn {
    opacity: 1;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
  }
}

/* Estado de carregando: spinner gira sobre o avatar */
.perfil__avatar-wrap--loading .perfil__avatar-upload-btn {
  opacity: 1 !important;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.perfil__avatar-wrap--loading .perfil__avatar-upload-btn svg {
  animation: avatar-spin 0.8s linear infinite;
}

@keyframes avatar-spin {
  to { transform: rotate(360deg); }
}

.perfil__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.perfil__nome {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.perfil__badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.perfil__badge-nicho {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.875rem;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, rgba(80,40,159,0.6), rgba(0,196,204,0.4));
  border: 1px solid rgba(0, 196, 204, 0.35);
  color: #a5f3f5;
  text-transform: capitalize;
}

.perfil__badge-tipo {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.875rem;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}

.perfil__localizacao {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
}

.perfil__localizacao svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.perfil__social-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.perfil__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  transition: background 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

.perfil__social-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.perfil__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 0.5rem;
}

/* ── MÉTRICAS ────────────────────────────────────────────────────── */
.perfil__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.perfil__metric {
  text-align: center;
  padding: 2rem 1.5rem;
}

.perfil__metric-value {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-radius: -0.03em;
  background: linear-gradient(135deg, #c084fc, #00C4CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.perfil__metric-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* ── BIO ─────────────────────────────────────────────────────────── */
.perfil__bio-section {
  margin-bottom: 2rem;
}

.perfil__section-title {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.perfil__bio-text {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.75;
}

/* ── PACOTES ─────────────────────────────────────────────────────── */
.perfil__packages {
  margin-bottom: 2rem;
}

.perfil__packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pkg-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pkg-card__accent {
  height: 4px;
  width: 100%;
}

.pkg-card__accent--basico  { background: linear-gradient(90deg, #a78bfa, #c084fc); }
.pkg-card__accent--padrao  { background: linear-gradient(90deg, #FF0099, #50289F, #00C4CC); height: 5px; }
.pkg-card__accent--premium { background: linear-gradient(90deg, #00C4CC, #0ea5e9); }

.pkg-card__body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.875rem;
}

.pkg-card__name {
  font-size: 1.0625rem;
  font-weight: 800;
  color: #ffffff;
}

.pkg-card--featured .pkg-card__name {
  background: linear-gradient(90deg, #c084fc, #00C4CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pkg-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}

.pkg-card__currency {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}

.pkg-card__amount {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pkg-card__period {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
}

.pkg-card__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
  margin: 0;
}

.pkg-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.pkg-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.70);
  line-height: 1.4;
}

.pkg-card__check {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #00C4CC;
}

.pkg-card__cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.85);
}

.pkg-card__cta:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.30);
}

.pkg-card--featured .pkg-card__cta {
  background: linear-gradient(135deg, #50289F, #00C4CC);
  border-color: transparent;
  color: #fff;
}

.pkg-card--featured .pkg-card__cta:hover {
  opacity: 0.88;
}

/* ── PORTFÓLIO ───────────────────────────────────────────────────── */
.perfil__portfolio {
  margin-bottom: 2rem;
}

.perfil__portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.portfolio-card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.portfolio-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.portfolio-card:hover .portfolio-card__img {
  transform: scale(1.05);
}

.portfolio-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,0,20,0.85) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.portfolio-card:hover .portfolio-card__overlay {
  opacity: 1;
}

.portfolio-card__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}

/* Placeholder quando sem imagem */
.portfolio-card--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-card--placeholder svg {
  opacity: 0.25;
}

/* ── MÍDIA KIT ────────────────────────────────────────────────────── */
.perfil__media-kit {
  display: none;  /* JS mostra se midiaKitUrl existir */
  margin-bottom: 2rem;
}

.perfil__media-kit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.perfil__media-kit-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.perfil__media-kit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #50289F, #00C4CC);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.perfil__media-kit-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.perfil__media-kit-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ── Erro de carregamento ──────────────────────────────────────── */
.perfil-error {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.perfil-error__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

/* ──────────────────────────────────────────────────────────────────
   Responsividade: Perfil
────────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .perfil__packages-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  /* Premium vai para linha própria */
  .pkg-card:last-child {
    grid-column: 1 / -1;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .perfil-content {
    padding: 140px 1.25rem 4rem;
  }

  .perfil__hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.75rem;
  }

  .perfil__avatar-wrap {
    display: flex;
    justify-content: center;
  }

  .perfil__badge-row,
  .perfil__social-row,
  .perfil__cta-row {
    justify-content: center;
  }

  .perfil__localizacao {
    justify-content: center;
  }

  .perfil__metrics {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  .perfil__packages-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }

  /* Reset override do último card */
  .pkg-card:last-child {
    grid-column: unset;
    max-width: unset;
    margin: unset;
  }
}

@media (max-width: 480px) {
  .perfil__portfolio-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 0 auto;
  }

  .perfil__avatar-ring {
    width: 120px;
    height: 120px;
  }
}


/* ================================================================
   19. PRICING — Planos que crescem com você
       Namespace: .pricing__* / .plan__*
       Inserido entre .pilares (#fff) e .faq (#F9F9F9)
       → fundo #F9FAFB (alternância correta)
================================================================ */

/* ── Seção ── */
.pricing {
  background: #F9FAFB;
  padding: 8rem 0 7rem;
}

.pricing__inner {
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── Cabeçalho ── */
.pricing__header {
  text-align: center;
  margin-bottom: 4rem;
}

.pricing__eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary, #50289F);
  background: rgba(80, 40, 159, 0.08);
  padding: 0.375rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.pricing__title {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #0f0520;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.pricing__subtitle {
  font-size: 1.0625rem;
  color: #5a5472;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto;
}

/* ── Grid ── */
.pricing__grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr 1fr;
  gap: 1.5rem;
  align-items: end;
}

/* ── Card base ── */
.plan {
  background: #ffffff;
  border: 1px solid rgba(80, 40, 159, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.plan:hover {
  box-shadow: 0 12px 40px rgba(80, 40, 159, 0.12);
  transform: translateY(-4px);
}

/* ── Card destacado (Padrão) ── */
.plan--featured {
  border-color: transparent;
  box-shadow: 0 20px 60px rgba(80, 40, 159, 0.18);
  transform: translateY(-12px);
  position: relative;
}

.plan--featured:hover {
  box-shadow: 0 28px 72px rgba(80, 40, 159, 0.26);
  transform: translateY(-16px);
}

/* ── Acento superior colorido ── */
.plan__top-accent {
  height: 4px;
  width: 100%;
  flex-shrink: 0;
}

.plan__top-accent--basico {
  background: linear-gradient(90deg, #a78bfa, #c084fc);
}

.plan__top-accent--featured {
  background: var(--gradient-hero-diagonal, linear-gradient(135deg, #FF0099, #50289F, #00C4CC));
  height: 5px;
}

.plan__top-accent--premium {
  background: linear-gradient(90deg, #00C4CC, #0ea5e9);
}

/* ── Corpo do card ── */
.plan__body {
  padding: 2rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── Nome e badge ── */
.plan__name-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}

.plan__name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f0520;
  line-height: 1;
}

.plan__tagline {
  width: 100%;
  font-size: 0.875rem;
  color: #7c6e9a;
  margin-top: 0.25rem;
  line-height: 1.4;
}

.plan__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.75rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--gradient-hero-diagonal, linear-gradient(135deg, #FF0099, #50289F, #00C4CC));
  color: #ffffff;
  white-space: nowrap;
}

/* ── Preço ── */
.plan__price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 1.75rem;
}

.plan__price-currency {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f0520;
  line-height: 1;
}

.plan__price-amount {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #0f0520;
  line-height: 1;
  letter-spacing: -0.03em;
}

.plan__price-period {
  font-size: 0.9375rem;
  color: #7c6e9a;
  font-weight: 500;
}

/* ── CTA button ── */
.plan__cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.875rem 1.5rem;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  transition: all 0.2s ease;
  margin-bottom: 2rem;
  cursor: pointer;
}

/* Outline para Básico e Premium */
.plan__cta--outline {
  background: transparent;
  border: 2px solid rgba(80, 40, 159, 0.35);
  color: var(--color-primary, #50289F);
}

.plan__cta--outline:hover {
  border-color: var(--color-primary, #50289F);
  background: rgba(80, 40, 159, 0.06);
}

/* btn--gradient já existe globalmente — funciona direto no Padrão */

/* ── Lista de features ── */
.plan__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.plan__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: #3d3358;
  line-height: 1.45;
}

.plan__feature--highlight {
  font-weight: 700;
  color: #0f0520;
}

.plan__check {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--color-primary, #50289F);
}

/* Checkmark do card featured em ciano */
.plan--featured .plan__check {
  color: var(--color-secondary, #00C4CC);
}

/* ── Nota de rodapé ── */
.pricing__footnote {
  text-align: center;
  font-size: 0.8125rem;
  color: #9589b0;
  margin-top: 3rem;
  line-height: 1.6;
}

/* ──────────────────────────────────────────────
   Responsividade: Pricing
────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .pricing__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  /* Premium vai para segunda linha, ocupando coluna inteira centrada */
  .plan:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  /* Remove elevação do featured em tablet — todos na mesma base */
  .plan--featured {
    transform: none;
  }

  .plan--featured:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  .pricing {
    padding: 5rem 0 4.5rem;
  }

  .pricing__grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
    gap: 1.25rem;
  }

  /* Featured sobe para o topo em mobile */
  .plan--featured {
    order: -1;
    transform: none;
  }

  .plan--featured:hover {
    transform: translateY(-4px);
  }

  /* Remove override de max-width do último card em mobile */
  .plan:last-child {
    grid-column: unset;
    max-width: unset;
    margin: unset;
  }
}
