/* Lionare index-new3 — same palette as index-new2 / index.html */

:root {
  --bg-deep: #051a1b;
  --bg-mid: #0a2c2f;
  --bg-soft: #114245;
  --gold: #d9bd76;
  --gold-soft: #f0dfb3;
  --mint: #7ccbc2;
  --text: #ecf6f4;
  --text-soft: rgba(236, 246, 244, 0.78);
  --border: rgba(124, 203, 194, 0.2);
  --radius: 20px;
  --radius-lg: 20px;
  --radius-md: 18px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "DM Sans", system-ui, sans-serif;
  --header-h: 72px;
  --promo-h: 0px;
  --stagger-ease: cubic-bezier(0.12, 0.72, 0.12, 1);
  --stagger-step: 0.09s;
  /* aliases used across this file */
  --cream: var(--text);
  --muted: var(--text-soft);
  --line: var(--border);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--promo-h) + 8px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-padding-top: calc(var(--header-h) + var(--promo-h) + 8px);
  }
  .parallax-layer:not(.ghost-typo) {
    transform: none !important;
  }
  .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .scroll-stagger > .scroll-stagger__item,
  .scroll-stagger.is-revealed > .scroll-stagger__item,
  .price-modules .price-module-card,
  .price-modules.is-revealed .price-module-card {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }
  .ghost-typo {
    --ghost-reveal: 1 !important;
    clip-path: none !important;
    transform: translate(-50%, -50%) !important;
  }
  .insights-list > li.insights-quadro,
  .insights-list.is-revealed > li.insights-quadro {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background-color: var(--bg-deep);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background: var(--mosaic-green, #0a2527);
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 900px 700px at 50% 38%, rgba(255, 255, 255, 0.055), transparent 58%),
    radial-gradient(1200px 800px at 70% 0%, rgba(192, 160, 80, 0.1), transparent 55%),
    radial-gradient(1200px 800px at 20% 20%, rgba(32, 96, 96, 0.45), transparent 60%),
    linear-gradient(180deg, rgba(10, 26, 24, 0.88) 0%, rgba(11, 37, 37, 0.92) 50%, rgba(7, 24, 24, 0.92) 100%);
}

main {
  position: relative;
  z-index: 2;
  padding-top: var(--header-h);
}

/* Noise */
.noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px, 4vw, 40px);
  border-bottom: 1px solid rgba(124, 203, 194, 0.22);
  background: linear-gradient(90deg, rgba(4, 22, 23, 0.94) 0%, rgba(9, 40, 43, 0.95) 50%, rgba(4, 22, 23, 0.94) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: background 0.35s ease, border-color 0.35s ease;
}

.site-header.is-scrolled {
  border-color: rgba(124, 203, 194, 0.28);
  background: linear-gradient(90deg, rgba(4, 22, 23, 0.97) 0%, rgba(9, 40, 43, 0.98) 50%, rgba(4, 22, 23, 0.97) 100%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--gold);
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 100%);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  color: #061213;
  letter-spacing: -0.02em;
}

.brand-text {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-main {
  display: flex;
  gap: clamp(8px, 1.5vw, 22px);
  flex-wrap: wrap;
  justify-content: center;
}

.nav-main a {
  color: var(--muted);
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.nav-main a:hover {
  color: var(--text);
  border-color: rgba(217, 189, 118, 0.45);
}

.btn-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  color: #061213;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-start:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav-main {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 16px;
    background: rgba(4, 22, 23, 0.97);
    border-bottom: 1px solid var(--border);
  }
  .nav-main.is-open {
    display: flex;
  }
  .nav-toggle {
    display: grid;
    place-items: center;
  }
}

/* Sections common */
.section {
  position: relative;
  padding: clamp(72px, 12vw, 120px) clamp(18px, 5vw, 48px);
}

.wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}

h1,
h2,
.section-title {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}

.section-title {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
}

.section-title em {
  color: var(--gold);
  font-style: italic;
}

.lead {
  margin-top: 18px;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.65;
}

/* Parallax scene wrapper */
.parallax-scene {
  position: relative;
  overflow: hidden;
}

.parallax-layer {
  will-change: transform;
}

.parallax-layer.parallax-zoom {
  transform-origin: 50% 45%;
}

/* Scroll-triggered entrance (transform on wrapper; parallax stays on inner layers) */
.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  filter: blur(3px);
  transition:
    opacity 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.52s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.motion-reveal--delay {
  --reveal-delay: 50ms;
}

.motion-reveal--delay-2 {
  --reveal-delay: 95ms;
}

/* Staggered blocks — same pattern as “Divide to multiply”; toggles with scroll in/out */
.scroll-stagger > .scroll-stagger__item {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.992);
  filter: blur(10px);
  transition:
    opacity 0.72s var(--stagger-ease),
    transform 0.68s var(--stagger-ease),
    filter 0.58s cubic-bezier(0.1, 0.65, 0.18, 1);
}

