/* =============================================================================
   styles.css — base enxuta para a página de vendas
   - fontes self-hosted (Inter + Fraunces), sem CDN/runtime externo
   - tema claro v3, mobile-first, foco visível e reduced-motion respeitado
   - hero vestido para revisão; demais seções mantêm o scaffold e herdam tokens
   ========================================================================== */

:root {
  --bg: #f2f7f7;
  --bg-alt: #e9f1f2;
  --panel: #e6f0f3;
  --card: #ffffff;
  --ink: #202f3a;
  --body: #2a5f72;
  --muted: #5f7279;
  --border: #cbd6d8;
  --brand: #256172;
  --brand-hover: #1c4d5c;
  --accent: #2394c7;
  --brand-ink: #ffffff;
  --radius: 12px;
  --radius-card: 20px;
  --wrap: 1180px;
  --narrow: 680px;
  --font-head: "Fraunces", "Fraunces Fallback Georgia", "Fraunces Fallback Noto", Georgia, serif;
  --font-body: "Inter var", "Inter Fallback Arial", "Inter Fallback Roboto", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin-var.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("../fonts/fraunces-latin-700-900.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces Fallback Georgia";
  font-style: normal;
  font-weight: 600 900;
  src: local("Georgia Bold"), local("Georgia-Bold"), local("Georgia");
  size-adjust: 90.926%;
  ascent-override: 107.560%;
  descent-override: 28.045%;
  line-gap-override: 0.000%;
}

@font-face {
  font-family: "Fraunces Fallback Noto";
  font-style: normal;
  font-weight: 600 900;
  src: local("Noto Serif SemiBold"), local("NotoSerif-SemiBold"), local("Noto Serif");
  size-adjust: 94.300%;
  ascent-override: 103.712%;
  descent-override: 27.041%;
  line-gap-override: 0.000%;
}

@font-face {
  font-family: "Inter Fallback Arial";
  font-style: normal;
  font-weight: 400 700;
  src: local("Arial"), local("ArialMT"), local("Helvetica"), local("Helvetica Neue");
  size-adjust: 107.119%;
  ascent-override: 90.436%;
  descent-override: 22.518%;
  line-gap-override: 0.000%;
}

@font-face {
  font-family: "Inter Fallback Roboto";
  font-style: normal;
  font-weight: 400 700;
  src: local("Roboto"), local("Roboto Regular"), local("Roboto-Regular");
  size-adjust: 107.355%;
  ascent-override: 90.238%;
  descent-override: 22.469%;
  line-gap-override: 0.000%;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.6;
  font-size: 1.05rem;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--brand); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wrap.narrow { max-width: var(--narrow); }

h1 { font-size: 2.5rem; line-height: 1.06; margin: 0 0 .5em; }
h2 { font-size: 1.75rem; line-height: 1.2; margin: 0 0 .6em; color: var(--ink); }
p  { margin: 0 0 1em; }

@media (min-width: 760px) {
  h1 { font-size: 3.45rem; }
  h2 { font-size: 2rem; }
}

@media (min-width: 1100px) {
  h1 { font-size: 4rem; }
}

/* ---- topbar ---- */
.topbar {
  background: var(--bg-alt);
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  text-align: center;
  font-size: .9rem;
  line-height: 1.45;
  padding: 9px 16px;
}

.topbar span {
  display: inline-block;
  max-width: min(100%, 980px);
}

/* ---- hero ---- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 0 56px;
  text-align: left;
  background: var(--bg);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(35, 148, 199, .18) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .42;
}

.hero-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.hero-copy { max-width: 670px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .78rem;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 18px;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.hero h1 {
  font-family: var(--font-head);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.08;
  color: var(--ink);
  letter-spacing: -.01em;
  max-width: 11ch;
}

.hero-support {
  max-width: 630px;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
  margin: 0 0 28px;
}

.hero-support p { margin-bottom: .9em; }
.hero-support p:last-child { margin-bottom: 0; }

.trust {
  color: var(--muted);
  font-size: .92rem;
  font-weight: 500;
  margin: 14px 0 0;
}

.hero-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin: 0;
}

.hero-frame {
  background: var(--panel);
  border: 1px solid rgba(203, 214, 216, .72);
  border-radius: var(--radius-card);
  padding: 14px;
  box-shadow: 0 24px 60px rgba(32, 47, 58, .14);
}

.hero-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
}

.hero-figure figcaption {
  display: grid;
  gap: 2px;
  margin-top: 16px;
  text-align: center;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.35;
}

.hero-caption-title {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-caption-title strong {
  color: var(--accent);
  font-weight: inherit;
}

@media (min-width: 900px) {
  .hero { padding: 56px 0 64px; }
  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 54px;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .topbar {
    font-size: .78rem;
    line-height: 1.38;
    padding: 8px 12px;
  }
}

@media (max-width: 520px) {
  .hero { padding: 48px 0 44px; }
  .hero-frame { padding: 10px; border-radius: 16px; }
  .hero-frame img { border-radius: 10px; }
}

/* ---- seções ---- */
.section { padding: 48px 0; }
.section.alt { background: var(--bg-alt); }
.section.offer { text-align: center; }

/* ---- ganhos principais ---- */
.gains {
  padding: 56px 0;
}

.gains-header {
  max-width: none;
  margin: 0 0 34px;
  text-align: left;
}

.gains-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gains-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.gains h2 {
  max-width: none;
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 8vw, 2.25rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
  text-align: left;
}

.gains-header > p:not(.gains-eyebrow) {
  margin: 0;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.gains-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.gains-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
}

.gains-icon {
  width: 34px;
  height: 34px;
  margin: 0 0 22px;
  color: var(--brand);
  flex: 0 0 auto;
}

.gains-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

.gains-card p {
  margin: 0;
  color: var(--body);
  font-size: 1rem;
  line-height: 1.68;
}

@media (min-width: 720px) {
  .gains-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 980px) {
  .gains-header {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
    column-gap: 48px;
    align-items: end;
  }

  .gains-eyebrow {
    grid-column: 1;
  }

  .gains h2 {
    grid-column: 1;
    margin-bottom: 0;
  }

  .gains-header > p:not(.gains-eyebrow) {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
  }
}

@media (min-width: 1040px) {
  .gains {
    padding: 80px 0;
  }

  .gains-header {
    margin-bottom: 42px;
  }

  .gains h2 {
    font-size: 2.8rem;
  }

  .gains-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }
}

