/* =====================================================================
   Melasma: Guia Definitivo de Skincare · Design System
   Paleta rosé/creme/vinho · Lora (títulos) + Mulish (corpo) + Montserrat (labels), self-host
   ===================================================================== */

/* ---------- Fontes self-hospedadas ---------- */
/* Lora (títulos) */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/lora-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/lora-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lora-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/lora-latin-600-italic.woff2") format("woff2");
}
/* Mulish (corpo) */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/mulish-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/mulish-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/mulish-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/mulish-latin-700-normal.woff2") format("woff2");
}
/* Montserrat (labels / eyebrows / botões) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/montserrat-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin-700-normal.woff2") format("woff2");
}

/* ---------- Tokens ---------- */
:root {
  --creme: #f5ede4;
  --branco: #fbf7f3;
  --rose-nude: #e3aaa9;
  --rose-antigo: #c98b87;
  --blush: #efcfcd;
  --vinho: #5c2a28;
  --terracota: #b25c59;
  --mocha: #7e6353;
  --cacau: #4a3a2e;
  --rose-gold: #c4a07a;
  --cerejeira: #e7a9ae;

  --bg: var(--branco);
  --bg-alt: var(--creme);
  --text: #4a3a2e;
  --text-soft: #7e6353;
  --line: rgba(196, 160, 122, 0.35);

  --grad-cta: linear-gradient(120deg, #e3aaa9 0%, #b25c59 52%, #5c2a28 100%);
  --grad-cta-hover: linear-gradient(120deg, #e7b4b3 0%, #b8635f 52%, #6a3230 100%);

  --font-display: "Lora", Georgia, "Times New Roman", serif;
  --font-body: "Mulish", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-label: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --r-card: 22px;
  --r-sm: 14px;
  --r-pill: 999px;

  --shadow-sm: 0 6px 20px rgba(92, 42, 40, 0.08);
  --shadow-md: 0 18px 50px rgba(92, 42, 40, 0.14);
  --shadow-cta: 0 12px 30px rgba(92, 42, 40, 0.28);
  --shadow-glow: 0 10px 34px rgba(178, 92, 89, 0.45);

  --container: 1140px;
  --pad-x: clamp(1.1rem, 4vw, 2.5rem);
}

/* ---------- Reset / base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 1.02rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--terracota);
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--vinho);
  line-height: 1.14;
  font-weight: 700;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
p {
  margin: 0 0 1rem;
}
strong {
  font-weight: 700;
  color: var(--cacau);
}
:focus-visible {
  outline: 3px solid var(--terracota);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.section {
  padding-block: clamp(3.2rem, 8vw, 6rem);
  position: relative;
}
.section--alt {
  background: var(--bg-alt);
}
.section--tint {
  background: linear-gradient(180deg, #fbeeec 0%, var(--branco) 100%);
}
.eyebrow {
  font-family: var(--font-label);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--terracota);
  margin: 0 0 0.9rem;
}
.section-title {
  font-size: clamp(1.8rem, 4.6vw, 2.9rem);
  max-width: 20ch;
}
.section-title--center {
  margin-inline: auto;
  text-align: center;
}
.lead {
  font-size: clamp(1.05rem, 2.4vw, 1.22rem);
  color: var(--text-soft);
  max-width: 60ch;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-inline: auto;
}

/* filete decorativo */
.filete {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 1rem auto 1.6rem;
  color: var(--rose-gold);
}
.filete::before,
.filete::after {
  content: "";
  height: 1px;
  width: clamp(40px, 12vw, 90px);
  background: linear-gradient(90deg, transparent, var(--rose-gold));
}
.filete::after {
  background: linear-gradient(90deg, var(--rose-gold), transparent);
}
.filete span {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--rose-gold);
  border-radius: 2px;
}

/* ---------- Botões ---------- */
.btn {
  --_pad-y: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--font-label);
  font-weight: 700;
  font-size: clamp(0.95rem, 2.2vw, 1.06rem);
  line-height: 1.2;
  text-align: center;
  padding: var(--_pad-y) clamp(1.4rem, 4vw, 2.2rem);
  border: 0;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.25s ease;
  letter-spacing: 0.01em;
}
.btn--cta {
  color: #fff;
  background: var(--grad-cta);
  box-shadow: var(--shadow-cta);
  background-size: 140% 140%;
  background-position: 0% 50%;
}
.btn--cta:hover,
.btn--cta:focus-visible {
  background: var(--grad-cta-hover);
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}
.btn--cta:active {
  transform: translateY(0);
}
.btn--lg {
  --_pad-y: 1.15rem;
  font-size: clamp(1rem, 2.6vw, 1.16rem);
  width: 100%;
  max-width: 460px;
}
.btn--block {
  width: 100%;
}
.btn__price {
  font-weight: 600;
  opacity: 0.92;
  font-size: 0.92em;
}
.btn svg {
  width: 1.2em;
  height: 1.2em;
  flex: none;
}
.btn__arrow {
  transition: transform 0.2s ease;
}
.btn--cta:hover .btn__arrow {
  transform: translateX(4px);
}
.btn-note {
  font-size: 0.82rem;
  color: var(--text-soft);
  margin-top: 0.7rem;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  padding-block: 1rem;
}
.site-header.is-scrolled {
  background: rgba(251, 247, 243, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0 2px 18px rgba(92, 42, 40, 0.08);
  padding-block: 0.55rem;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--vinho);
}
.brand img {
  width: 34px;
  height: 34px;
}
.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--vinho);
}
.brand__name small {
  display: block;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracota);
  margin-top: 3px;
}
.header-cta {
  padding-block: 0.7rem;
}
.header-cta.btn {
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .header-cta {
    display: none;
  }
}