.scroll-stagger.is-revealed > .scroll-stagger__item {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(1) {
  transition-delay: 0s;
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(2) {
  transition-delay: calc(var(--stagger-step) * 1);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(3) {
  transition-delay: calc(var(--stagger-step) * 2);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(4) {
  transition-delay: calc(var(--stagger-step) * 3);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(5) {
  transition-delay: calc(var(--stagger-step) * 4);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(6) {
  transition-delay: calc(var(--stagger-step) * 5);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(7) {
  transition-delay: calc(var(--stagger-step) * 6);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(8) {
  transition-delay: calc(var(--stagger-step) * 7);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(9) {
  transition-delay: calc(var(--stagger-step) * 8);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(10) {
  transition-delay: calc(var(--stagger-step) * 9);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(11) {
  transition-delay: calc(var(--stagger-step) * 10);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(12) {
  transition-delay: calc(var(--stagger-step) * 11);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(13) {
  transition-delay: calc(var(--stagger-step) * 12);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(14) {
  transition-delay: calc(var(--stagger-step) * 13);
}
.scroll-stagger.is-revealed > .scroll-stagger__item:nth-child(15) {
  transition-delay: calc(var(--stagger-step) * 14);
}

/* Section intros: center narrow column */
.section-intro {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-intro .lead {
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.hero {
  position: relative;
  overflow: visible;
  min-height: 100vh;
  padding-top: 0;
  display: grid;
  align-items: center;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-copy {
    order: 2;
  }
  .hero-visual {
    order: 1;
    max-width: 420px;
    margin: 0 auto;
  }
}

.hero-kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
}

.hero h1 .gold {
  color: var(--gold);
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

@media (max-width: 960px) {
  .hero-actions {
    justify-content: center;
  }
}

.btn-primary {
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  color: #061213;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.btn-ghost {
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(236, 246, 244, 0.35);
  color: var(--text);
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.hero-visual {
  position: relative;
  aspect-ratio: 1;
  max-height: min(72vh, 620px);
}

.hero-visual-parallax {
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.hero-visual-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 22%;
  display: block;
  transform: scaleX(-1);
}

.hero-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(124, 203, 194, 0.12) 0%,
    rgba(217, 189, 118, 0.08) 40%,
    transparent 58%
  );
  pointer-events: none;
  z-index: 0;
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(236, 246, 244, 0.38);
}

/* Giant ghost text — scroll-driven L→R reveal via --ghost-reveal (0–1) */
.ghost-typo {
  --ghost-reveal: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-serif);
  font-size: clamp(4rem, 22vw, 16rem);
  font-weight: 700;
  color: rgba(55, 130, 128, 0.62);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  letter-spacing: -0.02em;
  will-change: clip-path, transform;
  clip-path: inset(0 calc((1 - var(--ghost-reveal)) * 100%) 0 0);
  text-shadow: 0 0 80px rgba(124, 203, 194, 0.12);
}

/* Cycle section */
.section-cycle {
  background: linear-gradient(180deg, transparent, rgba(10, 44, 47, 0.45));
}

.cycle-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  margin-top: 48px;
}

@media (max-width: 900px) {
  .cycle-grid {
    grid-template-columns: 1fr;
  }
}

.cycle-visual {
  position: relative;
  border-radius: 0;
  border: none;
  overflow: visible;
  min-height: 360px;
  background: transparent;
}

.cycle-visual-inner {
  width: 100%;
  min-height: 360px;
}

.cycle-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 360px;
  display: block;
}

.cycle-steps {
  display: grid;
  gap: 16px;
}

.cycle-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.22);
}

.cycle-step-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
}

.cycle-step h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  margin: 0 0 6px;
  color: var(--text);
}

.cycle-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Insights */
.section-insights {
  position: relative;
}

.insights-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .insights-split {
    grid-template-columns: 1fr;
  }
}

.insights-visual {
  position: relative;
  border-radius: 0;
  border: none;
  overflow: visible;
  min-height: 420px;
  background: transparent;
}

.insights-visual-inner {
  width: 100%;
  min-height: 420px;
}

.insights-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 420px;
  display: block;
}

.insights-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Cinco quadros — texto em dobro; revelação 2× mais rápida */
.insights-list > li.insights-quadro {
  --insight-ease: cubic-bezier(0.12, 0.72, 0.12, 1);
  display: grid;
  grid-template-columns: minmax(72px, 5.5rem) 1fr;
  gap: 22px 20px;
  align-items: start;
  padding: 26px 24px 26px 22px;
  font-size: clamp(17px, 1.35vw + 16px, 30px);
  line-height: 1.45;
  color: var(--muted);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.5), rgba(5, 26, 27, 0.72));
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translate3d(-32px, 22px, 0) scale(0.985);
  filter: blur(12px);
  transition:
    opacity 1.58s var(--insight-ease),
    transform 1.53s var(--insight-ease),
    filter 1.38s cubic-bezier(0.1, 0.65, 0.18, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.insights-quadro:hover {
  border-color: rgba(124, 203, 194, 0.35);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.28);
}

/* Início da cascata alinhado ao trigger; intervalo largo entre cada quadro */
.insights-list.is-revealed > li.insights-quadro:nth-child(1) {
  transition-delay: 0s;
}
.insights-list.is-revealed > li.insights-quadro:nth-child(2) {
  transition-delay: 0.41s;
}
.insights-list.is-revealed > li.insights-quadro:nth-child(3) {
  transition-delay: 0.82s;
}
.insights-list.is-revealed > li.insights-quadro:nth-child(4) {
  transition-delay: 1.23s;
}
.insights-list.is-revealed > li.insights-quadro:nth-child(5) {
  transition-delay: 1.64s;
}

.insights-list.is-revealed > li.insights-quadro {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.insights-list strong {
  color: var(--text);
  font-weight: 600;
}

.insights-num {
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 700;
}

.insights-list .insights-num {
  font-size: clamp(1.25rem, 1.8vw + 0.85rem, 2.2rem);
  line-height: 1.1;
}

/* Corporate visits */
.visits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

@media (max-width: 800px) {
  .visits-grid {
    grid-template-columns: 1fr;
  }
}

.visit-card {
  padding: 26px 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.45), rgba(5, 26, 27, 0.82));
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.visit-card:hover {
  border-color: rgba(217, 189, 118, 0.35);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.visit-card .phase {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.visit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Cocktail */
.section-cocktail {
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.cocktail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 900px) {
  .cocktail-layout {
    grid-template-columns: 1fr;
  }
}

.cocktail-visual {
  position: relative;
  border-radius: 0;
  overflow: visible;
  border: none;
  min-height: 400px;
  background: transparent;
}

.cocktail-visual-inner {
  width: 100%;
  min-height: 400px;
}

.cocktail-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 400px;
  display: block;
}

.cocktail-tagline {
  margin-top: 22px;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  color: var(--gold);
}

/* Host — black profile band (before Join) */
.section-host {
  background: #000;
  color: #fff;
}

.section-host .wrap {
  max-width: 1120px;
}

.host-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.host-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.host-name {
  margin: 0 0 28px;
  font-family: var(--font-sans);
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
}

.host-bio {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.host-bio p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.65vw, 17px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 36em;
}

.host-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.host-badges li {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
}

.host-badges a {
  color: inherit;
  text-decoration: none;
}

.host-badges a:hover {
  color: var(--mint);
}

.host-photo {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.host-photo__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  filter: grayscale(1) contrast(1.06);
}

@media (max-width: 900px) {
  .host-layout {
    grid-template-columns: 1fr;
  }

  .host-photo {
    order: -1;
    max-width: min(420px, 100%);
    margin: 0 auto;
  }

  .host-copy {
    text-align: left;
  }
}

/* Membership */
.membership-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 44px;
  align-items: stretch;
}

@media (max-width: 900px) {
  .membership-row {
    grid-template-columns: 1fr;
  }
}

.price-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 32px 28px;
  background: linear-gradient(160deg, rgba(17, 66, 69, 0.5), rgba(5, 26, 27, 0.9));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.price-card .price {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--gold);
  margin: 8px 0;
}

.price-card .price small {
  font-size: 1rem;
  color: var(--muted);
}

.price-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
}

.price-card li::before {
  content: "+";
  color: var(--gold);
  font-weight: 800;
  flex-shrink: 0;
}

.membership-visual {
  border-radius: 0;
  border: none;
  overflow: visible;
  min-height: 420px;
  background: transparent;
}

.membership-visual-inner {
  width: 100%;
  min-height: 420px;
}

.membership-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 420px;
  display: block;
}

/* Certificado — destaque dourado antes do FAQ */
.section-certificate {
  background: linear-gradient(
    180deg,
    var(--gold-soft, #f0dfb3) 0%,
    var(--gold, #d9bd76) 42%,
    #c4a66a 100%
  );
  color: var(--mosaic-green-dark, #071e21);
  padding: clamp(64px, 10vw, 96px) clamp(18px, 5vw, 48px) clamp(72px, 11vw, 104px);
}

.certificate-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.certificate-head {
  margin-bottom: clamp(32px, 5vw, 48px);
}

.certificate-title {
  margin: 0 0 clamp(16px, 2.5vw, 24px);
  font-family: var(--font-serif, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(2.35rem, 5.5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--mosaic-green-dark, #071e21);
}

.certificate-lead {
  margin: 0 auto;
  max-width: 40ch;
  font-family: var(--font-sans, "DM Sans", system-ui, sans-serif);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--bg-deep, #051a1b);
}

.certificate-visual {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.certificate-visual img {
  display: block;
  width: min(100%, 920px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 24px 48px rgba(5, 26, 27, 0.22));
}

/* FAQ — two columns: list left, contact card right (light panel) */
.section-faq {
  position: relative;
  overflow: visible;
  padding-top: clamp(64px, 10vw, 96px);
  padding-bottom: clamp(96px, 14vw, 140px);
  background:
    linear-gradient(180deg, rgba(245, 241, 232, 0.97) 0%, rgba(236, 230, 218, 0.98) 45%, rgba(228, 222, 210, 0.99) 100%);
  color: #1a1f1f;
}

.section-faq .wrap {
  position: relative;
  z-index: 2;
}

.faq-wrap--split {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

.faq-split-top {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.faq-split-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(26, 31, 31, 0.55);
  margin: 0 0 10px;
}

.faq-display-title {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(2.75rem, 8vw, 4.25rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #0f1414;
}

.faq-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

@media (max-width: 900px) {
  .faq-split-grid {
    grid-template-columns: 1fr;
  }
}

.faq-col-left {
  min-width: 0;
}

.section-faq .faq-intro {
  margin: 0 0 28px;
  max-width: 42rem;
  color: rgba(26, 31, 31, 0.72);
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  line-height: 1.65;
}

.section-faq .accordion {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-faq .acc-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(26, 31, 31, 0.12);
  background: transparent;
  overflow: hidden;
  transition: background 0.25s ease;
}

.section-faq .accordion > .acc-item:first-child {
  border-top: 1px solid rgba(26, 31, 31, 0.12);
}

.section-faq .acc-item.is-open {
  border-color: rgba(26, 31, 31, 0.12);
  box-shadow: none;
  background: transparent;
}

.section-faq .acc-trigger {
  padding: 20px 6px 20px 2px;
  font-family: var(--font-sans);
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  font-weight: 600;
  color: #141a1a;
  border-radius: 0;
}

.section-faq .acc-trigger:hover {
  color: #0a2c2f;
  background: rgba(124, 203, 194, 0.12);
}

.section-faq .acc-trigger:focus-visible {
  outline: 2px solid rgba(10, 44, 47, 0.45);
  outline-offset: 2px;
}

.acc-trigger-text {
  flex: 1;
  padding-right: 16px;
  text-align: left;
}

.acc-chevron {
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
  transition: transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.25s ease;
}

.section-faq .acc-item.is-open .acc-chevron {
  transform: rotate(225deg) translateY(2px);
  opacity: 0.85;
}

.section-faq .acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-faq .acc-item.is-open .acc-panel {
  grid-template-rows: 1fr;
}

.section-faq .acc-answer {
  padding: 0 8px 20px 2px;
  color: rgba(26, 31, 31, 0.72);
  font-size: 15px;
  line-height: 1.65;
  border-top: none;
}

.section-faq .acc-item.is-open .acc-answer {
  border-top: none;
  padding-top: 0;
}

.section-faq .acc-item.is-open .acc-trigger {
  padding-bottom: 12px;
}

.faq-contact-aside {
  position: relative;
}

@media (min-width: 901px) {
  .faq-contact-aside {
    position: sticky;
    top: calc(var(--header-h) + var(--promo-h) + 20px);
  }
}

.faq-contact-card {
  border-radius: 18px;
  padding: 26px 24px 28px;
  background: linear-gradient(165deg, #0d1616 0%, #050c0d 100%);
  color: rgba(248, 250, 249, 0.92);
  border: 1px solid rgba(124, 203, 194, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.faq-contact-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #061213;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.faq-contact-lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(236, 246, 244, 0.88);
}

.faq-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #061213;
  background: linear-gradient(145deg, #a8e8df, var(--mint));
  border: 1px solid rgba(124, 203, 194, 0.5);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-contact-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

.faq-contact-icon {
  flex-shrink: 0;
  opacity: 0.9;
}

/* Legacy accordion (circular +) — kept for any non-FAQ use; FAQ uses .acc-chevron */
.accordion {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acc-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.38), rgba(5, 26, 27, 0.88));
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.acc-item.is-open {
  border-color: rgba(217, 189, 118, 0.35);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

.acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  border: none;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
  transition: color 0.25s ease, background 0.25s ease;
}

.acc-trigger:hover {
  color: var(--gold-soft);
  background: rgba(124, 203, 194, 0.06);
}

.acc-trigger:focus-visible {
  outline: 2px solid rgba(217, 189, 118, 0.55);
  outline-offset: 2px;
}

.acc-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.3s ease, background 0.3s ease;
}

.acc-item.is-open .acc-icon {
  transform: rotate(45deg);
  border-color: rgba(217, 189, 118, 0.45);
  background: rgba(217, 189, 118, 0.1);
}

.acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.acc-item.is-open .acc-panel {
  grid-template-rows: 1fr;
}

.acc-panel-inner {
  overflow: hidden;
  min-height: 0;
}

.acc-answer {
  padding: 0 22px 22px;
  padding-top: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  border-top: 1px solid transparent;
}

.acc-item.is-open .acc-answer {
  border-top-color: rgba(124, 203, 194, 0.12);
  padding-top: 4px;
  margin-top: 0;
}

.acc-item.is-open .acc-trigger {
  padding-bottom: 14px;
}

/* CTA band */
.cta-band-stagger {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cta-band-stagger .btn-start {
  margin-top: 6px;
}

.cta-band {
  position: relative;
  isolation: isolate;
  text-align: center;
  padding: 80px 18px;
  border-top: 1px solid var(--border);
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124, 203, 194, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(217, 189, 118, 0.08), transparent 50%);
}

.cta-band .ghost-typo {
  z-index: 0;
}

.cta-band h2,
.cta-band p,
.cta-band .btn-start,
.cta-band-stagger h2,
.cta-band-stagger p,
.cta-band-stagger .btn-start {
  position: relative;
  z-index: 1;
}

.cta-band h2,
.cta-band-stagger h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin-bottom: 14px;
  color: var(--text);
}

.cta-band p,
.cta-band-stagger p {
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

/* Footer */
.site-footer {
  padding: 48px 18px 32px;
  border-top: 1px solid var(--border);
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .foot-grid {
    grid-template-columns: 1fr;
  }
}

.foot-note {
  font-size: 13px;
  color: rgba(236, 246, 244, 0.48);
  line-height: 1.55;
  margin-top: 12px;
}

.foot-links p {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--muted);
}

.foot-links a {
  color: var(--gold);
}

.copyright {
  text-align: center;
  margin-top: 36px;
  font-size: 12px;
  color: rgba(236, 246, 244, 0.38);
}

/* —— index-new3: Framer-style sections (Lionare green) —— */

.hero-scarcity {
  margin-top: 28px;
  display: grid;
  gap: 12px;
  max-width: 520px;
}

@media (max-width: 960px) {
  .hero-scarcity {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-scarcity-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid var(--border);
  overflow: hidden;
}

.hero-scarcity-fill {
  height: 100%;
  width: 72%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(124, 203, 194, 0.75), var(--gold));
}

.hero-scarcity-note {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.section-media {
  padding-top: clamp(48px, 8vw, 72px);
  padding-bottom: clamp(48px, 8vw, 72px);
  overflow: visible;
}

/* Vertical scroll → horizontal gallery (see index-new3.js) */
.media-pin-outer {
  position: relative;
  margin-top: 28px;
  /* height set in JS: sticky viewport + horizontal travel */
  min-height: 70vh;
}

.media-pin-sticky {
  position: sticky;
  top: calc(var(--header-h) + var(--promo-h) + 10px);
  z-index: 5;
  min-height: max(360px, calc(100vh - var(--header-h) - var(--promo-h) - 24px));
  display: flex;
  align-items: center;
}

.media-pin-viewport {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}

.media-pin-viewport:focus-visible {
  outline: 2px solid rgba(217, 189, 118, 0.55);
  outline-offset: 4px;
}

.media-scroll-track {
  display: flex;
  flex-direction: row;
  gap: 18px;
  width: max-content;
  will-change: transform;
}

/* Reduced motion: classic horizontal swipe */
@media (prefers-reduced-motion: reduce) {
  .media-pin-outer {
    min-height: 0;
    height: auto !important;
  }
  .media-pin-sticky {
    position: relative;
    top: auto;
    min-height: 0;
  }
  .media-pin-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
  }
  .media-pin-viewport .media-card {
    scroll-snap-align: start;
  }
  .media-scroll-track {
    width: max-content;
    transform: none !important;
  }
}

.media-card {
  flex: 0 0 min(72vw, 320px);
  scroll-snap-align: start;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.35), rgba(5, 26, 27, 0.75));
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 12px;
}

/* Módulos — pin horizontal (mesmo padrão que #media; ver initModulesScrollPin) */
.section-modulos {
  padding-top: clamp(56px, 9vw, 88px);
  padding-bottom: clamp(56px, 9vw, 88px);
  overflow: visible;
  background: linear-gradient(
    165deg,
    #010708 0%,
    var(--bg-deep) 22%,
    var(--bg-mid) 55%,
    #061a1c 100%
  );
  color: var(--text);
}

.modules-section-head {
  margin-bottom: clamp(24px, 4vw, 36px);
}

.modules-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 32px;
}

.modules-title {
  margin: 0;
  flex: 1 1 320px;
  max-width: 46rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--text);
}

.modules-aside {
  margin: 0;
  flex: 0 1 auto;
  max-width: 280px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(17, 66, 69, 0.45);
  border: 1px solid rgba(124, 203, 194, 0.22);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(236, 246, 244, 0.9);
}

.modules-lead {
  margin: 18px 0 0;
  max-width: 42rem;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.modules-pin-outer {
  position: relative;
  margin-top: 8px;
  min-height: 70vh;
}

.modules-pin-sticky {
  position: sticky;
  top: calc(var(--header-h) + var(--promo-h) + 10px);
  z-index: 5;
  min-height: max(320px, calc(100vh - var(--header-h) - var(--promo-h) - 24px));
  display: flex;
  align-items: center;
}

.modules-pin-viewport {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
}

.modules-pin-viewport:focus-visible {
  outline: 2px solid rgba(124, 203, 194, 0.55);
  outline-offset: 4px;
}

.modules-scroll-track {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modules-pin-outer {
    min-height: 0;
    height: auto !important;
  }

  .modules-pin-sticky {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .modules-pin-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
  }

  .modules-pin-viewport .module-card {
    scroll-snap-align: start;
  }

  .modules-scroll-track {
    transform: none !important;
  }
}

.module-card {
  flex: 0 0 min(88vw, 920px);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 34%);
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 28px;
  background: #7a6d4b;
  color: #f5ece4;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  min-height: min(52vh, 420px);
}

.module-card__label {
  margin: 0 0 10px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 236, 228, 0.55);
}

.module-card__title {
  margin: 0 0 16px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.module-card__text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.65;
  color: rgba(245, 236, 228, 0.78);
}

.module-card__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.module-card__visual {
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgb(230 209 154);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  min-height: 180px;
}

.module-card__visual img {
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: contain;
  display: block;
}

@media (max-width: 720px) {
  .module-card {
    grid-template-columns: 1fr;
    flex-basis: min(92vw, 520px);
    min-height: 0;
  }

  .module-card__visual {
    order: -1;
    min-height: 200px;
  }

  .module-card__visual img {
    max-height: 220px;
  }
}

.section-editorial {
  background: linear-gradient(180deg, transparent, rgba(10, 44, 47, 0.35));
}

.editorial-block {
  max-width: 820px;
}

.editorial-block .section-title {
  font-size: clamp(1.85rem, 4.2vw, 3rem);
}

.section-pillars {
  background: linear-gradient(180deg, rgba(10, 44, 47, 0.2), transparent);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.pillar-card {
  padding: 22px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.42), rgba(5, 26, 27, 0.88));
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pillar-card:hover {
  border-color: rgba(217, 189, 118, 0.32);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.pillar-card-num {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 10px;
}

.pillar-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin: 0 0 8px;
  color: var(--text);
}

.pillar-card p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.section-bonus {
  position: relative;
}

.bonus-stack {
  display: none;
  flex-direction: column;
  gap: 14px;
  margin-top: 36px;
}

.bonus-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.38), rgba(5, 26, 27, 0.85));
}

.bonus-row-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  color: #061213;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
}

.bonus-row h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  margin: 0 0 6px;
}

