/* ═══════════════════════════════════════════════════════════
   INFINITI ENERGY — estilos do funil, assinatura e CRM
   ═══════════════════════════════════════════════════════════ */

/* ── WhatsApp + botão de análise ────────────────────────── */
.wa-row { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.wa-field {
  flex: 1 1 260px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 100px;
  border: 1px solid var(--stroke-2);
  background: rgba(5, 13, 31, 0.55);
  backdrop-filter: blur(10px);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.wa-field:focus-within { border-color: rgba(37, 211, 102, 0.6); box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.08); }
.wa-field .ic { font-size: 18px; color: #25D366; }
.wa-field input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--white);
  font: inherit;
  font-size: 15px;
  padding: 15px 0;
  min-width: 0;
}
.wa-field input::placeholder { color: var(--muted-2); }
.wa-row .btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; box-shadow: none; }
.wa-hint { margin-top: 10px; font-size: 13px; color: var(--blue-soft); }

/* ── Recomendação automática da IA ──────────────────────── */
.rec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rec-option {
  border-radius: 16px;
  padding: 18px 18px 20px;
  display: grid;
  gap: 9px;
  justify-items: start;
  align-content: start;
  border: 1px solid rgba(255, 138, 42, 0.35);
  background: linear-gradient(160deg, rgba(255, 138, 42, 0.12) 0%, rgba(16, 33, 66, 0.35) 70%);
}
.rec-option--assinatura {
  border-color: rgba(77, 168, 255, 0.32);
  background: linear-gradient(160deg, rgba(77, 168, 255, 0.1) 0%, rgba(16, 33, 66, 0.35) 70%);
}
.rec-option__rank {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-soft);
  background: rgba(255, 138, 42, 0.12);
  border: 1px solid rgba(255, 138, 42, 0.35);
  padding: 4px 10px;
  border-radius: 100px;
}
.rec-option__rank--blue { color: var(--blue-soft); background: rgba(77, 168, 255, 0.1); border-color: rgba(77, 168, 255, 0.35); }
.rec-option h4 { font-size: 18px; }
.rec-option__line { font-size: 14.5px; color: var(--muted); }
.rec-option__line b { color: var(--white); }
.rec-hl { color: var(--orange); font-family: var(--font-display); font-size: 1.25em; text-shadow: 0 0 24px rgba(255, 138, 42, 0.4); }
.rec-hl--blue { color: var(--blue); text-shadow: 0 0 24px rgba(77, 168, 255, 0.4); }
.rec-option__sub { font-size: 13px; color: var(--muted-2); }
.rec-option .btn { margin-top: 6px; }

