/* ============================================================
   KEDMA — Sistema visual v2
   Carvão + Dourado metálico + Anti-flash white
   Glass effects, tipografia compacta, sem fundos claros
   ============================================================ */

/* Bomstad Display — fonte oficial para títulos */
@font-face {
  font-family: "Bomstad Display";
  src: url("/assets/fonts/BomstadDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bomstad Display";
  src: url("/assets/fonts/BomstadDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Cores da identidade */
  --ink:        #000000;   /* PRIMÁRIA · Preto puro (oficial Kedma) */
  --paper:      #F1F1F1;   /* SECUNDÁRIA · Anti-flash White (texto) */
  --gold:       #C8A96E;   /* TERCIÁRIA · Dourado oficial Kedma */

  /* Variações de profundidade do escuro */
  --ink-0: #000000;        /* base absoluta (footer) */
  --ink-1: #0a0a0a;        /* alternativa de seção */
  --ink-2: #111111;        /* superfície base */
  --ink-3: #1a1a1a;        /* cartões sobre fundo preto */
  --ink-4: #242424;        /* hover / superfície elevada */

  /* Linhas */
  --line:        rgba(241, 241, 241, 0.08);
  --line-2:      rgba(241, 241, 241, 0.14);
  --line-gold:   rgba(200, 169, 110, 0.32);
  --line-gold-2: rgba(200, 169, 110, 0.55);

  /* Dourado — variações */
  --gold-hi: #E5C44A;
  --gold-lo: #9c8246;
  --gold-soft: rgba(200, 169, 110, 0.12);
  /* Dourado metálico oficial (criativos Kedma) */
  --gold-grad: linear-gradient(135deg, #E5C44A 0%, #FFF2B3 18%, #D4AF37 38%, #FAECC0 58%, #C8A96E 78%, #E5C44A 100%);
  --glow-gold: 0 0 18px rgba(200, 169, 110, 0.45);

  /* Texto */
  --text:       #F1F1F1;
  --text-soft:  #cfcdc8;
  --text-muted: #8e8c87;
  --text-faint: #5a5853;

  /* Aliases de compatibilidade (nomes do design anterior usados em estilos inline) */
  --cream:            #F1ECE0;
  --text-light-soft:  var(--text-soft);
  --text-light-muted: var(--text-muted);
  --line-dark:        rgba(241, 241, 241, 0.12);

  /* Tipografia */
  --font-display: "Bruno Ace", "Bomstad Display", "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body:    "Plus Jakarta Sans", system-ui, sans-serif;

  /* Grid */
  --container: 1440px;
  --container-tight: 1180px;
  --gutter: clamp(18px, 3.4vw, 40px);

  /* Sombras */
  --shadow-soft: 0 24px 56px -28px rgba(0, 0, 0, 0.7);
  --shadow-gold: 0 0 0 1px rgba(200, 169, 110, 0.35), 0 30px 60px -30px rgba(0, 0, 0, 0.6);

  /* Curvas */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 22px;

  /* Glass */
  --glass-bg:     rgba(241, 241, 241, 0.04);
  --glass-bg-2:   rgba(241, 241, 241, 0.06);
  --glass-border: rgba(241, 241, 241, 0.10);
  --glass-blur:   saturate(140%) blur(18px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  background: #000000;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

/* ------------------------------------------------------------
   Tipografia — Bruno Ace para títulos, compacta
   ------------------------------------------------------------ */
.h-display {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.012em;
  text-wrap: balance;
  margin: 0;
}
.h-1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.008em;
  text-wrap: balance;
  margin: 0;
}
.h-2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.006em;
  text-wrap: balance;
  margin: 0;
}
.h-3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.2;
  letter-spacing: 0.002em;
  margin: 0;
}
.h-4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin: 0;
}

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.7;
}

.lead {
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 60ch;
  text-wrap: pretty;
  margin: 0;
}

.gold-mark { color: var(--gold); font-style: normal; font-weight: 700; }
/* Em títulos display, destaques em ouro usam Bomstad Bold */
.h-display .gold-mark,
.h-1 .gold-mark,
.h-2 .gold-mark,
.h-3 .gold-mark,
.h-4 .gold-mark,
.hero__title .gold-mark,
.founder__name .gold-mark,
.founder__quote .gold-mark,
.quote__text .gold-mark,
.story__name .gold-mark {
  font-family: var(--font-display);
  font-weight: 700;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 14px rgba(200, 169, 110, 0.30));
  background-size: 200% auto;
}
/* hero title em destaque <em> também recebe bold */
.hero__title em { font-weight: 700; }

/* ------------------------------------------------------------
   Containers + Sections
   ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
/* Alinhado ao container principal (borda esquerda contínua); a largura de
   leitura é controlada pelos max-width dos próprios blocos de texto. */
.container--tight { max-width: var(--container); }

.section {
  position: relative;
  padding: clamp(56px, 6.5vw, 96px) 0;
}
/* Forçar TUDO escuro — sem fundo claro em nenhum lugar */
.section--light  { background: var(--ink-1); color: var(--text); }
.section--paper  { background: var(--ink-1); color: var(--text); }
.section--dark   { background: var(--ink);   color: var(--text); }
.section--ink2   { background: var(--ink-1); color: var(--text); }

