/**
 * Preciosas de Gaya — v2 preview (/jornada only)
 * Isolated from pg-main.css
 */

/* Hide GeneratePress chrome on v2 */
body.pg-v2 .site-header,
body.pg-v2 .site-footer,
body.pg-v2 .site-info,
body.pg-v2 #masthead,
body.pg-v2 #colophon,
body.pg-v2 .inside-header,
body.pg-v2 .main-navigation {
  display: none !important;
}

body.pg-v2 {
  --pg-v2-deep: #070918;
  --pg-v2-navy: #0a1628;
  --pg-v2-panel: #0d1a30;
  --pg-v2-gold: #d4af37;
  --pg-v2-gold-bright: #f0c14b;
  --pg-v2-gold-soft: #e8c96a;
  --pg-v2-white: #ffffff;
  --pg-v2-off: #0a1628;
  --pg-v2-text: #f4f1e8;
  --pg-v2-text-dark: #f4f1e8;
  --pg-v2-muted: #b8b4c8;
  --pg-v2-muted-dark: #b8b4c8;
  --pg-v2-violet: #8b5cf6;
  --pg-v2-magenta: #c44bdc;
  --pg-v2-cyan: #3dc4ff;
  --pg-v2-glow-gold: rgba(240, 193, 75, 0.45);
  --pg-v2-glow-violet: rgba(139, 92, 246, 0.4);
  --pg-v2-glow-cyan: rgba(61, 196, 255, 0.4);
  --pg-v2-glow-magenta: rgba(196, 75, 220, 0.4);
  --pg-v2-card: rgba(10, 18, 36, 0.15);
  --pg-v2-font-display: "Playfair Display", Georgia, serif;
  --pg-v2-font-body: "Nunito", system-ui, sans-serif;
  --pg-v2-max: 1180px;
  --pg-v2-header-h: 88px;
  margin: 0;
  min-height: 100%;
  background-color: var(--pg-v2-deep);
  color: var(--pg-v2-text);
  font-family: var(--pg-v2-font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

html:has(body.pg-v2) {
  background: var(--pg-v2-deep);
}

/* Continuous cosmic field — side geometry + center galaxy; repeats vertically */
body.pg-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: transparent;
  background-image: var(--pg-v2-cosmos-svg, none);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  background-attachment: scroll;
  opacity: 0.2;
}

body.pg-v2::after {
  content: none;
  display: none;
}

body.pg-v2 #page,
body.pg-v2 .site,
body.pg-v2 .site-content,
body.pg-v2 .content-area,
body.pg-v2 .inside-article {
  background: transparent !important;
}

body.pg-v2 *,
body.pg-v2 *::before,
body.pg-v2 *::after {
  box-sizing: border-box;
}

body.pg-v2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.pg-v2 a {
  color: inherit;
  text-decoration: none;
}

body.pg-v2 .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pg-v2-main {
  overflow-x: clip;
  background: transparent;
  position: relative;
  z-index: 1;
}

.pg-v2-header,
.pg-v2-footer,
.pg-v2-sticky-nav {
  z-index: 40;
}

.pg-v2-wrap {
  width: min(100% - 2.5rem, var(--pg-v2-max));
  margin-inline: auto;
}

.pg-v2-accent {
  font-family: var(--pg-v2-font-display);
  font-style: italic;
  color: var(--pg-v2-gold-bright);
  font-weight: 600;
  letter-spacing: 0;
}

.pg-v2-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pg-v2-gold);
}

.pg-v2-eyebrow--center {
  text-align: center;
}

.pg-v2-eyebrow--ruled {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.pg-v2-eyebrow--ruled::before,
.pg-v2-eyebrow--ruled::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--pg-v2-gold);
  opacity: 0.7;
}

.pg-v2-center {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto 2.75rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pg-v2-text);
}

.pg-v2-center--light {
  color: var(--pg-v2-text);
  max-width: 40rem;
}

.pg-v2-center-row {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* Buttons */
.pg-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  font-family: var(--pg-v2-font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  cursor: pointer;
}

.pg-v2-btn--sm {
  padding: 0.7rem 1.15rem;
  font-size: 0.72rem;
}

.pg-v2-btn--lg {
  padding: 1.1rem 2rem;
  font-size: 0.88rem;
}

.pg-v2-btn--gold {
  background: linear-gradient(180deg, var(--pg-v2-gold-bright), var(--pg-v2-gold));
  color: #0b1220;
  box-shadow: 0 8px 28px rgba(240, 193, 75, 0.28);
}

.pg-v2-btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(240, 193, 75, 0.4);
}

.pg-v2-btn--outline {
  background: transparent;
  color: var(--pg-v2-gold);
  border-color: var(--pg-v2-gold);
}

.pg-v2-btn--outline:hover {
  background: rgba(212, 175, 55, 0.08);
  transform: translateY(-2px);
}

.pg-v2-btn--outline-light {
  background: transparent;
  color: var(--pg-v2-gold-soft);
  border-color: var(--pg-v2-gold);
}

.pg-v2-btn--outline-light:hover {
  background: rgba(240, 193, 75, 0.1);
  transform: translateY(-2px);
}

.pg-v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pg-v2-text-dark);
}

.pg-v2-text-link:hover {
  color: var(--pg-v2-gold);
}

/* Header — always fixed above banner/content (glass) */
.pg-v2-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0.85rem 0;
  background: rgba(7, 9, 24, 0.58);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(240, 193, 75, 0.14);
}

.pg-v2-header.is-solid {
  background: rgba(7, 9, 24, 0.82);
  border-bottom-color: rgba(240, 193, 75, 0.2);
}

.pg-v2-header__inner {
  width: min(100% - 2rem, var(--pg-v2-max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: calc(var(--pg-v2-header-h) - 1rem);
}

.pg-v2-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.pg-v2-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(240, 193, 75, 0.35));
}

.pg-v2-logo span {
  font-family: var(--pg-v2-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--pg-v2-gold-soft);
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .pg-v2-logo span {
    display: none;
  }
}

.pg-v2-nav {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  flex: 1;
  justify-content: flex-end;
}

.pg-v2-nav__list {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pg-v2-nav__list a {
  font-size: 0.79rem;
  font-weight: 500;
  color: rgba(244, 241, 232, 0.88);
  transition: color 0.2s ease;
  white-space: nowrap;
  line-height: 1.2;
}

.pg-v2-nav__list a:hover {
  color: var(--pg-v2-gold-bright);
}

.pg-v2-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(240, 193, 75, 0.35);
  border-radius: 10px;
  background: rgba(7, 9, 24, 0.45);
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.pg-v2-nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--pg-v2-gold-soft);
}

/* Hero */
.pg-v2-hero {
  position: relative;
  min-height: clamp(420px, 58vw, 620px);
  height: clamp(420px, 58vw, 620px);
  display: flex;
  align-items: center;
  padding: calc(var(--pg-v2-header-h) + 0.75rem) 0 2.5rem;
  background: transparent;
  background-color: transparent;
  overflow: hidden;
}

.pg-v2-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 80% at 50% 40%, rgba(20, 36, 64, 0.28), transparent 70%),
    linear-gradient(180deg, rgba(7, 9, 24, 0.35) 0%, transparent 40%, transparent 70%, rgba(7, 9, 24, 0.2) 100%);
  pointer-events: none;
}

.pg-v2-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--pg-v2-max));
  margin: 0 auto;
  margin-right: auto;
  max-width: none;
  padding-right: 1rem;
  padding-left: 0;
}

.pg-v2-hero__content > * {
  max-width: 34rem;
}

.pg-v2-hero h1 {
  margin: 0 0 1.1rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(2.35rem, 4.8vw, 3.65rem);
  font-weight: 600;
  line-height: 1.14;
  color: var(--pg-v2-white);
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.pg-v2-hero h1 .pg-v2-accent {
  font-size: 1em;
  text-shadow: 0 0 24px rgba(240, 193, 75, 0.3);
}

.pg-v2-hero__sub {
  margin: 0 0 1.75rem;
  max-width: 28rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(244, 241, 232, 0.9);
}

/* Sections — transparent over the infinite cosmos (no seams) */
.pg-v2-section {
  padding: clamp(2.25rem, 4.5vw, 3.5rem) 0;
  background: transparent;
}

.pg-v2-hero--page + .pg-v2-section,
.pg-v2-section + .pg-v2-section,
.pg-v2-sticky-nav + .pg-v2-section {
  padding-top: clamp(1.1rem, 2.2vw, 1.75rem);
}

.pg-v2-section--light,
.pg-v2-section--space,
.pg-v2-section--cosmos {
  position: relative;
  background: transparent;
  background-color: transparent;
  color: var(--pg-v2-text);
  overflow: visible;
}

.pg-v2-section--light h2,
.pg-v2-section--space h2,
.pg-v2-section--cosmos h2 {
  font-family: var(--pg-v2-font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pg-v2-white);
}

.pg-v2-section--light p,
.pg-v2-section--space p,
.pg-v2-section--cosmos p {
  color: rgba(244, 241, 232, 0.82);
}

/* Brand split */
.pg-v2-brand__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.pg-v2-brand__copy h1,
.pg-v2-brand__copy h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  color: var(--pg-v2-text);
}

.pg-v2-brand__copy p {
  margin: 0 0 1rem;
  max-width: 36rem;
}

.pg-v2-brand__copy .pg-v2-btn {
  margin-top: 1.25rem;
}

.pg-v2-brand__media {
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg-v2-brand__orb {
  width: min(100%, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.45);
  box-shadow:
    0 0 0 10px rgba(212, 175, 55, 0.06),
    0 20px 50px rgba(10, 22, 40, 0.22);
  background: #0a1628;
}

.pg-v2-brand__orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pg-v2-brand__caption {
  margin-top: 1.15rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pg-v2-gold);
}

