/* Di Bella & Co — landing page
   Implementado a partir de "Landing Di Bella.dc.html" (Claude Design). */

/* ---------- fontes (auto-hospedadas) ---------- */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('assets/fonts/archivo-var-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('assets/fonts/newsreader-italic-var-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/plexmono-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/plexmono-500-latin.woff2') format('woff2');
}

:root {
  --ac: #D9A441;
  --bg: #141312;
  --bg-alt: #121110;
  --card: #191816;
  --ink: #EDEAE4;
  --muted: #B5AFA6;
  --mid: #A8A29A;
  --dim: #6B655D;
  --faint: #57524B;
  --ghost: #494540;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --mono: 'IBM Plex Mono', monospace;
  --serif: 'Newsreader', serif;
}

* { box-sizing: border-box; }

/* atributo hidden SEMPRE vence display de classe (footerCta, slots-line etc.) */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Archivo', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--ac); }
::selection { background: var(--ac); color: var(--bg); }
input::placeholder { color: var(--faint); opacity: 1; }
input:focus { outline: none; }

.mono { font-family: var(--mono); }
.accent { color: var(--ac); }
.center { text-align: center; }

.container { width: min(1120px, 100%); margin: 0 auto; }
.container-narrow { width: min(860px, 100%); margin: 0 auto; }

/* ---------- animations ---------- */
@keyframes riseIn { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: none; } }
@keyframes drift { 0%, 100% { transform: translate(-6%, -4%) scale(1); } 50% { transform: translate(7%, 6%) scale(1.18); } }
@keyframes bandIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes blinkLine { 0%, 100% { opacity: .7; transform: scaleY(1); } 50% { opacity: .15; transform: scaleY(.6); } }

.rise { animation: riseIn .9s var(--ease) both; }

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

html.no-motion .rise { animation: none; }
html.no-motion [data-reveal] { transition: none; opacity: 1; transform: none; }
html.no-motion .hero-glow, html.no-motion .scroll-line { animation: none; }

/* ---------- shared type ---------- */
.kicker {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ac);
}

.h2 {
  margin: 22px 0 0;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 700;
}
.h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--ac);
}

.section-lead {
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 62ch;
}

.section {
  padding: clamp(80px, 11vw, 150px) clamp(20px, 6vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.section--alt { background: var(--bg-alt); }

/* ---------- progress bar ---------- */
.pbar {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: var(--ac);
  z-index: 70;
}

/* ---------- header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(20, 19, 18, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(20px, 5vw, 40px);
}
.logo { font-weight: 700; font-size: 17px; letter-spacing: -.02em; }
.amp {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--ac);
}
.header-link {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mid);
}
.header-link:hover { color: var(--ac); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(140px, 18vh, 200px) clamp(20px, 6vw, 72px) clamp(60px, 10vh, 100px);
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 88px);
}
.hero-glow {
  position: absolute;
  top: -220px; right: -180px;
  width: 820px; height: 820px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 164, 65, .13), transparent 62%);
  filter: blur(30px);
  animation: drift 16s ease-in-out infinite;
  pointer-events: none;
}
.hero-inner { position: relative; }
.hero-title {
  margin: 26px 0 0;
  font-size: clamp(40px, 6.6vw, 86px);
  line-height: 1.02;
  letter-spacing: -.035em;
  font-weight: 700;
  max-width: 15ch;
}
.hero-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--ac);
  letter-spacing: -.02em;
}
.hero-lead {
  margin: 32px 0 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 56ch;
}
.hero-cta {
  margin: 44px 0 0;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-meta {
  margin: 64px 0 0;
  display: flex;
  gap: clamp(20px, 4vw, 44px);
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--dim);
}
.scroll-line {
  position: absolute;
  bottom: 28px; left: 50%;
  width: 1px; height: 44px;
  background: var(--ac);
  animation: blinkLine 2.2s ease-in-out infinite;
  transform-origin: top;
}

/* ---------- buttons ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ac);
  color: #151310;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -.01em;
  padding: 18px 34px;
  border-radius: 12px;
  transition: transform .35s var(--ease), box-shadow .35s ease;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(217, 164, 65, .28);
  color: #151310;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  padding: 14px 26px;
  font-weight: 600;
  font-size: 15px;
  transition: border-color .3s, color .3s;
}
.btn-ghost:hover { border-color: var(--ac); color: var(--ac); }

.swap-note {
  margin: 16px 0 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  color: #8A847C;
}

/* ---------- problema ---------- */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(36px, 6vw, 80px);
}
.problem-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.problem-copy p { margin: 0; font-size: 17px; line-height: 1.75; color: var(--muted); }
.pull-quote {
  margin: 12px 0 0 !important;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 28px) !important;
  line-height: 1.4 !important;
  color: var(--ink) !important;
}