/* Alternância visual: faixas de fundo ligeiramente diferentes */
.section--carbon {
  background: var(--ink);
  color: var(--text);
}
.section--carbon-2 {
  background: var(--ink-1);
  color: var(--text);
}

.section__head {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(28px, 3.5vw, 48px);
  max-width: 880px;
  /* Anular larguras/alturas fixas que possam vir de inline */
  width: auto !important;
  height: auto !important;
}

/* ------------------------------------------------------------
   Header / Nav — glass + fontes menores
   ------------------------------------------------------------ */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(28, 28, 28, 0.62);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 64px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.22em;
  color: var(--text);
}
.brand__mark {
  width: 26px; height: 26px;
  border: 1px solid var(--gold);
  display: grid; place-items: center;
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 3px;
}
/* Brand variant with image logo */
.brand--logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  letter-spacing: 0;
  font-size: 0;
}
.brand--logo img {
  height: 34px;
  width: auto;
  display: block;
}
.footer .brand--logo img { height: 40px; }
@media (max-width: 600px) {
  .brand--logo img { height: 28px; }
}
.nav {
  display: flex;
  gap: 20px;
  margin-left: 8px;
}
.nav__link {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.nav__link:hover { color: var(--text); }
.nav__link.is-active { color: var(--text); }
.nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: var(--gold);
}

.header__cta {
  display: flex;
  gap: 8px;
  margin-left: auto;
  align-items: center;
}

.menu-toggle {
  display: none;
  width: 38px; height: 38px;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  align-items: center; justify-content: center;
  margin-left: auto;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
}
.menu-toggle span {
  display: block;
  width: 16px; height: 1.5px;
  background: var(--text);
  position: relative;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute; left: 0;
  width: 16px; height: 1.5px;
  background: var(--text);
}
.menu-toggle span::before { top: -5px; }
.menu-toggle span::after  { top:  5px; }

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 18px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn--sm { height: 36px; padding: 0 14px; font-size: 11px; }
.btn--lg { height: 50px; padding: 0 24px; font-size: 13px; }

.btn--primary {
  background: var(--gold);
  color: #000;
  box-shadow: 0 0 0 1px rgba(200, 169, 110, 0.35),
              0 12px 30px -12px rgba(200, 169, 110, 0.55),
              0 0 22px -2px rgba(200, 169, 110, 0.45);
}
.btn--primary:hover { background: var(--gold-hi); transform: translateY(-1px); }

.btn--ghost {
  background: var(--glass-bg);
  color: var(--text);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

.btn--outline-dark,
.btn--solid-dark {
  background: var(--glass-bg);
  color: var(--text);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
}
.btn--outline-dark:hover,
.btn--solid-dark:hover { border-color: var(--gold); color: var(--gold); }

.btn .arrow { font-size: 14px; transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ------------------------------------------------------------
   Hero — compacto
   ------------------------------------------------------------ */
.hero {
  position: relative;
  padding: clamp(64px, 9vw, 120px) 0 clamp(56px, 7vw, 90px);
  overflow: hidden;
  background:
    radial-gradient(60% 50% at 85% 10%, rgba(200, 169, 110, 0.14), transparent 60%),
    radial-gradient(50% 40% at 15% 90%, rgba(200, 169, 110, 0.06), transparent 70%),
    var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent 0%, rgba(28,28,28,0.5) 100%);
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Variant: hero da home com a arte de banner (medicos + fundo) e texto a esquerda */
.hero--banner {
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.82) 26%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 72%),
    url("/assets/img/home-hero.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center, right center;
  background-size: cover, cover;
  min-height: clamp(560px, 80vh, 760px);
  padding: clamp(64px, 8vw, 110px) 0;
  display: flex;
  align-items: center;
}
.hero--banner::before {
  background: linear-gradient(180deg, transparent 70%, rgba(0,0,0,0.4) 100%);
}
.hero--banner .hero__grid { grid-template-columns: minmax(0, 1fr); }
.hero--banner .hero__visual,
.hero--banner .hero__figure { display: none; }
.hero--banner .hero__copy { max-width: 560px; }

@media (max-width: 1000px) {
  .hero--banner {
    min-height: clamp(600px, 90vh, 780px);
    align-items: flex-start;
    background-position: center, 72% center;
    background-image:
      linear-gradient(180deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.42) 46%, rgba(0,0,0,0.82) 100%),
      url("/assets/img/home-hero.webp");
  }
  .hero--banner .hero__copy { max-width: 100%; }
}
.hero__title { margin: 0 0 18px; }
.hero__title em {
  font-style: normal;
  color: var(--gold);
}
.hero__sub {
  color: var(--text-soft);
  margin: 0 0 26px;
  font-size: clamp(14px, 1.1vw, 16px);
  max-width: 50ch;
  line-height: 1.6;
}
.hero__cta { display: flex; gap: 10px; flex-wrap: wrap; }

/* Override de inline edits problemáticos no h1 */
.hero__title[style] {
  font-size: clamp(30px, 4.4vw, 56px) !important;
  font-family: var(--font-display) !important;
}