.pg-v2-brand__caption span {
  display: block;
  font-size: 0.85em;
  letter-spacing: 0.28em;
  margin-top: 0.2rem;
}

/* Lidy panel */
.pg-v2-lidy {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background:
    radial-gradient(ellipse at 18% 28%, rgba(92, 48, 140, 0.16), transparent 48%),
    radial-gradient(ellipse at 86% 78%, rgba(38, 24, 78, 0.28), transparent 52%),
    linear-gradient(155deg, #090b18 0%, #070918 48%, #0a0816 100%);
  box-shadow: 0 24px 60px rgba(4, 5, 14, 0.5);
  color: var(--pg-v2-text);
}

.pg-v2-lidy__top {
  display: grid;
  grid-template-columns: minmax(11rem, 0.85fr) minmax(0, 1.35fr) minmax(13.5rem, 0.95fr);
  gap: clamp(1.25rem, 2.8vw, 2.25rem);
  align-items: end;
}

.pg-v2-lidy__photo {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  padding: 0;
  background: transparent;
  align-self: end;
}

.pg-v2-lidy__photo::before {
  content: "";
  position: absolute;
  inset: -6%;
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(240, 193, 75, 0.14), transparent 62%),
    radial-gradient(ellipse at 50% 55%, rgba(92, 48, 140, 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.pg-v2-lidy__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  border: 1px solid rgba(240, 193, 75, 0.35);
  box-shadow: 0 14px 34px rgba(7, 9, 24, 0.4);
}

.pg-v2-lidy__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: end;
}

.pg-v2-lidy__copy .pg-v2-eyebrow {
  color: var(--pg-v2-gold-soft);
}

.pg-v2-lidy__copy h2 {
  margin: 0 0 1rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--pg-v2-gold-bright);
}

.pg-v2-lidy__copy p {
  margin: 0 0 1rem;
  color: rgba(244, 241, 232, 0.84);
  max-width: none;
}

.pg-v2-lidy__copy p:last-child {
  margin-bottom: 0;
}

.pg-v2-lidy__diffs {
  align-self: end;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.7rem;
  margin: 0;
  min-width: 0;
}

.pg-v2-lidy__diffs .pg-v2-stat-pills__item {
  width: 100%;
  box-sizing: border-box;
}

.pg-v2-lidy__note {
  padding: clamp(1.15rem, 2.4vw, 1.5rem) clamp(1.2rem, 2.6vw, 1.75rem);
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background:
    linear-gradient(165deg, rgba(12, 10, 28, 0.96) 0%, rgba(7, 9, 24, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(240, 193, 75, 0.05),
    0 10px 28px rgba(4, 5, 14, 0.35);
}

.pg-v2-lidy__note h3 {
  margin: 0 0 0.85rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-lidy__note p {
  margin: 0 0 0.9rem;
  color: rgba(244, 241, 232, 0.86);
  font-size: clamp(0.95rem, 1.3vw, 1.02rem);
  line-height: 1.65;
}

.pg-v2-lidy__note p:last-child {
  margin-bottom: 0;
}

/* Moves */
.pg-v2-moves {
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.pg-v2-moves .pg-v2-center .pg-v2-accent {
  color: var(--pg-v2-gold);
}

.pg-v2-moves__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: stretch;
}

.pg-v2-move {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  text-align: left;
  padding: 0.75rem 1.35rem;
  position: relative;
}

.pg-v2-move:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  right: 0;
  width: 1px;
  background: rgba(212, 175, 55, 0.45);
}

.pg-v2-move__icon-wrap {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.15);
  background: #0a1628;
}

.pg-v2-move__icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.pg-v2-move__copy {
  min-width: 0;
}

.pg-v2-move__num {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--pg-v2-gold);
}

.pg-v2-move h3 {
  margin: 0 0 0.45rem;
  font-family: var(--pg-v2-font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--pg-v2-text-dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pg-v2-move p {
  margin: 0;
  max-width: none;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--pg-v2-muted-dark);
}

/* Paths */
.pg-v2-paths {
  position: relative;
  min-height: auto;
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: transparent;
  color: var(--pg-v2-text);
  overflow: visible;
}

.pg-v2-paths::before,
.pg-v2-paths__veil {
  display: none;
}

.pg-v2-paths > .pg-v2-wrap {
  position: relative;
  z-index: 1;
}

.pg-v2-paths .pg-v2-center--light {
  margin-bottom: 2.25rem;
}

.pg-v2-paths__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.pg-v2-path {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: 1.35rem 1rem 1.25rem;
  background: rgba(10, 22, 40, 0.7);
  border: 1px solid rgba(244, 241, 232, 0.18);
  border-radius: 16px;
  backdrop-filter: none;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.pg-v2-path:hover {
  transform: translateY(-3px);
  background: rgba(10, 22, 40, 0.78);
  border-color: rgba(244, 241, 232, 0.28);
}

.pg-v2-path__icon {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
}

.pg-v2-path__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 0 16px rgba(160, 120, 255, 0.35));
}

.pg-v2-path h3 {
  margin: 0;
  font-family: var(--pg-v2-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--pg-v2-gold-soft);
  line-height: 1.25;
}

.pg-v2-path p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(244, 241, 232, 0.82);
  line-height: 1.45;
}

.pg-v2-paths .pg-v2-center-row {
  margin-top: 2rem;
}

/* Modes */
.pg-v2-modes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.pg-v2-mode {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.4rem 1.5rem;
  border-radius: 18px;
  background: var(--pg-v2-card);
  box-shadow: 0 12px 40px rgba(7, 9, 24, 0.28);
  border: 1px solid rgba(212, 175, 55, 0.2);
  min-height: 100%;
}

.pg-v2-mode__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 1.1rem;
  color: var(--pg-v2-gold);
}

.pg-v2-mode__icon svg {
  width: 100%;
  height: 100%;
}

.pg-v2-mode h3 {
  margin: 0 0 0.65rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.35rem;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-mode p {
  margin: 0;
  font-size: 0.95rem;
  flex: 1;
  color: rgba(244, 241, 232, 0.8);
}

.pg-v2-section-sub {
  text-align: center;
  max-width: 36rem;
  margin: -1.5rem auto 2.5rem;
  font-size: 1rem;
  color: rgba(244, 241, 232, 0.78);
  line-height: 1.55;
}

/* No per-section cosmos tiles — the body layer is continuous */
.pg-v2-section--light::before,
.pg-v2-section--space::before,
.pg-v2-section--light::after,
.pg-v2-section--space::after {
  content: none;
  display: none;
}

.pg-v2-space__veil {
  display: none;
}

.pg-v2-section--light > .pg-v2-wrap,
.pg-v2-section--space > .pg-v2-wrap {
  position: relative;
  z-index: 1;
}

/* Testimonials */
.pg-v2-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin-bottom: 2.25rem;
}

.pg-v2-quote {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem 1.2rem 1.4rem;
  border-radius: 18px;
  background: var(--pg-v2-card);
  color: var(--pg-v2-text);
  box-shadow: 0 16px 40px rgba(7, 9, 24, 0.12);
  min-height: 100%;
}

.pg-v2-quote__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pg-v2-quote__avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: var(--pg-v2-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--pg-v2-gold-bright);
  background: rgba(240, 193, 75, 0.12);
  border: 1px solid rgba(240, 193, 75, 0.35);
}

.pg-v2-quote__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg-v2-quote__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.pg-v2-quote__meta strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pg-v2-white);
}

.pg-v2-quote__meta span {
  font-size: 0.8rem;
  color: var(--pg-v2-muted);
}

.pg-v2-quote p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(244, 241, 232, 0.88);
}

/* FAQ */
.pg-v2-faq {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.pg-v2-faq .pg-v2-center--light {
  margin-bottom: 2rem;
}

.pg-v2-faq__list {
  max-width: 720px;
  margin: 0 auto;
}

.pg-v2-faq__item {
  border-bottom: 1px solid rgba(244, 241, 232, 0.12);
}

.pg-v2-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  font-family: var(--pg-v2-font-body);
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--pg-v2-white);
  line-height: 1.4;
}

.pg-v2-faq__item summary::-webkit-details-marker {
  display: none;
}

.pg-v2-faq__item summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  color: var(--pg-v2-gold-bright);
}

.pg-v2-faq__item[open] summary::after {
  content: "−";
}

.pg-v2-faq__item p {
  margin: 0 0 0.85rem;
  padding-right: 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--pg-v2-muted);
}

.pg-v2-faq__item p:last-child {
  margin-bottom: 1.2rem;
}

.pg-v2-faq__legal {
  max-width: 720px;
  margin: 1.75rem auto 0;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: rgba(7, 9, 24, 0.45);
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(244, 241, 232, 0.78);
  text-align: left;
}

.pg-v2-faq__legal strong {
  display: inline;
  color: var(--pg-v2-gold-bright);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pg-v2-therapists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 920px;
  margin: 0 auto;
}

.pg-v2-therapist {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: 2rem 1.5rem 1.75rem;
  border-radius: 18px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.22);
}

.pg-v2-therapist__photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(212, 175, 55, 0.55);
}

.pg-v2-therapist h3 {
  margin: 0.35rem 0 0;
  font-family: var(--pg-v2-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--pg-v2-white);
}

.pg-v2-therapist__role {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--pg-v2-gold-bright);
}

.pg-v2-therapist p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(244, 241, 232, 0.82);
}

.pg-v2-therapist .pg-v2-btn {
  margin-top: 0.5rem;
}

@media (max-width: 800px) {
  .pg-v2-therapists {
    grid-template-columns: 1fr;
  }
}

/* Invite — same infinite cosmos, focal copy only */
.pg-v2-invite {
  position: relative;
  padding: clamp(3.25rem, 7vw, 5rem) 0;
  text-align: center;
  background: transparent;
  background-image: none;
}

.pg-v2-invite--cosmos {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  background: transparent;
  background-image: none;
}

