/* LP de vendas — escopo estrito: só dentro de #lp-sales-root */
#lp-sales-root {
  box-sizing: border-box;
  --lp-bg: #000000;
  --lp-bg-soft: #0a0a0a;
  --lp-purple: #b4a7ff;
  --lp-purple-strong: #a855f7;
  --lp-purple-muted: rgba(168, 85, 247, 0.35);
  --lp-text: #ffffff;
  --lp-text-dim: #a1a1a1;
  --lp-green: #10b981;
  --lp-green-bright: #4ade80;
  --lp-red: #f87171;
  --lp-red-x: #ff4d4d;
  --lp-gold: #fbbf24;
  --lp-max: 1040px;
  --lp-radius: 16px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--lp-text);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#lp-sales-root *,
#lp-sales-root *::before,
#lp-sales-root *::after {
  box-sizing: border-box;
}

#lp-sales-root img {
  max-width: 100%;
  height: auto;
  display: block;
}

#lp-sales-root .lp-sales__container {
  width: 100%;
  max-width: var(--lp-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#lp-sales-root .lp-sales__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--lp-purple-muted);
  color: var(--lp-purple-strong);
  background: rgba(168, 85, 247, 0.08);
  margin-bottom: 16px;
}

#lp-sales-root .lp-sales__badge--center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#lp-sales-root .lp-sales__h2 {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--lp-text);
}

#lp-sales-root .lp-sales__h2 .lp-sales__accent {
  color: var(--lp-purple);
}

#lp-sales-root .lp-sales__lead {
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  color: var(--lp-text-dim);
  max-width: 52ch;
  margin: 0 0 24px;
}

#lp-sales-root .lp-sales__section {
  padding: 72px 0;
  background: var(--lp-bg);
}

#lp-sales-root .lp-sales__section--alt {
  background: var(--lp-bg-soft);
}

#lp-sales-root .lp-sales__section--green {
  background: #053325;
}

#lp-sales-root .lp-sales__section--navy {
  background: linear-gradient(180deg, #0a0a14 0%, #12101f 100%);
}

#lp-sales-root .lp-sales__section--virada {
  background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(88, 60, 140, 0.35) 0%, #0a0614 55%, #000 100%);
}

#lp-sales-root .lp-sales__section--editorial {
  background: #0a0d0c;
}

#lp-sales-root .lp-sales__text-center {
  text-align: center;
}

#lp-sales-root .lp-sales__text-center .lp-sales__lead {
  margin-left: auto;
  margin-right: auto;
}

/* Barra topo */
#lp-sales-root .lp-sales__topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(168, 85, 247, 0.2);
  backdrop-filter: blur(8px);
}

#lp-sales-root .lp-sales__brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--lp-text);
}

#lp-sales-root .lp-sales__btn-google {
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7c3aed 0%, #5b21b6 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(91, 33, 182, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#lp-sales-root .lp-sales__btn-google:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(91, 33, 182, 0.55);
}

#lp-sales-root .lp-sales__auth-error {
  width: 100%;
  flex-basis: 100%;
  font-size: 13px;
  color: #fca5a5;
  min-height: 20px;
  text-align: center;
}

/* Hero */
#lp-sales-root .lp-sales__hero {
  padding: 48px 0 80px;
  text-align: center;
  background: radial-gradient(ellipse 70% 50% at 50% -10%, rgba(120, 80, 200, 0.25) 0%, transparent 55%), var(--lp-bg);
}

#lp-sales-root .lp-sales__hero-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(180, 167, 255, 0.4);
  color: #e0e0e0;
  margin-bottom: 24px;
}

#lp-sales-root .lp-sales__hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 auto 20px;
  max-width: 18ch;
}

#lp-sales-root .lp-sales__hero-title span.lp-sales__accent {
  color: var(--lp-purple);
}

#lp-sales-root .lp-sales__hero-sub {
  color: #a0a0a0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  max-width: 42rem;
  margin: 0 auto 20px;
  line-height: 1.55;
}

#lp-sales-root .lp-sales__hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #888;
  margin-bottom: 40px;
}

#lp-sales-root .lp-sales__hero-proof svg {
  flex-shrink: 0;
  opacity: 0.8;
}