/* ---- como funciona ---- */
.howitworks {
  padding: 56px 0;
  background: var(--bg);
}

.howitworks-header {
  display: grid;
  gap: 34px;
  margin: 0 0 34px;
  text-align: left;
}

.howitworks-figure {
  margin: 0;
}

.howitworks-frame {
  width: min(100%, 520px);
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
}

.howitworks-frame img {
  width: 100%;
  border-radius: calc(var(--radius-card) - 8px);
}

.howitworks-copy {
  max-width: 640px;
}

.howitworks-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.howitworks-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.howitworks h2 {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
  text-align: left;
}

.howitworks-intro {
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.howitworks-intro p {
  margin-bottom: .9em;
}

.howitworks-intro p:last-child {
  margin-bottom: 0;
}

.howitworks-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.howitworks-step {
  min-height: 100%;
  padding: 26px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
}

.howitworks-number {
  display: block;
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: 3.25rem;
  font-weight: 600;
  line-height: .9;
  letter-spacing: 0;
  color: var(--brand);
}

.howitworks-step h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

.howitworks-step p {
  margin: 0;
  color: var(--body);
  font-size: 1rem;
  line-height: 1.68;
}

@media (min-width: 720px) {
  .howitworks-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 980px) {
  .howitworks-header {
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
    column-gap: 64px;
    align-items: center;
    margin-bottom: 46px;
  }

  .howitworks-frame {
    width: 100%;
  }
}

@media (min-width: 1040px) {
  .howitworks {
    padding: 80px 0;
  }

  .howitworks h2 {
    font-size: 2.7rem;
  }

  .howitworks-steps {
    gap: 24px;
  }
}

/* ---- o que você recebe ---- */
.receive {
  padding: 56px 0;
}

.receive-header {
  max-width: 920px;
  margin: 0 0 34px;
  text-align: left;
}

.receive-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.receive-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.receive h2 {
  max-width: 900px;
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
  text-align: left;
}

.receive-header > p:not(.receive-eyebrow) {
  max-width: 780px;
  margin: 0;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.receive-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.receive-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
}

.receive-item h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

.receive-item p {
  margin: 0;
  color: var(--body);
  font-size: 1rem;
  line-height: 1.68;
}

.receive-value {
  color: var(--brand);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.receive-summary {
  margin: 22px 0 0;
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
}

.receive-total {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
}

.receive-total strong {
  font-family: var(--font-head);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}

.receive-summary p:last-child {
  margin: 0;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

@media (min-width: 720px) {
  .receive-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: start;
    padding: 26px;
  }

  .receive-value {
    text-align: right;
  }
}

@media (min-width: 1040px) {
  .receive {
    padding: 80px 0;
  }

  .receive h2 {
    font-size: 2.7rem;
  }
}

/* ---- oferta / preço ---- */
#oferta {
  padding: 56px 0;
  background: var(--bg);
  text-align: left;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.offer-copy {
  max-width: 680px;
}

.offer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.offer-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

#oferta h2 {
  max-width: 680px;
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--ink);
  text-align: left;
}