.pg-v2-section + .pg-v2-invite,
.pg-v2-section + .pg-v2-invite--cosmos {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
}

.pg-v2-invite.pg-v2-section--space::before,
.pg-v2-invite::before,
.pg-v2-invite::after {
  content: none;
  display: none;
}

.pg-v2-invite__veil {
  display: none;
}

.pg-v2-invite__content {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin-inline: auto;
}

.pg-v2-invite__lead {
  margin: 0 0 1rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.35;
  color: var(--pg-v2-white);
}

.pg-v2-invite__gold {
  margin: 0 0 2rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 600;
  color: var(--pg-v2-gold-bright);
  line-height: 1.3;
}

/* Footer */
.pg-v2-footer {
  background: transparent;
  color: rgba(244, 241, 232, 0.82);
  padding-top: 3.5rem;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
}

.pg-v2-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.15fr 1.25fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.pg-v2-footer__brand p {
  margin: 1rem 0 0;
  max-width: 16rem;
  font-size: 0.92rem;
  color: var(--pg-v2-muted);
}

.pg-v2-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pg-v2-gold);
}

.pg-v2-footer__heading--spaced {
  margin-top: 1.75rem;
}

.pg-v2-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg-v2-footer li + li {
  margin-top: 0.45rem;
}

.pg-v2-footer a {
  font-size: 0.92rem;
  color: rgba(244, 241, 232, 0.78);
  transition: color 0.2s ease;
}

.pg-v2-footer a:hover {
  color: var(--pg-v2-gold-soft);
}

.pg-v2-footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  max-width: 100%;
  word-break: break-word;
}

.pg-v2-footer__social svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-footer__bar {
  border-top: 1px solid rgba(244, 241, 232, 0.08);
  padding: 1.15rem 0;
}

.pg-v2-footer__bar-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.pg-v2-footer__bar p {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(184, 180, 200, 0.75);
}

/* Reveal */
.pg-v2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.pg-v2-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.pg-v2-hero .pg-v2-reveal {
  transition-delay: 0.15s;
}

/* Responsive */
@media (max-width: 1100px) {
  .pg-v2-paths__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pg-v2-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pg-v2-modes__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pg-v2-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .pg-v2-nav-toggle {
    display: inline-flex;
  }

  .pg-v2-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(100%, 320px);
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 5rem 1.5rem 2rem;
    background: rgba(7, 9, 24, 0.97);
    border-left: 1px solid rgba(240, 193, 75, 0.15);
    transform: translateX(105%);
    transition: transform 0.3s ease;
    z-index: 50;
    flex: none;
    justify-content: flex-start;
  }

  .pg-v2-logo span {
    display: inline;
  }

  .pg-v2-nav.is-open {
    transform: none;
  }

  .pg-v2-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .pg-v2-nav__list a {
    font-size: 1.05rem;
  }

  .pg-v2-brand__grid {
    grid-template-columns: 1fr;
  }

  .pg-v2-lidy {
    gap: 1.35rem;
  }

  .pg-v2-lidy__top {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 1.5rem;
  }

  .pg-v2-lidy__photo {
    width: min(16rem, 72vw);
    max-width: 16rem;
    aspect-ratio: 3 / 4;
    height: auto;
  }

  .pg-v2-lidy__copy p {
    margin-inline: auto;
  }

  .pg-v2-lidy__diffs {
    width: 100%;
    max-width: 26rem;
  }

  .pg-v2-lidy__note {
    text-align: left;
  }

  .pg-v2-moves__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .pg-v2-move {
    padding: 0.5rem 0;
  }

  .pg-v2-move:not(:last-child)::after {
    display: none;
  }

  .pg-v2-hero {
    height: auto;
    min-height: clamp(380px, 72vw, 520px);
  }

  .pg-v2-hero__content {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .pg-v2-paths__grid,
  .pg-v2-modes__grid,
  .pg-v2-footer__grid,
  .pg-v2-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .pg-v2-logo span {
    font-size: 0.95rem;
  }

  .pg-v2-hero {
    height: auto;
    min-height: 420px;
    padding: calc(var(--pg-v2-header-h) + 1rem) 0 2.25rem;
  }

  .pg-v2-footer__bar-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* ——— Inner pages (Atendimentos / Formações) ——— */

.pg-v2-nav__list li.is-active a,
.pg-v2-nav__list a[aria-current="page"] {
  color: var(--pg-v2-gold-bright);
}

.pg-v2-hero--page {
  min-height: clamp(320px, 40vw, 460px);
  height: clamp(320px, 40vw, 460px);
}

.pg-v2-hero--page.pg-v2-hero--with-card {
  height: auto;
  min-height: 0;
  padding-top: calc(var(--pg-v2-header-h) + 0.5rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
  align-items: center;
}

.pg-v2-hero__content--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
  max-width: var(--pg-v2-max);
  width: min(100% - 2.5rem, var(--pg-v2-max));
  margin-inline: auto;
  padding-right: 0;
}

.pg-v2-hero__content--split > * {
  max-width: none;
}

.pg-v2-hero__copy {
  max-width: 34rem;
}

.pg-v2-hero__card {
  width: 100%;
  max-width: 22rem;
  margin-left: auto;
  margin-right: 0;
}

.pg-v2-hero--page .pg-v2-eyebrow {
  color: var(--pg-v2-gold-soft);
  margin-bottom: 0.85rem;
}

.pg-v2-hero--page .pg-v2-btn-row {
  margin-top: 0.25rem;
}

@media (max-width: 900px) {
  .pg-v2-hero__content--split {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .pg-v2-hero__card {
    max-width: 20rem;
    margin-inline: auto;
  }
}

.pg-v2-section--tight {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
}

.pg-v2-invite__next {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}

.pg-v2-wrap--narrow {
  max-width: 40rem;
  margin-inline: auto;
}

.pg-v2-btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

.pg-v2-btn-row--center {
  justify-content: center;
}

.pg-v2-lead {
  margin: 0 0 2rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(244, 241, 232, 0.82);
}

.pg-v2-lead--light {
  color: rgba(244, 241, 232, 0.82);
}

.pg-v2-section--space h2,
.pg-v2-section--cosmos h2 {
  font-family: var(--pg-v2-font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pg-v2-white);
}

.pg-v2-inline-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin: 1.5rem 0 0;
  font-size: 0.95rem;
}

.pg-v2-inline-links a {
  color: var(--pg-v2-gold);
  text-decoration: none;
}

.pg-v2-inline-links a:hover {
  color: var(--pg-v2-gold-bright);
}

/* For who */
.pg-v2-for-who {
  max-width: 42rem;
  margin-inline: auto;
  text-align: left;
}

.pg-v2-for-who h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.pg-v2-for-who__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.pg-v2-for-who__list li {
  position: relative;
  padding: 0.85rem 1rem 0.85rem 2.65rem;
  border-radius: 14px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.18);
  color: rgba(244, 241, 232, 0.9);
  line-height: 1.45;
}

.pg-v2-for-who__list li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  color: var(--pg-v2-gold);
  font-weight: 700;
}

.pg-v2-for-who--dark .pg-v2-for-who__list li {
  background: var(--pg-v2-card);
  border-color: rgba(240, 193, 75, 0.18);
  color: rgba(244, 241, 232, 0.9);
}

/* Service offers */
.pg-v2-service-stack {
  display: grid;
  gap: 1.35rem;
}

.pg-v2-service {
  padding: clamp(1.4rem, 3vw, 1.9rem);
  border-radius: 20px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.2);
  color: rgba(244, 241, 232, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.pg-v2-service--light {
  background: var(--pg-v2-card);
  border-color: rgba(240, 193, 75, 0.2);
  color: rgba(244, 241, 232, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.pg-v2-service--light h3 {
  color: var(--pg-v2-white);
}

.pg-v2-service__head {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-bottom: 0.65rem;
}

.pg-v2-service__icon-wrap {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 0 0.85rem;
  border-radius: 50%;
  background: #000000;
  overflow: hidden;
  flex-shrink: 0;
}

.pg-v2-service__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.pg-v2-service h3 {
  margin: 0;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 600;
  color: var(--pg-v2-white);
  line-height: 1.25;
}

.pg-v2-service--light h3 {
  color: var(--pg-v2-white);
}

.pg-v2-service__price {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--pg-v2-gold-bright);
  white-space: nowrap;
}

.pg-v2-service__emblem {
  display: block;
  flex: 0 0 auto;
  width: 7.25rem;
  height: 7.25rem;
}

.pg-v2-service__emblem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pg-v2-service--light .pg-v2-service__price {
  color: var(--pg-v2-gold-bright);
}

.pg-v2-service__lead {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(244, 241, 232, 0.95);
}

.pg-v2-service--light .pg-v2-service__lead {
  color: rgba(244, 241, 232, 0.95);
}

.pg-v2-service > p {
  margin: 0 0 0.85rem;
  line-height: 1.6;
  font-size: 0.98rem;
}

.pg-v2-service__label {
  display: block;
  margin: 1.15rem 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-service--light .pg-v2-service__label {
  color: var(--pg-v2-gold);
}

.pg-v2-service__list {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.pg-v2-service__list li {
  position: relative;
  padding-left: 1.15rem;
  line-height: 1.45;
  font-size: 0.95rem;
}

.pg-v2-service__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pg-v2-gold);
}

.pg-v2-service__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
}

.pg-v2-service__meta strong {
  color: var(--pg-v2-deep);
}

/* Benefits / steps / split */
.pg-v2-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.pg-v2-benefits--grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5rem;
}

.pg-v2-benefit {
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.16);
}

.pg-v2-benefit--light {
  background: var(--pg-v2-card);
  border-color: rgba(240, 193, 75, 0.16);
  box-shadow: none;
}

.pg-v2-benefit h3 {
  margin: 0 0 0.45rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.1rem;
  color: var(--pg-v2-gold-bright);
}