/* ---------- Hero ---------- */
.hero {
  padding-top: clamp(2.4rem, 7vw, 4.2rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background:
    radial-gradient(1200px 500px at 80% -10%, #f7dedb 0%, transparent 60%),
    linear-gradient(180deg, #fbeeec 0%, var(--branco) 70%);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}
.hero__logo {
  height: clamp(48px, 7vw, 64px);
  width: auto;
  margin-bottom: clamp(1.1rem, 3vw, 1.7rem);
  display: block;
}
.hero__title {
  font-size: clamp(2.1rem, 6vw, 3.7rem);
  margin-bottom: 0.7rem;
}
.hero__title em {
  font-style: normal;
  color: var(--rose-antigo);
}
.hero__sub {
  font-size: clamp(1.02rem, 2.5vw, 1.2rem);
  color: var(--text-soft);
  max-width: 46ch;
  margin-bottom: 1.6rem;
}
.hero__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  margin-top: 1.6rem;
  padding: 0;
  list-style: none;
}
.hero__badges li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mocha);
}
.hero__badges svg {
  width: 17px;
  height: 17px;
  color: var(--terracota);
  flex: none;
}
.hero__media {
  position: relative;
}
.hero__photo {
  border-radius: var(--r-card);
  box-shadow: var(--shadow-md);
  border: 4px solid #fff;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.hero__mockup {
  position: absolute;
  width: 44%;
  right: -4%;
  bottom: -8%;
  filter: drop-shadow(0 16px 30px rgba(92, 42, 40, 0.3));
  transform: rotate(3deg);
}
@media (max-width: 560px) {
  .hero__mockup {
    width: 40%;
    right: -2%;
    bottom: -6%;
  }
}

/* ---------- Selo "por médica" flutuante ---------- */
.hero__seal {
  position: absolute;
  top: 5%;
  left: -3%;
  background: rgba(251, 247, 243, 0.95);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 0.5rem 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--vinho);
  box-shadow: var(--shadow-sm);
}
.hero__seal svg {
  width: 16px;
  height: 16px;
  color: var(--terracota);
}

/* ---------- Dor ---------- */
.pain__text p {
  font-size: clamp(1.05rem, 2.5vw, 1.22rem);
}
.pain__punch {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.6vw, 2rem);
  color: var(--vinho);
  border-left: 4px solid var(--rose-nude);
  padding-left: 1.2rem;
  margin-top: 1.6rem;
  max-width: 34ch;
}

/* ---------- Protocolo (5 camadas) ---------- */
.protocol {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.protocol__step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.3rem 1rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.protocol__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2rem;
  color: var(--terracota);
  line-height: 1;
  margin: 0 auto 0.5rem;
}
.protocol__step h4 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
}
.protocol__step p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-soft);
}

/* ---------- Solução ---------- */
.solution__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .solution__grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
.solution__mockup img {
  border-radius: var(--r-card);
  box-shadow: var(--shadow-md);
}
.check-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}
.check-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  font-size: 1.02rem;
}
.check-list svg {
  flex: none;
  width: 22px;
  height: 22px;
  color: var(--terracota);
  margin-top: 2px;
}

