/* =====================================================================
   Reaproximação com Clareza — landing page
   ===================================================================== */

:root {
  --ink: #152825;
  --green: #195C4D;
  --green-hover: #124739;
  --ivory: #F6F4EF;
  --paper: #FBFAF6;
  --sand: #EDE8DD;
  --line: #DCD5C7;
  --gold: #C19C53;
  --gold-deep: #9A7735;
  --text: #1C2926;
  --muted: #4B5854;
  --on-dark: #F6F4EF;
  --on-dark-body: #D6DCD8;
  --on-dark-muted: #AEB9B4;
  --dark-line: rgba(246, 244, 239, .14);

  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --container: 1160px;
  --gutter: clamp(20px, 5vw, 40px);
  --section-y: clamp(64px, 9vw, 112px);
  --radius: 10px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
p { text-wrap: pretty; }
a { color: inherit; }
button { font: inherit; }

::selection { background: rgba(193, 156, 83, .35); color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}
.section--dark :focus-visible,
.footer :focus-visible,
.buybar :focus-visible,
.lightbox :focus-visible { outline-color: var(--gold); }
#amostra:focus { outline: none; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { top: 16px; }

.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-left: max(var(--gutter), env(safe-area-inset-left));
  padding-right: max(var(--gutter), env(safe-area-inset-right));
}

.br-desk { display: none; }

/* ---------- Tipografia ---------- */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green);
}
.eyebrow__rule {
  flex: none;
  width: 32px;
  height: 2px;
  background: var(--gold);
}

.h2 {
  margin: 0 0 .6em;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 1.4rem + 2.4vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -.018em;
  color: var(--ink);
  text-wrap: balance;
}
.h2--center { text-align: center; margin-inline: auto; max-width: 20em; }
.section--dark .h2 { color: var(--on-dark); }
.h2__soft { display: block; font-style: italic; color: var(--gold); }

.lead {
  margin: 0 0 28px;
  max-width: 32em;
  font-size: clamp(1.08rem, 1rem + .3vw, 1.2rem);
  line-height: 1.55;
  color: var(--muted);
}
.section--dark .lead { color: var(--on-dark-body); }
.lead--center { margin-inline: auto; text-align: center; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .005em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px); }

.btn--primary {
  background: var(--green);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 14px 30px -16px rgba(18, 71, 57, .85);
}
.btn--primary:hover { background: var(--green-hover); }

.btn--gold {
  background: var(--gold);
  color: var(--ink);
}
.btn--gold:hover { background: #CDAA63; }

.btn--lg { min-height: 60px; padding: 16px 28px; font-size: 1.06rem; }
.btn--block { width: 100%; }

.btn__icon {
  flex: none;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}
.btn--primary .btn__icon { color: var(--gold); }
.btn:hover .btn__icon { transform: translateX(3px); }

/* ---------- Seções ---------- */
.section {
  position: relative;
  padding-block: var(--section-y);
}
.section--dark {
  background: var(--ink);
  color: var(--on-dark-body);
}

/* ---------- 1. Primeira dobra ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(36px, 6vw, 88px) clamp(44px, 7vw, 96px);
  background:
    radial-gradient(60% 70% at 82% 45%, #EEE9DE 0%, rgba(238, 233, 222, 0) 70%),
    var(--ivory);
}

.hero__rings {
  position: absolute;
  right: -220px;
  bottom: -240px;
  width: 560px;
  height: 560px;
  color: var(--gold);
  opacity: .22;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  gap: 36px;
  align-items: center;
}

.hero__copy { max-width: 640px; }

.hero__title {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.5rem, 1.3rem + 4.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.024em;
  color: var(--ink);
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  color: var(--green);
}

.hero__sub {
  margin: 0 0 14px;
  max-width: 33em;
  font-size: clamp(1.1rem, 1rem + .4vw, 1.26rem);
  line-height: 1.5;
  color: var(--text);
}

.hero__support {
  margin: 0 0 28px;
  max-width: 34em;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--muted);
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9rem;
  line-height: 1.4;
  color: var(--muted);
}
.assurances li { display: inline-flex; align-items: center; gap: 6px; }
.assurances svg {
  flex: none;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: .96rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 6px;
}
.text-link:hover { color: var(--green); }
.text-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__media {
  display: flex;
  justify-content: center;
}
.hero__img {
  width: 100%;
  max-width: 440px;
}

@media (max-width: 599px) {
  .hero__actions .btn { width: 100%; }
}

@media (max-width: 480px) {
  .hero__img { max-width: 88%; }
}

@media (min-width: 960px) {
  .br-desk { display: inline; }
  .hero__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 40px;
  }
  .hero__title { font-size: clamp(3.3rem, 1rem + 3.5vw, 4rem); }
  .hero__media { justify-content: flex-end; }
  .hero__img {
    width: 116%;
    max-width: 640px;
    margin-right: -6%;
  }
  .hero__rings {
    right: -200px;
    top: 50%;
    bottom: auto;
    width: 780px;
    height: 780px;
    transform: translateY(-50%);
    opacity: .26;
  }
}

/* ---------- 2. Reconhecimento ---------- */
.split {
  display: grid;
  gap: 8px;
}
.prose p {
  margin: 0 0 1em;
  max-width: 36em;
}

.mistakes {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 18px 20px;
  list-style: none;
  border: 1px solid var(--dark-line);
  border-radius: 12px;
  background: rgba(246, 244, 239, .04);
}
.mistakes li {
  position: relative;
  padding-left: 30px;
  line-height: 1.45;
  color: var(--on-dark);
}
.mistakes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(193, 156, 83, .14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 8l8 8M16 8l-8 8' fill='none' stroke='%23C19C53' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}

.decisions__intro {
  margin-top: 1.8em !important;
  font-weight: 600;
  color: var(--on-dark);
}

.decisions {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--dark-line);
}
.decisions li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--dark-line);
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--on-dark);
}
.decisions__n {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
  line-height: 1;
  color: var(--gold);
}