.pg-v2-benefit--light h3 {
  color: var(--pg-v2-gold-bright);
}

.pg-v2-benefit p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(244, 241, 232, 0.78);
}

.pg-v2-benefit--light p {
  color: rgba(244, 241, 232, 0.78);
}

.pg-v2-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.pg-v2-split__media {
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  max-width: 360px;
  border: 2px solid rgba(240, 193, 75, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.pg-v2-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-v2-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin-top: 0.5rem;
}

.pg-v2-step {
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.18);
}

.pg-v2-step__num {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.35rem;
  color: var(--pg-v2-gold-bright);
}

.pg-v2-step h3 {
  margin: 0 0 0.55rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.2rem;
  color: var(--pg-v2-white);
}

.pg-v2-step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(244, 241, 232, 0.78);
}

/* Promo cards */
.pg-v2-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
  margin-top: 1.75rem;
}

.pg-v2-promo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 1.35rem;
  border-radius: 18px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.2);
}

.pg-v2-promo--light {
  background: var(--pg-v2-card);
  border-color: rgba(240, 193, 75, 0.2);
  box-shadow: none;
}

.pg-v2-promo__badge {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0.15rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pg-v2-gold-bright);
  background: rgba(240, 193, 75, 0.12);
  border: 1px solid rgba(240, 193, 75, 0.28);
}

.pg-v2-service .pg-v2-promo__badge {
  margin-bottom: 0.85rem;
}

.pg-v2-promo h3 {
  margin: 0;
  font-family: var(--pg-v2-font-display);
  font-size: 1.35rem;
  color: var(--pg-v2-white);
}

.pg-v2-promo--light h3 {
  color: var(--pg-v2-white);
}

.pg-v2-promo p {
  margin: 0 0 0.5rem;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 241, 232, 0.8);
}

.pg-v2-promo--light p {
  color: rgba(244, 241, 232, 0.8);
}

.pg-v2-quote-block {
  margin: 2rem 0 0;
  padding: 1.5rem 1.35rem;
  border-radius: 18px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.2);
  text-align: left;
}

.pg-v2-quote-block__q {
  margin: 0 0 0.85rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.25rem;
  color: var(--pg-v2-gold-bright);
}

.pg-v2-quote-block__a {
  margin: 0;
  line-height: 1.6;
  color: rgba(244, 241, 232, 0.82);
}

.pg-v2-invite .pg-v2-btn-row {
  margin-top: 0.5rem;
  justify-content: center;
}

@media (max-width: 900px) {
  .pg-v2-benefits,
  .pg-v2-benefits--grid,
  .pg-v2-steps,
  .pg-v2-promo-grid,
  .pg-v2-split {
    grid-template-columns: 1fr;
  }

  .pg-v2-split__media {
    max-width: 280px;
    margin-inline: auto;
  }

  .pg-v2-hero--page {
    height: auto;
    min-height: clamp(280px, 58vw, 400px);
  }

  .pg-v2-hero--page.pg-v2-hero--with-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .pg-v2-service__head {
    flex-direction: row;
    align-items: flex-start;
  }

  .pg-v2-service__emblem {
    width: 5.35rem;
    height: 5.35rem;
  }

  .pg-v2-btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .pg-v2-btn-row .pg-v2-btn {
    justify-content: center;
    width: 100%;
  }
}

/* ── Restructure v2.0 — shared components ── */

.pg-v2-prose {
  max-width: 42rem;
}

.pg-v2-prose--center {
  margin-inline: auto;
  text-align: center;
}

/* Jornada — técnicas em Como Funciona */
.pg-v2-tech-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem 0.7rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.pg-v2-tech-row li {
  margin: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
}

.pg-v2-tech-row img {
  display: block;
  width: 6.75rem;
  height: 6.75rem;
  margin-inline: auto;
  object-fit: contain;
}

.pg-v2-tech-row span {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--pg-v2-gold-soft);
}

@media (max-width: 900px) {
  .pg-v2-tech-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pg-v2-tech-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pg-v2-tech-row img {
    width: 5.75rem;
    height: 5.75rem;
  }
}

/* Integração cards (Jornada — Por Que Funciona) */
.pg-v2-integrate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 2.5rem;
}

.pg-v2-integrate-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.6rem 1.15rem 1.45rem;
  border-radius: 20px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.2);
  box-shadow: 0 12px 32px rgba(7, 9, 24, 0.35);
}

.pg-v2-integrate-card__icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: hidden;
  background: #05070f;
  border: 1.5px solid rgba(212, 175, 55, 0.55);
  box-shadow:
    0 0 18px var(--pg-v2-glow-gold),
    0 0 36px rgba(139, 92, 246, 0.18);
}

.pg-v2-integrate-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pg-v2-integrate-card__area {
  margin: 0 0 0.35rem !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pg-v2-gold) !important;
}

.pg-v2-integrate-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--pg-v2-white);
}

.pg-v2-integrate-card > p:last-child {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(244, 241, 232, 0.78);
}

.pg-v2-integrate-grid > .pg-v2-integrate-card:nth-child(2) .pg-v2-integrate-card__icon {
  box-shadow: 0 0 18px var(--pg-v2-glow-violet), 0 0 36px rgba(61, 196, 255, 0.15);
  border-color: rgba(139, 92, 246, 0.55);
}

.pg-v2-integrate-grid > .pg-v2-integrate-card:nth-child(3) .pg-v2-integrate-card__icon {
  box-shadow: 0 0 18px var(--pg-v2-glow-magenta), 0 0 36px rgba(240, 193, 75, 0.15);
  border-color: rgba(196, 75, 220, 0.55);
}

.pg-v2-integrate-grid > .pg-v2-integrate-card:nth-child(4) .pg-v2-integrate-card__icon {
  box-shadow: 0 0 18px var(--pg-v2-glow-cyan), 0 0 36px rgba(139, 92, 246, 0.15);
  border-color: rgba(61, 196, 255, 0.55);
}

@media (max-width: 960px) {
  .pg-v2-integrate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pg-v2-integrate-grid {
    grid-template-columns: 1fr;
  }
}

.pg-v2-prose p {
  margin: 0 0 1rem;
  color: rgba(244, 241, 232, 0.82);
  line-height: 1.7;
}

.pg-v2-section--space .pg-v2-prose p,
.pg-v2-section--dark .pg-v2-prose p,
.pg-v2-section--light .pg-v2-prose p {
  color: rgba(244, 241, 232, 0.82);
}

.pg-v2-prose p:last-child {
  margin-bottom: 0;
}

.pg-v2-lead {
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(244, 241, 232, 0.85);
}

.pg-v2-section--space .pg-v2-lead,
.pg-v2-section--dark .pg-v2-lead,
.pg-v2-section--light .pg-v2-lead {
  color: rgba(244, 241, 232, 0.85);
}

/* Brand panorama banner — below fixed header, same width as .pg-v2-wrap */
.pg-v2-banner-hero {
  position: relative;
  margin-top: var(--pg-v2-header-h);
  padding-top: 0.35rem;
  overflow: hidden;
  background: transparent;
}

.pg-v2-banner-hero__frame {
  position: relative;
  width: min(100% - 2.5rem, var(--pg-v2-max));
  margin-inline: auto;
  line-height: 0;
}

.pg-v2-banner-hero__frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.pg-v2-banner-hero__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(40px, 10vw, 120px);
  z-index: 1;
  pointer-events: none;
}

.pg-v2-banner-hero__fade--left {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--pg-v2-deep) 0%,
    rgba(7, 9, 24, 0.75) 35%,
    rgba(7, 9, 24, 0) 100%
  );
}

.pg-v2-banner-hero__fade--right {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--pg-v2-deep) 0%,
    rgba(7, 9, 24, 0.75) 35%,
    rgba(7, 9, 24, 0) 100%
  );
}

/* Image / media placeholders */
.pg-v2-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.16), transparent 55%),
    linear-gradient(145deg, #0d1a30, #070918);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: rgba(232, 201, 106, 0.65);
  font-family: var(--pg-v2-font-display);
  font-size: 0.95rem;
  text-align: center;
  padding: 1.25rem;
}

.pg-v2-placeholder--tall {
  aspect-ratio: 3 / 4;
}

.pg-v2-placeholder--wide {
  aspect-ratio: 21 / 9;
}

.pg-v2-placeholder--square {
  aspect-ratio: 1;
}

.pg-v2-placeholder--map {
  aspect-ratio: 16 / 9;
  min-height: 220px;
}

/* Sticky horizontal page anchors */
.pg-v2-sticky-nav {
  position: sticky;
  top: var(--pg-v2-header-h);
  z-index: 40;
  background: rgba(7, 9, 24, 0.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.pg-v2-sticky-nav--light {
  background: rgba(7, 9, 24, 0.55);
  border-bottom-color: rgba(212, 175, 55, 0.18);
}

.pg-v2-sticky-nav__inner {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0.65rem 0;
  -webkit-overflow-scrolling: touch;
}

.pg-v2-sticky-nav__inner::-webkit-scrollbar {
  display: none;
}

.pg-v2-sticky-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244, 241, 232, 0.82);
  border: 1px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.pg-v2 .pg-v2-sticky-nav--light a {
  color: rgba(244, 241, 232, 0.82);
}

body.pg-v2 .pg-v2-sticky-nav a:hover,
body.pg-v2 .pg-v2-sticky-nav a.is-active {
  color: #0b1220;
  background: linear-gradient(180deg, var(--pg-v2-gold-bright), var(--pg-v2-gold));
  border-color: transparent;
}

body.pg-v2 .pg-v2-sticky-nav--light a:hover,
body.pg-v2 .pg-v2-sticky-nav--light a.is-active {
  color: #0b1220;
}

/* Path cards (home ecosystem / 4 caminhos) */
.pg-v2-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pg-v2-path-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.pg-v2-path-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

.pg-v2-path-grid--stack {
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

/* Lidy authority stats */
.pg-v2-stat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.pg-v2-stat-pills__item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 100%;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.28);
  box-shadow: 0 0 24px rgba(60, 120, 200, 0.12);
}