/* ── Kit Antiapagão (order bump) ────────────────────────── */
.kit-bump {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1.5px dashed rgba(255, 179, 107, 0.5);
  background: repeating-linear-gradient(-45deg, rgba(255, 138, 42, 0.05) 0 12px, rgba(255, 138, 42, 0.02) 12px 24px);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, transform 0.3s var(--ease-out);
}
.kit-bump:hover { border-color: var(--orange); transform: translateY(-2px); }
.kit-bump input { position: absolute; opacity: 0; pointer-events: none; }
.kit-bump__box {
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 7px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: rgba(5, 13, 31, 0.6);
  position: relative;
  transition: background 0.25s, border-color 0.25s;
}
.kit-bump input:checked + .kit-bump__box { background: var(--orange); border-color: var(--orange); box-shadow: 0 0 16px rgba(255, 138, 42, 0.5); }
.kit-bump input:checked + .kit-bump__box::after {
  content: "";
  position: absolute;
  inset: 6px 5px 8px 5px;
  border-left: 2.5px solid #1A0D00;
  border-bottom: 2.5px solid #1A0D00;
  transform: rotate(-45deg);
}
.kit-bump input:focus-visible + .kit-bump__box { outline: 2px solid var(--blue); outline-offset: 2px; }
.kit-bump__icon {
  flex: none;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--orange);
  background: rgba(255, 138, 42, 0.1);
  border: 1px solid rgba(255, 138, 42, 0.32);
}
.kit-bump__icon svg { width: 26px; height: 26px; }
.kit-bump__text { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.kit-bump__text b { display: block; color: var(--white); font-family: var(--font-display); font-size: 15px; margin-bottom: 2px; }
.kit-bump__tag {
  position: absolute;
  top: -10px;
  right: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1A0D00;
  background: linear-gradient(135deg, #FFA24F, var(--orange));
  padding: 4px 10px;
  border-radius: 100px;
  box-shadow: 0 6px 16px -6px rgba(255, 138, 42, 0.6);
}
.kit-bump--mini { padding: 13px 15px; border-radius: 13px; }
.kit-bump--mini .kit-bump__text b { display: inline; font-size: 13.5px; margin-right: 4px; }

/* ── Wizard ─────────────────────────────────────────────── */
.wizard { margin-top: 26px; }
.wz-pane {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 138, 42, 0.28);
  background:
    radial-gradient(90% 120% at 85% -20%, rgba(255, 138, 42, 0.1) 0%, transparent 55%),
    linear-gradient(165deg, rgba(16, 33, 66, 0.65) 0%, rgba(7, 17, 41, 0.78) 100%);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-card);
  padding: clamp(24px, 3.4vw, 40px);
  display: grid;
  gap: 16px;
  justify-items: start;
}
.wz-step {
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange-soft);
  border-bottom: 1px solid rgba(255, 138, 42, 0.35);
  padding-bottom: 7px;
}
.wz-pane h3 { font-size: clamp(20px, 2.4vw, 28px); line-height: 1.25; text-wrap: balance; }
.wz-pane h3 b { color: var(--orange-soft); }
.wz-text { font-size: 15px; color: var(--muted); max-width: 640px; }
.wz-text b { color: var(--white); }
.wz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.wz-pane--redirect { border-color: rgba(77, 168, 255, 0.35); }
.wz-pane--redirect h3 { color: var(--blue-soft); }
.wz-loader { width: 100%; max-width: 340px; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, 0.1); overflow: hidden; }
.wz-loader span { display: block; height: 100%; width: 40%; border-radius: 4px; background: linear-gradient(90deg, var(--blue), var(--cyan)); animation: wzslide 1.1s ease-in-out infinite; }
@keyframes wzslide { 0% { margin-left: -40%; } 100% { margin-left: 100%; } }
.wz-pane--success { border-color: rgba(72, 199, 142, 0.4); justify-items: center; text-align: center; }
.wz-success-ic { width: 64px; color: #48C78E; filter: drop-shadow(0 0 18px rgba(72, 199, 142, 0.5)); }
.wz-pane--success .wz-text { margin-inline: auto; }

/* ajuste do sistema */
.adj-quick { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-btn {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid var(--stroke-2);
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.25s, border-color 0.25s, transform 0.25s var(--ease-out);
}
.chip-btn:hover { background: rgba(255, 255, 255, 0.11); transform: translateY(-1px); }
.chip-btn--hl { border-color: rgba(255, 138, 42, 0.5); color: var(--orange-soft); background: rgba(255, 138, 42, 0.08); }
.adj-slider { width: 100%; max-width: 560px; display: grid; gap: 8px; }
.adj-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255, 138, 42, 0.5), rgba(255, 138, 42, 0.15));
  outline: none;
  cursor: pointer;
}
.adj-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFA24F, var(--orange));
  border: 3px solid #1A0D00;
  box-shadow: 0 0 0 3px rgba(255, 138, 42, 0.35), 0 6px 16px -4px rgba(255, 138, 42, 0.7);
}
.adj-slider input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  border: 3px solid #1A0D00;
  box-shadow: 0 0 0 3px rgba(255, 138, 42, 0.35);
}
.adj-slider span { font-size: 13px; color: var(--muted-2); }
.adj-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.adj-stat {
  border-radius: 13px;
  border: 1px solid var(--stroke);
  background: rgba(5, 13, 31, 0.45);
  padding: 13px 15px;
  display: grid;
  gap: 4px;
}
.adj-stat span { font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); }
.adj-stat b { font-family: var(--font-display); font-size: 17px; }
.adj-stat--hl { border-color: rgba(255, 138, 42, 0.4); background: rgba(255, 138, 42, 0.07); }
.adj-stat--hl b { color: var(--orange); }

/* formulários */
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; }
.form-field {
  display: grid;
  gap: 7px;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted-2);
  font-weight: 600;
}
.form-field input {
  font: inherit;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--white);
  background: rgba(5, 13, 31, 0.55);
  border: 1px solid var(--stroke-2);
  border-radius: 12px;
  padding: 13px 15px;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.form-field input:focus { border-color: rgba(255, 138, 42, 0.6); box-shadow: 0 0 0 4px rgba(255, 138, 42, 0.08); }
