:root {
  --green: #2caa33;
  --green-dark: #1f8a28;
  --green-deep: #176b20;
  --green-soft: #e8f6e9;
  --orange: #e05a30;
  --orange-dark: #c44822;
  --orange-soft: #fff1ec;
  --text: #1a221c;
  --muted: #5a6b5e;
  --bg: #f7f5f0;
  --bg-warm: #f1ece3;
  --white: #fff;
  --border: #dce6dd;
  --shadow: 0 4px 18px rgba(26,34,28,.07);
  --radius: 16px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: min(100% - 32px, 960px); margin-inline: auto; }

/* HERO */
.hero {
  background: linear-gradient(168deg, #dff5e2 0%, #eef8ef 45%, var(--bg) 100%);
  padding: 36px 0 48px;
  text-align: center;
}
.badge-safe {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-soft);
  color: var(--green-deep);
  border: 1px solid #b8e5bc;
  border-radius: 999px;
  font-weight: 700;
  font-size: .82rem;
  padding: 8px 16px;
  margin-bottom: 18px;
}
.badge-safe svg { flex-shrink: 0; color: var(--green); }
.hero h1 {
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin-bottom: 10px;
}
.hero h1 span { color: var(--green); }
.hero .sub {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.hero .desc {
  max-width: 540px;
  margin: 0 auto 20px;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.55;
}
.hero .desc strong { color: var(--green-deep); font-weight: 800; }
.price-box {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 22px;
  box-shadow: var(--shadow);
  margin-bottom: 16px;
}
.price-old {
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 600;
  font-size: .95rem;
}
.price-new {
  color: var(--green);
  font-weight: 800;
  font-size: 1.85rem;
  letter-spacing: -.03em;
}
.entrega {
  margin-top: 12px;
  font-size: .88rem;
  color: var(--muted);
  font-weight: 600;
}

/* CTA */
.cta {
  display: inline-block;
  background: var(--orange);
  color: #fff !important;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 14px 28px;
  border-radius: 12px;
  box-shadow: 0 4px 0 var(--orange-dark), 0 6px 16px rgba(224,90,48,.28);
  transition: transform .15s, filter .15s;
  border: none;
  cursor: pointer;
  letter-spacing: -.01em;
}
.cta:hover { transform: translateY(-2px); filter: brightness(1.04); }
.cta:active { transform: translateY(1px); }
.cta-green {
  background: var(--green) !important;
  box-shadow: 0 4px 0 var(--green-deep), 0 6px 16px rgba(44,170,51,.28) !important;
}
.cta .arrow { margin-left: 4px; }

/* SECTIONS */
section { padding: 48px 0; }
.section-title {
  text-align: center;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  color: var(--text);
}
.section-sub {
  text-align: center;
  color: var(--muted);
  font-size: .98rem;
  margin-bottom: 28px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* AMOSTRA */
.amostra { background: #1a2e22; color: #fff; }
.amostra .section-title { color: #fff; }
.amostra .section-sub { color: rgba(255,255,255,.75); }
.amostra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .amostra-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .amostra-grid { grid-template-columns: 1fr; }
}
.amostra-card {
  background: #243d2e;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}
.amostra-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
}
.amostra-card .cap {
  padding: 8px 10px;
  font-size: .75rem;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  text-align: center;
}
.features-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
}
.feat { text-align: center; max-width: 110px; }
.feat-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
  color: #fff;
}
.feat-icon svg { display: block; }
.feat-text {
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  line-height: 1.3;
}

/* PROBLEMA */
.problema { background: var(--bg-warm); }
.dor-list {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}
.dor-item {
  background: var(--white);
  border: 1px solid #ebe4dc;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.dor-item .icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #faf5f3;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dor-item p {
  font-size: .95rem;
  color: #3a403c;
  line-height: 1.55;
  padding-top: 2px;
}

/* PROVA SOCIAL IG */
.prova { background: var(--bg); }
.ig-phone {
  max-width: 380px;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 28px;
  padding: 12px 10px 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.ig-header {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  padding: 8px 0 12px;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
.ig-comments { background: #f5f5f5; border-radius: 16px; padding: 6px; }
.ig-comment {
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 6px;
}
.ig-comment.highlight { border: 2px solid var(--orange); }
.ig-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #ddd;
}
.ig-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ig-user { font-weight: 800; font-size: .84rem; color: #222; margin-bottom: 2px; }
.ig-text { font-size: .88rem; color: #333; line-height: 1.4; }
.ig-meta { font-size: .72rem; color: #999; margin-top: 4px; }
.ig-footer {
  text-align: center;
  color: rgba(255,255,255,.6);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin-top: 12px;
  text-transform: uppercase;
}

/* BENEFICIOS */
.beneficios-sec { background: var(--white); }
.beneficios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}
.beneficio-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 18px;
}
.icon-wrap {
  width: 48px; height: 48px;
  background: var(--green-soft);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  margin-bottom: 12px;
}
.beneficio-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -.02em;
}
.beneficio-card p {
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.5;
}
.valor-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  margin-top: 28px;
}
.valor-box h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}
.valor-intro {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
  margin-bottom: 22px;
  max-width: 640px;
}
.valor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.valor-col h4 {
  color: var(--green-deep);
  font-size: .95rem;
  margin-bottom: 10px;
}
.valor-col ul { padding-left: 18px; list-style: disc; }
.valor-col li {
  font-size: .94rem;
  line-height: 1.55;
  margin-bottom: 8px;
  color: var(--text);
}
.center-cta { text-align: center; margin-top: 28px; }

/* MODULOS */
.recebe { background: var(--bg); }
.modulos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}
.modulo {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--green);
  border-radius: 12px;
  padding: 16px 18px;
}
.modulo h4 {
  color: var(--green-deep);
  font-size: 1rem;
  margin-bottom: 6px;
}
.modulo p {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}
.total-pages {
  text-align: center;
  margin-top: 22px;
  font-size: 1.02rem;
}
.total-pages strong { color: var(--green); }