/* ---------- Autora ---------- */
.author__grid {
  display: grid;
  gap: clamp(1.8rem, 5vw, 3.2rem);
  align-items: center;
}
@media (min-width: 820px) {
  .author__grid {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
.author__photo {
  border-radius: var(--r-card);
  box-shadow: var(--shadow-md);
  border: 5px solid #fff;
}
.author__creds {
  list-style: none;
  padding: 0;
  margin: 1.3rem 0 0;
  display: grid;
  gap: 0.7rem;
}
.author__creds li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.96rem;
}
.author__creds svg {
  flex: none;
  width: 20px;
  height: 20px;
  color: var(--rose-gold);
  margin-top: 2px;
}
.author__ig {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.4rem;
  font-weight: 600;
  color: var(--terracota);
}
.author__ig svg {
  width: 20px;
  height: 20px;
}

/* ---------- Capítulos ---------- */
.chapters {
  display: grid;
  gap: 1rem;
  margin-top: 2.6rem;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
}
.chapter {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.3rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.chapter:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.chapter__n {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--rose-antigo);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.chapter h4 {
  font-size: 1.02rem;
  margin: 0 0 0.35rem;
  color: var(--cacau);
}
.chapter p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-soft);
}

/* ---------- Prova / números ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin: 0 auto 2.2rem;
  max-width: 780px;
}
.stat {
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.3rem 1rem;
  box-shadow: var(--shadow-sm);
}
.stat__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  color: var(--vinho);
  line-height: 1;
}
.stat__label {
  font-size: 0.82rem;
  color: var(--text-soft);
  margin-top: 0.4rem;
}
.brand-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  max-width: 760px;
  margin: 0 auto;
}
.brand-pills span {
  background: var(--blush);
  color: var(--vinho);
  border-radius: var(--r-pill);
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
}
.proof-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-soft);
  margin-top: 1.4rem;
  max-width: 56ch;
  margin-inline: auto;
}

/* ---------- Para quem é / não é ---------- */
.forwhom {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}
@media (min-width: 780px) {
  .forwhom {
    grid-template-columns: 1fr 1fr;
  }
}
.forwhom__card {
  border-radius: var(--r-card);
  padding: clamp(1.5rem, 4vw, 2.2rem);
  box-shadow: var(--shadow-sm);
}
.forwhom__card--yes {
  background: linear-gradient(180deg, #fff, #fdf3f1);
  border: 1px solid var(--rose-nude);
}
.forwhom__card--no {
  background: var(--creme);
  border: 1px solid var(--line);
}
.forwhom__card h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
}
.forwhom__card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}
.forwhom__card li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.96rem;
}
.forwhom__card svg {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.forwhom__card--yes svg {
  color: var(--terracota);
}
.forwhom__card--no svg {
  color: var(--mocha);
}

/* ---------- Oferta ---------- */
.offer {
  background:
    linear-gradient(180deg, rgba(92, 42, 40, 0.05), rgba(92, 42, 40, 0.02)),
    var(--bg-alt);
}
.offer__card {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin-inline: auto;
  background: #fff;
  border-radius: calc(var(--r-card) + 6px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  text-align: center;
  padding: clamp(1.8rem, 5vw, 3rem);
}
.offer__glitter {
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  background: url("../img/textura-glitter.webp") center/cover;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent);
  mask-image: linear-gradient(180deg, #000, transparent);
  pointer-events: none;
}
.offer__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--vinho);
  color: #fff;
  border-radius: var(--r-pill);
  padding: 0.4rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.offer__badge svg {
  width: 15px;
  height: 15px;
}
.offer__from {
  color: var(--text-soft);
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
.offer__price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 9vw, 4rem);
  color: var(--vinho);
  line-height: 1;
  margin: 0.2rem 0 0.3rem;
}
.offer__cond {
  font-size: 0.9rem;
  color: var(--text-soft);
  margin-bottom: 1.4rem;
}
.offer__stack {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.6rem;
  max-width: 400px;
  display: grid;
  gap: 0.7rem;
  text-align: left;
}
.offer__stack li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.95rem;
}
.offer__stack svg {
  flex: none;
  width: 20px;
  height: 20px;
  color: var(--terracota);
  margin-top: 2px;
}
.offer .btn--lg {
  margin-inline: auto;
}

