/*
 * Tema global: fundo preto absoluto (#000) em toda a plataforma.
 * Texto claro + bordas discretas + accent #e11d48.
 */
:root {
  --background: 0 0% 0%;
  --foreground: 0 0% 98%;
  --card: 0 0% 0%;
  --card-foreground: 0 0% 98%;
  --popover: 0 0% 0%;
  --popover-foreground: 0 0% 98%;
  --primary: 0 0% 98%;
  --primary-foreground: 0 0% 0%;
  --secondary: 0 0% 0%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 7%;
  --muted-foreground: 0 0% 58%;
  --accent: 347 77% 49%;
  --accent-foreground: 0 0% 100%;
  --destructive: 347 77% 49%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 16%;
  --input: 0 0% 18%;
  --ring: 347 77% 49%;
  --cta: 347 77% 49%;
  --cta-foreground: 0 0% 100%;
  --cta-hover: 347 77% 40%;
  --surface-dark: 0 0% 0%;
  --surface-dark-foreground: 0 0% 98%;
}

html {
  background-color: #000000;
  color-scheme: dark;
}

body {
  background-color: #000000 !important;
  color: hsl(var(--foreground));
}

/* Contadores da lista “problema”: não usar bolinha “clara” herdada do foreground */
.badge-counter {
  background-color: #e11d48 !important;
  color: #ffffff !important;
}

/* Chips / pills: leve relevo no preto absoluto */
main .rounded-full.border.border-border.bg-background {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Bloco “Método exclusivo”: destaque editorial, sem pills genéricas */
.p6-method-spotlight {
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(225, 29, 72, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 42%),
    hsl(0 0% 0%);
  position: relative;
  overflow: hidden;
}

.p6-method-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      hsl(var(--foreground) / 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, hsl(var(--foreground) / 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.35;
  pointer-events: none;
}

.p6-method-spotlight__inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 0.25rem;
}

.p6-method-spotlight__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e11d48;
  margin-bottom: 1rem;
}

.p6-method-spotlight__title {
  font-size: clamp(1.5rem, 4.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.5rem;
}

.p6-method-spotlight__accent {
  display: inline;
  color: #e11d48;
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(225, 29, 72, 0.55);
}

.p6-method-spotlight__body {
  text-align: left;
  max-width: 36rem;
  margin: 0 auto;
  font-size: clamp(0.95rem, 2.1vw, 1.08rem);
  line-height: 1.65;
}

.p6-method-spotlight__body p {
  margin: 0 0 1rem;
}

.p6-method-spotlight__body p:last-child {
  margin-bottom: 0;
}

/* Hero: blur no vídeo parado + overlay play */
.p6-hero-video-shell {
  --p6-hero-blur: 14px;
}

.p6-hero-video {
  transition: filter 0.45s ease, transform 0.45s ease;
}

.p6-hero-video-shell.is-paused .p6-hero-video {
  filter: blur(var(--p6-hero-blur));
  transform: scale(1.04);
}

.p6-hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.p6-hero-video-shell.is-playing .p6-hero-video-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p6-hero-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 9999px;
  border: 3px solid #fff;
  background: rgba(225, 29, 72, 0.92);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.p6-hero-play:hover {
  transform: scale(1.06);
  background: #e11d48;
  box-shadow: 0 16px 48px rgba(225, 29, 72, 0.45);
}

.p6-hero-play:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.p6-hero-play__icon {
  width: 2rem;
  height: 2rem;
  margin-left: 0.2rem;
}

@media (prefers-reduced-motion: reduce) {
  .p6-hero-video {
    transition: none;
  }

  .p6-hero-video-shell {
    --p6-hero-blur: 6px;
  }

  .p6-hero-video-overlay,
  .p6-hero-play {
    transition: none;
  }
}

/* Carrossel: área fixa; imagem inteira (contain), só encolhe, sem crop */
.p6-feedback-carousel {
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.p6-feedback-carousel__viewport {
  position: relative;
  width: 100%;
  max-width: 20rem;
  height: min(72vh, 520px);
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #000000;
  border-radius: 0.5rem;
}

.p6-feedback-carousel--wide .p6-feedback-carousel__viewport {
  max-width: 42rem;
  height: min(52vh, 420px);
  min-height: 260px;
}

.p6-feedback-carousel__slides {
  position: absolute;
  inset: 0;
}

.p6-feedback-carousel__slides img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  pointer-events: none;
}

.p6-feedback-carousel__slides img.is-active {
  opacity: 1;
}

/* Card Gateway: preto absoluto (#000000), sem branco */
.p6-gateway-card {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.5rem 1.35rem;
  margin-bottom: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p6-gateway-card {
    padding: 1.75rem 1.75rem;
  }
}

.p6-gateway-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #e11d48, rgba(225, 29, 72, 0.35));
  border-radius: 1rem 0 0 1rem;
}