.form-field input::placeholder { color: var(--muted-2); }
.form-error { font-size: 13.5px; color: #FF6B6B; }
#adesao-form { display: grid; gap: 15px; width: 100%; justify-items: start; }

/* ── Página Assinatura ──────────────────────────────────── */
.page-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 70px;
  overflow: hidden;
  background: var(--navy-950);
}
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 22, 0.85) 0%, rgba(3, 8, 22, 0.4) 55%, rgba(3, 8, 22, 0.25) 100%),
    linear-gradient(0deg, rgba(3, 8, 22, 0.95) 0%, transparent 55%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(32px, 4.6vw, 56px); line-height: 1.1; max-width: 720px; text-wrap: balance; }
.page-hero .lead { margin-top: 16px; color: var(--muted); font-size: clamp(15.5px, 1.5vw, 18px); max-width: 600px; }
.page-hero .hero-ctas { margin-top: 28px; }
.page-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-soft);
  border: 1px solid rgba(77, 168, 255, 0.35);
  background: rgba(77, 168, 255, 0.1);
  padding: 7px 14px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  margin-bottom: 18px;
}
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: how; }
.how-step {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: var(--glass-2);
  backdrop-filter: blur(12px);
  padding: 26px 20px 22px;
  display: grid;
  gap: 10px;
  align-content: start;
}
.how-step::before {
  counter-increment: how;
  content: "0" counter(how);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-soft);
  border: 1px solid rgba(77, 168, 255, 0.4);
  background: rgba(77, 168, 255, 0.08);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.how-step h3 { font-size: 16.5px; }
.how-step p { font-size: 13.5px; color: var(--muted); }
.benefit-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.benefit-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  border: 1px solid var(--stroke-2);
  background: rgba(255, 255, 255, 0.04);
  padding: 9px 16px;
  border-radius: 100px;
}
.benefit-pill .ic { color: #48C78E; font-size: 15px; }

/* FAQ accordion */
.faq { display: grid; gap: 10px; max-width: 860px; }
.faq-item {
  border-radius: 15px;
  border: 1px solid var(--stroke);
  background: var(--glass-2);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-item[open] { border-color: rgba(77, 168, 255, 0.4); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15.5px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex: none;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--stroke-2);
  color: var(--blue-soft);
  font-size: 17px;
  transition: transform 0.3s var(--ease-out), background 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); background: rgba(77, 168, 255, 0.12); }
.faq-item .faq-a { padding: 0 20px 20px; font-size: 14.5px; color: var(--muted); line-height: 1.7; }
.faq-item .faq-a p + p { margin-top: 10px; }
.faq-item .faq-a b { color: var(--white); }

