/* ============================================================
   FOLIPRO — Advertorial
   Cores e tipografia. Ajuste as variáveis abaixo se quiser.
   ============================================================ */
:root {
  --brand: #ffd426;        /* amarelo Folipro (botões) */
  --brand-dark: #e5b800;   /* hover do botão */
  --accent: #b98c1a;       /* dourado p/ destaques no título */
  --ink: #1d1d1f;          /* texto */
  --ink-soft: #4a4a4a;
  --muted: #8a8a8a;
  --line: #e6e6e6;
  --bg-soft: #f5f5f5;
  --header-bg: #111111;
  --card-border: #f2667a;  /* borda do card do produto (igual referência) */
  --max: 740px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink);
  background: #fff;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 18px; }

/* ---------- Header ---------- */
header.topbar {
  background: var(--header-bg);
  color: #fff;
  padding: 10px 0 14px;
  text-align: center;
}
header.topbar .tag {
  margin: 0 0 4px;
  font-size: 13px;
  color: #999;
  letter-spacing: .02em;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
.logo .mark {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 2px solid currentColor;
  position: relative;
}
.logo .mark::after {
  content: "";
  position: absolute; inset: 6px;
  border-radius: 50%;
  background: currentColor;
}
.logo .word { display: flex; flex-direction: column; align-items: flex-start; }
.logo .word b {
  font-size: 28px;
  letter-spacing: .12em;
  font-weight: 800;
}
.logo .word small {
  font-size: 9px;
  letter-spacing: .38em;
  font-weight: 600;
  margin-top: 3px;
  opacity: .85;
}
.logo.dark { color: var(--ink); }
.logo.small .mark { width: 20px; height: 20px; }
.logo.small .mark::after { inset: 4px; }
.logo.small .word b { font-size: 21px; }
.logo.small .word small { font-size: 7px; }

/* ---------- Título ---------- */
.headline-wrap { padding: 26px 0 8px; }
h1 {
  font-size: 34px;
  line-height: 1.22;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
h1 .hl { color: var(--accent); }
.headline-wrap hr { border: 0; border-top: 1px solid var(--line); margin: 14px 0 12px; }
.meta { font-size: 16px; color: var(--muted); margin: 0; }
.meta strong { color: var(--ink-soft); font-weight: 600; }

/* ---------- Conteúdo ---------- */
.content p { margin: 0 0 22px; }
.content p.lead .initial {
  float: left;
  font-size: 64px;
  line-height: .8;
  font-weight: 800;
  margin: 8px 10px 0 0;
  color: var(--accent);
}
.content h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  margin: 36px 0 16px;
  text-transform: uppercase;
}
.content h3 .n {
  color: var(--accent);
  margin-right: 6px;
}
.content .big-b {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}
.content ul.check {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.content ul.check li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
}
.content ul.check li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--brand);
  color: #111;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.quote {
  border-left: 4px solid var(--brand);
  background: #fffbe6;
  padding: 14px 18px;
  margin: 0 0 24px;
  font-style: italic;
}

/* Figuras (mesma lógica dos "cards" clicáveis da referência) */
.figure {
  display: block;
  margin: 26px auto;
  text-decoration: none;
  color: inherit;
}
.figure .frame {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  background: #f3f3f3;
  display: block;
  width: 100%;
}
.figure.narrow { max-width: 420px; }
.figure img { width: 100%; }
.figure .caption, .caption {
  display: block;
  font-size: 15px;
  font-style: italic;
  color: var(--muted);
  margin-top: 8px;
  padding: 0 6px;
}
.figure-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin: 26px 0;
}
.figure-row .figure { margin: 0; flex: 1 1 0; }

.divisor {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  margin: 34px 0;
}

/* CTA inline no meio do texto */
.cta-inline {
  text-align: center;
  margin: 8px 0 30px;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-radius: 8px;
  padding: 18px 28px;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  transition: transform .12s ease, background .12s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.14);
}
.btn-brand { background: var(--brand); color: #111; }
.btn-brand:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-dark { background: #111; color: var(--brand); }
.btn-dark:hover { background: #000; transform: translateY(-1px); }
.btn i { margin-left: 8px; font-style: normal; }

/* ---------- Card do produto (banner final) ---------- */
#Product { padding: 10px 0 60px; }
.card_product {
  position: relative;
  border: 2px solid var(--card-border);
  padding: 34px 26px 30px;
  background: #fff;
}
.card_product .arrow {
  position: absolute;
  top: -70px;
  width: 60px;
}
.card_product .arrow_left { left: 4px; }
.card_product .arrow_right { right: 4px; }
.card_product .row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.card_product .col { flex: 1 1 0; }
.card_product .col.img { text-align: center; }
.card_product .productLogo { margin: 0 auto 10px; justify-content: center; }
.card_product .prod-img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
}
.card_product .p_product {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: #111;
  text-align: center;
  margin: 0 0 22px;
}
.card_product .btn { width: 100%; }
.card_product .micro {
  text-align: center;
  font-size: 14px;
  color: var(--muted);
  margin: 14px 0 0;
}
.pre-cta { margin-bottom: 84px !important; }

/* ---------- Botão flutuante ---------- */
.static-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fff;
  padding: 10px 16px;
  box-shadow: 0 -4px 18px rgba(0,0,0,.15);
  z-index: 50;
  transition: transform .3s ease, opacity .3s ease;
}
.static-cta .btn { width: 100%; max-width: 520px; display: block; margin: 0 auto; }
.m-invisible { transform: translateY(110%); opacity: 0; pointer-events: none; }
.m-visible { transform: translateY(0); opacity: 1; }

/* ---------- Footer ---------- */
footer.footer {
  background: var(--bg-soft);
  padding: 44px 0 110px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}
footer .inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  opacity: .55;
}
footer .inner .logo { flex: 0 0 auto; margin-top: 2px; }
footer .footerText { max-width: 620px; }
footer .footerText p { margin: 0 0 14px; }
footer a.terms { color: inherit; text-decoration: underline; }
footer .payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
footer .payment-methods span {
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #666;
}

/* ---------- Responsivo ---------- */
@media (max-width: 720px) {
  body { font-size: 18px; }
  h1 { font-size: 27px; }
  .content h3 { font-size: 21px; }
  .content .big-b { font-size: 20px; }
  .card_product { padding: 26px 16px 24px; }
  .card_product .row { flex-direction: column; }
  .card_product .p_product { font-size: 24px; }
  .card_product .arrow { width: 44px; top: -56px; }
  .figure-row { flex-direction: column; align-items: center; }
  .figure-row .figure { width: 100%; max-width: 420px; }
  footer .inner { flex-direction: column; }
  .btn { padding: 16px 20px; font-size: 16px; }
}