.pg-v2-stat-pills__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-stat-pills__icon svg {
  width: 100%;
  height: 100%;
}

.pg-v2-stat-pills__copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.25;
  min-width: 0;
}

.pg-v2-stat-pills__copy strong {
  font-family: var(--pg-v2-font-display);
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  font-weight: 600;
  color: var(--pg-v2-gold-soft);
  white-space: normal;
}

.pg-v2-stat-pills__copy span {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(244, 241, 232, 0.72);
}

/* Page hero below shared banner (no double header offset) */
.pg-v2-hero--below-banner {
  min-height: auto;
  height: auto;
  padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(2rem, 4vw, 3rem);
}

.pg-v2-path-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.2);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pg-v2-path-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 193, 75, 0.45);
}

.pg-v2-path-card__media {
  margin: 0;
  overflow: hidden;
  background: rgba(7, 9, 24, 0.65);
}

.pg-v2-path-card__media .pg-v2-placeholder,
.pg-v2-path-card__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.pg-v2-path-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.2rem 1.4rem;
}

.pg-v2-path-card h3 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.55rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--pg-v2-gold-bright);
  line-height: 1.25;
}

.pg-v2-path-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-path-card__icon svg {
  width: 100%;
  height: 100%;
}

.pg-v2-path-card p {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(244, 241, 232, 0.78);
}

.pg-v2-path-card__link {
  margin-top: auto;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pg-v2-gold-bright);
}

.pg-v2-path-card--row {
  flex-direction: row;
  align-items: stretch;
  background: var(--pg-v2-card);
  border-color: rgba(212, 175, 55, 0.2);
  box-shadow: 0 12px 32px rgba(7, 9, 24, 0.28);
}

.pg-v2-path-card--row:hover {
  border-color: rgba(240, 193, 75, 0.45);
  box-shadow: 0 16px 36px rgba(7, 9, 24, 0.35);
}

.pg-v2-path-card--row .pg-v2-path-card__media {
  width: min(280px, 32%);
  flex-shrink: 0;
  align-self: stretch;
  background: #0a1628;
}

.pg-v2-path-card--row .pg-v2-path-card__media .pg-v2-placeholder,
.pg-v2-path-card--row .pg-v2-path-card__media img {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  min-height: 140px;
}

.pg-v2-path-card--row .pg-v2-path-card__body {
  justify-content: center;
  padding: 1.4rem 1.55rem 1.5rem;
}

.pg-v2-path-card--row h3 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: var(--pg-v2-text);
}

.pg-v2-path-card--row p {
  color: rgba(244, 241, 232, 0.78);
  flex: 0 1 auto;
}

.pg-v2-path-card--row .pg-v2-path-card__link {
  color: var(--pg-v2-gold-soft);
  margin-top: 0.15rem;
}

@media (max-width: 700px) {
  .pg-v2-path-card--row {
    flex-direction: column;
  }

  .pg-v2-path-card--row .pg-v2-path-card__media {
    width: 100%;
  }

  .pg-v2-path-card--row .pg-v2-path-card__media .pg-v2-placeholder,
  .pg-v2-path-card--row .pg-v2-path-card__media img {
    aspect-ratio: 21 / 9;
    min-height: 0;
  }
}

/* Belief / difference lists */
.pg-v2-belief-list {
  display: grid;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg-v2-belief-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(240, 193, 75, 0.18);
}

.pg-v2-section--space .pg-v2-belief-list li {
  background: var(--pg-v2-card);
  border-color: rgba(212, 175, 55, 0.18);
}

.pg-v2-belief-list__icon {
  flex-shrink: 0;
}

.pg-v2-belief-list__copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.pg-v2-belief-list strong {
  display: block;
  margin-bottom: 0;
  font-family: var(--pg-v2-font-display);
  font-size: 1.15rem;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-section--space .pg-v2-belief-list strong {
  color: var(--pg-v2-gold-soft);
}

.pg-v2-belief-list span {
  color: rgba(244, 241, 232, 0.8);
  line-height: 1.6;
}

.pg-v2-section--space .pg-v2-belief-list span {
  color: rgba(244, 241, 232, 0.8);
}

.pg-v2-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pg-v2-diff-grid article {
  padding: 1.35rem 1.2rem;
  border-radius: 16px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.pg-v2-diff-grid h3 {
  margin: 0 0 0.45rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.15rem;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-diff-grid p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(244, 241, 232, 0.8);
}

/* Pricing tiers Bronze / Prata / Ouro */
.pg-v2-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.pg-v2-tier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.4rem 1.5rem;
  border-radius: 22px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: #ffffff;
}

.pg-v2-tier--featured {
  border-color: rgba(240, 193, 75, 0.55);
  box-shadow: 0 18px 48px rgba(240, 193, 75, 0.12);
  transform: scale(1.02);
}

.pg-v2-tier__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.2);
  color: var(--pg-v2-gold-bright);
}

.pg-v2-tier h3 {
  margin: 0 0 0.25rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.45rem;
  color: #ffffff;
}

.pg-v2-tier__subtitle {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-tier__desc,
.pg-v2-section--light .pg-v2-tier__desc,
.pg-v2-section--light .pg-v2-tier p {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.pg-v2-tier__list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  flex: 1;
}

.pg-v2-tier__list li,
.pg-v2-section--light .pg-v2-tier__list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.4rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.92);
}

.pg-v2-tier__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--pg-v2-gold-bright);
  font-size: 0.8rem;
}

.pg-v2-tier__price,
.pg-v2-section--light .pg-v2-tier__price,
.pg-v2-section--light .pg-v2-tier p.pg-v2-tier__price {
  margin: 0 0 0.35rem;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.85rem, 3vw, 2.25rem);
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.pg-v2-tier__compare,
.pg-v2-section--light .pg-v2-tier__compare,
.pg-v2-section--light .pg-v2-tier p.pg-v2-tier__compare {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.pg-v2-tier__compare strong,
.pg-v2-section--light .pg-v2-tier__compare strong {
  color: var(--pg-v2-gold-bright);
}

.pg-v2-tier .pg-v2-btn {
  width: 100%;
}

/* Dark cards inside light sections — prevent muted text inheritance */
.pg-v2-section--light .pg-v2-tier,
.pg-v2-section--light .pg-v2-path-card:not(.pg-v2-path-card--row),
.pg-v2-section--light .pg-v2-diff-grid article,
.pg-v2-section--light .pg-v2-service:not(.pg-v2-service--light) {
  color: #ffffff;
}

.pg-v2-section--light .pg-v2-path-card:not(.pg-v2-path-card--row) h3,
.pg-v2-section--light .pg-v2-diff-grid h3 {
  color: var(--pg-v2-gold-soft);
}

.pg-v2-section--light .pg-v2-path-card:not(.pg-v2-path-card--row) p,
.pg-v2-section--light .pg-v2-diff-grid p {
  color: rgba(255, 255, 255, 0.88);
}

.pg-v2-section--light .pg-v2-path-card:not(.pg-v2-path-card--row) .pg-v2-path-card__link {
  color: var(--pg-v2-gold-soft);
}

.pg-v2-section--light .pg-v2-tier__subtitle {
  color: var(--pg-v2-gold-soft);
}

.pg-v2-section--light .pg-v2-tier h3 {
  color: #ffffff;
}

/* Comparison table */
.pg-v2-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: var(--pg-v2-card);
}

.pg-v2-table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.pg-v2-table th,
.pg-v2-table td {
  padding: 0.95rem 1.1rem;
  text-align: center;
  border-bottom: 1px solid rgba(244, 241, 232, 0.08);
}

.pg-v2-table th {
  font-family: var(--pg-v2-font-display);
  font-weight: 600;
  color: var(--pg-v2-gold-soft);
  background: rgba(7, 9, 24, 0.35);
}

.pg-v2-table td:first-child,
.pg-v2-table th:first-child {
  text-align: left;
  color: rgba(244, 241, 232, 0.9);
}

.pg-v2-table tbody tr:last-child td {
  border-bottom: 0;
}

/* Mobile stacked compare (Jornada) */
.pg-v2-compare-stack {
  display: none;
  gap: 1rem;
}

.pg-v2-compare-stack__card {
  border-radius: 18px;
  padding: 1.25rem 1.3rem 1.15rem;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.22);
}

.pg-v2-compare-stack__card h3 {
  margin: 0 0 0.9rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-compare-stack__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg-v2-compare-stack__card li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(244, 241, 232, 0.08);
  font-size: 0.92rem;
}

.pg-v2-compare-stack__card li span {
  color: rgba(244, 241, 232, 0.78);
  line-height: 1.4;
}

.pg-v2-compare-stack__card li strong {
  flex-shrink: 0;
  font-family: var(--pg-v2-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 720px) {
  .pg-v2-table-wrap--desktop {
    display: none;
  }

  .pg-v2-compare-stack {
    display: grid;
  }
}

.pg-v2-table--light {
  background: var(--pg-v2-card);
}

.pg-v2-table-wrap--light {
  background: var(--pg-v2-card);
  border-color: rgba(212, 175, 55, 0.2);
}

.pg-v2-table--light th {
  color: var(--pg-v2-gold-soft);
  background: rgba(7, 9, 24, 0.55);
}

.pg-v2-table--light td,
.pg-v2-table--light td:first-child {
  color: rgba(244, 241, 232, 0.85);
  border-bottom-color: rgba(240, 193, 75, 0.12);
}

/* Meta chips (duration / price) */
.pg-v2-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1rem 0 1.25rem;
  font-size: 0.92rem;
  color: rgba(244, 241, 232, 0.82);
}

