/* ============================================================
   Ecoar.Vendas — Proposta · tema "Navy & Ouro"
   ============================================================ */
:root {
  --bg: #0A1422;
  --bg-deep: #07101D;
  --panel: #0F1E33;
  --panel-2: #122440;
  --gold: #C9A45C;
  --gold-light: #E6CD93;
  --seed: #E8631A;
  --ink: #F2EDE3;
  --muted: #9AAABE;
  --line: rgba(201, 164, 92, 0.28);
  --line-faint: rgba(201, 164, 92, 0.14);
  --font: "Archivo", system-ui, sans-serif;
}

deck-stage:not(:defined) { visibility: hidden; }

deck-stage section {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  overflow: hidden;
  box-sizing: border-box;
}
deck-stage section * { box-sizing: border-box; }

/* ---------- decorative echo rings ---------- */
.echo {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid var(--line-faint);
  pointer-events: none;
}
.echo.solid { border-color: var(--line); }

.glow {
  position: absolute;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(201, 164, 92, 0.13), transparent 70%);
}

/* ---------- typographic system ---------- */
.kicker {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 24px;
}
.kicker::before {
  content: "";
  width: 56px;
  height: 1.5px;
  background: var(--gold);
  flex: none;
}
.kicker.bare::before { display: none; }

h1, h2, h3, h4 { margin: 0; }

.display {
  font-size: 128px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.02;
  text-wrap: balance;
}
.title {
  font-size: 84px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.05;
  text-wrap: balance;
}
.gold { color: var(--gold); }
.gold-grad {
  background: linear-gradient(110deg, var(--gold-light) 10%, var(--gold) 55%, #9A7A3C 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: 32px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--muted);
  text-wrap: pretty;
}
.lead strong { color: var(--ink); font-weight: 600; }

/* ---------- chrome (footer) ---------- */
.foot {
  position: absolute;
  left: 96px;
  right: 96px;
  bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(154, 170, 190, 0.66);
}
.foot .pg { color: var(--gold); font-variant-numeric: tabular-nums; white-space: nowrap; }
.foot .rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--line-faint), transparent);
  margin: 0 36px;
}

/* ---------- numbered / checked lists ---------- */
.nlist {
  display: grid;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nlist li {
  display: flex;
  gap: 24px;
  align-items: baseline;
  font-size: 28px;
  line-height: 1.42;
  color: var(--ink);
  text-wrap: pretty;
}
.nlist li .n {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 22px;
  color: var(--gold);
  flex: none;
  width: 44px;
  letter-spacing: 0.06em;
}
.nlist li .n::after { content: ""; }

.clist {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.clist li {
  display: flex;
  gap: 22px;
  align-items: baseline;
  font-size: 30px;
  line-height: 1.4;
  text-wrap: pretty;
}
.clist li::before {
  content: "";
  flex: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  transform: translateY(-2px);
}

/* ---------- callout band ---------- */
.callout {
  border: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(201, 164, 92, 0.10), rgba(201, 164, 92, 0.03));
  padding: 40px 56px;
  font-size: 30px;
  line-height: 1.5;
  color: var(--ink);
  text-wrap: pretty;
}
.callout strong { color: var(--gold-light); font-weight: 700; }

/* ---------- cards ---------- */
.card {
  background: linear-gradient(165deg, var(--panel-2), var(--panel) 60%);
  border: 1px solid var(--line-faint);
  border-top: 2px solid var(--gold);
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.card .idx {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--gold);
}
.card h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.12;
}
.card p {
  margin: 0;
  font-size: 26px;
  line-height: 1.5;
  color: var(--muted);
  text-wrap: pretty;
}

/* ---------- price cards ---------- */
.price-card .preco {
  font-size: 23px;
  font-weight: 500;
  color: var(--muted);
}
.price-card .preco b {
  display: block;
  font-size: 38px;
  font-weight: 800;
  color: var(--gold-light);
  letter-spacing: -0.01em;
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.price-card .inclui-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  border-top: 1px solid var(--line-faint);
  padding-top: 22px;
}
.price-card .inclui {
  font-size: 21.5px;
  line-height: 1.46;
  color: var(--muted);
  margin: 0;
  text-wrap: pretty;
}

/* ---------- table ---------- */
.gtable {
  width: 100%;
  border-collapse: collapse;
  font-size: 29px;
}
.gtable th, .gtable td {
  border: 1px solid var(--line-faint);
  padding: 30px 36px;
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.gtable thead th {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201, 164, 92, 0.07);
}
.gtable td { color: var(--ink); font-weight: 500; }
.gtable td:first-child { color: var(--muted); font-weight: 400; }
.gtable tbody tr:last-child td { background: rgba(201, 164, 92, 0.05); }

/* ---------- entrance animations ---------- */
@media (prefers-reduced-motion: no-preference) {
  body[data-motion="on"] section.anim-in .rise {
    animation: rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  body[data-motion="on"] section.anim-in .rise.d1 { animation-delay: 0.12s; }
  body[data-motion="on"] section.anim-in .rise.d2 { animation-delay: 0.24s; }
  body[data-motion="on"] section.anim-in .rise.d3 { animation-delay: 0.36s; }
  body[data-motion="on"] section.anim-in .rise.d4 { animation-delay: 0.48s; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- marca Adriano no canto (branding em todo slide de conteúdo) ----------
   Canto topo-direito · discreto · acima dos rings decorativos (z-index), abaixo
   de nada crítico. Todo conteúdo dos slides começa em top >= 140, sem colisão. */
.brandmark {
  position: absolute;
  right: 88px;
  top: 56px;
  height: 84px;
  width: auto;
  opacity: 0.95;
  z-index: 3;
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
}

/* ---------- image-slot placeholders legíveis no fundo navy ----------
   O empty-state do <image-slot> é desenhado pra fundo claro (ring/caption
   pretos → invisíveis aqui). Tematizamos via ::part pro deck escuro: anel
   dourado tracejado + legenda clara. Continua clicável pra preencher depois. */
image-slot::part(ring) { border-color: rgba(201, 169, 97, 0.5); }
image-slot::part(empty) { color: rgba(242, 237, 227, 0.62); }

/* ---------- foto da equipe · círculo real (slide 10) ---------- */
.team-photo {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  border: 2px solid var(--line);
  box-shadow:
    0 0 0 6px rgba(201, 164, 92, 0.06),
    0 18px 44px rgba(7, 16, 29, 0.55);
  background: rgba(255, 255, 255, 0.045);
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
