/* =========================================================
   Farmacinha da Camila — coffee theme, light-beige accent
   Coffee/espresso base + single cream/beige accent (ebook cover)
   ========================================================= */

/* Poppins auto-hospedada (subset latino) — evita round-trip externo, melhora LCP/CLS */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/poppins-300.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/poppins-400.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/poppins-500.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/poppins-600.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/poppins-700.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/poppins-800.woff2') format('woff2'); }

:root {
  --bg:        #17281d;   /* verde-floresta escuro — fundo principal */
  --bg-2:      #1f3527;   /* variante um pouco mais clara, para degradês */
  --surface:   rgba(243, 234, 217, 0.92);
  --surface-2: rgba(243, 234, 217, 0.97);

  --hairline:  rgba(243, 234, 217, 0.14);
  --hairline-2:rgba(243, 234, 217, 0.24);

  --fg:        #f3ead9;   /* creme claro — texto principal */
  --muted:     #cdc4ae;   /* creme acinzentado medio */
  --muted-2:   #a39c86;   /* creme acinzentado escuro dim */

  --accent:    #dcbb63;   /* laranja-âmbar — destaque quente */
  --accent-text: #ecce85; /* laranja mais claro nos textos de destaque */
  --accent-2:  #b39c4d;   /* laranja mais escuro para gradientes dos botões */
  --accent-ink:#3a2313;   /* marrom bem escuro — texto sobre laranja */
  --accent-soft: rgba(220, 187, 99, 0.12);
  --accent-line: rgba(220, 187, 99, 0.32);
  --accent-glow: rgba(220, 187, 99, 0.18);

  --radius-xs: 12px;
  --radius:    18px;
  --radius-lg: 28px;
  --radius-xl: 34px;

  --shadow-diffuse: 0 30px 60px -28px rgba(0, 0, 0, 0.72);
  --shadow-glass:   inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 50px -30px rgba(0, 0, 0, 0.82);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --maxw: 1200px;

  --font-display: 'Poppins', system-ui, sans-serif;
  --font-body: 'Poppins', system-ui, sans-serif;
  --font-mono: 'Poppins', ui-monospace, monospace;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.62;
  overflow-x: hidden;
  font-weight: 300;
  letter-spacing: 0.008em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
s { color: var(--muted-2); text-decoration-thickness: 1px; }
strong { font-weight: 600; color: var(--fg); }
small { display: block; }
::selection { background: var(--accent); color: var(--accent-ink); }

img, svg { display: block; max-width: 100%; }

/* -------------------- layout helpers -------------------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(1.15rem, 4vw, 2.5rem);
}
.container--narrow { max-width: 820px; }

.section { padding-block: clamp(2.5rem, 5.5vw, 4.5rem); position: relative; border-top: 2px solid rgba(220, 187, 99, 0.85); }
.hero { border-bottom: 0; }
.hero__art { display: none; }

/* capa em fundo petróleo — mesma atmosfera da foto do guia */
.hero {
  --fg: #f3ead9;
  --muted: #b9c6bf;
  --muted-2: #8d9d95;
}
.hero .hero__title { color: #f3ead9; }
.hero .hero__title b { color: #d9c68a; }
.hero .hero__l4 { color: #ffffff; }
.hero .hero__l4 b { color: #ffffff; }
.hero .hero__aside { color: #f3ead9; }
.hero .hero__aside b { color: #d9c68a; }
.hero .hero__cred { color: rgba(243, 234, 217, 0.62); }
.hero .hero__cred b { color: rgba(243, 234, 217, 0.85); }
/* nav sobre a capa escura (só antes de rolar) */
.nav:not(.is-scrolled) .nav__links a { color: #e7ddc9; }
.nav:not(.is-scrolled) .nav__links a:hover { color: #0d1a17; background: rgba(243, 234, 217, 0.9); }
.nav:not(.is-scrolled) .nav__toggle span { background: #d9c68a; }
.nav.is-scrolled .nav__toggle span { background: #5e3a17; }
#depoimentos { padding-bottom: clamp(1.2rem, 3vw, 2rem); }
.section--split { padding-block: clamp(2.5rem, 5.5vw, 4.5rem); }

#guia, #duvidas, #sumario {
  background: #f3ead9;
  --fg: #16241b;
  --muted: #5a6b5e;
  --muted-2: #74857a;
}
#sumario, #duvidas {
  background: #dcd0b3;
}
#sumario { padding-bottom: 1.4rem; }
#sumario { border-top: 0; }
#sumario .sumario__info { margin-bottom: 0; }
.fita { margin-bottom: 0; }
#motivos {
  background: #dcd0b3;
  --fg: #16241b;
  --muted: #5a6b5e;
  --muted-2: #74857a;
}
#depoimentos {
  background: linear-gradient(180deg, #16241b, #0f1c14);
  --fg: #f3ead9;
  --muted: #cdc4ae;
  --muted-2: #a39c86;
}
#garantia {
  background: #dcd0b3;
  --fg: #16241b;
  --muted: #5a6b5e;
  --muted-2: #74857a;
}
/* apenas o bloco interno em preto/verde escuro */
#garantia .guarantee {
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(168, 205, 124, 0.05), transparent 62%),
    linear-gradient(180deg, #0c150f, #050a07);
  border: 1px solid rgba(168, 205, 124, 0.16);
  --fg: #f3ead9;
  --muted: #b9c6bf;
  --muted-2: #a39c86;
  --accent-text: #d9c68a;
}
#garantia .section__title { color: #f3ead9; }
#garantia .section__title .text-accent { color: #d9c68a; }
#planos {
  background: #dcd0b3;
  --fg: #16241b;
  --muted: #5a6b5e;
  --muted-2: #74857a;
}

.text-accent { color: var(--accent-text); }
.nowrap { white-space: nowrap; }
.hero__atend { color: #d9c68a; font-size: 1em; }
.hero__big { font-size: 1.28em; }
.hero__sub { display: block; font-size: 1rem; font-weight: 400; line-height: 1.4; letter-spacing: -0.01em; margin-top: 0.9rem; max-width: 46ch; color: var(--fg); }
.text-navy { color: #d9c68a; }
.text-pink { color: #ee9ab2; }
.text-gray { color: #8a8d90; }

.ig-handle { display: inline-flex; align-items: center; gap: 0.3em; white-space: nowrap; text-transform: none; }
.ig-ico { width: 1.05em; height: 1.05em; flex-shrink: 0; }

/* -------------------- background fx -------------------- */
.aurora {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(135% 105% at 50% 12%, transparent 48%, rgba(0, 0, 0, 0.32) 100%),
    radial-gradient(120% 90% at 100% 0%, var(--bg-2), var(--bg) 60%),
    var(--bg);
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.5;
  will-change: transform;
}
.blob--1 {
  width: 46vw; height: 46vw;
  top: -14vw; right: -8vw;
  background: radial-gradient(circle, rgba(231, 216, 182, 0.5), transparent 68%);
  animation: drift1 22s ease-in-out infinite;
}
.blob--2 {
  width: 40vw; height: 40vw;
  top: 32%; left: -14vw;
  background: radial-gradient(circle, rgba(206, 186, 146, 0.42), transparent 66%);
  animation: drift2 27s ease-in-out infinite;
}
.blob--3 {
  width: 34vw; height: 34vw;
  bottom: -12vw; right: 18%;
  background: radial-gradient(circle, rgba(182, 164, 130, 0.38), transparent 68%);
  animation: drift1 30s ease-in-out infinite reverse;
}
@keyframes drift1 {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50%     { transform: translate3d(-4%, 5%, 0) scale(1.08); }
}
@keyframes drift2 {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50%     { transform: translate3d(6%, -4%, 0) scale(1.12); }
}

/* fine grid lines */
.aurora::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--hairline) 1px, transparent 1px),
    linear-gradient(90deg, var(--hairline) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 10%, transparent 72%);
  opacity: 0.35;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* -------------------- glass -------------------- */
.glass {
  background: var(--surface);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-glass);
  --accent-text: #16241b;
  --fg: #16241b;
  --muted: #5a6b5e;
  --muted-2: #74857a;
}
.author-badge { --accent-text: #16241b; --muted: #5a6b5e; }

/* -------------------- buttons -------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
              border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), color 0.25s var(--ease);
  white-space: nowrap;
  will-change: transform;
}
.btn svg { transition: transform 0.25s var(--ease); }
.btn:active { transform: translateY(1px) scale(0.985); }

.btn--sm  { padding: 0.62rem 1.05rem; font-size: 0.86rem; }
.btn--lg  { padding: 1.05rem 1.9rem; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--buy { display: flex; padding: 0.6rem 1.1rem; font-size: 0.8rem; width: 100%; max-width: 210px; margin-inline: auto; align-self: center; }

.btn--primary {
  background: linear-gradient(180deg, #cdf25c, #aad63c);
  color: #1e2a1b;
  font-weight: 600;
  border: 1px solid rgba(140, 178, 44, 0.55);
  box-shadow:
    0 14px 34px -12px rgba(170, 214, 60, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.btn--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #d7f56e, #b6e04a);
  box-shadow:
    0 20px 44px -14px rgba(170, 214, 60, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.btn--primary:hover svg { transform: translateX(3px); }

/* brilho suave que percorre o botão verde (chama a atenção sem exagero) */
.btn--primary { position: relative; overflow: hidden; }
.btn--primary > * { position: relative; z-index: 1; }
.btn--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 36%, rgba(255, 255, 255, 0.28) 50%, transparent 64%);
  transform: translateX(-130%);
  animation: ctaShine 4.2s ease-in-out infinite;
}
@keyframes ctaShine {
  0%   { transform: translateX(-130%); }
  55%, 100% { transform: translateX(130%); }
}
@media (prefers-reduced-motion: reduce) { .btn--primary::after { animation: none; } }

.btn--outline {
  border-color: #d9c68a;
  color: #d9c68a;
  background: transparent;
}
.btn--outline:hover { border-color: #ffffff; color: var(--accent-ink); background: linear-gradient(180deg, #a8cd7c, #93bb66); transform: translateY(-2px); }

.btn--ghost { color: var(--fg); border-color: var(--hairline); }
.btn--ghost:hover { background: var(--surface); border-color: var(--hairline-2); transform: translateY(-2px); }

/* -------------------- nav -------------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 0.85rem clamp(1rem, 4vw, 2rem);
  transition: padding 0.3s var(--ease);
}
.nav__inner {
  max-width: var(--maxw);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.55rem 0.65rem 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.35s var(--ease);
}
.nav.is-scrolled .nav__inner {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-color: rgba(20, 44, 71, 0.16);
  box-shadow: 0 18px 40px -26px rgba(0, 0, 0, 0.35);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
  margin-right: auto;
  min-width: 0;
}
.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  overflow: hidden;
  min-width: 0;
}
.brand__line1 { font-size: 0.72em; font-weight: 600; color: var(--muted); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.brand__line2 { font-size: 0.72em; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav__inner .btn, .nav__toggle { flex-shrink: 0; }

.brand--whatsapp {
  gap: 0.45rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-family: 'Poppins', system-ui, sans-serif;
  background: linear-gradient(180deg, #a8cd7c, #93bb66);
  color: #0f2038;
  box-shadow: 0 8px 20px -10px rgba(147, 187, 102, 0.6);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.brand--whatsapp:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(147, 187, 102, 0.7); }
.brand--whatsapp .brand__text { font-size: 0.92rem; font-weight: 700; white-space: nowrap; }
.brand__dot { color: var(--accent-text); }

.nav__links { display: flex; gap: 0.35rem; }
.nav__links a {
  font-size: 0.9rem;
  color: #141414;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.nav__links a:hover { color: #141414; background: var(--surface); }

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  width: 18px; height: 2px;
  margin-inline: auto;
  background: var(--fg);
  border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  max-width: var(--maxw);
  margin: 0.6rem auto 0;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(20, 44, 71, 0.16);
}
.nav__mobile a { padding: 0.75rem 0.9rem; border-radius: 12px; }
.nav__mobile a:not(.btn) { color: #16241b; }
.nav__mobile a:not(.btn):hover { background: rgba(23, 40, 29, 0.08); color: #16241b; }
.nav__mobile .btn { margin-top: 0.35rem; }
.nav__mobile.is-open { display: flex; }

/* -------------------- eyebrow / kicker -------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  background: var(--surface);
}
.eyebrow__pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(231, 216, 182, 0.5); }
  70%  { box-shadow: 0 0 0 10px rgba(231, 216, 182, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 216, 182, 0); }
}

.kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d9c68a;
  margin-bottom: 1rem;
}
.kicker .text-accent { color: #d9c68a; }
/* nas seções de fundo claro o kicker vai de marrom (palha some no palha) */
#guia .kicker, #duvidas .kicker, #sumario .kicker,
#motivos .kicker, #planos .kicker, .final .kicker {
  color: #5e3a17;
}
#guia .kicker .text-accent, #duvidas .kicker .text-accent, #sumario .kicker .text-accent,
#motivos .kicker .text-accent, #planos .kicker .text-accent, .final .kicker .text-accent {
  color: #5e3a17;
}

/* -------------------- hero -------------------- */
.hero {
  padding-top: clamp(8rem, 16vh, 11rem);
  position: relative;
  overflow: hidden;
  background: #f3ead9;
  --fg: #16241b;
  --muted: #5a6b5e;
  --muted-2: #74857a;
}
.hero .container { position: relative; z-index: 1; }

.hero__photo, .hero__visual { display: none; }
.hero__cred {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font-body);
  font-size: 0.52rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(20, 20, 20, 0.62);
}
.hero__cred b { display: block; font-weight: 700; letter-spacing: 0.07em; color: rgba(20, 20, 20, 0.78); }

.hero__topline {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  text-align: center;
  white-space: nowrap;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero__imagina {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  color: #fff;
  background: #8a0303;
  padding: 0.12em 0.55em 0.18em;
  border-radius: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px -10px rgba(239, 68, 68, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  margin-bottom: 0.5rem;
  transform-origin: left center;
  animation: parePulse 1.9s ease-in-out infinite;
}
@keyframes parePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 14px 34px -10px rgba(239, 68, 68, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
  50% { transform: scale(1.06); box-shadow: 0 18px 44px -10px rgba(239, 68, 68, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
}
@media (prefers-reduced-motion: reduce) { .hero__imagina { animation: none; } }
.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4.6vw, 3.25rem);
  line-height: 1.0;
  letter-spacing: 0.005em;
  margin-block: 0.3rem 1.1rem;
  color: #141414;
}
.hero__title .hero__atend, .hero__title .text-navy { color: inherit; }
/* headline em 4 linhas — cada linha nunca quebra */
.hero__l1, .hero__l2, .hero__l3, .hero__l4 {
  display: block; white-space: nowrap; font-weight: 400;
  line-height: 1.12;
  margin-top: 0.3rem;
}
.hero__l1 { margin-top: 0; }
/* padrao fixo: 1 e 3 GRANDES, 2 e 4 MEDIAS */
.hero__l1, .hero__l3 { font-size: clamp(1.2rem, 8.05vw, 2.9rem); }
.hero__l2, .hero__l4 { font-size: clamp(0.85rem, 5.3vw, 1.9rem); }
.hero__num { font-size: 1.38em; line-height: inherit; }
.hero__l3 b { font-size: 1em; vertical-align: baseline; font-weight: 700; }
.hero__title b { font-weight: 600; color: #5e3a17; }
.hero-imagina-txt {
  display: block; font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1rem, 5vw, 1.65rem); color: var(--accent-text);
  background: none; border: 0; padding: 0; box-shadow: none;
  text-transform: none; letter-spacing: normal;
  margin: 0 0 0.3rem;
}
/* quiz a/b/c do hero */
.hero__quiz {
  list-style: none; margin: 0.5rem 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 0;
  text-align: left; font-family: var(--font-body); font-weight: 400;
  color: #eee6d6;
  font-size: clamp(0.85rem, 3.9vw, 1.02rem); line-height: 1.38;
}
.hero__quiz li {
  display: flex; align-items: center; gap: 0.75em;
  padding: 0.8rem 0; background: none;
  border: 0; border-top: 1px solid rgba(243, 234, 217, 0.09);
}
.hero__quiz li:first-child { border-top: 0; padding-top: 0.2rem; }
.hero__quiz-x, .hero__quiz-check {
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; width: 1.9em; height: 1.9em; border-radius: 50%;
}
.hero__quiz-x { background: rgba(255, 91, 77, 0.13); color: #ff6a5e; }
.hero__quiz-x svg, .hero__quiz-check svg { display: block; width: 0.95em; height: 0.95em; }
.hero__quiz-err { color: #ff6a5e; font-weight: 700; }
.hero__quiz li.hero__quiz--errline { flex-direction: column; align-items: flex-start; gap: 0.4em; }
.hero__quiz-line { display: flex; align-items: center; gap: 0.75em; }
.hero__erro { display: inline-flex; align-items: center; gap: 0.25em; margin: 0; color: #ff6a5e; font-weight: 700; font-size: 0.9em; letter-spacing: 0.01em; }
.hero__erro-seta { flex: 0 0 auto; width: clamp(16px, 4.5vw, 22px); height: auto; color: #ff6a5e; }
/* CTA que surge ao abrir a aba 2 */
.hero__cta {
  align-self: center; width: 100%; max-width: 420px;
  justify-content: center; gap: 0.5em;
  margin: 0.4rem auto 0;
  font-size: clamp(0.95rem, 4vw, 1.15rem);
  padding: 0.85rem 1.4rem;
  box-shadow: 0 20px 38px -10px rgba(170, 214, 60, 0.55), 0 10px 22px -8px rgba(0, 0, 0, 0.5);
}
.hero__cta.reveal.is-in { animation: heroCtaFloat 2.8s ease-in-out 0.8s infinite; }
@keyframes heroCtaFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hero__cta-seta { display: inline-block; transition: transform 0.2s var(--ease); }
.hero__cta:hover .hero__cta-seta { transform: translateX(3px); }
.hero__quiz li.hero__quiz--ok { color: #ffffff; font-weight: 500; }
.hero__quiz li.hero__quiz--ok .hero__quiz-check { background: rgba(116, 201, 75, 0.18); color: #7ed957; }
.hero__title-sm {
  display: inline;
  font-size: 0.44em;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--muted);
  line-height: 1.3;
}
.hero__title-mid {
  display: inline;
  font-size: 0.92em;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  line-height: 1.15;
}
.hero__title-tight {
  display: block;
  font-family: var(--font-body);
  font-size: 0.42em;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--fg);
  line-height: 1.15;
  margin-top: 0.9rem;
}
.hero__accent-sm {
  font-size: 0.92em;
}
.hero__lead {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  max-width: 34ch;
  line-height: 1.65;
}
.section__head .hero__lead {
  max-width: 52ch;
  margin-bottom: 1.4rem;
}
.hero__lead strong { color: var(--fg); }
.hero__lead--hero { color: var(--fg); }
.hero__lead--hero .text-accent { color: var(--accent-text); }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-block: 2.1rem 1.6rem;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #16241b;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid #dcbb63;
  background: rgba(220, 187, 99, 0.12);
}
.hero__badge svg { color: #dcbb63; flex-shrink: 0; }
.hero__badge s { color: var(--muted); }
.hero__badge strong { color: #16241b; }

/* hero visual */
.hero__visual { position: relative; display: grid; place-items: center; }
.hero__aside { display: none; }

/* -------------------- mockup apoiado na prateleira -------------------- */
.hero__shelf {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;
}
.hero__mock {
  width: auto;
  height: min(58svh, 88vw);
  max-width: 100%;
  object-fit: contain;
  border-radius: 14px;
  box-shadow:
    0 18px 34px rgba(28, 40, 32, 0.32),
    0 2px 0 rgba(255, 255, 255, 0.22) inset;
}
.hero__aside-l2 b { color: #5e3a17; }

/* ebook cover */
.ebook { display: none; }
.ebook__glow {
  position: absolute; z-index: 0;
  width: 88%; aspect-ratio: 3 / 4;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 216, 182, 0.28), transparent 64%);
  filter: blur(58px);
  pointer-events: none;
}
.ebook picture { display: contents; }
.ebook__img {
  position: relative; z-index: 1;
  width: min(340px, 88%);
  aspect-ratio: 480 / 720;
  height: auto;
  animation: floatBook 6s ease-in-out infinite;
}
@keyframes floatBook {
  0%,100% { transform: rotate(-4deg) translateY(0); }
  50%     { transform: rotate(-4deg) translateY(-14px); }
}

/* phone mockup */

.phone {
  position: relative;
  width: min(300px, 78vw);
  aspect-ratio: 300 / 610;
  border-radius: 42px;
  padding: 12px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  animation: floatY 6s ease-in-out infinite;
}
@keyframes floatY {
  0%,100% { transform: translateY(0) rotate(-1.2deg); }
  50%     { transform: translateY(-14px) rotate(-1.2deg); }
}
.phone__notch {
  position: absolute;
  top: 20px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 20px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  z-index: 3;
}
.phone__screen {
  width: 100%; height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(175deg, #16130c, #0d0b07);
  border: 1px solid var(--hairline);
}
.app { padding: 2.4rem 1.05rem 1.1rem; display: flex; flex-direction: column; gap: 0.85rem; height: 100%; }
.app__top { display: flex; align-items: center; justify-content: space-between; }
.app__brand { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--fg); }
.app__tag {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.08em;
  color: var(--accent-text); padding: 0.25rem 0.5rem; border-radius: 999px;
  border: 1px solid var(--accent-line); background: var(--accent-soft);
}
.app__search {
  display: flex; align-items: center; gap: 0.5rem;
  color: var(--muted); font-size: 0.8rem;
  padding: 0.7rem 0.8rem; border-radius: 12px;
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--hairline);
}
.app__search svg { color: var(--accent-text); flex-shrink: 0; }
.app__chips { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.app__chips span {
  font-size: 0.66rem; color: var(--muted);
  padding: 0.3rem 0.55rem; border-radius: 999px;
  border: 1px solid var(--hairline); background: rgba(255, 255, 255, 0.03);
}
.app__list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin-top: 0.2rem; }
.app__list li {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.6rem 0.65rem; border-radius: 14px;
  background: rgba(255, 255, 255, 0.035); border: 1px solid var(--hairline);
}
.app__ico { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--accent-text); background: var(--accent-soft); flex-shrink: 0; }
.app__txt { flex: 1; min-width: 0; }
.app__txt b { font-size: 0.76rem; font-weight: 600; color: var(--fg); }
.app__txt small { font-size: 0.64rem; color: var(--muted-2); }
.app__ok { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); flex-shrink: 0; }

.float-card {
  position: absolute;
  z-index: 3;
  display: flex; flex-direction: column; gap: 0.1rem;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  animation: floatY 7s ease-in-out infinite;
}
.float-card__k { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.float-card__v { font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; color: var(--accent-text); }
.float-card--a { top: 9%; left: -9%; animation-delay: -1.5s; }
.float-card--b { bottom: 11%; right: -9%; animation-delay: -3.2s; }


/* -------------------- section head -------------------- */
.section__head { max-width: 640px; margin-bottom: clamp(2.4rem, 5vw, 3.5rem); }
.section__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #f3ead9;
}
#guia .section__title, #motivos .section__title,
#duvidas .section__title,
#sumario .section__title {
  color: #1e2a1b;
}
/* headline do topo da aba 2 um degrau maior que as demais */
#sumario .section__head .section__title { font-size: clamp(2.4rem, 5.4vw, 3.7rem); }
.section__title--sm { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.section__title .text-accent, .section__title .text-navy, .section__title .text-gray,
.final__title .text-accent, .final__title .text-navy, .final__title .text-gray {
  color: inherit;
}
/* marrom só na palavra-chave (text-accent) das seções de fundo claro */
#guia .section__title .text-accent,
#motivos .section__title .text-accent,
#duvidas .section__title .text-accent,
#sumario .section__title .text-accent,
.final__title .text-accent {
  color: #5e3a17;
}
.section__sub { margin-top: 1rem; color: var(--muted); font-size: 1.05rem; max-width: 52ch; }
#guia .section__sub, #motivos .section__sub,
#duvidas .section__sub,
#sumario .section__sub {
  color: #5a6b5e;
}

/* -------------------- bento (motivos) -------------------- */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.bento__card {
  grid-column: span 3;
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.bento__card--wide { grid-column: span 3; }
.bento__card:hover { transform: translateY(-4px); border-color: var(--hairline-2); }
.bento__card::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 100% 0%, var(--accent-glow), transparent 70%);
  opacity: 0; transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.bento__card:hover::after { opacity: 1; }
.bento__num {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--muted-2);
  letter-spacing: 0.1em;
}
.bento__icon {
  display: grid; place-items: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  color: #faf8f4;
  background: #dcbb63;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-block: 1.1rem 1.2rem;
}
.bento__card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.01em; margin-bottom: 0.55rem; color: #16241b; }
.bento__card p { color: #5a6b5e; font-size: 0.96rem; max-width: 42ch; }

/* -------------------- split sections -------------------- */
.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
.split__content .btn { margin-top: 2.5rem; }

/* guide stack */
.guide-stack { position: relative; display: grid; place-items: center; min-height: 380px; }
.guide-card {
  border-radius: var(--radius-lg);
  padding: 1.6rem;
}
.guide-card--front {
  position: relative; z-index: 2;
  width: min(340px, 82%);
  animation: floatY 7s ease-in-out infinite;
}
.guide-card--back {
  position: absolute;
  width: min(340px, 82%);
  height: 88%;
  top: 12%; left: 8%;
  transform: rotate(-6deg);
  opacity: 0.5;
  z-index: 1;
}
.guide-card__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.3rem; }
.guide-card__brand { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.guide-card__meta { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-text); }
.guide-card__body { display: flex; flex-direction: column; gap: 0.7rem; }
.guide-line { display: block; height: 9px; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, var(--hairline-2), transparent); }
.guide-card__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-block: 0.6rem; }
.guide-card__grid span {
  font-size: 0.68rem; text-align: center; color: var(--muted);
  padding: 0.5rem 0.3rem; border-radius: 10px;
  border: 1px solid var(--hairline); background: rgba(255, 255, 255, 0.03);
}

/* family photo frame (guia section) */
.photo-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-diffuse);
  aspect-ratio: 1 / 1;
  background: var(--surface);
}
.photo-frame__img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.photo-frame::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20, 12, 6, 0.55), transparent 42%);
  pointer-events: none;
  z-index: 1;
}
.photo-frame__cap { position: absolute; left: 1.1rem; bottom: 1.1rem; z-index: 2; }
.photo-frame__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fg);
  background: rgba(20, 12, 6, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--hairline);
  padding: 0.5rem 0.9rem; border-radius: 999px;
}

