/* ============================================================
   LEGADO 21 — LP com CRO completo
   ============================================================ */
:root {
  --white:       #FFFFFF;
  --stone:       #F2F5FA;
  --stone-dark:  #E6EBF3;
  --border:      #DCE3ED;
  --accent:      #0C5CBD;
  --accent-dark: #00285D;
  --accent-lt:   #5B9DE0;
  --accent-bg:   rgba(12,92,189,.08);
  --text:        #14203A;
  --text-2:      #43506A;
  --text-3:      #7C879A;
  --red:         #C0392B;
  --red-bg:      rgba(192,57,43,.08);
  --font:        'Ubuntu', system-ui, sans-serif;
  --r:           6px;
  --max:         1140px;
  --g:           clamp(20px,5vw,64px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.l21-container { max-width: var(--max); margin: 0 auto; padding: 0 var(--g); }

/* EYEBROW */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; letter-spacing: 3px;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.eyebrow::before { content:''; width:20px; height:1px; background:var(--accent); flex-shrink:0; }
.eyebrow--light { color: var(--accent-lt); }
.eyebrow--light::before { background: var(--accent-lt); }

/* BUTTONS */
.btn-accent {
  display: inline-block; background: var(--accent); color: #fff;
  font-family: var(--font); font-weight: 700; font-size: 15px;
  padding: 15px 36px; border-radius: var(--r); border: none; cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(12,92,189,.28); }

.btn-outline {
  display: inline-block; background: transparent; color: var(--accent);
  font-family: var(--font); font-weight: 700; font-size: 14px;
  padding: 13px 28px; border-radius: var(--r); border: 2px solid var(--accent); cursor: pointer;
  transition: background .2s, color .2s; white-space: nowrap;
}
.btn-outline:hover { background: var(--accent); color: #fff; }

.btn-cta {
  display: inline-block; background: var(--accent); color: #fff;
  font-family: var(--font); font-weight: 700; font-size: 17px;
  padding: 19px 52px; border-radius: var(--r); border: none; cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-cta:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 8px 28px rgba(12,92,189,.32); }

/* ============================================================ TOPO — MARCA DA CORRETORA */
.brand-nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.brand-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-logo-img {
  height: 46px;
  width: auto;
  display: block;
}
.brand-partner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-3);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 7px 16px;
  background: var(--stone);
}
.brand-partner strong {
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
}

/* ============================================================ HERO */
.l21-hero { position: relative; min-height: 100vh; display: flex; align-items: stretch; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(4,11,22,.90) 0%, rgba(4,11,22,.74) 55%, rgba(4,11,22,.40) 100%); }
.hero-body {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto; padding: 80px var(--g);
  display: grid; grid-template-columns: 1fr 460px; gap: 56px; align-items: center; width: 100%;
}
.hero-tag { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-lt); margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.hero-tag::before { content:''; width:20px; height:1px; background:var(--accent-lt); }
.hero-left h1 { font-size: clamp(34px,4vw,54px); font-weight: 700; line-height: 1.1; letter-spacing: -.025em; color: #fff; margin-bottom: 22px; }
.hero-left h1 em { font-style: italic; font-weight: 300; color: var(--accent-lt); }
.hero-desc { font-size: 17px; line-height: 1.72; color: rgba(255,255,255,.68); margin-bottom: 28px; max-width: 500px; }
.hero-checks { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 40px; }
.hero-checks li { font-size: 15px; color: rgba(255,255,255,.88); display: flex; align-items: center; gap: 11px; }
.hero-checks li::before { content:''; width:20px; height:20px; flex-shrink:0; border-radius:50%; background:var(--accent); background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10l4 4 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.hero-stats { display: flex; align-items: center; gap: 24px; }
.stat { display: flex; flex-direction: column; gap: 3px; }
.stat strong { font-size: 20px; font-weight: 700; color: #fff; }
.stat span { font-size: 11px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: 1px; }
.stat-sep { width: 1px; height: 34px; background: rgba(255,255,255,.15); }

/* FORM */
.form-wrap { background: var(--white); border-radius: 14px; padding: 24px 24px; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.form-tag { display: inline-block; background: var(--accent-bg); color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-bottom: 6px; }
.form-wrap h2 { font-size: 19px; font-weight: 700; margin-bottom: 2px; line-height: 1.2; }
.form-sub { font-size: 12px; color: var(--text-3); margin-bottom: 14px; }
form { display: flex; flex-direction: column; gap: 9px; }
.field { display: flex; flex-direction: column; gap: 4px; }
.field label { font-size: 11px; font-weight: 500; color: var(--text-2); letter-spacing: .02em; }
.field input, .field select { background: var(--stone); border: 1.5px solid var(--border); border-radius: var(--r); padding: 9px 12px; font-family: var(--font); font-size: 13px; color: var(--text); transition: border-color .2s; outline: none; -webkit-appearance: none; appearance: none; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px; cursor: pointer; }
.field input:focus, .field select:focus { border-color: var(--accent); background: #fff; }
.field input.error, .field select.error { border-color: var(--red); }
.ferr { font-size: 11px; color: var(--red); min-height: 14px; }
.btn-submit { background: var(--accent); color: #fff; font-family: var(--font); font-weight: 700; font-size: 15px; padding: 13px; border: none; border-radius: var(--r); cursor: pointer; width: 100%; margin-top: 2px; transition: background .2s, transform .15s; }
.btn-submit:hover { background: var(--accent-dark); transform: translateY(-1px); }
.form-privacy { font-size: 11px; color: var(--text-3); text-align: center; margin-top: 5px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.form-privacy svg { width: 13px; height: 13px; flex-shrink: 0; }
.form-success { text-align: center; padding: 16px 0; }
.form-success svg { width: 52px; height: 52px; margin: 0 auto 14px; }
.form-success h3 { font-size: 20px; font-weight: 700; color: var(--accent); margin-bottom: 8px; }
.form-success p { font-size: 14px; color: var(--text-2); line-height: 1.65; }

/* ============================================================ CAMPO DIT */
.field-label-dit {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-2);
  letter-spacing: .02em;
  display: block;
  margin-bottom: 5px;
}

.radio-group {
  display: flex;
  gap: 10px;
}

.radio-opt {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  background: var(--stone);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  cursor: pointer;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-2);
  transition: border-color .2s, background .2s, color .2s;
  user-select: none;
}

.radio-opt:hover {
  border-color: var(--accent-lt);
  background: var(--accent-bg);
}

.radio-opt input[type="radio"] {
  display: none;
}

.radio-opt::before {
  content: '';
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--white);
  transition: border-color .2s, background .2s;
}

.radio-opt.selected::before {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: inset 0 0 0 3px var(--white);
}

.radio-opt.selected {
  border-color: var(--accent);
  background: var(--accent-bg);
  color: var(--accent);
  font-weight: 700;
}

/* ============================================================ NÚMEROS */
.section-numbers { background: var(--accent); padding: 40px 0; }
.numbers-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.number-item { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 180px; }
.number-item strong { font-size: clamp(22px,2.5vw,32px); font-weight: 700; color: #fff; line-height: 1; }
.number-item span { font-size: 13px; color: rgba(255,255,255,.72); line-height: 1.5; }
.number-sep { width: 1px; height: 56px; background: rgba(255,255,255,.2); flex-shrink: 0; }

/* ============================================================ PROBLEMA */
.section-problem { background: var(--white); padding: clamp(72px,8vw,110px) 0; border-top: 1px solid var(--border); }
.problem-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(48px,6vw,90px); align-items: center; }
.problem-img { border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; box-shadow: 0 20px 56px rgba(0,0,0,.10); }
.problem-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.problem-body h2 { font-size: clamp(24px,3vw,36px); font-weight: 700; line-height: 1.2; margin-bottom: 14px; }
.body-lead { font-size: 16px; color: var(--text-2); line-height: 1.75; margin-bottom: 32px; }
.pain-list { display: flex; flex-direction: column; gap: 22px; }
.pain-item { display: flex; gap: 14px; align-items: flex-start; }
.pain-icon { width: 28px; height: 28px; flex-shrink: 0; margin-top: 2px; }
.pain-icon svg { width: 100%; height: 100%; }
.pain-item strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 4px; color: var(--text); }
.pain-item p { font-size: 14px; color: var(--text-2); line-height: 1.68; }

/* ============================================================ SOLUÇÃO */
.section-solution { background: var(--stone); padding: clamp(72px,8vw,110px) 0; border-top: 1px solid var(--border); }
.solution-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(48px,6vw,90px); align-items: center; }
.solution-body h2 { font-size: clamp(24px,3vw,36px); font-weight: 700; line-height: 1.2; margin-bottom: 14px; }
.sol-items { display: flex; flex-direction: column; gap: 20px; margin: 28px 0 36px; }
.sol-item { display: flex; gap: 14px; align-items: flex-start; }
.sol-check { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.sol-check svg { width: 16px; height: 16px; }
.sol-item strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.sol-item p { font-size: 14px; color: var(--text-2); line-height: 1.65; }
.solution-img { border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; position: relative; box-shadow: 0 20px 56px rgba(0,0,0,.10); }
.solution-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.sol-badge { position: absolute; bottom: 20px; left: 20px; background: var(--white); border-radius: 10px; padding: 14px 20px; box-shadow: 0 8px 28px rgba(0,0,0,.12); }
.sol-badge strong { display: block; font-size: 26px; font-weight: 700; color: var(--accent); line-height: 1; }
.sol-badge strong span { font-size: 14px; font-weight: 400; }
.sol-badge > span { font-size: 11px; color: var(--text-3); text-transform: uppercase; letter-spacing: 1px; }

/* ============================================================ AUDIENCE */
.section-audience { background: var(--white); padding: clamp(72px,8vw,110px) 0; border-top: 1px solid var(--border); }
.audience-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.audience-header h2 { font-size: clamp(24px,3vw,36px); font-weight: 700; line-height: 1.2; max-width: 520px; }
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.aud-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: var(--white); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.aud-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.10); }
.aud-img { height: 200px; background-size: cover; background-position: center top; background-color: var(--stone-dark); }
.aud-body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.aud-body h3 { font-size: 16px; font-weight: 700; }
.aud-body p { font-size: 13px; color: var(--text-2); line-height: 1.65; flex: 1; }
.aud-risk { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--red); background: var(--red-bg); padding: 3px 10px; border-radius: 20px; margin-top: 4px; align-self: flex-start; }