.pg-v2-section--light .pg-v2-meta-row {
  color: rgba(244, 241, 232, 0.82);
}

.pg-v2-meta-row strong {
  color: var(--pg-v2-gold-soft);
  font-weight: 700;
}

.pg-v2-section--light .pg-v2-meta-row strong {
  color: var(--pg-v2-gold-soft);
}

/* Format comparison (gravadas vs online) */
.pg-v2-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.pg-v2-compare-card {
  padding: 1.5rem 1.35rem;
  border-radius: 18px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.pg-v2-compare-card h3 {
  margin: 0 0 1rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.3rem;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-compare-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg-v2-compare-card li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.35rem;
  color: rgba(244, 241, 232, 0.85);
}

.pg-v2-compare-card li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--pg-v2-gold);
  font-size: 0.8rem;
}

/* Dual modality cards (turma / gravada) */
.pg-v2-modality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.pg-v2-modality {
  padding: 1.25rem;
  border-radius: 16px;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.pg-v2-modality h4 {
  margin: 0 0 0.5rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.1rem;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-modality p {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: rgba(244, 241, 232, 0.78);
}

.pg-v2-modality ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.pg-v2-modality li {
  padding: 0.25rem 0;
  font-size: 0.88rem;
  color: rgba(244, 241, 232, 0.85);
}

/* Calendar timeline */
.pg-v2-cal-timeline {
  position: relative;
  list-style: none;
  margin: 2rem auto 0;
  padding: 0.25rem 0;
  max-width: 54rem;
}

.pg-v2-cal-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 1.5px;
  background: linear-gradient(
    180deg,
    rgba(240, 193, 75, 0.15),
    rgba(240, 193, 75, 0.85) 12%,
    rgba(240, 193, 75, 0.85) 88%,
    rgba(240, 193, 75, 0.15)
  );
  transform: translateX(-50%);
  pointer-events: none;
}

.pg-v2-cal-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.25rem;
  padding: 0.55rem 0;
  border: 0;
  background: transparent;
}

.pg-v2-cal-timeline li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.55rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #f0c14b;
  box-shadow:
    0 0 0 4px rgba(7, 9, 24, 0.9),
    0 0 0 5px rgba(240, 193, 75, 0.35),
    0 0 14px rgba(240, 193, 75, 0.55);
  transform: translateX(-50%);
  z-index: 1;
}

.pg-v2-cal-timeline article {
  width: 100%;
  max-width: 22.5rem;
  margin: 0;
  padding: 1rem 1.2rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: rgba(7, 9, 24, 0.62);
  box-shadow: 0 12px 28px rgba(7, 9, 24, 0.28);
}

.pg-v2-cal-timeline li:nth-child(odd) article {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.pg-v2-cal-timeline li:nth-child(even) article {
  grid-column: 2;
  justify-self: start;
  text-align: left;
}

.pg-v2-cal-timeline__period {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pg-v2-gold);
}

.pg-v2-cal-timeline h3 {
  margin: 0;
  font-family: var(--pg-v2-font-display);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--pg-v2-white);
}

@media (max-width: 720px) {
  .pg-v2-cal-timeline::before {
    left: 0.7rem;
    transform: none;
  }

  .pg-v2-cal-timeline li {
    grid-template-columns: 1fr;
    padding: 0.45rem 0 0.45rem 2.15rem;
  }

  .pg-v2-cal-timeline li::after {
    left: 0.7rem;
    transform: translateX(-50%);
  }

  .pg-v2-cal-timeline li:nth-child(odd) article,
  .pg-v2-cal-timeline li:nth-child(even) article {
    grid-column: 1;
    justify-self: stretch;
    max-width: none;
    text-align: left;
  }
}

.pg-v2-waitlist {
  position: relative;
  max-width: 52rem;
  margin: 2rem auto 0;
  text-align: center;
}

.pg-v2-waitlist__lead {
  margin: 0 0 1.15rem;
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(244, 241, 232, 0.9);
}

.pg-v2-waitlist__fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.9rem 1rem;
  align-items: end;
}

.pg-v2-waitlist__field {
  display: grid;
  gap: 0.4rem;
  text-align: left;
}

.pg-v2-waitlist__field span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pg-v2-gold-soft);
}

.pg-v2-waitlist__field input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(240, 193, 75, 0.28);
  border-radius: 999px;
  background: rgba(7, 9, 24, 0.55);
  color: var(--pg-v2-white);
  font-family: inherit;
  font-size: 1.05rem;
}

.pg-v2-waitlist__field input::placeholder {
  color: rgba(244, 241, 232, 0.38);
}

.pg-v2-waitlist__field input:focus {
  outline: 2px solid var(--pg-v2-gold);
  outline-offset: 2px;
}

.pg-v2-waitlist__submit {
  grid-column: 1 / -1;
  justify-self: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.85rem;
  white-space: nowrap;
}

.pg-v2-waitlist__consent {
  margin: 0.95rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(244, 241, 232, 0.58);
}

.pg-v2-waitlist__status {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.pg-v2-waitlist__status--ok {
  background: rgba(61, 196, 255, 0.12);
  border: 1px solid rgba(61, 196, 255, 0.28);
  color: var(--pg-v2-white);
}

.pg-v2-waitlist__status--erro {
  background: rgba(196, 75, 220, 0.12);
  border: 1px solid rgba(196, 75, 220, 0.28);
  color: var(--pg-v2-white);
}

.pg-v2-waitlist__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 820px) {
  .pg-v2-waitlist__fields {
    grid-template-columns: 1fr;
  }

  .pg-v2-waitlist__submit {
    width: 100%;
    justify-content: center;
  }
}

/* Community alumni portraits */
.pg-v2-alumni {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.75rem 0.85rem;
  margin: 1.85rem 0 0;
  padding: 0;
  list-style: none;
}

.pg-v2-alumni li {
  padding: 0;
  border: 0;
  background: transparent;
  flex: 0 1 auto;
  min-width: 0;
}

.pg-v2-alumni figure {
  margin: 0;
  width: 5.2rem;
  text-align: center;
}

.pg-v2-alumni__photo {
  display: block;
  width: 4.65rem;
  height: 4.65rem;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(240, 193, 75, 0.72);
  box-shadow:
    0 0 0 3px rgba(240, 193, 75, 0.12),
    0 8px 18px rgba(7, 9, 24, 0.28);
  background: #12153a;
}

.pg-v2-alumni__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.pg-v2-alumni__photo--charbel img {
  object-position: center 28%;
}

.pg-v2-alumni__photo--daniel img {
  object-position: center 26%;
}

.pg-v2-alumni__photo--melissa img {
  object-position: center 32%;
}

.pg-v2-alumni__photo--ariela img {
  object-position: center 28%;
}

.pg-v2-alumni__photo--gabriely img {
  object-position: center 22%;
}

.pg-v2-alumni__photo--mariley img {
  object-position: center 18%;
}

.pg-v2-alumni__photo--martha img {
  object-position: center 30%;
}

.pg-v2-alumni figcaption {
  margin-top: 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--pg-v2-gold-soft);
}

@media (max-width: 900px) {
  .pg-v2-alumni {
    flex-wrap: wrap;
    gap: 0.85rem 0.9rem;
  }

  .pg-v2-alumni figure {
    width: 5.15rem;
  }

  .pg-v2-alumni__photo {
    width: 4.6rem;
    height: 4.6rem;
  }
}

@media (max-width: 700px) {
  .pg-v2-alumni {
    gap: 0.75rem 0.7rem;
  }

  .pg-v2-alumni figure {
    width: 4.5rem;
  }

  .pg-v2-alumni__photo {
    width: 4.1rem;
    height: 4.1rem;
  }
}

/* Community */
.pg-v2-community-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.pg-v2-community-list li {
  padding: 0;
  border: 0;
  background: transparent;
}

.pg-v2-community-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-family: var(--pg-v2-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #8a6a14;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pg-v2-section--space .pg-v2-community-pill {
  color: var(--pg-v2-gold-soft);
}

.pg-v2-community-pill:hover,
.pg-v2-community-pill.is-active {
  background: linear-gradient(180deg, var(--pg-v2-gold-bright), var(--pg-v2-gold));
  border-color: transparent;
  color: #0b1220;
  transform: translateY(-1px);
}

/* Community world map */
.pg-v2-map-wrap {
  margin: 1.75rem 0 0;
}

.pg-v2-map {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: 0 18px 48px rgba(7, 9, 24, 0.12);
  background: #070918;
  aspect-ratio: 2 / 1;
}

.pg-v2-map__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-v2-map__lands {
  transition: fill 0.35s ease, stroke 0.35s ease;
}

.pg-v2-map__lands path {
  transition: fill 0.35s ease, stroke 0.35s ease;
}

.pg-v2-map__arc {
  pointer-events: none;
}

.pg-v2-map__pin {
  cursor: pointer;
  outline: none;
}