.bonus-row p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.bonus-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 8px 0 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.bonus-scroll-card {
  flex: 0 0 min(85vw, 300px);
  scroll-snap-align: start;
  padding: 20px 20px 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.4), rgba(5, 26, 27, 0.88));
}

.bonus-scroll-card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.bonus-scroll-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

@media (min-width: 780px) {
  .bonus-stack {
    display: flex;
  }
  .bonus-mobile-only {
    display: none;
  }
}

@media (max-width: 779.98px) {
  .bonus-stack {
    display: none !important;
  }
  .bonus-mobile-only {
    display: block;
    margin-top: 28px;
  }
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .community-grid {
    grid-template-columns: 1fr;
  }
}

.community-card {
  padding: 26px 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(17, 66, 69, 0.45), rgba(5, 26, 27, 0.88));
  min-height: 200px;
}

.community-card h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  margin: 0 0 12px;
  color: var(--gold-soft);
}

.community-card p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.support-strip {
  margin-top: 48px;
  padding: 28px clamp(20px, 4vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(217, 189, 118, 0.25);
  background: linear-gradient(100deg, rgba(17, 66, 69, 0.55), rgba(5, 26, 27, 0.92));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.support-strip h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  margin: 0 0 8px;
}

.support-strip p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.support-strip a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.support-strip a:hover {
  text-decoration: underline;
}

.price-section-head {
  margin-bottom: clamp(28px, 5vw, 48px);
  text-align: center;
}

.price-section-head .lead {
  margin-left: auto;
  margin-right: auto;
}

.section-price {
  background: linear-gradient(
    165deg,
    #010708 0%,
    #020d0f 28%,
    #051a1b 55%,
    #020a0c 100%
  );
  color: var(--text);
}

.section-price .ghost-typo {
  opacity: 0.06;
  color: var(--mint);
}

/* 3-column showcase: intro (centered copy) | card | checklist */
.price-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr) minmax(0, 1fr);
  gap: clamp(20px, 3.5vw, 40px);
  align-items: center;
}

.price-showcase__intro {
  text-align: center;
  justify-self: stretch;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.price-showcase__lion {
  width: 100%;
  max-width: min(280px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.price-showcase__lion img {
  width: 100%;
  height: auto;
  max-height: min(280px, 38vh);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.45));
}

.price-showcase__intro-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.price-showcase__card {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  padding: 32px 26px 28px;
  background: linear-gradient(168deg, #f2faf9 0%, #e8f6f4 45%, #dff1ef 100%);
  color: #0a2325;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(124, 203, 194, 0.22);
  border: 1px solid rgba(17, 66, 69, 0.14);
}

.price-showcase__flag-corner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 108px;
  height: 108px;
  overflow: hidden;
  border-radius: 0 22px 0 0;
  pointer-events: none;
}

.price-showcase__flag-corner-stripes {
  position: absolute;
  top: 14px;
  right: -38px;
  width: 148px;
  display: flex;
  flex-direction: column;
  transform: rotate(45deg);
  transform-origin: center center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.price-showcase__flag-corner-stripe {
  display: block;
  width: 100%;
  height: 11px;
}

.price-showcase__flag-corner-stripe--red {
  background: #aa151b;
}

.price-showcase__flag-corner-stripe--gold {
  height: 13px;
  background: #f1bf00;
}

/* Price corner ribbon — Brazil (green · yellow · blue). Not applied in HTML yet.
   Replace Spain block or swap modifier on .price-showcase__flag-corner:

   <div class="price-showcase__flag-corner price-showcase__flag-corner--brazil" aria-label="Brasil">
     <div class="price-showcase__flag-corner-stripes" aria-hidden="true">
       <span class="price-showcase__flag-corner-stripe price-showcase__flag-corner-stripe--green"></span>
       <span class="price-showcase__flag-corner-stripe price-showcase__flag-corner-stripe--yellow"></span>
       <span class="price-showcase__flag-corner-stripe price-showcase__flag-corner-stripe--blue"></span>
     </div>
   </div>
*/
.price-showcase__flag-corner--brazil {
  --brazil-green: #009739;
  --brazil-yellow: #ffdf00;
  --brazil-blue: #002776;
}

.price-showcase__flag-corner--brazil .price-showcase__flag-corner-stripe--green {
  background: var(--brazil-green);
}

.price-showcase__flag-corner--brazil .price-showcase__flag-corner-stripe--yellow {
  height: 13px;
  background: var(--brazil-yellow);
}

.price-showcase__flag-corner--brazil .price-showcase__flag-corner-stripe--blue {
  background: var(--brazil-blue);
}

.price-showcase__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  color: #061213;
  white-space: nowrap;
}

.price-showcase__logos {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.price-showcase__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0;
  text-align: center;
}

.price-showcase__logo {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #062a2c;
}

.price-showcase__logo--muted {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(6, 42, 44, 0.52);
  font-weight: 500;
  line-height: 1.15;
}

.price-showcase__logo-plus {
  font-weight: 700;
  color: rgba(17, 66, 69, 0.35);
  font-size: 1.1rem;
}

.price-showcase__eyebrow {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(6, 42, 44, 0.48);
  text-align: center;
}

.price-showcase__install {
  margin: 0;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 700;
  color: #052628;
  line-height: 1.05;
}

.price-showcase__install-prefix {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(6, 42, 44, 0.45);
  margin-bottom: 4px;
}

.price-showcase__install-num {
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  color: #0d5a57;
}

.price-showcase__currency {
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  vertical-align: baseline;
}

.price-showcase__install-cent {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  vertical-align: super;
  font-weight: 600;
  margin-left: 1px;
}

.price-showcase__install-suffix {
  display: inline-block;
  margin-left: 6px;
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 600;
  color: rgba(6, 42, 44, 0.52);
}

.price-showcase__cash {
  margin: 14px 0 0;
  text-align: center;
  font-size: 15px;
  color: rgba(6, 42, 44, 0.72);
  line-height: 1.45;
}

.price-showcase__cash strong {
  color: #052628;
}

.price-showcase__payline {
  margin: 16px 0 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.price-showcase__payline-link {
  color: rgba(6, 42, 44, 0.48);
  text-decoration: underline;
  text-decoration-color: rgba(6, 42, 44, 0.28);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.price-showcase__payline-link:hover {
  color: rgba(6, 42, 44, 0.72);
  text-decoration-color: rgba(6, 42, 44, 0.5);
}

.price-showcase__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
  padding: 16px 20px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  color: #061213;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.price-showcase__cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.price-showcase__alt {
  margin: 14px 0 0;
  text-align: center;
  font-size: 13px;
}

.price-showcase__alt a {
  color: #0d5c5f;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-showcase__alt a:hover {
  color: var(--mint);
}

.price-showcase__urgency {
  margin-top: auto;
  padding-top: 22px;
}

.price-showcase__track {
  height: 8px;
  border-radius: 999px;
  background: rgba(5, 38, 39, 0.14);
  overflow: hidden;
}

.price-showcase__fill {
  height: 100%;
  width: 92%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(124, 203, 194, 0.95), var(--gold));
}

.price-showcase__urgency-copy {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(6, 42, 44, 0.5);
  text-align: center;
}

.price-showcase__checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-showcase__checks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.price-check-ico {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--bg-soft), #0e4a4d);
  color: #ecfdfb;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.price-check-body {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(236, 246, 244, 0.9);
}