/* ============================================================ COMPARAÇÃO */
.section-compare { background: var(--stone); padding: clamp(72px,8vw,110px) 0; border-top: 1px solid var(--border); }
.compare-header { text-align: center; max-width: 660px; margin: 0 auto 44px; }
.compare-header h2 { font-size: clamp(24px,3vw,36px); font-weight: 700; line-height: 1.2; margin-bottom: 10px; }
.compare-header p { font-size: 16px; color: var(--text-2); }
.compare-wrap { display: flex; flex-direction: column; gap: 24px; max-width: 860px; margin: 0 auto; }
.compare-table { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--white); max-width: 100%; width: 100%; border-collapse: collapse; border-spacing: 0; }
.compare-head, .compare-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr; padding: 0; align-items: stretch; gap: 0; }
.compare-head th, .compare-row td { padding: 14px 18px; min-width: 0; overflow-wrap: break-word; font-weight: inherit; text-align: inherit; border-right: 1px solid var(--border); }
.compare-head th:last-child, .compare-row td:last-child { border-right: none; }
.compare-head { background: var(--stone-dark); border-bottom: 1px solid var(--border); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.compare-row { border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text-2); transition: background .15s; }
.compare-row:last-child { border-bottom: none; }
.compare-row:hover { background: var(--stone); }
.col-bad { color: var(--text-3); text-align: center; }
.col-good { color: var(--accent); text-align: center; }
.val-bad { text-align: center; color: var(--text-3); font-size: 13px; }
.val-good { text-align: center; color: var(--accent); font-weight: 700; font-size: 13px; }
.compare-footnote { font-size: 12px; color: var(--text-3); line-height: 1.6; text-align: center; }

