*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink:        #06080d;
  --ink-2:      #0a0d15;
  --ink-3:      #0f1420;
  --ink-4:      #141b28;
  --gold:       #FBBE0A;
  --gold-dim:   rgba(251,190,10,0.09);
  --gold-line:  rgba(251,190,10,0.22);
  --blue:       #2B82BC;
  --blue-dim:   rgba(43,130,188,0.08);
  --text:       #c8cdd8;
  --text-bright:#e8ecf4;
  --muted:      rgba(200,205,216,0.5);
  --rule:       rgba(255,255,255,0.06);
  --rule-gold:  rgba(251,190,10,0.15);
}
html { scroll-behavior: smooth; }
#body-lp-premium {
  --text: #cbd5e1;
  --text-bright: #f1f5f9;
  --muted: rgba(203, 213, 225, 0.72);
  color: var(--text);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
/* grain */
#body-lp-premium::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9999; opacity: 0.5;
}

#body-lp-premium h1,
#body-lp-premium h2,
#body-lp-premium h3 {
  font-family: 'Raleway', sans-serif;
  line-height: 1.15;
  color: var(--text-bright);
  font-weight: 600;
}
.gold { color: var(--gold); }
.muted { color: var(--muted); }

/* TOP BAR */
#top-bar {
  background: var(--gold);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: sticky; top: 0; z-index: 200;
}
.tb-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #06080d;
  white-space: nowrap;
}
.tb-sep { width: 1px; height: 16px; background: rgba(6,8,13,0.2); }
.tb-cd { font-weight: 700; color: #06080d; }
@media (max-width: 560px) {
  .tb-hide { display: none; }
}

/* NAV - minimal LP style */
nav {
  position: sticky; top: 40px; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 60px;
  background: rgba(6,8,13,0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 600px) { nav { padding: 0 20px; } }

/* Header LP: links sempre visíveis (sem menu colapsável) */
#body-lp-premium .lp-premium-header .lp-premium-header-nav .nav-item + .nav-item {
  margin-left: 0.35rem;
}
@media (min-width: 576px) {
  #body-lp-premium .lp-premium-header .lp-premium-header-nav .nav-item + .nav-item {
    margin-left: 0.75rem;
  }
}
#body-lp-premium .lp-premium-header .lp-premium-header-nav .nav-link {
  font-size: 0.85rem;
  white-space: nowrap;
}
@media (min-width: 576px) {
  #body-lp-premium .lp-premium-header .lp-premium-header-nav .nav-link {
    font-size: 0.9rem;
  }
}

.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 28px; width: auto; display: block; }
.nav-cta {
  background: var(--gold); color: #06080d;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 0.8rem;
  padding: 8px 18px; border-radius: 4px; text-decoration: none;
  transition: opacity 0.15s;
}
.nav-cta:hover { opacity: 0.88; }

/* BTNS */
.btn {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 0.95rem;
  text-decoration: none; border-radius: 4px; transition: all 0.2s;
  cursor: pointer; border: none;
}
.btn-primary { background: var(--gold); color: #06080d; padding: 16px 40px; }
.btn-primary:hover { box-shadow: 0 8px 32px rgba(251,190,10,0.35); transform: translateY(-1px); }
.btn-lg { font-size: 1.05rem; padding: 18px 48px; }
.btn-ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--rule); padding: 14px 32px;
}
.btn-ghost:hover { border-color: var(--gold-line); color: var(--gold); }

/* LAYOUT */
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 32px; }
.wrap-sm { max-width: 720px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 600px) { .wrap, .wrap-sm { padding: 0 20px; } }
section { position: relative; overflow: hidden; }
.pt { padding-top: 104px; } .pb { padding-bottom: 104px; }
@media (max-width: 768px) { .pt { padding-top: 64px; } .pb { padding-bottom: 64px; } }
.rule { width: 40px; height: 1px; background: var(--gold); margin: 20px 0 32px; }
.rule-c { width: 40px; height: 1px; background: var(--gold); margin: 20px auto 32px; }