.price-check-body strong {
  color: var(--text);
  font-weight: 600;
}

.price-check-strike {
  text-decoration: line-through;
  opacity: 0.55;
  font-weight: 500;
  font-size: 0.92em;
}

@media (max-width: 960px) {
  .price-showcase {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .price-showcase__intro {
    order: 2;
    max-width: 100%;
  }

  .price-showcase__card {
    order: 1;
  }

  .price-showcase__checks {
    order: 3;
  }
}

@media (max-width: 520px) {
  .price-showcase__card {
    padding: 28px 20px 24px;
  }
}

.section-guarantee {
  background: linear-gradient(180deg, transparent, rgba(10, 44, 47, 0.4));
}

.guarantee-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 36px;
}

@media (max-width: 700px) {
  .guarantee-layout {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

.guarantee-seal {
  width: clamp(120px, 22vw, 160px);
  height: clamp(120px, 22vw, 160px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid rgba(217, 189, 118, 0.45);
  background: radial-gradient(circle at 35% 30%, rgba(124, 203, 194, 0.25), rgba(5, 26, 27, 0.95));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.guarantee-seal-inner {
  text-align: center;
  padding: 12px;
}

.guarantee-seal-inner strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.guarantee-seal-inner span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.guarantee-copy h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  margin: 0 0 12px;
}

.guarantee-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.site-footer.is-rich {
  padding-top: 56px;
}

.foot-columns {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 28px 36px;
  max-width: 1180px;
  margin: 0 auto 32px;
}

@media (max-width: 900px) {
  .foot-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .foot-columns {
    grid-template-columns: 1fr;
  }
}

.foot-col h4 {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.foot-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-col li {
  margin-bottom: 10px;
}

.foot-col a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.foot-col a:hover {
  color: var(--text);
}

.foot-safety {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 0;
  border-top: 1px solid rgba(124, 203, 194, 0.12);
  font-size: 12px;
  line-height: 1.55;
  color: rgba(236, 246, 244, 0.45);
}

.foot-safety strong {
  color: var(--gold-soft);
}

/* Fixed bottom pill: hidden below ~30% scroll, semi-transparent ~30–70%, solid after ~70% */
.scroll-float-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88;
  display: flex;
  justify-content: center;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  transition:
    opacity 0.38s ease,
    transform 0.38s ease,
    visibility 0s linear 0.38s;
}

.scroll-float-bar.is-visible {
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s, 0s, 0s;
}

.scroll-float-bar.is-visible.is-mid {
  opacity: 0.52;
}

.scroll-float-bar.is-visible.is-solid {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-float-bar {
    transition-duration: 0.01ms;
  }

  .scroll-float-bar.is-visible.is-mid {
    opacity: 1;
  }
}

.scroll-float-bar-inner {
  display: flex;
  align-items: stretch;
  gap: 14px;
  max-width: 900px;
  width: 100%;
  padding: 10px 12px 10px 10px;
  border-radius: 999px;
  background: #c9c1b6;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.28);
}

.scroll-float-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 14px;
  background: #e35d52;
  color: #fff;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.scroll-float-cta:hover {
  filter: brightness(1.06);
}

.scroll-float-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.scroll-float-track {
  height: 4px;
  border-radius: 999px;
  background: #1a1a1a;
  overflow: hidden;
}

.scroll-float-fill {
  height: 100%;
  width: 65%;
  border-radius: inherit;
  background: #e35d52;
}

.scroll-float-label {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: #1f1f1f;
  letter-spacing: 0.01em;
}

@media (max-width: 720px) {
  .scroll-float-bar-inner {
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
    padding: 12px;
  }

  .scroll-float-cta {
    justify-content: center;
    width: 100%;
  }
}
@property --header-h {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}

:root {
  --dark-bg: 240 6% 6%;
  --primary: 195 65% 48%;
  --mosaic-green: #0a2527;
  --mosaic-green-dark: #071e21;
  --marquee-margin-below: 1.25rem;
  --marquee-h: 2.5rem;
  --mosaic-green-rgb: 10, 37, 39;
  --mosaic-green-mid: #154a4f;
  --mosaic-green-soft: #1d6369;
  --accent-light: #7ccbc2;
  --bg-deep: #0a2527;
  --bg-mid: #0c2f32;
  --bg-soft: #154a4f;
  --header-h: 0px;
  --promo-h: 0px;
  --scroll-bar-h: var(--marquee-h);
}

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

html {
  -webkit-font-smoothing: antialiased;
  scrollbar-gutter: stable;
}

body {
  font-family: "DM Sans", system-ui, sans-serif;
  background-color: var(--mosaic-green);
  color: #fff;
  transition: --header-h 0.42s cubic-bezier(0.23, 1, 0.32, 1);
}

body::before,
body::after {
  display: none;
}

.site-main {
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.site-top-logo {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 210;
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  text-decoration: none;
  transition:
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    visibility 0.35s,
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.site-top-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 0.35s ease;
}

body:not(.is-media-scrolled) .site-top-logo img {
  filter: drop-shadow(0 4px 10px rgba(7, 30, 33, 0.85)) drop-shadow(0 2px 4px rgba(10, 37, 39, 0.65));
}

@media (min-width: 768px) {
  .site-top-logo {
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
  }

  body:not(.is-media-scrolled) .site-top-logo img {
    filter: drop-shadow(0 10px 28px rgba(7, 30, 33, 0.92)) drop-shadow(0 4px 12px rgba(10, 37, 39, 0.78));
  }
}

body.is-media-scrolled .site-top-logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.92);
}

.site-scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 220;
  height: var(--scroll-bar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  background: var(--mosaic-green-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.38s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s ease,
    visibility 0.35s;
}

.site-scroll-bar-start {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.site-scroll-bar-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.875rem, 2.2vw, 1.05rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-scroll-bar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-scroll-bar-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-scroll-bar-contact:hover {
  color: #fff;
}

.site-scroll-bar-contact-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #25d366;
}

.site-scroll-bar-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #061213;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.site-scroll-bar-apply:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.site-scroll-bar-apply:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 2px;
}

body.is-media-scrolled {
  --header-h: var(--scroll-bar-h);
}

@media (prefers-reduced-motion: reduce) {
  body {
    transition: none;
  }
}

body.is-media-scrolled .site-scroll-bar {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-scroll-bar-logo {
  display: block;
  width: calc(var(--marquee-h) - 10px);
  height: calc(var(--marquee-h) - 10px);
  flex-shrink: 0;
  text-decoration: none;
}

.site-scroll-bar-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Language notch */
.lang-notch {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
  z-index: 200;
  pointer-events: none;
  transition: transform 0.38s cubic-bezier(0.23, 1, 0.32, 1);
}

body.is-media-scrolled .lang-notch {
  transform: translateY(-50%) scale(0.72);
}

.lang-notch-glass {
  pointer-events: auto;
  padding: 12px 10px 12px 6px;
  border-radius: 0 28px 28px 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 32px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  transition:
    background 0.38s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.38s ease,
    box-shadow 0.38s ease;
}

body.is-media-scrolled .lang-notch-glass {
  background: rgba(7, 30, 33, 0.9);
  border-color: rgba(10, 37, 39, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.lang-notch-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.lang-notch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 3.25rem;
  min-height: 3rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  overflow: hidden;
  transition:
    width 0.38s cubic-bezier(0.23, 1, 0.32, 1),
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    justify-content 0.2s ease;
}

.lang-notch-code {
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.lang-notch-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition:
    max-width 0.38s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.28s ease;
}

.lang-notch-flag {
  display: flex;
  flex-shrink: 0;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.lang-notch-flag svg {
  display: block;
}

.lang-notch-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
}

body.is-media-scrolled .lang-notch-btn {
  background: rgba(7, 30, 33, 0.94);
}

.lang-notch-btn:hover,
.lang-notch-btn:focus-visible {
  width: 10.5rem;
  justify-content: flex-start;
  padding-right: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

body.is-media-scrolled .lang-notch-btn:hover,
body.is-media-scrolled .lang-notch-btn:focus-visible {
  background: rgba(10, 37, 39, 0.96);
}

.lang-notch-btn:hover .lang-notch-code,
.lang-notch-btn:focus-visible .lang-notch-code {
  flex: 0 0 3.25rem;
  width: 3.25rem;
}

.lang-notch-btn:hover .lang-notch-meta,
.lang-notch-btn:focus-visible .lang-notch-meta {
  max-width: 7.5rem;
  opacity: 1;
}

.lang-notch-btn.is-active {
  color: #fff;
  background: rgba(217, 189, 118, 0.18);
  box-shadow: inset 0 0 0 1px rgba(217, 189, 118, 0.35);
}

body.is-media-scrolled .lang-notch-btn.is-active {
  background: rgba(7, 30, 33, 0.98);
  box-shadow: inset 0 0 0 1px rgba(217, 189, 118, 0.45);
}

.lang-notch-btn.is-active .lang-notch-code {
  color: #e8d4a0;
}

.lang-notch-glass:hover .lang-notch-btn:not(:hover):not(.is-active) {
  opacity: 0.65;
}

body.is-media-scrolled .lang-notch-glass:hover .lang-notch-btn:not(:hover):not(.is-active) {
  opacity: 0.72;
  background: rgba(7, 30, 33, 0.82);
}

@media (max-width: 640px) {
  .lang-notch-glass {
    padding: 10px 8px 10px 4px;
    border-radius: 0 22px 22px 0;
  }

  .lang-notch-btn {
    width: 3rem;
    min-height: 2.75rem;
    font-size: 12px;
  }

  .lang-notch-btn:hover .lang-notch-code,
  .lang-notch-btn:focus-visible .lang-notch-code {
    flex-basis: 3rem;
    width: 3rem;
  }

  .lang-notch-btn:hover,
  .lang-notch-btn:focus-visible {
    width: 9.5rem;
  }
}

.section.section-intro {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  background-color: var(--mosaic-green-dark);
  color: #fff;
  padding-top: clamp(80px, 10vw, 128px);
  padding-bottom: clamp(80px, 10vw, 128px);
}

.intro-wrap {
  max-width: 820px;
}

.intro-inner {
  text-align: center;
}

.intro-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.75rem, 6.5vw, 4.75rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
}

.intro-lead {
  margin: 1.75rem auto 0;
  max-width: 52ch;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.1rem, 3.6vw, 2.5rem);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.intro-divider {
  width: min(12rem, 40%);
  height: 1px;
  margin: clamp(2rem, 4vw, 2.75rem) auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(217, 189, 118, 0.55) 20%,
    rgba(217, 189, 118, 0.55) 80%,
    transparent
  );
}

.intro-method {
  margin: clamp(1.5rem, 3vw, 2rem) auto 0;
  max-width: 52ch;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.intro-highlight {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.2em;
  color: var(--gold, #d9bd76);
}

/* Content scroll — sticky list + video (desktop) */
.section-content-scroll {
  position: relative;
  background: linear-gradient(
    165deg,
    var(--mosaic-green-dark) 0%,
    var(--mosaic-green) 42%,
    var(--mosaic-green-mid) 100%
  );
  color: #fff;
}

.content-scroll-pin {
  display: none;
}

.content-scroll-mobile-fallback {
  padding: clamp(64px, 10vw, 96px) clamp(18px, 5vw, 48px);
}

.content-scroll-studio-title {
  margin: 0 0 clamp(20px, 3vw, 32px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}

.content-scroll-media-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(10px, 1.5vw, 16px);
}

.content-scroll-flag {
  display: flex;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.content-scroll-flag svg {
  display: block;
  width: clamp(48px, 6vw, 72px);
  height: auto;
}

.content-scroll-mobile-title {
  margin: 0 0 1.25rem;
}

.content-scroll-mobile-list {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.125rem, 3vw, 1.35rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--gold, #d9bd76);
}

.content-scroll-mobile-list li + li {
  margin-top: 0.65rem;
}

.content-scroll-video-frame--mobile {
  width: min(420px, 100%);
  margin-inline: auto;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background: #0e0e10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.content-scroll-bonus {
  width: min(520px, 100%);
  margin: 16px auto 0;
}

.content-scroll-bonus-label {
  margin: 0 0 0.5rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.content-scroll-bonus-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
  .section-content-scroll {
    --content-step-vh: 85;
  }

  .content-scroll-mobile-fallback {
    display: none;
  }

  .content-scroll-pin {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: var(--header-h, 0px);
    height: calc(100vh - var(--header-h, 0px));
    overflow: hidden;
  }

  .content-scroll-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
  }

  .content-scroll-glow--tl {
    width: min(800px, 90vw);
    height: min(800px, 90vw);
    top: -250px;
    left: -100px;
    background: radial-gradient(
      ellipse at center,
      rgba(29, 99, 105, 0.35),
      transparent 60%
    );
  }

  .content-scroll-glow--br {
    width: min(600px, 70vw);
    height: min(600px, 70vw);
    bottom: -150px;
    right: -80px;
    background: radial-gradient(
      ellipse at center,
      rgba(21, 74, 79, 0.4),
      transparent 60%
    );
  }

  .content-scroll-inner {
    position: relative;
    z-index: 1;
    flex: 1;
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: clamp(48px, 6vw, 64px) clamp(24px, 4vw, 48px) clamp(40px, 5vw, 48px);
    display: flex;
    align-items: center;
  }

  .content-scroll-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(24px, 4vw, 56px);
    width: 100%;
    align-items: center;
  }

  .content-scroll-aside {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .content-scroll-studio-title {
    font-size: clamp(2.5rem, 3.8vw, 4rem);
    margin-bottom: clamp(24px, 3.5vw, 40px);
  }

  .content-scroll-nav {
    display: flex;
    flex-direction: column;
  }

  .content-scroll-item {
    display: block;
    width: 100%;
    padding: clamp(12px, 1.5vw, 16px) 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
  }

  .content-scroll-nav .content-scroll-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .content-scroll-item:focus-visible {
    outline: 2px solid var(--gold, #d9bd76);
    outline-offset: 4px;
  }

  .content-scroll-item-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .content-scroll-item-detail {
    overflow: hidden;
    min-height: 0;
  }

  .content-scroll-item-detail > p:first-child {
    margin: 0;
    max-width: 46ch;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
  }

  .content-scroll-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin: 0.75rem 0 0;
    max-width: 46ch;
  }

  .content-scroll-item-tags span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: var(--gold-soft, #e8d4a8);
    background: rgba(217, 189, 118, 0.1);
    border: 1px solid rgba(217, 189, 118, 0.22);
  }

  .content-scroll-item.is-active .content-scroll-item-body {
    grid-template-rows: 1fr;
  }

  .content-scroll-item.is-active .content-scroll-item-detail {
    margin-top: 1rem;
  }

  .content-scroll-media {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content-scroll-video-frame {
    position: relative;
    width: min(420px, 100%);
    aspect-ratio: 9 / 16;
    border-radius: 20px;
    overflow: hidden;
    background: #0e0e10;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  }

  .content-scroll-video {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
    pointer-events: none;
  }

  .content-scroll-video.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .content-scroll-player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    background: #0e0e10;
  }

  .content-scroll-counter {
    position: absolute;
    right: max(1rem, calc((100% - min(420px, 100%)) / 2 + 1rem));
    bottom: 1rem;
    z-index: 2;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    font-variant-numeric: tabular-nums;
  }

  .content-scroll-item-module {
    display: block;
    margin: 0;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: clamp(1.25rem, 2.4vw, 1.375rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(217, 189, 118, 0.38);
    transition: color 0.35s ease;
  }

  .content-scroll-item.is-active .content-scroll-item-module {
    color: var(--gold, #d9bd76);
  }

  .content-scroll-bonus {
    margin-top: 22px;
  }
}

/* Escritórios de Arquitetura — layout em blocos */
.section-content-studios {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    180deg,
    var(--mosaic-green-dark) 0%,
    var(--mosaic-green) 42%,
    var(--mosaic-green-mid) 100%
  );
  color: #fff;
  padding: clamp(56px, 8vw, 84px) 0 clamp(68px, 9vw, 98px);
}

.content-studios-inner {
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.content-studios-head {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.content-studios-title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  color: #fff;
}

.content-studios-block {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(22px, 3.2vw, 40px);
  align-items: start;
  padding: clamp(20px, 3.3vw, 30px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(4, 24, 26, 0.46);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.content-studios-block + .content-studios-block {
  margin-top: clamp(20px, 3.2vw, 30px);
}

.content-studios-block--video-left {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.content-studios-block--video-right {
  align-items: stretch;
}

.content-studios-block-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.05;
  color: #0b3b3f;
}

.content-studios-module-list {
  display: grid;
  gap: 12px;
}

.content-studios-module {
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.content-studios-module:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.content-studios-module-code {
  margin: 0 0 6px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0e4b50;
}

.content-studios-module-text {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 0.96rem);
  line-height: 1.55;
  color: rgba(6, 42, 44, 0.86);
}

.content-studios-module-tags {
  margin: 0.65rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.content-studios-module-tags span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #0e4b50;
  background: rgba(76, 188, 135, 0.14);
  border: 1px solid rgba(76, 188, 135, 0.35);
}

.content-studios-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0e0e10;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
}

.content-studios-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  background: #0e0e10;
}

.content-studios-block--video-right .content-studios-media {
  aspect-ratio: 6 / 8;
  width: auto;
  height: 100%;
  max-height: 100%;
  justify-self: center;
}

.content-studios-media--vertical {
  aspect-ratio: 6 / 8;
  width: auto;
  height: 100%;
  max-height: 100%;
}

.content-studios-bonus-image {
  display: block;
  width: 100%;
  height: auto;
}

.content-studios-bonus-placeholders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.content-studios-bonus-placeholder {
  margin: 0;
  display: grid;
  gap: 6px;
}

.content-studios-bonus-thumb {
  aspect-ratio: 17.6 / 10;
  border-radius: 12px;
  border: 1px dashed rgba(217, 189, 118, 0.45);
  background:
    linear-gradient(145deg, rgba(76, 188, 135, 0.2), rgba(21, 74, 79, 0.35)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.05) 0 10px,
      rgba(0, 0, 0, 0.08) 10px 20px
    );
}

.content-studios-bonus-placeholder figcaption {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(237, 245, 243, 0.72);
  text-align: center;
}

.content-studios-bonus-text {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  line-height: 1.62;
  color: rgba(6, 42, 44, 0.88);
}

.content-studios-bonus-text + .content-studios-bonus-text {
  margin-top: 0.95rem;
}

.content-studios-bonus-tags {
  display: inline-block;
  margin-top: 0.42rem;
  font-weight: 600;
  color: #0e4b50;
}

.content-studios-copy {
  background: linear-gradient(180deg, #f4e8cc 0%, #ecddbc 100%);
  border: 1px solid rgba(12, 63, 66, 0.16);
  border-radius: 16px;
  padding: clamp(14px, 2.2vw, 20px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

@media (min-width: 1025px) {
  .content-studios-copy {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .content-studios-block,
  .content-studios-block--video-left {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .content-studios-media--vertical {
    width: min(300px, 100%);
    height: auto;
    justify-self: center;
  }

  .content-studios-block--video-right .content-studios-media {
    width: min(300px, 100%);
    height: auto;
  }

  .content-studios-media--bonus {
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .content-studios-block--video-left .content-studios-media {
    order: 0;
  }
}

@media (max-width: 640px) {
  .section-content-studios {
    padding: clamp(42px, 9vw, 58px) 0 clamp(50px, 10vw, 70px);
  }

  .content-studios-block {
    border-radius: 18px;
    padding: 16px;
    gap: 16px;
  }

  .content-studios-block-title {
    margin-bottom: 10px;
  }

  .content-studios-bonus-placeholders {
    grid-template-columns: 1fr;
  }
}

/* Mentores — lado a lado, sem molduras */
.section-mentors {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    180deg,
    var(--mosaic-green-mid) 0%,
    var(--mosaic-green) 48%,
    var(--mosaic-green-dark) 100%
  );
  color: #fff;
  padding: clamp(48px, 7vw, 72px) clamp(18px, 5vw, 48px) clamp(56px, 8vw, 80px);
}

.section-mentors-inner {
  max-width: min(1180px, 100%);
  margin: 0 auto;
}

.section-mentors-head {
  margin-bottom: clamp(28px, 4vw, 40px);
  text-align: center;
}

.section-mentors-head .kicker {
  margin-bottom: 14px;
}

.section-mentors-title {
  color: #fff;
}

.mentors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.mentor-card {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 24px);
  min-width: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mentor-card--from-right {
  transform: translate3d(24px, 0, 0);
}

.mentor-card--from-left {
  transform: translate3d(-24px, 0, 0);
}

.mentor-card.is-in-view {
  opacity: 1;
  transform: none;
}

.mentor-photo {
  flex-shrink: 0;
  margin: 0;
  width: clamp(120px, 14vw, 192px);
  height: clamp(120px, 14vw, 192px);
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: none;
  box-shadow: none;
}

.mentor-photo__img {
  display: block;
  width: clamp(120px, 14vw, 192px);
  height: clamp(120px, 14vw, 192px);
  object-fit: cover;
  border-radius: 0;
}

.mentor-copy {
  min-width: 0;
  flex: 1;
}

.mentor-name {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

.mentor-bio {
  margin: 0 0 0.75rem;
  max-width: 36ch;
  font-family: var(--font-sans, "DM Sans", system-ui, sans-serif);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.mentor-portfolio-link {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans, "DM Sans", system-ui, sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(124, 203, 194, 0.95);
  transition: color 0.2s ease;
}

.mentor-portfolio-link:hover {
  color: var(--gold-soft, #f0dfb3);
}

.mentor-portfolio-link::after {
  content: " ↗";
  font-size: 0.85em;
  opacity: 0.75;
}

@media (max-width: 720px) {
  .mentors-grid {
    gap: clamp(16px, 3vw, 24px);
  }

  .mentor-card {
    gap: clamp(12px, 2.5vw, 16px);
  }

  .mentor-bio {
    font-size: clamp(0.875rem, 2.8vw, 1rem);
    line-height: 1.55;
  }

  .mentor-name {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
  }
}

.section.section-media {
  background-color: var(--mosaic-green);
  padding-top: clamp(72px, 12vw, 120px);
  padding-bottom: clamp(36px, 5vw, 56px);
}

.section-media .kicker {
  margin-bottom: 10px;
}

.section-media .section-title {
  margin-bottom: 0;
}

.section-media .lead {
  margin-top: 10px;
  margin-bottom: 0;
}

.media-block-aside {
  display: none;
}

.media-block-head {
  position: relative;
  z-index: 4;
}

@media (min-width: 900px) {
  .media-block-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(200px, 24vw, 300px);
    gap: clamp(20px, 3vw, 48px);
    align-items: start;
    position: sticky;
    top: calc(var(--header-h) + var(--promo-h) + 24px);
    margin-bottom: clamp(16px, 2.5vw, 32px);
    transform: none !important;
    will-change: auto;
  }

  .media-block-head-copy.motion-reveal {
    transform: translate3d(0, 0, 0) !important;
    filter: none !important;
    opacity: 1 !important;
  }

  .media-block-aside {
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transform: none !important;
  }

  .media-block-aside img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: scaleX(-1);
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
  }
}

.section-media .media-pin-outer {
  margin-top: 8px;
}

.section-media .media-pin-viewport {
  padding-top: 0;
  padding-bottom: 8px;
}

.section-media .media-card {
  flex: 0 0 min(78vw, 300px);
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #080808 0%, #050505 72%, #0c0c0e 100%);
  overflow: hidden;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.section-media .media-card-media.price-module-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  aspect-ratio: 16 / 11;
  min-height: 0;
  padding: 28px 16px 24px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, var(--module-glow), transparent 68%),
    #030303;
}

.section-media .media-card-media.price-module-card__visual .price-module-glyph {
  transform: scale(0.85);
}

.section-media .media-card-body {
  padding: 18px 20px 22px;
  background: linear-gradient(180deg, #101012 0%, #0a0a0c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section-media .media-card-title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
}

.section-media .media-card-text {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.section.section-price {
  background: linear-gradient(
    165deg,
    var(--mosaic-green-dark) 0%,
    var(--mosaic-green) 42%,
    var(--mosaic-green-mid) 100%
  );
}

.section.section-video-promo {
  background: linear-gradient(
    165deg,
    var(--mosaic-green-dark) 0%,
    var(--mosaic-green) 42%,
    var(--mosaic-green-mid) 100%
  );
  color: #fff;
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.video-promo-wrap {
  max-width: 1340px;
}

.video-promo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.video-promo-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #0e0e10;
  aspect-ratio: 4 / 3;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.video-promo-media-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-promo-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  background: #0e0e10;
}

.video-promo-panel {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 20px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.016) 60%,
    rgba(255, 255, 255, 0.03) 100%
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.video-promo-panel-spacer {
  flex: 1;
  min-height: 2rem;
}

.video-promo-kicker {
  display: block;
  margin: 0 0 clamp(20px, 3vw, 28px);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: hsl(var(--primary));
}

.video-promo-title {
  margin: 0;
  max-width: 24ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  text-wrap: balance;
}

.video-promo-title-muted {
  color: rgba(255, 255, 255, 0.5);
}

.video-promo-divider {
  height: 1px;
  width: 100%;
  margin-bottom: clamp(24px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.12);
}

.video-promo-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-variant-numeric: tabular-nums;
}

.video-promo-stat:first-child {
  padding-right: clamp(16px, 3vw, 24px);
}

.video-promo-stat + .video-promo-stat {
  padding-left: clamp(16px, 3vw, 24px);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.video-promo-stat-num {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 2.8vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.video-promo-stat-label {
  display: block;
  margin-top: 10px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(12px, 1.5vw, 13px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
  .video-promo-panel {
    min-height: 0;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .video-promo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .video-promo-media {
    order: -1;
  }

  .video-promo-panel {
    min-height: 420px;
  }
}

.price-block-aside {
  display: none;
}

.price-block-head {
  position: relative;
  z-index: 4;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.price-section-head {
  text-align: left;
}

.price-section-head .lead {
  margin-left: 0;
  margin-right: 0;
}

.price-showcase--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr) minmax(0, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
  align-items: stretch;
  max-width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.price-showcase--split .price-showcase__card {
  justify-self: center;
  width: 100%;
  max-width: 440px;
  height: 100%;
}

.price-course-modules {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 14px);
  min-width: 0;
  height: 100%;
}

.price-course-module {
  padding: clamp(14px, 2vw, 18px);
  border-radius: 14px;
  background: linear-gradient(
    165deg,
    rgba(29, 99, 105, 0.72) 0%,
    var(--mosaic-green-mid, #0e4a4d) 48%,
    var(--mosaic-green-dark, #0a2c2f) 100%
  );
  border: 1px solid rgba(124, 203, 194, 0.28);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.price-course-module__label {
  margin: 0 0 0.5rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--gold, #d9bd76);
}

.price-course-module__text {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.8125rem, 1.3vw, 0.9375rem);
  line-height: 1.55;
  color: rgba(236, 246, 244, 0.88);
}

.price-modules-head {
  margin-top: clamp(48px, 7vw, 72px);
  margin-bottom: clamp(24px, 4vw, 36px);
  text-align: center;
}

.price-modules-title {
  color: var(--text, #ecf6f4);
}

/* Módulos — 5 por linha, grid alinhado */
.price-modules {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(12px, 1.5vw, 16px);
  margin-top: 0;
  max-width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

@keyframes price-module-zoom-in {
  from {
    opacity: 0.65;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.price-modules .price-module-card {
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center center;
  will-change: transform, opacity;
}

.price-modules.is-revealed .price-module-card {
  animation: price-module-zoom-in 0.62s var(--stagger-ease, cubic-bezier(0.12, 0.72, 0.12, 1)) forwards;
}

.price-modules.is-revealed .price-module-card:nth-child(1) {
  animation-delay: 0s;
}
.price-modules.is-revealed .price-module-card:nth-child(2) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 1);
}
.price-modules.is-revealed .price-module-card:nth-child(3) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 2);
}
.price-modules.is-revealed .price-module-card:nth-child(4) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 3);
}
.price-modules.is-revealed .price-module-card:nth-child(5) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 4);
}
.price-modules.is-revealed .price-module-card:nth-child(6) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 5);
}
.price-modules.is-revealed .price-module-card:nth-child(7) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 6);
}
.price-modules.is-revealed .price-module-card:nth-child(8) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 7);
}
.price-modules.is-revealed .price-module-card:nth-child(9) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 8);
}
.price-modules.is-revealed .price-module-card:nth-child(10) {
  animation-delay: calc(var(--stagger-step, 0.09s) * 9);
}

.price-module-card {
  --module-accent: #7ccbc2;
  --module-glow: rgba(124, 203, 194, 0.45);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #080808 0%, #050505 72%, #0c0c0e 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: box-shadow 0.35s ease;
}

.price-module-card:hover {
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 40px var(--module-glow);
}

.price-module-card--accent-orange,
.media-card-media.price-module-card--accent-orange {
  --module-accent: #ff8a3d;
  --module-glow: rgba(255, 138, 61, 0.35);
}

.price-module-card--accent-violet,
.media-card-media.price-module-card--accent-violet {
  --module-accent: #a78bfa;
  --module-glow: rgba(167, 139, 250, 0.35);
}

.price-module-card--accent-blue,
.media-card-media.price-module-card--accent-blue {
  --module-accent: #60a5fa;
  --module-glow: rgba(96, 165, 250, 0.35);
}

.price-module-card--accent-teal,
.media-card-media.price-module-card--accent-teal {
  --module-accent: #2dd4bf;
  --module-glow: rgba(45, 212, 191, 0.35);
}

.price-module-card--accent-cyan,
.media-card-media.price-module-card--accent-cyan {
  --module-accent: #22d3ee;
  --module-glow: rgba(34, 211, 238, 0.32);
}

.price-module-card--accent-gold,
.media-card-media.price-module-card--accent-gold {
  --module-accent: #fbbf24;
  --module-glow: rgba(251, 191, 36, 0.32);
}

.price-module-card--accent-indigo,
.media-card-media.price-module-card--accent-indigo {
  --module-accent: #818cf8;
  --module-glow: rgba(129, 140, 248, 0.35);
}

.price-module-card--accent-mint,
.media-card-media.price-module-card--accent-mint {
  --module-accent: #7ccbc2;
  --module-glow: rgba(124, 203, 194, 0.38);
}

.price-module-card--accent-red,
.media-card-media.price-module-card--accent-red {
  --module-accent: #f87171;
  --module-glow: rgba(248, 113, 113, 0.35);
}

.price-module-card--accent-emerald,
.media-card-media.price-module-card--accent-emerald {
  --module-accent: #34d399;
  --module-glow: rgba(52, 211, 153, 0.35);
}

.price-module-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(72px, 10vw, 96px);
  padding: 16px 8px 14px;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, var(--module-glow), transparent 68%),
    #030303;
}

.price-module-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.price-module-glyph {
  position: relative;
  display: block;
  color: var(--module-accent);
  transform: scale(0.72);
  transform-origin: center;
  filter: drop-shadow(0 0 12px var(--module-glow)) drop-shadow(0 0 28px var(--module-glow));
}

/* Neon glyphs */
.price-module-glyph--rings {
  width: 72px;
  height: 72px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow:
    0 0 0 10px transparent,
    inset 0 0 0 2px currentColor;
}

.price-module-glyph--rings::before,
.price-module-glyph--rings::after {
  content: "";
  position: absolute;
  inset: 50%;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
}

.price-module-glyph--rings::before {
  width: 52px;
  height: 52px;
}

.price-module-glyph--rings::after {
  width: 32px;
  height: 32px;
  opacity: 0.65;
}

.price-module-glyph--stack {
  width: 48px;
  height: 48px;
}

.price-module-glyph--stack::before,
.price-module-glyph--stack::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid currentColor;
  border-radius: 6px;
  transform: translateX(-50%);
  opacity: 0.9;
}

.price-module-glyph--stack::before {
  top: 0;
  transform: translate(-50%, 0) rotate(-6deg);
}

.price-module-glyph--stack::after {
  bottom: 0;
  transform: translate(-50%, 0) rotate(8deg);
  opacity: 0.55;
}

.price-module-glyph--hex {
  width: 56px;
  height: 56px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: transparent;
  border: 2px solid currentColor;
  opacity: 0.95;
}

.price-module-glyph--hex::after {
  content: "";
  position: absolute;
  inset: 8px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 2px solid currentColor;
  opacity: 0.5;
}

.price-module-glyph--diamond {
  width: 44px;
  height: 44px;
  transform: rotate(45deg);
  border: 2px solid currentColor;
  border-radius: 4px;
}

.price-module-glyph--diamond::before {
  content: "";
  position: absolute;
  left: -36px;
  right: -36px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.4;
}

.price-module-glyph--panes {
  width: 56px;
  height: 40px;
}

.price-module-glyph--panes::before,
.price-module-glyph--panes::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 38px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}

.price-module-glyph--panes::before {
  left: 0;
  top: 4px;
  transform: rotate(-14deg);
}

.price-module-glyph--panes::after {
  right: 0;
  bottom: 0;
  transform: rotate(10deg);
  opacity: 0.7;
}

.price-module-glyph--slab {
  width: 22px;
  height: 52px;
  border: 2px solid currentColor;
  border-radius: 4px;
  box-shadow: 26px 8px 0 -2px currentColor;
  opacity: 0.9;
}

.price-module-glyph--orbit {
  width: 64px;
  height: 64px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.price-module-glyph--orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #030303;
  border: 2px solid currentColor;
  transform: translateX(-50%);
  box-shadow: 0 0 18px var(--module-glow);
}

.price-module-glyph--ripple {
  width: 64px;
  height: 64px;
}

.price-module-glyph--ripple::before,
.price-module-glyph--ripple::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.price-module-glyph--ripple::before {
  width: 56px;
  height: 56px;
  opacity: 0.9;
}

.price-module-glyph--ripple::after {
  width: 36px;
  height: 36px;
  opacity: 0.55;
  transform: translate(-50%, -50%) rotate(18deg);
}

.price-module-glyph--tiles {
  width: 52px;
  height: 52px;
}

.price-module-glyph--tiles::before,
.price-module-glyph--tiles::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.price-module-glyph--tiles::before {
  left: 2px;
  top: 6px;
  transform: rotate(-8deg);
}

.price-module-glyph--tiles::after {
  right: 0;
  bottom: 4px;
  transform: rotate(12deg);
  opacity: 0.75;
}

.price-module-glyph--sphere {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid transparent;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.2), transparent 40%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 6px, currentColor 6px 7px, transparent 7px 14px);
  opacity: 0.85;
}