/* Override de width/height/font-weight inline em .section__head */
.section__head[style] {
  width: auto !important;
  height: auto !important;
  margin: 0 0 clamp(28px, 3.5vw, 48px) !important;
  font-weight: 400 !important;
}

/* ------------------------------------------------------------
   Tag line — chip
   ------------------------------------------------------------ */
.tag-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--line-gold);
  background: var(--gold-soft);
  backdrop-filter: var(--glass-blur);
  border-radius: 999px;
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tag-line .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* ------------------------------------------------------------
   Placeholders — glass com hachura sutil
   ------------------------------------------------------------ */
.ph {
  position: relative;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(241,241,241,0.05), rgba(241,241,241,0) 62%),
    var(--ink-3);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--text-muted);
  font-family: "JetBrains Mono", "Fira Code", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  min-height: 200px;
  text-align: center;
  padding: 12px;
}
.ph::before { content: none; }
.ph__label {
  position: relative;
  z-index: 1;
  max-width: 80%;
  line-height: 1.5;
}
.ph__icon {
  display: block;
  margin: 0 auto 8px;
  width: 20px; height: 20px;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: grid; place-items: center;
  border-radius: 999px;
  font-size: 9px;
}

.ph--light {
  /* Mantido escuro também — sem fundos claros */
  background:
    linear-gradient(135deg, rgba(241,241,241,0.05) 0%, rgba(241,241,241,0) 50%),
    repeating-linear-gradient(135deg, rgba(241,241,241,0.04) 0 12px, rgba(241,241,241,0.01) 12px 24px),
    var(--ink-3);
  border-color: var(--line-2);
  color: var(--text-muted);
}
.ph--light::before { border-color: rgba(241,241,241,0.08); }

.ph--portrait { aspect-ratio: 3 / 4; }
.ph > img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Quando há foto, o placeholder some por completo (sem moldura/fundo) */
.ph:has(> img) { background: var(--ink-2); border: 0; }
.ph--square   { aspect-ratio: 1 / 1; }
.ph--wide     { aspect-ratio: 16 / 9; }

/* ------------------------------------------------------------
   Card / Glass surface
   ------------------------------------------------------------ */
.card {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: clamp(18px, 1.8vw, 26px);
  position: relative;
}
.card--bordered { background: transparent; }
.card--light {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  color: var(--text);
}
.card--paper {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  color: var(--text);
}

/* ------------------------------------------------------------
   Metric strip
   ------------------------------------------------------------ */
.metric { display: grid; gap: 6px; padding: 18px 0; }
.metric__value {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--text);
}
.metric__value .unit { font-size: 0.55em; color: var(--gold); margin-right: 3px; }
.metric__label { font-size: 12px; color: var(--text-muted); line-height: 1.5; max-width: 26ch; }

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border-radius: var(--r-lg);
}
.metric-row .metric {
  padding: 24px clamp(14px, 1.6vw, 22px);
  border-right: 1px solid var(--line);
}
.metric-row .metric:last-child { border-right: 0; }

/* ------------------------------------------------------------
   Podium
   ------------------------------------------------------------ */
.podium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.podium__card {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.podium__card:hover { border-color: var(--line-gold); transform: translateY(-2px); }
.podium__card .ph { border: 0; border-radius: 0; min-height: 240px; aspect-ratio: 4 / 5; }
.podium__body { padding: 18px 20px 22px; border-top: 1px solid var(--line); display: grid; gap: 4px; }
.podium__rank {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 8px;
}
.podium__rank-medal {
  width: 22px; height: 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  display: grid; place-items: center;
  font-size: 10px;
  color: var(--gold);
}
.podium__inst { font-size: 12px; color: var(--text-muted); }
.podium__name { font-family: var(--font-display); font-weight: 400; font-size: 18px; letter-spacing: 0; line-height: 1.1; }

/* ------------------------------------------------------------
   Pain list
   ------------------------------------------------------------ */
.pain-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.pain-list__item {
  background: rgba(28, 28, 28, 0.92);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}
.pain-list__item .x {
  width: 24px; height: 24px;
  border: 1px solid rgba(241,241,241,0.18);
  border-radius: 999px;
  display: grid; place-items: center;
  color: var(--gold);
  font-size: 12px;
  flex-shrink: 0;
}
.pain-list__item p { margin: 0; line-height: 1.5; font-size: 14px; color: var(--text-soft); }

/* ------------------------------------------------------------
   Tiers
   ------------------------------------------------------------ */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.tier {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.tier:hover { border-color: var(--line-gold); }
.tier--featured {
  background:
    linear-gradient(180deg, rgba(200, 169, 110,0.08) 0%, rgba(200, 169, 110,0.02) 100%),
    var(--glass-bg);
  border-color: var(--line-gold);
  box-shadow: var(--shadow-gold);
}
.tier__tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.tier__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}
.tier__sub { font-size: 13px; color: var(--text-muted); margin: 0; }
.tier__for {
  font-size: 13px;
  color: var(--text-soft);
  border-top: 1px solid var(--line);
  padding-top: 14px;
  line-height: 1.55;
}
.tier__list {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  gap: 8px;
}
.tier__list li {
  font-size: 13px;
  color: var(--text-soft);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.tier__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 5px; height: 5px;
  background: var(--gold);
  border-radius: 1px;
  transform: rotate(45deg);
}
.tier__list li.is-star::before {
  background: transparent;
  border: 1px solid var(--gold);
  width: 7px; height: 7px;
  top: 6px;
}
.tier__list li.is-bonus::before {
  background: var(--gold-hi);
  width: 7px; height: 3px;
  border-radius: 1px;
  transform: none;
  top: 9px;
}
.tier__cta { margin-top: 4px; }

/* ------------------------------------------------------------
   Steps
   ------------------------------------------------------------ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.step {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: 26px;
  position: relative;
}
.step__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.step h4 { margin: 0 0 6px; }
.step p { margin: 0; color: var(--text-soft); font-size: 13px; line-height: 1.55; }

/* ------------------------------------------------------------
   Phases
   ------------------------------------------------------------ */
.phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.phase {
  padding: 26px 22px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  display: grid;
  gap: 10px;
  align-content: start;
}
.phase__tag {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.phase h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0;
}
.phase p { font-size: 13px; line-height: 1.55; color: var(--text-soft); margin: 0; }

/* ------------------------------------------------------------
   P.L.A.N.O.R pillars
   ------------------------------------------------------------ */
.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.pillar {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: 24px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  transition: border-color 0.25s ease;
}
.pillar:hover { border-color: var(--line-gold); }
.pillar__letter {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.02em;
}
.pillar h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 4px;
}
.pillar__lede {
  font-size: 13px;
  font-style: italic;
  color: var(--gold-hi);
  margin: 0 0 8px;
}
.pillar p { font-size: 13px; line-height: 1.55; color: var(--text-soft); margin: 0; }