/* ── HERO ─────────────────────────────── */
#hero { padding: 50px 0 96px; background: var(--ink); }
#hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--rule) 1px, transparent 1px),
    linear-gradient(90deg, var(--rule) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 30%, transparent 80%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; text-align: center; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold-dim); border: 1px solid var(--gold-line); border-radius: 2px;
  padding: 7px 14px; margin-bottom: 28px;
}
.hero-kicker span {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold);
}
.hero-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: blink 1.8s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }
#hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem); max-width: 860px;
  margin: 0 auto 24px; line-height: 1.1; letter-spacing: -0.01em;
}
#hero h1 em { font-style: italic; color: var(--gold); }
#hero .sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem); color: var(--muted);
  max-width: 560px; margin: 0 auto 44px; line-height: 1.75; font-weight: 300;
}
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── URGENCY ───────────────────────────── */
#urgency {
  background: linear-gradient(180deg, rgba(251,190,10,0.06) 0%, transparent 100%);
  border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--rule);
  padding: 48px 0; text-align: center;
}
#urgency h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); margin-bottom: 12px; }
#urgency .offer-desc { font-size: 1rem; color: var(--muted); margin-bottom: 6px; }
#urgency .price-line {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.8rem;
  color: rgba(200,205,216,0.5); letter-spacing: 0.06em; margin-bottom: 28px;
}

/* ── DOR ───────────────────────────────── */
#dor { background: var(--ink-2); }
#dor .intro {
  font-size: clamp(1rem, 1.6vw, 1.1rem); color: var(--muted);
  max-width: 680px; line-height: 1.8; margin-bottom: 32px; font-weight: 300;
}
.callout-q {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 600; font-style: italic;
  color: var(--gold); max-width: 640px; line-height: 1.3;
  border-left: 2px solid var(--gold); padding-left: 24px; margin: 32px 0 40px;
}
.pain-timeline { max-width: 680px; position: relative; }
.pain-timeline::before {
  content: ''; position: absolute; left: 15px; top: 8px; bottom: 8px;
  width: 1px; background: linear-gradient(180deg, var(--gold-line), transparent);
}
.pain-item { display: flex; gap: 24px; padding: 0 0 32px; }
.pain-item:last-child { padding-bottom: 0; }
.pain-n {
  flex-shrink: 0; width: 30px; height: 30px;
  background: var(--ink-4); border: 1px solid var(--rule); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; color: var(--muted);
  position: relative; z-index: 1;
}
.pain-text { font-size: 1rem; color: var(--muted); line-height: 1.7; padding-top: 4px; font-weight: 300; }
.pain-text strong { color: var(--text-bright); font-weight: 500; }
.pain-conclusion {
  margin-top: 40px; max-width: 680px; padding: 24px 28px;
  background: var(--ink-4); border: 1px solid var(--rule); border-radius: 2px;
}
.pain-conclusion p {
  font-family: 'Raleway', sans-serif; font-size: 1.2rem; font-weight: 500;
  color: var(--text-bright); line-height: 1.6;
}
.pain-conclusion strong { color: var(--gold); }

/* ── PLATFORM MOCKUP ───────────────────── */
#plataforma { background: var(--ink); }
.platform-header { text-align: center; margin-bottom: 52px; }
.platform-header h2 { font-size: clamp(1.6rem, 3vw, 2.6rem); max-width: 600px; margin: 0 auto 16px; }
.platform-header p { font-size: 1rem; color: var(--muted); max-width: 480px; margin: 0 auto; font-weight: 300; }

/* Big mockup window */
.mockup-window {
  background: var(--ink-3);
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}
.mockup-titlebar {
  background: var(--ink-4); height: 36px;
  display: flex; align-items: center; padding: 0 16px; gap: 8px;
  border-bottom: 1px solid var(--rule);
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-titlebar-label {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.1em; color: var(--muted); margin-left: auto; margin-right: auto;
}
.mockup-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; }