#lp-sales-root .lp-sales__terminal {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
  background: #16161c;
  border: 1px solid rgba(180, 167, 255, 0.35);
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(180, 167, 255, 0.08), 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#lp-sales-root .lp-sales__terminal-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #1c1c24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#lp-sales-root .lp-sales__terminal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#lp-sales-root .lp-sales__terminal-dot--r { background: #ff5f57; }
#lp-sales-root .lp-sales__terminal-dot--y { background: #febc2e; }
#lp-sales-root .lp-sales__terminal-dot--g { background: #28c840; }

#lp-sales-root .lp-sales__terminal-body {
  padding: 20px 18px 22px;
}

#lp-sales-root .lp-sales__terminal-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--lp-purple);
  margin-bottom: 14px;
  font-weight: 600;
}

#lp-sales-root .lp-sales__terminal-out {
  background: #0d0d12;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.65;
  font-family: ui-monospace, monospace;
}

#lp-sales-root .lp-sales__terminal-line--ok {
  color: #6ee7b7;
}
#lp-sales-root .lp-sales__terminal-line--time {
  color: var(--lp-purple);
  margin-top: 8px;
}

/* Exemplo real — carrossel horizontal */
#lp-sales-root .lp-sales__carousel-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 4px 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

#lp-sales-root .lp-sales__carousel-row::-webkit-scrollbar {
  height: 6px;
}
#lp-sales-root .lp-sales__carousel-row::-webkit-scrollbar-thumb {
  background: rgba(168, 85, 247, 0.35);
  border-radius: 4px;
}

#lp-sales-root .lp-sales__example-card {
  flex: 0 0 min(85vw, 320px);
  scroll-snap-align: center;
  border-radius: var(--lp-radius);
  padding: 20px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#lp-sales-root .lp-sales__example-card--a {
  background: linear-gradient(160deg, #0d3d35 0%, #0a1f1c 100%);
}
#lp-sales-root .lp-sales__example-card--b {
  background: #0a0a0a;
  border-color: #333;
}
#lp-sales-root .lp-sales__example-card--c {
  background: linear-gradient(165deg, #1a1a3e 0%, #0f0a20 100%);
}

#lp-sales-root .lp-sales__example-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#lp-sales-root .lp-sales__example-card--a .lp-sales__example-kicker { color: #6ee7b7; }
#lp-sales-root .lp-sales__example-card--b .lp-sales__example-kicker { color: #fbbf24; }
#lp-sales-root .lp-sales__example-card--c .lp-sales__example-kicker { color: #93c5fd; }

#lp-sales-root .lp-sales__example-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

#lp-sales-root .lp-sales__example-title .hl-green { color: #6ee7b7; }
#lp-sales-root .lp-sales__example-title .hl-yellow { color: #fbbf24; }
#lp-sales-root .lp-sales__example-title .hl-purple { color: var(--lp-purple); }

#lp-sales-root .lp-sales__example-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
  margin-bottom: 14px;
}

#lp-sales-root .lp-sales__example-bad-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #ccc;
}
#lp-sales-root .lp-sales__example-bad-list li {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
  align-items: flex-start;
}
#lp-sales-root .lp-sales__example-good-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #ccc;
}
#lp-sales-root .lp-sales__example-good-list li {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

#lp-sales-root .lp-sales__example-progress {
  margin-top: auto;
  padding-top: 16px;
  font-size: 11px;
  color: var(--lp-purple);
  border-top: 1px solid rgba(168, 85, 247, 0.3);
}

#lp-sales-root .lp-sales__carousel-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}
#lp-sales-root .lp-sales__carousel-hint::before,
#lp-sales-root .lp-sales__carousel-hint::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

/* Editorial */
#lp-sales-root .lp-sales__editorial-title {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 12px;
}

#lp-sales-root .lp-sales__editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  #lp-sales-root .lp-sales__editorial-grid {
    grid-template-columns: 1fr;
  }
}

#lp-sales-root .lp-sales__editorial-card {
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#lp-sales-root .lp-sales__editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lp-sales-root .lp-sales__editorial-card--solid {
  background: #2e6449;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#lp-sales-root .lp-sales__editorial-card--split {
  display: grid;
  grid-template-rows: 1fr 1fr;
  padding: 0;
}

