/* ════════════════════════════════════════════════════════════════════
   REDESIGN-GRATUITO.CSS — SANBERNARDA.COM Landing Page Stylesheet
   Estética: Cyber-Cockpit / Neo-Brutalismo 2026 · Performance Pura
   ════════════════════════════════════════════════════════════════════ */

/* ── 1. HERO SECTION & SPLIT LAYOUT ── */
.hero-v3#hero-lp {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(90px, 12vh, 120px) 0 clamp(60px, 8vh, 90px);
  overflow: hidden;
  background: var(--cc-navy, #1A0B24);
  box-shadow: inset 0 0 140px rgba(18,6,26,.85), inset 0 0 56px rgba(13,31,44,.65);
}

.hero-v3#hero-lp #hero-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  display: block;
}

.hero-v3#hero-lp .hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-v3#hero-lp .hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: .035;
}

.hero-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  transition: background 0.1s ease;
}

.hero-v3#hero-lp .hero-container-v3 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  position: relative;
  z-index: 2;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 3.6vw, 48px);
  align-items: center;
  justify-content: center;
}

.hero-split__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  min-width: 0;
  width: 100%;
  align-self: center;
}

/* Badge de status superior */
.hero-tag-lp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border-radius: 9999px;
  background: linear-gradient(112deg, rgba(204, 150, 232, 0.12), rgba(255, 92, 20, 0.08));
  border: 1px solid rgba(30, 4, 48, 0.12);
  color: rgba(251, 247, 242, 0.78);
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: none;
}

.hero-tag-lp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 6px rgba(52, 211, 153, 0.45);
  animation: lp-pulse-green 2s infinite ease-in-out;
}

@keyframes lp-pulse-green {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}

html.cc-brut body .hero-title-v3.lp-hl,
html.cc-brut body .hero-title-v3.lp-hl .hero-line,
.hero-title-v3.lp-hl,
.hero-title-v3.lp-hl .hero-line {
  font-size: clamp(3.4rem, 7.2vw, 6.5rem) !important;
  line-height: 0.98 !important;
  max-width: 100% !important;
}

html.cc-brut body .hero-title-v3.lp-hl,
.hero-title-v3.lp-hl {
  margin-bottom: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-height: 3.05em;
  overflow: visible !important;
  width: 100%;
}

html.cc-brut body .hero-title-v3.lp-hl .hero-line,
.hero-title-v3.lp-hl .hero-line {
  display: block !important;
  width: fit-content !important;
  white-space: nowrap !important;
}

html.cc-brut body .hero-title-v3.lp-hl .hero-line.accent,
html.cc-brut body .hero-title-v3.lp-hl .accent {
  max-width: 100% !important;
}

.lp-lead {
  font-family: var(--font-mono), 'DM Mono', sans-serif;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--text-muted);
  max-width: 100%;
  margin-bottom: 28px;
}

.lp-cta-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin: 4px 0 22px;
}

.btn-wa-lp-sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9999px;
}

/* Avaliação 5 estrelas */
.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-rating__stars {
  display: flex;
  gap: 3px;
}

.hero-rating__stars svg {
  width: 15px;
  height: 15px;
  fill: #FFB800;
  stroke: #FFB800;
}

.hero-rating__txt {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 13px;
  color: var(--text-muted, rgba(255, 255, 255, 0.7));
}

.hero-rating__txt b {
  color: #fff;
  font-weight: 700;
}

/* Risco zero & trust badges */
.cta-risk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--text-muted, rgba(255, 255, 255, 0.75));
  font-family: var(--font-mono, 'DM Mono', monospace);
}

.cta-risk svg {
  width: 16px;
  height: 16px;
  stroke: #10B981;
  flex-shrink: 0;
}

.cta-risk b {
  color: #fff;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
}

.btn-wa-lp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  background: var(--cc-orange, #FF5C14) !important;
  color: #fff !important;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(255, 92, 20, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-wa-lp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 92, 20, 0.5);
}

/* ── 2. SHOWCASE 3D — SITE FEIO → SITE NOVO ── */
.showcase {
  position: relative;
  top: -48px;
  width: 100%;
  max-width: 680px;
  margin-block: auto;
  margin-inline: auto;
  perspective: 1600px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  z-index: 1;
}

.showcase:focus-visible {
  outline: 2px solid var(--cc-orange, #FF5C14);
  outline-offset: 8px;
  border-radius: 20px;
}

.showcase__aura {
  position: absolute;
  inset: 6% 2% 14%;
  border-radius: 48px;
  background: radial-gradient(ellipse at 50% 50%, rgba(37, 99, 235, 0.28) 0%, rgba(37, 99, 235, 0.08) 42%, transparent 72%);
  filter: blur(32px);
  z-index: 0;
  pointer-events: none;
  transition: background 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
  animation: sc-aura-breathe 4.5s ease-in-out infinite;
}

.showcase.state-premium .showcase__aura {
  background: radial-gradient(ellipse at 50% 45%, rgba(255, 92, 20, 0.55) 0%, rgba(168, 85, 247, 0.22) 38%, transparent 72%);
  transform: scale(1.06);
}

@keyframes sc-aura-breathe {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.showcase__burst {
  position: absolute;
  inset: 4% 3% 16%;
  border-radius: 22px;
  z-index: 12;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, 0.7) 50%, transparent 64%);
  mix-blend-mode: screen;
}

.showcase.is-flipping .showcase__burst {
  animation: sc-burst-flash 0.75s ease-out;
}

@keyframes sc-burst-flash {
  0% { opacity: 0; transform: scale(0.9) rotateY(0deg); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.08) rotateY(12deg); }
}

.sc-fly {
  position: absolute;
  z-index: 15;
  background: rgba(18, 6, 26, 0.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 11px 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 92, 20, 0.12);
  display: grid;
  align-items: center;
  pointer-events: none;
  will-change: transform;
  animation:
    sc-fly-float 3.4s ease-in-out infinite,
    sc-fly-glow 3.4s ease-in-out infinite;
}

.sc-fly--tl {
  top: -18px;
  left: -22px;
  animation-duration: 3.2s, 3.2s;
  animation-delay: 0s, 0s;
}

.sc-fly--tr {
  top: 15%;
  right: -26px;
  animation-duration: 3.9s, 3.9s;
  animation-delay: -1.2s, -1.2s;
}

.sc-fly--bl {
  bottom: 44px;
  left: -18px;
  animation-duration: 3.55s, 3.55s;
  animation-delay: -2.1s, -2.1s;
}

@keyframes sc-fly-float {
  0% { transform: translate3d(0, 6px, 0) rotate(-0.7deg); }
  50% { transform: translate3d(3px, -10px, 0) rotate(0.8deg); }
  100% { transform: translate3d(0, 6px, 0) rotate(-0.7deg); }
}

@keyframes sc-fly-glow {
  0%, 100% {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
  }
  50% {
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.38), 0 10px 24px rgba(37, 99, 235, 0.22);
  }
}

.sc-fly__ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  flex-shrink: 0;
  animation: sc-fly-ico 2.6s ease-in-out infinite;
}

.sc-fly--tr .sc-fly__ico { animation-delay: -0.7s; }
.sc-fly--bl .sc-fly__ico { animation-delay: -1.4s; }

@keyframes sc-fly-ico {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.sc-fly__ico svg, .sc-fly__ico i {
  width: 18px;
  height: 18px;
}

.sc-fly__ico--ok {
  background: rgba(37, 99, 235, 0.16);
  color: #60A5FA;
  border: 1px solid rgba(37, 99, 235, 0.32);
}

.sc-fly__ico--green {
  background: rgba(16, 185, 129, 0.18);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.3);
  animation-name: sc-fly-ico, sc-fly-ico-ring;
  animation-duration: 2.6s, 2.2s;
  animation-timing-function: ease-in-out, ease-in-out;
  animation-iteration-count: infinite, infinite;
}

@keyframes sc-fly-ico-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}

.sc-fly__ico--green svg,
.sc-fly__ico--green i {
  animation: sc-fly-arrow 1.5s ease-in-out infinite;
}

@keyframes sc-fly-arrow {
  0%, 100% { transform: translateY(1px); }
  50% { transform: translateY(-3px); }
}

.sc-fly__big {
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  animation: sc-fly-num 2.4s ease-in-out infinite;
}

.sc-fly--tr .sc-fly__big { animation-delay: -0.5s; }
.sc-fly--bl .sc-fly__big { animation-delay: -1.1s; }

@keyframes sc-fly-num {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(-2px); opacity: 0.92; }
}

.sc-fly__lbl {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
  animation: sc-fly-lbl 2.8s ease-in-out infinite;
}

.sc-fly--tr .sc-fly__lbl { animation-delay: -0.9s; }
.sc-fly--bl .sc-fly__lbl { animation-delay: -1.6s; }

@keyframes sc-fly-lbl {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.sc-fly__ugly,
.sc-fly__premium {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.showcase.state-ugly .sc-fly__premium {
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  visibility: hidden;
}

.showcase.state-premium .sc-fly__ugly {
  opacity: 0;
  transform: translateY(-10px) scale(0.96);
  visibility: hidden;
}

.showcase.state-premium .sc-fly__premium {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.showcase.state-premium .sc-fly {
  border-color: rgba(16, 185, 129, 0.4);
  animation-name: sc-fly-float, sc-fly-glow-ok;
}

@keyframes sc-fly-glow-ok {
  0%, 100% {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(16, 185, 129, 0.22);
  }
  50% {
    box-shadow: 0 22px 42px rgba(16, 185, 129, 0.28), 0 0 22px rgba(16, 185, 129, 0.4);
  }
}

.sc-fly__pips {
  grid-area: 1 / 1;
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: visible;
}

.sc-fly__pip {
  position: absolute;
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  will-change: transform, opacity;
}

.sc-fly__pip--down {
  color: #F87171;
  animation: sc-pip-down 2.7s ease-out infinite;
}

.sc-fly__pip--up {
  color: #34D399;
  animation: sc-pip-up 2.45s ease-out infinite;
}

.sc-fly__pip[data-i="1"] { left: 58%; top: 6%; }
.sc-fly__pip[data-i="2"] { left: 82%; top: 36%; }
.sc-fly__pip[data-i="3"] { left: 40%; top: -4%; }

.sc-fly--tl .sc-fly__pip--down[data-i="1"] { animation-delay: 0.15s; }
.sc-fly--tl .sc-fly__pip--down[data-i="2"] { animation-delay: 1.05s; }
.sc-fly--tl .sc-fly__pip--down[data-i="3"] { animation-delay: 1.95s; }
.sc-fly--tl .sc-fly__pip--up[data-i="1"] { animation-delay: 0.1s; }
.sc-fly--tl .sc-fly__pip--up[data-i="2"] { animation-delay: 0.95s; }
.sc-fly--tl .sc-fly__pip--up[data-i="3"] { animation-delay: 1.85s; }

.sc-fly--tr .sc-fly__pip--down[data-i="1"] { animation-delay: 0.45s; }
.sc-fly--tr .sc-fly__pip--down[data-i="2"] { animation-delay: 1.35s; }
.sc-fly--tr .sc-fly__pip--down[data-i="3"] { animation-delay: 2.2s; }
.sc-fly--tr .sc-fly__pip--up[data-i="1"] { animation-delay: 0.35s; }
.sc-fly--tr .sc-fly__pip--up[data-i="2"] { animation-delay: 1.2s; }
.sc-fly--tr .sc-fly__pip--up[data-i="3"] { animation-delay: 2.05s; }

.sc-fly--bl .sc-fly__pip--down[data-i="1"] { animation-delay: 0.7s; }
.sc-fly--bl .sc-fly__pip--down[data-i="2"] { animation-delay: 1.55s; }
.sc-fly--bl .sc-fly__pip--down[data-i="3"] { animation-delay: 2.4s; }
.sc-fly--bl .sc-fly__pip--up[data-i="1"] { animation-delay: 0.55s; }
.sc-fly--bl .sc-fly__pip--up[data-i="2"] { animation-delay: 1.4s; }
.sc-fly--bl .sc-fly__pip--up[data-i="3"] { animation-delay: 2.2s; }

.showcase.state-ugly .sc-fly__pip--up,
.showcase.state-premium .sc-fly__pip--down {
  display: none;
}

@keyframes sc-pip-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -2px, 0) scale(0.72);
  }
  14% {
    opacity: 1;
    transform: translate3d(2px, 4px, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(6px, 24px, 0) scale(0.88);
  }
}

@keyframes sc-pip-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.72);
  }
  14% {
    opacity: 1;
    transform: translate3d(-2px, 0, 0) scale(1.08);
  }
  100% {
    opacity: 0;
    transform: translate3d(-6px, -28px, 0) scale(1);
  }
}