/* Metric cards row */
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 640px) { .metric-row { grid-template-columns: repeat(2, 1fr); } }
.metric-card {
  background: var(--ink-4); border: 1px solid var(--rule); border-radius: 6px;
  padding: 14px 16px;
}
.metric-card-label {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.58rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 8px;
}
.metric-card-value {
  font-family: 'Raleway', sans-serif; font-size: 1.6rem; font-weight: 600;
  line-height: 1; margin-bottom: 4px;
}
.metric-card-sub { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.6rem; color: var(--muted); }
.green { color: #4ade80; }
.red { color: #f87171; }

/* Chart area */
.chart-area {
  background: var(--ink-4); border: 1px solid var(--rule); border-radius: 6px;
  padding: 16px;
}
.chart-title {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}
.chart-bars { display: flex; align-items: flex-end; gap: 6px; height: 80px; }
.chart-bar {
  flex: 1; border-radius: 2px 2px 0 0;
  transition: opacity 0.2s;
}
.chart-bar:hover { opacity: 0.8; }
.bar-gold { background: var(--gold); }
.bar-blue { background: var(--blue); opacity: 0.6; }
.chart-labels {
  display: flex; gap: 6px; margin-top: 8px;
}
.chart-lbl {
  flex: 1; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.5rem; color: var(--muted); text-align: center;
}

/* Two column layout inside mockup */
.mockup-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 560px) { .mockup-two-col { grid-template-columns: 1fr; } }

/* Table mockup */
.table-area {
  background: var(--ink-4); border: 1px solid var(--rule); border-radius: 6px;
  padding: 16px; overflow: hidden;
}
.table-title {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 12px;
}
.mock-table { width: 100%; border-collapse: collapse; }
.mock-table th {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.55rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); text-align: left;
  padding: 6px 8px; border-bottom: 1px solid var(--rule);
}
.mock-table td {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; color: var(--text);
  padding: 7px 8px; border-bottom: 1px solid rgba(255,255,255,0.03);
}
.mock-table tr:last-child td { border-bottom: none; }
.mock-table td.ticker { color: var(--gold); font-weight: 500; }
.mock-table td.pos { color: #4ade80; }
.mock-table td.neg { color: #f87171; }

/* Valuation panel */
.val-panel {
  background: var(--ink-4); border: 1px solid var(--rule); border-radius: 6px;
  padding: 16px;
}
.val-title {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}
.val-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.03);
  font-size: 0.75rem;
}
.val-row:last-child { border-bottom: none; }
.val-row-label { color: var(--muted); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 300; }
.val-row-val {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; color: var(--text-bright);
}
.val-result {
  margin-top: 14px; padding: 10px 12px;
  background: var(--gold-dim); border: 1px solid var(--gold-line); border-radius: 4px;
  display: flex; justify-content: space-between; align-items: center;
}
.val-result-label {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.6rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold);
}
.val-result-num {
  font-family: 'Raleway', sans-serif; font-size: 1.2rem; font-weight: 600; color: var(--gold);
}

/* ── VERDADE ───────────────────────────── */
#verdade { background: var(--ink-2); }
.verdade-body {
  font-size: clamp(1rem, 1.5vw, 1.08rem); color: var(--muted);
  max-width: 680px; line-height: 1.85; font-weight: 300; margin-bottom: 20px;
}
.verdade-stmt {
  max-width: 680px; padding: 28px 32px;
  background: var(--gold-dim); border: 1px solid var(--gold-line); border-radius: 2px; margin-top: 32px;
}
.verdade-stmt p {
  font-family: 'Raleway', sans-serif; font-size: 1.35rem; font-weight: 600;
  font-style: italic; color: var(--gold); line-height: 1.5;
}