/* ------------------------------------------------------------
   Bonus
   ------------------------------------------------------------ */
.bonuses { display: grid; gap: 12px; }
.bonus {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 20px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 20px;
}
.bonus__gift {
  width: 36px; height: 36px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold);
  font-size: 14px;
  flex-shrink: 0;
}
.bonus__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 4px;
}
.bonus__desc { font-size: 13px; line-height: 1.55; color: var(--text-soft); margin: 0; }
.bonus__price {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 13px;
  color: var(--gold);
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.bonus__total {
  background:
    linear-gradient(180deg, rgba(200, 169, 110,0.10), rgba(200, 169, 110,0.02)),
    var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--line-gold);
  border-radius: var(--r-md);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.bonus__total strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  color: var(--gold);
  letter-spacing: 0;
}

/* ------------------------------------------------------------
   Compare tables
   ------------------------------------------------------------ */
.compare {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.compare-row:last-child { border-bottom: 0; }
.compare-row > div {
  padding: 14px 20px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.45;
}
.compare-row > div:last-child { border-right: 0; }
.compare-row--head > div {
  background: rgba(200, 169, 110, 0.06);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text);
  padding: 14px 20px;
}
.compare-row--head > div:last-child { color: var(--gold); }

.compare2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
}
.compare2__col { padding: 26px 28px; }
.compare2__col + .compare2__col {
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(200, 169, 110,0.06), rgba(200, 169, 110,0.01));
}
.compare2__head {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.compare2__col + .compare2__col .compare2__head { color: var(--gold); }
.compare2 ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.compare2 li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.5;
}
.compare2 li .mk {
  display: inline-grid; place-items: center;
  width: 18px; height: 18px; border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  margin-top: 1px;
  flex-shrink: 0;
}
.compare2 li.is-no .mk { color: var(--text-muted); border: 1px solid rgba(241,241,241,0.16); }
.compare2 li.is-yes .mk { background: var(--gold); color: var(--ink); }

/* ------------------------------------------------------------
   Team grid
   ------------------------------------------------------------ */
.team {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.team__card {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.team__card:hover { border-color: var(--line-gold); }
.team__card .ph { border: 0; border-radius: 0; min-height: 0; aspect-ratio: 3/4; }
.team__body { padding: 14px 16px 18px; display: grid; gap: 3px; }
.team__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
}
.team__role { font-size: 11px; color: var(--text-muted); }
.team__inst { font-size: 11px; color: var(--gold); font-weight: 500; }

/* ------------------------------------------------------------
   Quote
   ------------------------------------------------------------ */
.quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.quote {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px 1fr;
}
.quote .ph { border: 0; border-radius: 0; min-height: 0; }
.quote__body { padding: 22px 24px; display: grid; align-content: center; gap: 12px; }
.quote__text {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  margin: 0;
  text-wrap: pretty;
  color: var(--text);
}
.quote__person { display: grid; gap: 2px; font-size: 12px; }
.quote__name { color: var(--text); font-weight: 600; font-family: var(--font-body); }
.quote__inst { color: var(--text-muted); }
.quote__video {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #000;
  overflow: hidden;
  min-height: 0;
}
.quote__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ------------------------------------------------------------
   Carousel
   ------------------------------------------------------------ */
.carousel { position: relative; overflow: hidden; }
.carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 240px;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 4px 18px;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__card {
  scroll-snap-align: start;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
}
.carousel__card .ph { border: 0; border-radius: 0; aspect-ratio: 3/4; min-height: 0; }
.carousel__card__body { padding: 14px 16px 18px; display: grid; gap: 2px; }
.carousel__name { font-family: var(--font-display); font-weight: 400; font-size: 14px; letter-spacing: 0; }
.carousel__inst { font-size: 11px; color: var(--gold); }
.carousel__detail { font-size: 11px; color: var(--text-muted); }
.carousel__nav { display: flex; gap: 8px; }
.carousel__btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  color: var(--text);
  display: grid; place-items: center;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.carousel__btn:hover { border-color: var(--gold); color: var(--gold); }

.carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------
   Marquee — infinite auto-scroll (aprovados)
   ------------------------------------------------------------ */
.marquee {
  position: relative;
  overflow: hidden;
  padding: 4px 0 8px;
  mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.marquee__track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee-scroll 60s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__card {
  flex: 0 0 auto;
  width: 200px;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-3);
  border: 1px solid var(--glass-border);
  transition: border-color 0.25s ease, transform 0.25s ease;
  position: relative;
}
.marquee__card:hover { border-color: var(--line-gold); transform: translateY(-3px); }
.marquee__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 9px)); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
}
@media (max-width: 600px) {
  .marquee__card { width: 160px; }
}