.offer-intro {
  max-width: 640px;
  margin: 0;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.offer-card {
  width: min(100%, 560px);
  justify-self: center;
  padding: 28px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 30px 76px rgba(32, 47, 58, .16);
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 6px 10px;
  color: var(--brand);
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
}

.offer-card h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.45rem, 5vw, 1.8rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.offer-includes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-includes li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--body);
  font-size: 1rem;
  line-height: 1.45;
}

.offer-check {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--accent);
}

.offer-price {
  margin: 26px 0 20px;
  padding: 22px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.offer-price p {
  margin: 0;
}

.offer-price-old {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.2;
}

.offer-price-old s {
  text-decoration-thickness: 1px;
}

.offer-price-now {
  margin: 6px 0 8px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(3.25rem, 12vw, 4.6rem);
  font-weight: 600;
  line-height: .92;
  letter-spacing: 0;
}

.offer-installments {
  color: var(--body);
  font-size: 1rem;
  line-height: 1.35;
}

.offer-cta {
  width: 100%;
  text-align: center;
  white-space: normal;
}

.offer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.35;
}

.offer-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.offer-trust-icon {
  width: 15px;
  height: 15px;
  color: var(--brand);
  flex: 0 0 auto;
}

.offer-trust-sep {
  color: var(--muted);
}

.offer-scarcity {
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.58;
}

@media (min-width: 980px) {
  #oferta {
    padding: 80px 0;
  }

  .offer-grid {
    grid-template-columns: minmax(0, .95fr) minmax(460px, .75fr);
    gap: 64px;
    align-items: center;
  }

  .offer-card {
    justify-self: end;
  }

  #oferta h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 520px) {
  .offer-grid {
    gap: 28px;
  }

  .offer-card {
    padding: 24px 20px;
  }

  .offer-price,
  .offer-scarcity {
    text-align: center;
  }

  .offer-scarcity {
    font-size: .92rem;
    text-wrap: pretty;
  }

  .offer-cta {
    text-align: center;
  }

  .offer-trust {
    display: grid;
    justify-content: center;
    justify-items: center;
    text-align: center;
    gap: 8px;
  }

  .offer-trust-item {
    justify-content: center;
  }

  .offer-trust-sep {
    display: none;
  }
}

/* ---- garantia ---- */
.guarantee-section {
  padding: 56px 0;
  background: var(--bg-alt);
}

.guarantee-wrap {
  max-width: 900px;
}

.guarantee-card {
  padding: 28px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
  text-align: left;
}

.guarantee-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  margin: 0 0 22px;
}

.guarantee-icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  flex: 0 0 auto;
}

.guarantee-icon svg {
  width: 38px;
  height: 38px;
}