/* ── FUNDADORES ────────────────────────── */
#fundadores { background: var(--ink); }
.founders-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
@media (max-width: 640px) { .founders-row { grid-template-columns: 1fr; } }
.founder-card {
  background: var(--ink-3); border: 1px solid var(--rule);
  border-radius: 2px; overflow: hidden; transition: border-color 0.3s;
}
.founder-card:hover { border-color: var(--gold-line); }
.founder-photo { position: relative; height: 280px; overflow: hidden; background: var(--ink-4); }
.founder-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  filter: grayscale(15%) contrast(1.05); transition: transform 0.5s;
}
.founder-card:hover .founder-photo img { transform: scale(1.02); }
.founder-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, var(--ink-3) 100%);
}
.founder-info { padding: 24px 28px 28px; }
.founder-name { font-family: 'Raleway', sans-serif; font-size: 1.5rem; font-weight: 600; color: var(--text-bright); margin-bottom: 4px; }
.founder-role {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.founder-bio { font-size: 0.88rem; color: var(--muted); line-height: 1.8; font-weight: 300; }
.founders-note {
  margin-top: 24px; padding: 24px 28px;
  background: var(--gold-dim); border: 1px solid var(--gold-line); border-radius: 2px;
}
.founders-note p { font-size: 0.95rem; color: var(--text); line-height: 1.75; }
.founders-note strong { color: var(--gold); font-weight: 600; }

/* ── FEATURES ──────────────────────────── */
#produto { background: var(--ink-2); }
#produto h2 { font-size: clamp(1.6rem, 3vw, 2.6rem); max-width: 720px; margin-bottom: 20px; }
.produto-lead {
  font-size: 1.05rem; color: var(--muted); max-width: 660px;
  line-height: 1.8; margin-bottom: 44px; font-weight: 300;
}
.features-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  max-width: 840px; border: 1px solid var(--rule); border-radius: 2px; overflow: hidden;
}
@media (max-width: 600px) { .features-grid { grid-template-columns: 1fr; } }
.feat {
  padding: 20px 24px; border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule); transition: background 0.2s;
}
.feat:nth-child(even) { border-right: none; }
.feat:nth-last-child(-n+2) { border-bottom: none; }
.feat:last-child { border-bottom: none; }
@media (max-width: 600px) { .feat { border-right: none; } }
.feat:hover { background: var(--gold-dim); }
.feat-n { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.6rem; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 8px; }
.feat-t { font-size: 0.9rem; color: var(--text); line-height: 1.6; font-weight: 300; }
.feat-t strong { font-weight: 500; color: var(--text-bright); }
.essencial-tag {
  margin-top: 20px; max-width: 840px; padding: 14px 20px;
  background: var(--ink-3); border-left: 2px solid var(--blue);
  font-size: 0.88rem; color: var(--muted); line-height: 1.6;
}
.essencial-tag strong { color: var(--text); font-weight: 500; }

