/* Landing Page — Trader Bear */
.page--lp {
  background: #050508;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.lp-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("assets/lp-bg-mobile.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .lp-bg {
    background-image: url("assets/lp-bg-desktop.png");
    background-position: center top;
    background-size: cover;
  }
}

.lp-scroll-dark {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 8, 0) 0%,
    rgba(5, 5, 8, 0.25) 40%,
    rgba(5, 5, 8, 0.75) 75%,
    rgba(5, 5, 8, 0.95) 100%
  );
  opacity: 0.35;
  will-change: opacity;
}

.lp-scroll-black {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(5, 5, 8, 0.55) 35%,
    rgba(5, 5, 8, 0.92) 70%,
    #050508 100%
  );
  opacity: 0;
  will-change: opacity;
}

@media (max-width: 767px) {
  .lp-scroll-dark {
    opacity: 0.55;
    background: linear-gradient(
      to bottom,
      rgba(5, 5, 8, 0.05) 0%,
      rgba(5, 5, 8, 0.45) 30%,
      rgba(5, 5, 8, 0.85) 65%,
      #050508 100%
    );
  }

  .lp-scroll-black {
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(5, 5, 8, 0.65) 25%,
      rgba(5, 5, 8, 0.96) 60%,
      #050508 100%
    );
  }

  .lp-content {
    padding-top: 33vh;
  }
}

.lp-light-sweep {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.lp-light-sweep::before,
.lp-light-sweep::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(
    115deg,
    transparent 44%,
    rgba(232, 196, 104, 0.03) 49%,
    rgba(255, 230, 140, 0.06) 50%,
    rgba(232, 196, 104, 0.03) 51%,
    transparent 56%
  );
  animation: lpLightSweep 12s ease-in-out infinite;
}

.lp-light-sweep::after {
  animation-delay: -6s;
  opacity: 0.4;
  filter: blur(4px);
}

@keyframes lpLightSweep {
  0% { transform: translateX(-60%) skewX(-8deg); opacity: 0; }
  15% { opacity: 1; }
  50% { transform: translateX(60%) skewX(-8deg); opacity: 1; }
  85% { opacity: 0.4; }
  100% { transform: translateX(120%) skewX(-8deg); opacity: 0; }
}

.page--lp .glitter {
  background: rgba(232, 196, 104, 0.9);
  box-shadow: 0 0 8px rgba(232, 196, 104, 0.55), 0 0 2px rgba(255, 255, 255, 0.4);
}

.page--lp .glitter-layer {
  z-index: 2;
}

.page--lp .bg-neon,
.page--lp .bg-glow {
  display: none;
}

.lp-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  min-height: 190vh;
  padding: 56px 20px 48px;
}

@media (min-width: 768px) {
  .lp-wrap {
    max-width: 1100px;
    min-height: 130vh;
    padding-top: 20px;
  }

  .lp-content {
    max-width: 560px;
    padding-top: 8vh;
    margin-left: 4%;
  }

  .lp-title {
    text-align: left;
    font-size: clamp(2.6rem, 4.2vw, 4.2rem);
    margin-bottom: 10px;
  }

  .lp-bottom {
    padding-top: 24px;
  }
}
.lp-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: linear-gradient(to bottom, rgba(5, 5, 8, 0.85), transparent);
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn--gold {
  background: linear-gradient(135deg, #f0d078, var(--gold), var(--gold-dim));
  color: #0a0b0f;
  box-shadow: 0 4px 20px rgba(212, 168, 83, 0.45);
  border: 1px solid rgba(255, 230, 160, 0.35);
}

.lp-btn--gold:hover {
  box-shadow: 0 6px 28px rgba(232, 196, 104, 0.55);
}

.lp-btn--ghost {
  background: rgba(10, 11, 15, 0.55);
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
  backdrop-filter: blur(8px);
}

/* Bloco principal — título + textos juntos */
.lp-content {
  position: relative;
  padding-top: 36vh;
  padding-bottom: 8px;
}

.lp-title {
  display: block;
  width: 100%;
  max-width: 92vw;
  margin: 0 auto 10px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 10vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}

.lp-title__line {
  display: inline-block;
  color: #ffffff;
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.15),
    0 2px 12px rgba(0, 0, 0, 0.85);
  animation: lpTitleFloat 5s ease-in-out infinite;
}

.lp-title__gold {
  color: #ffd54f;
  text-shadow:
    0 0 24px rgba(255, 213, 79, 0.55),
    0 0 8px rgba(232, 196, 104, 0.4),
    0 2px 12px rgba(0, 0, 0, 0.85);
  animation: lpTitleFloat 5s ease-in-out infinite, lpGoldPulse 3s ease-in-out infinite;
}

@keyframes lpTitleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes lpGoldPulse {
  0%, 100% {
    color: #ffd54f;
    text-shadow:
      0 0 20px rgba(255, 213, 79, 0.45),
      0 2px 12px rgba(0, 0, 0, 0.85);
  }
  50% {
    color: #ffe082;
    text-shadow:
      0 0 32px rgba(255, 224, 130, 0.75),
      0 0 12px rgba(255, 213, 79, 0.5),
      0 2px 12px rgba(0, 0, 0, 0.85);
  }
}

/* Texto branco sólido + destaques amarelos (sem gradiente transparente na letra) */
.lp-accent {
  color: #ffd54f;
  font-weight: 700;
  text-shadow:
    0 0 16px rgba(255, 213, 79, 0.35),
    0 1px 4px rgba(0, 0, 0, 0.6);
}

.lp-accent--bright {
  color: #ffe082;
  font-weight: 800;
  animation: lpGoldPulse 2.8s ease-in-out infinite;
}

/* Conteúdo — headline colado ao título */
.lp-headline {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 4.5vw, 1.55rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.lp-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 16px;
}

.lp-price__from {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
  opacity: 0.85;
}

.lp-price__to {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 7vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.lp-features {
  font-size: clamp(0.95rem, 3.5vw, 1.1rem);
  line-height: 1.55;
  color: rgba(240, 242, 248, 0.92);
  margin-bottom: 28px;
  padding: 16px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border-gold);
  background: rgba(10, 11, 15, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.lp-features strong {
  color: var(--gold-light);
}

.lp-cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

@media (min-width: 480px) {
  .lp-cta-row {
    flex-direction: row;
  }

  .lp-cta-row .lp-btn {
    flex: 1;
    padding: 14px 20px;
    font-size: 0.9rem;
  }
}

.lp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.lp-badge {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(212, 168, 83, 0.12);
  border: 1px solid rgba(212, 168, 83, 0.3);
  color: var(--gold-light);
}

.lp-scroll-hint {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 48px;
  animation: lpHintBounce 2s ease-in-out infinite;
}

@keyframes lpHintBounce {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(6px); opacity: 1; }
}

/* Seção inferior (scroll) */
.lp-bottom {
  padding: 28px 0 24px;
  border-top: 1px solid rgba(212, 168, 83, 0.12);
}

.lp-bottom__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.lp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.lp-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(240, 242, 248, 0.88);
}

.lp-list li::before {
  content: "◆";
  color: var(--gold);
  font-size: 0.65rem;
  margin-top: 5px;
  flex-shrink: 0;
}

/* Termos de risco */
.lp-risk {
  margin-top: auto;
  padding: 20px 16px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-risk p {
  font-size: 0.72rem;
  line-height: 1.55;
  color: rgba(139, 146, 168, 0.95);
  text-align: center;
}

.lp-risk strong {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 168, 83, 0.7);
  margin-bottom: 8px;
}