/* book + phone composition (guia section) */
.guia-shot { position: relative; display: flex; align-items: center; justify-content: center; }
.guia-shot__frame { position: relative; display: inline-block; width: 100%; max-width: 460px; }
.guia-shot__heart { position: absolute; top: 14px; right: 14px; z-index: 2; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35)); }
.guia-shot__caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.2rem 1.3rem 1.2rem;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.75rem); line-height: 1.08; letter-spacing: -0.01em;
  color: #f1ece0; text-align: center;
  background: linear-gradient(to top, rgba(18, 12, 7, 0.9), rgba(18, 12, 7, 0.55) 55%, transparent);
  border-radius: 0 0 24px 24px;
}
.guia-shot__caption .text-accent { color: #f3e2a2; }
.guia-photo {
  display: block;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-glass);
  border: 1px solid var(--hairline);
}
.g-book { width: min(66%, 300px); filter: drop-shadow(0 34px 46px rgba(0,0,0,0.55)); animation: floatBook 6s ease-in-out infinite; }
.g-phone {
  position: relative;
  width: min(30%, 132px);
  aspect-ratio: 132 / 274;
  margin-left: -7%;
  margin-bottom: 5%;
  background: #1c1a19;
  border-radius: 24px;
  padding: 6px;
  box-shadow: 0 26px 44px -18px rgba(0,0,0,0.6);
}
.g-phone__cam { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 30px; height: 5px; border-radius: 99px; background: #000; z-index: 2; }
.g-phone__screen { width: 100%; height: 100%; border-radius: 19px; overflow: hidden; background: #fff; }
.g-phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.g-note { display: none; position: absolute; top: 0; left: 50%; transform: translateX(-50%); text-align: center; z-index: 3; width: 92%; max-width: 420px; }
.g-note__txt { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.9rem, 6vw, 2.3rem); line-height: 1.05; letter-spacing: -0.02em; display: block; color: var(--fg); }

/* checklist */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-top: 1.8rem; }
.checklist li { display: flex; align-items: center; gap: 0.8rem; color: #16241b; font-size: 1rem; }
.checklist__ico {
  display: grid; place-items: center;
  width: 26px; height: 26px; border-radius: 8px;
  color: #faf8f4; background: #dcbb63;
  flex-shrink: 0;
}

/* -------------------- testimonials -------------------- */
.testis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.testi {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; gap: 1.1rem;
  transition: transform 0.4s var(--ease);
}
.testi:hover { transform: translateY(-4px); }
.testi__stars { display: flex; gap: 3px; color: var(--accent-text); }
.testi blockquote { font-size: 1rem; color: var(--fg); line-height: 1.6; font-weight: 300; }
.testi figcaption { display: flex; align-items: center; gap: 0.7rem; margin-top: auto; }
.testi__av {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 12px;
  font-family: var(--font-display); font-weight: 600; font-size: 0.85rem;
  color: var(--accent-text); background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  flex-shrink: 0;
}
.testi figcaption b { font-size: 0.92rem; font-weight: 600; }
.testi figcaption small { font-size: 0.76rem; color: var(--muted-2); }

.cta-inline { display: flex; justify-content: center; margin-top: 2.5rem; }

/* frase vinda da capa, agora no cabecalho dos depoimentos */
.dep__frase {
  margin: 0.4rem 0 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 5vw, 2rem);
  line-height: 1.15;
  color: var(--fg);
}
.dep__frase .text-accent { color: #d9c68a; }
.dep__frase--rodape { margin-top: 2.4rem; text-align: center; }

/* -------------------- sumário -------------------- */
.sumario {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.2rem, 3vw, 2.6rem);
}
.sumario li {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  padding-block: 0.55rem;
  border-bottom: 1px solid rgba(22, 36, 27, 0.1);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--fg);
}
.sumario li::before {
  content: attr(data-n);
  flex: none;
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #8a6a34;
}
.sumario__info {
  margin: 2.2rem auto 0;
  max-width: 640px;
}
.sumario__rodape {
  margin: 0;
  text-align: center;
}
#sumario .sumario__rodape { color: #1e2a1b; }
#sumario .sumario__rodape .text-accent { color: #5e3a17; }
/* xadrez preto x vermelho sangue — classes aplicadas pelo main.js,
   que recalcula conforme o numero de colunas e os itens visiveis */