/* ---------- calculadora ---------- */
.calc-title { max-width: 20ch; }
.calc-card {
  margin: 48px 0 0;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 20px;
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(36px, 5vw, 72px);
}
.calc-fields {
  display: flex;
  flex-direction: column;
  gap: 38px;
  justify-content: center;
}
.field { display: block; }
.field-label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 10px;
}
.field-input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, .14);
  font-family: var(--mono);
  font-size: clamp(30px, 3.6vw, 42px);
  color: var(--ink);
  padding: 8px 2px;
  transition: border-color .3s;
}
.field-input:focus { border-bottom-color: var(--ac); }
.formula {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--faint);
}

.calc-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
}
.pct {
  font-family: var(--mono);
  font-size: clamp(68px, 9vw, 120px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
  color: var(--ink);
}
.pct .pct-sign { font-size: .45em; color: var(--ac); }
.pct--empty { color: #332F2B; }
.pct--empty .pct-sign { color: #332F2B; }
.pct-label {
  margin: 10px 0 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--dim);
}

.meter { margin: 30px 0 0; }
.meter-track {
  position: relative;
  height: 10px;
  background: #232019;
  border-radius: 99px;
  overflow: visible;
}
.meter-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #7A5B22, var(--ac));
  border-radius: 99px;
}
.meter-tick {
  position: absolute;
  top: -5px;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, .3);
}
.meter-labels {
  position: relative;
  height: 34px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--faint);
}
.meter-labels span { position: absolute; transform: translateX(-50%); }
.meter-num { color: var(--dim); }

.band-area { margin: 18px 0 0; min-height: 150px; }
.band-empty {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #8A847C;
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 12px;
  padding: 18px 20px;
  max-width: 46ch;
}
.band { animation: bandIn .5s var(--ease) both; }
html.no-motion .band { animation: none; }
.band-title { font-size: 18px; font-weight: 700; letter-spacing: -.01em; color: var(--ink); }
.band p { margin: 10px 0 0; font-size: 15px; line-height: 1.7; color: var(--muted); }

.footnote {
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--dim);
  max-width: 72ch;
}

/* ---------- o que você recebe ---------- */
.deliver-head {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 4vw, 60px);
  margin: 22px 0 0;
}
.deliver-head .h2 { margin: 0; }
.deliver-head p {
  margin: 0;
  align-self: end;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 44ch;
}

.toc { margin: 52px 0 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.toc-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 8px clamp(24px, 4vw, 56px);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  align-items: baseline;
}
.toc-row:hover { background: rgba(255, 255, 255, .015); }
.toc-head { display: flex; align-items: baseline; gap: 18px; }
.toc-num { font-family: var(--mono); font-size: 12px; color: var(--ac); }
.toc-title { font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; letter-spacing: -.02em; }
.toc-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(255, 255, 255, .18);
  transform: translateY(-4px);
}
.toc-page { font-family: var(--mono); font-size: 11px; color: var(--dim); }
.toc-row p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--mid); }

/* ---------- como funciona ---------- */
.steps-grid {
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(28px, 3vw, 40px);
}
.step {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: 26px 0 0;
}
.step::before {
  content: '';
  position: absolute;
  top: -5px; left: 0;
  width: 9px; height: 9px;
  background: var(--ac);
}
.step-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--dim);
}
.step-title { margin: 14px 0 0; font-size: 21px; font-weight: 700; letter-spacing: -.02em; }
.step p { margin: 12px 0 0; font-size: 15px; line-height: 1.65; color: var(--mid); }