/* ── Admin / CRM ────────────────────────────────────────── */
.admin-body { min-height: 100vh; background: radial-gradient(120% 100% at 50% 0%, var(--navy-800) 0%, var(--navy-950) 60%); padding: 40px 0 80px; }
.admin-top { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 26px; }
.admin-top h1 { font-size: 26px; }
.admin-top .spacer { flex: 1; }
.admin-count { font-size: 13px; color: var(--muted-2); }
.gate {
  max-width: 420px;
  margin: 12vh auto 0;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: var(--glass);
  backdrop-filter: blur(16px);
  padding: 34px 30px;
  display: grid;
  gap: 14px;
  text-align: center;
  justify-items: center;
}
.gate h1 { font-size: 22px; }
.gate p { font-size: 13.5px; color: var(--muted-2); }
.gate input {
  width: 100%;
  font: inherit;
  color: var(--white);
  background: rgba(5, 13, 31, 0.6);
  border: 1px solid var(--stroke-2);
  border-radius: 12px;
  padding: 13px 15px;
  outline: none;
  text-align: center;
}
.gate input:focus { border-color: rgba(255, 138, 42, 0.55); }
.gate .form-error { min-height: 18px; }
.admin-table-wrap {
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: rgba(7, 17, 41, 0.6);
  backdrop-filter: blur(14px);
  overflow: auto;
}
.admin-table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 980px; }
.admin-table th {
  text-align: left;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
  padding: 14px;
  border-bottom: 1px solid var(--stroke);
  white-space: nowrap;
  position: sticky;
  top: 0;
  background: rgba(7, 17, 41, 0.95);
}
.admin-table td { padding: 13px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); vertical-align: top; }
.admin-table tr:hover td { background: rgba(255, 255, 255, 0.025); }
.admin-table .mono { font-variant-numeric: tabular-nums; color: var(--muted); white-space: nowrap; }
.lead-name { font-weight: 600; }
.lead-sub { font-size: 12px; color: var(--muted-2); }
.badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid;
  white-space: nowrap;
}
.badge--novo { color: var(--orange-soft); border-color: rgba(255, 138, 42, 0.45); background: rgba(255, 138, 42, 0.09); }
.badge--andamento { color: var(--blue-soft); border-color: rgba(77, 168, 255, 0.4); background: rgba(77, 168, 255, 0.08); }
.badge--adesao { color: #6EE7B7; border-color: rgba(72, 199, 142, 0.45); background: rgba(72, 199, 142, 0.09); }
.badge--perdido { color: #FCA5A5; border-color: rgba(252, 165, 165, 0.4); background: rgba(252, 165, 165, 0.07); }
.badge--kit { color: #FDE68A; border-color: rgba(253, 230, 138, 0.45); background: rgba(253, 230, 138, 0.08); }
.status-select {
  font: inherit;
  font-size: 12.5px;
  color: var(--white);
  background: rgba(5, 13, 31, 0.7);
  border: 1px solid var(--stroke-2);
  border-radius: 9px;
  padding: 7px 9px;
  max-width: 240px;
  cursor: pointer;
}
.link-conta { color: var(--blue-soft); font-weight: 500; border-bottom: 1px dashed rgba(143, 198, 255, 0.4); }
.link-conta:hover { color: var(--white); }
.btn-ghost-sm {
  font-size: 12px;
  padding: 7px 12px;
  border-radius: 100px;
  border: 1px solid var(--stroke-2);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.25s;
  white-space: nowrap;
}
.btn-ghost-sm:hover { background: rgba(255, 255, 255, 0.1); }
.btn-danger-sm { border-color: rgba(252, 165, 165, 0.35); color: #FCA5A5; }
.btn-danger-sm:hover { background: rgba(252, 165, 165, 0.1); }
.lead-extra { background: rgba(3, 8, 22, 0.5); }
.lead-extra td { padding: 14px 18px; }
.lead-extra h4 { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 8px; }
.hist-list { list-style: none; display: grid; gap: 6px; font-size: 12.5px; color: var(--muted); }
.hist-list b { color: var(--white); font-weight: 500; }
.sys-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 6px; }
.sys-pill { font-size: 11.5px; color: var(--muted); border: 1px solid var(--stroke); border-radius: 100px; padding: 4px 10px; }
.admin-empty { text-align: center; padding: 60px 20px; color: var(--muted-2); }

/* ── Logos oficiais (arquivos do cliente) ───────────────── */
.brand-logo {
  height: 58px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.6)) drop-shadow(0 2px 14px rgba(255, 255, 255, 0.22));
}
.wgg-theme .brand-logo { filter: none; height: 48px; }
.wgg-theme .site-footer .brand-logo {
  background: #fff;
  padding: 6px 11px;
  border-radius: 12px;
  height: 48px;
  filter: none;
}
.preloader-logo {
  height: 86px;
  width: auto;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.6)) drop-shadow(0 2px 16px rgba(255, 255, 255, 0.25));
  animation: pulse-mark 2.2s ease-in-out infinite;
}
.wgg-img {
  height: clamp(60px, 8vw, 94px);
  width: auto;
  display: block;
  filter: drop-shadow(0 8px 26px rgba(0, 0, 0, 0.28));
}
.crm-tag {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--orange);
}

