:root {
  --bg: #fffaf4;
  --surface: #ffffff;
  --surface-soft: #fff4ee;
  --surface-rose: #fde9ee;
  --ink: #43272d;
  --muted: #745d63;
  --wine: #7a263d;
  --wine-deep: #522232;
  --coral: #df6e68;
  --coral-dark: #c65456;
  --teal: #0f5a59;
  --teal-soft: #dbeae7;
  --gold: #c9963e;
  --gold-light: #f2d9a4;
  --line: rgba(93, 48, 59, 0.15);
  --shadow: 0 24px 65px rgba(91, 49, 57, 0.14);
  --shadow-soft: 0 12px 34px rgba(91, 49, 57, 0.1);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: var(--sans); line-height: 1.6; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
figure, p, h1, h2, h3 { margin-top: 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--wine-deep);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.sales-container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sales-container.narrow { max-width: 900px; }
.center { text-align: center; }

.sales-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 10px max(24px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid rgba(122, 38, 61, 0.11);
  background: #fffaf4;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--wine);
  background: #fff;
  font-family: var(--serif);
  font-size: 24px;
  box-shadow: 0 7px 20px rgba(122, 38, 61, 0.11);
}
.brand > span:last-child { display: grid; line-height: 1.08; }
.brand b { font-size: 14px; letter-spacing: 0.1em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; }

.header-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(122, 38, 61, 0.23);
  transition: transform 180ms ease, background 180ms ease;
}
.header-cta:hover { transform: translateY(-2px); background: var(--wine-deep); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 20px 88px;
  background:
    radial-gradient(circle at 12% 22%, rgba(223, 110, 104, 0.16), transparent 30%),
    radial-gradient(circle at 88% 35%, rgba(15, 90, 89, 0.1), transparent 25%),
    linear-gradient(180deg, #fffaf5 0%, #fff6ee 100%);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(201, 150, 62, 0.3);
  border-radius: 50%;
  pointer-events: none;
}
.hero::before { width: 260px; aspect-ratio: 1; left: -130px; top: 100px; }
.hero::after { width: 180px; aspect-ratio: 1; right: -70px; bottom: 80px; }
.hero-thread { position: absolute; inset: 0; opacity: 0.34; background-image: radial-gradient(rgba(201, 150, 62, 0.35) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000, transparent 74%); }
.hero-content { position: relative; z-index: 1; width: min(1040px, 100%); margin-inline: auto; text-align: center; }

.attention,
.section-label {
  margin-bottom: 16px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.attention::before,
.attention::after,
.section-label::before,
.section-label::after { content: "✦"; margin: 0 9px; color: var(--gold); font-size: 9px; }

h1, h2, h3 { font-family: var(--serif); line-height: 1.08; }
.hero h1 { max-width: 960px; margin: 0 auto 24px; font-size: clamp(42px, 6.1vw, 76px); letter-spacing: -0.045em; text-wrap: balance; }
.hero-lead { max-width: 790px; margin: 0 auto 36px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.72; }

.hero-product { position: relative; width: min(1040px, 100%); margin: 0 auto 34px; filter: drop-shadow(0 28px 38px rgba(91, 49, 57, 0.16)); }
.hero-product img { border-radius: 28px; }
.unique-badge {
  position: absolute;
  z-index: 2;
  top: 8%;
  right: 3%;
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 1;
  border: 5px double rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #fff;
  background: var(--wine);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.1em;
  transform: rotate(8deg);
  box-shadow: 0 16px 28px rgba(82, 34, 50, 0.27);
}

.hero-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: min(880px, 100%); margin: 0 auto 30px; text-align: left; }
.hero-checks span { padding: 14px 18px; border: 1px solid rgba(122, 38, 61, 0.12); border-radius: 14px; color: #594147; background: rgba(255, 255, 255, 0.78); font-size: 14px; font-weight: 700; box-shadow: 0 8px 22px rgba(91, 49, 57, 0.06); }

.main-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 410px);
  padding: 17px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--wine), var(--wine-deep));
  box-shadow: 0 16px 32px rgba(122, 38, 61, 0.28);
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.main-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(122, 38, 61, 0.34); }
.main-cta span { font-size: 15px; font-weight: 800; letter-spacing: 0.04em; }
.main-cta small { margin-top: 3px; color: rgba(255, 255, 255, 0.8); font-size: 11px; }
.secure { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.showcase,
.benefits,
.moments,
.foryou,
.receive,
.bonus,
.offer,
.guarantee-block,
.how,
.faq { padding: 94px 0; }

.showcase { overflow: hidden; background: var(--surface-rose); }
.showcase h2,
.benefits h2,
.moments h2,
.foryou h2,
.bonus h2,
.offer h2,
.how h2 { margin-bottom: 20px; font-size: clamp(34px, 4.7vw, 58px); letter-spacing: -0.035em; text-wrap: balance; }
.showcase-lead,
.moments-lead,
.section-lead { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.75; }

.print-format-callout {
  display: inline-grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  max-width: 600px;
  margin: 26px auto 0;
  padding: 13px 18px 13px 13px;
  border: 1px solid rgba(15, 90, 89, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(91, 49, 57, 0.08);
  text-align: left;
}
.print-format-callout strong { display: block; color: var(--teal); font-family: var(--serif); font-size: 18px; line-height: 1.25; }
.print-format-callout span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.print-format-callout .print-format-mark {
  display: grid;
  place-items: center;
  align-content: center;
  width: 48px;
  aspect-ratio: 1;
  margin: 0;
  border: 1px solid rgba(201, 150, 62, 0.55);
  border-radius: 12px;
  color: var(--wine);
  background: #fffaf2;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}
.print-format-callout .print-format-mark small { margin-top: 3px; color: var(--teal); font-family: var(--sans); font-size: 8px; letter-spacing: 0.12em; }

.carousel-shell { margin-top: 42px; }
.showcase-carousel {
  --marquee-gap: 16px;
  /* 8 pares (16 figuras) por série = 4096px; 34s ≈ 120px/s, ~3,5x o ritmo antigo. */
  --marquee-duration: 34s;
  display: grid;
  gap: 14px;
  padding: 20px 0;
  border-block: 1px solid rgba(122, 38, 61, 0.15);
  background: rgba(255, 255, 255, 0.42);
}
.showcase-marquee-row { overflow: hidden; }
.showcase-marquee-track {
  display: flex;
  gap: var(--marquee-gap);
  width: max-content;
  padding-left: var(--marquee-gap);
  animation-name: showcase-marquee-left;
  animation-duration: var(--marquee-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
}
/* O par modelo+molde fica lado a lado DENTRO da fileira, então as duas podem
   correr em sentidos opostos sem desfazer o pareamento.
   A faixa não pausa no hover/foco de propósito (decisão do usuário, 12/08). */
.showcase-marquee-track--reverse { animation-name: showcase-marquee-right; }
/* 2 séries iguais por fileira; deslocar 50% = exatamente uma série, e a série que
   sobra (4096px) cobre qualquer viewport. */
@keyframes showcase-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes showcase-marquee-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
.showcase-marquee-track figure { flex: 0 0 auto; margin: 0; width: 240px; }
.showcase-marquee-track img { width: 100%; height: auto; aspect-ratio: 210 / 297; object-fit: contain; border: 1px solid rgba(93, 48, 59, 0.13); border-radius: 12px; background: #fff; box-shadow: var(--shadow-soft); }

.benefits { background: var(--surface); }
.benefit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; margin-top: 50px; text-align: left; }
.benefit-list article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 25px 0; border-top: 1px solid var(--line); }
.benefit-list article > span { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border: 1px solid rgba(201, 150, 62, 0.5); border-radius: 50%; color: var(--wine); background: #fffaf2; font-family: var(--serif); font-size: 15px; font-weight: 800; }
.benefit-list h3 { margin: 0 0 8px; font-size: 22px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.moments { background: linear-gradient(180deg, #fff8f2, #fff); }
.moments-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.moment-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.moment-card--lead { grid-column: 1 / -1; display: grid; grid-template-columns: 1.65fr 0.75fr; align-items: center; }
.moment-card img { border-bottom: 1px solid var(--line); }
.moment-card--lead img { border-right: 1px solid var(--line); border-bottom: 0; }
.moment-card figcaption { padding: 20px; }
.moment-card figcaption span { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.moment-card figcaption b { display: block; margin: 5px 0 7px; font-family: var(--serif); font-size: 23px; line-height: 1.15; }
.moment-card figcaption p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.moments-note { max-width: 760px; margin: 32px auto 0; padding: 18px 24px; border-left: 3px solid var(--gold); color: var(--muted); background: #fff8ea; font-family: var(--serif); font-size: 20px; line-height: 1.5; text-align: center; }

.memory-band { padding: 82px 0; color: #fff; background: linear-gradient(135deg, var(--wine-deep), var(--wine)); }
.memory-band p { margin-bottom: 16px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; }
.memory-band h2 { max-width: 830px; margin: 0 auto 28px; font-size: clamp(30px, 4.5vw, 50px); letter-spacing: -0.03em; }
.main-cta--cream { color: var(--wine-deep); background: #fff7e8; box-shadow: 0 16px 32px rgba(40, 18, 25, 0.2); }
.main-cta--cream small { color: rgba(82, 34, 50, 0.72); }

.foryou { background: var(--surface-soft); }
.foryou-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 44px; text-align: left; }
.foryou-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 23px; border: 1px solid rgba(93, 48, 59, 0.12); border-radius: 18px; background: rgba(255, 255, 255, 0.8); box-shadow: 0 8px 22px rgba(91, 49, 57, 0.05); }
.foryou-grid article > span { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border-radius: 50%; color: #fff; background: var(--coral); font-size: 18px; }
.foryou-grid h3 { margin: 0 0 7px; font-size: 21px; }
.foryou-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.artisan-income { padding: 0 0 82px; background: var(--surface-soft); }
.artisan-income-card { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 28px 32px; border: 1px solid rgba(201, 150, 62, 0.38); border-radius: 22px; color: #fff; background: linear-gradient(125deg, var(--wine-deep), #683044); box-shadow: 0 20px 48px rgba(82, 34, 50, 0.18); }
.artisan-income-mark { display: grid; place-items: center; width: 70px; aspect-ratio: 1; border: 1px solid rgba(242, 217, 164, 0.48); border-radius: 50%; color: var(--gold-light); background: rgba(255, 255, 255, 0.08); font-size: 28px; }
.artisan-income-copy > p { margin-bottom: 5px; color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: 0.14em; }
.artisan-income-copy h2 { margin-bottom: 7px; color: #fff; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.025em; }
.artisan-income-copy > span { display: block; max-width: 740px; color: rgba(255, 255, 255, 0.78); font-size: 13px; line-height: 1.65; }
.artisan-income-copy small { display: block; margin-top: 7px; color: rgba(255, 255, 255, 0.52); font-size: 9px; }
.artisan-income-card > a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid rgba(242, 217, 164, 0.48); border-radius: 999px; color: var(--wine-deep); background: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: 0.06em; text-decoration: none; white-space: nowrap; transition: transform 180ms ease, background 180ms ease; }
.artisan-income-card > a:hover { background: #ffe9bd; transform: translateY(-2px); }

.receive { background: #fff; }
.receive-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 70px; align-items: center; }
.receive-figure { margin: 0; }
.receive-figure img { border-radius: 26px; box-shadow: var(--shadow); }
.receive-copy h2 { margin-bottom: 22px; font-size: clamp(34px, 4.8vw, 56px); letter-spacing: -0.04em; }
.receive-copy > p:not(.section-label) { color: var(--muted); font-size: 17px; }
.receive-list { display: grid; gap: 11px; margin: 25px 0; padding: 0; list-style: none; }
.receive-list li { position: relative; padding-left: 30px; color: #5d454b; font-size: 14px; font-weight: 600; }
.receive-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 21px; aspect-ratio: 1; border-radius: 50%; color: #fff; background: var(--teal); font-size: 11px; }
.category-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.category-chips span { padding: 7px 11px; border: 1px solid rgba(15, 90, 89, 0.2); border-radius: 999px; color: var(--teal); background: #eff7f5; font-size: 11px; font-weight: 800; }

.bonus { background: var(--surface-rose); }
.bonus-items-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 44px; }
.bonus-item-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.bonus-item-card > img { border-bottom: 1px solid var(--line); }
.bonus-item-card figcaption { position: relative; padding: 27px 22px 23px; }
.bonus-num { position: absolute; top: -20px; left: 20px; display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--wine); font-family: var(--serif); font-weight: 800; box-shadow: 0 7px 16px rgba(82, 34, 50, 0.22); }
.bonus-item-card h3 { margin: 0 0 9px; font-size: 21px; }
.bonus-item-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.offer { color: #fff; background: linear-gradient(145deg, #342127, #5a2938); }
.offer .section-label { color: var(--gold-light); }
.offer-heading { margin-bottom: 45px; }
.plans-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; align-items: start; max-width: 660px; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 24px; color: var(--ink); background: #fffaf5; box-shadow: 0 24px 60px rgba(17, 8, 11, 0.2); }
.plan-card--featured { padding: 34px; border: 3px solid var(--gold); transform: translateY(-10px); }
.plan-badge { position: absolute; top: -17px; left: 50%; padding: 8px 16px; border-radius: 999px; color: var(--wine-deep); background: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; transform: translateX(-50%); white-space: nowrap; }
.plan-head { text-align: center; }
.plan-head p { margin-bottom: 6px; color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; }
.plan-head h3 { margin: 0 0 6px; font-size: 32px; }
.plan-head span { color: var(--muted); font-size: 12px; }
.plan-mockup { margin: 20px auto; }
.plan-card--featured .plan-mockup { max-width: 430px; }
.plan-mockup img { border-radius: 18px; }
.plan-card ul { display: grid; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 24px; color: #594248; font-size: 13px; font-weight: 600; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.plan-list--complete { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px !important; }
.plan-list--complete > li:first-child { grid-column: 1 / -1; padding: 11px 14px 11px 38px; border: 1px solid rgba(15, 90, 89, 0.15); border-radius: 12px; background: var(--teal-soft); }
.plan-list--complete > li:first-child::before { left: 14px; top: 11px; }
.plan-card li.bonus-included { min-height: 74px; padding: 11px 11px 11px 36px; border: 1px solid rgba(201, 150, 62, 0.3); border-radius: 12px; background: #fffaf0; }
.plan-card li.bonus-included::before { left: 13px; top: 12px; color: var(--gold); }
.bonus-included b { display: block; color: var(--wine-deep); font-size: 12px; }
.bonus-included small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.45; }
.price { margin-top: auto; padding: 20px 0; border-top: 1px solid var(--line); text-align: center; }
.price small { display: block; color: var(--muted); font-size: 11px; }
.price strong { display: inline-flex; align-items: flex-start; font-family: var(--serif); font-size: 52px; line-height: 1; letter-spacing: -0.04em; }
.price sup { margin: 8px 5px 0 0; color: var(--coral-dark); font-family: var(--sans); font-size: 12px; letter-spacing: 0; }
.currency-note { margin: 0 0 14px; padding: 11px 15px; border: 1px solid rgba(15, 90, 89, 0.2); border-radius: 10px; color: var(--teal); background: rgba(15, 90, 89, 0.07); text-align: center; font-size: 12.5px; font-weight: 600; line-height: 1.5; }
.plan-card .main-cta { min-width: 100%; }
.offer-reassurance { display: flex; justify-content: center; gap: 28px; margin-top: 26px; color: rgba(255, 255, 255, 0.73); font-size: 12px; }

.guarantee-block { background: #fff; }
.guarantee { display: grid; grid-template-columns: 190px 1fr; gap: 38px; align-items: center; max-width: 900px; padding: 34px; border: 1px solid rgba(201, 150, 62, 0.4); border-radius: 24px; background: #fffaf0; box-shadow: var(--shadow-soft); }
.guarantee h2 { margin-bottom: 12px; font-size: clamp(30px, 4vw, 45px); }
.guarantee p:last-child { margin-bottom: 0; color: var(--muted); }

.how { background: var(--surface-soft); }
.how-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 50px; align-items: center; margin-top: 42px; }
.how-figure { margin: 0; }
.how-figure img { border-radius: 24px; box-shadow: var(--shadow); }
.how-steps { display: grid; gap: 16px; }
.how-steps article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.how-steps article > span { display: grid; place-items: center; width: 48px; aspect-ratio: 1; border-radius: 50%; color: #fff; background: var(--wine); font-family: var(--serif); font-size: 21px; font-weight: 800; }
.how-steps h3 { margin: 0 0 7px; font-size: 22px; }
.how-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin-bottom: 18px; font-size: clamp(34px, 4.7vw, 54px); letter-spacing: -0.04em; }
.faq-intro p:not(.section-label) { color: var(--muted); }
.faq-intro a { color: var(--wine); font-size: 13px; font-weight: 800; text-decoration: none; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 42px 21px 0; cursor: pointer; font-family: var(--serif); font-size: 19px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 18px; color: var(--coral-dark); font-family: var(--sans); font-size: 24px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: -5px 42px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.closing { padding: 84px 0; color: #fff; background: linear-gradient(135deg, var(--teal), #073f3f); }
.closing-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 50px; align-items: center; }
.closing p { margin-bottom: 12px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; }
.closing h2 { margin-bottom: 15px; font-size: clamp(35px, 5vw, 58px); letter-spacing: -0.04em; }
.closing div > span { color: rgba(255, 255, 255, 0.74); }
.closing-grid > div:last-child { text-align: center; }
.closing-grid > div:last-child > small { display: block; margin-top: 12px; color: rgba(255, 255, 255, 0.62); }

footer { padding: 42px 0; color: rgba(255, 255, 255, 0.75); background: #2f2025; }
.footer-grid { display: grid; grid-template-columns: 0.8fr 1.4fr 0.8fr; gap: 30px; align-items: start; font-size: 11px; }
.footer-grid b { color: #fff; letter-spacing: 0.1em; }
.footer-grid p { margin: 7px 0 0; }
.footer-grid > p:nth-child(3) { text-align: right; }
.footer-legal { grid-column: 1 / -1; margin-top: 12px !important; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.56); line-height: 1.65; text-align: center; }

.sticky-buy { display: none; }

@media (max-width: 900px) {
  .showcase,
  .benefits,
  .moments,
  .foryou,
  .receive,
  .bonus,
  .offer,
  .guarantee-block,
  .how,
  .faq { padding: 76px 0; }
  .benefit-list,
  .foryou-grid,
  .plans-grid,
  .receive-grid,
  .how-grid,
  .faq-grid,
  .closing-grid { grid-template-columns: 1fr; }
  .bonus-items-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .receive-grid,
  .how-grid,
  .faq-grid { gap: 38px; }
  .receive-figure { max-width: 620px; margin-inline: auto; }
  .faq-intro { position: static; }
  .plan-card--featured { transform: none; }
  .artisan-income-card { grid-template-columns: 64px 1fr; }
  .artisan-income-mark { width: 58px; }
  .artisan-income-card > a { grid-column: 2; justify-self: start; }
  .moment-card--lead { grid-template-columns: 1fr; }
  .moment-card--lead img { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > p:nth-child(3),
  .footer-legal { text-align: left; }
}

@media (max-width: 680px) {
  body { padding-bottom: 66px; }
  .sales-container { width: min(100% - 28px, var(--container)); }
  .sales-header { min-height: 62px; overflow: hidden; padding: 8px 14px; }
  .brand { min-width: 0; gap: 9px; }
  .brand > span:last-child { min-width: 0; }
  .brand b { display: block; overflow: hidden; max-width: 230px; white-space: nowrap; text-overflow: ellipsis; }
  .brand-mark { width: 36px; font-size: 20px; }
  .brand b { font-size: 11px; }
  .brand small { display: none; }
  .header-cta { padding: 10px 13px; font-size: 10px; }
  .hero { padding: 58px 14px 68px; }
  .hero-content { width: 100%; max-width: 100%; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(34px, 10.5vw, 46px); line-height: 1.04; letter-spacing: -0.04em; text-wrap: wrap; }
  .hero-lead { width: 100%; max-width: 100%; font-size: 16px; line-height: 1.65; text-wrap: wrap; }
  .unique-badge { width: 80px; top: -8px; right: -4px; border-width: 3px; font-size: 9px; }
  .hero-product img { border-radius: 18px; }
  .hero-checks { grid-template-columns: 1fr; gap: 8px; }
  .hero-checks span { padding: 12px 14px; font-size: 12px; }
  .main-cta { min-width: 100%; padding-inline: 18px; }
  .main-cta span { font-size: 13px; }
  .attention,
  .section-label { font-size: 10px; letter-spacing: 0.1em; }
  .attention::before,
  .attention::after,
  .section-label::before,
  .section-label::after { margin-inline: 5px; }
  .showcase h2,
  .benefits h2,
  .moments h2,
  .foryou h2,
  .bonus h2,
  .offer h2,
  .how h2 { font-size: 36px; }
  /* 16 figuras × (150 + 10) = 2560px por série; 26s ≈ 98px/s. */
  .print-format-callout { grid-template-columns: 42px minmax(0, 1fr); gap: 11px; width: 100%; padding: 11px 13px 11px 11px; }
  .print-format-callout .print-format-mark { width: 42px; }
  .print-format-callout strong { font-size: 15px; }
  .print-format-callout span { font-size: 11px; }
  .showcase-carousel { --marquee-gap: 10px; --marquee-duration: 26s; gap: 10px; padding: 14px 0; }
  .showcase-marquee-track figure { width: 150px; }
  .showcase-marquee-track img { border-radius: 9px; }
  .benefit-list,
  .foryou-grid { grid-template-columns: 1fr; }
  .benefit-list article { grid-template-columns: 42px 1fr; gap: 13px; }
  .benefit-list article > span { width: 40px; }
  .moments-grid { display: flex; gap: 14px; overflow-x: auto; width: calc(100% - 14px); margin-left: 14px; padding-right: 28px; scroll-snap-type: x mandatory; }
  .moment-card,
  .moment-card--lead { display: block; flex: 0 0 84vw; scroll-snap-align: center; }
  .moments-note { margin-inline: 14px; font-size: 17px; }
  .memory-band { padding: 65px 0; }
  .memory-band h2 { font-size: 35px; }
  .bonus-items-grid { grid-template-columns: 1fr; }
  .artisan-income { padding-bottom: 64px; }
  .artisan-income-card { grid-template-columns: 1fr; gap: 16px; padding: 24px 21px; text-align: center; }
  .artisan-income-mark { margin-inline: auto; }
  .artisan-income-card > a { grid-column: auto; justify-self: center; }
  .plan-card { padding: 23px 18px; }
  .plan-list--complete { grid-template-columns: 1fr; }
  .plan-badge { font-size: 9px; }
  .offer-reassurance { flex-direction: column; gap: 5px; align-items: center; }
  .guarantee { grid-template-columns: 1fr; gap: 20px; padding: 24px; text-align: center; }
  .guarantee img { max-width: 170px; margin-inline: auto; }
  .how-steps article { grid-template-columns: 44px 1fr; padding: 16px; }
  .how-steps article > span { width: 42px; }
  .closing { padding: 65px 0; }
  .closing h2 { font-size: 39px; }
  .sticky-buy {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px max(9px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(122, 38, 61, 0.14);
    background: rgba(255, 250, 244, 0.97);
    box-shadow: 0 -10px 28px rgba(82, 34, 50, 0.14);
    backdrop-filter: blur(16px);
  }
  .sticky-buy div { display: grid; line-height: 1.2; }
  .sticky-buy b { font-size: 12px; }
  .sticky-buy small { color: var(--muted); font-size: 10px; }
  .sticky-buy a { padding: 11px 15px; border-radius: 9px; color: #fff; background: var(--wine); font-size: 11px; font-weight: 800; text-decoration: none; }
}

@media (max-width: 430px) {
  .header-cta { display: none; }
  .brand b { max-width: calc(100vw - 78px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