.sumario li, .sumario li::before { color: #8f1616; }
.sumario li.cor-p, .sumario li.cor-p::before { color: #141414; }
.sumario li.cor-v, .sumario li.cor-v::before { color: #8f1616; }

/* itens alem das 20 principais */
.sumario li.extra { display: none; }
.sumario.aberta li.extra { display: flex; }

.sumario__mais { display: flex; justify-content: center; margin-top: 1.4rem; }
.sumario__btn {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(180deg, #6b4420, #4a2d13);
  border: 1px solid rgba(94, 58, 23, 0.6);
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  cursor: pointer;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.sumario__btn:hover { background: linear-gradient(180deg, #7a4f27, #573619); transform: translateY(-1px); }

/* entrada em cascata dos itens do sumário */
.sumario li.sumario-anim {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.sumario li.sumario-anim.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .sumario li.sumario-anim { opacity: 1; transform: none; transition: none; }
}

/* CTA suspenso — o botao original do site, agora acionado
   depois da headline dos depoimentos */
.sticky-cta {
  position: fixed;
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: 1rem; right: 1rem;
  z-index: 45;
  display: flex;
  align-items: center; justify-content: center; gap: 0.5rem;
  padding: 1rem;
  border-radius: 999px;
  font-family: 'Poppins', system-ui, sans-serif; font-weight: 600;
  font-size: 0.95rem;
  color: #1e2a1b;
  background: linear-gradient(180deg, #cdf25c, #aad63c);
  overflow: hidden;
  box-shadow: 0 14px 34px -12px rgba(170, 214, 60, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: translateY(140%);
  transition: transform 0.4s var(--ease);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta strong { color: inherit; }
.sticky-cta svg { flex: none; }
/* mesmo brilho dos demais botoes */
.sticky-cta > * { position: relative; z-index: 1; }
.sticky-cta::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(110deg, transparent 36%, rgba(255, 255, 255, 0.28) 50%, transparent 64%);
  transform: translateX(-130%);
  animation: ctaShine 4.2s ease-in-out infinite;
}

/* fita rolante — frases passando da direita para a esquerda */
.fita {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-block: 0.85rem;
  background: linear-gradient(180deg, #8a1c1c, #4a0d0d);
  border: 0;
}
.fita__trilho {
  display: flex;
  width: max-content;
  animation: fitaRola 34s linear infinite;
}
.fita__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-inline: 1.5rem;
  white-space: nowrap;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #f3ead9;
}
.fita__item svg { color: #d9c68a; flex: none; }
@keyframes fitaRola {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .fita__trilho { animation: none; }
}

/* ============ Topo: Dipirona × Novalgina (fotos) ============ */
#dipirona {
  background: radial-gradient(ellipse 120% 60% at 50% 0%, #1a4a30, #071912 55%, #030906 100%);
  --fg: #f3ead9;
  --muted: #cdc4ae;
  --muted-2: #a39c86;
  --accent-text: #d9c68a;
  text-align: center;
  padding-top: 5.625rem;
  padding-bottom: 0;
  overflow-x: hidden;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.prodcompare__mid { position: absolute; top: 50%; left: 0; width: 1px; height: 1px; pointer-events: none; }
#dipirona > .container { padding-bottom: 1.4rem; }
#dipirona > .container {
  flex: 1 1 auto;
  display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
  gap: 1.875rem;
}
#dipirona .prodcompare__top { color: var(--fg); }
#dipirona .prodcompare__bottom { color: var(--accent-text); }
#dipirona .prodcompare__benefits { color: var(--fg); }
#dipirona .text-accent { color: var(--accent-text); }
#dipirona .pc-red { color: #ff6a5e; font-weight: 700; }
.pc-key { font-size: 1.14em; }
.prodcompare__hero-title {
  font-family: var(--font-display); font-weight: 300; line-height: 1.2;
  font-size: clamp(1.5rem, 8.2vw, 2.3rem);
  color: #f3ead9; max-width: 100%; margin: 0 auto;
}
.prodcompare__hero-title .prodcompare__accent { color: #7ed957; font-weight: 700; }
.prodcompare__hero-title .prodcompare__accent--big { font-size: 1.18em; display: inline-block; line-height: 1; }
.prodcompare__hero-title .prodcompare__accent2 { color: #d9c68a; font-weight: 700; font-size: 1.05em; }
.prodcompare__hero-title--tight { font-size: clamp(1.2rem, 6vw, 1.75rem); }
.prodcompare__hero-title__mid { font-size: 1em; display: inline-block; }
.prodcompare__hero-sub {
  font-family: var(--font-body); font-weight: 300;
  color: #b9c6bf; font-size: clamp(0.92rem, 3.6vw, 1.05rem);
  max-width: 32ch; margin: 0.7rem auto 0; line-height: 1.5;
}
.prodcompare__kw { font-weight: 800; font-size: 1.32em; }
.prodcompare__kw--big { font-size: 2.15em; display: inline-block; line-height: 1; margin-top: 0.1em; }
.prodcompare__kw--green { color: #1e9e3a; }
.prodcompare__minor { font-weight: 400; font-size: 0.66em; }
.u-desktop-only { display: none; }
.prodcompare__top { max-width: 20ch; margin: 0 auto; line-height: 1.12; }
.prodcompare__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 5vw, 5rem);
  max-width: 940px;
  margin: clamp(3rem, 9vw, 5.5rem) auto clamp(1rem, 3vw, 1.6rem);
}
.prodcompare__item { position: relative; display: flex; flex-direction: column; align-items: center; gap: 0.7rem; min-width: 0; }
.prodcompare__mult {
  flex: 0 0 auto; margin: 0;
  font-family: var(--font-display); font-weight: 800; line-height: 1;
  text-align: center; color: #16241b;
  font-size: clamp(2rem, 11vw, 3.4rem);
}
.prodcompare__mult b { color: var(--accent-text); font-weight: 700; }
.prodcompare__card {
  position: relative;
  background: transparent;
  padding: 0;
  display: flex; align-items: center; justify-content: center;
}
/* card de preço no canto superior de cada produto */
.prodcompare__price {
  position: absolute; top: -1.2rem; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 0.12rem;
  padding: clamp(0.26rem, 1vw, 0.42rem) clamp(0.4rem, 1.4vw, 0.62rem);
  border-radius: 0 14px 0 14px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #fff; line-height: 1;
  box-shadow: 0 12px 22px -8px rgba(0, 0, 0, 0.6);
}
.prodcompare__price small {
  font-family: var(--font-body);
  font-size: clamp(0.42rem, 1.3vw, 0.64rem);
  font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.9;
}
.prodcompare__price-val {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.05rem, 3.4vw, 1.9rem);
  white-space: nowrap;
}
.prodcompare__price--caro   { left: -0.8rem;  background: #d21f28; }
.prodcompare__price--barato { right: -0.8rem; background: #1e9e3a; }
/* as duas com a MESMA ALTURA -> parecem do mesmo tamanho */
.prodcompare__card img {
  height: clamp(96px, 23vw, 230px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.28));
}
/* a Novalgina afina mais na frente -> recebe um pouco mais de altura p/ igualar a caixa visível */
.prodcompare__item:nth-child(1) .prodcompare__card img { height: clamp(118px, 28vw, 250px); }
.prodcompare__item:nth-child(2) .prodcompare__card img { height: clamp(110px, 26vw, 234px); }
/* animação: os produtos entram pelas laterais, bem devagar */
.prodcompare__item.prodcompare__item--slideL { opacity: 0; transform: translateX(-90px); transition: opacity 1.8s var(--ease), transform 1.8s var(--ease); }
.prodcompare__item.prodcompare__item--slideR { opacity: 0; transform: translateX(90px); transition: opacity 1.8s var(--ease), transform 1.8s var(--ease); }
.prodcompare__item.prodcompare__item--slideL.is-in,
.prodcompare__item.prodcompare__item--slideR.is-in { opacity: 1; transform: none; }
/* centro: "Mesma Fórmula / Mesma Dose" */
.prodcompare__vs {
  flex: 0 0 auto;
  display: flex; flex-direction: column; gap: 0.15rem;
  text-align: center;
  font-family: var(--font-display); font-weight: 700; line-height: 1.15;
  color: #16241b;
  font-size: clamp(0.82rem, 2.5vw, 1.4rem);
}
.prodcompare__tag {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 700; padding: 0.32rem 0.85rem; border-radius: 999px; display: inline-block;
}
.prodcompare__tag--gen   { background: #d8edbf; color: #3c6a1c; }
.prodcompare__tag--marca { background: #f2d3cd; color: #a23b2c; }
/* linha de benefícios abaixo dos produtos */
.prodcompare__benefits {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 0.3em 0.85em; text-align: center;
  font-family: var(--font-display); font-weight: 400; color: #16241b;
  font-size: clamp(0.42rem, 2vw, 1.05rem);
  margin: 0 auto clamp(2rem, 6vw, 3.4rem);
}
.pcb { display: inline-flex; align-items: center; gap: 0.3em; white-space: nowrap; }
.pcb__tick { flex: 0 0 auto; color: #74c94b; }
.prodcompare__benefits i { color: #5e3a17; font-style: normal; font-weight: 500; margin: 0 0.4em; }
.prodcompare__mudapreco {
  text-align: center;
  font-family: var(--font-display); font-weight: 700;
  color: var(--accent-text);
  font-size: clamp(0.9rem, 3.6vw, 1.8rem);
  margin: clamp(0.25rem, 0.9vw, 0.5rem) auto 0;
}
.prodcompare__bottom {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.2rem, 3vw, 1.95rem); line-height: 1.3;
  color: var(--fg); max-width: 30ch; margin: 0 auto;
}

/* ============ Comparação: marca cara × genérico ============ */
#comparacao {
  background: linear-gradient(180deg, #16241b, #0f1c14);
  text-align: center;
}
#comparacao .section__head { max-width: 22ch; margin-inline: auto; }
.compare__title { line-height: 1.12; }
#comparacao .section__sub { color: var(--muted); margin-top: 0.6rem; }

.compare__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: clamp(0.7rem, 2vw, 1.6rem);
  max-width: 860px;
  margin: clamp(2rem, 5vw, 3.2rem) auto 0;
}
.compare__card {
  position: relative;
  background: linear-gradient(180deg, #f5edda, #e6dabe);
  color: #241a10;
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.2rem) 1.1rem 1.5rem;
  box-shadow: var(--shadow-diffuse);
  display: flex; flex-direction: column; align-items: center; gap: 0.3rem;
}
.compare__card--barato {
  box-shadow: 0 24px 50px -26px rgba(0,0,0,.7), 0 0 0 3px #9ecb5f, 0 0 0 9px rgba(158,203,95,.16);
}
.compare__tag {
  font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 700; padding: 0.3rem 0.75rem; border-radius: 999px;
}
.compare__tag--marca { background: #f2d3cd; color: #a23b2c; }
.compare__tag--gen   { background: #d8edbf; color: #3c6a1c; }
.compare__pill { color: #8a7550; margin-top: 0.55rem; }
.compare__card--barato .compare__pill { color: #4f7a24; }
.compare__nome { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 3.2vw, 2rem); color: #1e150c; letter-spacing: -0.01em; margin-top: 0.15rem; }
.compare__comp { font-size: 0.78rem; color: #6b6252; }
.compare__preco { font-family: var(--font-display); font-weight: 800; line-height: 1; margin-top: 0.7rem; }
.compare__preco--caro { font-size: clamp(2.3rem, 5.4vw, 3.1rem); color: #c0392b; }
.compare__preco--barato { font-size: clamp(1.4rem, 3.4vw, 2rem); color: #3f7d1a; }
.compare__nota { font-size: 0.82rem; color: #5f5647; margin-top: 0.55rem; max-width: 22ch; }

.compare__vs { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.15rem; color: var(--fg); padding: 0 0.2rem; }
.compare__eq { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 5vw, 3.2rem); line-height: 1; }
.compare__vs small { font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

.compare__punch {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.35rem, 3.4vw, 2.1rem); line-height: 1.3;
  color: var(--fg); max-width: 30ch; margin: clamp(1.9rem, 4vw, 2.8rem) auto 0;
}
.compare__punch b { color: #ffffff; }

@media (max-width: 640px) {
  .compare__grid { grid-template-columns: 1fr; max-width: 340px; gap: 0.6rem; }
  .compare__vs { flex-direction: row; gap: 0.5rem; padding: 0.15rem 0; }
  .compare__eq { font-size: 2rem; }
  .compare__br { display: none; }
}

@media (min-width: 601px) {
  .sumario { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sumario li { font-size: 1.12rem; }
}
@media (min-width: 981px) {
  .sumario { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* video testimonials (reels wall) */
.vtestis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem;
}
.vtesti {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: transform 0.35s var(--ease);
}
.vtesti:hover { transform: translateY(-4px); }
.vtesti video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
  background: #000;
  border-radius: 20px;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-glass);
  transition: border-color 0.35s var(--ease);
}
.vtesti:hover video { border-color: var(--accent-line); }
.vtesti__play {
  position: absolute;
  top: 0; left: 0; right: 0;
  aspect-ratio: 9 / 16;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.25s var(--ease);
}
.vtesti__play svg {
  width: 60px; height: 60px;
  padding: 18px;
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.55);
  backdrop-filter: blur(2px);
  color: #fff;
}
.vtesti__play svg { transition: opacity 0.2s var(--ease); }
.vtesti__play.is-playing svg { opacity: 0 !important; visibility: hidden; }
.vtesti video::-webkit-media-controls-overlay-play-button { display: none !important; }
.vtesti video::-webkit-media-controls-start-playback-button { display: none !important; }
.vtesti__cap {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
  padding-inline: 0.2rem;
}
.vtesti__cap b {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  color: #d9c68a;
  margin-bottom: 0.1rem;
}
.kicker--center {
  display: block;
  text-align: center;
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 0;
}
@media (max-width: 520px) {
  .vtestis { grid-template-columns: 1fr 1fr; }
}

/* -------------------- countdown -------------------- */
.countdown {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0.4rem 0.9rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  margin: 1.6rem auto 0;
  max-width: max-content;
  border-color: var(--accent-line);
}
.countdown__label { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: var(--muted); }
.countdown__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 2s infinite; }
.countdown__clock {
  font-family: var(--font-mono); font-weight: 700; font-size: 1rem;
  letter-spacing: 0.06em; color: var(--accent-text);
  font-variant-numeric: tabular-nums;
}

/* -------------------- plans -------------------- */
.plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  align-items: stretch;
  max-width: 400px;
  margin-inline: auto;
}
/* Livro como opcao secundaria (upsell), nao concorrente da oferta principal */
.plan[hidden], .plans__ou[hidden] { display: none !important; }
.plan--bump { transform: scale(0.94); transform-origin: top center; opacity: 0.92; }
.plan--bump:hover { transform: scale(0.94) translateY(-4px); }
.plan--bump .plan__shot img { max-height: 180px; width: auto; }
.plans__ou {
  text-align: center;
  font-size: 0.85rem;
  color: #b9c6bf;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.2rem 0 -0.4rem;
}
.plan__selos { margin-top: auto; }
.plans:has(> .plan:only-child) {
  grid-template-columns: 1fr;
  max-width: 300px;
  margin-inline: auto;
}
.plan {
  position: relative;
  padding: clamp(1.3rem, 2.4vw, 2rem);
  border-radius: var(--radius-xl);
  display: flex; flex-direction: column; gap: 1.05rem;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
  background: #e6d8bc;
}
.plan:hover { transform: translateY(-4px); }
/* cards em verde escuro */
/* dois tons de verde para diferenciar os cards */
#planos .plan,
#planos .plan--featured,
#planos .plan.glass:not(.plan--featured) {
  border: 1px solid rgba(168, 205, 124, 0.16);
}
/* Celular (recomendado) — verde mais claro e vivo */
#planos #plano-digital {
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(168, 205, 124, 0.1), transparent 62%),
    linear-gradient(180deg, #24382a, #16241b);
  border-color: rgba(168, 205, 124, 0.16);
}
/* Livro — verde mais profundo */
#planos #plano-fisico {
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(168, 205, 124, 0.05), transparent 62%),
    linear-gradient(180deg, #0c150f, #050a07);
  border-color: rgba(168, 205, 124, 0.12);
}
/* aba dos 4 motivos: cards no mesmo tom areia do fundo */
#motivos .bento__card {
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(94, 58, 23, 0.05), transparent 62%),
    linear-gradient(180deg, #dcd0b3, #d3c5a3);
  border: 1px solid rgba(94, 58, 23, 0.16);
}
#planos .section__title { color: #141414; }
/* contador com respiro igual entre a headline e o bloco de preco */
#planos .countdown { margin-block: 1.6rem; }
#planos .section__head { margin-bottom: 0; }
#planos .plans { margin-top: 0; }

/* selo Recomendado — precisa de folga no topo do card e da grade */
#planos .plans { padding-top: 14px; }
#planos .plan--featured { overflow: visible; }
#planos .plan__ribbon {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  z-index: 3;
  color: #1e2a1b;
  background: linear-gradient(180deg, #cdf25c, #aad63c);
  box-shadow: 0 8px 20px -8px rgba(170, 214, 60, 0.6);
}
#planos .plan__name { color: #f3ead9; }
#planos .plan__desc { color: #b9c6bf; }
#planos .plan__desc .text-accent,
#planos .plan__desc strong.text-accent { color: #d9c68a; font-weight: 600; }
#planos .plan__price { border-color: rgba(243, 234, 217, 0.16); }
#planos .plan__from,
#planos .plan__inst { color: #b9c6bf; }
#planos .plan__now,
#planos .plan__now small,
#planos .plan__now em { color: #f3ead9; }
#planos .plan__selos li { color: #b9c6bf; }
#planos .plan__selos svg { color: #d9c68a; }
.plan__ribbon {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-ink); background: linear-gradient(180deg, #a8cd7c, #93bb66);
  padding: 0.4rem 0.9rem; border-radius: 999px;
  box-shadow: 0 8px 20px -8px rgba(147, 187, 102, 0.5);
}
.plan__name { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; letter-spacing: -0.01em; color: #16241b; }
.plan__desc { color: #5a6b5e; font-size: 0.92rem; margin-top: 0.35rem; }
.plan__price { display: flex; flex-direction: column; gap: 0.25rem; border-block: 1px solid var(--hairline); padding: 1.2rem 0; }
.plan__from { font-size: 0.85rem; color: var(--fg); }
.plan__now { font-family: var(--font-display); font-weight: 700; font-size: clamp(3.6rem, 8vw, 4.8rem); line-height: 1; letter-spacing: -0.03em; display: flex; align-items: baseline; gap: 0.75rem; color: var(--fg); margin-top: -0.09em; margin-bottom: 0.09em; }
.plan__now small { display: inline; font-size: 1.55rem; color: var(--fg); font-weight: 600; letter-spacing: normal; }
.plan__now em { font-style: normal; font-family: var(--font-body); font-size: 0.9rem; font-weight: 400; color: var(--fg); align-self: flex-end; margin-left: 0.3rem; }
.plan__inst { font-size: 0.85rem; color: var(--fg); }
.plan__feats { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.plan__feats li { position: relative; padding-left: 1.7rem; font-size: 0.92rem; color: #16241b; }
.plan__feats li::before {
  content: ""; position: absolute; left: 0; top: 0.35rem;
  width: 16px; height: 16px; border-radius: 5px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat,
    #dcbb63;
}
.plan__safe { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: var(--muted-2); }
.plan__safe svg { color: var(--accent-text); flex-shrink: 0; }

/* foto do produto dentro do card */
.plan__shot { display: flex; justify-content: center; }
.plan__shot img {
  width: auto;
  max-width: 100%;
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(40, 30, 12, 0.22));
}
/* selos abaixo do botão */
.plan__selos { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin: 0; padding: 0; }
.plan__selos li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #4a5a4f;
}
.plan__selos svg { color: #7a6230; flex-shrink: 0; }

/* -------------------- guarantee -------------------- */
.guarantee {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.2rem);
  border-radius: var(--radius-xl);
  border-color: var(--accent-line);
}
.guarantee__seal {
  position: relative;
  display: grid; place-items: center;
  width: 128px; height: 128px;
  border-radius: 50%;
  color: var(--accent-text);
  background: radial-gradient(circle, rgba(231, 216, 182, 0.14), transparent 70%);
  border: 1px dashed var(--accent-line);
}
.guarantee__seal-img {
  width: 150px; height: auto; flex-shrink: 0; display: block;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.4));
}
.guarantee__days {
  position: absolute; bottom: 18px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--fg);
  display: flex; flex-direction: column; align-items: center; line-height: 1;
}
.guarantee__days small { font-family: var(--font-mono); font-size: 0.5rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
.guarantee__body p { color: var(--muted); margin-top: 0.8rem; max-width: 60ch; }

/* -------------------- author -------------------- */
.author-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.8rem; }
.author-badge {
  font-size: 0.85rem; color: var(--muted);
  padding: 0.55rem 0.95rem; border-radius: 999px;
  border: 1px solid var(--hairline); background: var(--surface);
}
.author-badge b { color: var(--accent-text); font-family: var(--font-mono); font-weight: 700; margin-right: 0.3rem; }

.author-card {
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
  border-radius: var(--radius-xl);
  display: flex; flex-direction: column; gap: 1.25rem;
  text-align: left;
  background: rgba(23, 40, 29, 0.55);
  border-color: rgba(243, 234, 217, 0.16);
  color: #f3ead9;
  --fg: #f3ead9;
  --muted: #cdc4ae;
  --muted-2: #a39c86;
  --accent-text: #ecce85;
}
.author-card .author-badge { --accent-text: #ecce85; --muted: #cdc4ae; }
.author-card__top { display: flex; align-items: center; gap: 1.1rem; }
.author-card__photo {
  width: 120px; height: auto; flex-shrink: 0;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--hairline);
  box-shadow: 0 14px 28px -14px rgba(0, 0, 0, 0.55);
}
.author-card__top { align-items: flex-start; }
.author-card__id { display: flex; flex-direction: column; gap: 0.25rem; padding-top: 0.4rem; }
.author-card__name { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; letter-spacing: -0.01em; }
.author-card__role { font-size: 0.85rem; color: var(--muted); max-width: 24ch; }

/* Instagram em destaque */
.author-card__ig {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 0.8rem 1rem; border-radius: 16px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
.author-card__ig:hover { transform: translateY(-2px); border-color: var(--accent-text); }
.author-card__ig:hover .author-card__ig-arrow { transform: translateX(3px); }
.author-card__ig-ic {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  color: var(--accent-ink);
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.author-card__ig-ic svg { width: 22px; height: 22px; }
.author-card__ig-txt { flex: 1; display: flex; flex-direction: column; }
.author-card__ig-txt b { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--accent-text); }
.author-card__ig-txt small { font-size: 0.78rem; color: var(--muted); }
.author-card__ig-arrow { color: var(--accent-text); flex-shrink: 0; transition: transform 0.25s var(--ease); }

.author-card__line { height: 1px; background: var(--hairline); margin-block: 0; }
.author-card__quote { font-size: 1.05rem; color: var(--fg); font-style: italic; line-height: 1.55; font-weight: 300; }

/* -------------------- faq -------------------- */
.faq { display: flex; flex-direction: column; gap: 0.7rem; }
.faq__item {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.faq__item[open] { border-color: var(--accent-line); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.2rem 1.4rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.02rem;
  color: var(--fg);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__plus { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq__plus::before, .faq__plus::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  background: var(--accent); border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease);
}
.faq__plus::before { width: 14px; height: 2px; }
.faq__plus::after  { width: 2px; height: 14px; }
.faq__item[open] .faq__plus::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq__body { padding: 0 1.4rem 1.3rem; color: var(--muted); }
.faq__body p + p { margin-top: 0.7rem; }
.faq__body ul { margin: 0.7rem 0 0; padding-left: 1.2rem; display: flex; flex-direction: column; gap: 0.4rem; }
.faq__body li { color: var(--muted); }
.faq__note {
  margin-top: 0.9rem !important;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  font-size: 0.9rem;
}

/* -------------------- final cta -------------------- */
.final {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border-color: var(--accent-line);
}
.final__glow {
  position: absolute; inset: 0;
  background: radial-gradient(60% 100% at 50% 120%, var(--accent-glow), transparent 70%);
  pointer-events: none;
}
.final__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-block: 0.8rem 1rem;
  max-width: 20ch; margin-inline: auto;
  color: #16241b;
}
.final p { color: var(--muted); margin-bottom: 2rem; font-size: 1.05rem; }
.final .btn { position: relative; }

/* -------------------- footer -------------------- */
.footer {
  border-top: 2px solid rgba(220, 187, 99, 0.85);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2.5rem;
  margin-top: 2rem;
}
.footer__inner { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; }
.footer__brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; }
.footer__links { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; }
.footer__links a { font-size: 0.9rem; color: var(--muted); transition: color 0.2s; }
.footer__links a:hover { color: var(--accent-text); }
.footer__disclaimer { font-size: 0.8rem; color: var(--muted-2); max-width: 80ch; line-height: 1.6; }
.footer__copy { font-size: 0.82rem; color: var(--muted-2); }
.footer__copy a { color: var(--muted); }
.footer__copy a:hover { color: var(--accent-text); }

.whatsapp-fab {
  position: fixed;
  bottom: 1.5rem; right: 1.5rem;
  z-index: 50;
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  color: #0f2038;
  background: linear-gradient(180deg, #a8cd7c, #93bb66);
  box-shadow: 0 14px 30px -10px rgba(147, 187, 102, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 18px 38px -10px rgba(147, 187, 102, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.35); }

/* -------------------- vitrine / showcase (recria o modelo) -------------------- */
.vitrine { padding-block: clamp(3rem, 7vw, 6rem); }
.vt-panel {
  --pink: #cf7680;
  --pink-2: #b95d68;
  --vt-ink: #46373a;
  --vt-muted: #8a7678;
  --vt-line: rgba(70,55,58,0.12);
  position: relative;
  background: linear-gradient(150deg, #fdf7f2 0%, #f7ece6 100%);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 34px;
  padding: clamp(1.6rem, 4vw, 3.4rem);
  color: var(--vt-ink);
  box-shadow: 0 44px 90px -46px rgba(0,0,0,0.7);
  overflow: hidden;
}
.vt-top {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

/* product (book + phone + note) */
.vt-product { position: relative; display: flex; align-items: flex-end; justify-content: center; padding-top: 3.6rem; }
.vt-book { width: min(66%, 290px); filter: drop-shadow(0 34px 44px rgba(74,42,30,0.34)); }
.vt-phone {
  position: relative;
  width: min(32%, 138px);
  aspect-ratio: 138 / 288;
  margin-left: -7%;
  margin-bottom: 5%;
  background: #1d1b1c;
  border-radius: 26px;
  padding: 7px;
  box-shadow: 0 26px 42px -18px rgba(0,0,0,0.45);
}
.vt-phone__cam { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 32px; height: 6px; border-radius: 99px; background: #000; z-index: 2; }
.vt-phone__screen { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; background: #fff; }
.vt-phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

.vt-note { position: absolute; top: -0.3rem; left: 48%; transform: translateX(-40%); text-align: center; color: var(--pink-2); z-index: 3; }
.vt-note__txt { font-family: 'Caveat', cursive; font-weight: 700; font-size: clamp(1.05rem, 2vw, 1.45rem); line-height: 1.02; display: block; }
.vt-note__arrow { width: 50px; height: 50px; color: var(--pink); margin: 0.1rem auto 0; display: block; transform: rotate(4deg); }

/* info (headline + pages) */
.vt-head { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.35rem, 2.7vw, 2.15rem); line-height: 1.2; letter-spacing: -0.01em; color: var(--vt-ink); margin-bottom: 1.5rem; }
.vt-hl { color: var(--pink-2); font-weight: 700; }
.vt-head__u { position: relative; white-space: nowrap; }
.vt-head__u::after {
  content: ""; position: absolute; left: -1%; right: -1%; bottom: -7px; height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='10' viewBox='0 0 120 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 Q 30 1 60 5 T 118 4' fill='none' stroke='%23cf7680' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}
.vt-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.vt-pages figure { margin: 0; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid var(--vt-line); box-shadow: 0 16px 28px -18px rgba(74,42,30,0.42); transition: transform 0.35s var(--ease); }
.vt-pages figure:hover { transform: translateY(-3px); }
.vt-pages img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

/* features */
.vt-features {
  list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(1.8rem, 4vw, 2.8rem);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid var(--vt-line);
}
.vt-features li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0 1.2rem; border-left: 1px solid var(--vt-line); }
.vt-features li:first-child { border-left: 0; padding-left: 0; }
.vt-ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: var(--pink-2); background: rgba(207,118,128,0.13); }
.vt-ic svg { width: 24px; height: 24px; }
.vt-features b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 0.98rem; color: var(--vt-ink); margin-bottom: 0.15rem; }
.vt-features small { font-size: 0.8rem; color: var(--vt-muted); line-height: 1.42; }

@media (max-width: 900px) {
  .vt-top { grid-template-columns: 1fr; gap: 2rem; }
  .vt-features { grid-template-columns: 1fr 1fr; gap: 1.3rem 0; }
  .vt-features li { padding: 0 1rem; }
  .vt-features li:nth-child(odd) { border-left: 0; padding-left: 0; }
}
@media (max-width: 560px) {
  .vt-features { grid-template-columns: 1fr; gap: 1.1rem; }
  .vt-features li { border-left: 0; padding-left: 0; }
}

/* -------------------- reveal animation -------------------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-in { opacity: 1; transform: none; }

/* -------------------- responsive -------------------- */
@media (max-width: 980px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
  .hero { padding-top: 6.5rem; }
  .hero__topline { display: none; }
  .hero__lead { max-width: 46ch; }
  .g-note { display: none; }
  .split, .split--reverse { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: -1; }
  .plans { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .testis { grid-template-columns: 1fr; }
  .bento__card, .bento__card--wide { grid-column: span 6; }
}

/* hero em tela cheia (tablet e desktop) — mesma composição do mobile */
@media (min-width: 601px) {
  .hero {
    min-height: 100svh;
    display: flex;
    padding-top: 5.5rem;
    padding-bottom: 2rem;
    background: linear-gradient(180deg, #132218, #0a120e);
  }
  .hero > .container { display: flex; flex: 1; position: relative; z-index: 2; }
  .hero__grid { display: flex; flex-direction: column; flex: 1; gap: 0; }
  .hero__content { display: flex; flex-direction: column; flex: 1; width: 100%; max-width: none; justify-content: space-evenly; }
  .hero__head { order: 0; width: 100%; }
  .hero__title { order: 0; margin-block: 0; text-align: left; }
  .hero__art {
    display: block;
    order: 1;
    flex: 0 1 auto;
    min-height: 0;
    width: min(94%, 900px);
    height: auto;
    max-height: 74svh;
    object-fit: contain;
    margin: 0.9rem auto;
  }
  .hero__shelf { display: none; }
  .hero__aside {
    display: block;
    order: 2;
    position: static;
    transform: none;
    width: 100%;
    margin-top: auto;
    text-align: center;
    font-family: var(--font-display);
    line-height: 1.05;
    white-space: nowrap;
    z-index: 2;
  }
  .hero__aside span { display: inline; }
  .hero__aside-l1, .hero__aside-l2, .hero__aside-l3 { font-size: 1.6rem; font-weight: 600; }
  .hero__aside-l2 b { font-size: 1.3em; font-weight: 800; }
  .hero__cred { order: 3; position: static; width: 100%; margin: 0; text-align: center; }
}
@media (min-width: 981px) {
  .hero {
    background: linear-gradient(180deg, #132218, #0a120e);
    padding-top: 4rem;
    padding-bottom: 3rem;
    align-items: center;
    min-height: min(100svh, 56.25vw);
    position: relative;
  }
  .hero__shelf { display: none; }
  .hero > .container { position: static; }
  .hero__grid { align-items: center; }
  /* headline + imagem lado a lado, agrupadas e centralizadas (~70% da largura) */
  .hero__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    max-width: 82%;
    margin: 0 auto;
    text-align: left;
  }
  .hero__head { order: 0; flex: 0 0 auto; width: min(48%, 560px); }
  .hero__title { order: 0; text-align: left; flex: 0 0 auto; width: auto; line-height: 1.16; }
  /* texto corrido (sem as 4 quebras fixas) */
  .hero__l1, .hero__l2, .hero__l3, .hero__l4 { display: inline; white-space: normal; margin: 0; }
  .hero__l1::after, .hero__l2::after, .hero__l3::after { content: " "; }
  .hero__l1, .hero__l3 { font-size: clamp(2.2rem, 3.1vw, 3.4rem); }
  .hero__l2, .hero__l4 { font-size: clamp(1.5rem, 2.1vw, 2.3rem); }
  .hero__art {
    display: block;
    order: 1;
    flex: 0 0 auto;
    width: 34vw;
    height: auto;
    max-width: 460px;
    max-height: 82svh;
    object-fit: contain;
    margin: 0;
  }
  /* credencial centralizada no rodapé */
  .hero__cred { position: absolute; bottom: 5%; left: 0; right: 0; width: 100%; margin: 0; text-align: center; white-space: nowrap; }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 5.625rem;
    padding-bottom: 0.5rem;
    min-height: calc(100svh - 3.1rem);
    display: flex;
    overflow: hidden;
    background: linear-gradient(180deg, #132218, #0a120e);
  }
  .hero > .container { display: flex; flex: 1; }
  .hero__grid { display: flex; flex-direction: column; flex: 1; gap: 0; }
  .hero__content { display: flex; flex-direction: column; flex: 1; justify-content: space-evenly; gap: 0.2rem; }
  .hero__art {
    display: block;
    order: 1;
    flex: 0 0 auto;
    width: 260px;
    max-width: 92vw;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }
  .hero__visual { display: none; }
  /* a arte escala com a altura da tela; a headline precisa acompanhar,
     senao encosta no livro em telas mais baixas */
  .hero__title { order: 0; font-size: 1.5rem; line-height: 1.12; margin-block: 0; text-align: left; }
  .hero__badge { order: 1; align-self: center; width: auto; white-space: nowrap; margin-top: auto; margin-bottom: 0.85rem; font-size: 0.7rem; padding: 0.2rem 0.9rem; min-height: 34px; background: rgba(243, 234, 217, 0.85); }
  .hero__actions { order: 4; margin: 1rem 0 0; width: 100%; }
  .hero__shelf { display: none; }
  .hero__aside {
    display: block;
    order: 2;
    position: static;
    transform: none;
    width: 100%;
    margin-top: auto;
    text-align: center;
    font-family: var(--font-display);
    color: #141414;
    line-height: 1.05;
    white-space: nowrap;
    z-index: 2;
  }
  .hero__aside span { display: inline; }
  .hero__aside-l1, .hero__aside-l2, .hero__aside-l3 { font-size: 1.16rem; font-weight: 600; }
  .hero__aside-l2 b { font-size: 1.25em; font-weight: 800; }
  .hero__cred {
    position: static;
    order: 2;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    font-size: 10px;
    line-height: 1.4;
  }
  .hero__cred b { font-size: 1.18em; }
  .hero__aside-handle {
    margin-top: 0.6rem;
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #5a6b5e;
    opacity: 0.85;
  }
  .hero__actions .btn { width: 100%; max-width: 300px; margin-inline: auto; justify-content: center; font-size: 0.85rem; padding: 0.45rem 1rem; min-height: 46px; }
}

@media (max-width: 620px) {
  .final .btn { width: 100%; white-space: nowrap; font-size: 0.9rem; padding-inline: 1rem; }
  .nav { padding: 0.6rem 0.7rem; }
  .nav__inner { gap: 0.45rem; padding: 0.45rem 0.5rem 0.45rem 0.7rem; }
  .brand__line1, .brand__line2 { font-size: 0.66em; }
  .nav__inner .btn--sm { padding: 0.5rem 0.8rem; font-size: 0.8rem; }
  .hero__title { font-size: 2.1rem; }
  .hero__imagina { font-size: 2rem; }
  .hero__title-tight { margin-top: 1.3rem; }
  .guarantee { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .guarantee__body { display: flex; flex-direction: column; align-items: center; }
  .hero__badge { font-size: 0.8rem; }
  .whatsapp-fab { display: none; }
  .float-card--a { left: 0; }
  .float-card--b { right: 0; }
  body { padding-bottom: 4.5rem; }
  .ebook__img { width: min(230px, 58vw); }
  .g-book { width: min(60%, 250px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* cards de preço um pouco menores no mobile */
@media (max-width: 600px) {
  #planos .plans { max-width: 268px; margin-inline: auto; }
  #planos .plan { padding: 1.1rem; gap: 0.8rem; }
  #planos .plan__name { font-size: 1.22rem; }
  #planos .plan__desc { font-size: 0.86rem; }
  #planos .plan__shot img { max-height: 175px; }
  #planos .plan__price { padding: 0.9rem 0; }
  #planos .plan__now { font-size: 3.5rem; }
  #planos .plan__now small { font-size: 1.28rem; }
  #planos .plan__from, #planos .plan__inst { font-size: 0.8rem; }
  #planos .btn--buy { min-height: 40px; font-size: 0.79rem; padding-block: 0.5rem; }
  #planos .plan__selos li { font-size: 0.76rem; }
}

/* contador com respiro igual entre a headline e o bloco de preço (mobile) */
@media (max-width: 600px) {
}


/* -------------------- cupom do quiz --------------------
   O preco cheio e o padrao. Quem chega com a palavra-chave (do quiz ou
   digitando) ve o valor pela metade, que e o que a Hotmart cobra. */
.cupom-caixa{
  max-width:520px;margin:0 auto clamp(1.4rem,3vw,2.2rem);padding:16px 18px;
  border-radius:16px;background:rgba(255,255,255,.04);
  border:1px dashed rgba(220,187,99,.5);text-align:center;
}
.cupom-rotulo{display:block;font-size:.82rem;color:var(--muted);margin-bottom:10px}
.cupom-linha{display:flex;gap:8px}
.cupom-campo{
  flex:1;min-width:0;height:46px;border-radius:10px;padding:0 14px;font:inherit;font-size:1rem;
  background:rgba(255,255,255,.92);color:#16241b;border:1px solid rgba(0,0,0,.12);
  text-transform:uppercase;letter-spacing:.08em;
}
.cupom-botao{
  height:46px;padding:0 20px;border:0;border-radius:10px;font:inherit;font-weight:600;
  background:#dcbb63;color:#16241b;cursor:pointer;transition:.15s;
}
.cupom-botao:hover{background:#e8cd85}
.cupom-recado{margin:10px 0 0;font-size:.8rem;min-height:1.1em}
.cupom-recado.ok{color:#8fd48f}
.cupom-recado.erro{color:#e08b7a}

.plan__from.so-cupom{display:none}
body.com-cupom .plan__from.so-cupom{display:inline}
body.com-cupom .cupom-caixa{border-style:solid;border-color:rgba(143,212,143,.55)}

/* ===== Hero reorganizado: headline centralizada no topo + imagem e quiz lado a lado ===== */
.hero { position: relative; }
.hero__mid { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
.hero__content { text-align: center; }
.hero__title { text-align: left; width: 100%; max-width: 100%; margin-inline: auto; }
.hero__l1, .hero__l3 { white-space: normal; }
.hero-imagina-txt { text-align: left; }
.hero .hero__title .hero__doente { color: #ff5b4d; }
.hero .hero__title .hero__voce { color: var(--accent-text); }
.hero__row {
  display: flex; flex-direction: row; align-items: center; justify-content: center;
  gap: clamp(0.7rem, 3vw, 2.4rem); width: 100%;
}
.hero__row .hero__art { order: 0; margin: 0; display: block; }
.hero__row .hero__quiz { margin: 0; text-align: left; }
.hero__guia-frase {
  font-family: var(--font-display); font-weight: 600; text-align: center;
  color: #f3ead9; font-size: clamp(1.1rem, 5vw, 1.7rem);
  margin: 0.3rem auto 0;
}
.hero__guia-frase .text-accent { color: var(--accent-text); }

@media (max-width: 600px) {
  .hero__content { justify-content: center; gap: clamp(1.2rem, 4vw, 2.2rem); }
  .hero__title { order: 0; text-align: left; }
  .hero__row { order: 1; flex-direction: column; gap: 1rem; align-items: center; }
  .hero__row .hero__quiz { order: 0; flex: 0 0 auto; width: 100%; max-width: 100%; }
  .hero__row .hero__art { order: 1; flex: 0 0 auto; width: min(78%, 300px); max-width: 90%; }
  .hero__guia-frase { order: 2; }
  .hero__cta { order: 3; }
  .hero__cred { order: 4; }
}
@media (min-width: 601px) {
  .hero__content { flex-direction: column; justify-content: center; gap: clamp(1.4rem, 4vh, 2.6rem); }
  .hero__row { max-width: min(92%, 880px); margin: 0 auto; }
  .hero__row .hero__art { flex: 0 0 auto; width: clamp(180px, 32vw, 360px); max-height: 60svh; }
  .hero__row .hero__quiz { flex: 0 1 460px; }
  .hero__cred { position: static; font-size: clamp(1rem, 1.5vw, 1.35rem); }
}

/* aba 1: headline + selos de marketplaces + foto do guia */
@media (min-width: 1px) {
  #dipirona .prodcompare__top { font-weight: 500; }
  #dipirona .prodcompare__bottom { font-weight: 400; margin: 0 auto; }
  #dipirona .prodcompare__cta {
    flex: 0 0 auto;
    width: auto; max-width: none;
    padding: 0.7rem 1.6rem;
    font-size: 0.92rem;
    margin: 0.2rem auto 0;
  }
}
.prodcompare__diff {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.15rem, 4.6vw, 1.5rem);
  color: var(--fg); margin: 0 auto;
}
.prodcompare__subhead {
  font-family: var(--font-body); font-weight: 500;
  font-size: clamp(0.98rem, 4vw, 1.25rem);
  color: var(--fg); max-width: 30ch; margin: 0.2rem auto 0; line-height: 1.3;
}
/* faixa de confiança: os 6 logos alinhados, passando de um lado pro outro sem parar */
.prodcompare__logos-wrap {
  position: relative; overflow: hidden;
  width: 100vw; margin: 0 calc(50% - 50vw);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.prodcompare__logos {
  display: flex; width: max-content;
  gap: 0.55rem; list-style: none; padding: 0 0.55rem; margin: 0;
  animation: prodcompareLogosRola 16s linear infinite;
}
@keyframes prodcompareLogosRola {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .prodcompare__logos { animation: none; }
}
.prodcompare__logo {
  flex: 0 0 auto; width: 58px; height: 58px; border-radius: 8px; overflow: hidden;
  box-shadow: 0 6px 14px -9px rgba(0, 0, 0, 0.4);
}
.prodcompare__logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prodcompare__logo--tiktok {
  background: #010101; display: flex; align-items: center; justify-content: center;
}
.prodcompare__guia { margin: 0.2rem auto 0; }
.prodcompare__cred {
  font-family: var(--font-body); font-size: 0.6rem; font-weight: 500;
  line-height: 1.45; letter-spacing: 0.05em; text-transform: uppercase;
  color: rgba(243, 234, 217, 0.6);
}
.prodcompare__cred b { display: block; font-weight: 700; letter-spacing: 0.07em; color: rgba(243, 234, 217, 0.85); }
.prodcompare__guia img {
  width: clamp(220px, 62vw, 320px); height: auto;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.28));
}
@media (min-width: 981px) {
  /* troca "4x menos" / "So muda o preco" de lugar é só no mobile; no desktop mantém o original */
  .u-mobile-only { display: none; }
  .u-desktop-only { display: block; }

  /* aba 1 no desktop: headline maior, selos e foto do guia maiores */
  #dipirona .prodcompare__top { font-size: clamp(2.8rem, 4.8vw, 4.6rem); max-width: 24ch; }
  #dipirona .prodcompare__subhead { font-size: clamp(1.2rem, 2vw, 1.5rem); max-width: 40ch; }
  #dipirona .prodcompare__logo { width: 76px; height: 76px; }
  #dipirona .prodcompare__logos { gap: 0.8rem; }
  #dipirona .prodcompare__diff { font-size: clamp(1.8rem, 3vw, 2.4rem); }
  #dipirona .prodcompare__guia img { width: clamp(260px, 22vw, 340px); }
  #dipirona .prodcompare__bottom { font-size: clamp(1.5rem, 2.5vw, 2.3rem); }

  .hero__content { flex-direction: column; max-width: 960px; }
  .hero__l1, .hero__l2, .hero__l3, .hero__l4 { display: block; white-space: nowrap; margin: 0; }
  .hero__l1 { margin-top: 0; }
  .hero__l2, .hero__l3, .hero__l4 { margin-top: 0.3rem; }
  .hero__row .hero__art { width: clamp(240px, 26vw, 380px); }
}