.price-module-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 12px;
  background: linear-gradient(180deg, #101012 0%, #0a0a0c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.price-module-card__code {
  margin: 0 0 4px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--module-accent);
}

.price-module-card__title {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
}

.price-module-card__desc {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.625rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.52);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .price-modules {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .price-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .price-modules {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .price-module-card {
    transition-duration: 0.01ms !important;
  }
}

.price-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-benefits li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.price-benefit-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  color: #061213;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.price-benefit-body {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(236, 246, 244, 0.82);
}

.price-benefit-body strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text, #ecf6f4);
  font-weight: 700;
  font-size: 15px;
}

@media (min-width: 900px) {
  .price-block-head {
    display: grid;
    grid-template-columns: clamp(200px, 24vw, 300px) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 48px);
    align-items: start;
  }

  .price-block-aside {
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }

  .price-block-aside img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
  }

  .price-section-head {
    text-align: right;
    justify-self: stretch;
  }

  .price-section-head .lead {
    margin-left: auto;
    max-width: 52ch;
  }

  .price-benefits--left {
    align-items: flex-end;
    justify-self: end;
  }

  .price-benefits--left li {
    flex-direction: row-reverse;
    max-width: min(100%, 340px);
  }

  .price-benefits--left .price-benefit-body {
    text-align: right;
  }

  .price-benefits--right {
    align-items: flex-start;
    justify-self: start;
  }

  .price-benefits--right li {
    max-width: min(100%, 340px);
  }
}