/* Tabela comparativa — empilhada em telas estreitas para não apertar as 3 colunas */
@media (max-width: 780px) {
  .compare-head { display: none; }
  .compare-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px;
  }
  .compare-row td { padding: 0; text-align: left; border-right: none; }
  .compare-row td:first-child { font-weight: 700; color: var(--text); font-size: 13px; }
  .val-bad, .val-good { text-align: left; }
  .compare-row td::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-3);
    margin-bottom: 3px;
  }
  .compare-row td:first-child::before { content: none; }
}
.compare-cta { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 32px 28px; display: flex; flex-direction: column; gap: 20px; }
.compare-cta p { font-size: 16px; font-weight: 500; line-height: 1.6; color: var(--text); }

/* ============================================================ COMO FUNCIONA */
.section-how { background: var(--white); padding: clamp(72px,8vw,110px) 0; border-top: 1px solid var(--border); }
.section-how h2 { font-size: clamp(24px,3vw,36px); font-weight: 700; line-height: 1.2; margin-bottom: 48px; max-width: 480px; }
.how-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; gap: 0; margin-bottom: 48px; }
.how-step { padding: 0 12px; }
.how-n { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--accent); background: var(--accent-bg); border-radius: 4px; padding: 4px 10px; margin-bottom: 14px; }
.how-step h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.how-step p { font-size: 13px; color: var(--text-2); line-height: 1.68; }
.how-arrow { font-size: 24px; color: var(--border); padding: 0 4px; padding-top: 10px; align-self: flex-start; }
.how-cta { text-align: center; }