#lp-sales-root .lp-sales__editorial-split-top {
  background: #f3f1eb;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lp-sales-root .lp-sales__editorial-split-bottom {
  position: relative;
  min-height: 0;
}
#lp-sales-root .lp-sales__editorial-split-bottom img {
  height: 100%;
  object-fit: cover;
}

#lp-sales-root .lp-sales__editorial-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  opacity: 0.9;
}

#lp-sales-root .lp-sales__editorial-quote {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  margin-top: auto;
}

#lp-sales-root .lp-sales__editorial-quote--dark {
  color: #0f172a;
  font-size: 12px;
}

#lp-sales-root .lp-sales__editorial-footer {
  text-align: center;
  margin-top: 48px;
  position: relative;
  padding-top: 24px;
}
#lp-sales-root .lp-sales__editorial-footer-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  max-width: 400px;
  margin: 0 auto;
}
#lp-sales-root .lp-sales__editorial-footer-cap {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: #889;
  margin-top: -10px;
  background: #0a0d0c;
  display: inline-block;
  padding: 0 16px;
}

/* Dor */
#lp-sales-root .lp-sales__pain-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
#lp-sales-root .lp-sales__pain-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--lp-text-dim);
  font-size: 1rem;
}
#lp-sales-root .lp-sales__pain-x {
  color: var(--lp-red-x);
  font-weight: 700;
  flex-shrink: 0;
}

#lp-sales-root .lp-sales__blockquote {
  margin: 36px 0 0;
  padding: 16px 0 16px 20px;
  border-left: 4px solid var(--lp-purple-strong);
  font-style: italic;
  color: var(--lp-text-dim);
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Mito */
#lp-sales-root .lp-sales__mito-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

@media (max-width: 768px) {
  #lp-sales-root .lp-sales__mito-cards {
    grid-template-columns: 1fr;
  }
}

#lp-sales-root .lp-sales__mito-card {
  border: 1px solid #221111;
  border-radius: var(--lp-radius);
  padding: 22px;
  background: rgba(20, 10, 10, 0.5);
}

#lp-sales-root .lp-sales__mito-card-x {
  color: var(--lp-red-x);
  font-size: 18px;
  margin-bottom: 10px;
}

#lp-sales-root .lp-sales__mito-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}

#lp-sales-root .lp-sales__mito-card p {
  font-size: 14px;
  color: var(--lp-text-dim);
  margin: 0;
  line-height: 1.5;
}

#lp-sales-root .lp-sales__quote-box {
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--lp-radius);
  border: 1px solid #221133;
  background: rgba(40, 20, 60, 0.35);
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
}

/* Virada */
#lp-sales-root .lp-sales__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  #lp-sales-root .lp-sales__steps {
    grid-template-columns: 1fr;
  }
}

#lp-sales-root .lp-sales__step {
  position: relative;
  padding: 24px 16px;
  text-align: center;
}

#lp-sales-root .lp-sales__step-num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 72px;
  font-weight: 800;
  color: rgba(120, 80, 180, 0.2);
  line-height: 1;
  pointer-events: none;
  font-family: 'Montserrat', sans-serif;
}

#lp-sales-root .lp-sales__step-icon {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 20px auto 16px;
  color: var(--lp-purple);
}

#lp-sales-root .lp-sales__step-icon svg {
  width: 100%;
  height: 100%;
}

#lp-sales-root .lp-sales__step h3 {
  position: relative;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}

#lp-sales-root .lp-sales__step p {
  position: relative;
  font-size: 14px;
  color: #9b8fb8;
  margin: 0;
  line-height: 1.5;
}

#lp-sales-root .lp-sales__virada-quote {
  text-align: center;
  margin-top: 40px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

/* O que você recebe */
#lp-sales-root .lp-sales__receive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 40px;
}

@media (max-width: 900px) {
  #lp-sales-root .lp-sales__receive-grid {
    grid-template-columns: 1fr;
  }
}

#lp-sales-root .lp-sales__fake-editor {
  background: #12121a;
  border: 1px solid rgba(168, 85, 247, 0.35);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