/* PLANOS */
.planos { background: var(--bg); padding: 48px 0 56px; }
.planos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
  max-width: 780px;
  margin: 0 auto;
  align-items: stretch;
}
.plano {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  position: relative;
}
.plano-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f0f4f0;
  aspect-ratio: 4/3;
}
.plano-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plano h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--green-deep);
  letter-spacing: -.025em;
  margin-bottom: 4px;
}
.plano .preco {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--green-deep);
  letter-spacing: -.04em;
  line-height: 1;
}
.plano .preco small { font-size: 1.15rem; font-weight: 700; }
.preco-de {
  display: block;
  font-size: .9rem;
  color: #9aa59c;
  text-decoration: line-through;
  font-weight: 600;
  margin-bottom: 2px;
}
.plano-parcelas {
  font-size: .82rem;
  color: var(--muted);
  margin: 4px 0 0;
  font-weight: 600;
}
.plano-sub {
  font-size: .8rem;
  color: var(--muted);
  margin: 8px 0 14px;
  font-weight: 600;
}
.plano ul { margin: 0 0 18px; flex: 1; }
.plano ul li {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: .92rem;
  line-height: 1.4;
  border-bottom: 1px solid #eef2ef;
}
.plano ul li:last-child { border-bottom: none; }
.plano ul li strong { color: var(--green-deep); font-weight: 800; }
.plano ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 11px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232caa33' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
.plano.destaque {
  border: 2px solid var(--orange);
  box-shadow: 0 14px 40px rgba(224,90,48,.14);
  padding-top: 28px;
  background: linear-gradient(180deg, #fff9f6 0%, #fff 30%);
}
.plano.destaque .preco { color: var(--orange); }
.plano.destaque h3 { color: var(--text); }
.plano.destaque ul li::before {
  background: var(--orange-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e05a30' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
.plano .tag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(224,90,48,.3);
  z-index: 2;
}
.plano .cta {
  width: 100%;
  text-align: center;
  margin-top: auto;
  padding: 15px 18px;
}
.plano-note {
  text-align: center;
  font-size: .78rem;
  color: var(--muted);
  margin-top: 12px;
  font-weight: 600;
}
.planos-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 28px;
}
.pt-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .84rem;
  font-weight: 700;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--border);
  padding: 8px 14px;
  border-radius: 999px;
}
.pt-item svg { color: var(--green); flex-shrink: 0; }

/* PASSOS */
.passos-sec { background: var(--white); }
.passos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  max-width: 720px;
  margin: 0 auto;
}
.passo { text-align: center; padding: 16px; }
.passo .num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  font-size: 1.1rem;
}
.passo h4 { font-size: 1rem; margin-bottom: 6px; }
.passo p { font-size: .9rem; color: var(--muted); }

/* FAQ */
.faq-sec { background: var(--bg); }
.faq-list { max-width: 640px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 18px;
  font-family: inherit;
  font-size: .98rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-q::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--green);
  font-weight: 400;
}
.faq-item.open .faq-q::after { content: "−"; }
.faq-a {
  display: none;
  padding: 0 18px 16px;
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.55;
}
.faq-item.open .faq-a { display: block; }