/* ------------------------------------------------------------
   Manifesto
   ------------------------------------------------------------ */
.manifesto {
  text-align: center;
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
}
.manifesto p { font-size: clamp(14px, 1.1vw, 16px); color: var(--text-soft); margin: 0; line-height: 1.65; text-wrap: pretty; }

/* ------------------------------------------------------------
   FAQ — glass
   ------------------------------------------------------------ */
.faq { display: grid; gap: 10px; }
.faq__item {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq__item:hover { border-color: var(--line-gold); }
.faq__item.is-open { border-color: var(--line-gold); background: var(--glass-bg-2); }
.faq__q {
  width: 100%;
  text-align: left;
  padding: 18px 24px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--text);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  line-height: 1.4;
}
.faq__q .ic {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: grid; place-items: center;
  font-size: 14px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.faq__item.is-open .faq__q .ic { transform: rotate(45deg); }
.faq__a {
  display: none;
  padding: 0 24px 20px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.65;
  max-width: 70ch;
}
.faq__item.is-open .faq__a { display: block; }

/* ------------------------------------------------------------
   Founder
   ------------------------------------------------------------ */
.founder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.founder .ph { aspect-ratio: 4/5; min-height: 0; }
/* Foto do fundador: imagem limpa com cantos arredondados (sem moldura/placeholder) */
.founder__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--r-xl);
  display: block;
}
.founder__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.006em;
  margin: 0 0 14px;
}
.founder p { margin: 0 0 14px; color: var(--text-soft); line-height: 1.65; font-size: 14px; }
.founder .badges {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 14px 0 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.badge {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 7px 12px;
  border: 1px solid var(--line-gold);
  background: var(--gold-soft);
  backdrop-filter: var(--glass-blur);
  border-radius: 999px;
}
.founder__quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--text);
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0 0 14px;
}

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */
.footer {
  background: var(--ink-0);
  border-top: 1px solid var(--line);
  padding: 56px 0 28px;
  color: var(--text-soft);
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}
.footer__brand { display: grid; gap: 12px; max-width: 340px; }
.footer__brand p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--text-muted); }
.footer__col h5 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer__col a { font-size: 13px; color: var(--text-soft); transition: color 0.15s ease; }
.footer__col a:hover { color: var(--gold); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--text-muted);
  gap: 16px; flex-wrap: wrap;
}
.footer__seals { display: flex; gap: 8px; }
.footer__seal {
  border: 1px solid var(--line);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

/* ------------------------------------------------------------
   Banner CTA
   ------------------------------------------------------------ */
.cta-banner {
  background:
    linear-gradient(180deg, rgba(200, 169, 110,0.10), rgba(28,28,28,0)),
    var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--line-gold);
  border-radius: var(--r-xl);
  padding: clamp(32px, 4.5vw, 56px);
  text-align: center;
  display: grid; gap: 18px; justify-items: center;
}

/* ------------------------------------------------------------
   Filters + Approved table
   ------------------------------------------------------------ */