.p6-gateway-card__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e11d48;
  margin-bottom: 0.5rem;
  padding-left: 0.35rem;
}

.p6-gateway-card__title {
  font-size: clamp(1.15rem, 3.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 0.65rem;
  padding-left: 0.35rem;
  letter-spacing: -0.02em;
}

.p6-gateway-card__text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  padding-left: 0.35rem;
  margin: 0;
}

/* Histórias reais: carrossel horizontal em grade (2 mobile, 3 desktop), fundo #000 */
.p6-stories-marquee {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.p6-stories-marquee__viewport {
  overflow: hidden;
  width: 100%;
  background: #000000;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.p6-stories-marquee__track {
  display: flex;
  width: max-content;
  animation: p6-stories-marquee-x 42s linear infinite;
  will-change: transform;
}

.p6-stories-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 0.625rem;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .p6-stories-marquee__group {
    gap: 0.75rem;
    padding: 0.85rem;
  }
}

.p6-stories-marquee__cell {
  flex: 0 0 auto;
  width: calc(50vw - 2.25rem);
  max-width: 300px;
  height: min(44vh, 340px);
  background: #000000;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .p6-stories-marquee__cell {
    width: calc((100vw - 6rem) / 3 - 0.6rem);
    max-width: 340px;
    height: min(46vh, 360px);
  }
}

.p6-stories-marquee__cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

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

@media (prefers-reduced-motion: reduce) {
  .p6-stories-marquee__track {
    animation: none;
  }
}

/* ========== : fundo preto + card premium (preto / branco / #e11d48) ========== */
.p6-invest-section {
  background: #000;
  color: #fff;
  position: relative;
}

.p6-invest-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(225, 29, 72, 0.22), transparent 55%);
}

.p6-invest-wrap {
  position: relative;
  z-index: 1;
}

.p6-invest-header {
  margin-bottom: 1.75rem;
}

.p6-invest-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.75rem;
}

.p6-invest-heading {
  font-size: clamp(1.5rem, 4.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.65rem;
}

.p6-invest-sub {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.52);
  max-width: 28rem;
  margin: 0 auto;
}

/* Toggle mensal / trimestral, sobre fundo preto */
.p6-plan-segment {
  display: flex;
  justify-content: center;
  padding: 5px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 auto 1.5rem;
  max-width: 22rem;
  width: 100%;
}

.p6-plan-segment--dark {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
}

.p6-plan-segment button {
  flex: 1;
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.2s, background 0.2s, box-shadow 0.25s;
}

.p6-plan-segment button:hover {
  color: rgba(255, 255, 255, 0.85);
}

.p6-plan-segment button[aria-selected="true"] {
  background: #e11d48;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 8px 28px rgba(225, 29, 72, 0.45);
}

.p6-plan-segment button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Card escuro + brilho superior #e11d48 */
.p6-plan-card--dark {
  position: relative;
  border-radius: 1.75rem;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
  text-align: left;
}

.p6-plan-card__glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 140px;
  pointer-events: none;
  background: radial-gradient(
    ellipse 65% 100% at 50% 0%,
    rgba(225, 29, 72, 0.55) 0%,
    rgba(225, 29, 72, 0.12) 45%,
    transparent 72%
  );
  opacity: 0.95;
}

.p6-plan-card__body {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.5rem 1.85rem;
}

@media (min-width: 768px) {
  .p6-plan-card__body {
    padding: 2rem 2rem 2.1rem;
  }
}

.p6-plan-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .p6-plan-card__title {
    font-size: 1.5rem;
  }
}

.p6-plan-card__desc {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.35rem;
}

.p6-plan-price__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.25rem;
}

.p6-plan-price__row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}