.guarantee-shield-fill {
  fill: var(--brand);
}

.guarantee-shield-check {
  fill: none;
  stroke: var(--card);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guarantee-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.guarantee-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.guarantee-card h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
}

.guarantee-copy {
  max-width: 760px;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.guarantee-copy p {
  margin: 0 0 .9em;
}

.guarantee-copy p:last-child {
  margin-bottom: 0;
}

@media (min-width: 720px) {
  .guarantee-card {
    padding: 34px;
  }

  .guarantee-heading {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1040px) {
  .guarantee-section {
    padding: 80px 0;
  }

  .guarantee-card {
    padding: 40px;
  }

  .guarantee-card h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 520px) {
  .guarantee-card {
    padding: 24px 20px;
  }

  .guarantee-icon {
    justify-self: center;
  }
}

/* ---- especialista ---- */
.especialista {
  padding: 56px 0;
  background: var(--bg);
}

.especialista-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}

.especialista-copy {
  order: 2;
  max-width: 680px;
  text-align: left;
}

.especialista-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.especialista-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.especialista h2 {
  max-width: 680px;
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
}

.especialista-text {
  max-width: 660px;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.especialista-text p {
  margin: 0 0 .9em;
}

.especialista-text p:last-child {
  margin-bottom: 0;
}

.especialista-figure {
  order: 1;
  width: min(100%, 520px);
  margin: 0;
  justify-self: center;
}

.especialista-frame {
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
}

.especialista-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: calc(var(--radius-card) - 8px);
}

@media (min-width: 980px) {
  .especialista {
    padding: 80px 0;
  }

  .especialista-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 72px;
  }

  .especialista-copy {
    order: 1;
  }

  .especialista-figure {
    order: 2;
    justify-self: end;
  }

  .especialista h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 520px) {
  .especialista-grid {
    gap: 28px;
  }

  .especialista-frame {
    padding: 10px;
    border-radius: 16px;
  }

  .especialista-frame img {
    border-radius: 10px;
  }
}

/* ---- por que agir agora ---- */
.why-now {
  padding: 56px 0;
}

.why-now-wrap {
  max-width: var(--narrow);
  margin-inline: auto;
  text-align: left;
}

.why-now-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.why-now-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.why-now h2 {
  max-width: var(--narrow);
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
}

