*{box-sizing:border-box}
:root{
  --bg1:#07182f;
  --bg2:#0b2347;
  --panel:#0c1730;
  --panel2:#13264c;
  --stroke:rgba(255,255,255,.10);
  --text:#f3f7ff;
  --muted:#b7c6dc;
  --green:#32d2a2;
  --blue:#2b84ff;
  --yellow:#f0b84a;
  --orange:#ff8c42;
  --red:#ff5b6e;
}
html,body{margin:0;padding:0;font-family:Inter,Arial,sans-serif;background: linear-gradient(135deg, #000000, var(--bg2));color:#32d2a2;}
body{min-height:100vh}
.wrap{max-width:1080px;margin:0 auto;padding:28px 22px 60px}
.top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}
.brand{display:flex;gap:10px;align-items:flex-start}
.logo-dot{width:12px;height:12px;border-radius:999px;background:var(--green);margin-top:7px;box-shadow:0 0 0 4px rgba(50,210,162,.10)}
.brand-title{font-weight:800;font-size:16px;letter-spacing:.01em}
.brand-sub{font-size:13px;color:#d2def0}
.brand-sub strong{color:#fff}
.top-right{display:flex;align-items:flex-start;gap:14px}
.logo-vertice{height:54px;display:block}
.top-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.badge{
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.03);
  color:#eaf2ff;
  border-radius:999px;
  padding:12px 18px;
  font-weight:600;
  font-size:14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
}
.badge-link{text-decoration:none}
.card{
  background:linear-gradient(180deg,rgba(19,38,76,.92),rgba(9,20,43,.95));
  border:1px solid var(--stroke);
  border-radius:22px;
  padding:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  overflow:hidden;
}
.screen{display:none}
.screen.active{display:block}
.hero-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(43,132,255,.12);
  border:1px solid rgba(43,132,255,.28);
  color:#d7e8ff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}
.hero-title{
  font-size:21px;
  line-height:1.25;
  margin:0 0 10px;
  letter-spacing:-.02em;
}
.hero-summary{
  font-size:15px;
  color:var(--muted);
  line-height:1.6;
  margin:0 0 22px;
  max-width:820px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:12px;
  font-weight:800;
  font-size:15px;
  cursor:pointer;
  text-decoration:none;
  border:none;
}
.btn.primary{
  background:linear-gradient(90deg,var(--blue),var(--green));
  color:#fff;
  box-shadow:0 8px 18px rgba(43,132,255,.24);
}
.btn.ghost{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  color:#fff;
}
.btn.whatsapp{
  background:linear-gradient(90deg,#22c55e,#16a34a);
  color:#fff;
}
.btn-strong{
  min-width:260px;
}
.qcount{
  font-size:13px;
  color:#d8e5f6;
  font-weight:700;
  margin-bottom:10px;
}
.progress{
  width:100%;
  height:8px;
  background:rgba(255,255,255,.08);
  border-radius:999px;
  overflow:hidden;
  margin-bottom:20px;
}
.progress-bar{
  width:0;
  height:100%;
  background:linear-gradient(90deg,var(--blue),var(--green));
  border-radius:999px;
  transition:width .25s ease;
}
.qtitle{
  font-size:22px;
  font-weight:900;
  line-height:1.35;
  margin:0 0 18px;
  letter-spacing:-.02em;
}
.answers{display:grid;gap:12px}
.answer{
  width:100%;
  text-align:left;
  padding:16px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#f0f5ff;
  cursor:pointer;
  font-size:15px;
  line-height:1.45;
  transition:.18s ease;
}
.answer:hover{
  border-color:rgba(50,210,162,.45);
  transform:translateY(-1px);
  background:rgba(255,255,255,.055);
}
.answer.selected{
  border-color:rgba(50,210,162,.8);
  box-shadow:0 0 0 3px rgba(50,210,162,.10);
  background:rgba(50,210,162,.08);
}
.feedback{margin-top:14px;min-height:20px}
.fb{
  padding:14px 16px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:#dce7f8;
  font-size:14px;
  line-height:1.55;
}
.nav{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-top:20px;
}
.result-header{
  display:grid;
  grid-template-columns:1.5fr .7fr;
  gap:18px;
  align-items:start;
  margin-bottom:20px;
}
.score-box{
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  padding:18px;
  text-align:center;
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.score-kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#9db3ce;
  margin-bottom:10px;
  font-weight:800;
}
.score-big{
  font-size:68px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.05em;
  color:#b3b3b3;
}
.score-sub{
  margin-top:8px;
  font-size:14px;
  font-weight:800;
  color:#dce8fb;
}
.risk-scale-wrap{
  margin-bottom:22px;
  padding:16px 18px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
}
.risk-scale-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  font-size:13px;
  color:#dce8fb;
  font-weight:700;
}
.risk-scale-top strong{color:#fff}
.risk-scale-bar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.seg{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:12px;
  font-weight:800;
  font-size:13px;
  color:#fff;
}
.seg-green{background:linear-gradient(90deg,#1eb980,#20c997)}
.seg-yellow{background:linear-gradient(90deg,#f0b84a,#f59e0b)}
.seg-orange{background:linear-gradient(90deg,#ff9640,#ff7a1a)}
.seg-red{background:linear-gradient(90deg,#ff5b6e,#ef4444)}
.risk-pointer-row{
  position:relative;
  height:22px;
  margin-top:10px;
}
.risk-pointer{
  position:absolute;
  top:0;
  transform:translateX(-50%);
  width:18px;
  height:18px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.16);
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:18px;
}
.stat-card{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  border-radius:18px;
  padding:16px;
}
.stat-highlight{
  background:linear-gradient(135deg,rgba(43,132,255,.16),rgba(50,210,162,.10));
}
.stat-label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#9db3ce;
  margin-bottom:8px;
  font-weight:800;
}
.stat-value{
  font-size:30px;
  font-weight:900;
  line-height:1.1;
  color:#fff;
  letter-spacing:-.03em;
}
.stat-value.smaller{
  font-size:22px;
}
.stat-note{
  margin-top:8px;
  font-size:12px;
  color:#b9c9de;
  line-height:1.5;
}
.pain-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:18px;
}
.pain-card{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  border-radius:18px;
  padding:16px;
}
.pain-kicker{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#8fa7c8;
  margin-bottom:8px;
  font-weight:900;
}
.pain-title{
  font-size:20px;
  font-weight:900;
  line-height:1.2;
  margin-bottom:8px;
  color:#fff;
}
.pain-text{
  font-size:14px;
  color:#c7d5e8;
  line-height:1.6;
}
.executive-panel{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  border-radius:20px;
  padding:18px;
}
.panel-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}
.panel-head h3{
  margin:0;
  font-size:18px;
  color:#fff;
  font-weight:900;
}
.panel-head span{
  font-size:12px;
  color:#9fb4cf;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
}
.metrics-grid{
  display:grid;
  gap:14px;
}
.metric-row{}
.metric-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:#e3ecfa;
  margin-bottom:8px;
}
.metric-top strong{
  font-size:14px;
  color:#fff;
}
.metric-bar{
  width:100%;
  height:12px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
}
.metric-fill{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--green));
}
.result-box{
  margin-top:16px;
}
.rb{
  padding:18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.03));
  color:#edf4ff;
  line-height:1.7;
  font-size:15px;
}
.rb .mini{margin-top:10px}
.sep{
  border:none;
  border-top:1px solid rgba(255,255,255,.08);
  margin:24px 0 20px;
}
.lead-banner{
  padding:18px 18px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(43,132,255,.18),rgba(50,210,162,.10));
  border:1px solid rgba(50,210,162,.20);
  margin-bottom:18px;
}
.lead-banner-kicker{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#a9c4e7;
  margin-bottom:8px;
  font-weight:900;
}
.lead-banner h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
  color:#fff;
}
.lead-banner p{
  margin:0;
  color:#c8d8ea;
  font-size:14px;
  line-height:1.6;
}
.form{
  display:grid;
  gap:14px;
}
.grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.row{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.row label{
  font-size:13px;
  color:#dce8fb;
  font-weight:700;
}

.row input,
.row select{
  width:100%;
  min-height:50px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:0 14px;
  font-size:14px;
  outline:none;
}

.row select option{
  background:#ffffff;
  color:#163353;
}


.row input::placeholder{
  color:#90a8c6;
}
.cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:4px;
}
.cta-result{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:8px;
}
.coupon{
  padding:14px 16px;
  border-radius:14px;
  background:rgba(50,210,162,.08);
  border:1px solid rgba(50,210,162,.26);
  color:#eefaff;
  font-size:14px;
  line-height:1.55;
}
.foot{
  margin-top:18px;
  font-size:13px;
}
.muted{color:#c0d0e6}
.small{font-size:14px}

@media (max-width: 980px){
  .wrap{padding:20px 14px 40px}
  .top{flex-direction:column}
  .top-right{width:100%;justify-content:space-between;flex-wrap:wrap}
  .result-header{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .pain-grid{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .stats-grid{grid-template-columns:1fr}
  .score-big{font-size:54px}
}