/* ---------- amostra ---------- */
.sample { overflow: hidden; }
.sample-title { margin-left: auto; margin-right: auto; max-width: 18ch; }
.sample-lead { margin-left: auto; margin-right: auto; max-width: 44ch; font-size: 17px; line-height: 1.7; }

.pages {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.page {
  aspect-ratio: 210 / 297;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: left;
}
.page--left, .page--right {
  width: min(220px, 58vw);
  background: #EFEAE0;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
  margin: 0 -16px;
  padding: 20px;
}
.page--left { transform: rotate(-5deg) translateY(14px); }
.page--right { transform: rotate(4deg) translateY(10px); }
.page--main {
  width: min(240px, 62vw);
  background: #F4F0E7;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .6);
  transform: scale(1.04);
  position: relative;
  z-index: 2;
  padding: 22px;
}
.page-tag {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .14em;
  color: #8A8272;
}
.page-tag--split { display: flex; justify-content: space-between; }
.page-kicker {
  margin: 20px 0 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .2em;
  color: #B3542F;
}
.sk { height: 6px; background: #CFC8B8; border-radius: 3px; }
.sk--head { height: 11px; background: #26231E; margin-top: 14px; }
.page--main .sk--head { height: 13px; }
.sk-group { margin: 16px 0 0; display: flex; flex-direction: column; gap: 7px; }
.sk-group--roomy { margin-top: 20px; gap: 8px; }
.sk-group--rule {
  margin-top: 20px;
  border-top: 1px solid #D8D1C2;
  padding-top: 14px;
  gap: 8px;
}
.mini-bars {
  margin: 18px 0 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 64px;
}
.mini-bars div { flex: 1; background: #D9A44166; border-radius: 2px 2px 0 0; }
.mini-bars .full { background: #D9A441; }
.stamp {
  position: absolute;
  bottom: 26px; right: -14px;
  transform: rotate(-9deg);
  border: 2px solid #B3542F;
  color: #B3542F;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(244, 240, 231, .9);
}
.phase-cards { margin: 14px 0 0; display: flex; gap: 6px; }
.phase {
  flex: 1;
  border: 1px solid #D8D1C2;
  border-radius: 4px;
  padding: 8px 6px;
}
.phase-num { font-family: var(--mono); font-size: 9px; color: #B3542F; }
.phase .sk-s { margin: 6px 0 0; height: 5px; background: #CFC8B8; border-radius: 3px; }
.phase .sk-s + .sk-s { margin-top: 4px; }
.sample-note {
  margin: 44px 0 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--faint);
}

/* ---------- preço ---------- */
.price-title { margin-left: auto; margin-right: auto; max-width: 22ch; }
.price-grid {
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  max-width: 760px;
}
.price-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  padding: 38px 30px;
  text-align: left;
}
.price-card--featured {
  background: linear-gradient(180deg, rgba(217, 164, 65, .11), rgba(217, 164, 65, .03));
  border-color: rgba(217, 164, 65, .45);
}
.price-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--mid);
}
.price-tag.accent { color: var(--ac); }
.price-value {
  margin: 18px 0 0;
  font-family: var(--mono);
  font-size: clamp(42px, 4.6vw, 58px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--ink);
}
.price-card p { margin: 18px 0 0; font-size: 15px; line-height: 1.65; color: var(--muted); }
.monthly {
  margin: 36px auto 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--mid);
  max-width: 64ch;
}
.cta-block { margin: 44px 0 0; }
.cta-block .btn-primary { padding: 19px 38px; }

/* ---------- formulário ---------- */
.form-lead { max-width: 52ch; font-size: 17px; line-height: 1.7; }
.form-slot { margin: 44px 0 0; }
.tally-frame {
  background: #F4F0E7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .4);
}
.tally-frame iframe {
  width: 100%;
  height: 680px;
  border: none;
  display: block;
}
.tally-placeholder {
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 18px;
  padding: clamp(36px, 6vw, 64px);
  text-align: center;
}
.tally-ph-main {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: #8A847C;
  line-height: 2;
}
.tally-placeholder .swap-note { margin-top: 8px; }

/* ---------- escopo ---------- */
.scope-grid {
  margin: 52px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(28px, 3.5vw, 44px);
}
.scope-x { font-family: var(--mono); font-size: 15px; color: var(--dim); }
.scope-title { margin: 12px 0 0; font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.scope-item p { margin: 10px 0 0; font-size: 15px; line-height: 1.65; color: var(--mid); }

/* ---------- dúvidas ---------- */
.faq-list { margin: 40px 0 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.faq-item { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.faq-q {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 26px 0;
  color: var(--ink);
}
.faq-q:hover { color: var(--ac); }
.faq-q > span:first-child {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  letter-spacing: -.01em;
}
.faq-icon {
  font-family: var(--mono);
  font-size: 20px;
  color: var(--ac);
  flex-shrink: 0;
  transition: transform .45s var(--ease);
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .55s var(--ease), opacity .4s ease;
}
.faq-item.open .faq-a { max-height: 360px; opacity: 1; }
.faq-a p {
  margin: 0 0 26px;
  max-width: 60ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

/* ---------- rodapé ---------- */
.site-footer {
  padding: clamp(80px, 10vw, 130px) clamp(20px, 6vw, 72px) 36px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background: var(--bg-alt);
  overflow: hidden;
}
.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-ask { font-size: 17px; color: var(--muted); }
.footer-wa { text-align: right; }
.footer-wa .swap-note { margin-top: 10px; }
.wordmark {
  display: block;
  margin: 70px 0 0;
  width: 100%;
  height: auto;
}
.footer-bottom {
  margin: 40px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  color: #8A847C;
}
.footer-bottom a { color: #8A847C; }
.footer-bottom a:hover { color: var(--ac); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ac);
  color: #151310;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #151310; }

/* ============================================================
   Checkout / Obrigado / Amostra (páginas internas)
   ============================================================ */

.page-slim { min-height: 100vh; display: flex; flex-direction: column; }
.slim-header {
  padding: 18px clamp(20px, 5vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.slim-header .tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8A847C;
}
.slim-main {
  flex: 1;
  width: min(560px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 20px 80px;
  box-sizing: border-box;
}
.slim-main h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 40px);
  letter-spacing: -.03em;
  font-weight: 700;
  line-height: 1.1;
}
.slim-main h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--ac);
}
.slim-sub { margin: 14px 0 0; font-size: 15px; line-height: 1.7; color: var(--muted); }
.slim-footer {
  padding: 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  text-align: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  color: #8A847C;
}
.slim-footer a { color: #8A847C; }
.slim-footer a:hover { color: var(--ac); }

/* ---------- resumo do pedido ---------- */
.order-card {
  margin: 28px 0 0;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 24px;
}
.order-title { font-size: 17px; font-weight: 700; letter-spacing: -.01em; }
.order-items { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.order-items li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  padding-left: 20px;
  position: relative;
}
.order-items li::before { content: '→'; position: absolute; left: 0; color: var(--ac); font-family: var(--mono); font-size: 12px; }
.order-guarantee {
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(217, 164, 65, .3);
  border-radius: 10px;
  background: rgba(217, 164, 65, .06);
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.order-guarantee strong { color: var(--ink); }

/* ---------- seleção de método ---------- */
.methods { margin: 24px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .methods { grid-template-columns: 1fr; } }
.method {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: 18px 16px;
  cursor: pointer;
  background: var(--card);
  transition: border-color .25s, background .25s;
}
.method input { position: absolute; opacity: 0; pointer-events: none; }
.method:hover { border-color: rgba(255, 255, 255, .28); }
.method.selected {
  border-color: var(--ac);
  background: linear-gradient(180deg, rgba(217, 164, 65, .1), rgba(217, 164, 65, .03));
}
.method-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mid);
}
.method.selected .method-label { color: var(--ac); }
.method-price {
  margin: 8px 0 0;
  font-family: var(--mono);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.03em;
}
.method-note { margin: 6px 0 0; font-size: 12px; line-height: 1.5; color: #8A847C; }
.method-badge {
  position: absolute;
  top: -9px;
  right: 12px;
  background: var(--ac);
  color: #151310;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 3px 8px;
  border-radius: 99px;
}

/* ---------- painel PIX ---------- */
.pay-panel { margin: 24px 0 0; }
.qr-box {
  background: #F4F0E7;
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.qr-box img, .qr-box canvas { width: min(240px, 70vw); height: auto; image-rendering: pixelated; }
.qr-amount {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.02em;
  color: #26231E;
}
.qr-recipient {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: #6B6250;
  text-align: center;
}
.qr-recipient strong { color: #26231E; }
.copy-row { margin: 14px 0 0; }
.copy-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8A847C;
  margin-bottom: 8px;
}
.copy-field {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.copy-field textarea {
  flex: 1;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.5;
  padding: 10px 12px;
  resize: none;
  height: 64px;
  word-break: break-all;
}
.copy-field textarea:focus { border-color: var(--ac); }
.btn-copy {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  background: var(--ac);
  color: #151310;
  font-weight: 700;
  font-size: 14px;
  padding: 0 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: transform .2s var(--ease);
}
.btn-copy:hover { transform: translateY(-1px); }
.btn-copy.copied { background: #9DBB8F; }
.pay-steps { margin: 22px 0 0; padding: 0; list-style: none; counter-reset: step; display: flex; flex-direction: column; gap: 10px; }
.pay-steps li {
  counter-increment: step;
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.pay-steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ac);
}
.pay-note {
  margin: 18px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: #8A847C;
}
.pay-cta { margin: 24px 0 0; display: flex; flex-direction: column; gap: 12px; }
.pay-cta .btn-primary { justify-content: center; text-align: center; }
.pay-cta .btn-ghost { justify-content: center; text-align: center; }
.btn-block { display: flex; width: 100%; box-sizing: border-box; }

/* config ausente */
.panel-unconfigured {
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
}
.panel-unconfigured .big {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}
.panel-unconfigured p { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: #A8A29A; }
.panel-unconfigured .swap-note { margin-top: 12px; }

/* banner "pagamento iniciado" */
.resume-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 80;
  background: var(--card);
  border: 1px solid rgba(217, 164, 65, .5);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .5);
  max-width: 560px;
  margin: 0 auto;
}
.resume-banner p { margin: 0; flex: 1; font-size: 13px; line-height: 1.5; color: var(--muted); }
.resume-banner a { color: var(--ac); font-weight: 600; white-space: nowrap; font-size: 13px; }
.resume-banner button {
  all: unset;
  cursor: pointer;
  color: var(--dim);
  font-size: 16px;
  padding: 4px;
  line-height: 1;
}

/* ---------- galeria da amostra ---------- */
.gallery {
  margin: 36px 0 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.gallery figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .5);
}
.gallery img { display: block; width: 100%; height: auto; }
.gallery figcaption {
  padding: 10px 4px 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  color: #8A847C;
  text-align: center;
  background: transparent;
}
.amostra-cta {
  margin: 44px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  text-align: center;
}
.fict-note {
  margin: 24px 0 0;
  padding: 14px 16px;
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #A8A29A;
}

/* ============================================================
   Index — seções novas da página de vendas
   ============================================================ */

/* header com CTA */
.header-nav { display: flex; align-items: center; gap: clamp(14px, 3vw, 28px); }
.btn-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ac);
  color: #151310;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 18px;
  border-radius: 9px;
  transition: transform .25s var(--ease);
}
.btn-mini:hover { transform: translateY(-2px); color: #151310; }

/* hero ajustes */
.hero-cta .btn-ghost { padding: 17px 30px; font-size: 16px; }
.hero-meta .slot-live { color: var(--ac); }

/* faixa de amostra (prova de produto) */
.proof-pages {
  margin: 56px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.proof-pages a { display: block; }
.proof-pages img {
  display: block;
  width: min(250px, 60vw);
  height: auto;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
}
.proof-pages .pp { margin: 0 -18px; transition: transform .4s var(--ease); }
.proof-pages .pp:hover { transform: translateY(-8px) scale(1.02); z-index: 3; position: relative; }
.proof-pages .pp-1 { transform: rotate(-5deg) translateY(12px); }
.proof-pages .pp-2 { position: relative; z-index: 2; transform: scale(1.06); }
.proof-pages .pp-2 img { width: min(280px, 64vw); box-shadow: 0 32px 80px rgba(0, 0, 0, .65); }
.proof-pages .pp-3 { transform: rotate(4deg) translateY(8px); }

/* CTA dentro da calculadora */
.band-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--ac);
  font-weight: 600;
  font-size: 14px;
}

/* bio */
.bio-grid {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}
@media (max-width: 720px) { .bio-grid { grid-template-columns: 1fr; } }
.bio-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .09);
  max-width: 340px;
}
.bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.85) contrast(1.05);
}
.bio-photo .ph-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bio-photo .ph-fallback .initials {
  font-family: var(--serif);
  font-style: italic;
  font-size: 64px;
  color: var(--ac);
}
.bio-photo .ph-fallback .swap-note { margin: 0; }
.bio-copy p { margin: 18px 0 0; font-size: 16.5px; line-height: 1.75; color: var(--muted); }
.bio-copy p strong { color: var(--ink); }
.bio-sign {
  margin: 26px 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  color: var(--ink);
}
.bio-sign span { display: block; font-family: var(--mono); font-style: normal; font-size: 10px; letter-spacing: .18em; color: var(--dim); margin-top: 6px; }