@media (max-width: 960px) {
  .price-showcase--split {
    grid-template-columns: 1fr;
    max-width: min(520px, 100%);
    margin: 0 auto;
  }

  .price-showcase--split .price-showcase__card {
    order: 1;
    max-width: 100%;
  }

  .price-course-modules--left {
    order: 2;
  }

  .price-course-modules--right {
    order: 3;
  }
}

@media (min-width: 961px) {
  .price-course-modules--left {
    align-items: flex-end;
  }

  .price-course-modules--left .price-course-module {
    max-width: min(100%, 320px);
    width: 100%;
  }

  .price-course-modules--right {
    align-items: flex-start;
  }

  .price-course-modules--right .price-course-module {
    max-width: min(100%, 320px);
    width: 100%;
  }
}

.section-hosts .wrap {
  max-width: 1120px;
}

.section-hosts .host-photo {
  width: 70%;
}

@media (min-width: 901px) {
  .section-hosts .host-row--photo-left .host-photo {
    justify-self: end;
  }

  .section-hosts .host-row--photo-right .host-photo {
    justify-self: start;
  }
}

.host-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
  opacity: 0;
  transition:
    opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform, opacity;
}

.section-hosts .host-row--from-right {
  transform: translate3d(80px, 24px, 0);
}

.section-hosts .host-row--from-left {
  transform: translate3d(-80px, 24px, 0);
}