/* ── Selo WEG ───────────────────────────────────────────── */
.weg-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #CFE3FF;
  background: rgba(0, 87, 164, 0.18);
  border: 1px solid rgba(90, 160, 230, 0.4);
  border-radius: 100px;
  padding: 6px 13px 6px 7px;
}
.weg-badge img { height: 20px; width: auto; border-radius: 3px; display: inline-block; }
.eyebrow-weg { height: 16px; width: auto; border-radius: 2px; }
.eyebrow--kit { color: #9FC5EE; border-color: rgba(90, 160, 230, 0.4); background: rgba(0, 87, 164, 0.14); }

/* ── Seção Kit Antiapagão ───────────────────────────────── */
.section--kit {
  background:
    radial-gradient(80% 70% at 90% 10%, rgba(0, 87, 164, 0.14) 0%, transparent 55%),
    radial-gradient(60% 50% at 5% 95%, rgba(255, 138, 42, 0.06) 0%, transparent 60%),
    var(--navy-950);
}
.kit-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}
.kit-media {
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  border: 1px solid var(--stroke-2);
  box-shadow: var(--shadow-card);
  background: #0A1730;
}
.kit-media video { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.kit-media__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  border-radius: 8px;
  padding: 5px 7px;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.6);
}
.kit-media__badge img { height: 22px; width: auto; display: block; }
.kit-media__caption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  right: 14px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}
.kit-content { display: grid; gap: 14px; justify-items: start; }
.kit-content .section-title { margin: 0; }
.kit-list { list-style: none; display: grid; gap: 10px; }
.kit-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  color: var(--muted);
}
.kit-list li b { color: var(--white); }
.kit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid rgba(90, 160, 230, 0.7);
  background:
    linear-gradient(transparent, transparent) padding-box,
    radial-gradient(circle at center, rgba(0, 87, 164, 0.5), transparent) border-box;
}
.kit-list li::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 8px;
  width: 6px;
  height: 4px;
  border-left: 2px solid #9FC5EE;
  border-bottom: 2px solid #9FC5EE;
  transform: rotate(-45deg);
}

/* ── Tooltip do gráfico de consumo ──────────────────────── */
.dash-chart i { cursor: pointer; }
.dash-chart i:hover { filter: brightness(1.25); }
.dash-chart i::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(4, 12, 28, 0.95);
  border: 1px solid rgba(77, 168, 255, 0.4);
  color: var(--white);
  font-size: 11.5px;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  padding: 5px 9px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s var(--ease-out);
  z-index: 5;
  box-shadow: 0 10px 26px -10px rgba(0, 0, 0, 0.8);
}
.dash-chart i:hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }
.dash-chart { overflow: visible; }