/* OFERTA FINAL */
.oferta-final {
  background: linear-gradient(165deg, #176b20 0%, #2caa33 100%);
  color: #fff;
  text-align: center;
  padding: 52px 20px;
}
.oferta-final h2 {
  color: #fff;
  font-size: 1.55rem;
  letter-spacing: -.03em;
  margin-bottom: 12px;
}
.oferta-final p {
  color: rgba(255,255,255,.88);
  max-width: 480px;
  margin: 0 auto 22px;
  line-height: 1.55;
}
.oferta-final .cta {
  background: #ffd54f !important;
  color: #1a3d22 !important;
  box-shadow: 0 4px 0 #e0a800, 0 6px 18px rgba(0,0,0,.2) !important;
}
.oferta-final .urgencia {
  margin-top: 16px;
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  font-weight: 600;
}

/* FOOTER */
.footer {
  background: #101a14;
  color: rgba(255,255,255,.7);
  padding: 36px 0 28px;
  text-align: center;
}
.footer-seals {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.footer-seals .seal {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
}
.footer-bottom p {
  font-size: .85rem;
  line-height: 1.5;
  color: rgba(255,255,255,.55);
}


/* ===== FINAL CLEAN v10 ===== */
:root {
  --green: #00c853;
  --green-dark: #00a844;
  --green-deep: #008c38;
  --orange: #ff3d00;
  --orange-dark: #e03600;
  --yellow: #ffea00;
  --text: #0a160e;
  --muted: #2f4a38;
}

body {
  font-size: 17px;
  color: var(--text);
}

.hero {
  background: linear-gradient(180deg, #9eecc0 0%, #d4f7e4 40%, #eefaf3 100%) !important;
  padding: 28px 0 32px !important;
  text-align: center !important;
}

.hero .container {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.badge-safe {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  color: var(--green-deep) !important;
  border: 2px solid #00c853 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: .85rem !important;
  padding: 10px 18px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 4px 14px rgba(0,200,83,.18) !important;
}

.hero h1 {
  font-size: clamp(1.5rem, 5vw, 2.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  margin: 0 auto 12px !important;
  max-width: 640px !important;
  color: var(--text) !important;
}
.hero h1 span { color: var(--green) !important; }

.hero .sub {
  font-size: clamp(1rem, 2.8vw, 1.12rem) !important;
  font-weight: 700 !important;
  color: var(--muted) !important;
  max-width: 560px !important;
  margin: 0 auto 16px !important;
  line-height: 1.4 !important;
}

.hero-visual {
  max-width: 380px !important;
  width: 100% !important;
  margin: 0 auto 18px !important;
}
.hero-mock {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 32px rgba(0,80,40,.16) !important;
  border: 3px solid #fff !important;
  background: #fff !important;
}
.hero-mock img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

.price-box {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  background: #fff !important;
  border: 2px solid var(--green) !important;
  border-radius: 14px !important;
  padding: 12px 22px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 6px 20px rgba(0,200,83,.18) !important;
}
.price-old {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #8a9a8e !important;
  text-decoration: line-through !important;
}
.price-new {
  font-size: clamp(1.8rem, 5vw, 2.3rem) !important;
  font-weight: 800 !important;
  color: var(--green) !important;
  letter-spacing: -.03em !important;
  line-height: 1 !important;
}

.hero-cta-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
}

.cta {
  display: inline-block !important;
  background: var(--green) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  padding: 15px 28px !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 0 var(--green-deep), 0 10px 24px rgba(0,200,83,.32) !important;
  text-decoration: none !important;
  text-align: center !important;
  border: none !important;
}
.cta-hero {
  font-size: 1.08rem !important;
  padding: 16px 32px !important;
  max-width: 360px !important;
  width: 100% !important;
}
.cta:hover { filter: brightness(1.05); transform: translateY(-1px); }
.cta-green {
  background: var(--green) !important;
  box-shadow: 0 5px 0 var(--green-deep), 0 10px 24px rgba(0,200,83,.3) !important;
}
.plano.destaque .cta {
  background: var(--orange) !important;
  box-shadow: 0 5px 0 var(--orange-dark), 0 10px 24px rgba(255,61,0,.32) !important;
}

.entrega {
  font-size: .88rem !important;
  font-weight: 700 !important;
  color: var(--muted) !important;
  margin: 0 !important;
}

.trust-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 28px !important;
  margin-top: 18px !important;
  flex-wrap: nowrap !important;
}
.trust-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  color: #3d5c48 !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
.trust-item svg {
  color: #d4a017 !important;
  stroke: #d4a017 !important;
  flex-shrink: 0 !important;
}

/* Planos */
.plano {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 0 20px !important;
  text-align: left !important;
}
.plano .tag {
  position: absolute !important;
  top: 12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 5 !important;
  white-space: nowrap !important;
}
.plano-img {
  margin: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}
.plano-img img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: contain !important;
  display: block !important;
  background: #fff !important;
}
.plano h3,
.plano .preco-de,
.plano .preco,
.plano-sub,
.plano-parcelas,
.plano ul,
.bonus-thumbs,
.plano .cta,
.plano .plano-note {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.plano .cta {
  display: block !important;
  width: calc(100% - 36px) !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
.bonus-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}
.bonus-thumbs img {
  width: 100% !important;
  border-radius: 8px !important;
  aspect-ratio: 3/4 !important;
  object-fit: cover !important;
  object-position: top !important;
}
.plano .preco { color: var(--green) !important; }
.plano.destaque .preco { color: var(--orange) !important; }

.oferta-final {
  background: linear-gradient(160deg, #008c38 0%, #00c853 55%, #00e676 100%) !important;
}
.oferta-final .cta {
  background: var(--yellow) !important;
  color: #0a160e !important;
  box-shadow: 0 5px 0 #c9a800, 0 10px 24px rgba(0,0,0,.25) !important;
}

@media (max-width: 640px) {
  .hero-visual { max-width: 300px !important; }
  .trust-row { gap: 20px !important; }
  .plano h3, .plano .preco-de, .plano .preco, .plano-sub, .plano-parcelas, .plano ul, .bonus-thumbs, .plano .cta, .plano .plano-note {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .plano .cta { width: calc(100% - 28px) !important; }
}