/* ── PILARES ───────────────────────────── */
#pilares { background: var(--ink); }
.pilares-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid var(--rule); border-radius: 2px; overflow: hidden; margin-top: 44px;
}
@media (max-width: 768px) { .pilares-grid { grid-template-columns: 1fr; } }
.pilar {
  padding: 40px 32px; border-right: 1px solid var(--rule); position: relative;
}
.pilar:last-child { border-right: none; }
@media (max-width: 768px) { .pilar { border-right: none; border-bottom: 1px solid var(--rule); } .pilar:last-child { border-bottom: none; } }
.pilar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); }
.pilar-n { font-family: 'Raleway', sans-serif; font-size: 4rem; font-weight: 400; color: rgba(251,190,10,0.1); line-height: 1; margin-bottom: 20px; }
.pilar-h { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.pilar-t { font-size: 0.9rem; color: var(--muted); line-height: 1.8; font-weight: 300; }
.pilar-list { margin-top: 16px; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pilar-list li { font-size: 0.86rem; color: var(--muted); padding-left: 16px; position: relative; line-height: 1.5; }
.pilar-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 0.7rem; }

/* ── COMPARATIVO ───────────────────────── */
#comparativo { background: var(--ink-2); }
.comp-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--rule); border-radius: 2px; overflow: hidden; margin-top: 44px;
}
@media (max-width: 600px) { .comp-grid { grid-template-columns: 1fr; } }
.comp-col { padding: 36px 32px; }
.comp-col.bad { border-right: 1px solid var(--rule); background: rgba(255,255,255,0.01); }
.comp-col.good { background: var(--gold-dim); }
@media (max-width: 600px) { .comp-col.bad { border-right: none; border-bottom: 1px solid var(--rule); } }
.comp-lbl {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--rule);
}
.comp-col.bad .comp-lbl { color: var(--muted); }
.comp-col.good .comp-lbl { color: var(--gold); border-color: var(--gold-line); }
.comp-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.comp-list li { font-size: 0.9rem; color: var(--muted); padding-left: 20px; position: relative; line-height: 1.55; font-weight: 300; }
.comp-col.bad .comp-list li::before { content: '×'; position: absolute; left: 0; color: rgba(239,68,68,0.6); font-weight: 700; }
.comp-col.good .comp-list li { color: var(--text); }
.comp-col.good .comp-list li::before { content: '→'; position: absolute; left: 0; color: var(--gold); }

/* ── PARA QUEM ────────────────────────── */
#para-quem { background: var(--ink); }
.investor-profile {
  max-width: 760px;
  margin-top: 44px;
}
.investor-headline {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 600;
  font-style: italic;
  color: var(--gold);
  border-left: 2px solid var(--gold);
  padding-left: 24px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.investor-traits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 600px) { .investor-traits { grid-template-columns: 1fr; } }
.trait {
  padding: 24px 28px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  transition: background 0.2s;
}
.trait:nth-child(even) { border-right: none; }
.trait:nth-last-child(-n+2) { border-bottom: none; }
.trait:last-child { border-bottom: none; }
@media (max-width: 600px) { .trait { border-right: none; } }
.trait:hover { background: var(--gold-dim); }
.trait-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.62rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 10px;
}
.trait-text { font-size: 0.9rem; color: var(--text); line-height: 1.65; font-weight: 300; }
.investor-note {
  margin-top: 24px;
  padding: 16px 20px;
  background: var(--ink-3);
  border-left: 2px solid var(--blue);
  font-size: 0.88rem; color: var(--muted); line-height: 1.65;
}
.investor-note strong { color: var(--text); font-weight: 500; }

/* ── PREÇO (card igual à home — classes em style.css) ── */
#body-lp-premium #preco.lp-premium-preco.pricing-section {
  background: transparent;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