/* ── Tema WGG (branco + verde) — página assinatura ─────── */
.wgg-theme {
  --wgg: #00A651;
  --wgg-dark: #007A3B;
  --wgg-deep: #0A3B24;
  --wgg-bg: #F4FAF6;
  background: var(--wgg-bg);
  color: #12261B;
}
.wgg-theme .site-header,
.wgg-theme .site-header.is-solid {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(10, 59, 36, 0.08), 0 14px 34px -26px rgba(10, 59, 36, 0.4);
}
.wgg-theme .brand__name { color: #17365C; }
.wgg-theme .brand__name em { color: #F26A21; }
.wgg-theme .site-nav a { color: #3D5A4B; }
.wgg-theme .site-nav a:hover { color: var(--wgg-dark); }
.wgg-theme .site-nav a::after { background: var(--wgg); }
.wgg-theme .btn--blue,
.wgg-theme .btn--primary {
  background: linear-gradient(135deg, #24C776 0%, var(--wgg) 55%, var(--wgg-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 32px -10px rgba(0, 166, 81, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.wgg-theme .btn--ghost { background: rgba(10, 59, 36, 0.05); border-color: rgba(10, 59, 36, 0.2); color: #0A3B24; }
.wgg-theme .btn--ghost:hover { background: rgba(10, 59, 36, 0.1); border-color: rgba(10, 59, 36, 0.35); }

.wgg-theme .page-hero {
  background:
    radial-gradient(90% 130% at 85% -20%, rgba(36, 199, 118, 0.5) 0%, transparent 60%),
    linear-gradient(160deg, #0E5433 0%, #0A3B24 55%, #072B1A 100%);
  min-height: 66vh;
}
.wgg-theme .page-hero__bg { opacity: 0.16; mix-blend-mode: luminosity; }
.wgg-theme .page-hero__bg::after { background: linear-gradient(0deg, rgba(7, 43, 26, 0.9) 0%, transparent 60%); }
.wgg-theme .page-hero h1 { color: #fff; }
.wgg-theme .page-hero h1 .hl {
  background: linear-gradient(92deg, #7BE8AE 0%, #24C776 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wgg-theme .page-hero .lead { color: rgba(233, 250, 240, 0.85); }
.wgg-theme .page-hero .lead b { color: #7BE8AE; }
.wgg-theme .page-badge { color: #C9F3DC; border-color: rgba(123, 232, 174, 0.45); background: rgba(123, 232, 174, 0.12); }
.wgg-theme .page-hero .microcopy { color: rgba(233, 250, 240, 0.6); }
.wgg-theme .page-hero .microcopy .ic { color: #7BE8AE; }

.wgg-logo { display: grid; gap: 4px; justify-items: start; margin-bottom: 22px; }
.wgg-logo svg { height: clamp(54px, 7vw, 84px); width: auto; display: block; }
.wgg-logo .wgg-tag {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.wgg-theme .section-title { color: #0A3B24; }
.wgg-theme .section-sub { color: #3D5A4B; }
.wgg-theme .eyebrow { color: var(--wgg-dark); border-color: rgba(0, 166, 81, 0.35); background: rgba(0, 166, 81, 0.08); }
.wgg-theme .hl {
  background: linear-gradient(92deg, #24C776 0%, var(--wgg-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wgg-theme .how-step {
  background: #fff;
  border-color: rgba(10, 59, 36, 0.1);
  box-shadow: 0 18px 44px -30px rgba(10, 59, 36, 0.35);
}
.wgg-theme .how-step::before { color: #fff; background: var(--wgg); border-color: var(--wgg); }
.wgg-theme .how-step h3 { color: #0A3B24; }
.wgg-theme .how-step p { color: #45604F; }
.wgg-theme .benefit-pill { color: #2C4A3A; border-color: rgba(0, 166, 81, 0.3); background: rgba(0, 166, 81, 0.07); }
.wgg-theme .benefit-pill .ic { color: var(--wgg); }
.wgg-theme .faq-item { background: #fff; border-color: rgba(10, 59, 36, 0.12); }
.wgg-theme .faq-item[open] { border-color: rgba(0, 166, 81, 0.55); }
.wgg-theme .faq-item summary { color: #0A3B24; }
.wgg-theme .faq-item summary::after { color: var(--wgg-dark); border-color: rgba(0, 166, 81, 0.4); }
.wgg-theme .faq-item[open] summary::after { background: rgba(0, 166, 81, 0.12); }
.wgg-theme .faq-item .faq-a { color: #45604F; }
.wgg-theme .faq-item .faq-a b { color: #0A3B24; }
.wgg-theme .wz-pane {
  background: #fff;
  border-color: rgba(0, 166, 81, 0.35) !important;
  box-shadow: 0 24px 60px -34px rgba(10, 59, 36, 0.45);
}
.wgg-theme .wz-pane h3 { color: #0A3B24; }
.wgg-theme .wz-step { color: var(--wgg-dark) !important; border-color: rgba(0, 166, 81, 0.4) !important; }
.wgg-theme .wz-text { color: #45604F; }
.wgg-theme .form-field { color: #6B8577; }
.wgg-theme .form-field input {
  background: #F4FAF6;
  border-color: rgba(10, 59, 36, 0.18);
  color: #12261B;
}
.wgg-theme .form-field input:focus { border-color: var(--wgg); box-shadow: 0 0 0 4px rgba(0, 166, 81, 0.12); }
.wgg-theme .microcopy { color: #6B8577; }
.wgg-theme .microcopy .ic { color: var(--wgg); }
.wgg-theme .kit-bump { background: #fff; border-color: rgba(0, 87, 164, 0.35); }
.wgg-theme .kit-bump__text { color: #45604F; }
.wgg-theme .kit-bump__text b { color: #17365C; }
.wgg-theme .kit-bump__icon { color: #0057A4; background: rgba(0, 87, 164, 0.08); border-color: rgba(0, 87, 164, 0.3); }
.wgg-theme .kit-bump__box { border-color: rgba(10, 59, 36, 0.3); background: #fff; }
.wgg-theme .kit-bump input:checked + .kit-bump__box { background: var(--wgg); border-color: var(--wgg); box-shadow: 0 0 14px rgba(0, 166, 81, 0.45); }
.wgg-theme .kit-bump input:checked + .kit-bump__box::after { border-color: #fff; }
.wgg-theme .kit-bump__tag { background: linear-gradient(135deg, #24C776, var(--wgg-dark)); color: #fff; }
.wgg-theme .wz-pane--success { border-color: rgba(0, 166, 81, 0.5) !important; }
.wgg-theme .wz-success-ic { color: var(--wgg); }
.wgg-theme .site-footer { background: #0A3B24; border-top: 0; }
.wgg-theme .site-footer .brand__name { color: #fff; }
.wgg-theme .footer-nav a { color: rgba(233, 250, 240, 0.7); }
.wgg-theme .footer-nav a:hover { color: #fff; }
.wgg-theme .footer-disclaimer, .wgg-theme .footer-copy { color: rgba(233, 250, 240, 0.5); }
.wgg-theme ::selection { background: rgba(0, 166, 81, 0.25); color: inherit; }

/* ── Soluções v2 (redesign ui-ux-pro-max) ───────────────── */
.sol2-featured {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
}
.sol2-card {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(24px, 3vw, 34px);
  display: grid;
  gap: 15px;
  justify-items: start;
  align-content: start;
  border: 1px solid var(--stroke);
  background: linear-gradient(165deg, rgba(16, 33, 66, 0.6) 0%, rgba(7, 17, 41, 0.75) 100%);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
  transition: transform 0.22s var(--ease-out), border-color 0.22s, box-shadow 0.25s;
}
.sol2-card:hover { transform: translateY(-5px); }
.sol2-card--solar { border-color: rgba(255, 138, 42, 0.42); }
.sol2-card--solar:hover { border-color: rgba(255, 163, 79, 0.7); box-shadow: 0 30px 70px -28px rgba(255, 138, 42, 0.35); }
.sol2-card--assinatura:hover { border-color: rgba(77, 168, 255, 0.55); box-shadow: 0 30px 70px -28px rgba(77, 168, 255, 0.3); }
.sol2-flag {
  position: absolute;
  top: -13px;
  left: 26px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1A0D00;
  background: linear-gradient(135deg, #FFA24F, var(--orange));
  padding: 6px 14px;
  border-radius: 100px;
  box-shadow: 0 8px 20px -8px rgba(255, 138, 42, 0.7);
}
.sol2-head { display: flex; align-items: center; gap: 14px; }
.sol2-head h3 { font-size: clamp(19px, 2vw, 23px); }
.sol2-desc { font-size: 14.5px; color: var(--muted); }
.sol2-metrics {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}
.sol2-metric {
  border-radius: 13px;
  border: 1px solid rgba(255, 138, 42, 0.28);
  background: rgba(255, 138, 42, 0.06);
  padding: 12px 14px;
  display: grid;
  gap: 2px;
}
.sol2-metric b {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
}
.sol2-metric span { font-size: 12px; color: var(--muted-2); }
.sol2-metric--blue { border-color: rgba(77, 168, 255, 0.3); background: rgba(77, 168, 255, 0.06); }
.sol2-metric--blue b { color: var(--blue); }
.sol2-best { font-size: 13.5px; color: var(--muted-2); border-left: 2px solid rgba(255, 138, 42, 0.4); padding-left: 12px; }
.sol2-card--assinatura .sol2-best { border-left-color: rgba(77, 168, 255, 0.45); }
.sol2-best span {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-soft);
  margin-bottom: 3px;
}
.sol2-card--assinatura .sol2-best span { color: var(--blue-soft); }
.sol2-card .btn { margin-top: 4px; }
.sol2-card .btn:focus-visible,
.sol2-mini .sol-card__cta:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

.sol2-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.sol2-mini {
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: var(--glass-2);
  backdrop-filter: blur(12px);
  padding: 22px;
  display: grid;
  gap: 11px;
  align-content: start;
  justify-items: start;
  transition: transform 0.22s var(--ease-out), border-color 0.22s;
}
.sol2-mini:hover { transform: translateY(-4px); border-color: var(--stroke-2); }
.sol2-mini h3 { font-size: 17px; }
.sol2-mini p { font-size: 13.5px; color: var(--muted); }

.sol2-banner {
  margin-top: 18px;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(255, 138, 42, 0.3);
  background:
    radial-gradient(90% 160% at 8% 0%, rgba(255, 138, 42, 0.14) 0%, transparent 55%),
    linear-gradient(160deg, rgba(16, 33, 66, 0.6) 0%, rgba(7, 17, 41, 0.8) 100%);
  backdrop-filter: blur(14px);
  padding: clamp(24px, 3.2vw, 38px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sol2-banner__text h3 { font-size: clamp(20px, 2.2vw, 26px); margin-bottom: 6px; }
.sol2-banner__text p { font-size: 14.5px; color: var(--muted); max-width: 460px; }
.sol2-banner__action { display: grid; gap: 8px; justify-items: center; }
.sol2-banner__action .microcopy { margin-top: 0; }

/* ── Kit Antiapagão cinematográfico ─────────────────────── */
.kit-cine {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--navy-950);
  padding: 14vh 0 10vh;
}
.kit-cine__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kit-cine__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 22, 0.82) 0%, rgba(3, 8, 22, 0.35) 48%, rgba(3, 8, 22, 0.1) 100%),
    linear-gradient(0deg, rgba(3, 8, 22, 0.88) 0%, transparent 45%),
    linear-gradient(180deg, rgba(3, 8, 22, 0.55) 0%, transparent 22%);
  pointer-events: none;
}
.kit-cine__content {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 16px;
  justify-items: start;
  max-width: 680px;
  margin-left: 0;
}
.kit-cine__title {
  font-size: clamp(32px, 4.6vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  text-wrap: balance;
  text-shadow: 0 4px 40px rgba(2, 6, 18, 0.8);
}
.kit-cine__sub {
  font-size: clamp(15px, 1.5vw, 17.5px);
  color: var(--muted);
  max-width: 560px;
  text-shadow: 0 2px 22px rgba(2, 6, 18, 0.9);
}
.kit-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; }
.kit-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  background: rgba(5, 13, 31, 0.55);
  border: 1px solid rgba(90, 160, 230, 0.35);
  border-radius: 100px;
  padding: 8px 15px;
  backdrop-filter: blur(8px);
}
.kit-chips li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ED9A0;
  box-shadow: 0 0 8px rgba(126, 217, 160, 0.8);
}
.kit-cine__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }

/* ── Trilha fixa do orçamento ───────────────────────────── */
.flow-tracker {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 85;
  background: rgba(4, 11, 26, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(255, 138, 42, 0.28);
  box-shadow: 0 -14px 40px -20px rgba(0, 0, 0, 0.8);
  transform: translateY(110%);
  transition: transform 0.45s var(--ease-out);
}
.flow-tracker.is-on { transform: none; }
.ft-inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
}
.ft-steps {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
}
.ft-steps::-webkit-scrollbar { display: none; }
.ft-steps li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: var(--muted-2);
  padding: 7px 12px;
  border-radius: 100px;
  white-space: nowrap;
  transition: color 0.25s, background 0.25s;
}
.ft-steps li i {
  font-style: normal;
  width: 20px;
  height: 20px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 10.5px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: all 0.25s;
}
.ft-steps li.is-current { color: var(--white); background: rgba(255, 138, 42, 0.12); }
.ft-steps li.is-current i { border-color: var(--orange); color: var(--orange); box-shadow: 0 0 10px rgba(255, 138, 42, 0.5); }
.ft-steps li.is-done { color: var(--muted); }
.ft-steps li.is-done i {
  background: #2E9E63;
  border-color: #2E9E63;
  color: transparent;
  position: relative;
}
.ft-steps li.is-done i::after {
  content: "";
  position: absolute;
  inset: 5.5px 4.5px 6.5px 5.5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
#ft-continue { flex: none; }

/* ── Responsivo — novos blocos ──────────────────────────── */
@media (max-width: 900px) {
  .rec-grid { grid-template-columns: 1fr; }
  .adj-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: repeat(2, 1fr); }
  .sol2-featured { grid-template-columns: 1fr; }
  .sol2-row { grid-template-columns: 1fr; }
  .kit-cine { min-height: 78vh; }
}
@media (max-width: 560px) {
  .wa-row .btn { width: 100%; }
  .adj-grid { grid-template-columns: 1fr 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .kit-bump { flex-wrap: wrap; }
  .brand-logo { height: 42px; }
  .preloader-logo { height: 64px; }
  .ft-steps li span { display: none; }
  .ft-steps li { padding: 6px 7px; }
  .kit-cine__actions .btn { width: 100%; }
}