.pg-v2-map__pin-pulse {
  fill: rgba(240, 193, 75, 0.22);
  animation: pg-v2-pin-pulse 2.4s ease-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

.pg-v2-map__pin-ring {
  fill: none;
  stroke: rgba(240, 193, 75, 0.75);
  stroke-width: 1.6;
}

.pg-v2-map__pin-core {
  fill: #f0c14b;
}

.pg-v2-map__pin-short {
  fill: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-family: var(--pg-v2-font-body), system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pg-v2-map__pin:hover .pg-v2-map__pin-short,
.pg-v2-map__pin:focus-visible .pg-v2-map__pin-short,
.pg-v2-map__pin.is-active .pg-v2-map__pin-short {
  opacity: 1;
  fill: #f0c14b;
}

.pg-v2-map__pin.is-active .pg-v2-map__pin-core {
  fill: #fff6d2;
}

.pg-v2-map__pin.is-active .pg-v2-map__pin-ring {
  stroke: #fff6d2;
  stroke-width: 2.2;
}

.pg-v2-map__pin.is-active .pg-v2-map__pin-pulse {
  animation-duration: 1.4s;
  fill: rgba(255, 246, 210, 0.35);
}

.pg-v2-map__label {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(7, 9, 24, 0.82);
  border: 1px solid rgba(240, 193, 75, 0.45);
  color: #f0c14b;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}

.pg-v2-map__label[hidden] {
  display: none;
}

.pg-v2-map__pin-pulse {
  fill: rgba(240, 193, 75, 0.22);
  transform-origin: center;
  transform-box: fill-box;
  animation: pg-v2-pin-pulse 2.4s ease-out infinite;
}

@keyframes pg-v2-pin-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.55);
  }
  70% {
    opacity: 0;
    transform: scale(1.65);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@media (max-width: 700px) {
  .pg-v2-map {
    aspect-ratio: 16 / 11;
  }

  .pg-v2-map__pin-short {
    font-size: 11px;
  }
}

/* Check list block */
.pg-v2-checklist {
  display: grid;
  gap: 0.45rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.pg-v2-checklist li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  color: rgba(244, 241, 232, 0.85);
}

.pg-v2-section--light .pg-v2-checklist li {
  color: rgba(244, 241, 232, 0.85);
}

.pg-v2-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--pg-v2-gold);
}

@media (max-width: 1100px) {
  .pg-v2-path-grid--4,
  .pg-v2-path-grid--5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .pg-v2-tiers {
    grid-template-columns: 1fr;
  }

  .pg-v2-tier--featured {
    transform: none;
  }
}

@media (max-width: 900px) {
  .pg-v2-path-grid,
  .pg-v2-path-grid--4,
  .pg-v2-path-grid--5,
  .pg-v2-diff-grid,
  .pg-v2-compare-grid,
  .pg-v2-modality-grid {
    grid-template-columns: 1fr;
  }

  .pg-v2-nav__list a {
    font-size: 0.95rem;
  }
}

@media (max-width: 720px) {
  .pg-v2-path-grid--4,
  .pg-v2-path-grid--5 {
    grid-template-columns: 1fr;
  }
}

/* Sessões gravadas — lista horizontal (imagem + texto + CTA) */
.pg-v2-session-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  align-items: stretch;
}

.pg-v2-session-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--pg-v2-card);
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 16px 40px rgba(7, 9, 24, 0.28);
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pg-v2-session-card--dark {
  background: var(--pg-v2-card);
  border-color: rgba(212, 175, 55, 0.22);
  box-shadow: 0 16px 40px rgba(7, 9, 24, 0.28);
  color: #ffffff;
}

.pg-v2-session-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(7, 9, 24, 0.12);
}

.pg-v2-session-card--dark:hover {
  box-shadow: 0 20px 48px rgba(7, 9, 24, 0.4);
  border-color: rgba(240, 193, 75, 0.4);
}

.pg-v2-session-card__media {
  display: block;
  margin: 0;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0a1628;
  flex-shrink: 0;
}

.pg-v2-session-card__media img,
.pg-v2-session-card__media .pg-v2-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  aspect-ratio: 1 / 1;
}

.pg-v2-session-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.2rem 1.35rem;
}

.pg-v2-session-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.2rem;
  line-height: 1.25;
  color: #ffffff;
}

.pg-v2-session-card--dark h3 {
  color: #ffffff;
}

.pg-v2-session-card__lead {
  margin: 0 0 0.75rem !important;
  font-size: 0.9rem !important;
  font-weight: 600;
  color: var(--pg-v2-gold-soft) !important;
}

.pg-v2-session-card--dark .pg-v2-session-card__lead {
  color: var(--pg-v2-gold-soft) !important;
}

.pg-v2-session-card p {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.pg-v2-session-card--dark p {
  color: rgba(255, 255, 255, 0.9);
}

.pg-v2-session-card__price {
  margin: auto 0 1rem !important;
  padding-top: 0.5rem;
  font-family: var(--pg-v2-font-display);
  font-size: 1.4rem !important;
  font-weight: 600;
  color: #ffffff !important;
}

.pg-v2-session-card--dark .pg-v2-session-card__price {
  color: #ffffff !important;
}

.pg-v2-session-card .pg-v2-btn {
  width: 100%;
  margin-top: auto;
}

.pg-v2-session-card__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
}

.pg-v2-session-card__actions .pg-v2-btn {
  width: 100%;
}

.pg-v2-session-card__more {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pg-v2-gold);
}

.pg-v2-service__thumb {
  margin: 0 0 1.15rem;
  max-width: 220px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.pg-v2-service__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-v2-session-card--row {
  flex-direction: row;
  align-items: stretch;
}

.pg-v2-session-card--row .pg-v2-session-card__media {
  width: min(340px, 36%);
  aspect-ratio: auto;
  align-self: stretch;
}

.pg-v2-session-card--row .pg-v2-session-card__media img,
.pg-v2-session-card--row .pg-v2-session-card__media .pg-v2-placeholder {
  aspect-ratio: auto;
  min-height: 100%;
}

.pg-v2-session-card--row .pg-v2-session-card__body {
  justify-content: center;
  padding: 1.45rem 1.6rem 1.55rem;
}

.pg-v2-session-card--row h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.pg-v2-session-card--row .pg-v2-btn {
  width: auto;
  align-self: flex-start;
  min-width: 14rem;
}

@media (max-width: 800px) {
  .pg-v2-session-card--row .pg-v2-session-card__media {
    width: min(260px, 38%);
  }
}

@media (max-width: 700px) {
  .pg-v2-session-card--row {
    flex-direction: column;
  }

  .pg-v2-session-card--row .pg-v2-session-card__media {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .pg-v2-session-card--row .pg-v2-session-card__media img,
  .pg-v2-session-card--row .pg-v2-session-card__media .pg-v2-placeholder {
    aspect-ratio: 16 / 9;
  }

  .pg-v2-session-card--row .pg-v2-btn {
    width: 100%;
  }
}

/* Cosmic night site chrome */
body.pg-v2 .pg-v2-main {
  background: transparent;
}

body.pg-v2 .pg-v2-footer {
  background: transparent;
}

body.pg-v2 .pg-v2-footer__bar {
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  background: transparent;
}

.pg-v2-btn--gold {
  box-shadow: 0 0 0 rgba(212, 175, 55, 0);
  transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.pg-v2-btn--gold:hover {
  box-shadow: 0 0 22px rgba(240, 193, 75, 0.45), 0 0 48px rgba(139, 92, 246, 0.18);
}

.pg-v2-brand__orb {
  position: relative;
}

.pg-v2-brand__orb::after {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 193, 75, 0.22) 0%, rgba(139, 92, 246, 0.12) 40%, transparent 70%);
  pointer-events: none;
  z-index: -1;
  animation: pg-v2-orb-pulse 6s ease-in-out infinite;
}

@keyframes pg-v2-orb-pulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.pg-v2-service__icon-wrap {
  box-shadow: 0 0 18px rgba(240, 193, 75, 0.35), 0 0 28px rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.pg-v2-belief-list li {
  display: block;
}



/* ── Ilustração do ecossistema — Próximo passo ── */
#caminhos {
  overflow-x: hidden;
}

#caminhos > .pg-v2-wrap {
  width: min(100% - 2.5rem, var(--pg-v2-max));
  max-width: 100%;
}

.pg-v2-illustration {
  margin: 2.5rem 0 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  background: #070918;
}

.pg-v2-illustration__stage {
  position: relative;
  width: 100%;
  max-width: 100%;
  /* Mobile board 2048×3072 */
  aspect-ratio: 2 / 3;
}

.pg-v2-illustration picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

body.pg-v2 .pg-v2-illustration__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: fill;
}

.pg-v2-illustration__hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
}

.pg-v2-illustration__hotspots--mobile {
  display: block;
}

.pg-v2-illustration__hotspots a {
  cursor: pointer;
}

.pg-v2-illustration__hotspots circle,
.pg-v2-illustration__hotspots ellipse {
  fill: transparent;
  stroke: transparent;
  stroke-width: 8;
  transition: fill 0.2s ease, stroke 0.2s ease;
  pointer-events: auto;
}

.pg-v2-illustration__hotspots a:hover circle,
.pg-v2-illustration__hotspots a:hover ellipse,
.pg-v2-illustration__hotspots a:focus-visible circle,
.pg-v2-illustration__hotspots a:focus-visible ellipse {
  fill: rgba(240, 193, 75, 0.14);
  stroke: rgba(240, 193, 75, 0.92);
  outline: none;
}

@media (min-width: 901px) {
  .pg-v2-illustration__stage {
    /* Desktop board 3072×2048 */
    aspect-ratio: 3 / 2;
  }

  .pg-v2-illustration__hotspots--mobile {
    display: none;
  }

  .pg-v2-illustration__hotspots--desktop {
    display: block;
  }
}

/* ── Tabuleiro S — Próximo passo ── */
.pg-v2-board {
  margin-top: 2.5rem;
}

.pg-v2-board__brand {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transform: translate(-50%, -50%);
  width: min(19rem, 58%);
  max-width: 19rem;
  margin: 0;
  padding: 0.2rem 0.35rem;
  text-align: left;
  pointer-events: none;
}

.pg-v2-board__brand--mobile {
  display: none;
  position: static;
  left: auto;
  top: auto;
  transform: none;
  width: auto;
  max-width: 18rem;
  margin: 0 auto 1.5rem;
  padding: 0;
  pointer-events: auto;
}

.pg-v2-board__brand img {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  width: 4.6rem;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(240, 193, 75, 0.22));
}

.pg-v2-board__brand--mobile img {
  width: 4.85rem;
}

.pg-v2-board__brand p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: clamp(0.66rem, 1.05vw, 0.8rem);
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
  color: rgba(244, 241, 232, 0.84);
}

.pg-v2-board__brand--mobile p {
  font-size: 0.8rem;
}