.why-now-copy {
  max-width: 660px;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.why-now-copy p {
  margin: 0 0 .9em;
}

.why-now-copy p:last-child {
  margin-bottom: 0;
}

.why-now-question {
  color: var(--ink);
  font-weight: 600;
}

.why-now-cta {
  margin-top: 24px;
}

@media (min-width: 1040px) {
  .why-now {
    padding: 80px 0;
  }

  .why-now h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 520px) {
  .why-now-cta {
    display: flex;
    width: 100%;
  }
}

/* ---- antes e depois ---- */
.before-after {
  padding: 56px 0;
  background: var(--bg);
}

.before-after-wrap {
  display: grid;
  gap: 32px;
}

.before-after-header {
  max-width: var(--narrow);
  text-align: left;
}

.before-after-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.before-after-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.before-after h2 {
  max-width: var(--narrow);
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
}

.before-after-header > p:not(.before-after-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.before-after-grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.before-after-panel {
  min-width: 0;
  padding: 24px 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.before-after-panel--before {
  background: transparent;
  color: var(--muted);
  box-shadow: none;
}

.before-after-panel--after {
  background: var(--card);
  color: var(--body);
  box-shadow: 0 18px 44px rgba(32, 47, 58, .08);
}

.before-after h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.before-after-panel--before h3 {
  color: var(--muted);
}

.before-after-heading-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
}

.before-after-panel--before .before-after-heading-icon {
  background: transparent;
  color: var(--muted);
}

.before-after-panel--after .before-after-heading-icon {
  color: var(--brand);
}

.before-after svg {
  display: block;
}

.before-after-heading-icon svg {
  width: 22px;
  height: 22px;
}

.before-after-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.before-after-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  font-size: 1rem;
  line-height: 1.58;
}

.before-after-item-icon {
  width: 20px;
  height: 20px;
  margin-top: .2em;
}

.before-after-panel--before .before-after-item-icon {
  color: var(--muted);
}

.before-after-panel--after .before-after-item-icon {
  color: var(--brand);
}

.before-after-panel--after .before-after-list {
  color: var(--body);
}

@media (min-width: 900px) {
  .before-after-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1040px) {
  .before-after {
    padding: 80px 0;
  }

  .before-after-wrap {
    gap: 40px;
  }

  .before-after h2 {
    font-size: 2.7rem;
  }

  .before-after-grid {
    gap: 28px;
  }

  .before-after-panel {
    padding: 30px;
  }
}

@media (max-width: 520px) {
  .before-after-wrap {
    gap: 28px;
  }

  .before-after-grid {
    gap: 16px;
  }

  .before-after-panel {
    padding: 22px 20px;
  }

  .before-after h3 {
    font-size: 1.5rem;
  }
}

/* ---- FAQ ---- */
.faq-section {
  padding: 56px 0;
}

.faq-wrap {
  max-width: var(--narrow);
}

.faq-header {
  margin: 0 0 30px;
  text-align: left;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.faq-section h2 {
  max-width: var(--narrow);
  margin: 0;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 7vw, 2.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  padding: 20px 0;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  content: "";
}

.faq-item summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
  border-radius: var(--radius);
}

.faq-icon {
  width: 24px;
  height: 24px;
  color: var(--brand);
  justify-self: end;
  transition: transform .16s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 46px 22px 0;
  color: var(--body);
  font-size: 1.02rem;
  line-height: 1.72;
}

.faq-answer p {
  margin: 0;
}

@media (min-width: 1040px) {
  .faq-section {
    padding: 80px 0;
  }

  .faq-section h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 520px) {
  .faq-header {
    margin-bottom: 24px;
  }

  .faq-item summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 14px;
    min-height: 64px;
    padding: 18px 0;
  }

  .faq-icon {
    width: 22px;
    height: 22px;
  }

  .faq-answer {
    padding: 0 0 20px;
  }
}

/* ---- CTA ---- */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background: var(--brand);
  color: var(--brand-ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.15;
  padding: 16px 24px;
  border-radius: var(--radius);
  transition: background-color .14s ease, transform .14s ease;
}
.btn-cta:hover { background: var(--brand-hover); }
.btn-cta:active { transform: translateY(1px); }

@media (max-width: 520px) {
  .btn-cta {
    min-height: 46px;
    padding: 14px 8px;
    font-size: .91rem;
    line-height: 1.1;
    letter-spacing: 0;
  }
}

@media (max-width: 359px) {
  .btn-cta {
    font-size: .84rem;
  }
}

/* ---- CTA final ---- */
.final-cta {
  padding: 56px 0;
  background: var(--bg);
  text-align: center;
}

.final-cta-wrap {
  max-width: 940px;
}

.final-cta-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 24px 60px rgba(32, 47, 58, .12);
  text-align: center;
}