.section-hosts .host-row.is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.host-row + .host-row {
  margin-top: clamp(56px, 9vw, 96px);
}

.host-row--photo-right {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
}

@media (max-width: 900px) {
  .host-row,
  .host-row--photo-right {
    grid-template-columns: 1fr;
  }

  .host-row .host-photo {
    order: -1;
    width: 70%;
    max-width: min(294px, 100%);
    margin: 0 auto;
  }

  .host-row .host-copy {
    text-align: left;
  }
}

/* Leão: PNG quadrado — juba visível + um pouco mais baixo */
.faq-contact-lion {
  --faq-lion-crop-top: 16px;
  --faq-lion-nudge-down: 34px;
  --faq-lion-window-h: 258px;
  position: relative;
  height: var(--faq-lion-window-h);
  margin: 0 auto -42px;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.faq-contact-lion img {
  display: block;
  width: min(100%, 280px);
  max-width: 280px;
  height: auto;
  margin: calc(-1 * var(--faq-lion-crop-top)) auto 0;
  object-fit: contain;
  object-position: center 58%;
  transform: scaleX(-1) translateY(var(--faq-lion-nudge-down));
  transform-origin: center bottom;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  user-select: none;
}

.faq-contact-card > .faq-contact-avatar,
.faq-contact-card > .faq-contact-lead,
.faq-contact-card > .faq-contact-btn {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .faq-contact-lion {
    --faq-lion-crop-top: 12px;
    --faq-lion-nudge-down: 28px;
    --faq-lion-window-h: 228px;
    margin-bottom: -34px;
  }

  .faq-contact-lion img {
    max-width: 250px;
  }
}

.faq-contact-avatar {
  background: var(--mosaic-green);
  border-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding: 8px;
}

.faq-contact-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.faq-contact-row .faq-contact-avatar {
  margin-bottom: 0;
  flex-shrink: 0;
}

.faq-contact-row .faq-contact-lead {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
}

#hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mosaic-green);
}

.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.overflow-hidden { overflow: hidden; }
.pointer-events-none { pointer-events: none; }
.select-none { user-select: none; }

.mosaic-bg-wrap {
  opacity: 0.95;
}

.mosaic-bg-grid {
  position: absolute;
  width: 150%;
  left: -25%;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%) translateX(-4px) rotate(45deg) scale(1.215);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  background-color: var(--mosaic-green);
}

@media (min-width: 768px) {
  .mosaic-bg-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 3px;
    transform: translateY(-50%) translateX(-4px) rotate(45deg) scale(1.26);
  }
}

.mosaic-tile {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0e0e10;
  border: 4px solid var(--mosaic-green);
}

.mosaic-tile.is-glowing {
  z-index: 2;
  animation: tile-glow-pulse 1.6s ease-out forwards;
}

.mosaic-tile.is-glowing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(var(--mosaic-green-rgb), 0.92) 0%,
    rgba(var(--mosaic-green-rgb), 0.55) 45%,
    rgba(var(--mosaic-green-rgb), 0.88) 100%
  );
  mix-blend-mode: soft-light;
  animation: tile-green-overlay 1.6s ease-out forwards;
}

.mosaic-tile.is-glowing::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border: 4px solid var(--mosaic-green);
  box-shadow:
    inset 0 0 24px rgba(var(--mosaic-green-rgb), 0.95),
    0 0 20px rgba(var(--mosaic-green-rgb), 0.85);
  animation: tile-green-border 1.6s ease-out forwards;
}

.mosaic-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.tile-in {
  animation: tile-in 1.6s ease-out forwards;
}

.tile-out {
  animation: tile-out 1.6s ease-out forwards;
}

@keyframes tile-in {
  0% {
    opacity: 0;
    filter: brightness(0.55) saturate(0.7);
    box-shadow:
      inset 0 0 56px var(--mosaic-green),
      0 0 32px rgba(var(--mosaic-green-rgb), 1);
  }
  35% {
    opacity: 0.7;
    filter: brightness(0.85) saturate(1.1);
    box-shadow:
      inset 0 0 36px var(--mosaic-green-mid),
      0 0 24px rgba(var(--mosaic-green-rgb), 0.85);
  }
  100% {
    opacity: 1;
    filter: brightness(1) saturate(1);
    box-shadow: none;
  }
}

@keyframes tile-out {
  0% {
    opacity: 1;
    filter: brightness(1);
    box-shadow: inset 0 0 0 transparent;
  }
  100% {
    opacity: 0;
    filter: brightness(0.5) saturate(0.6);
    box-shadow:
      inset 0 0 40px var(--mosaic-green),
      0 0 18px rgba(var(--mosaic-green-rgb), 0.7);
  }
}

@keyframes tile-glow-pulse {
  0% {
    box-shadow:
      0 0 28px rgba(var(--mosaic-green-rgb), 1),
      0 0 52px rgba(var(--mosaic-green-rgb), 0.75),
      0 0 80px rgba(var(--mosaic-green-rgb), 0.4),
      inset 0 0 28px var(--mosaic-green);
  }
  100% {
    box-shadow:
      0 0 4px rgba(var(--mosaic-green-rgb), 0.2),
      0 0 10px rgba(var(--mosaic-green-rgb), 0.1),
      inset 0 0 0 transparent;
  }
}

@keyframes tile-green-overlay {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
  }
}