.highlight {
  margin: 0;
  max-width: 24em;
  padding-left: 22px;
  border-left: 2px solid var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.15rem + 1.1vw, 1.9rem);
  line-height: 1.28;
  color: var(--on-dark);
  text-wrap: balance;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 72px;
    align-items: center;
  }
  .split__head .h2 { font-size: clamp(2.6rem, 1.2rem + 2.4vw, 3.3rem); }
}

/* ---------- 3. Conteúdo e valor ---------- */
.pillars {
  display: grid;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}
.pillar {
  position: relative;
  padding: 24px 0 28px;
  border-top: 1px solid var(--line);
}
.pillar::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--gold);
}
.pillar__n {
  display: block;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  color: var(--gold-deep);
  font-variant-numeric: lining-nums;
}
.pillar__title {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.34rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  text-wrap: balance;
}
.pillar p {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 30px;
  width: fit-content;
  max-width: 100%;
  margin: 36px auto 0;
  padding: 16px 26px;
  list-style: none;
  background: var(--sand);
  border-radius: 999px;
  font-size: .95rem;
  line-height: 1.4;
  color: var(--muted);
}
.facts li { display: inline-flex; align-items: center; gap: 10px; }
.facts li::before {
  content: "";
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.facts strong { color: var(--ink); font-weight: 600; }

@media (max-width: 639px) {
  .facts {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-radius: 14px;
  }
}

@media (min-width: 640px) {
  .pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
  }
}

@media (min-width: 1080px) {
  .pillars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 32px;
  }
}

/* ---------- Páginas reais ---------- */
.page {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: none;
  cursor: zoom-in;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}

.page__sheet {
  position: relative;
  display: block;
  border-radius: 4px;
  box-shadow: 0 34px 60px -28px rgba(0, 0, 0, .6), 0 2px 8px rgba(0, 0, 0, .18);
  transition: transform .25s ease;
}
.page__sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 4px;
  background: #E4DFD3;
  transform: translate(10px, 8px) rotate(2deg);
  box-shadow: 0 20px 40px -24px rgba(0, 0, 0, .5);
}
.page__sheet img {
  width: 100%;
  border-radius: 4px;
  background: var(--ivory);
}
.page__button:hover .page__sheet { transform: translateY(-4px); }

.page__zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(21, 40, 37, .92);
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .55);
}
.page__zoom svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.page__caption {
  margin-top: 18px;
  font-size: .92rem;
  text-align: center;
  color: var(--on-dark-muted);
}