/* ============================================================ CTA FINAL */
.section-cta { position: relative; padding: clamp(80px,10vw,130px) 0; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.cta-overlay { position: absolute; inset: 0; background: rgba(4,11,22,.88); }
.cta-inner { position: relative; z-index: 1; text-align: center; max-width: 640px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(28px,3.5vw,44px); font-weight: 700; line-height: 1.15; color: #fff; margin-bottom: 16px; }
.cta-inner p { font-size: 16px; color: rgba(255,255,255,.62); margin-bottom: 36px; line-height: 1.7; }
.cta-note { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 14px; }

/* ============================================================ FOOTER */
.l21-footer { background: #0A1830; padding: 36px var(--g) 24px; }
.footer-inner { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.footer-info { font-size: 12px; color: rgba(255,255,255,.28); max-width: 520px; line-height: 1.65; }
.footer-contact { display: flex; flex-direction: column; gap: 4px; text-align: right; flex-shrink: 0; }
.footer-contact p { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.75); }
.footer-contact a { font-size: 16px; font-weight: 700; color: var(--accent-lt); transition: opacity .2s; }
.footer-contact a:hover { opacity: .75; }
.footer-small { font-size: 11px; color: rgba(255,255,255,.28); font-weight: 400; }
.footer-disclaimer { max-width: var(--max); margin: 18px auto 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10.5px; color: rgba(255,255,255,.22); line-height: 1.6; text-align: center; }

/* ============================================================ RESPONSIVE */
@media (max-width: 1060px) {
  .hero-body { grid-template-columns: 1fr; }
  .form-wrap { max-width: 520px; }
  .problem-layout, .solution-layout { grid-template-columns: 1fr; }
  .problem-img, .solution-img { aspect-ratio: 16/9; }
  .solution-img { order: -1; }
  .audience-grid { grid-template-columns: repeat(2,1fr); }
  .how-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .how-arrow { display: none; }
}
@media (max-width: 640px) {
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid { gap: 16px; }
  .number-sep { display: none; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .stat-sep { display: none; }
  .how-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-contact { text-align: center; }
  .audience-header { flex-direction: column; align-items: flex-start; }
  .brand-nav-inner { justify-content: center; text-align: center; }
  .brand-logo { align-items: center; }
  .brand-logo-img { height: 38px; }
  .radio-group { flex-direction: column; }
}
@media (max-width: 400px) {
  .audience-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
  html { scroll-behavior: auto; }
}

/* Fallback de cor por card — caso a foto não carregue */
.aud-card:nth-child(1) .aud-img { background-color: #2C3E50; }
.aud-card:nth-child(2) .aud-img { background-color: #2E4A3E; }
.aud-card:nth-child(3) .aud-img { background-color: #3D3530; }
.aud-card:nth-child(4) .aud-img { background-color: #2A3040; }

.aud-img--svg { height: 200px; overflow: hidden; background: #3D3530; }
.aud-img--svg svg { width: 100%; height: 100%; display: block; }

/* ============================================================
   WHATSAPP FLUTUANTE
   ============================================================ */
.whatsapp-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px 12px 12px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(37,211,102,.40);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
  white-space: nowrap;
}
.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,.50);
}
.whatsapp-btn svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
/* Pulso de atenção */
.whatsapp-btn::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50px;
  background: rgba(37,211,102,.25);
  animation: wapulse 2.2s ease-out infinite;
  z-index: -1;
}
@keyframes wapulse {
  0%   { transform: scale(1); opacity: .7; }
  70%  { transform: scale(1.12); opacity: 0; }
  100% { transform: scale(1.12); opacity: 0; }
}
@media (max-width: 520px) {
  .whatsapp-btn span { display: none; }
  .whatsapp-btn { padding: 12px; border-radius: 50%; }
  .whatsapp-btn::before { border-radius: 50%; }
}

/* ============================================================
   MELHORIAS CRO — refinamentos visuais
   ============================================================ */

/* Formulário — borda de destaque para chamar mais atenção */
.form-wrap {
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(135deg, var(--accent-lt), var(--accent));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* Botão submit — tamanho maior, mais contraste */
.btn-submit {
  font-size: 15px;
  padding: 14px;
  letter-spacing: .02em;
  position: relative;
  overflow: hidden;
}
.btn-submit::after {
  content: '→';
  margin-left: 8px;
  transition: transform .2s;
  display: inline-block;
}
.btn-submit:hover::after { transform: translateX(4px); }

/* Hero — formulário com leve sombra colorida para destacar */
.hero-right .form-wrap {
  box-shadow: 0 32px 80px rgba(0,0,0,.28), 0 0 0 1px rgba(91,157,224,.3);
}

/* Números — 4 itens com melhor proporção */
.numbers-grid { justify-content: center; }
.number-item { text-align: center; align-items: center; max-width: 220px; }
.number-sep { height: 48px; }

/* Seção problema — foto com borda sutil */
.problem-img {
  box-shadow: 0 20px 56px rgba(0,0,0,.12), 0 0 0 1px var(--border);
}

/* Pain items — tornar os X vermelhos mais impactantes */
.pain-item strong { font-size: 16px; }

/* Urgência — faixa de urgência no topo da página */
.urgency-bar {
  background: #0A1830;
  color: rgba(255,255,255,.85);
  text-align: center;
  padding: 10px var(--g);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}
.urgency-bar em { color: var(--accent-lt); font-style: normal; font-weight: 700; }

/* Seção como funciona — step numbers maiores */
.how-n {
  font-size: 13px;
  padding: 5px 12px;
}
.how-step h4 { font-size: 16px; }

/* CTA final — botão ainda maior */
.btn-cta {
  font-size: 17px;
  padding: 20px 48px;
  box-shadow: 0 4px 24px rgba(12,92,189,.3);
}
.btn-cta:hover { box-shadow: 0 8px 32px rgba(12,92,189,.45); }

/* Seção comparação — cta card mais impactante */
.compare-cta {
  border-top: 3px solid var(--accent);
}
.compare-cta p { font-size: 17px; font-weight: 600; line-height: 1.55; }
.compare-cta .btn-accent { white-space: nowrap; width: 100%; text-align: center; font-size: 14px; padding: 15px 20px; }

/* Footer — pequeno refinamento */
.l21-footer { border-top: 1px solid rgba(255,255,255,.06); }