/* oferta */
.slots-line {
  margin: 30px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--mid);
}
.slots-line .ticks { display: inline-flex; gap: 5px; }
.slots-line .tick { width: 10px; height: 10px; border: 1px solid var(--ac); }
.slots-line .tick.taken { background: var(--ac); opacity: .35; }
.slots-line .tick.free { background: var(--ac); }
.guarantee-block {
  margin: 40px auto 0;
  max-width: 640px;
  border: 1px solid rgba(217, 164, 65, .35);
  background: rgba(217, 164, 65, .05);
  border-radius: 16px;
  padding: 26px 30px;
  text-align: left;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.guarantee-block .g-mark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 34px;
  color: var(--ac);
  line-height: 1;
}
.guarantee-block .g-title { font-weight: 700; font-size: 16px; }
.guarantee-block p { margin: 8px 0 0; font-size: 14px; line-height: 1.65; color: var(--muted); }
.price-card .btn-primary { margin-top: 22px; width: 100%; box-sizing: border-box; justify-content: center; font-size: 15px; padding: 15px 20px; }
.wa-quiet {
  margin: 30px 0 0;
  font-size: 14px;
  color: var(--dim);
}
.wa-quiet a { color: var(--mid); text-decoration: underline; text-underline-offset: 3px; }
.wa-quiet a:hover { color: var(--ac); }