/* ---------- Listas com check ---------- */
.ticks {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ticks li {
  position: relative;
  padding-left: 32px;
  line-height: 1.45;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .08em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E1ECE7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l3.8 3.8L18 8' fill='none' stroke='%23195C4D' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.ticks--dark li { color: var(--on-dark); }
.ticks--dark li::before {
  background-color: rgba(193, 156, 83, .16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l3.8 3.8L18 8' fill='none' stroke='%23C19C53' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ---------- 4. Amostra ---------- */
.sample {
  display: grid;
  gap: 44px;
  align-items: center;
}
.sample__label {
  margin: 0 0 14px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}
.page--featured .page__button { max-width: 380px; }

@media (max-width: 599px) {
  .page__button { width: 90%; }
  .page__sheet::before { transform: translate(6px, 6px) rotate(1.4deg); }
}

@media (min-width: 900px) {
  .sample {
    grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
    gap: 80px;
  }
  .page--featured .page__button { max-width: 420px; }
}

/* ---------- 5. Plano de sete dias ---------- */
.plan {
  display: grid;
  gap: 48px;
  align-items: center;
}

.days {
  margin: 30px 0 26px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.days li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.days__label {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--green);
}
.days__text {
  font-family: var(--serif);
  font-size: clamp(1.14rem, 1.06rem + .3vw, 1.3rem);
  line-height: 1.3;
  color: var(--ink);
}

.outcomes__title {
  margin: 0 0 12px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
}
.outcomes {
  display: grid;
  gap: 10px 24px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.outcomes li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}
.outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .08em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E1ECE7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l3.8 3.8L18 8' fill='none' stroke='%23195C4D' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
@media (min-width: 560px) {
  .outcomes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.note {
  margin: 0;
  padding: 18px 22px;
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
}

.page--plan .page__button { max-width: 320px; }
.page--plan .page__sheet { box-shadow: 0 30px 50px -28px rgba(21, 40, 37, .55), 0 2px 8px rgba(21, 40, 37, .14); }
.page--plan .page__sheet::before { background: #E6E0D3; }

@media (min-width: 900px) {
  .plan {
    grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
    gap: 80px;
  }
  .page--plan .page__button { max-width: 380px; }
}

/* ---------- 6. Oferta ---------- */
.offer { overflow: hidden; }

.offer__rings {
  position: absolute;
  left: -280px;
  bottom: -320px;
  width: 720px;
  height: 720px;
  color: var(--gold);
  opacity: .16;
  pointer-events: none;
}

.offer__head {
  position: relative;
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}
.offer__head .lead { margin-bottom: 0; }

.offer-card {
  position: relative;
  display: grid;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: var(--paper);
  color: var(--text);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .65);
}

.offer-card__includes,
.offer-card__buy { padding: clamp(24px, 4.2vw, 44px); }

.offer-card__buy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--sand);
  border-top: 1px solid var(--line);
}

.product {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.product__cover {
  flex: none;
  width: 60px;
  border-radius: 3px;
  box-shadow: 0 12px 22px -10px rgba(21, 40, 37, .6);
}
.product__name {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}
.product__meta {
  margin: 2px 0 0;
  font-size: .9rem;
  color: var(--muted);
}

.offer-card__title {
  margin: 0 0 16px;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
}

.offer-card__hook {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.3;
  color: var(--green);
}

.price {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  font-family: var(--serif);
  line-height: 1;
  color: var(--ink);
}
.price__currency {
  margin-top: .5em;
  font-size: 1.45rem;
  font-weight: 500;
}
.price__value {
  font-size: clamp(3.4rem, 2.8rem + 2vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -.025em;
}
.price__cond {
  margin: 10px 0 22px;
  font-size: 1rem;
  color: var(--muted);
}

.micro {
  margin: 14px 0 0;
  font-size: .86rem;
  line-height: 1.5;
  color: var(--muted);
}

@media (min-width: 820px) {
  .offer-card { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
  .offer-card__buy { border-top: 0; border-left: 1px solid var(--line); }
}

/* ---------- 7. FAQ ---------- */
.faq {
  display: grid;
  gap: 16px;
}
.faq__title { margin-bottom: .4em; }

.faq__list { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  list-style: none;
  cursor: pointer;
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  -webkit-tap-highlight-color: transparent;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::marker { content: ""; }
.faq__item summary:hover { color: var(--green); }

.faq__icon {
  position: relative;
  flex: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background-color .2s ease, border-color .2s ease;
}
.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.8px;
  border-radius: 2px;
  background: var(--green);
  transform: translate(-50%, -50%);
  transition: transform .22s ease;
}
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__icon { background: var(--green); border-color: var(--green); }
.faq__item[open] .faq__icon::before,
.faq__item[open] .faq__icon::after { background: #fff; }
.faq__item[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }

.faq__item p {
  margin: -4px 0 22px;
  max-width: 40em;
  padding-right: 50px;
  color: var(--muted);
}

@media (max-width: 559px) {
  .faq__item p { padding-right: 0; }
}

@media (min-width: 900px) {
  .faq {
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: 72px;
    align-items: start;
  }
}

.closing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  margin-top: clamp(48px, 7vw, 80px);
  padding: 22px clamp(20px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
}
.closing__text {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--ink);
}
.closing__price {
  display: block;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--muted);
}

@media (max-width: 639px) {
  .closing { flex-direction: column; align-items: stretch; text-align: center; }
  .closing__sep { display: none; }
  .closing__price { display: block; margin-top: 2px; }
}

/* ---------- 8. Rodapé ---------- */
.footer {
  padding-block: 48px;
  background: #0F1F1C;
  color: var(--on-dark-muted);
  font-size: .9rem;
  line-height: 1.55;
}
.footer__inner {
  display: grid;
  gap: 10px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 4px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--on-dark);
}
.footer__disclaimer { margin: 0; max-width: 46em; }
.footer__info {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer a {
  color: var(--on-dark);
  text-underline-offset: 3px;
}
.footer__copy {
  margin: 6px 0 0;
  font-size: .82rem;
  color: #8E9A95;
}

/* ---------- Barra fixa (celular) ---------- */
.buybar { display: none; }

@media (max-width: 767px) {
  .footer { padding-bottom: calc(48px + 76px + env(safe-area-inset-bottom)); }

  .buybar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    background: rgba(21, 40, 37, .97);
    border-top: 1px solid rgba(193, 156, 83, .35);
    box-shadow: 0 -14px 30px -18px rgba(0, 0, 0, .55);
    transform: translateY(110%);
    visibility: hidden;
    transition: transform .28s ease, visibility 0s linear .28s;
  }
  .buybar.is-visible {
    transform: translateY(0);
    visibility: visible;
    transition: transform .28s ease, visibility 0s linear 0s;
  }
}

.buybar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
}
.buybar__price {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.15;
  color: #fff;
}
.buybar__price strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
}
.buybar__price span {
  font-size: .78rem;
  color: var(--on-dark-muted);
}
.buybar .btn {
  flex: none;
  min-height: 48px;
  padding: 12px 22px;
}

/* ---------- Modal de ampliação ---------- */
html.is-locked { overflow: hidden; }

.lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #0B1513;
  color: #fff;
}
.lightbox[open] {
  display: flex;
  flex-direction: column;
}
.lightbox::backdrop { background: rgba(8, 16, 14, .6); }

.lightbox__bar {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: calc(10px + env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) 10px max(14px, env(safe-area-inset-left));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.lightbox__title {
  min-width: 0;
  margin: 0;
  line-height: 1.25;
}
.lightbox__kicker {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.lightbox__name {
  display: block;
  margin-top: 2px;
  font-size: .92rem;
  color: #E3E7E4;
}
.lightbox__actions {
  flex: none;
  display: flex;
  gap: 8px;
}
.lightbox__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.lightbox__btn:hover { background: rgba(255, 255, 255, .12); }
.lightbox__btn--close {
  border-color: transparent;
  background: var(--ivory);
  color: var(--ink);
}
.lightbox__btn--close:hover { background: #fff; }
.lightbox__btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.lightbox.is-zoomed .zoom-plus { display: none; }

.lightbox__stage {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
}
.lightbox__img {
  flex: none;
  max-width: none;
  border-radius: 3px;
  background: var(--ivory);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .85);
  cursor: zoom-in;
}
.lightbox.is-zoomed .lightbox__stage {
  display: block;
  cursor: auto;
}
.lightbox.is-zoomed .lightbox__img {
  margin: 0 auto;
  cursor: zoom-out;
}

@media (max-width: 480px) {
  .lightbox__btn { padding: 8px 12px; }
  .lightbox__btn--zoom { width: 44px; padding: 0; justify-content: center; }
  .lightbox__btn-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .lightbox__name { font-size: .86rem; }
}

/* ---------- Movimento ---------- */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