@keyframes tile-green-border {
  0% {
    opacity: 1;
    border-color: var(--mosaic-green-soft);
    box-shadow:
      inset 0 0 28px var(--mosaic-green),
      0 0 28px rgba(var(--mosaic-green-rgb), 0.95);
  }
  100% {
    opacity: 0;
    border-color: var(--mosaic-green);
    box-shadow:
      inset 0 0 0 transparent,
      0 0 0 transparent;
  }
}

.overlay-radial-1 {
  background: radial-gradient(
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.38) 35%,
    rgba(0, 0, 0, 0.22) 60%,
    rgba(0, 0, 0, 0.38) 100%
  );
}

.overlay-linear {
  background: linear-gradient(
    to bottom,
    hsl(var(--dark-bg)) 0%,
    transparent 12%,
    transparent 88%,
    hsl(var(--dark-bg)) 100%
  );
}

.overlay-radial-2 {
  background: radial-gradient(78% 88%, transparent 55%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 7rem 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-content {
    padding: 8rem 2.5rem;
  }
}

.hero-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  color: #fff;
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-size: clamp(3.15rem, 10.4vw, 7.25rem);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 8rem;
  }
}

.hero-title-line2 {
  display: block;
}

.hero-title .text-primary {
  color: var(--accent-light);
}

.hero-lead {
  margin-top: 1.25rem;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 20.4px;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .hero-lead {
    margin-top: 2rem;
    font-size: 1.35rem;
  }
}

.hero-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hero-actions {
    margin-top: 2.75rem;
    gap: 0.875rem;
  }

  #hero .btn-primary,
  #hero .btn-ghost {
    font-size: 21px;
  }

  #hero .btn-primary {
    padding: 21px 42px;
  }

  #hero .btn-ghost {
    padding: 21px 36px;
  }
}

#hero .btn-primary {
  font-family: var(--font-sans, "DM Sans", system-ui, sans-serif);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#hero .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

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

#hero .btn-ghost {
  font-family: var(--font-sans, "DM Sans", system-ui, sans-serif);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

#hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(236, 246, 244, 0.5);
}

#hero .btn-ghost:active {
  transform: scale(0.98);
}

.hero-brands {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--mosaic-green-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s;
}

body.is-media-scrolled .hero-brands {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-brands-inner {
  position: relative;
  height: var(--marquee-h);
}

.hero-brands-fade-l,
.hero-brands-fade-r {
  pointer-events: none;
  position: absolute;
  inset-block: 0;
  width: 4rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .hero-brands-fade-l,
  .hero-brands-fade-r {
    width: 6rem;
  }
}

.hero-brands-fade-l {
  left: 0;
  background: linear-gradient(to right, var(--mosaic-green-dark), transparent);
}

.hero-brands-fade-r {
  right: 0;
  background: linear-gradient(to left, var(--mosaic-green-dark), transparent);
}

.hero-brands-track {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2.5rem;
  padding-right: 2.5rem;
  width: max-content;
  animation: hero-brands-scroll 28s linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

@media (min-width: 768px) {
  .hero-brands-track {
    gap: 3.5rem;
    padding-right: 3.5rem;
  }
}

.hero-brands:hover .hero-brands-track,
.hero-brands-track.is-scroll-paused {
  animation-play-state: paused;
}

@keyframes hero-brands-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.hero-brands-track .hero-brands-label {
  flex-shrink: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  transition: color 300ms ease;
}

.hero-brands-track .hero-brands-label:hover {
  color: rgba(255, 255, 255, 0.95);
}

.hero-anim {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 700ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 700ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity, transform;
}

[data-mounted="true"] .hero-anim {
  opacity: 1;
  transform: translateY(0);
}

.hero-anim-1 { transition-delay: 80ms; }
.hero-anim-2 { transition-delay: 220ms; }
.hero-anim-3 { transition-delay: 360ms; }

.br-sm-inline {
  display: none;
}

@media (min-width: 640px) {
  .br-sm-inline {
    display: inline;
  }
}

/* Próximas turmas */
.section-turmas {
  background: linear-gradient(
    180deg,
    var(--mosaic-green-dark) 0%,
    var(--mosaic-green) 55%,
    var(--mosaic-green-mid) 100%
  );
  padding-top: clamp(56px, 9vw, 88px);
  padding-bottom: clamp(56px, 9vw, 88px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#turmas-top.section-turmas {
  border-top: none;
}

.section-turmas .kicker {
  margin-bottom: 10px;
}

.section-turmas .section-title {
  margin-bottom: clamp(14px, 2.2vw, 20px);
}

.turmas-subtitle-br {
  display: none;
}

@media (min-width: 768px) {
  .turmas-subtitle-br {
    display: block;
  }
}

.turmas-subtitle {
  position: relative;
  margin: 0 0 clamp(28px, 4.5vw, 44px);
  padding: 0 0 0 clamp(18px, 2.5vw, 26px);
  max-width: min(44ch, 100%);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.0625rem, 1.85vw, 1.25rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.015em;
  color: rgba(236, 245, 243, 0.68);
  text-wrap: pretty;
}

.turmas-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(217, 189, 118, 0.12) 0%,
    rgba(217, 189, 118, 0.7) 42%,
    rgba(217, 189, 118, 0.25) 100%
  );
}

.turmas-subtitle-accent {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.12em;
  letter-spacing: 0.01em;
  color: var(--gold-soft, #ecd7a7);
}

.trainings-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  .trainings-list--row {
    flex-direction: row;
    gap: clamp(16px, 2.5vw, 24px);
  }

  .trainings-list--row > li {
    flex: 1 1 0;
    min-width: 0;
  }
}

.trainings-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: clamp(14px, 2vw, 18px) clamp(16px, 2.5vw, 22px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.trainings-list-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(217, 189, 118, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 24px rgba(0, 0, 0, 0.2);
}

.trainings-list-item:focus-visible {
  outline: 2px solid var(--gold, #d9bd76);
  outline-offset: 3px;
}

.trainings-list-item:active {
  transform: scale(0.99);
}

.trainings-list-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.trainings-list-lang {
  flex-shrink: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft, #f0dfb3);
  background: rgba(217, 189, 118, 0.14);
  border: 1px solid rgba(217, 189, 118, 0.28);
}

/* Footer — newsletter + brand */
.site-footer-mosaic {
  background: #000;
  padding: clamp(56px, 9vw, 80px) clamp(18px, 5vw, 48px) clamp(48px, 7vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-mosaic-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.65rem;
}

.site-footer-newsletter {
  width: 100%;
  max-width: min(480px, 100%);
  justify-self: end;
  text-align: right;
}

.site-footer-newsletter-title {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--gold, #d9bd76);
}

.site-footer-newsletter-lead {
  margin: 0 0 1.25rem;
  max-width: 22em;
  margin-left: auto;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer-newsletter-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.site-footer-newsletter-select-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer-newsletter-select {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 42px 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d9bd76' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  color: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.site-footer-newsletter-select:focus {
  border-color: rgba(217, 189, 118, 0.55);
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(217, 189, 118, 0.15);
}

.site-footer-newsletter-select:invalid {
  color: rgba(255, 255, 255, 0.45);
}

.site-footer-newsletter-select option {
  background: #0a0a0a;
  color: #fff;
}

.site-footer-newsletter-input {
  flex: 1 1 220px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  max-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.site-footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.site-footer-newsletter-input:focus {
  border-color: rgba(217, 189, 118, 0.55);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(217, 189, 118, 0.15);
}

.site-footer-newsletter-submit {
  flex-shrink: 0;
  white-space: nowrap;
}

.site-footer-newsletter-submit:disabled {
  background: #4a4a4a;
  color: rgba(255, 255, 255, 0.45);
  cursor: not-allowed;
  box-shadow: none;
  opacity: 1;
}

.site-footer-newsletter-consent {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer-newsletter-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer-newsletter-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 5px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.site-footer-newsletter-check::after {
  content: "";
  width: 5px;
  height: 9px;
  margin-top: -2px;
  border: solid var(--gold, #d9bd76);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.18s ease;
}

.site-footer-newsletter-checkbox:checked + .site-footer-newsletter-check {
  border-color: rgba(217, 189, 118, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 3px rgba(217, 189, 118, 0.12);
}

.site-footer-newsletter-checkbox:checked + .site-footer-newsletter-check::after {
  transform: rotate(45deg) scale(1);
}

.site-footer-newsletter-checkbox:focus-visible + .site-footer-newsletter-check {
  outline: 2px solid var(--gold, #d9bd76);
  outline-offset: 2px;
}

.site-footer-newsletter-consent-text {
  flex: 1;
  min-width: 0;
}

.site-footer-logo {
  display: block;
  width: clamp(72px, 12vw, 100px);
  margin-bottom: 0.35rem;
}

.site-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer-name {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.site-footer-slogan {
  margin: 0;
  max-width: 28ch;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer-link {
  margin-top: 0.35rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold, #d9bd76);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-link--mestre {
  color: #4cbc87;
}

.site-footer-link:hover {
  color: var(--gold-soft, #f0dfb3);
}

.site-footer-link--mestre:hover {
  color: #79d2a7;
}

.site-footer-link--aluno {
  color: #8ecae6;
}

.site-footer-link--aluno:hover {
  color: #b8dff0;
}

@media (max-width: 768px) {
  .site-footer-mosaic-inner {
    grid-template-columns: 1fr;
    gap: clamp(36px, 8vw, 48px);
  }

  .site-footer-brand {
    align-items: flex-start;
    text-align: left;
  }

  .site-footer-newsletter {
    justify-self: stretch;
    max-width: none;
    text-align: left;
  }

  .site-footer-newsletter-lead {
    margin-left: 0;
    max-width: 20em;
  }

  .site-footer-newsletter-fields {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .site-footer-newsletter-select,
  .site-footer-newsletter-input {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    max-height: 48px;
    font-size: 16px;
  }

  .site-footer-newsletter-submit {
    width: 100%;
    text-align: center;
    align-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mosaic-tile.is-glowing {
    animation: none;
    box-shadow: none;
  }
  .mosaic-tile.is-glowing::before,
  .mosaic-tile.is-glowing::after {
    animation: none;
    opacity: 0;
  }
  .tile-in,
  .tile-out {
    animation: none;
  }
  .tile-out {
    opacity: 0;
  }
  .hero-brands-track {
    animation: none;
  }
  .lang-notch-btn,
  .lang-notch-meta {
    transition-duration: 0.01ms !important;
  }
  .hero-anim {
    transition-duration: 0ms;
    transform: translateY(0);
    opacity: 1;
  }
  #hero .btn-primary,
  #hero .btn-ghost {
    transition-duration: 0ms !important;
  }
  .site-top-logo,
  .site-scroll-bar,
  .lang-notch {
    transition-duration: 0.01ms !important;
  }
  .section-hosts .host-row {
    opacity: 1;
    transform: none !important;
    transition-duration: 0.01ms !important;
  }
  .mentor-card {
    opacity: 1;
    transform: none !important;
    transition-duration: 0.01ms !important;
  }
}