.showcase__device-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 74%;
  border-radius: 18px;
  cursor: pointer;
  transform-style: preserve-3d;
  animation: sc-levitate 6.5s ease-in-out infinite;
}

@keyframes sc-levitate {
  0%, 100% { transform: translateY(0) rotateX(3deg) rotateY(-7deg); }
  50% { transform: translateY(-10px) rotateX(5deg) rotateY(-4deg); }
}

.showcase.state-premium .showcase__device-wrapper {
  animation: none;
  transform: translateY(-6px) rotateX(2deg) rotateY(0deg);
}

.showcase__device {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 18px;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  will-change: transform;
}

.showcase.state-premium .showcase__device {
  transform: rotateY(180deg);
  box-shadow:
    0 32px 80px rgba(255, 92, 20, 0.28),
    0 12px 36px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 92, 20, 0.35);
}

.sc-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.sc-face::before {
  content: "";
  position: absolute;
  top: -18%;
  left: -8%;
  width: 62%;
  height: 48%;
  z-index: 7;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.08) 42%, transparent 72%);
  mix-blend-mode: soft-light;
}

.sc-face::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.07) 18%,
      rgba(255, 255, 255, 0.02) 38%,
      transparent 54%,
      rgba(255, 255, 255, 0.04) 78%,
      rgba(255, 255, 255, 0.1) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.sc-face--front {
  background: #F8FAFC;
  border: 1px solid rgba(37, 99, 235, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}

.sc-face--back {
  background: #0B1120;
  border: 1px solid rgba(255, 92, 20, 0.55);
  transform: rotateY(180deg);
  box-shadow: inset 0 0 48px rgba(255, 92, 20, 0.1);
}

.sc-face--back::before {
  background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 180, 140, 0.08) 46%, transparent 74%);
}

.sc-face--back::after {
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.05) 20%,
      rgba(255, 255, 255, 0.015) 40%,
      transparent 56%,
      rgba(255, 92, 20, 0.05) 82%,
      rgba(255, 255, 255, 0.08) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.sc-stamp {
  position: absolute;
  top: 46px;
  right: 10px;
  z-index: 8;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 3px 8px;
  border-radius: 4px;
  pointer-events: none;
}

.sc-stamp--antes {
  background: #2563EB;
  color: #fff;
}

.sc-stamp--depois {
  background: linear-gradient(90deg, #FF5C14, #F97316);
  color: #fff;
  box-shadow: 0 0 16px rgba(255, 92, 20, 0.45);
}

.sc-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.08) 42%, rgba(255,255,255,0.28) 50%, transparent 58%);
  background-size: 220% 100%;
  background-position: 120% 0;
  pointer-events: none;
  z-index: 6;
}

.showcase.state-premium .sc-shine {
  animation: sc-shine-sweep 1.15s 0.28s ease-out both;
}

@keyframes sc-shine-sweep {
  0% { background-position: 120% 0; }
  100% { background-position: -40% 0; }
}

.sc-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(255, 92, 20, 0.12), transparent);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
}

.showcase.state-premium .sc-scan {
  opacity: 1;
  animation: sc-scan-move 2.8s 0.4s ease-in-out infinite;
}

@keyframes sc-scan-move {
  0% { top: -20%; }
  100% { top: 90%; }
}

.sc-bar {
  height: 38px;
  background: rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
  flex-shrink: 0;
}

.sc-bar--y15 {
  background: #e8eaed !important;
  border-bottom: 1px solid #dadce0 !important;
}

.sc-face--front .sc-url {
  background: #fff !important;
  color: #3c4043 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  justify-content: flex-start;
  text-align: left;
  border: 1px solid #dadce0;
  border-radius: 4px;
}

.sc-dots {
  display: flex;
  gap: 6px;
}