.filters {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.filter { position: relative; }
.filter input, .filter select {
  width: 100%;
  height: 46px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  color: var(--text);
  font-family: inherit;
  font-size: 13px;
  padding: 0 16px;
  border-radius: 999px;
  appearance: none;
  outline: none;
}
.filter input::placeholder { color: var(--text-muted); }
.filter input:focus, .filter select:focus { border-color: var(--gold); }
.filter select { padding-right: 40px; }
.filter::after {
  content: "";
  position: absolute;
  right: 20px; top: 50%;
  width: 7px; height: 7px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: translateY(-75%) rotate(45deg);
  pointer-events: none;
}
.filter--input::after { display: none; }

.approved-table {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.approved-table__head, .approved-row {
  display: grid;
  grid-template-columns: 1.6fr 1.2fr 1.4fr 0.6fr;
  align-items: center;
}
.approved-table__head {
  background: rgba(200, 169, 110, 0.06);
  padding: 14px 22px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.approved-row {
  padding: 14px 22px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  transition: background 0.15s ease;
}
.approved-row:hover { background: rgba(241,241,241,0.03); }
.approved-row .name { font-family: var(--font-display); font-weight: 400; font-size: 14px; color: var(--text); }
.approved-row .esp { color: var(--text-soft); }
.approved-row .inst { color: var(--gold); font-weight: 500; font-size: 12px; }
.approved-row .year { color: var(--text-muted); font-size: 12px; text-align: right; font-family: var(--font-display); }
.approved-row.is-hidden { display: none; }

.empty-state { padding: 30px; text-align: center; color: var(--text-muted); font-size: 13px; }

/* ------------------------------------------------------------
   Stories
   ------------------------------------------------------------ */
.stories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.story {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px 1fr;
}
.story .ph { border: 0; border-radius: 0; min-height: 0; }
.story__body { padding: 22px 24px; display: grid; gap: 6px; align-content: center; }
.story__name { font-family: var(--font-display); font-weight: 400; font-size: 18px; letter-spacing: 0; margin: 0; }
.story__role { font-size: 12px; color: var(--gold); letter-spacing: 0.04em; }
.story p { margin: 6px 0 0; font-size: 13px; line-height: 1.55; color: var(--text-soft); }

/* ------------------------------------------------------------
   Routine / pillars tables
   ------------------------------------------------------------ */
.routine, .pillars-table {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.routine-row { display: grid; grid-template-columns: 0.8fr 1fr 1.6fr; }
.pillars-row { display: grid; grid-template-columns: 0.6fr 1fr 1fr; }
.routine-row > div, .pillars-row > div {
  padding: 16px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.5;
}
.routine-row > div:last-child, .pillars-row > div:last-child { border-right: 0; }
.routine-row:last-child > div, .pillars-row:last-child > div { border-bottom: 0; }
.routine-row--head > div, .pillars-row--head > div {
  background: rgba(200, 169, 110, 0.06);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.pillars-row .pill-letter {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
  letter-spacing: 0.04em;
}

/* ------------------------------------------------------------
   Four pillars / Leaders
   ------------------------------------------------------------ */
.four-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.four-pillars .card { padding: 24px; }
.four-pillars .num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 8px;
}

.leaders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.leader {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: 26px;
  display: grid; gap: 10px;
  align-content: start;
  transition: border-color 0.25s ease;
}
.leader:hover { border-color: var(--line-gold); }
.leader__tag {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 8px;
}
.leader__tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.leader h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0;
}
.leader p { margin: 0; color: var(--text-soft); font-size: 13px; line-height: 1.55; }

/* ------------------------------------------------------------
   Values
   ------------------------------------------------------------ */
.values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.values div {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  padding: 22px 18px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--text);
  line-height: 1.25;
}

/* ------------------------------------------------------------
   Page hero (secondary)
   ------------------------------------------------------------ */
.page-hero {
  padding: clamp(72px, 9vw, 120px) 0 clamp(48px, 6vw, 80px);
  background:
    radial-gradient(70% 60% at 100% 0%, rgba(200, 169, 110, 0.06), transparent 55%),
    radial-gradient(50% 40% at 0% 100%, rgba(200, 169, 110, 0.03), transparent 60%),
    var(--ink);
  position: relative;
  overflow: hidden;
}
.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}

/* ------------------------------------------------------------
   Receives / focus pills
   ------------------------------------------------------------ */
.receives {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.receive {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 20px 22px;
  display: grid; gap: 6px;
  align-content: start;
  transition: border-color 0.25s ease;
}
.receive:hover { border-color: var(--line-gold); }
.receive__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  display: flex; gap: 10px; align-items: center;
  line-height: 1.25;
}
.receive__title .bullet { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.receive p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--text-soft); }

.focus-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.focus-pill {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 22px 24px;
  display: grid; gap: 6px;
}
.focus-pill__icon { font-family: var(--font-display); color: var(--gold); font-size: 20px; font-weight: 400; }
.focus-pill h4 { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: 15px; letter-spacing: 0; }
.focus-pill p { margin: 0; font-size: 12px; color: var(--text-soft); line-height: 1.55; }

/* ------------------------------------------------------------
   Checks
   ------------------------------------------------------------ */
.checks { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.checks li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
}
.checks li::before {
  content: "✓";
  display: grid; place-items: center;
  width: 20px; height: 20px;
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  font-size: 11px;
  margin-top: 1px;
}