.pg-v2-board__stage {
  position: relative;
  padding: 1.25rem 1.1rem 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(240, 193, 75, 0.06),
    0 20px 50px rgba(7, 9, 24, 0.35);
  background:
    radial-gradient(1.5px 1.5px at 12% 18%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1px 1px at 78% 28%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1.5px 1.5px at 42% 72%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 88% 80%, rgba(240, 193, 75, 0.45), transparent),
    radial-gradient(1px 1px at 55% 12%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(ellipse at 70% 20%, rgba(61, 126, 166, 0.24), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(240, 193, 75, 0.12), transparent 45%),
    linear-gradient(165deg, rgba(18, 21, 58, 0.94) 0%, rgba(7, 9, 24, 0.98) 100%);
  overflow: hidden;
}

.pg-v2-board__start {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem 0.15rem;
  padding: 0.35rem 0.75rem 0.35rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  background: rgba(10, 13, 36, 0.88);
  color: var(--pg-v2-gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.18);
  position: static;
}

.pg-v2-board__start svg {
  color: var(--pg-v2-gold);
}

.pg-v2-board__canvas {
  --pg-board-cell: 6.5rem;
  --pg-board-gap: 0.4rem;
  --pg-board-row-gap: clamp(7.25rem, 11vw, 8.5rem);
  --pg-board-stem: 1.05rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pg-v2-board__callouts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--pg-board-gap);
  position: relative;
  z-index: 4;
  /* Proporção 60:400:60 do track (gutters esq/dir) */
  padding-left: calc(100% * 60 / 520);
  padding-right: calc(100% * 60 / 520);
  box-sizing: border-box;
  overflow: visible;
}

.pg-v2-board__callouts--top {
  margin-bottom: calc(var(--pg-board-stem) * -0.15);
}

.pg-v2-board__callouts--bottom {
  margin-top: calc(var(--pg-board-stem) * -0.15);
}

.pg-v2-board__callout-slot {
  min-width: 0;
  display: flex;
  overflow: visible;
  position: relative;
  z-index: 4;
}

.pg-v2-board__callouts--top .pg-v2-board__callout-slot {
  align-items: flex-end;
  justify-content: center;
}

.pg-v2-board__callouts--bottom .pg-v2-board__callout-slot {
  align-items: flex-start;
  justify-content: center;
}

.pg-v2-board__callout-slot--curve {
  justify-content: flex-end;
  padding-right: 0.2rem;
}

.pg-v2-board__callout-slot--curve .pg-v2-board__pin {
  transform: translateX(-14%);
}

/* Casa 1: haste no começo do card; card cresce para a direita (não corta na margem) */
.pg-v2-board__callout-slot--start {
  justify-content: center;
}

.pg-v2-board__callout-slot--start .pg-v2-board__pin--start {
  align-items: flex-start;
  transform: translateX(calc(50% - 0.75px));
}

.pg-v2-board__pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.9rem;
  max-width: none;
  flex: 0 0 auto;
}

.pg-v2-board__pin--start .pg-v2-board__stem {
  margin-left: 0.85rem;
}

.pg-v2-board__callout-slot--end {
  justify-content: center;
}

.pg-v2-board__pin--end {
  align-items: flex-end;
  transform: translateX(calc(-50% + 0.75px));
}

.pg-v2-board__pin--end .pg-v2-board__stem {
  margin-right: 0.85rem;
}

.pg-v2-board__pin--down .pg-v2-board__stop--callout {
  margin-bottom: 0;
}

.pg-v2-board__pin--up .pg-v2-board__stop--callout {
  margin-top: 0;
}

.pg-v2-board__stem {
  display: block;
  width: 1.5px;
  height: var(--pg-board-stem);
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    rgba(240, 193, 75, 0.95),
    rgba(212, 175, 55, 0.65)
  );
  box-shadow:
    0 0 6px rgba(240, 193, 75, 0.55),
    0 0 1px rgba(240, 193, 75, 0.9);
  border-radius: 999px;
  position: relative;
  z-index: 5;
}

.pg-v2-board__pin--down .pg-v2-board__stem {
  margin-top: -1px;
}

.pg-v2-board__pin--up .pg-v2-board__stem {
  margin-bottom: -1px;
  background: linear-gradient(
    0deg,
    rgba(240, 193, 75, 0.95),
    rgba(212, 175, 55, 0.65)
  );
}

.pg-v2-board__stem::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f0c14b;
  box-shadow: 0 0 8px rgba(240, 193, 75, 0.75);
  transform: translateX(-50%);
}

.pg-v2-board__pin--down .pg-v2-board__stem::after {
  bottom: -2px;
}

.pg-v2-board__pin--up .pg-v2-board__stem::after {
  top: -2px;
}

.pg-v2-board__track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  overflow: visible;
}

.pg-v2-board__track-main {
  position: relative;
  z-index: 2;
  flex: 400 1 0;
  min-width: 0;
}

.pg-v2-board__track-gutter {
  flex: 60 0 0;
  min-width: 0;
}

.pg-v2-board__path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.pg-v2-board__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, var(--pg-board-cell));
  column-gap: var(--pg-board-gap);
  row-gap: var(--pg-board-row-gap);
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0;
  overflow: visible;
}

.pg-v2-board__grid::before {
  display: none;
}

.pg-v2-board__cell {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: 100%;
  overflow: visible;
}

.pg-v2-board__cell--mid-callout .pg-v2-board__pin {
  position: absolute;
  left: 50%;
  bottom: calc(50% + 1.4rem);
  transform: translateX(-50%);
  z-index: 5;
}

.pg-v2-board__dot {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #f5d57a;
  background:
    radial-gradient(circle at 30% 26%, #fff3c4 0%, #f0c14b 32%, #d4af37 68%, #9a7420 100%);
  box-shadow:
    0 0 0 2px rgba(10, 13, 36, 0.55),
    0 0 0 3px rgba(212, 175, 55, 0.22),
    0 3px 12px rgba(7, 9, 24, 0.5),
    0 0 18px rgba(240, 193, 75, 0.4);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pg-v2-board__dot--link:hover {
  transform: scale(1.07);
  box-shadow:
    0 0 0 2px rgba(10, 13, 36, 0.6),
    0 0 0 3px rgba(240, 193, 75, 0.35),
    0 0 22px rgba(240, 193, 75, 0.6);
}

.pg-v2-board__num {
  font-family: var(--pg-v2-font-display);
  font-weight: 700;
  font-size: 0.98rem;
  color: #2a1a5c;
  line-height: 1;
}

.pg-v2-board__dot .pg-v2-board__num {
  color: #2a1a5c;
}

.pg-v2-board__stop {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.22rem;
  width: 100%;
  padding: 0.6rem 0.65rem 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: linear-gradient(165deg, rgba(22, 26, 58, 0.97) 0%, rgba(10, 13, 36, 0.98) 100%);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  box-shadow:
    0 0 0 1px rgba(10, 13, 36, 0.7),
    0 10px 26px rgba(7, 9, 24, 0.45),
    inset 0 0 0 1px rgba(240, 193, 75, 0.06);
}

.pg-v2-board__stop--callout {
  width: 16.9rem;
  max-width: none;
  min-height: 0;
  height: auto;
  padding: 0.55rem 0.7rem 0.65rem;
  text-align: left;
}

.pg-v2-board__pin .pg-v2-board__stop--callout:hover {
  transform: translateY(-2px);
}

.pg-v2-board__stop:hover {
  border-color: rgba(240, 193, 75, 0.92);
  box-shadow:
    0 0 0 1px rgba(10, 13, 36, 0.85),
    0 14px 30px rgba(7, 9, 24, 0.52),
    0 0 18px rgba(212, 175, 55, 0.16);
}

.pg-v2-board__stop-title {
  font-family: var(--pg-v2-font-display);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f1e8;
}

.pg-v2-board__stop-line {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(244, 241, 232, 0.72);
  display: block;
  overflow: visible;
  white-space: normal;
}

.pg-v2-board__stop-cta {
  margin-top: 0.25rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pg-v2-gold-bright, #f0c14b);
}

.pg-v2-board__mobile .pg-v2-board__stop {
  max-width: none;
}

.pg-v2-board__mobile .pg-v2-board__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  border: 1.5px solid #f0c14b;
  font-size: 0.8rem;
  margin-bottom: 0.15rem;
  color: #2a1a5c;
  background:
    radial-gradient(circle at 32% 28%, #ffe9a8 0%, #f0c14b 40%, #d4af37 100%);
}

.pg-v2-board__mobile {
  display: none;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0 0 0 1.1rem;
  position: relative;
}

.pg-v2-board__mobile::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.15),
    rgba(240, 193, 75, 0.65),
    rgba(212, 175, 55, 0.15)
  );
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
}

.pg-v2-board__mobile-mid {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.35rem;
}

.pg-v2-board__mobile-mid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 1.5px solid #f0c14b;
  font-family: var(--pg-v2-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  color: #2a1a5c;
  background:
    radial-gradient(circle at 32% 28%, #ffe9a8 0%, #f0c14b 40%, #d4af37 100%);
}

.pg-v2-board__mobile-mid::before,
.pg-v2-board__mobile-stop::before {
  content: "";
  position: absolute;
  left: -0.12rem;
  top: 50%;
  width: 0.7rem;
  height: 2px;
  background: rgba(212, 175, 55, 0.45);
  transform: translateY(-50%);
}

.pg-v2-board__mobile-stop {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.35rem;
}

.pg-v2-board__footnote {
  margin: 1.75rem auto 0;
  max-width: 36rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 241, 232, 0.7);
}

@media (max-width: 900px) {
  .pg-v2-board__stage {
    display: none;
  }

  .pg-v2-board__mobile {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pg-v2-board__stop {
    transition: none;
  }

  .pg-v2-board__stop:hover {
    transform: none;
  }
}