.p6-plan-price__value {
  font-size: clamp(2.25rem, 7vw, 3rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.p6-plan-price__cycle {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.p6-plan-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1.35rem 0 1.25rem;
}

.p6-plan-features-heading {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.85rem;
}

.p6-plan-features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.p6-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.p6-plan-features__icon {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #e11d48;
}

/* CTA branco (contraste premium) */
.p6-plan-cta {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.25rem;
  border-radius: 9999px;
  background: #fff;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 24px rgba(255, 255, 255, 0.12);
}

.p6-plan-cta:hover {
  transform: translateY(-1px);
  background: #fafafa;
  box-shadow: 0 8px 32px rgba(225, 29, 72, 0.25), 0 0 0 1px rgba(225, 29, 72, 0.35);
}

.p6-plan-cta:focus-visible {
  outline: 2px solid #e11d48;
  outline-offset: 3px;
}

.p6-plan-cta__spark {
  flex-shrink: 0;
  opacity: 0.85;
}

.p6-plan-footnote {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
}

.p6-plan-stack [hidden] {
  display: none !important;
}

/* Rodapé da seção  */
.p6-invest-footer {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.p6-invest-footer__tag {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0.5rem;
}

.p6-invest-footer__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.p6-invest-footer__text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  max-width: 22rem;
  margin: 0 auto;
}

.p6-invest-footer__muted {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.p6-invest-footer__emph {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

.p6-invest-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 9999px;
  border: 2px solid #e11d48;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.p6-invest-footer-cta:hover {
  background: #e11d48;
  color: #fff;
  transform: translateY(-1px);
}

.p6-invest-footer-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* FAB Discord: alinhado à paleta (preto + #e11d48) */
.p6-discord-fab {
  background: #000000 !important;
  border: 2px solid #e11d48;
  color: #ffffff;
}

.p6-discord-fab:hover {
  background: #e11d48 !important;
  border-color: #000000;
  color: #ffffff;
}

.p6-discord-fab__img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  flex-shrink: 0;
}

.p6-discord-fab:hover .p6-discord-fab__img {
  filter: brightness(1.15);
}

/* Carrossel wide: largura real do container */
.p6-feedback-carousel.p6-feedback-carousel--wide {
  max-width: 42rem;
  width: 100%;
}

/* Depoimentos: só a arte, zero caixa preta (viewport e slides transparentes) */
.p6-feedback-carousel--raw .p6-feedback-carousel__viewport {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 42rem;
}

.p6-feedback-carousel--raw .p6-feedback-carousel__slides {
  background: transparent !important;
}

.p6-feedback-carousel--raw .p6-feedback-carousel__slides img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.p6-feedback-carousel--raw:not(.p6-feedback-carousel--wide) .p6-feedback-carousel__viewport {
  max-width: 20rem;
}

@media (min-width: 768px) {
  .p6-feedback-carousel--raw.p6-feedback-carousel--wide .p6-feedback-carousel__viewport {
    height: min(58vh, 480px);
    min-height: 300px;
  }
}

/* Histórias reais: strip sem card, só imagens deslizando */
.p6-stories-marquee--plain .p6-stories-marquee__viewport {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.p6-stories-marquee--plain .p6-stories-marquee__group {
  padding: 0;
  gap: 0.5rem;
}

.p6-stories-marquee--plain .p6-stories-marquee__cell {
  background: transparent;
  border-radius: 0;
  height: auto;
  min-height: min(44vh, 320px);
  max-height: 360px;
}

.p6-stories-marquee--plain .p6-stories-marquee__cell img {
  max-height: min(44vh, 340px);
  width: auto;
  object-fit: contain;
}

/* Blocos editoriais (Seja sincero / O que é P6 / networking) */
.p6-section-editorial {
  position: relative;
  overflow: hidden;
}

.p6-section-editorial--secondary {
  background:
    radial-gradient(ellipse 90% 60% at 20% 0%, rgba(225, 29, 72, 0.08), transparent 50%),
    hsl(var(--background));
}

.p6-section-editorial--operar {
  background:
    radial-gradient(ellipse 70% 45% at 50% 100%, rgba(225, 29, 72, 0.07), transparent 50%),
    hsl(var(--background));
}

.p6-section-editorial--operar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: linear-gradient(hsl(var(--foreground) / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, hsl(var(--foreground) / 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.p6-section-editorial--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image: linear-gradient(hsl(var(--foreground) / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, hsl(var(--foreground) / 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
}

.p6-section-editorial--dark {
  background:
    radial-gradient(ellipse 100% 70% at 80% 10%, rgba(225, 29, 72, 0.14), transparent 55%),
    #000000;
}

.p6-section-editorial--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.p6-section-editorial__inner {
  position: relative;
  z-index: 1;
}

.p6-section-editorial__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e11d48;
  margin-bottom: 1rem;
}

.p6-section-editorial__eyebrow--on-dark {
  color: rgba(225, 29, 72, 0.95);
}

.p6-section-editorial__title {
  font-size: clamp(1.65rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.p6-section-editorial__lead {
  font-size: clamp(1.05rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 2rem;
  opacity: 0.92;
}

.p6-problem-stack .flex {
  padding: 0.85rem 0;
  border-bottom: 1px solid hsl(var(--border) / 0.35);
}

.p6-problem-stack .flex:last-child {
  border-bottom: none;
}

/* Órbita P6 */
.p6-orbit-wrap {
  min-height: 280px;
}

.p6-orbit-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
  max-width: 7.5rem;
}

@media (min-width: 768px) {
  .p6-orbit-node {
    max-width: 9rem;
    gap: 0.5rem;
  }
}

/* Quadrado com ícone SVG real (estilo Lucide), não placeholder em texto */
.p6-orbit-chip {
  width: 2.65rem;
  height: 2.65rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e11d48;
  background: rgba(225, 29, 72, 0.12);
  border: 1px dashed rgba(225, 29, 72, 0.4);
}

@media (min-width: 768px) {
  .p6-orbit-chip {
    width: 2.85rem;
    height: 2.85rem;
  }
}

.p6-orbit-chip__svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

@media (min-width: 768px) {
  .p6-orbit-chip__svg {
    width: 1.45rem;
    height: 1.45rem;
  }
}

.p6-orbit-label {
  display: block;
  font-size: clamp(0.68rem, 2.4vw, 0.88rem);
  font-weight: 700;
  line-height: 1.2;
  color: hsl(var(--foreground));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

/* Rotação da órbita (keyframes locais: não depende do Tailwind gerar spin_38s) */
.p6-orbit-spin {
  z-index: 1;
  animation: p6-orbit-rotate 32s linear infinite;
  will-change: transform;
}

.p6-orbit-spin-reverse {
  animation: p6-orbit-rotate-reverse 32s linear infinite;
  will-change: transform;
}

@keyframes p6-orbit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes p6-orbit-rotate-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* Scroll reveal: O que você desbloqueia */
.p6-reveal-section .p6-reveal,
.p6-reveal-section .p6-gateway-card,
.p6-reveal-section .p6-benefit-list .p6-benefit-row {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.p6-reveal-section.is-visible .p6-reveal,
.p6-reveal-section.is-visible .p6-gateway-card {
  opacity: 1;
  transform: none;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row {
  opacity: 1;
  transform: none;
}

.p6-reveal-section.is-visible .p6-gateway-card {
  transition-delay: 0.07s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(1) {
  transition-delay: 0.1s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(2) {
  transition-delay: 0.14s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(3) {
  transition-delay: 0.18s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(4) {
  transition-delay: 0.22s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(5) {
  transition-delay: 0.26s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(6) {
  transition-delay: 0.3s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(7) {
  transition-delay: 0.34s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(8) {
  transition-delay: 0.38s;
}

.p6-reveal-section.is-visible .p6-benefit-list .p6-benefit-row:nth-child(9) {
  transition-delay: 0.42s;
}

@media (prefers-reduced-motion: reduce) {
  .p6-reveal-section .p6-reveal,
  .p6-reveal-section .p6-gateway-card,
  .p6-reveal-section .p6-benefit-list .p6-benefit-row {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Citação “tentando / fazendo” */
.p6-pull-quote {
  max-width: 26rem;
  padding: 1.35rem 1.5rem;
  border-left: 4px solid #e11d48;
  background: linear-gradient(105deg, rgba(225, 29, 72, 0.1), transparent 55%);
  border-radius: 0 0.75rem 0.75rem 0;
}

.p6-pull-quote__line {
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  color: hsl(var(--foreground));
}

.p6-pull-quote__line + .p6-pull-quote__line {
  margin-top: 0.35rem;
}

.p6-pull-quote__muted {
  color: hsl(var(--muted-foreground));
  font-weight: 500;
}

.p6-pull-quote__line--accent {
  color: #e11d48;
}

.p6-pull-quote__highlight {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
}

/* Título receita recorrente + carrossel limpo */
.p6-recorrencia-head {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.p6-recorrencia-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 3rem;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e11d48, transparent);
  border-radius: 999px;
}

.p6-plan-features-heading--after-cta {
  margin-top: 1.35rem;
  margin-bottom: 0.65rem;
}

/* Sobre / comunidade (texto único) */
.p6-about-copy {
  padding: 1.25rem 0 0.5rem;
  border-top: 1px solid hsl(var(--border) / 0.4);
}

@media (min-width: 768px) {
  .p6-about-copy {
    padding-top: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p6-orbit-spin,
  .p6-orbit-spin-reverse {
    animation: none !important;
  }
}