/* ------------------------------------------------------------
   Mobile menu drawer
   ------------------------------------------------------------ */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(14, 14, 14, 0.94);
  backdrop-filter: blur(24px);
  z-index: 100;
  display: none;
  flex-direction: column;
  padding: 22px var(--gutter);
}
.mobile-menu.is-open { display: flex; }
.mobile-menu__head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 32px;
}
.mobile-menu__close {
  width: 42px; height: 42px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 20px; color: var(--text);
  background: var(--glass-bg);
}
.mobile-menu__list { display: grid; gap: 14px; }
.mobile-menu__list a {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text);
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu__cta { margin-top: auto; padding-top: 24px; display: grid; gap: 10px; }

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media (max-width: 1180px) {
  .nav { gap: 16px; }
  .nav__link { font-size: 11.5px; letter-spacing: 0.03em; }
}
@media (max-width: 1080px) {
  .team { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1000px) {
  .nav { display: none; }
  .header__cta .btn--ghost { display: none; }
  .menu-toggle { display: inline-flex; }
  .header__cta { margin-left: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
  .page-hero__grid { grid-template-columns: 1fr; }
  .pain-list { grid-template-columns: 1fr; }
  .tiers { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .phases { grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1fr 1fr 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .quote { grid-template-columns: 140px 1fr; }
  .team { grid-template-columns: repeat(3, 1fr); }
  .leaders { grid-template-columns: 1fr; }
  .compare2 { grid-template-columns: 1fr; }
  .compare2__col + .compare2__col { border-left: 0; border-top: 1px solid var(--line); }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row .metric { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .metric-row .metric:nth-child(even) { border-right: 0; }
  .metric-row .metric:nth-last-child(-n+2):nth-child(odd) ~ .metric { border-bottom: 0; }
  .podium { grid-template-columns: 1fr; }
  .founder { grid-template-columns: 1fr; }
  .four-pillars { grid-template-columns: 1fr; }
  .focus-pills { grid-template-columns: 1fr; }
  .receives { grid-template-columns: 1fr; }
  .stories { grid-template-columns: 1fr; }
  .story { grid-template-columns: 130px 1fr; }
  .values { grid-template-columns: 1fr 1fr; }
  .approved-table__head, .approved-row { grid-template-columns: 1.4fr 1fr 1fr 0.5fr; padding: 12px 16px; }
  .filters { grid-template-columns: 1fr; }
  .bonus { grid-template-columns: auto 1fr; }
  .bonus__price { grid-column: 1 / -1; }
  .routine-row, .pillars-row { grid-template-columns: 1fr !important; }
  .routine-row > div, .pillars-row > div { border-right: 0; }
}

@media (max-width: 600px) {
  body { font-size: 14px; }
  .team { grid-template-columns: repeat(2, 1fr); }
  .phases { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .compare-row > div:last-child { border-bottom: 0; }
  .quote { grid-template-columns: 1fr; }
  .quote .ph { aspect-ratio: 16/9; }
  .quote__video { width: 100%; max-width: 220px; margin: 0 auto; }
  .values { grid-template-columns: 1fr; }
  .approved-table__head, .approved-row { grid-template-columns: 1.4fr 1fr; }
  .approved-table__head .col-inst, .approved-table__head .col-year,
  .approved-row .inst, .approved-row .year { display: none; }
  .story { grid-template-columns: 1fr; }
  .story .ph { aspect-ratio: 16/9; }
  .header__inner { gap: 14px; }
}

/* ------------------------------------------------------------
   Acessibilidade — focus-visible (navegação por teclado)
   ------------------------------------------------------------ */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
a:focus-visible, button:focus-visible, .btn:focus-visible,
input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold-hi);
  outline-offset: 3px;
}

/* ------------------------------------------------------------
   VERSÃO BRUNO ACE — fonte oficial Kedma (peso único 400)
   Bruno Ace é geométrica e larga: ajusta tracking/tamanho.
   ------------------------------------------------------------ */
.h-display, .h-1, .h-2, .h-3, .h-4,
.hero__title, .founder__name, .founder__quote,
.quote__text, .story__name,
.h-display .gold-mark, .h-1 .gold-mark, .h-2 .gold-mark,
.h-3 .gold-mark, .h-4 .gold-mark, .hero__title .gold-mark,
.founder__name .gold-mark, .founder__quote .gold-mark,
.quote__text .gold-mark, .story__name .gold-mark,
.hero__title em {
  font-family: "Bruno Ace", "Bricolage Grotesque", system-ui, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
}
/* Bruno Ace ocupa mais largura: reduz levemente os display maiores */
.h-display { font-size: clamp(26px, 3.9vw, 48px); line-height: 1.12; }
.hero__title { letter-spacing: -0.015em; }

/* ============================================================
   Scroll reveal — TÍTULOS surgem com leve fade ao entrar na viewport
   Só os títulos (não todos os elementos). Oculta antes do paint apenas
   com JS ativo (.has-reveal no <html>) e respeita prefers-reduced-motion.
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .has-reveal #kedma-app :is(
    .h-display, .h-1, .h-2, .h-3, .h-4,
    .hero__title, .founder__name, .tier__name, .story__name
  ) {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(6px);
    transition:
      opacity .8s ease-out,
      transform .8s cubic-bezier(.22, 1, .36, 1),
      filter .8s ease-out;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter;
  }
  .has-reveal #kedma-app :is(
    .h-display, .h-1, .h-2, .h-3, .h-4,
    .hero__title, .founder__name, .tier__name, .story__name
  ).is-in {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ============================================================
   Background vivo: grid sutil + spotlight dourado seguindo o mouse
   Aplicado às sections escuras (sem mexer no HTML). --mx/--my/--spot
   são atualizados via JS (app.js).
   ============================================================ */
.section--dark, .section--ink2 { isolation: isolate; }
.section--dark > .container, .section--ink2 > .container { position: relative; z-index: 1; }
.section--dark::before, .section--ink2::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(241, 241, 241, 0.016) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(241, 241, 241, 0.016) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(120% 85% at 50% 0%, #000 22%, transparent 95%);
  mask-image: radial-gradient(120% 85% at 50% 0%, #000 22%, transparent 95%);
}
.section--dark::after, .section--ink2::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 30%),
              rgba(200, 169, 110, 0.06), transparent 70%);
  opacity: var(--spot, 0);
  transition: opacity .5s ease;
}

/* ============================================================
   Heros centralizados (Plano R, Kedma R1, Kedma Exclusive):
   título grande, sem imagem ao lado, aurora dourada animada.
   ============================================================ */
.page-hero--centered { position: relative; overflow: hidden; isolation: isolate; padding: clamp(96px, 13vw, 168px) 0; }
.page-hero--centered .container { position: relative; z-index: 1; }
.page-hero--centered .page-hero__grid { grid-template-columns: 1fr; }
.page-hero--centered .hero__visual { display: none !important; }
/* A coluna de texto do hero e um <div> sem classe; centraliza tudo dentro dela. */
.page-hero--centered .page-hero__grid > div:not(.hero__visual) {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2.2vw, 26px);
}
/* Paragrafos com max-width inline tambem ficam centralizados; zera margens inline */
.page-hero--centered .page-hero__grid > div:not(.hero__visual) > * {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.page-hero--centered .h-display { font-size: clamp(28px, 4.6vw, 80px); line-height: 1.16; letter-spacing: -0.01em; margin: 0; }
.page-hero--centered .hero__sub { font-size: 18px; line-height: 1.6; max-width: 580px; margin: 0; }
.page-hero--centered .hero__cta { justify-content: center; margin: 0; }
.page-hero--centered::before {
  content: ""; position: absolute; inset: -30% -10%; z-index: 0; pointer-events: none;
  background: radial-gradient(42% 38% at 50% 30%, rgba(200, 169, 110, 0.07), transparent 72%);
  filter: blur(50px);
  animation: heroGold 18s ease-in-out infinite alternate;
}
@keyframes heroGold {
  from { transform: translate3d(0, -2%, 0) rotate(0deg) scale(1); }
  to   { transform: translate3d(0,  2%, 0) rotate(10deg) scale(1.1); }
}

/* ============================================================
   Hovers refinados (lift sutil + borda dourada)
   ============================================================ */
.tier, .team__card, .step, .phase, .pillar, .faq__item, .bonus, .story, .leader, .podium__card {
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .35s ease, box-shadow .35s ease;
}
.tier:hover, .team__card:hover, .step:hover, .phase:hover, .pillar:hover,
.story:hover, .leader:hover, .podium__card:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
  box-shadow: 0 18px 42px -26px rgba(0, 0, 0, 0.75);
}
.team__card .ph img, .podium__card .ph img { transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.team__card:hover .ph img, .podium__card:hover .ph img { transform: scale(1.05); }
.btn { transition: transform .2s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease, filter .25s ease; }
.btn--primary:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn--ghost:hover, .btn--solid-dark:hover { transform: translateY(-2px); border-color: var(--line-gold-2); }

/* ============================================================
   Reveal de entrada nos BLOCOS (cards, grids) — fade + slide leve.
   Os títulos continuam com o fade/blur definido acima.
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .has-reveal #kedma-app :is(
    .tier, .step, .phase, .pillar, .quote, .metric, .team__card,
    .podium__card, .value, .faq__item, .bonus, .story, .leader,
    .compare-row, .numbers-grid > *
  ) {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity .7s cubic-bezier(.16, 1, .3, 1),
      transform .7s cubic-bezier(.16, 1, .3, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }
  .has-reveal #kedma-app :is(
    .tier, .step, .phase, .pillar, .quote, .metric, .team__card,
    .podium__card, .value, .faq__item, .bonus, .story, .leader,
    .compare-row, .numbers-grid > *
  ).is-in { opacity: 1; transform: none; }
}

/* ============================================================
   Cards de pessoa (time / podio): a imagem com cantos proprios
   arredondados E o acabamento do card. Sem bloco/borda/fundo em volta.
   ============================================================ */
.team__card, .podium__card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.team__card .ph, .podium__card .ph {
  border-radius: var(--r-lg);
  overflow: hidden;
}
.team__card .ph { aspect-ratio: 3 / 4; }
.podium__card .ph { aspect-ratio: 4 / 5; min-height: 0; }
.team__body { padding: 12px 4px 0; }
.podium__body { padding: 14px 6px 0; border-top: 0; }
/* hover realca a imagem, nao um bloco */
.team__card:hover, .podium__card:hover {
  transform: translateY(-4px);
  box-shadow: none;
  border-color: transparent;
}
.team__card:hover .ph, .podium__card:hover .ph {
  box-shadow: 0 18px 36px -22px rgba(0,0,0,0.85), 0 0 0 1px var(--line-gold);
}
/* imagens em qualquer .ph: cantos mais arredondados */
.ph:has(> img) { border-radius: var(--r-lg); }