.sc-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.sc-dots span:nth-child(1) { background: #EF4444; }
.sc-dots span:nth-child(2) { background: #F59E0B; }
.sc-dots span:nth-child(3) { background: #10B981; }

.sc-url {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 4px 12px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.sc-lock {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

.sc-url--insecure {
  color: #FCA5A5;
  background: rgba(239, 68, 68, 0.12);
}

.sc-url--insecure .sc-lock {
  color: #EF4444;
}

.sc-url--secure {
  color: #A7F3D0;
  background: rgba(16, 185, 129, 0.1);
}

.sc-url--secure .sc-lock {
  color: #34D399;
}

.sc-screen {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  position: relative;
}

.sc-screen--ugly,
.sc-screen--new {
  padding: 0;
  gap: 0;
}

.sc-alert-bar {
  background: #DC2626;
  color: #fff;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  animation: lp-blink 1.5s infinite;
}

@keyframes lp-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.sc-popup {
  position: absolute;
  right: 18px;
  top: 58px;
  z-index: 4;
  background: #FACC15;
  color: #1A0B24;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 6px 10px;
  border: 2px solid #1A0B24;
  box-shadow: 4px 4px 0 #1A0B24;
  animation: sc-popup-shake 2.4s ease-in-out infinite;
}

.sc-popup b {
  margin-left: 6px;
  font-weight: 900;
}

@keyframes sc-popup-shake {
  0%, 80%, 100% { transform: translate(0, 0) rotate(-2deg); }
  85% { transform: translate(-2px, 1px) rotate(1deg); }
  90% { transform: translate(2px, -1px) rotate(-3deg); }
  95% { transform: translate(-1px, 0) rotate(0deg); }
}

.sc-counter {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8.5px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.scn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}

.scn--ugly .scn__menu span:nth-child(2) {
  transform: translateY(3px);
}

.scn--ugly .scn__menu span:nth-child(3) {
  opacity: 0.35;
  width: 18px;
}

.scn--ugly .scn__cta {
  background: #6B7280;
  border-radius: 2px;
}

.scn__logo {
  width: 70px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.sc-face--back .scn__logo {
  background: linear-gradient(90deg, #FF5C14, #A855F7);
  box-shadow: 0 0 12px rgba(255, 92, 20, 0.45);
}

.scn__menu {
  display: flex;
  gap: 6px;
}

.scn__menu span {
  width: 28px;
  height: 7px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
}

.scn__cta {
  width: 52px;
  height: 16px;
  background: var(--cc-orange, #FF5C14);
  border-radius: 9999px;
}

.sch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  margin: 4px 0;
}

.sch__txt {
  display: flex;
  flex-direction: column;
}

.sch__h--1 {
  width: 85%;
  height: 16px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  margin-bottom: 6px;
}

.sc-face--front .sch__h--1 {
  width: 70%;
  height: 11px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 0;
}

.sch__h--2 {
  width: 60%;
  height: 16px;
  background: var(--cc-orange, #FF5C14);
  border-radius: 3px;
  margin-bottom: 8px;
}

.sc-face--front .sch__h--2 {
  width: 48%;
  height: 11px;
  background: #7F1D1D;
  border-radius: 0;
}

.sc-face--back .sch__h--2 {
  box-shadow: 0 0 14px rgba(255, 92, 20, 0.45);
}

.sch__p i {
  display: block;
  width: 90%;
  height: 7px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  margin-bottom: 5px;
}

.sch__btns {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.sch__btn1 {
  width: 56px;
  height: 18px;
  background: var(--cc-orange, #FF5C14);
  border-radius: 9999px;
}

.sc-face--back .sch__btn1 {
  box-shadow: 0 0 12px rgba(255, 92, 20, 0.5);
}

.sc-face--front .sch__btn1 {
  background: #9CA3AF;
  border-radius: 2px;
}

.sch__btn2 {
  width: 48px;
  height: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}

.sch__visual {
  height: 86px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sch__visual--broken {
  border: 2px dashed rgba(239, 68, 68, 0.55);
  border-radius: 2px;
  background:
    repeating-linear-gradient(-45deg, rgba(239, 68, 68, 0.08) 0 6px, transparent 6px 12px);
  flex-direction: column;
  gap: 4px;
}

.sch__broken-ico {
  font-size: 18px;
  color: rgba(239, 68, 68, 0.7);
  line-height: 1;
}

.sch__broken-txt {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #FCA5A5;
}

.sc-face--back .sch__visual {
  background: linear-gradient(180deg, rgba(255, 92, 20, 0.1), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 92, 20, 0.28);
  box-shadow: inset 0 0 20px rgba(255, 92, 20, 0.08);
}

.sch__live {
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 2;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #34D399;
  background: rgba(6, 78, 59, 0.7);
  border: 1px solid rgba(52, 211, 153, 0.35);
  border-radius: 999px;
  padding: 2px 7px;
}

.sch__graph {
  width: 100%;
  height: 100%;
  padding: 14px 6px 6px;
}

.sch__graph svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sch__graph-line {
  filter: drop-shadow(0 2px 6px rgba(255, 92, 20, 0.55));
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
}

.showcase.state-premium .sch__graph-line {
  animation: sc-draw-line 1.15s 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sch__graph-fill {
  opacity: 0;
}

.showcase.state-premium .sch__graph-fill {
  animation: sc-fade-fill 0.7s 0.7s ease forwards;
}

.sch__graph-dot--end {
  transform-origin: 120px 5px;
}

.showcase.state-premium .sch__graph-dot--end {
  animation: sc-dot-pulse 1.6s 1.1s ease-in-out infinite;
}

@keyframes sc-draw-line {
  to { stroke-dashoffset: 0; }
}

@keyframes sc-fade-fill {
  to { opacity: 1; }
}

@keyframes sc-dot-pulse {
  0%, 100% { r: 3; }
  50% { r: 4.2; }
}

.scc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.scc__card {
  height: 44px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.scc__card b,
.scc__card i {
  display: block;
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
}

.scc__card b { width: 62%; }
.scc__card i { width: 38%; height: 4px; }

.scc--ugly .scc__card {
  border-radius: 2px;
  border-color: rgba(239, 68, 68, 0.2);
  background: rgba(239, 68, 68, 0.06);
}

.scc--ugly .scc__card:nth-child(2) {
  transform: translateY(4px) rotate(-1deg);
  opacity: 0.7;
}

.sc-face--back .scc__card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 92, 20, 0.16);
}

.sc-face--back .scc__card b {
  background: linear-gradient(90deg, #FF5C14, rgba(255, 92, 20, 0.35));
}

.sc-face--back .scc__card:nth-child(2) b { width: 78%; }
.sc-face--back .scc__card:nth-child(3) b { width: 54%; }

.showcase__hint {
  position: relative;
  z-index: 3;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase__hint-track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 280px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.showcase__hint-pill {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.32);
  box-shadow: 0 0 16px rgba(37, 99, 235, 0.22);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), background 0.5s ease, box-shadow 0.5s ease;
}

.showcase.state-premium .showcase__hint-pill {
  transform: translateX(100%);
  background: rgba(16, 185, 129, 0.32);
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.35);
}

.showcase__hint-from,
.showcase__hint-to {
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  text-align: center;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.4s ease, text-shadow 0.4s ease;
}

.showcase.state-ugly .showcase__hint-from {
  color: #93C5FD;
  text-shadow: 0 0 10px rgba(37, 99, 235, 0.4);
}

.showcase.state-premium .showcase__hint-to {
  color: #6EE7B7;
  text-shadow: 0 0 12px rgba(52, 211, 153, 0.5);
}

.showcase__hint-arrow {
  display: none;
}

/* ── Mini site 2025 — bom, profissional, atual ── */
.sm-old {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #F8FAFC;
  overflow: hidden;
  position: relative;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #0F172A;
}

.sm-now__nav {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
}

.sm-now__mark {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #2563EB;
  flex-shrink: 0;
}

.sm-now__logo {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0F172A;
  white-space: nowrap;
}

.sm-now__links {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
}

.sm-now__links i {
  font-style: normal;
  font-size: 8px;
  font-weight: 600;
  color: #64748B;
}

.sm-now__cta {
  background: #2563EB;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 8px;
}

.sm-now__ava {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #93C5FD, #2563EB);
  flex-shrink: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #E2E8F0;
}

.sm-now__bell {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #F1F5F9;
  position: relative;
  flex-shrink: 0;
}
.sm-now__bell::after {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EF4444;
  border: 1px solid #fff;
}

.sm-now__hero {
  flex: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 8px;
  padding: 8px 10px 6px;
  min-height: 0;
  align-items: stretch;
}

.sm-now__h {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #0F172A;
}

.sm-now__p {
  margin: 0 0 5px;
  font-size: 8px;
  line-height: 1.35;
  color: #64748B;
}

.sm-now__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  font-size: 7.5px;
  font-weight: 700;
  color: #64748B;
}

.sm-now__stars {
  color: #F59E0B;
  letter-spacing: 0.04em;
}

.sm-now__kicker {
  display: block;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 5px;
}

.sm-now__actions {
  display: flex;
  gap: 6px;
  align-items: center;
}

.sm-now__btn {
  background: #2563EB;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
}

.sm-now__ghost {
  font-size: 8px;
  font-weight: 700;
  color: #475569;
  padding: 5px 8px;
}

.sm-now__shot {
  min-height: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.sm-now__photo {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 88px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(15,23,42,0.45) 100%),
    radial-gradient(ellipse at 78% 18%, rgba(255,255,255,0.9) 0 6%, transparent 7%),
    linear-gradient(90deg, #d7e4ee 0 36%, #9eb6c7 36% 40%, #efe8dc 40%);
}

.sm-now__photo::before {
  content: '';
  position: absolute;
  left: 12%;
  bottom: 18%;
  width: 38%;
  height: 42%;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #f8fafc, #cbd5e1);
  box-shadow: 0 6px 10px rgba(15,23,42,.15);
}

.sm-now__hours {
  position: absolute;
  left: 7px;
  bottom: 7px;
  z-index: 1;
  background: rgba(255,255,255,.94);
  color: #0F172A;
  font-size: 7px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(15,23,42,.12);
}

.sm-now__win {
  width: 100%;
  background: #fff;
  border-radius: 7px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 1px 2px rgba(15,23,42,.06);
}

.sm-now__winbar {
  display: flex;
  align-items: center;
  gap: 3px;
}

.sm-now__winbar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #CBD5E1;
}
.sm-now__winbar i:nth-child(1) { background: #F87171; }
.sm-now__winbar i:nth-child(2) { background: #FBBF24; }
.sm-now__winbar i:nth-child(3) { background: #34D399; }
.sm-now__winbar b {
  margin-left: 4px;
  font-size: 7px;
  font-weight: 700;
  color: #64748B;
}

.sm-now__winbar em {
  margin-left: auto;
  font-size: 6.5px;
  font-style: normal;
  font-weight: 700;
  color: #059669;
}

.sm-now__search {
  font-size: 7px;
  color: #94A3B8;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 3px 6px;
}

.sm-now__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}

.sm-now__metrics span {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  padding: 3px 4px;
  font-size: 6.5px;
  color: #94A3B8;
  text-align: center;
}

.sm-now__metrics b {
  display: block;
  font-size: 9px;
  font-weight: 800;
  color: #0F172A;
}

.sm-now__bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 22px;
  padding: 0 2px;
}

.sm-now__bars i {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: #93C5FD;
}
.sm-now__bars i:nth-child(1) { height: 40%; }
.sm-now__bars i:nth-child(2) { height: 55%; }
.sm-now__bars i:nth-child(3) { height: 48%; }
.sm-now__bars i:nth-child(4) { height: 78%; background: #2563EB; }
.sm-now__bars i:nth-child(5) { height: 62%; }
.sm-now__bars i:nth-child(6) { height: 88%; background: #2563EB; }
.sm-now__bars i:nth-child(7) { height: 70%; }

.sm-now__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sm-now__list span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 6.5px;
  font-weight: 600;
  color: #475569;
}

.sm-now__list u {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CBD5E1;
  text-decoration: none;
  flex-shrink: 0;
}
.sm-now__list span:nth-child(1) u { background: #93C5FD; }
.sm-now__list span:nth-child(2) u { background: #FBBF24; }
.sm-now__list span:nth-child(3) u { background: #34D399; }

.sm-now__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding: 0 10px 6px;
}

.sm-now__card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 7px;
  padding: 6px 7px 7px;
}

.sm-now__card b {
  display: block;
  font-size: 8px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 2px;
}

.sm-now__card p {
  margin: 0;
  font-size: 6.5px;
  line-height: 1.3;
  color: #64748B;
}

.sm-now__row {
  display: flex;
  gap: 5px;
  padding: 6px 10px 8px;
  border-top: 1px solid #E2E8F0;
  background: #fff;
}

.sm-now__row span {
  font-size: 7.5px;
  font-weight: 700;
  color: #64748B;
  background: #F1F5F9;
  padding: 3px 7px;
  border-radius: 99px;
}

/* ── Mini site 2026 ── */
.sm-new {
  height: 100%;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(90% 70% at 100% 0%, rgba(255, 92, 20, 0.18), transparent 46%),
    linear-gradient(180deg, #16081F 0%, #0E0614 100%);
  padding: 8px 10px 10px;
  gap: 7px;
  color: #fff;
}

.sm-new__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sm-new__logo {
  font-family: var(--fonte-titulo, 'Archivo', sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #FF5C14, #A855F7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.sm-new__links {
  display: flex;
  gap: 10px;
  flex: 1;
}

.sm-new__links i {
  height: auto;
  width: auto;
  border-radius: 0;
  background: none;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.sm-new__cta {
  width: auto;
  height: auto;
  padding: 4px 9px;
  border-radius: 999px;
  background: #FF5C14;
  box-shadow: 0 0 12px rgba(255, 92, 20, 0.45);
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.sm-new__hero {
  flex: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 8px;
  min-height: 0;
  align-items: stretch;
}

.sm-new__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.sm-new__kicker {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FDBA74;
}

.sm-new__h {
  margin: 0;
  font-family: var(--fonte-titulo, 'Archivo', sans-serif);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
}

.sm-new__h em {
  font-style: normal;
  color: #FF5C14;
}

.sm-new__p {
  margin: 0;
  font-size: 9px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
  max-width: 92%;
}

.sm-new__btn {
  width: fit-content;
  height: auto;
  margin-top: 2px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FF5C14, #F97316);
  box-shadow: 0 8px 18px rgba(255, 92, 20, 0.4);
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.sm-new__panel {
  position: relative;
  height: 100%;
  min-height: 92px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 92, 20, 0.28);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.sm-new__photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(14, 6, 20, 0.72) 100%),
    linear-gradient(135deg, #2a1038 0%, #FF5C14 55%, #7c3aed 100%);
}

.sm-new__panel .sch__live {
  z-index: 3;
}

.sm-new__panel .sch__graph {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  padding: 8px 8px 6px;
  z-index: 2;
}

.sm-new__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.sm-kpi {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 92, 20, 0.18);
  border-radius: 10px;
  padding: 7px 6px 6px;
  text-align: center;
}

.sm-kpi strong {
  display: block;
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.sm-kpi span {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.showcase.state-premium .sm-kpi {
  animation: sm-kpi-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.showcase.state-premium .sm-kpi:nth-child(2) { animation-delay: 0.12s; }
.showcase.state-premium .sm-kpi:nth-child(3) { animation-delay: 0.22s; }

@keyframes sm-kpi-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.sm-ai__live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FDBA74;
}

.sm-ai__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF5C14;
  box-shadow: 0 0 8px #FF5C14;
  animation: lp-pulse-green 1.4s infinite;
}

.sm-ai__prompt {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 5px 6px 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 92, 20, 0.35);
  box-shadow: 0 0 18px rgba(255, 92, 20, 0.15);
}

.sm-ai__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 2px 0 4px;
}

.sm-ai__chips span {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FDBA74;
  background: rgba(255, 92, 20, 0.12);
  border: 1px solid rgba(255, 92, 20, 0.28);
  border-radius: 99px;
  padding: 2px 6px;
}

.sm-ai__spark {
  color: #FF5C14;
  font-size: 10px;
  animation: sm-ai-twinkle 1.6s ease-in-out infinite;
}

@keyframes sm-ai-twinkle {
  50% { opacity: 0.45; transform: scale(1.15); }
}

.sm-ai__q {
  flex: 1;
  min-width: 0;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 7px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sm-ai__go {
  background: linear-gradient(90deg, #FF5C14, #A855F7);
  color: #fff;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}

.sm-ai__stage {
  isolation: isolate;
}

.sm-ai__tiles {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  height: 100%;
  padding: 22px 8px 8px;
}

.sm-ai__tile {
  border-radius: 8px;
  background: rgba(10, 6, 16, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.sm-ai__tile--photo {
  grid-row: 1 / 3;
  background:
    linear-gradient(180deg, transparent 40%, rgba(10,6,16,.75)),
    linear-gradient(135deg, #3b1d52, #FF5C14 60%, #7c3aed);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6px;
  position: relative;
}

.sm-ai__prog {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255,255,255,.2);
  overflow: hidden;
}
.sm-ai__prog i {
  display: block;
  width: 84%;
  height: 100%;
  background: #fff;
  border-radius: 99px;
}

.sm-ai__tile--photo b {
  width: 40%;
  height: 5px;
  border-radius: 99px;
  background: #fff;
  margin-bottom: 3px;
}

.sm-ai__tile--photo em {
  font-size: 6.5px;
  font-style: normal;
  font-family: var(--font-mono, 'DM Mono', monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

.sm-ai__tile--chat {
  display: flex;
  align-items: center;
  padding: 6px 7px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 7px;
  font-weight: 700;
  color: #6EE7B7;
}

.sm-ai__tile--p {
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.sm-ai__tile--p b {
  font-size: 7px;
  font-weight: 800;
  color: rgba(255,255,255,.88);
}

.sm-ai__tile--p i {
  display: block;
  height: 4px;
  width: 78%;
  border-radius: 99px;
  background: rgba(255,255,255,.22);
}
.sm-ai__tile--p i:last-child { width: 52%; height: 3px; }

.sm-ai__people {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 2px;
}

.sm-ai__people u {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.35);
  margin-left: -4px;
}
.sm-ai__people u:first-child { margin-left: 0; background: linear-gradient(135deg, #FF5C14, #F97316); }
.sm-ai__people u:nth-child(2) { background: linear-gradient(135deg, #A855F7, #6366F1); }
.sm-ai__people u:nth-child(3) { background: linear-gradient(135deg, #34D399, #14B8A6); }

.sm-ai__people span {
  margin-left: 4px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 7px;
  color: rgba(255,255,255,.55);
}

.sm-ai__photo {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8px;
  background:
    linear-gradient(180deg, transparent 28%, rgba(14, 6, 20, 0.82) 100%),
    radial-gradient(ellipse at 70% 20%, rgba(255, 200, 150, 0.45), transparent 42%),
    linear-gradient(135deg, #3d2430 0%, #c4785a 38%, #1a1018 78%);
}

.sm-ai__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 99px;
  padding: 2px 7px;
}

.sm-ai__doc {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-template-rows: auto auto;
  column-gap: 6px;
  align-items: center;
}

.sm-ai__doc u {
  grid-row: 1 / 3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-decoration: none;
  background: linear-gradient(135deg, #FDBA74, #FF5C14);
  border: 1px solid rgba(255,255,255,.4);
}

.sm-ai__doc b {
  font-size: 8px;
  font-weight: 800;
  color: #fff;
}

.sm-ai__doc em {
  font-size: 6.5px;
  font-style: normal;
  color: #FDBA74;
}

.sm-ai__offers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
}

.sm-ai__offer {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255, 92, 20, 0.2);
  border-radius: 8px;
  padding: 5px 6px;
}

.sm-ai__offer b {
  display: block;
  font-size: 8px;
  font-weight: 800;
  color: #fff;
}

.sm-ai__offer span {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 7px;
  color: #FDBA74;
}

.sm-ai__quote {
  font-size: 8px;
  line-height: 1.35;
  color: rgba(255,255,255,.7);
  font-style: italic;
}

.sm-new__panel .sch__live {
  z-index: 4;
  top: 6px;
  left: 8px;
}

.sm-ai__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: radial-gradient(circle at 50% 40%, #000 30%, transparent 75%);
  opacity: 0.55;
  z-index: 0;
}

.sm-ai__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  z-index: 1;
  animation: sm-ai-orb 4.5s ease-in-out infinite alternate;
}

.sm-ai__orb--1 {
  width: 56%;
  height: 56%;
  top: 8%;
  left: 10%;
  background: rgba(255, 92, 20, 0.55);
}

.sm-ai__orb--2 {
  width: 42%;
  height: 42%;
  right: 6%;
  bottom: 18%;
  background: rgba(168, 85, 247, 0.5);
  animation-delay: -1.6s;
}

@keyframes sm-ai-orb {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(8px, -10px) scale(1.12); }
}

.sm-new__panel .sch__live,
.sm-new__panel .sch__graph {
  z-index: 3;
}

.stats-strip {
  position: relative;
  background: #08030D;
  border-top: 2px solid var(--border-color, rgba(255,255,255,0.1));
  border-bottom: 2px solid var(--border-color, rgba(255,255,255,0.1));
  padding: clamp(36px, 5vw, 56px) 0;
  overflow: hidden;
}

.stats-strip__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stats-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px;
  position: relative;
}

.stats-strip__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.stats-strip__num-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}

.stats-strip__prefix, .stats-strip__suffix {
  color: var(--cc-orange, #FF5C14);
  font-size: 0.65em;
  font-weight: 700;
}

.stats-strip__label {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-muted, rgba(255, 255, 255, 0.65));
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── 4. DIAGNÓSTICO (O PROBLEMA) ── */
.diag {
  position: relative;
  background: var(--cc-navy, #12061A);
  padding: clamp(80px, 12vw, 120px) 0;
  border-bottom: 2px solid var(--border-color, rgba(255,255,255,0.1));
}

.diag-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.diag-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.diag-glow--1 {
  top: 10%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,92,20,0.08) 0%, transparent 70%);
}

.diag-glow--2 {
  bottom: 10%;
  left: 5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(16,185,129,0.06) 0%, transparent 70%);
}

.diag-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.diag-stat {
  position: relative;
  background: rgba(18, 6, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 12px;
  overflow: hidden;
}

.dgx-hud {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.dgx-hud__file {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.dgx-hud__src {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #10B981;
  text-transform: uppercase;
  background: rgba(16, 185, 129, 0.12);
  padding: 2px 6px;
  border-radius: 4px;
}

.dgx-hud__src--red {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.12);
}

.dgx-stat__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.dgx-stat__ico {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 92, 20, 0.12);
  border: 1px solid rgba(255, 92, 20, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cc-orange, #FF5C14);
}

.dgx-stat__ico svg, .dgx-stat__ico i {
  width: 22px;
  height: 22px;
}

.diag-stat__num {
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.diag-stat__num em {
  font-style: normal;
  color: var(--cc-orange, #FF5C14);
  font-size: 0.6em;
  margin-left: 2px;
}

.dgx-meter {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  margin-bottom: 14px;
  overflow: hidden;
}

.dgx-meter i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  background: var(--cc-orange, #FF5C14);
  border-radius: 2px;
}

.dgx-stat__txt {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
}

.dgx-stat__txt b {
  color: #fff;
}

.dgx-ghost {
  position: absolute;
  right: 12px;
  bottom: 0;
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 64px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  line-height: 1;
}

/* Corner brackets para cards HUD */
.dgx-bk {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: rgba(255, 92, 20, 0.4);
  border-style: solid;
  pointer-events: none;
}
.dgx-bk--tl { top: 0; left: 0; border-width: 2px 0 0 2px; }
.dgx-bk--tr { top: 0; right: 0; border-width: 2px 2px 0 0; }
.dgx-bk--bl { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.dgx-bk--br { bottom: 0; right: 0; border-width: 0 2px 2px 0; }

/* Grid de dores / riscos */
.diag-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.diag-card {
  position: relative;
  background: rgba(18, 6, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.dgx-card__ico {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EF4444;
  margin-bottom: 16px;
}

.dgx-card__ico svg, .dgx-card__ico i {
  width: 20px;
  height: 20px;
}

.dgx-card__title {
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.dgx-card__desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
  margin: 0 0 20px;
  flex: 1;
}

.dgx-card__tele {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.dgx-card__tele-lbl {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
}

.diag-card__bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.diag-card__bar i {
  display: block;
  height: 100%;
  width: var(--sev, 80%);
  background: #EF4444;
  border-radius: 2px;
}

.dgx-card__pct {
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 13px;
  font-weight: 700;
  color: #EF4444;
}

/* ── 5. ANTES & DEPOIS INTERACTIVE SLIDER ── */
.cmp-wrap {
  position: relative;
  width: 100%;
  max-width: 1060px;
  height: 520px;
  margin: 40px auto 0;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #0D0514;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
}

.cmp-before, .cmp-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cmp-after {
  width: 50%;
  border-right: 2px solid var(--cc-orange, #FF5C14);
  z-index: 5;
  background: #F0EDE5;
}

/* Site Moderno (Depois) */
.new-site {
  width: 1060px;
  height: 520px;
  background: #0C1222;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}

.new-bar {
  height: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 6px;
  margin-bottom: 12px;
}

.new-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.new-url {
  margin-left: 10px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.new-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.new-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--cc-orange, #FF5C14);
}

.new-brand i {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: var(--cc-orange, #FF5C14);
}

.new-nav2 {
  display: flex;
  gap: 12px;
}

.new-nav2 span {
  width: 42px;
  height: 6px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}

.new-cta2 {
  width: 68px;
  height: 22px;
  background: var(--cc-orange, #FF5C14);
  border-radius: 9999px;
}

.new-hero {
  padding: 24px 12px;
  max-width: 600px;
  position: relative;
}

.new-phone {
  position: absolute;
  right: 40px;
  top: 24px;
  width: 160px;
  height: 220px;
  background: #080D1A;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.5);
}

.np-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.np-bar {
  display: flex;
  gap: 4px;
}
.np-bar span, .np-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.np-dot { background: var(--cc-orange, #FF5C14); }

.np-hero {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.np-t1 { width: 80%; height: 8px; background: #fff; border-radius: 2px; }
.np-t2 { width: 50%; height: 6px; background: rgba(255,255,255,0.4); border-radius: 2px; }
.np-btn { width: 40%; height: 10px; background: var(--cc-orange, #FF5C14); border-radius: 9999px; margin-top: 4px; }
.np-cards { display: flex; gap: 4px; }
.np-cc { flex: 1; height: 30px; background: rgba(255,255,255,0.06); border-radius: 4px; }

.new-rate {
  font-size: 11px;
  color: #FFB800;
  margin-bottom: 8px;
}

.new-rate b {
  color: #fff;
  margin-left: 6px;
}

.new-rate em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 6px;
}

.new-eyebrow {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  color: var(--cc-orange, #FF5C14);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.new-title {
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}

.new-title em {
  color: var(--cc-orange, #FF5C14);
  font-style: normal;
}

.new-sub2 {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 20px;
}

.new-actions {
  display: flex;
  gap: 12px;
}

.new-b1 {
  width: 140px;
  height: 38px;
  background: var(--cc-orange, #FF5C14);
  border-radius: 9999px;
}

.new-b2 {
  width: 110px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}

.new-cards2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.new-c {
  height: 54px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

/* Site Velho (Antes - 2009 style) */
.old-site {
  width: 1060px;
  height: 520px;
  background: #E8E5DC;
  color: #000;
  font-family: "Times New Roman", serif;
  display: flex;
  flex-direction: column;
  padding: 12px;
  box-sizing: border-box;
}

.old-bar {
  height: 24px;
  background: #C3C0B7;
  border: 1px solid #777;
  display: flex;
  align-items: center;
  padding: 0 8px;
  margin-bottom: 8px;
}

.old-url {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000;
}

.old-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #003366;
  color: #FFFF00;
  padding: 10px;
  border: 2px solid #000;
}

.old-logo {
  font-size: 18px;
  font-weight: bold;
  color: #FFFF00;
}

.old-marq {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #FFF;
  background: #CC0000;
  padding: 2px 6px;
}

.old-promo {
  font-size: 12px;
  font-weight: bold;
  color: #FFFF00;
}

.old-nav {
  display: flex;
  background: #CCCCCC;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #666;
  padding: 4px 0;
  gap: 16px;
}

.old-nav a {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #003399;
  text-decoration: underline;
}

.old-body {
  display: flex;
  gap: 12px;
  flex: 1;
  padding: 12px 0;
}

.old-side {
  width: 140px;
  background: #FFFFCC;
  border: 1px solid #999;
  padding: 8px;
  font-size: 11px;
}

.ob {
  color: #003399;
  margin-bottom: 4px;
  font-weight: bold;
}

.old-hits {
  margin-top: 16px;
  background: #000;
  color: #00FF00;
  font-family: monospace;
  padding: 2px;
  text-align: center;
}

.old-main {
  flex: 1;
  background: #FFF;
  border: 1px solid #999;
  padding: 12px;
}

.old-welcome {
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  text-align: center;
  margin-bottom: 8px;
}

.old-broken {
  border: 1px dashed #CC0000;
  padding: 8px;
  text-align: center;
  font-size: 11px;
  color: #CC0000;
  margin-bottom: 8px;
}

.bi {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #CC0000;
  margin-right: 4px;
}

.old-para {
  font-size: 12px;
  line-height: 1.4;
}

.old-btns {
  display: flex;
  gap: 8px;
  margin: 10px 0;
}

.old-btn {
  padding: 4px 8px;
  background: #E0E0E0;
  border: 2px outset #FFF;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.old-prods {
  display: flex;
  gap: 8px;
}

.old-prod {
  border: 1px solid #CCC;
  padding: 4px;
  text-align: center;
}

.pim {
  display: block;
  width: 40px;
  height: 30px;
  background: #DDD;
  margin-bottom: 4px;
}

.ppr {
  font-size: 10px;
  color: #CC0000;
  font-weight: bold;
}

.old-foot {
  background: #C3C0B7;
  font-size: 9px;
  text-align: center;
  padding: 4px;
  border-top: 1px solid #999;
}

/* Handle & Linha do slider */
.cmp-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--cc-orange, #FF5C14);
  box-shadow: 0 0 12px rgba(255, 92, 20, 0.8);
  z-index: 10;
  pointer-events: none;
}

.cmp-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cc-orange, #FF5C14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(255, 92, 20, 0.6), 0 4px 12px rgba(0,0,0,0.5);
  z-index: 12;
  cursor: ew-resize;
  transition: transform 0.15s ease;
}

.cmp-handle:active {
  transform: translate(-50%, -50%) scale(1.15);
}

.cmp-handle svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
}

.cmp-lbl {
  position: absolute;
  top: 16px;
  z-index: 8;
  padding: 6px 14px;
  border-radius: 9999px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cmp-lbl--b {
  left: 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.cmp-lbl--a {
  right: 16px;
  background: rgba(18, 6, 26, 0.8);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

/* Painéis de estatísticas do slider */
.cmp-stats {
  position: absolute;
  bottom: 20px;
  z-index: 8;
  background: rgba(18, 6, 26, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 16px;
  width: 200px;
}

.cmp-stats--bad {
  left: 20px;
  border-color: rgba(239, 68, 68, 0.3);
}

.cmp-stats--good {
  right: 20px;
  border-color: rgba(16, 185, 129, 0.3);
}

.cmp-stats h6 {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #fff;
}

.cmp-stats--bad h6 { color: #EF4444; }
.cmp-stats--good h6 { color: #10B981; }

.sr {
  margin-bottom: 6px;
}

.sr-t {
  display: flex;
  justify-content: space-between;
  font-size: 10.5px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  margin-bottom: 2px;
}

.sr-t small { color: rgba(255, 255, 255, 0.6); }
.sr-t b { color: #fff; }

.sr-bar {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.sr-bar i {
  display: block;
  height: 100%;
  width: var(--v, 50%);
  border-radius: 2px;
}

.cmp-stats--bad .sr-bar i { background: #EF4444; }
.cmp-stats--good .sr-bar i { background: #10B981; }

/* ── 6. SPECS & PRICING ADDONS ── */
.lp-spec-list--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pc-savings {
  margin-top: 14px;
  padding: 10px 12px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-savings__icon {
  font-size: 18px;
  flex-shrink: 0;
}

.pc-savings__text {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
}

.pc-savings__text strong {
  color: #10B981;
}

.pc-testimonial {
  margin: 16px 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
  border-left: 2px solid var(--cc-orange, #FF5C14);
  border-radius: 0 8px 8px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.pc-testimonial__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cc-orange, #FF5C14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.pc-testimonial__stars {
  font-size: 10px;
  color: #FFB800;
  display: block;
  margin-bottom: 3px;
}

.pc-testimonial__text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 4px;
}

.pc-testimonial__author {
  font-size: 10.5px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

.pc-urgency {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 10px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: 6px;
}

.pc-urgency__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EF4444;
  box-shadow: 0 0 6px #EF4444;
  animation: lp-pulse-red 1.8s infinite;
}

@keyframes lp-pulse-red {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}

.pc-urgency__text {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 10.5px;
  color: #F87171;
  font-weight: 600;
}

.pc-guarantee {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pc-guarantee__icon {
  font-size: 16px;
  flex-shrink: 0;
}

.pc-guarantee__text {
  font-size: 11.5px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.65);
}

.pc-guarantee__text strong {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

/* Banner de plano anual */
.pc-annual-banner {
  margin-top: 40px;
  background: linear-gradient(135deg, rgba(255, 92, 20, 0.12), rgba(18, 6, 26, 0.8));
  border: 2px solid rgba(255, 92, 20, 0.35);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 36px);
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.6fr;
  gap: 28px;
  align-items: center;
}

.pc-annual-banner__label {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  color: var(--cc-orange, #FF5C14);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 6px;
}

.pc-annual-banner__title {
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
}

.pc-annual-banner__sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.pc-annual-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pc-annual-col {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}

.pc-annual-col--featured {
  background: rgba(255, 92, 20, 0.12);
  border-color: rgba(255, 92, 20, 0.4);
}

.pc-annual-col__label {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

.pc-annual-col__price {
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.pc-annual-col__note {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 9.5px;
  color: #10B981;
  margin-top: 4px;
}

.pc-annual-savings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  background: rgba(255, 92, 20, 0.18);
  border: 1px solid rgba(255, 92, 20, 0.4);
  border-radius: 12px;
}

.pc-annual-savings__val {
  font-family: var(--fonte-numero, 'DM Mono', monospace);
  font-size: 26px;
  font-weight: 900;
  color: var(--cc-orange, #FF5C14);
  line-height: 1;
}

.pc-annual-savings__label {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}

.pc-annual-savings__label strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
}

/* ── 7. GARANTIA / REVERSÃO DE RISCO ── */
.grntee {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  background: rgba(18, 6, 26, 0.75);
  border: 2px solid rgba(16, 185, 129, 0.35);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 40px);
}

.grntee__seal {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  border: 2px solid rgba(16, 185, 129, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10B981;
}

.grntee__seal svg, .grntee__seal i {
  width: 34px;
  height: 34px;
}

.grntee__body {
  display: flex;
  flex-direction: column;
}

.grntee__label {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  color: #10B981;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.grntee__title {
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  color: #fff;
  margin: 4px 0 8px;
}

.grntee__title em {
  color: #10B981;
  font-style: normal;
}

.grntee__desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

.grntee__cta {
  display: flex;
  align-items: center;
}

/* ── 8. FAQ ACCORDION ── */
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 12px;
  background: rgba(18, 6, 26, 0.5);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.faq-item.active {
  border-color: rgba(255, 92, 20, 0.4);
  background: rgba(18, 6, 26, 0.85);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: none;
  border: none;
  color: #fff;
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.faq-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: transform 0.25s ease;
}

.faq-icon::before {
  width: 10px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
}

.faq-item.active .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.3s ease;
  opacity: 0;
  padding: 0 22px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  padding: 0 22px 20px 22px;
}

.faq-answer p {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* ── 9. CTA FINAL · FORMULÁRIO ── */
.lp-form-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(36px, 6vw, 64px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.lp-form-copy {
  display: flex;
  flex-direction: column;
}

.lp-form-copy__title {
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin: 12px 0 16px;
}

.lp-form-copy__title .accent {
  color: var(--cc-orange, #FF5C14);
}

.lp-form-copy__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 24px;
}

.lp-form-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-form-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.85);
}

.lp-form-benefits li svg {
  width: 18px;
  height: 18px;
  stroke: #10B981;
  flex-shrink: 0;
}

.lp-form-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.lp-form-proof__stars {
  color: #FFB800;
}

.lp-form-proof b {
  color: #fff;
}

/* Card do formulário */
.lp-form {
  position: relative;
  background: rgba(18, 6, 26, 0.85);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 2px solid rgba(255, 92, 20, 0.4);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
}

.lp-form__head h3 {
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
}

.lp-form__head p {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 20px;
}

.lp-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.lp-field label {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.lp-field__opt {
  text-transform: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

.lp-field input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.lp-field input:focus {
  border-color: var(--cc-orange, #FF5C14);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(255, 92, 20, 0.25);
}

.lp-form__submit {
  width: 100%;
  margin-top: 6px;
}

.lp-form__status {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 12px;
  margin: 10px 0 0;
  text-align: center;
  min-height: 18px;
}

.lp-form__trust {
  font-family: var(--font-mono, 'DM Mono', monospace);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 12px 0 0;
}

/* Card de confirmação */
.lp-form__done {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(18, 6, 26, 0.96);
  border-radius: 16px;
  padding: 36px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.lp-form.is-submitted .lp-form__done {
  display: flex;
}

.lp-form__done-ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.18);
  border: 2px solid #10B981;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10B981;
  margin-bottom: 18px;
}

.lp-form__done-ico svg {
  width: 32px;
  height: 32px;
}

.lp-form__done h3 {
  font-family: var(--fonte-titulo, 'DM Mono', sans-serif);
  font-size: 24px;
  color: #fff;
  margin: 0 0 10px;
}

.lp-form__done p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
}

/* ── 10. RESPONSIVIDADE ── */
@media (max-width: 1200px) {
  .showcase {
    max-width: 580px;
  }
  .sc-fly--tl {
    left: -14px;
  }
  .sc-fly--tr {
    right: -16px;
  }
  .sc-fly--bl {
    left: -12px;
  }
}

@media (max-width: 1024px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-split__content {
    max-width: 100%;
  }
  .showcase {
    top: 0;
    max-width: 520px;
    margin: auto;
  }
  .sc-fly--tl {
    top: -14px;
    left: -10px;
  }
  .sc-fly--tr {
    top: 12%;
    right: -10px;
  }
  .sc-fly--bl {
    bottom: 14px;
    left: -8px;
  }
  .stats-strip__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stats-strip__item:nth-child(2)::after {
    display: none;
  }
  .diag-stats {
    grid-template-columns: 1fr;
  }
  .diag-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-spec-list--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-annual-banner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .grntee {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .lp-form-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .showcase {
    max-width: 100%;
    top: 0;
  }
  .showcase__device-wrapper {
    animation: none;
    transform: none;
  }
  .sc-popup,
  .sm-old__popup {
    display: none;
  }
  .showcase__hint {
    font-size: 10px;
    margin-top: 14px;
  }
  .sc-fly {
    padding: 8px 12px;
    gap: 8px;
    border-radius: 10px;
  }
  .sc-fly__ico {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }
  .sc-fly__ico svg, .sc-fly__ico i {
    width: 14px;
    height: 14px;
  }
  .sc-fly__big {
    font-size: 15px;
  }
  .sc-fly__lbl {
    font-size: 9px;
  }
  .sc-fly--tr {
    right: -4px;
    top: 8%;
  }
  .sc-fly--tl {
    left: -4px;
    top: -12px;
  }
  .sc-fly--bl {
    left: -4px;
    bottom: 10px;
  }
  .diag-grid {
    grid-template-columns: 1fr;
  }
  .lp-spec-list--3 {
    grid-template-columns: 1fr;
  }
  .cmp-wrap {
    height: 440px;
  }
  .cmp-stats {
    display: none;
  }
  .pc-annual-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .showcase__device-wrapper {
    padding-bottom: 74%;
  }
  .sc-fly {
    padding: 6px 10px;
    border-radius: 8px;
  }
  .sc-fly__ico {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
  .sc-fly__ico svg, .sc-fly__ico i {
    width: 12px;
    height: 12px;
  }
  .sc-fly__big {
    font-size: 13.5px;
  }
  .sc-fly__lbl {
    font-size: 8px;
  }
  .sc-fly__pips {
    display: none;
  }
  .stats-strip__inner {
    grid-template-columns: 1fr;
  }
  .stats-strip__item::after {
    display: none !important;
  }
  .cmp-wrap {
    height: 380px;
  }
}

/* ════════════════════════════════════════════════════════════════════
   11. LIGHT THEME OVERRIDES (SANBERNARDA.COM LIGHT PALETTE 2026)
   ════════════════════════════════════════════════════════════════════ */
html.cc-theme-light body,
body:not(.dark-theme) {
  background-color: var(--dv-cream-50, #FBF7F2) !important;
  color: var(--dv-ink, #16081F) !important;
}

/* ── Hero Section (Light) ── */
html.cc-theme-light .hero-v3#hero-lp,
body:not(.dark-theme) .hero-v3#hero-lp {
  background: var(--dv-cream-50, #FBF7F2) !important;
  box-shadow: inset 0 0 140px rgba(251, 247, 242, 0.92), inset 0 0 56px rgba(233, 223, 211, 0.65) !important;
}

html.cc-theme-light .hero-tag-lp,
body:not(.dark-theme) .hero-tag-lp {
  background: linear-gradient(112deg, rgba(204, 150, 232, 0.14), rgba(255, 92, 20, 0.1));
  border-color: rgba(30, 4, 48, 0.1);
  color: rgba(30, 4, 48, 0.72);
}

html.cc-theme-light .hero-rating__txt,
body:not(.dark-theme) .hero-rating__txt {
  color: rgba(22, 8, 31, 0.72);
}
html.cc-theme-light .hero-rating__txt b,
body:not(.dark-theme) .hero-rating__txt b {
  color: #16081F;
}

html.cc-theme-light .hero-title-v3,
body:not(.dark-theme) .hero-title-v3 {
  color: #16081F;
}

html.cc-theme-light .btn-wa-lp-sec,
body:not(.dark-theme) .btn-wa-lp-sec {
  background: transparent !important;
  border: 1px solid rgba(30, 4, 48, 0.18) !important;
  color: #16081F !important;
  -webkit-text-fill-color: #16081F !important;
  box-shadow: none !important;
}

html.cc-theme-light .btn-wa-lp-sec:hover,
body:not(.dark-theme) .btn-wa-lp-sec:hover {
  border-color: rgba(30, 4, 48, 0.38) !important;
  background: rgba(30, 4, 48, 0.04) !important;
}

html.cc-theme-light .cta-risk,
body:not(.dark-theme) .cta-risk {
  color: rgba(22, 8, 31, 0.75);
}
html.cc-theme-light .cta-risk b,
body:not(.dark-theme) .cta-risk b {
  color: #16081F;
}

html.cc-theme-light .trust-badge,
body:not(.dark-theme) .trust-badge {
  background: rgba(26, 11, 36, 0.05);
  border: 1px solid rgba(26, 11, 36, 0.14);
  color: #16081F;
}

html.cc-theme-light .sf-telemetry,
body:not(.dark-theme) .sf-telemetry {
  color: rgba(22, 8, 31, 0.55);
}
html.cc-theme-light .sf-telemetry span,
body:not(.dark-theme) .sf-telemetry span {
  color: rgba(22, 8, 31, 0.55);
}

html.cc-theme-light .sf-terminal,
body:not(.dark-theme) .sf-terminal {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(26, 11, 36, 0.12);
  color: #16081F;
}

html.cc-theme-light .sf-crosshair,
body:not(.dark-theme) .sf-crosshair {
  border-color: rgba(26, 11, 36, 0.18);
}

/* ── Showcase & Device Mockup (Light) ── */
html.cc-theme-light .showcase__device,
body:not(.dark-theme) .showcase__device {
  box-shadow: 0 24px 60px rgba(26, 11, 36, 0.14), 0 4px 20px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(26, 11, 36, 0.08);
}

/* Floating metric cards (Light) */
html.cc-theme-light .sc-fly,
body:not(.dark-theme) .sc-fly {
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(26, 11, 36, 0.12);
  animation-name: sc-fly-float, sc-fly-glow-light;
}

html.cc-theme-light .showcase.state-premium .sc-fly,
body:not(.dark-theme) .showcase.state-premium .sc-fly {
  animation-name: sc-fly-float, sc-fly-glow-ok-light;
}

@keyframes sc-fly-glow-light {
  0%, 100% {
    box-shadow: 0 12px 28px rgba(26, 11, 36, 0.1), 0 0 0 1px rgba(255, 92, 20, 0.12);
  }
  50% {
    box-shadow: 0 20px 40px rgba(26, 11, 36, 0.14), 0 8px 22px rgba(37, 99, 235, 0.18);
  }
}

@keyframes sc-fly-glow-ok-light {
  0%, 100% {
    box-shadow: 0 12px 28px rgba(26, 11, 36, 0.1), 0 0 0 1px rgba(16, 185, 129, 0.2);
  }
  50% {
    box-shadow: 0 22px 42px rgba(16, 185, 129, 0.18), 0 0 20px rgba(16, 185, 129, 0.28);
  }
}

html.cc-theme-light .sc-fly__big,
body:not(.dark-theme) .sc-fly__big {
  color: #16081F;
}

html.cc-theme-light .sc-fly__lbl,
body:not(.dark-theme) .sc-fly__lbl {
  color: rgba(22, 8, 31, 0.62);
}

html.cc-theme-light .sc-fly__ico,
body:not(.dark-theme) .sc-fly__ico {
  background: rgba(26, 11, 36, 0.06);
  color: #16081F;
}

html.cc-theme-light .sc-fly__ico--red,
body:not(.dark-theme) .sc-fly__ico--red {
  background: rgba(239, 68, 68, 0.1);
  color: #DC2626;
  border: 1px solid rgba(239, 68, 68, 0.25);
}

html.cc-theme-light .sc-fly__ico--ok,
body:not(.dark-theme) .sc-fly__ico--ok {
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  border-color: rgba(37, 99, 235, 0.25);
}

html.cc-theme-light .sc-fly__ico--green,
body:not(.dark-theme) .sc-fly__ico--green {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

html.cc-theme-light .sc-fly__pip,
body:not(.dark-theme) .sc-fly__pip {
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.85);
}

html.cc-theme-light .sc-fly__pip--down,
body:not(.dark-theme) .sc-fly__pip--down {
  color: #DC2626;
}

html.cc-theme-light .sc-fly__pip--up,
body:not(.dark-theme) .sc-fly__pip--up {
  color: #059669;
}

/* Front Face: Ugly Site (Light) */
html.cc-theme-light .sc-face--front,
body:not(.dark-theme) .sc-face--front {
  background: #F8FAFC;
  border: 1px solid rgba(37, 99, 235, 0.28);
}

html.cc-theme-light .sc-face::after,
body:not(.dark-theme) .sc-face::after {
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.34) 0%,
      rgba(255, 255, 255, 0.1) 16%,
      rgba(255, 255, 255, 0.03) 36%,
      transparent 52%,
      rgba(255, 255, 255, 0.06) 80%,
      rgba(255, 255, 255, 0.16) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

html.cc-theme-light .sc-face--front .sc-bar,
body:not(.dark-theme) .sc-face--front .sc-bar {
  background: #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
}

html.cc-theme-light .sc-face--front .sc-url,
body:not(.dark-theme) .sc-face--front .sc-url {
  background: #FFFFFF;
  color: #5C4D66;
  border: 1px solid rgba(26, 11, 36, 0.08);
}

html.cc-theme-light .sc-face--front .scn__logo,
body:not(.dark-theme) .sc-face--front .scn__logo {
  background: #D8D0DC;
}

html.cc-theme-light .sc-face--front .scn__menu span,
body:not(.dark-theme) .sc-face--front .scn__menu span {
  background: #E5DFE8;
}

html.cc-theme-light .sc-face--front .sch__h--1,
body:not(.dark-theme) .sc-face--front .sch__h--1 {
  background: #2D183A;
}

html.cc-theme-light .sc-face--front .sch__p i,
body:not(.dark-theme) .sc-face--front .sch__p i {
  background: #D8D0DD;
}

html.cc-theme-light .sc-face--front .sch__btn2,
body:not(.dark-theme) .sc-face--front .sch__btn2 {
  background: #D8D0DD;
}

html.cc-theme-light .sc-face--front .sch__visual,
body:not(.dark-theme) .sc-face--front .sch__visual {
  background: #EFE8DE;
  border: 1px solid #DFD7CB;
}

html.cc-theme-light .sc-face--front .scc__card,
body:not(.dark-theme) .sc-face--front .scc__card {
  background: #EFE8DE;
  border: 1px solid #DFD7CB;
}

/* Back Face: Premium Redesign Site (Light) */
html.cc-theme-light .sc-face--back,
body:not(.dark-theme) .sc-face--back {
  background: #FFFFFF;
  border: 1.5px solid rgba(255, 92, 20, 0.5);
  box-shadow: 0 0 35px rgba(255, 92, 20, 0.12);
}

html.cc-theme-light .sc-face--back::after,
body:not(.dark-theme) .sc-face--back::after {
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.12) 18%,
      rgba(255, 255, 255, 0.03) 38%,
      transparent 54%,
      rgba(255, 92, 20, 0.04) 80%,
      rgba(255, 255, 255, 0.18) 100%
    );
}

html.cc-theme-light .sc-face--back .sc-shine,
body:not(.dark-theme) .sc-face--back .sc-shine {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
}

html.cc-theme-light .sc-face--back .sc-bar,
body:not(.dark-theme) .sc-face--back .sc-bar {
  background: #F7F3ED;
  border-bottom: 1px solid rgba(26, 11, 36, 0.08);
}

html.cc-theme-light .sc-face--back .sc-url,
body:not(.dark-theme) .sc-face--back .sc-url {
  background: #FFFFFF;
  color: #16081F;
  border: 1px solid rgba(26, 11, 36, 0.08);
}

html.cc-theme-light .sc-face--back .scn__logo,
body:not(.dark-theme) .sc-face--back .scn__logo {
  background: #16081F;
}

html.cc-theme-light .sc-face--back .scn__menu span,
body:not(.dark-theme) .sc-face--back .scn__menu span {
  background: #E2DBE7;
}

html.cc-theme-light .sc-face--back .scn__cta,
body:not(.dark-theme) .sc-face--back .scn__cta {
  background: var(--cc-orange, #FF5C14);
}

html.cc-theme-light .sc-face--back .sch__h--1,
body:not(.dark-theme) .sc-face--back .sch__h--1 {
  background: #16081F;
}

html.cc-theme-light .sc-face--back .sch__h--2,
body:not(.dark-theme) .sc-face--back .sch__h--2 {
  background: var(--cc-orange, #FF5C14);
}

html.cc-theme-light .sc-face--back .sch__p i,
body:not(.dark-theme) .sc-face--back .sch__p i {
  background: #D5CCD9;
}

html.cc-theme-light .sc-face--back .sch__btn1,
body:not(.dark-theme) .sc-face--back .sch__btn1 {
  background: var(--cc-orange, #FF5C14);
}

html.cc-theme-light .sc-face--back .sch__btn2,
body:not(.dark-theme) .sc-face--back .sch__btn2 {
  background: rgba(22, 8, 31, 0.08);
}

html.cc-theme-light .sc-face--back .sch__visual,
body:not(.dark-theme) .sc-face--back .sch__visual {
  background: #FAF7F2;
  border: 1px solid rgba(255, 92, 20, 0.22);
}

html.cc-theme-light .sc-face--back .scc__card,
body:not(.dark-theme) .sc-face--back .scc__card {
  background: #FAF7F2;
  border: 1px solid rgba(26, 11, 36, 0.07);
}

html.cc-theme-light .showcase__aura,
body:not(.dark-theme) .showcase__aura {
  background: radial-gradient(ellipse at 50% 50%, rgba(239, 68, 68, 0.28) 0%, rgba(255, 92, 20, 0.08) 42%, transparent 72%);
}

html.cc-theme-light .showcase.state-premium .showcase__aura,
body:not(.dark-theme) .showcase.state-premium .showcase__aura {
  background: radial-gradient(ellipse at 50% 45%, rgba(255, 92, 20, 0.38) 0%, rgba(168, 85, 247, 0.14) 38%, transparent 72%);
}

html.cc-theme-light .showcase__hint-track,
body:not(.dark-theme) .showcase__hint-track {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(26, 11, 36, 0.12);
}

html.cc-theme-light .showcase__hint-from,
html.cc-theme-light .showcase__hint-to,
body:not(.dark-theme) .showcase__hint-from,
body:not(.dark-theme) .showcase__hint-to {
  color: rgba(22, 8, 31, 0.38);
}

html.cc-theme-light .showcase.state-ugly .showcase__hint-from,
body:not(.dark-theme) .showcase.state-ugly .showcase__hint-from {
  color: #1D4ED8;
  text-shadow: none;
}

html.cc-theme-light .showcase.state-premium .showcase__hint-to,
body:not(.dark-theme) .showcase.state-premium .showcase__hint-to {
  color: #047857;
  text-shadow: none;
}

html.cc-theme-light .sm-new,
body:not(.dark-theme) .sm-new {
  background:
    radial-gradient(90% 70% at 100% 0%, rgba(255, 92, 20, 0.14), transparent 50%),
    linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
  color: #16081F;
}

html.cc-theme-light .sm-new__links i,
body:not(.dark-theme) .sm-new__links i {
  color: rgba(22, 8, 31, 0.5);
}

html.cc-theme-light .sm-new__h,
body:not(.dark-theme) .sm-new__h {
  color: #16081F;
}

html.cc-theme-light .sm-new__p,
body:not(.dark-theme) .sm-new__p {
  color: rgba(22, 8, 31, 0.62);
}

html.cc-theme-light .sm-ai__live,
body:not(.dark-theme) .sm-ai__live {
  color: #C2410C;
}

html.cc-theme-light .sm-ai__q,
body:not(.dark-theme) .sm-ai__q {
  color: rgba(22, 8, 31, 0.65);
}

html.cc-theme-light .sm-ai__prompt,
body:not(.dark-theme) .sm-ai__prompt {
  background: #FFFFFF;
  border-color: rgba(255, 92, 20, 0.35);
}

html.cc-theme-light .sm-ai__chips span,
body:not(.dark-theme) .sm-ai__chips span {
  color: #C2410C;
  background: rgba(255, 92, 20, 0.08);
}

html.cc-theme-light .sm-ai__tile,
body:not(.dark-theme) .sm-ai__tile {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(26, 11, 36, 0.1);
}

html.cc-theme-light .sm-ai__tile--p b,
body:not(.dark-theme) .sm-ai__tile--p b {
  color: #16081F;
}

html.cc-theme-light .sm-ai__tile--p i,
body:not(.dark-theme) .sm-ai__tile--p i {
  background: rgba(22, 8, 31, 0.12);
}

html.cc-theme-light .sm-ai__tile--chat,
body:not(.dark-theme) .sm-ai__tile--chat {
  color: #047857;
}

html.cc-theme-light .sm-ai__tile--photo em,
body:not(.dark-theme) .sm-ai__tile--photo em {
  color: rgba(255, 255, 255, 0.9);
}

html.cc-theme-light .sm-ai__people span,
body:not(.dark-theme) .sm-ai__people span {
  color: rgba(22, 8, 31, 0.5);
}

html.cc-theme-light .sm-ai__offer,
body:not(.dark-theme) .sm-ai__offer {
  background: #FFFFFF;
  border-color: rgba(255, 92, 20, 0.2);
}

html.cc-theme-light .sm-ai__offer b,
body:not(.dark-theme) .sm-ai__offer b {
  color: #16081F;
}

html.cc-theme-light .sm-ai__quote,
body:not(.dark-theme) .sm-ai__quote {
  color: rgba(22, 8, 31, 0.62);
}

html.cc-theme-light .sm-ai__mesh,
body:not(.dark-theme) .sm-ai__mesh {
  background-image:
    linear-gradient(rgba(26,11,36,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,11,36,0.08) 1px, transparent 1px);
}

html.cc-theme-light .sm-new__panel,
body:not(.dark-theme) .sm-new__panel {
  box-shadow: 0 12px 28px rgba(26, 11, 36, 0.1);
}

html.cc-theme-light .sm-kpi,
body:not(.dark-theme) .sm-kpi {
  background: #FFFFFF;
  border-color: rgba(255, 92, 20, 0.22);
}

html.cc-theme-light .sm-kpi strong,
body:not(.dark-theme) .sm-kpi strong {
  color: #16081F;
}

html.cc-theme-light .sm-kpi span,
body:not(.dark-theme) .sm-kpi span {
  color: rgba(22, 8, 31, 0.5);
}

/* ── Mini sites: modo escuro (2025 também escuro, profissional) ── */
html.cc-force-dark .sc-face--front,
body.dark-theme .sc-face--front {
  background: #0B1220;
  border-color: rgba(96, 165, 250, 0.35);
}

html.cc-force-dark .sm-old,
body.dark-theme .sm-old {
  background: #0B1220;
  color: #E2E8F0;
}

html.cc-force-dark .sm-now__nav,
html.cc-force-dark .sm-now__row,
html.cc-force-dark .sm-now__win,
body.dark-theme .sm-now__nav,
body.dark-theme .sm-now__row,
body.dark-theme .sm-now__win {
  background: #111827;
  border-color: rgba(255, 255, 255, 0.08);
}

html.cc-force-dark .sm-now__logo,
html.cc-force-dark .sm-now__h,
html.cc-force-dark .sm-now__card b,
html.cc-force-dark .sm-now__metrics b,
body.dark-theme .sm-now__logo,
body.dark-theme .sm-now__h,
body.dark-theme .sm-now__card b,
body.dark-theme .sm-now__metrics b {
  color: #F8FAFC;
}

html.cc-force-dark .sm-now__links i,
html.cc-force-dark .sm-now__p,
html.cc-force-dark .sm-now__meta,
html.cc-force-dark .sm-now__ghost,
html.cc-force-dark .sm-now__winbar b,
html.cc-force-dark .sm-now__list span,
body.dark-theme .sm-now__links i,
body.dark-theme .sm-now__p,
body.dark-theme .sm-now__meta,
body.dark-theme .sm-now__ghost,
body.dark-theme .sm-now__winbar b,
body.dark-theme .sm-now__list span {
  color: #94A3B8;
}

html.cc-force-dark .sm-now__shot,
body.dark-theme .sm-now__shot {
  border-color: rgba(255, 255, 255, 0.08);
}

html.cc-force-dark .sm-now__hours,
body.dark-theme .sm-now__hours {
  background: rgba(15, 23, 42, 0.88);
  color: #F8FAFC;
}

html.cc-force-dark .sm-now__card p,
body.dark-theme .sm-now__card p {
  color: #94A3B8;
}

html.cc-force-dark .sm-now__metrics span,
html.cc-force-dark .sm-now__search,
html.cc-force-dark .sm-now__bell,
html.cc-force-dark .sm-now__card,
html.cc-force-dark .sm-now__row span,
body.dark-theme .sm-now__metrics span,
body.dark-theme .sm-now__search,
body.dark-theme .sm-now__bell,
body.dark-theme .sm-now__card,
body.dark-theme .sm-now__row span {
  background: #1E293B;
  border-color: rgba(255, 255, 255, 0.08);
  color: #94A3B8;
}

html.cc-force-dark .sm-now__card em,
body.dark-theme .sm-now__card em {
  background: rgba(255, 255, 255, 0.12);
}

html.cc-force-dark .sm-now__card i,
body.dark-theme .sm-now__card i {
  background: rgba(37, 99, 235, 0.35);
}

html.cc-force-dark .sm-now__ava,
body.dark-theme .sm-now__ava {
  border-color: #111827;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12);
}

html.cc-force-dark .sm-now__bell::after,
body.dark-theme .sm-now__bell::after {
  border-color: #111827;
}

html.cc-theme-light .showcase__burst,
body:not(.dark-theme) .showcase__burst {
  mix-blend-mode: overlay;
}

html.cc-theme-light .sc-url--insecure,
body:not(.dark-theme) .sc-url--insecure {
  color: #B91C1C;
  background: #FEE2E2;
}

html.cc-theme-light .sc-url--secure,
body:not(.dark-theme) .sc-url--secure {
  color: #047857;
  background: #ECFDF5;
}

html.cc-theme-light .sc-counter,
body:not(.dark-theme) .sc-counter {
  color: rgba(22, 8, 31, 0.4);
}

html.cc-theme-light .sch__visual--broken,
body:not(.dark-theme) .sch__visual--broken {
  background: repeating-linear-gradient(-45deg, rgba(239, 68, 68, 0.08) 0 6px, #FAF7F2 6px 12px);
}

html.cc-theme-light .sch__broken-txt,
body:not(.dark-theme) .sch__broken-txt {
  color: #B91C1C;
}

html.cc-theme-light .sch__live,
body:not(.dark-theme) .sch__live {
  color: #047857;
  background: rgba(236, 253, 245, 0.92);
  border-color: rgba(4, 120, 87, 0.25);
}

html.cc-theme-light .sc-face--back .scn__logo,
body:not(.dark-theme) .sc-face--back .scn__logo {
  background: linear-gradient(90deg, #FF5C14, #7C3AED);
}

@media (prefers-reduced-motion: reduce) {
  .showcase__device-wrapper,
  .showcase__aura,
  .sc-fly,
  .sc-fly__ico,
  .sc-fly__big,
  .sc-fly__lbl,
  .sc-fly__pip,
  .sc-fly__ico--green svg,
  .sc-fly__ico--green i,
  .sc-scan,
  .sc-shine,
  .sc-alert-bar,
  .sc-popup,
  .sm-old__popup,
  .sm-old__marquee,
  .showcase__burst,
  .sm-kpi,
  .sch__graph-line,
  .sch__graph-fill,
  .sch__graph-dot--end {
    animation: none !important;
  }
  .showcase__device {
    transition-duration: 0.2s;
  }
  .sc-fly__pips {
    display: none;
  }
}

/* ── 3. Stats Strip (Light) ── */
html.cc-theme-light .stats-strip,
body:not(.dark-theme) .stats-strip {
  background: var(--dv-cream-100, #F4EDE4) !important;
  border-top-color: rgba(26, 11, 36, 0.1) !important;
  border-bottom-color: rgba(26, 11, 36, 0.1) !important;
}

html.cc-theme-light .stats-strip__num-wrap,
body:not(.dark-theme) .stats-strip__num-wrap {
  color: #16081F !important;
}

html.cc-theme-light .stats-strip__label,
body:not(.dark-theme) .stats-strip__label {
  color: rgba(22, 8, 31, 0.65) !important;
}

html.cc-theme-light .stats-strip__item:not(:last-child)::after,
body:not(.dark-theme) .stats-strip__item:not(:last-child)::after {
  background: rgba(26, 11, 36, 0.1) !important;
}

/* ── 4. Diagnóstico (Light) ── */
html.cc-theme-light .diag,
body:not(.dark-theme) .diag {
  background: var(--dv-cream-50, #FBF7F2) !important;
  border-bottom-color: rgba(26, 11, 36, 0.1) !important;
}

html.cc-theme-light .diag-bg-grid,
body:not(.dark-theme) .diag-bg-grid {
  background-image:
    linear-gradient(rgba(26,11,36,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,11,36,0.04) 1px, transparent 1px);
}

html.cc-theme-light .diag-stat,
body:not(.dark-theme) .diag-stat {
  background: #FFFFFF !important;
  border-color: rgba(26, 11, 36, 0.1) !important;
  box-shadow: 0 12px 32px rgba(26, 11, 36, 0.05) !important;
}

html.cc-theme-light .dgx-hud__file,
body:not(.dark-theme) .dgx-hud__file {
  color: rgba(22, 8, 31, 0.5) !important;
}

html.cc-theme-light .diag-stat__num,
body:not(.dark-theme) .diag-stat__num {
  color: #16081F !important;
}

html.cc-theme-light .dgx-meter,
body:not(.dark-theme) .dgx-meter {
  background: rgba(26, 11, 36, 0.08) !important;
}

html.cc-theme-light .dgx-stat__txt,
body:not(.dark-theme) .dgx-stat__txt {
  color: rgba(22, 8, 31, 0.72) !important;
}

html.cc-theme-light .dgx-stat__txt b,
body:not(.dark-theme) .dgx-stat__txt b {
  color: #16081F !important;
}

html.cc-theme-light .dgx-ghost,
body:not(.dark-theme) .dgx-ghost {
  color: rgba(26, 11, 36, 0.04) !important;
}

html.cc-theme-light .diag-card,
body:not(.dark-theme) .diag-card {
  background: #FFFFFF !important;
  border-color: rgba(26, 11, 36, 0.1) !important;
  box-shadow: 0 12px 32px rgba(26, 11, 36, 0.05) !important;
}

html.cc-theme-light .dgx-card__title,
body:not(.dark-theme) .dgx-card__title {
  color: #16081F !important;
}

html.cc-theme-light .dgx-card__desc,
body:not(.dark-theme) .dgx-card__desc {
  color: rgba(22, 8, 31, 0.7) !important;
}

html.cc-theme-light .dgx-card__tele,
body:not(.dark-theme) .dgx-card__tele {
  border-top-color: rgba(26, 11, 36, 0.08) !important;
}

html.cc-theme-light .dgx-card__tele-lbl,
body:not(.dark-theme) .dgx-card__tele-lbl {
  color: rgba(22, 8, 31, 0.5) !important;
}

html.cc-theme-light .diag-card__bar,
body:not(.dark-theme) .diag-card__bar {
  background: rgba(26, 11, 36, 0.08) !important;
}

/* ── 5. Comparison Slider (Light) ── */
html.cc-theme-light .cmp-wrap,
body:not(.dark-theme) .cmp-wrap {
  border-color: rgba(26, 11, 36, 0.15) !important;
  box-shadow: 0 24px 60px rgba(26, 11, 36, 0.15) !important;
}

html.cc-theme-light .cmp-stats,
body:not(.dark-theme) .cmp-stats {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(26, 11, 36, 0.12) !important;
  box-shadow: 0 16px 36px rgba(26, 11, 36, 0.12) !important;
}

html.cc-theme-light .cmp-stats h6,
body:not(.dark-theme) .cmp-stats h6 {
  color: #16081F;
}
html.cc-theme-light .cmp-stats--bad h6,
body:not(.dark-theme) .cmp-stats--bad h6 {
  color: #DC2626 !important;
}
html.cc-theme-light .cmp-stats--good h6,
body:not(.dark-theme) .cmp-stats--good h6 {
  color: #059669 !important;
}

html.cc-theme-light .sr-t small,
body:not(.dark-theme) .sr-t small {
  color: rgba(22, 8, 31, 0.6) !important;
}

html.cc-theme-light .sr-t b,
body:not(.dark-theme) .sr-t b {
  color: #16081F !important;
}

html.cc-theme-light .sr-bar,
body:not(.dark-theme) .sr-bar {
  background: rgba(26, 11, 36, 0.08) !important;
}

/* ── 6. Pricing & Addons (Light) ── */
html.cc-theme-light .pc-savings,
body:not(.dark-theme) .pc-savings {
  background: rgba(16, 185, 129, 0.1) !important;
  border-color: rgba(16, 185, 129, 0.28) !important;
}

html.cc-theme-light .pc-savings__text,
body:not(.dark-theme) .pc-savings__text {
  color: rgba(22, 8, 31, 0.85) !important;
}

html.cc-theme-light .pc-testimonial,
body:not(.dark-theme) .pc-testimonial {
  background: rgba(26, 11, 36, 0.04) !important;
}

html.cc-theme-light .pc-testimonial__text,
body:not(.dark-theme) .pc-testimonial__text {
  color: rgba(22, 8, 31, 0.8) !important;
}

html.cc-theme-light .pc-testimonial__author,
body:not(.dark-theme) .pc-testimonial__author {
  color: rgba(22, 8, 31, 0.55) !important;
}

html.cc-theme-light .pc-guarantee__text,
body:not(.dark-theme) .pc-guarantee__text {
  color: rgba(22, 8, 31, 0.7) !important;
}

html.cc-theme-light .pc-guarantee__text strong,
body:not(.dark-theme) .pc-guarantee__text strong {
  color: #16081F !important;
}

html.cc-theme-light .pc-annual-banner,
body:not(.dark-theme) .pc-annual-banner {
  background: linear-gradient(135deg, rgba(255, 92, 20, 0.08), rgba(255, 255, 255, 0.95)) !important;
  border-color: rgba(255, 92, 20, 0.3) !important;
  box-shadow: 0 16px 40px rgba(26, 11, 36, 0.08) !important;
}

html.cc-theme-light .pc-annual-banner__title,
body:not(.dark-theme) .pc-annual-banner__title {
  color: #16081F !important;
}

html.cc-theme-light .pc-annual-banner__sub,
body:not(.dark-theme) .pc-annual-banner__sub {
  color: rgba(22, 8, 31, 0.7) !important;
}

html.cc-theme-light .pc-annual-col,
body:not(.dark-theme) .pc-annual-col {
  background: #FFFFFF !important;
  border-color: rgba(26, 11, 36, 0.1) !important;
}

html.cc-theme-light .pc-annual-col--featured,
body:not(.dark-theme) .pc-annual-col--featured {
  background: rgba(255, 92, 20, 0.08) !important;
  border-color: rgba(255, 92, 20, 0.35) !important;
}

html.cc-theme-light .pc-annual-col__label,
body:not(.dark-theme) .pc-annual-col__label {
  color: rgba(22, 8, 31, 0.6) !important;
}

html.cc-theme-light .pc-annual-col__price,
body:not(.dark-theme) .pc-annual-col__price {
  color: #16081F !important;
}

html.cc-theme-light .pc-annual-savings,
body:not(.dark-theme) .pc-annual-savings {
  background: rgba(255, 92, 20, 0.12) !important;
  border-color: rgba(255, 92, 20, 0.3) !important;
}

html.cc-theme-light .pc-annual-savings__label,
body:not(.dark-theme) .pc-annual-savings__label {
  color: rgba(22, 8, 31, 0.85) !important;
}

html.cc-theme-light .pc-annual-savings__label strong,
body:not(.dark-theme) .pc-annual-savings__label strong {
  color: #16081F !important;
}

/* ── 7. Garantia (Light) ── */
html.cc-theme-light .grntee,
body:not(.dark-theme) .grntee {
  background: #FFFFFF !important;
  border-color: rgba(16, 185, 129, 0.4) !important;
  box-shadow: 0 16px 40px rgba(26, 11, 36, 0.08) !important;
}

html.cc-theme-light .grntee__title,
body:not(.dark-theme) .grntee__title {
  color: #16081F !important;
}

html.cc-theme-light .grntee__desc,
body:not(.dark-theme) .grntee__desc {
  color: rgba(22, 8, 31, 0.75) !important;
}

/* ── 8. FAQ (Light) ── */
html.cc-theme-light .faq-item,
body:not(.dark-theme) .faq-item {
  background: #FFFFFF !important;
  border-color: rgba(26, 11, 36, 0.1) !important;
}

html.cc-theme-light .faq-item.active,
body:not(.dark-theme) .faq-item.active {
  background: #FFFFFF !important;
  border-color: rgba(255, 92, 20, 0.4) !important;
  box-shadow: 0 12px 30px rgba(26, 11, 36, 0.06) !important;
}

html.cc-theme-light .faq-question,
body:not(.dark-theme) .faq-question {
  color: #16081F !important;
}

html.cc-theme-light .faq-icon,
body:not(.dark-theme) .faq-icon {
  background: rgba(26, 11, 36, 0.06) !important;
}

html.cc-theme-light .faq-icon::before,
html.cc-theme-light .faq-icon::after,
body:not(.dark-theme) .faq-icon::before,
body:not(.dark-theme) .faq-icon::after {
  background: #16081F !important;
}

html.cc-theme-light .faq-answer p,
body:not(.dark-theme) .faq-answer p {
  color: rgba(22, 8, 31, 0.75) !important;
}

/* ── 9. Form & CTA Final (Light) ── */
html.cc-theme-light .lp-form-copy__title,
body:not(.dark-theme) .lp-form-copy__title {
  color: #16081F !important;
}

html.cc-theme-light .lp-form-copy__sub,
body:not(.dark-theme) .lp-form-copy__sub {
  color: rgba(22, 8, 31, 0.72) !important;
}

html.cc-theme-light .lp-form-benefits li,
body:not(.dark-theme) .lp-form-benefits li {
  color: rgba(22, 8, 31, 0.85) !important;
}

html.cc-theme-light .lp-form-proof,
body:not(.dark-theme) .lp-form-proof {
  color: rgba(22, 8, 31, 0.65) !important;
}
html.cc-theme-light .lp-form-proof b,
body:not(.dark-theme) .lp-form-proof b {
  color: #16081F !important;
}

html.cc-theme-light .lp-form,
body:not(.dark-theme) .lp-form {
  background: #FFFFFF !important;
  border-color: rgba(255, 92, 20, 0.35) !important;
  box-shadow: 0 24px 60px rgba(26, 11, 36, 0.12) !important;
}

html.cc-theme-light .lp-form__head h3,
body:not(.dark-theme) .lp-form__head h3 {
  color: #16081F !important;
}

html.cc-theme-light .lp-form__head p,
body:not(.dark-theme) .lp-form__head p {
  color: rgba(22, 8, 31, 0.6) !important;
}

html.cc-theme-light .lp-field label,
body:not(.dark-theme) .lp-field label {
  color: rgba(22, 8, 31, 0.75) !important;
}

html.cc-theme-light .lp-field__opt,
body:not(.dark-theme) .lp-field__opt {
  color: rgba(22, 8, 31, 0.45) !important;
}

html.cc-theme-light .lp-field input,
body:not(.dark-theme) .lp-field input {
  background: #FAF7F2 !important;
  border-color: rgba(26, 11, 36, 0.15) !important;
  color: #16081F !important;
}

html.cc-theme-light .lp-field input:focus,
body:not(.dark-theme) .lp-field input:focus {
  background: #FFFFFF !important;
  border-color: var(--cc-orange, #FF5C14) !important;
}

html.cc-theme-light .lp-form__trust,
body:not(.dark-theme) .lp-form__trust {
  color: rgba(22, 8, 31, 0.5) !important;
}

html.cc-theme-light .lp-form__done,
body:not(.dark-theme) .lp-form__done {
  background: rgba(255, 255, 255, 0.98) !important;
}

html.cc-theme-light .lp-form__done h3,
body:not(.dark-theme) .lp-form__done h3 {
  color: #16081F !important;
}

html.cc-theme-light .lp-form__done p,
body:not(.dark-theme) .lp-form__done p {
  color: rgba(22, 8, 31, 0.7) !important;
}

/* LP hero title — vence o 100px da home (html.cc-brut body .hero-title-v3) */
html.cc-brut body .hero-v3#hero-lp .hero-title-v3.lp-hl,
html.cc-brut body .hero-v3#hero-lp .hero-title-v3.lp-hl .hero-line {
  font-size: clamp(3.4rem, 7.2vw, 6.5rem) !important;
}