/* ---------- Garantia ---------- */
.guarantee {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  max-width: 700px;
  margin-inline: auto;
  background: #fff;
  border: 1px dashed var(--rose-antigo);
  border-radius: var(--r-card);
  padding: clamp(1.4rem, 4vw, 2rem);
  box-shadow: var(--shadow-sm);
}
.guarantee__icon {
  flex: none;
  width: 66px;
  height: 66px;
  border-radius: var(--r-pill);
  background: var(--blush);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vinho);
}
.guarantee__icon svg {
  width: 34px;
  height: 34px;
}
.guarantee h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.guarantee p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text-soft);
}
@media (max-width: 520px) {
  .guarantee {
    flex-direction: column;
    text-align: center;
  }
}

/* ---------- FAQ ---------- */
.faq {
  max-width: 760px;
  margin: 2.4rem auto 0;
  display: grid;
  gap: 0.8rem;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 0 1.3rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 0;
  font-weight: 600;
  color: var(--vinho);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 1.02rem;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--terracota);
  transition: transform 0.2s ease;
  line-height: 1;
}
.faq details[open] summary::after {
  transform: rotate(45deg);
}
.faq details p {
  margin: 0 0 1.2rem;
  color: var(--text-soft);
  font-size: 0.96rem;
}

/* ---------- Fechamento ---------- */
.closing {
  text-align: center;
  background:
    radial-gradient(800px 380px at 50% 120%, #f6d9d6 0%, transparent 60%),
    var(--bg-alt);
}
.closing__title {
  font-size: clamp(1.9rem, 5vw, 3rem);
  max-width: 22ch;
  margin-inline: auto;
}
.closing__diva {
  color: var(--rose-antigo);
  font-style: italic;
}

/* ---------- Rodapé ---------- */
.site-footer {
  background: var(--cacau);
  color: #e9ded4;
  padding-block: clamp(2.4rem, 6vw, 3.4rem);
  font-size: 0.86rem;
}
.site-footer a {
  color: var(--rose-nude);
}
.footer-grid {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 720px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
  }
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
.footer-crm {
  color: var(--rose-nude);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.footer-disclaimer {
  color: #c9bcaf;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 0.8rem;
  max-width: 62ch;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
.footer-legal {
  border-top: 1px solid rgba(233, 222, 212, 0.15);
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  color: #b7a99b;
  font-size: 0.78rem;
}

/* ---------- Sticky CTA (mobile) ---------- */
/* Barra inferior flutuante (modelo Elaine Marques, paleta Gargiulo):
   pílula creme fosca envolvendo a logo + botão com seta em círculo. */
.bottom-bar {
  position: fixed;
  right: clamp(16px, 2vw, 32px);
  bottom: clamp(16px, 2vw, 28px);
  left: auto;
  z-index: 60;
  opacity: 0;
  transform: translateX(130%);
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease;
  will-change: transform, opacity;
}
.bottom-bar.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.bottom-bar__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px 10px 22px;
  border-radius: var(--r-pill);
  background: rgba(251, 247, 243, 0.85);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-md);
}
.bottom-bar__brand {
  display: flex;
  align-items: center;
}
.bottom-bar__brand img {
  width: clamp(104px, 8vw, 132px);
  height: auto;
  display: block;
}
.bottom-bar__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 22px 8px 8px;
  border-radius: var(--r-pill);
  background: linear-gradient(180deg, var(--terracota) 0%, var(--vinho) 100%);
  color: #fff;
  font-family: var(--font-label);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: var(--shadow-cta);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.bottom-bar__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}