#body-lp-premium #preco .section-main-title {
  font-family: 'Raleway', sans-serif;
}
#body-lp-premium #preco .title-pricing {
  font-family: 'Raleway', sans-serif;
}
#body-lp-premium #preco .price-pricing {
  font-family: 'Raleway', sans-serif;
}
#body-lp-premium #preco .description-pricing,
#body-lp-premium #preco .features-title,
#body-lp-premium #preco .price-pricing-discount,
#body-lp-premium #preco .price-period,
#body-lp-premium #preco .price-per-day {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
#body-lp-premium #preco .price-why,
#body-lp-premium #preco .price-contact {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--muted);
}
#body-lp-premium #preco .price-contact a {
  color: #FBBE0A;
}
#body-lp-premium #preco .btn-pricing {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── GARANTIA ──────────────────────────── */
#garantia { background: var(--ink-2); }
.garantia-c { max-width: 600px; margin: 0 auto; text-align: center; }
.garantia-emb {
  width: 64px; height: 64px; border: 1px solid var(--gold-line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 28px;
  font-family: 'Raleway', sans-serif; font-size: 1.6rem; font-weight: 400; font-style: italic; color: var(--gold);
}
#garantia h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 12px; }
.garantia-sub { font-size: 1.1rem; font-style: italic; color: var(--gold); font-family: 'Raleway', sans-serif; margin-bottom: 28px; }
.g-steps { display: flex; flex-direction: column; gap: 0; max-width: 420px; margin: 0 auto 24px; text-align: left; }
.g-step { display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.g-step:last-child { border-bottom: none; }
.g-dot { flex-shrink: 0; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; margin-top: 9px; }
.g-step p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; font-weight: 300; }
.garantia-reason { font-family: 'Raleway', sans-serif; font-size: 1.05rem; font-style: italic; color: var(--muted); }

/* ── FECHAMENTO ────────────────────────── */
#fechamento { background: var(--ink-3); text-align: center; position: relative; }
#fechamento::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(var(--rule) 1px, transparent 1px), linear-gradient(90deg, var(--rule) 1px, transparent 1px);
  background-size: 64px 64px; pointer-events: none;
}
.fech-inner { position: relative; z-index: 1; }
#fechamento h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); max-width: 720px; margin: 0 auto 20px; }
.fech-sub { font-size: 1.05rem; color: var(--muted); max-width: 520px; margin: 0 auto 40px; font-weight: 300; line-height: 1.75; }
.choices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 680px; margin: 0 auto 44px; text-align: left; }
@media (max-width: 540px) { .choices { grid-template-columns: 1fr; } }
.choice { padding: 24px; border: 1px solid var(--rule); border-radius: 2px; }
.choice.b2 { background: var(--gold-dim); border-color: var(--gold-line); }
.choice-n { font-family: 'Raleway', sans-serif; font-size: 2.4rem; font-weight: 400; line-height: 1; margin-bottom: 12px; }
.choice.b1 .choice-n { color: rgba(255,255,255,0.08); }
.choice.b2 .choice-n { color: var(--gold); opacity: 0.4; }
.choice p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; font-weight: 300; }
.choice.b2 p { color: var(--text); }
.urgency-note { max-width: 560px; margin: 28px auto 0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; letter-spacing: 0.06em; color: var(--muted); line-height: 1.7; }
.urgency-note strong { color: var(--gold); }

/* ── FAQ ───────────────────────────────── */
#faq { background: var(--ink-2); }
.faq-wrap { max-width: 720px; margin: 44px auto 0; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; background: none; border: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; cursor: pointer; text-align: left; }
.faq-q-t { font-family: 'Raleway', sans-serif; font-size: 1.15rem; font-weight: 600; color: var(--text-bright); line-height: 1.4; }
.faq-tog { flex-shrink: 0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; color: var(--gold); transition: transform 0.3s; min-width: 16px; text-align: center; }
.faq-item.open .faq-tog { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 20px; }
.faq-a p { font-size: 0.92rem; color: var(--muted); line-height: 1.8; font-weight: 300; }

/* ── FOOTER (estrutura .main-footer em style.css) ── */
#body-lp-premium .lp-premium-footer.main-footer {
  border-top: 1px solid var(--rule);
  background: transparent;
}
#body-lp-premium .lp-premium-footer .footer-links {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── STICKY ────────────────────────────── */
#sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 98; background: rgba(6,8,13,0.97); border-top: 1px solid var(--gold-line); backdrop-filter: blur(20px); padding: 10px 24px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
.sticky-msg { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; letter-spacing: 0.06em; color: var(--text); }
.sticky-msg strong { color: var(--gold); }

/* ── ANIMATIONS ────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@keyframes pulse-gold { 0%,100%{box-shadow:0 0 0 0 rgba(251,190,10,0.35)} 50%{box-shadow:0 0 0 8px rgba(251,190,10,0)} }