.final-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.final-cta-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.final-cta h2 {
  max-width: 780px;
  margin: 0 auto 20px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: clamp(1.95rem, 7vw, 2.45rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.final-cta-copy {
  max-width: 710px;
  margin: 0 auto;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.final-cta-copy p {
  margin: 0 0 .85em;
}

.final-cta-copy p:last-child {
  margin-bottom: 0;
}

.final-cta-button {
  min-height: 54px;
  margin-top: 26px;
  padding: 18px 28px;
  font-size: 1.06rem;
}

@media (min-width: 1040px) {
  .final-cta {
    padding: 88px 0;
  }

  .final-cta-card {
    padding: 58px 64px;
  }

  .final-cta h2 {
    font-size: 2.85rem;
  }
}

@media (max-width: 520px) {
  .final-cta-card {
    padding: 30px 20px;
  }

  .final-cta-button {
    display: flex;
    width: 100%;
    min-height: 46px;
    padding: 14px 8px;
    font-size: .91rem;
  }
}

@media (max-width: 359px) {
  .final-cta-button {
    font-size: .84rem;
  }
}

/* ---- CTA fixo no mobile ---- */
.sticky-cta { display: none; }
@media (max-width: 640px) {
  .sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: var(--card);
    border-top: 1px solid var(--border);
    box-shadow: 0 -14px 36px rgba(32, 47, 58, .12);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .sticky-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sticky-cta .btn-cta {
    display: flex;
    width: 100%;
    min-height: 46px;
    padding: 14px 8px;
    font-size: .91rem;
  }

  body.has-sticky-cta {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 359px) {
  .sticky-cta .btn-cta {
    font-size: .84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta {
    transition: none;
  }
}

/* ---- rodapé ---- */
.footer {
  padding: 40px 0;
  background: var(--bg-alt);
  color: var(--muted);
  border-top: 1px solid var(--border);
  font-size: .92rem;
  text-align: center;
}

.footer-wrap {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.footer-identity {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.45;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  color: var(--muted);
  line-height: 1.5;
}

.footer a {
  color: var(--brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer a:hover {
  color: var(--brand-hover);
}

.footer .legal {
  max-width: 720px;
  margin: 4px auto 0;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.6;
}

@media (max-width: 520px) {
  .footer {
    padding: 36px 0 40px;
  }

  .footer-wrap {
    gap: 12px;
  }

  .footer-identity span[aria-hidden="true"] {
    display: none;
  }

  .footer-identity {
    display: grid;
    gap: 2px;
  }

  .footer-nav {
    gap: 4px 8px;
    max-width: 300px;
  }
}

/* ---- acessibilidade ---- */
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

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

/* ---- consentimento LGPD ---- */
#ca-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
  background: var(--ink);
  color: var(--brand-ink);
  box-shadow: 0 -12px 32px rgba(32, 47, 58, .2);
  font-size: .92rem;
  line-height: 1.5;
}

#ca-consent p {
  max-width: 680px;
  margin: 0;
}

#ca-consent a {
  color: var(--brand-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#ca-consent .ca-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#ca-consent button {
  min-width: 146px;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

#ca-consent .ca-primary {
  background: var(--brand-ink);
  color: var(--ink);
}

#ca-consent .ca-secondary {
  border-color: var(--brand-ink) !important;
  background: transparent;
  color: var(--brand-ink);
}

#ca-consent.ca-consent-panel {
  top: 0;
  align-items: center;
  padding: 20px;
  background: rgba(15, 25, 31, .76);
}

.ca-consent-card {
  width: min(100%, 620px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(22px, 5vw, 34px);
  border-radius: 14px;
  background: var(--ink);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.ca-consent-card h2 {
  margin: 0 0 12px;
  color: var(--brand-ink);
  font-family: var(--font-head);
  font-size: 1.65rem;
}

.ca-consent-card > p { margin-bottom: 22px !important; }

.ca-consent-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.ca-consent-category div { display: grid; gap: 3px; }
.ca-consent-category span { font-size: .84rem; opacity: .84; }
.ca-consent-category input { width: 22px; height: 22px; accent-color: var(--accent); }
.ca-consent-card .ca-consent-actions { margin-top: 22px; }

/* ---- identificação do fornecedor ---- */
.supplier-identification {
  padding: 30px 0;
  background: var(--ink);
  color: var(--brand-ink);
}

.supplier-identification h2 { margin: 0 0 10px; color: inherit; font-size: 1.15rem; }
.supplier-identification p { margin: 3px 0; }
.supplier-identification a { color: inherit; }

.footer-consent-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ---- páginas legais ---- */
.legal-page-header {
  padding: 22px 0;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}

.legal-page-brand {
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-page-main {
  padding: 56px 0 72px;
}

.legal-page-content {
  padding: clamp(28px, 6vw, 56px);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.legal-page-content h1 {
  color: var(--ink);
  font-family: var(--font-head);
}

.legal-page-section + .legal-page-section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

@media (max-width: 520px) {
  #ca-consent {
    align-items: stretch;
    justify-content: flex-start;
  }

  #ca-consent .ca-consent-actions,
  #ca-consent button {
    width: 100%;
  }
}
