:root{
  --navy:#0b1b34;
  --navy-2:#122744;
  --blue:#2457f5;
  --blue-2:#1744d8;
  --green:#11884a;
  --yellow:#f2c94c;
  --ink:#10213c;
  --muted:#63728a;
  --line:#dfe6ef;
  --soft:#f5f7fb;
  --white:#ffffff;
  --shadow:0 24px 60px rgba(15,32,60,.12);
  --shadow-soft:0 12px 32px rgba(15,32,60,.08);
  --radius:24px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
/* Faixa Brasil vertical, sempre visível no site. */
body::before{content:"";position:fixed;left:0;top:0;bottom:0;width:14px;background:linear-gradient(180deg,#078a45 0 50%,#ffdf00 50% 100%);z-index:60;pointer-events:none;box-shadow:2px 0 8px rgba(11,27,52,.08)}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section-pad{padding:104px 0}
.brasil-line{height:5px;background:linear-gradient(90deg,#12864b 0 56%,#f3cc3f 56% 75%,#1f4da5 75% 100%)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,230,239,.9)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:12px}
.brand-symbol{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#2f67ff,#214bd0);box-shadow:0 10px 24px rgba(36,87,245,.24);color:white;display:grid;place-items:center;font-weight:900;letter-spacing:-.04em}
.brand-copy{display:flex;flex-direction:column;line-height:1.15}
.brand-copy strong{font-size:16px;letter-spacing:-.02em}
.brand-copy small{font-size:11px;color:var(--muted);margin-top:4px}
.main-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700;color:#40506a}
.main-nav>a:not(.btn):hover{color:var(--blue)}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px}
.menu-toggle span{width:18px;height:2px;background:var(--ink);border-radius:9px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:13px 18px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-sm{padding:9px 14px;border-radius:11px}
.btn-lg{padding:16px 22px;border-radius:15px}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(36,87,245,.24)}
.btn-primary:hover{background:var(--blue-2)}
.btn-secondary{background:#fff;border-color:var(--line);color:var(--ink)}
.btn-secondary:hover{border-color:#c5d1e1;background:#fbfcff}
.btn-ghost{border-color:var(--line);background:#fff}
.btn-dark{background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--navy)}
.btn-full{width:100%}
.hero{position:relative;overflow:hidden;padding-top:88px;background:linear-gradient(180deg,#fbfcff 0%,#fff 100%)}
.hero-glow{position:absolute;border-radius:999px;filter:blur(10px);opacity:.65;pointer-events:none}
.hero-glow-a{width:440px;height:440px;background:radial-gradient(circle,rgba(36,87,245,.14),rgba(36,87,245,0) 70%);right:-80px;top:20px}
.hero-glow-b{width:350px;height:350px;background:radial-gradient(circle,rgba(17,136,74,.10),rgba(17,136,74,0) 70%);left:-130px;bottom:-120px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:68px;position:relative;z-index:1}
.country-chip,.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#31516f}
.country-chip{padding:8px 12px;border:1px solid #dbe6dd;border-radius:999px;background:#fff;box-shadow:0 6px 18px rgba(16,55,35,.05)}
.country-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(242,201,76,.32)}
.hero h1{font-size:clamp(48px,5.4vw,76px);line-height:.99;letter-spacing:-.055em;margin:22px 0 24px;max-width:760px}
.hero-lead{font-size:19px;line-height:1.7;color:#596b84;max-width:700px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 24px}
.hero-trust{display:flex;flex-wrap:wrap;gap:14px 22px;font-size:13px;color:#566880;font-weight:700}
.hero-trust i,.monitor-points i{font-style:normal;color:var(--green);font-weight:900}
.independent-note{font-size:12px;color:#8994a6;margin:16px 0 0}
.product-stage{position:relative;padding:34px 0 26px}
.app-window{background:#fff;border:1px solid #dbe3ee;border-radius:26px;box-shadow:0 36px 80px rgba(20,42,78,.18);overflow:hidden;transform:rotate(1deg)}
.app-window-bar{height:56px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #e8edf4;padding:0 18px;background:#fbfcfe}
.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#cbd4e0}.window-dots i:nth-child(1){background:#d9a3a3}.window-dots i:nth-child(2){background:#e2c06e}.window-dots i:nth-child(3){background:#8dc7a3}
.window-title{font-size:12px;font-weight:800;color:#5b6a80}
.window-secure{justify-self:end;font-size:10px;padding:5px 8px;border-radius:999px;background:#eaf7ef;color:#257447;font-weight:800}
.app-body{display:grid;grid-template-columns:58px 1fr;min-height:430px}
.app-sidebar{background:var(--navy);padding:18px 12px;display:flex;flex-direction:column;align-items:center;gap:16px}
.mini-brand{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:10px;font-weight:900;margin-bottom:10px}
.mini-nav{width:24px;height:8px;border-radius:6px;background:#31435e}.mini-nav.active{background:#6f91ff}
.app-content{padding:28px 26px;background:#f7f9fc}
.mock-headline span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#5474a0}.mock-headline strong{display:block;font-size:22px;letter-spacing:-.04em;margin-top:5px}
.mock-searchbar{display:flex;justify-content:space-between;align-items:center;margin:22px 0 14px;padding:12px 12px 12px 16px;background:#fff;border:1px solid #dfe6ef;border-radius:13px;box-shadow:0 8px 20px rgba(15,32,60,.05)}
.mock-searchbar span{font-weight:800;font-size:14px}.mock-searchbar b{font-size:11px;color:#fff;background:var(--blue);padding:8px 12px;border-radius:9px}
.mock-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.mock-summary>div{background:#fff;border:1px solid #e3e9f1;border-radius:12px;padding:12px}.mock-summary small{display:block;font-size:9px;color:#7c899d}.mock-summary strong{font-size:18px;display:block;margin-top:3px}
.mock-result{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e0e7f0;border-radius:13px;padding:13px 14px;margin-top:8px}.result-copy{display:flex;align-items:center;gap:10px}.result-copy i{width:9px;height:9px;border-radius:50%;background:#99a9be}.mock-result.high .result-copy i{background:#df5757}.mock-result.medium .result-copy i{background:#dfa63c}.mock-result.low .result-copy i{background:#5584d8}.result-copy span{display:flex;flex-direction:column}.result-copy strong{font-size:12px}.result-copy small{font-size:9px;color:#7c899d;margin-top:2px}.score{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eef3fa;font-size:11px;font-weight:900;color:var(--ink)}
.stage-badge{position:absolute;z-index:2;background:#fff;border:1px solid #dfe6ef;box-shadow:var(--shadow-soft);border-radius:14px;padding:11px 14px;font-size:11px;font-weight:800;color:#4b5e79}
.stage-badge-top{right:-18px;top:8px;display:flex;align-items:center;gap:8px}.stage-badge-top span{width:8px;height:8px;border-radius:50%;background:#20b967;box-shadow:0 0 0 4px rgba(32,185,103,.12)}
.stage-badge-bottom{left:-24px;bottom:0;display:flex;align-items:center;gap:7px}.stage-badge-bottom strong{color:var(--blue);font-size:15px}.stage-badge-bottom span{font-weight:700}
.fact-strip{background:var(--navy);color:#fff;padding:26px 0}.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.fact-grid>div{padding:6px 28px;border-right:1px solid rgba(255,255,255,.14)}.fact-grid>div:last-child{border-right:0}.fact-grid strong{font-size:30px;letter-spacing:-.04em}.fact-grid span{display:block;color:#bdc8d9;font-size:13px;margin:2px 0}.fact-grid a{font-size:10px;color:#7fa4ff;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.section-heading{max-width:760px;margin-bottom:46px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.narrow{max-width:700px}.section-heading h2,.split-copy h2,.price-copy h2,.brand-message-grid h2,.final-cta h2{font-size:clamp(36px,4vw,56px);line-height:1.04;letter-spacing:-.045em;margin:12px 0 16px}.section-heading p,.split-copy .lead,.price-copy>p{font-size:18px;color:var(--muted);line-height:1.7}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card{position:relative;border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;box-shadow:var(--shadow-soft);min-height:290px}.step-card.featured{border-color:#bfcdfc;box-shadow:0 18px 44px rgba(36,87,245,.13)}.step-number{position:absolute;right:22px;top:22px;font-size:11px;font-weight:900;color:#9ba7b8}.step-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eef3ff;color:var(--blue);font-size:20px;font-weight:900;margin-bottom:28px}.step-card h3{font-size:22px;letter-spacing:-.03em;margin:0 0 10px}.step-card p{color:var(--muted);margin:0;line-height:1.7}
.section-soft{background:var(--soft)}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center}.split-copy .lead{margin-bottom:30px}.check-list{display:grid;gap:18px}.check-list>div{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start}.check-list span{font-size:10px;font-weight:900;color:var(--blue);padding-top:3px}.check-list p{margin:0;color:#5e6f87}.check-list strong{color:var(--ink)}.text-link{display:inline-flex;gap:8px;align-items:center;color:var(--blue);font-weight:900;margin-top:28px}.text-link span{transition:.2s}.text-link:hover span{transform:translateX(4px)}
.analysis-card{background:#fff;border:1px solid #dfe6ef;border-radius:26px;box-shadow:var(--shadow);padding:28px}.analysis-card-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f6;padding-bottom:16px;margin-bottom:22px}.analysis-card-head span{font-size:13px;font-weight:800}.analysis-card-head b{font-size:10px;color:#2b6b4c;background:#eaf7ef;border-radius:999px;padding:6px 9px}.score-hero-mini{display:grid;grid-template-columns:94px 1fr;gap:20px;align-items:center;margin-bottom:22px}.score-ring{width:88px;height:88px;border-radius:50%;display:flex;align-items:baseline;justify-content:center;background:conic-gradient(var(--blue) 0 89%,#e7ecf3 89%);position:relative;padding-top:29px;color:#fff}.score-ring:before{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--navy)}.score-ring span,.score-ring small{position:relative;z-index:1}.score-ring span{font-size:26px;font-weight:900}.score-ring small{font-size:10px;margin-left:2px}.score-hero-mini>div:last-child small{color:#8693a5}.score-hero-mini>div:last-child strong{display:block;font-size:22px;margin:2px 0}.score-hero-mini p{font-size:12px;color:var(--muted);margin:0}.metric-row{margin-top:14px}.metric-row span{display:flex;justify-content:space-between;font-size:12px;color:#61718a}.metric-row b{color:var(--ink)}.metric-row i{display:block;height:7px;background:#edf1f6;border-radius:999px;overflow:hidden;margin-top:7px}.metric-row em{display:block;height:100%;background:linear-gradient(90deg,#315df0,#6a87f7);border-radius:999px}.analysis-footer{margin-top:22px;padding:14px 16px;background:#f6f8fb;border-radius:12px;color:#66768e;font-size:11px;line-height:1.55}
.monitoring-section{background:#0d1f39;color:#fff;overflow:hidden}.monitoring-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.monitoring-copy .eyebrow{color:#8eb0ff}.monitoring-copy .lead,.monitoring-copy>p{color:#c3cede}.monitoring-copy>p{font-size:16px;line-height:1.7}.radar-card{background:linear-gradient(145deg,#122a4a,#0b1930);border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:34px;box-shadow:0 32px 80px rgba(0,0,0,.22)}.radar{width:min(100%,430px);aspect-ratio:1;border-radius:50%;margin:auto;position:relative;overflow:hidden;background:radial-gradient(circle at center,rgba(30,204,116,.10) 0 2%,transparent 2% 100%),linear-gradient(180deg,rgba(255,255,255,.015),transparent)}.radar-ring{position:absolute;border:1px solid rgba(99,216,155,.18);border-radius:50%;inset:10%}.ring-2{inset:27%}.ring-3{inset:43%}.radar-cross{position:absolute;background:rgba(99,216,155,.13)}.cross-a{width:1px;height:100%;left:50%}.cross-b{height:1px;width:100%;top:50%}.radar-sweep{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from -35deg,rgba(51,218,128,.28),rgba(51,218,128,.02) 30deg,transparent 60deg);animation:sweep 4.8s linear infinite}.radar-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#53dc93;box-shadow:0 0 0 5px rgba(83,220,147,.09),0 0 16px rgba(83,220,147,.8)}.dot-a{left:65%;top:30%}.dot-b{left:28%;top:64%}.dot-c{left:72%;top:68%}.radar-center{position:absolute;inset:0;display:grid;place-items:center;font-size:13px;font-weight:900;color:#74e0a6}.radar-caption{display:flex;align-items:center;gap:12px;padding:18px 6px 2px}.live-dot{width:10px;height:10px;border-radius:50%;background:#3eda86;box-shadow:0 0 0 5px rgba(62,218,134,.12)}.radar-caption div{display:flex;flex-direction:column}.radar-caption small{color:#8fa0b8;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.radar-caption strong{font-size:13px}.monitor-points{display:grid;gap:10px;margin:26px 0 30px;color:#d6deea}.monitor-points span{display:flex;gap:10px;align-items:flex-start}.monitor-points i{color:#5ee09b}@keyframes sweep{to{transform:rotate(360deg)}}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article{border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff;min-height:220px}.feature-icon{width:44px;height:44px;border-radius:13px;background:#eef3ff;color:var(--blue);display:grid;place-items:center;font-weight:900;margin-bottom:22px}.feature-grid h3{font-size:19px;margin:0 0 8px}.feature-grid p{margin:0;color:var(--muted);line-height:1.7}
.section-dark{background:var(--navy);color:#fff}.eyebrow.light{color:#9fb9ff}.brand-message-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.brand-message-grid>div:first-child p{font-size:18px;color:#c6d0df;line-height:1.75}.quote-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);border-radius:26px;padding:34px}.quote-card>span{font-size:10px;letter-spacing:.18em;color:#91abca;font-weight:900}.quote-card blockquote{font-size:28px;line-height:1.2;letter-spacing:-.035em;margin:20px 0}.quote-card p{color:#9fb0c5;margin:0}
.price-section{background:#fff}.price-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.security-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.security-row span{font-size:12px;font-weight:800;color:#5c6e86;padding:9px 11px;border:1px solid var(--line);border-radius:999px}.security-row i{font-style:normal;color:var(--green)}.price-card{border:1px solid #dbe3ef;border-radius:26px;padding:34px;background:#fff;box-shadow:var(--shadow);max-width:490px;margin-left:auto}.price-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#5b7192}.price-value{display:flex;align-items:flex-start;gap:7px;margin:12px 0 0}.price-value sup{font-size:17px;font-weight:900;margin-top:11px}.price-value strong{font-size:60px;letter-spacing:-.06em;line-height:1}.price-card>small{color:#7d8ca2}.price-card ul{list-style:none;padding:0;margin:28px 0;display:grid;gap:12px}.price-card li{position:relative;padding-left:26px;color:#4f617a}.price-card li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.price-note{font-size:10px;color:#8b98a9;text-align:center;margin:14px 0 0}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.sticky-heading{position:sticky;top:120px}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px}.faq-list summary{cursor:pointer;list-style:none;padding:20px 34px 20px 0;font-weight:850;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:0;top:17px;font-size:24px;color:var(--blue);font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list p{margin:0 0 20px;color:var(--muted);line-height:1.75}
.final-cta{background:linear-gradient(110deg,#1f53ee,#123cc3);color:#fff;padding:76px 0}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.final-cta h2{margin-bottom:10px}.final-cta p{margin:0;color:#dce6ff;font-size:17px}.site-footer{background:#08162b;color:#dfe7f3;padding:64px 0 26px}.site-footer .brand-copy small{color:#8ea0b8}.footer-top{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:70px}.footer-brand p{color:#8fa0b7;max-width:470px;line-height:1.7}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links strong{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#a9b7ca;margin-bottom:4px}.footer-links a{font-size:13px;color:#8fa0b7}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:24px;margin-top:42px;color:#7f90a7;font-size:12px}.footer-bottom a{color:#cbd7e8;font-weight:800}.legal-note{font-size:10px;color:#60728b;line-height:1.6;margin-top:18px}
@media (max-width:1050px){.main-nav{gap:14px}.main-nav>a:not(.btn){display:none}.hero-grid,.split-grid,.monitoring-grid,.brand-message-grid,.price-grid,.faq-grid{gap:46px}.hero h1{font-size:58px}.stage-badge-top{right:0}.stage-badge-bottom{left:0}}
@media (max-width:860px){.section-pad{padding:78px 0}.menu-toggle{display:flex}.main-nav{position:absolute;top:78px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav>a:not(.btn){display:block;padding:9px}.main-nav .btn{width:100%}.hero-grid,.split-grid,.monitoring-grid,.brand-message-grid,.price-grid,.faq-grid{grid-template-columns:1fr}.hero{padding-top:60px}.hero-copy{text-align:center}.hero h1{font-size:clamp(44px,12vw,64px);margin-inline:auto}.hero-lead{margin-inline:auto}.hero-actions,.hero-trust{justify-content:center}.independent-note{text-align:center}.product-stage{max-width:650px;margin-inline:auto;width:100%}.fact-grid{grid-template-columns:1fr}.fact-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:15px 0}.fact-grid>div:last-child{border-bottom:0}.steps-grid,.feature-grid{grid-template-columns:1fr 1fr}.monitoring-grid{grid-template-columns:1fr}.radar-card{max-width:600px;margin:auto}.price-card{max-width:none;margin:0}.sticky-heading{position:static}.final-cta-inner{flex-direction:column;align-items:flex-start}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media (max-width:560px){.container{width:min(calc(100% - 28px),var(--container))}.header-inner{min-height:70px}.main-nav{top:70px;left:14px;right:14px}.brand-copy small{display:none}.hero{padding-top:48px}.hero h1{font-size:44px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-trust{display:grid;justify-content:start;text-align:left;margin-inline:auto;width:max-content}.app-body{grid-template-columns:44px 1fr;min-height:390px}.app-sidebar{padding:14px 7px}.app-content{padding:20px 14px}.mock-summary{grid-template-columns:1fr}.mock-summary>div:nth-child(2),.mock-summary>div:nth-child(3){display:none}.stage-badge{display:none}.steps-grid,.feature-grid{grid-template-columns:1fr}.step-card{min-height:auto}.section-heading h2,.split-copy h2,.price-copy h2,.brand-message-grid h2,.final-cta h2{font-size:36px}.score-hero-mini{grid-template-columns:80px 1fr}.score-ring{width:76px;height:76px;padding-top:24px}.analysis-card{padding:20px}.radar-card{padding:20px}.quote-card{padding:24px}.price-card{padding:26px}.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.final-cta .btn{width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.radar-sweep{animation:none}.btn,.text-link span{transition:none}}

/* ======================================================================
   ConsultaMarca v5, leve e sem loops de renderização
   ====================================================================== */

/* Faixa Brasil, 50% maior que a original. */
.brasil-line{
  width:14px;
  z-index:120;
  background:linear-gradient(90deg,#078746 0 68%,#ffd43b 68% 100%);
  box-shadow:2px 0 0 rgba(255,255,255,.55),5px 0 16px rgba(7,135,70,.12);
}

/* Ajustes do preço como link. */
.price-value{width:max-content;max-width:100%;cursor:pointer}
.price-value em{align-self:flex-end;margin:0 0 7px 2px;font-size:14px;font-style:normal;font-weight:850;color:#64758d}
.price-value:hover strong{color:var(--blue)}

/* Reveal progressivo leve. Sem blur, sem will-change e sem loop infinito. */
html.cm-motion .cm-reveal{
  opacity:0;
  transform:translate3d(0,26px,0);
  transition:opacity .58s cubic-bezier(.2,.75,.25,1),transform .58s cubic-bezier(.2,.75,.25,1);
  transition-delay:var(--cm-delay,0ms);
}
html.cm-motion .cm-reveal.cm-visible{opacity:1;transform:none}

/* Radar continua vivo, mas só por duas voltas para não consumir CPU indefinidamente. */
.radar-sweep{animation:none}
.radar-card.cm-visible .radar-sweep{animation:sweep 4.8s linear 2}

/* Score circular e barras. */
.score-ring{
  --score:0;
  background:conic-gradient(var(--blue) calc(var(--score) * 1%),#e7ecf3 0);
}
.metric-row em{width:0 !important;transition:width .9s cubic-bezier(.18,.78,.22,1)}
.analysis-card.cm-metrics-ready .metric-row em{width:var(--target-width,0%) !important}

/* Modal */
.waitlist-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:28px}
.waitlist-modal.open{display:flex}
.waitlist-backdrop{position:absolute;inset:0;background:rgba(4,15,31,.76)}
.waitlist-shell{position:relative;z-index:1;width:min(100%,1040px);max-height:min(90vh,820px);display:grid;grid-template-columns:.92fr 1.08fr;background:#fff;border-radius:28px;box-shadow:0 34px 80px rgba(3,13,30,.30);overflow:auto}
.waitlist-shell::before{content:"";position:absolute;left:0;top:0;bottom:0;width:14px;background:linear-gradient(180deg,#078a45 0 50%,#ffdf00 50% 100%);z-index:3;pointer-events:none}
.waitlist-close{position:absolute;right:16px;top:16px;z-index:4;width:40px;height:40px;border:1px solid #dfe6ef;border-radius:12px;background:#fff;color:#34465f;font-size:26px;line-height:1;cursor:pointer}
.waitlist-side{position:relative;padding:54px 42px;background:linear-gradient(145deg,#0d2747,#10304f 72%,#0e4c49);color:#fff;overflow:hidden}
.waitlist-side:after{display:none}
.waitlist-side h2{font-size:clamp(38px,4vw,56px);line-height:1.03;letter-spacing:-.045em;margin:24px 0 18px}
.waitlist-side>p{color:#ccd8e7;line-height:1.72;font-size:15px}
.waitlist-side>small{display:block;margin-top:30px;color:#8fa3ba;line-height:1.6}
.waitlist-kicker{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.10em;color:#c8d6e8}
.waitlist-kicker i{width:9px;height:9px;border-radius:50%;background:#43d17f;box-shadow:0 0 0 5px rgba(67,209,127,.12)}
.waitlist-benefits{display:grid;gap:12px;margin-top:28px}
.waitlist-benefits span{display:grid;grid-template-columns:32px 1fr;gap:13px;align-items:start;color:#e3ebf4;font-size:13px;line-height:1.55}
.waitlist-benefits b{width:30px;height:30px;border-radius:9px;background:rgba(255,255,255,.07);display:grid;place-items:center;font-size:10px;color:#9fbcdf}
.waitlist-form-card{padding:46px 44px 30px;background:#fff}
.waitlist-form-head{padding-right:52px;margin-bottom:20px}
.waitlist-form-head>span{color:#078746;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.waitlist-form-head h3{font-size:30px;letter-spacing:-.035em;margin:8px 0 6px;color:var(--navy)}
.waitlist-form-head p{margin:0;color:#687992;line-height:1.65}
.waitlist-embed{border:1px solid #dfe7f0;border-radius:19px;background:#fff;padding:18px;min-height:180px}
.waitlist-privacy{font-size:9px;color:#8a98aa;text-align:center;line-height:1.55;margin:14px 4px 0}
body.waitlist-open{overflow:hidden}

/* Loader apenas dentro do modal e apenas até o embed chegar. */
.lead-form-loader{min-height:120px;display:flex;align-items:center;justify-content:center;gap:10px;color:#718198;font-size:13px}
.lead-form-loader[hidden]{display:none !important}
.lead-form-loader span{width:18px;height:18px;border-radius:50%;border:2px solid #d9e1ec;border-top-color:var(--blue);animation:cmSpin .75s linear infinite}
.lead-form-loader.error{color:#9b3e3e;text-align:center;padding:20px}
.lead-form-loader.error span{display:none}
@keyframes cmSpin{to{transform:rotate(360deg)}}

/* Form LUMINVS, empilhado e integrado ao modal. */
.waitlist-embed .luminvs-lead-form,
.waitlist-embed .luminvs-lead-form form,
.waitlist-embed .luminvs-lead-form .cm-lead-form,
.waitlist-embed .luminvs-lead-form .cm-stack{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
}
.waitlist-embed .luminvs-lead-form form,
.waitlist-embed .luminvs-lead-form .cm-lead-form,
.waitlist-embed .luminvs-lead-form .cm-stack{
  display:flex !important;
  flex-direction:column !important;
  gap:13px !important;
}
.waitlist-embed .luminvs-lead-form [class*="row"],
.waitlist-embed .luminvs-lead-form [class*="grid"],
.waitlist-embed .luminvs-lead-form [class*="fields"]{
  grid-template-columns:1fr !important;
}
.waitlist-embed .luminvs-lead-form .cm-field-wrap{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  grid-column:1/-1 !important;
}
.waitlist-embed .luminvs-lead-form .cm-hide-form-heading,
.waitlist-embed .luminvs-lead-form .cm-hide-field-label{display:none !important}
.waitlist-embed .luminvs-lead-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
.waitlist-embed .luminvs-lead-form select,
.waitlist-embed .luminvs-lead-form textarea{
  box-sizing:border-box !important;
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-height:54px !important;
  margin:0 !important;
  padding:0 16px !important;
  border:1px solid #d7e0ec !important;
  border-radius:14px !important;
  background:#f7f9fd !important;
  color:#0b1b34 !important;
  font:600 15px/1.25 Inter,system-ui,-apple-system,"Segoe UI",sans-serif !important;
  outline:none !important;
}
.waitlist-embed .luminvs-lead-form textarea{min-height:105px !important;padding-top:15px !important;resize:vertical}
.waitlist-embed .luminvs-lead-form input:focus,
.waitlist-embed .luminvs-lead-form select:focus,
.waitlist-embed .luminvs-lead-form textarea:focus{border-color:#6e90ff !important;background:#fff !important;box-shadow:0 0 0 4px rgba(36,87,245,.08) !important}
.waitlist-embed .luminvs-lead-form input::placeholder,
.waitlist-embed .luminvs-lead-form textarea::placeholder{color:#7b899c !important;opacity:1}

.waitlist-embed .luminvs-lead-form .cm-consent-wrap{
  display:grid !important;
  grid-template-columns:16px minmax(0,1fr) !important;
  gap:8px !important;
  align-items:center !important;
  width:100% !important;
  margin:2px 0 !important;
}
.waitlist-embed .luminvs-lead-form input[type="checkbox"]{
  box-sizing:border-box !important;
  width:16px !important;
  min-width:16px !important;
  height:16px !important;
  min-height:16px !important;
  margin:0 !important;
  padding:0 !important;
}
.waitlist-embed .luminvs-lead-form .cm-consent-label{position:static !important;width:auto !important;height:auto !important;margin:0 !important;overflow:visible !important;clip:auto !important;white-space:nowrap !important;color:#53647b !important;font-size:10px !important;line-height:1.2 !important;font-weight:650 !important}
.waitlist-embed .luminvs-lead-form button,
.waitlist-embed .luminvs-lead-form input[type="submit"]{width:100% !important;min-height:54px !important;margin:2px 0 0 !important;border:0 !important;border-radius:14px !important;background:var(--blue) !important;color:#fff !important;font-size:15px !important;font-weight:900 !important;cursor:pointer !important}

/* Remove aparência de card duplicado quando o embed usa um painel próprio. */
.waitlist-embed .luminvs-lead-form.cm-form-ready > div,
.waitlist-embed .luminvs-lead-form.cm-form-ready > section{max-width:none !important}

@media (max-width:760px){
  body::before{width:11px}
  .waitlist-shell::before{width:11px}
  .waitlist-embed .luminvs-lead-form .cm-consent-label{white-space:normal !important;font-size:9.5px !important}
  .brasil-line{width:11px}
  .waitlist-modal{padding:12px}
  .waitlist-shell{grid-template-columns:1fr;max-height:94vh;border-radius:22px}
  .waitlist-side{padding:34px 24px}
  .waitlist-side h2{font-size:38px}
  .waitlist-form-card{padding:30px 20px 24px}
  .waitlist-form-head h3{font-size:26px}
}

@media (prefers-reduced-motion:reduce){
  html.cm-motion .cm-reveal{opacity:1 !important;transform:none !important;transition:none !important}
  .radar-card.cm-visible .radar-sweep,.lead-form-loader span{animation:none !important}
}