#lp-sales-root .lp-sales__fake-editor-bar {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  background: #1a1a22;
}
#lp-sales-root .lp-sales__fake-editor-body {
  padding: 16px;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.7;
  color: #c4b5fd;
}
#lp-sales-root .lp-sales__fake-editor-body .tree-p {
  color: var(--lp-purple-strong);
}
#lp-sales-root .lp-sales__check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lp-sales-root .lp-sales__check-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.45;
  color: #e0e0e0;
}
#lp-sales-root .lp-sales__check-list .chk {
  color: var(--lp-green);
  font-weight: 700;
  flex-shrink: 0;
}
#lp-sales-root .lp-sales__check-list strong {
  color: #fff;
}

#lp-sales-root .lp-sales__urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(180, 120, 20, 0.25);
  border: 1px solid rgba(251, 191, 36, 0.35);
  font-size: 12px;
  font-weight: 600;
  color: #fcd34d;
  float: right;
}

@media (max-width: 900px) {
  #lp-sales-root .lp-sales__urgency {
    float: none;
    margin-top: 24px;
  }
}

/* Depoimentos */
#lp-sales-root .lp-sales__testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  #lp-sales-root .lp-sales__testimonial-grid {
    grid-template-columns: 1fr;
  }
}

#lp-sales-root .lp-sales__testimonial-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 22px;
}

#lp-sales-root .lp-sales__stars {
  color: var(--lp-gold);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

#lp-sales-root .lp-sales__testimonial-text {
  font-style: italic;
  font-size: 14px;
  line-height: 1.55;
  color: #f0f0f0;
  margin-bottom: 18px;
}

#lp-sales-root .lp-sales__testimonial-foot {
  display: flex;
  align-items: center;
  gap: 12px;
}

#lp-sales-root .lp-sales__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 40, 30, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

#lp-sales-root .lp-sales__testimonial-name {
  font-weight: 700;
  font-size: 14px;
}
#lp-sales-root .lp-sales__testimonial-role {
  font-size: 12px;
  color: #86b8a8;
}

#lp-sales-root .lp-sales__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
  text-align: center;
}

#lp-sales-root .lp-sales__stat-num {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--lp-gold);
}
#lp-sales-root .lp-sales__stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
}

/* Para quem */
#lp-sales-root .lp-sales__for-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #lp-sales-root .lp-sales__for-grid {
    grid-template-columns: 1fr;
  }
}

#lp-sales-root .lp-sales__for-card {
  border-radius: var(--lp-radius);
  padding: 32px;
  border: 1px solid;
}

#lp-sales-root .lp-sales__for-card--yes {
  border-color: rgba(74, 222, 128, 0.35);
  background: linear-gradient(180deg, rgba(20, 50, 35, 0.5) 0%, #0a0f0c 100%);
}

#lp-sales-root .lp-sales__for-card--no {
  border-color: rgba(248, 113, 113, 0.35);
  background: linear-gradient(180deg, rgba(50, 20, 20, 0.45) 0%, #0f0a0a 100%);
}

#lp-sales-root .lp-sales__for-title-yes {
  color: var(--lp-green-bright);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

#lp-sales-root .lp-sales__for-title-no {
  color: var(--lp-red);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

#lp-sales-root .lp-sales__for-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#lp-sales-root .lp-sales__for-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #ccc;
}

#lp-sales-root .lp-sales__for-list .mark-yes { color: var(--lp-green-bright); }
#lp-sales-root .lp-sales__for-list .mark-no { color: var(--lp-red); }

/* FAQ */
#lp-sales-root .lp-sales__faq-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#lp-sales-root .lp-sales__faq-item {
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

#lp-sales-root .lp-sales__faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: #fff;
}

#lp-sales-root .lp-sales__faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-purple-strong);
  font-size: 22px;
  line-height: 1;
  transition: transform 0.25s ease;
}

#lp-sales-root .lp-sales__faq-item--open .lp-sales__faq-icon {
  transform: rotate(45deg);
}

#lp-sales-root .lp-sales__faq-panel {
  display: none;
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--lp-text-dim);
  line-height: 1.55;
}

#lp-sales-root .lp-sales__faq-item--open .lp-sales__faq-panel {
  display: block;
}