.bottom-bar__cta-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--vinho);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.bottom-bar__cta-icon svg {
  animation: arrowMove 2.3s ease infinite;
}
@keyframes arrowMove {
  0% { transform: translate(0, 0); }
  25% { transform: translate(2px, -2px); }
  50% { transform: translate(0, 0); }
  75% { transform: translate(1px, -1px); }
  100% { transform: translate(0, 0); }
}
@media (max-width: 640px) {
  .bottom-bar {
    right: 12px;
    left: 12px;
    bottom: 12px;
  }
  .bottom-bar__inner {
    justify-content: space-between;
    padding: 8px 8px 8px 16px;
  }
  .bottom-bar__brand {
    display: none;
  }
  .bottom-bar__cta {
    flex: 1;
    justify-content: center;
    padding: 10px 16px;
  }
  .bottom-bar__cta-text {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bottom-bar {
    transform: none;
    transition: opacity 0.3s ease;
  }
  .bottom-bar.is-visible {
    transform: none;
  }
  .bottom-bar__cta-icon svg {
    animation: none;
  }
}

/* ---------- Banner de consentimento (LGPD) ---------- */
.consent {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 60;
  max-width: 520px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-md);
  padding: 1.2rem 1.3rem;
}
.consent p {
  margin: 0 0 0.9rem;
  font-size: 0.86rem;
  color: var(--text-soft);
}
.consent a {
  color: var(--terracota);
  text-decoration: underline;
}
.consent__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.consent .btn {
  padding-block: 0.7rem;
  font-size: 0.9rem;
}
.btn--ghost {
  background: transparent;
  color: var(--vinho);
  border: 1px solid var(--line);
}
.btn--ghost:hover {
  background: var(--creme);
}

/* ---------- Exit pop-up ---------- */
.popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(74, 58, 46, 0.55);
  backdrop-filter: blur(3px);
}
.popup__box {
  position: relative;
  width: 100%;
  max-width: 560px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
    url("../img/textura-glitter.webp") center/cover;
  border-radius: calc(var(--r-card) + 4px);
  box-shadow: var(--shadow-md);
  padding: clamp(1.6rem, 5vw, 2.4rem);
  text-align: center;
}
.popup__close {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--cacau);
  cursor: pointer;
}
.popup__selo {
  display: inline-block;
  background: var(--terracota);
  color: #fff;
  border-radius: var(--r-pill);
  padding: 0.4rem 1.1rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.popup__title {
  font-size: clamp(1.6rem, 5vw, 2.3rem);
  margin-bottom: 0.6rem;
}
.popup__text {
  color: var(--text-soft);
  font-size: 0.98rem;
  margin-bottom: 0.4rem;
}
.popup__price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 2.8rem);
  color: var(--vinho);
  margin: 0.2rem 0 1rem;
}
.popup__lock {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  text-align: left;
  background: rgba(239, 207, 205, 0.5);
  border-radius: var(--r-sm);
  padding: 0.9rem 1rem;
  margin-bottom: 1.3rem;
  font-size: 0.86rem;
  color: var(--cacau);
}
.popup__lock svg {
  flex: none;
  width: 26px;
  height: 26px;
  color: var(--vinho);
}
.popup__dismiss {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 0.82rem;
  color: var(--mocha);
  text-decoration: underline;
  background: none;
  border: 0;
  cursor: pointer;
}

/* ---------- Reveal ---------- */
[data-reveal],
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  will-change: opacity, transform;
}
[data-reveal].is-in,
.reveal-item.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  [data-reveal],
  .reveal-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .btn,
  .chapter {
    transition: none;
  }
}

/* ---------- utilitário: esconder ---------- */
[hidden] {
  display: none !important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Classes de apoio ---------- */
.author__crm {
  margin-top: 1rem;
  color: var(--terracota);
  font-size: 0.95rem;
}
.offer__title {
  font-size: clamp(1.6rem, 4.4vw, 2.4rem);
}
.forwhom__note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-soft);
}

/* ---------- Carrossel infinito de feedbacks (marquee) ---------- */
.feedback-marquee {
  margin-top: 2.6rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.feedback-track {
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
  display: flex;
  gap: 18px;
  width: max-content;
  animation: feedbackScroll 60s linear infinite;
}
.feedback-marquee:hover .feedback-track {
  animation-play-state: paused;
}
.feedback-item {
  flex: 0 0 auto;
  width: 264px;
  height: 468px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  background: #fff;
}
.feedback-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feedback-item--placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.6rem;
  border: 2px dashed var(--rose-antigo);
  background: var(--creme);
  color: var(--mocha);
}
.feedback-item--placeholder svg {
  width: 42px;
  height: 42px;
  color: var(--rose-antigo);
  margin: 0 auto 0.8rem;
  display: block;
}
.feedback-item--placeholder b {
  font-family: var(--font-display);
  color: var(--vinho);
  font-size: 1.05rem;
  display: block;
  margin-bottom: 0.35rem;
}
.feedback-item--placeholder span {
  font-size: 0.82rem;
  line-height: 1.5;
}
@keyframes feedbackScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.feedback-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-soft);
  margin-top: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .feedback-track {
    animation: none;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
  }
}
