:root {
  --navy-950: #03111b;
  --navy-900: #071b2a;
  --navy-800: #0c2b3b;
  --navy-700: #123d4e;
  --teal: #16c7b7;
  --teal-dark: #0ca899;
  --lime: #b7f34a;
  --cream: #f5f7ef;
  --white: #fff;
  --ink: #112531;
  --muted: #61737c;
  --line: #dbe4e5;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(2, 23, 34, .18);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-aberto { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.pular { position: fixed; left: 12px; top: -70px; z-index: 999; padding: 12px 18px; background: var(--lime); color: var(--navy-950); border-radius: 10px; font-weight: 800; }
.pular:focus { top: 12px; }

.topo-aviso { background: var(--navy-950); color: #cfe0e2; font-size: 12px; letter-spacing: .02em; }
.topo-aviso__dentro { height: 34px; display: flex; justify-content: space-between; align-items: center; }
.topo-aviso span { display: flex; align-items: center; gap: 8px; }
.topo-aviso i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(183, 243, 74, .12); }
.topo-aviso a { color: var(--white); font-weight: 700; }

.cabecalho { position: sticky; top: 0; z-index: 100; background: rgba(245, 247, 239, .88); border-bottom: 1px solid rgba(7, 27, 42, .08); backdrop-filter: blur(18px); transition: box-shadow .25s, background .25s; }
.cabecalho.rolado { background: rgba(255, 255, 255, .96); box-shadow: 0 12px 40px rgba(3, 17, 27, .08); }
.cabecalho__dentro { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.marca { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.marca > img { width: 188px; height: 64px; object-fit: contain; object-position: left center; }
.marca__sinal { width: 42px; height: 46px; position: relative; display: grid; place-items: center; color: var(--navy-950); }
.marca__sinal::before { content: ""; position: absolute; inset: 0; background: var(--lime); clip-path: polygon(50% 0, 100% 17%, 90% 76%, 50% 100%, 10% 76%, 0 17%); }
.marca__sinal::after { content: ""; position: absolute; width: 14px; height: 14px; right: -4px; top: 2px; border-radius: 50%; background: var(--teal); border: 3px solid var(--cream); }
.marca__sinal b { position: relative; z-index: 1; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 800; }
.marca__texto { display: flex; flex-direction: column; line-height: 1; }
.marca__texto strong { font-family: Manrope, sans-serif; font-size: 20px; letter-spacing: -.04em; }
.marca__texto small { margin-top: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.menu { margin-left: auto; display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; color: #2f4651; }
.menu a { position: relative; padding-block: 26px; }
.menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--teal); transition: right .2s; }
.menu a:hover::after, .menu a[aria-current="page"]::after { right: 0; }
.menu-botao { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-botao span { display: block; height: 2px; background: var(--navy-900); margin: 5px 0; transition: .2s; }

.botao { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; border-radius: 999px; padding: 0 24px; font-weight: 800; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.botao:hover { transform: translateY(-2px); }
.botao span { font-size: 18px; }
.botao--cabecalho { color: var(--white); background: var(--navy-900); padding-inline: 21px; font-size: 13px; }
.botao--cabecalho:hover { box-shadow: 0 10px 24px rgba(7, 27, 42, .2); }
.botao--principal { min-height: 58px; color: var(--navy-950); background: var(--lime); box-shadow: 0 16px 34px rgba(183, 243, 74, .18); }
.botao--principal:hover { background: #c5fa61; box-shadow: 0 18px 42px rgba(183, 243, 74, .28); }

.hero { position: relative; min-height: 760px; padding: 80px 0 145px; overflow: hidden; background: var(--navy-900); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero::after { content: ""; position: absolute; left: -20%; right: -20%; bottom: -240px; height: 400px; border-radius: 50%; background: var(--cream); transform: rotate(-3deg); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero__orb--um { width: 520px; height: 520px; left: -350px; top: 80px; background: rgba(22, 199, 183, .16); box-shadow: 0 0 160px rgba(22, 199, 183, .24); }
.hero__orb--dois { width: 380px; height: 380px; right: -140px; top: -160px; background: rgba(183, 243, 74, .12); box-shadow: 0 0 140px rgba(183, 243, 74, .15); }
.hero__grade { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 500px; gap: 72px; align-items: start; }
.hero__conteudo { padding: 28px 0 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #d7e5e7; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow > span { width: 28px; height: 1px; background: var(--lime); }
.eyebrow--claro { color: var(--teal-dark); }
.eyebrow--escuro { color: var(--lime); }
.hero h1 { max-width: 660px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(48px, 5vw, 75px); line-height: .99; letter-spacing: -.062em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero__intro { max-width: 620px; margin: 26px 0 0; color: #c7d8db; font-size: 18px; line-height: 1.65; }
.hero__acoes { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.link-texto { color: #b7c7ca; font-size: 13px; line-height: 1.3; }
.link-texto strong { display: block; color: var(--white); margin-top: 3px; }
.hero__beneficios { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 30px 0 0; padding: 0; list-style: none; color: #d5e2e4; font-size: 13px; }
.hero__beneficios li { display: flex; align-items: center; gap: 8px; }
.hero__beneficios span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(22, 199, 183, .15); color: var(--teal); font-size: 11px; }
.prova { margin-top: 42px; display: flex; align-items: center; gap: 15px; }
.prova__rostos { display: flex; padding-left: 8px; }
.prova__rostos i, .prova__rostos b { width: 34px; height: 34px; margin-left: -8px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--navy-900); background: #285164; color: #fff; font-style: normal; font-size: 9px; }
.prova__rostos i:nth-child(2) { background: #287f79; }
.prova__rostos i:nth-child(3) { background: #6d7d3b; }
.prova__rostos b { background: var(--lime); color: var(--navy-950); }
.prova > div:last-child { display: flex; flex-direction: column; }
.prova strong { font-size: 13px; }
.prova small { margin-top: 3px; color: #9fb5b9; font-size: 11px; }

.hero__lateral { position: relative; height: auto; }
.foto-card { position: absolute; right: 0; top: 0; width: 78%; height: 605px; border-radius: 140px 24px 140px 24px; overflow: hidden; box-shadow: var(--shadow); }
.foto-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,17,27,.74), transparent 48%); }
.foto-card img { width: 100%; height: 100%; object-fit: cover; }
.foto-card__selo { position: absolute; z-index: 2; right: 22px; top: 22px; width: 122px; height: 122px; display: grid; align-content: center; justify-items: center; border-radius: 50%; background: rgba(7,27,42,.9); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); }
.foto-card__selo::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(183,243,74,.55); border-radius: 50%; }
.foto-card__selo strong { color: var(--lime); font-family: Manrope, sans-serif; font-size: 25px; }
.foto-card__selo span { margin-top: 2px; text-align: center; color: #d6e0e1; font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.foto-card__legenda { position: absolute; z-index: 2; right: 28px; bottom: 26px; display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 12px; font-weight: 700; }
.foto-card__legenda i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(183,243,74,.12); }

.form-card { position: relative; z-index: 4; width: 100%; padding: 30px; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.72); border-radius: 28px; box-shadow: 0 32px 90px rgba(1,13,22,.38); overflow: hidden; }
.form-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--teal), var(--lime)); }
.form-card__etapa { display: flex; align-items: center; gap: 8px; margin: -2px 0 22px; color: #4d6871; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.form-card__etapa span { color: var(--teal); font-size: 12px; }
.form-card__topo { display: block; margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid #e6ecec; }
.form-card__numero { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--lime); font-family: Manrope, sans-serif; font-weight: 800; font-size: 12px; }
.form-card__topo .micro { display: block; color: var(--teal-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-card h2 { margin: 3px 0 0; font-family: Manrope, sans-serif; font-size: 25px; line-height: 1.12; letter-spacing: -.04em; }
.form-card__topo p { margin: 7px 0 0; color: #6d7f86; font-size: 12px; line-height: 1.45; }
.form-card form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 14px; }
.campo { min-width: 0; }
.campo--inteiro, .botao--form, .privacidade { grid-column: 1 / -1; }
.campo label { display: block; margin: 0 0 7px 2px; color: #3f555f; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.campo label small { text-transform: none; font-weight: 500; }
.campo input, .campo select { width: 100%; height: 52px; min-width: 0; border: 1px solid #d4dfe1; border-radius: 12px; padding: 0 14px; color: var(--ink); background: #fbfcfa; outline: 0; font-size: 13px; transition: border .2s, box-shadow .2s, background .2s; }
.campo input::placeholder { color: #93a1a7; }
.campo input:focus, .campo select:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(22,199,183,.12); }
.botao--form { width: 100%; min-height: 58px; margin-top: 3px; padding-inline: 19px; border: 0; border-radius: 14px; color: var(--white); background: var(--navy-900); font-size: 14px; }
.botao--form:hover { background: var(--teal-dark); box-shadow: 0 12px 28px rgba(12,168,153,.2); }
.botao--form b { margin-left: auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy-950); }
.privacidade { margin: -3px 0 0; color: #718289; text-align: center; font-size: 10px; }
.privacidade span { color: var(--teal-dark); }
.armadilha { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.operadoras { position: relative; z-index: 8; background: var(--cream); }
.operadoras__dentro { padding: 30px 0 38px; border-bottom: 1px solid var(--line); }
.operadoras p { margin: 0 0 20px; color: #708188; text-align: center; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.operadoras__lista { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.operadoras__lista a { min-width: 0; height: 92px; padding: 10px 8px 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #dce5e6; border-radius: 15px; background: #fff; box-shadow: 0 4px 15px rgba(4,30,41,.04); transition: transform .2s, border-color .2s, box-shadow .2s; }
.operadoras__lista a:hover { transform: translateY(-4px); border-color: rgba(22,199,183,.55); box-shadow: 0 13px 28px rgba(4,30,41,.1); }
.operadoras__lista img { width: auto; max-width: 112px; height: 46px; object-fit: contain; }
.operadoras__lista span { margin-top: 2px; color: #6b7d84; font-size: 9px; font-weight: 800; }

.secao { padding: 110px 0; }
.secao__cabeca { display: grid; grid-template-columns: 1.1fr .75fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.secao__cabeca h2, .comparacao__texto h2, .especialista__conteudo h2, .faq__intro h2 { max-width: 720px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.055em; }
.secao__cabeca p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.secao__cabeca .eyebrow { margin-bottom: 17px; }
.passos { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.passo { min-height: 290px; padding: 34px 34px 38px; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.passo:last-child { border-right: 0; }
.passo:hover { background: #fff; transform: translateY(-6px); }
.passo__topo { display: flex; align-items: center; justify-content: space-between; }
.passo__icone { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--navy-900); color: var(--lime); font-size: 26px; }
.passo__topo small { color: #a3b0b4; font-family: Manrope, sans-serif; font-weight: 800; }
.passo h3 { margin: 54px 0 10px; font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.035em; }
.passo p { margin: 0; color: var(--muted); line-height: 1.65; }

.secao--comparacao { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.secao--comparacao::before { content: ""; position: absolute; width: 560px; height: 560px; right: -300px; top: -260px; border-radius: 50%; background: rgba(22,199,183,.14); box-shadow: 0 0 140px rgba(22,199,183,.12); }
.comparacao__grade { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.comparacao__texto p { margin: 24px 0 30px; color: #a9bdc1; line-height: 1.75; }
.link-seta { display: inline-flex; align-items: center; gap: 14px; color: var(--lime); font-weight: 800; border-bottom: 1px solid rgba(183,243,74,.3); padding-bottom: 8px; }
.comparador { border: 1px solid rgba(255,255,255,.13); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.03); box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.comparador > div { min-height: 70px; padding: 16px 24px; display: grid; grid-template-columns: .62fr 1.38fr; gap: 24px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.comparador > div:last-child { border-bottom: 0; }
.comparador__cabeca { background: var(--lime); color: var(--navy-950); min-height: 54px !important; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.comparador span { color: #aabdc0; font-size: 13px; }
.comparador b { font-size: 14px; }
.comparador__cabeca span { color: var(--navy-950); }

.secao--escolhas { background: #fff; }
.secao__cabeca--central { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; text-align: center; gap: 20px; }
.secao__cabeca--central .eyebrow { justify-content: center; }
.escolhas { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.escolha { position: relative; min-height: 320px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #fff; transition: background .25s, color .25s; }
.escolha:last-child { border-right: 0; }
.escolha:hover { color: #fff; background: var(--navy-900); }
.escolha__indice { color: var(--teal-dark); font-size: 11px; font-weight: 800; }
.escolha h3 { margin: 72px 0 12px; font-family: Manrope, sans-serif; font-size: 24px; line-height: 1.12; letter-spacing: -.04em; }
.escolha p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.escolha:hover p { color: #b8cacc; }
.escolha b { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.escolha b i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy-950); font-style: normal; font-size: 18px; }

.secao--especialista { background: var(--teal); }
.especialista { display: grid; grid-template-columns: .68fr 1.32fr; gap: 0; background: var(--navy-900); color: #fff; border-radius: 34px; overflow: hidden; box-shadow: 0 30px 90px rgba(4,35,42,.25); }
.especialista__painel { position: relative; padding: 55px 48px; background: var(--lime); color: var(--navy-950); overflow: hidden; }
.especialista__painel::after { content: ""; position: absolute; width: 280px; height: 280px; right: -170px; bottom: -160px; border: 1px solid rgba(7,27,42,.25); border-radius: 50%; box-shadow: 0 0 0 35px rgba(7,27,42,.05), 0 0 0 70px rgba(7,27,42,.04); }
.especialista__mini { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.numero-grande { display: flex; align-items: flex-end; gap: 15px; margin: 75px 0 45px; }
.numero-grande strong { font-family: Manrope, sans-serif; font-size: 132px; line-height: .65; letter-spacing: -.08em; }
.numero-grande span { font-size: 14px; font-weight: 800; line-height: 1.25; }
.especialista__painel p { position: relative; z-index: 1; max-width: 260px; margin: 0; line-height: 1.65; font-weight: 600; }
.especialista__conteudo { padding: 62px 64px; }
.especialista__conteudo h2 { font-size: clamp(34px, 3.5vw, 51px); }
.especialista__conteudo > p { max-width: 670px; margin: 22px 0 38px; color: #aec1c4; line-height: 1.75; }
.especialista__pontos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.especialista__pontos > div { border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; }
.especialista__pontos span { color: var(--lime); font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; }
.especialista__pontos p { margin: 25px 0 0; color: #9eb3b7; font-size: 12px; line-height: 1.5; }
.especialista__pontos strong { display: block; margin-bottom: 6px; color: #fff; font-size: 13px; }

.secao--faq { background: #fff; }
.faq__grade { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq__intro { position: sticky; top: 130px; align-self: start; }
.faq__intro h2 { font-size: clamp(36px, 3.8vw, 54px); }
.faq__intro p { margin-top: 24px; color: var(--muted); line-height: 1.75; }
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item button { width: 100%; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; color: var(--ink); background: transparent; text-align: left; font-family: Manrope, sans-serif; font-size: 17px; font-weight: 700; }
.faq__item button b { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--teal-dark); font-size: 21px; transition: transform .25s, background .25s; }
.faq__item.aberta button b { transform: rotate(45deg); background: var(--lime); color: var(--navy-950); }
.faq__resposta { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq__resposta > p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; }
.faq__item.aberta .faq__resposta { grid-template-rows: 1fr; }
.faq__item.aberta .faq__resposta > p { padding: 0 55px 25px 0; }

.cta-final { padding: 72px 0; color: #fff; background: var(--navy-900); }
.cta-final__dentro { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-final h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.05em; }
.cta-final p { margin: 12px 0 0; color: #b2c4c7; }
.cta-final .eyebrow { margin-bottom: 15px; }
.botao--claro { flex: 0 0 auto; min-height: 58px; color: var(--navy-950); background: var(--lime); }

.rodape { padding: 76px 0 20px; color: #a9babd; background: var(--navy-950); }
.rodape__grade { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.2fr; gap: 65px; }
.marca--rodape { margin-bottom: 25px; color: #fff; }
.marca--rodape > img { width: 220px; height: 92px; object-fit: contain; object-position: left center; }
.marca--rodape .marca__sinal::after { border-color: var(--navy-950); }
.marca--rodape .marca__texto small { color: #8fa5a9; }
.rodape__marca > p { max-width: 310px; line-height: 1.65; }
.rodape h3 { margin: 8px 0 23px; color: #fff; font-family: Manrope, sans-serif; font-size: 13px; }
.rodape__grade > div:not(:first-child) > a { display: block; margin-bottom: 13px; font-size: 13px; transition: color .2s, transform .2s; }
.rodape__grade > div:not(:first-child) > a:hover { color: var(--lime); transform: translateX(3px); }
.rodape__grade > div:last-child p { font-size: 12px; line-height: 1.7; }
.rodape__contato { display: block; margin-top: 9px; color: #fff; font-size: 13px; font-weight: 700; }
.rodape__base { margin-top: 64px; padding-top: 20px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.rodape__base p:last-child { max-width: 540px; text-align: right; }

.whatsapp-flutuante { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 18px; border-radius: 999px; color: #fff; background: #109d73; box-shadow: 0 14px 35px rgba(4,58,43,.28); font-size: 12px; font-weight: 800; }
.whatsapp-flutuante b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #109d73; font-size: 17px; }

/* Página de confirmação */
.obrigado { min-height: 72vh; padding: 100px 0; display: grid; place-items: center; color: #fff; background: var(--navy-900); }
.obrigado__cartao { width: min(760px, calc(100% - 40px)); padding: 65px; text-align: center; border: 1px solid rgba(255,255,255,.13); border-radius: 32px; background: rgba(255,255,255,.055); box-shadow: var(--shadow); }
.obrigado__icone { width: 78px; height: 78px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--lime); font-size: 36px; font-weight: 800; }
.obrigado h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(40px, 6vw, 68px); letter-spacing: -.055em; }
.obrigado p { max-width: 570px; margin: 22px auto 32px; color: #c4d3d5; font-size: 17px; line-height: 1.7; }
.obrigado__acoes { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.botao--linha { border-color: rgba(255,255,255,.3); color: #fff; }

@media (max-width: 1100px) {
  .menu { gap: 17px; }
  .menu a { font-size: 12px; }
  .botao--cabecalho { display: none; }
  .hero__grade { grid-template-columns: minmax(0, 1fr) 455px; gap: 38px; }
  .form-card { width: 100%; padding: 26px; }
  .foto-card { width: 74%; }
  .especialista__conteudo { padding: 52px 44px; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 720px); }
  .topo-aviso__dentro { height: 30px; }
  .cabecalho__dentro { min-height: 68px; }
  .menu-botao { display: block; }
  .menu { position: fixed; inset: 98px 0 auto; height: calc(100vh - 98px); padding: 26px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); transform: translateX(100%); transition: transform .28s; }
  .menu.aberto { transform: translateX(0); }
  .menu a { padding: 18px 0; border-bottom: 1px solid var(--line); font-family: Manrope, sans-serif; font-size: 20px; }
  .menu a::after { display: none; }
  .menu-botao[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-botao[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-botao[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 64px; padding-bottom: 150px; }
  .hero__grade { grid-template-columns: 1fr; }
  .hero__conteudo { padding-bottom: 0; }
  .hero__grade { grid-template-columns: 1fr; gap: 44px; }
  .hero__lateral { height: auto; display: block; }
  .form-card { position: relative; inset: auto; width: min(100%, 620px); margin: 0 auto; }
  .operadoras__lista { display: flex; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; padding: 4px 2px 14px; }
  .operadoras__lista a { flex: 0 0 145px; }
  .secao { padding: 82px 0; }
  .secao__cabeca, .comparacao__grade, .faq__grade { grid-template-columns: 1fr; gap: 30px; }
  .passo { padding: 28px 22px; }
  .escolhas { grid-template-columns: repeat(2, 1fr); }
  .escolha:nth-child(2) { border-right: 0; }
  .escolha:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .especialista { grid-template-columns: 1fr; }
  .especialista__painel { min-height: 360px; }
  .faq__intro { position: static; }
  .cta-final__dentro { align-items: flex-start; flex-direction: column; }
  .rodape__grade { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); }
  .topo-aviso__dentro { justify-content: center; }
  .topo-aviso a { display: none; }
  .marca > img { width: 160px; height: 58px; }
  .hero { min-height: 0; padding: 55px 0 130px; }
  .hero h1 { font-size: clamp(44px, 13.5vw, 62px); }
  .hero__intro { font-size: 16px; }
  .hero__acoes { align-items: stretch; flex-direction: column; }
  .link-texto { text-align: center; }
  .hero__beneficios { display: grid; }
  .prova { margin-top: 30px; }
  .hero__lateral { display: block; margin-top: 5px; }
  .form-card { width: 100%; margin: 0; padding: 24px 18px; border-radius: 22px; }
  .form-card h2 { font-size: 22px; }
  .form-card form { grid-template-columns: 1fr; }
  .campo--inteiro, .botao--form, .privacidade { grid-column: auto; }
  .campo input, .campo select { height: 52px; }
  .operadoras__dentro { padding-top: 18px; }
  .secao { padding: 68px 0; }
  .secao__cabeca { margin-bottom: 38px; }
  .secao__cabeca h2, .comparacao__texto h2, .especialista__conteudo h2, .faq__intro h2 { font-size: 36px; }
  .passos { grid-template-columns: 1fr; }
  .passo { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .passo:last-child { border-bottom: 0; }
  .passo h3 { margin-top: 35px; }
  .comparador > div { grid-template-columns: 1fr; gap: 5px; padding: 15px 18px; }
  .comparador__cabeca { display: none !important; }
  .escolhas { grid-template-columns: 1fr; }
  .escolha { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .escolha:last-child { border-bottom: 0; }
  .especialista__painel { min-height: 330px; padding: 40px 28px; }
  .numero-grande { margin: 65px 0 35px; }
  .numero-grande strong { font-size: 110px; }
  .especialista__conteudo { padding: 42px 27px; }
  .especialista__pontos { grid-template-columns: 1fr; }
  .especialista__pontos p { margin-top: 10px; }
  .faq__item button { font-size: 15px; }
  .cta-final { padding: 60px 0; }
  .botao--claro { width: 100%; }
  .rodape__grade { grid-template-columns: 1fr; gap: 42px; }
  .rodape__base { flex-direction: column; gap: 8px; }
  .rodape__base p:last-child { text-align: left; }
  .whatsapp-flutuante { right: 14px; bottom: 14px; }
  .obrigado__cartao { padding: 48px 22px; }
}

/* ============================================================
   TEMA COLORIDO v3 — camada de cor aplicada sobre o tema base.
   Novas cores: violeta, coral, âmbar, rosa e azul-céu, somando
   ao verde-água (teal) e ao lima que já existiam.
============================================================ */
:root {
  --violet: #7c5cff;
  --violet-dark: #5f3ff0;
  --coral: #ff6d5a;
  --amber: #ffb020;
  --pink: #ff5ca8;
  --sky: #2fb3ff;
  --grad-quente: linear-gradient(135deg, var(--teal) 0%, var(--lime) 100%);
  --grad-frio: linear-gradient(135deg, var(--violet-dark) 0%, var(--teal-dark) 100%);
  --grad-arcoiris: linear-gradient(90deg, var(--teal), var(--sky), var(--violet), var(--pink), var(--coral), var(--amber), var(--lime));
}

::selection { background: var(--lime); color: var(--navy-950); }

/* Barra do topo com gradiente */
.topo-aviso { background: linear-gradient(90deg, var(--navy-950) 0%, #231a5e 55%, #0d3550 100%); }
.topo-aviso i { background: var(--amber); box-shadow: 0 0 0 4px rgba(255, 176, 32, .18); }

/* Herói com fundo azul-índigo e brilhos coloridos */
.hero { background: linear-gradient(135deg, #071b2a 0%, #0e1e44 42%, #241660 72%, #123d4e 100%); }
.hero__orb--um { background: rgba(22, 199, 183, .2); box-shadow: 0 0 160px rgba(22, 199, 183, .3); }
.hero__orb--dois { background: rgba(255, 92, 168, .16); box-shadow: 0 0 150px rgba(124, 92, 255, .28); }
.hero h1 em {
  background: linear-gradient(90deg, var(--lime) 0%, var(--teal) 55%, var(--sky) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.hero__beneficios li:nth-child(1) span { background: rgba(22, 199, 183, .2); color: var(--teal); }
.hero__beneficios li:nth-child(2) span { background: rgba(255, 176, 32, .2); color: var(--amber); }
.hero__beneficios li:nth-child(3) span { background: rgba(255, 92, 168, .2); color: var(--pink); }
.prova__rostos i:nth-child(1) { background: var(--violet-dark); }
.prova__rostos i:nth-child(2) { background: var(--teal-dark); }
.prova__rostos i:nth-child(3) { background: #c76a1f; }

/* Botões com gradiente */
.botao--principal { background: var(--grad-quente); box-shadow: 0 16px 34px rgba(22, 199, 183, .3); }
.botao--principal:hover { background: linear-gradient(135deg, #1cd9c8 0%, #c5fa61 100%); box-shadow: 0 18px 42px rgba(183, 243, 74, .35); }
.botao--cabecalho { background: var(--grad-frio); }

/* Formulário mais vivo */
.form-card::before { height: 7px; background: var(--grad-arcoiris); }
.form-card { border-radius: 30px; box-shadow: 0 32px 90px rgba(21, 8, 60, .42); }
.form-card__etapa span { color: var(--coral); }
.form-card__topo .micro { color: var(--violet-dark); }
.campo label::before {
  content: ""; display: inline-block; width: 7px; height: 7px;
  margin-right: 7px; border-radius: 50%; vertical-align: 1px;
  background: var(--teal);
}
.form-card .campo:nth-of-type(4n+1) label::before { background: var(--teal); }
.form-card .campo:nth-of-type(4n+2) label::before { background: var(--violet); }
.form-card .campo:nth-of-type(4n+3) label::before { background: var(--coral); }
.form-card .campo:nth-of-type(4n) label::before { background: var(--amber); }
.campo input:focus, .campo select:focus { border-color: var(--violet); background: #fff; box-shadow: 0 0 0 4px rgba(124, 92, 255, .13); }
.botao--form { background: var(--grad-frio); }
.botao--form:hover { background: linear-gradient(135deg, var(--violet) 0%, var(--teal) 100%); box-shadow: 0 12px 28px rgba(124, 92, 255, .32); }
.botao--form b { background: var(--lime); }
.privacidade a { color: var(--violet-dark); font-weight: 700; text-decoration: underline; }

/* Cartões das operadoras com filete colorido */
.operadoras__lista a { border-top: 3px solid var(--teal); }
.operadoras__lista a:nth-child(2) { border-top-color: var(--sky); }
.operadoras__lista a:nth-child(3) { border-top-color: var(--violet); }
.operadoras__lista a:nth-child(4) { border-top-color: var(--pink); }
.operadoras__lista a:nth-child(5) { border-top-color: var(--coral); }
.operadoras__lista a:nth-child(6) { border-top-color: var(--amber); }
.operadoras__lista a:nth-child(7) { border-top-color: #8bc926; }
.operadoras__lista a:hover { border-color: currentColor; }

/* Seção "como funciona" com manchas de cor suaves */
.secao--metodo {
  background:
    radial-gradient(620px 320px at 6% 8%, rgba(124, 92, 255, .08), transparent 62%),
    radial-gradient(540px 300px at 96% 88%, rgba(22, 199, 183, .1), transparent 60%),
    var(--cream);
}
.eyebrow--claro { color: var(--violet-dark); }
.passo:nth-child(1) .passo__icone { background: linear-gradient(135deg, var(--teal), var(--sky)); color: #fff; }
.passo:nth-child(2) .passo__icone { background: linear-gradient(135deg, var(--violet), var(--pink)); color: #fff; }
.passo:nth-child(3) .passo__icone { background: linear-gradient(135deg, var(--coral), var(--amber)); color: #fff; }
.passo:hover { background: #fff; box-shadow: 0 18px 46px rgba(20, 15, 70, .08); }

/* Comparação: fundo índigo profundo */
.secao--comparacao { background: linear-gradient(150deg, #03111b 0%, #170f4a 78%, #241660 100%); }
.secao--comparacao::before { background: rgba(124, 92, 255, .18); box-shadow: 0 0 150px rgba(124, 92, 255, .16); }
.comparador__cabeca { background: var(--grad-quente); }
.link-seta { color: var(--lime); border-bottom-color: rgba(183, 243, 74, .35); }

/* Cartões de escolha: cada um com sua cor */
.escolha::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--teal); }
.escolha:nth-child(2)::before { background: var(--violet); }
.escolha:nth-child(3)::before { background: var(--coral); }
.escolha:nth-child(4)::before { background: var(--amber); }
.escolha:nth-child(1) .escolha__indice { color: var(--teal-dark); }
.escolha:nth-child(2) .escolha__indice { color: var(--violet-dark); }
.escolha:nth-child(3) .escolha__indice { color: var(--coral); }
.escolha:nth-child(4) .escolha__indice { color: #cc8300; }
.escolha:nth-child(1):hover { background: var(--teal-dark); color: #fff; }
.escolha:nth-child(2):hover { background: var(--violet-dark); color: #fff; }
.escolha:nth-child(3):hover { background: #e04a37; color: #fff; }
.escolha:nth-child(4):hover { background: #d8890a; color: #fff; }
.escolha:hover .escolha__indice { color: rgba(255, 255, 255, .75); }
.escolha:hover p { color: rgba(255, 255, 255, .82); }

/* Faixa do especialista: gradiente verde-água -> violeta */
.secao--especialista { background: linear-gradient(120deg, var(--teal) 0%, var(--sky) 45%, var(--violet) 100%); }

/* FAQ com "+" coloridos */
.faq__item:nth-child(4n+1) button b { color: var(--teal-dark); }
.faq__item:nth-child(4n+2) button b { color: var(--violet-dark); }
.faq__item:nth-child(4n+3) button b { color: var(--coral); }
.faq__item:nth-child(4n) button b { color: #cc8300; }
.faq__item.aberta button b { background: var(--grad-quente); color: var(--navy-950); }

/* Chamada final e rodapé */
.cta-final { background: linear-gradient(120deg, var(--navy-900) 0%, #2a1b6e 100%); }
.botao--claro { background: var(--grad-quente); }
.rodape { border-top: 4px solid; border-image: var(--grad-arcoiris) 1; }
.rodape__grade > div:not(:first-child) > a:hover { color: var(--lime); }

/* Página de obrigado */
.obrigado { background: linear-gradient(135deg, #071b2a 0%, #1b1560 60%, #123d4e 100%); }
.obrigado__icone { background: var(--grad-quente); }

/* Página legal (política de privacidade) */
.pagina-legal { background: var(--cream); }
.legal { padding: 70px 0 110px; }
.legal__dentro { max-width: 860px; }
.legal__cabeca { margin-bottom: 34px; }
.legal__cabeca h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.05em; }
.legal__cabeca p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.legal__cartao { padding: 46px 50px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 24px 70px rgba(3, 17, 27, .08); border-top: 6px solid; border-image: var(--grad-arcoiris) 1; }
.legal__cartao h2 { margin: 38px 0 12px; font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.03em; }
.legal__cartao h2:first-child { margin-top: 0; }
.legal__cartao p, .legal__cartao li { color: #4c5e66; line-height: 1.75; font-size: 15px; }
.legal__cartao ul { padding-left: 22px; }
.legal__cartao li { margin-bottom: 7px; }
.legal__cartao a { color: var(--violet-dark); font-weight: 700; text-decoration: underline; }
@media (max-width: 620px) {
  .legal__cartao { padding: 30px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