/* Tabela comparativa */
#lp-sales-root .lp-sales__table-wrap {
  overflow-x: auto;
  margin-top: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#lp-sales-root .lp-sales__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}

#lp-sales-root .lp-sales__table th,
#lp-sales-root .lp-sales__table td {
  padding: 16px 14px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#lp-sales-root .lp-sales__table th:first-child,
#lp-sales-root .lp-sales__table td:first-child {
  text-align: left;
  color: #889;
  font-weight: 500;
}

#lp-sales-root .lp-sales__table thead th {
  font-weight: 600;
  color: #9ca3af;
}

#lp-sales-root .lp-sales__table thead th.lp-sales__col-highlight {
  background: rgba(124, 58, 237, 0.35);
  color: #fff;
  border-radius: 12px 12px 0 0;
}

#lp-sales-root .lp-sales__table tbody td.lp-sales__col-highlight {
  background: rgba(124, 58, 237, 0.2);
  font-weight: 700;
  color: #fff;
}

#lp-sales-root .lp-sales__table tbody tr:last-child td {
  border-bottom: none;
}

#lp-sales-root .lp-sales__table-note {
  text-align: center;
  font-style: italic;
  color: #889;
  margin-top: 24px;
  font-size: 15px;
}

/* Oferta */
#lp-sales-root .lp-sales__offer-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 48px;
}

#lp-sales-root .lp-sales__offer-card {
  max-width: 520px;
  margin: 0 auto;
  padding: 40px 36px;
  border-radius: 20px;
  border: 2px solid rgba(124, 58, 237, 0.6);
  background: #0a0a14;
}

#lp-sales-root .lp-sales__offer-product {
  font-size: 15px;
  color: #e5e5e5;
  margin-bottom: 10px;
}

#lp-sales-root .lp-sales__offer-launch {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f43f5e 0%, #be123c 100%);
  color: #fff;
  margin-bottom: 14px;
}

#lp-sales-root .lp-sales__offer-old {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}

#lp-sales-root .lp-sales__offer-price {
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 800;
  color: var(--lp-green);
  margin: 8px 0;
  line-height: 1;
}

#lp-sales-root .lp-sales__offer-price small {
  font-size: 55%;
  font-weight: 700;
  vertical-align: super;
}

#lp-sales-root .lp-sales__offer-installment {
  font-size: 13px;
  color: #888;
  margin-bottom: 28px;
}

#lp-sales-root .lp-sales__offer-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  text-align: left;
}

#lp-sales-root .lp-sales__offer-features li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #e0e0e0;
}

#lp-sales-root .lp-sales__offer-features .chk {
  color: var(--lp-green);
  font-weight: 700;
}

#lp-sales-root .lp-sales__cta-primary {
  width: 100%;
  appearance: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7c3aed 0%, #5b21b6 100%);
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 8px 28px rgba(91, 33, 182, 0.45);
}

#lp-sales-root .lp-sales__cta-primary:hover {
  filter: brightness(1.06);
}

#lp-sales-root .lp-sales__offer-trust {
  font-size: 12px;
  color: #888;
  text-align: center;
  line-height: 1.5;
}

#lp-sales-root .lp-sales__offer-trust-logos {
  font-size: 11px;
  color: #666;
  margin-top: 8px;
}

/* Garantia */
#lp-sales-root .lp-sales__guarantee {
  text-align: center;
  padding-bottom: 80px;
}

#lp-sales-root .lp-sales__guarantee-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  color: #00c853;
}

#lp-sales-root .lp-sales__guarantee-icon svg {
  width: 100%;
  height: 100%;
}

#lp-sales-root .lp-sales__guarantee h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.2;
}

#lp-sales-root .lp-sales__guarantee-text {
  max-width: 42rem;
  margin: 0 auto 16px;
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}

#lp-sales-root .lp-sales__guarantee-quote {
  font-style: italic;
  font-size: 14px;
  color: #888;
  max-width: 36rem;
  margin: 0 auto 28px;
}

#lp-sales-root .lp-sales__cta-outline {
  appearance: none;
  background: transparent;
  border: 2px solid #7c3aed;
  color: #c4b5fd;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

#lp-sales-root .lp-sales__cta-outline:hover {
  background: rgba(124, 58, 237, 0.15);
}