/* escopo compacto */
.scope-strip {
  margin: 56px auto 0;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  overflow: hidden;
}
.scope-cell { background: var(--bg-alt); padding: 20px; text-align: left; }
.scope-cell .x { font-family: var(--mono); font-size: 13px; color: var(--dim); }
.scope-cell .t { margin: 8px 0 0; font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.scope-cell p { margin: 6px 0 0; font-size: 13px; line-height: 1.6; color: var(--mid); }

/* CTA final */
.final-cta { text-align: center; }
.final-line {
  margin: 0 auto;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.3;
  max-width: 24ch;
  color: var(--ink);
}
.final-line .accent { color: var(--ac); }

/* barra fixa mobile */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(18, 17, 16, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, .1);
  transform: translateY(110%);
  transition: transform .45s var(--ease);
}
.sticky-cta.show { transform: none; }
.sticky-cta .p {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink);
  line-height: 1.3;
}
.sticky-cta .p small { display: block; font-size: 9px; letter-spacing: .14em; color: var(--dim); }
.sticky-cta .btn-mini { flex-shrink: 0; padding: 12px 22px; font-size: 14px; }
@media (min-width: 900px) { .sticky-cta { display: none; } }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise, .hero-glow, .scroll-line, .band { animation: none; }
  [data-reveal] { transition: none; opacity: 1; transform: none; }
}
