/* =========================================================
   PUXÃO QUÂNTICO — LP perpétuo (design Claude Design)
   #000814 + #001a4d + #ff1493 + #00ffff + #b0e0e6
   Poppins · twinkle stars · neon frames
   ========================================================= */

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

html, body {
  background: #000814;
  color: #fff;
  font-family: 'Poppins', system-ui, sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}
body { display: flex; flex-direction: column; min-height: 100vh; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ===================== HERO ===================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: linear-gradient(135deg, #001a4d 0%, #0a1f5c 50%, #001f4d 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,.8), rgba(255,255,255,0)),
    radial-gradient(2px 2px at 60px 70px, rgba(255,255,255,.5), rgba(255,255,255,0)),
    radial-gradient(1px 1px at 50px 50px, rgba(255,255,255,.8), rgba(255,255,255,0)),
    radial-gradient(1.5px 1.5px at 130px 90px, rgba(255,255,255,.6), rgba(255,255,255,0)),
    radial-gradient(1px 1px at 90px 150px, rgba(255,255,255,.7), rgba(255,255,255,0)),
    radial-gradient(2px 2px at 160px 40px, rgba(255,255,255,.5), rgba(255,255,255,0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: twinkle 5s ease-in-out infinite;
  opacity: 0.6;
  pointer-events: none;
}
@keyframes twinkle {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.8; }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  width: 100%;
}

.hero-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ff1493;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(255, 20, 147, 0.5), inset 0 0 20px rgba(255, 20, 147, 0.15);
  padding: 4px;
}
.hero-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(48px, 8vw, 84px);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: clamp(16px, 2.2vw, 19px);
  color: #e0f7ff;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 500;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.hero-subtitle strong {
  color: #ff1493;
  font-weight: 700;
}

.hero-tagline {
  margin-bottom: 36px;
  font-size: 14px;
  color: #00ffff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-video {
  margin: 0 auto 32px;
  max-width: 780px;
  position: relative;
  z-index: 3;
  aspect-ratio: 16 / 9;
  border: 3px solid #ff1493;
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(255, 20, 147, 0.4),
    0 0 50px rgba(255, 20, 147, 0.45),
    0 20px 60px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  background: #000;
}
.hero-video video,
.hero-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  border: 0;
}
.hero-video-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: #b0e0e6; background: #000814;
}
.hero-video-placeholder span { font-size: 3rem; color: #ff1493; opacity: 0.7; }

/* CTAs principais — gradiente rosa-magenta com glow */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff1493, #ff00ff);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid #ff1493;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(255, 20, 147, 0.6);
  transition: transform 0.3s cubic-bezier(0.34, 0.1, 0.64, 1), box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: 'Poppins', sans-serif;
}
.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 50px rgba(255, 20, 147, 0.85);
}
.cta-primary--xl { padding: 22px 52px; font-size: 17px; }
@media (max-width: 640px) {
  .cta-primary { width: 100%; padding: 18px 20px; font-size: 14px; }
}

.hero-secure {
  margin-top: 14px;
  font-size: 13px;
  color: #b0e0e6;
}

.trust-markers {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 48px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 255, 255, 0.3);
}
.trust-item {
  text-align: center;
  font-size: 13px;
  color: #b0e0e6;
}
.trust-item strong {
  display: block;
  font-size: 22px;
  color: #00ffff;
  font-weight: 900;
  margin-bottom: 4px;
}

/* ===================== SEÇÕES GERAIS ===================== */
.section {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 900;
  text-align: center;
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.section-subtitle {
  text-align: center;
  color: #b0e0e6;
  font-size: 16px;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ===================== SOBRE KAREN ===================== */
.about-karen {
  background: linear-gradient(135deg, #001a4d 0%, #000814 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.about-karen-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #00ffff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 12px;
  font-weight: 700;
}
.about-karen-text h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 4.5vw, 42px);
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
.about-karen-text p {
  color: #b0e0e6;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 15px;
}
.about-karen-text strong { color: #00ffff; font-weight: 700; }
.credentials {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 255, 255, 0.2);
}
.credentials li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  color: #b0e0e6;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.credentials li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #ff1493;
  font-weight: 900;
}
.about-karen-image { position: relative; }
.about-karen-image img {
  width: 100%;
  border-radius: 12px;
  border: 3px solid #ff1493;
  box-shadow: 0 0 40px rgba(255, 20, 147, 0.3), 0 20px 50px rgba(0,0,0,0.5);
}
@media (max-width: 900px) {
  .about-karen { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .about-karen-image img { max-width: 360px; margin: 0 auto; }
  .credentials li { text-align: left; }
}

/* ===================== O QUE É — feature grid ===================== */
.what-is { background: #000814; }
.what-is-image {
  margin: 0 auto 48px;
  text-align: center;
  max-width: 500px;
}
.what-is-image img {
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 20, 147, 0.4);
  box-shadow: 0 0 40px rgba(255, 20, 147, 0.25);
}
.what-is-text {
  max-width: 880px;
  margin: 0 auto 48px;
  color: #b0e0e6;
  line-height: 1.8;
  text-align: center;
  font-size: 16px;
}
.what-is-text strong { color: #00ffff; font-weight: 700; }

.what-is-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.feature-card {
  padding: 32px;
  border-radius: 12px;
  background: rgba(0, 255, 255, 0.05);
  border: 1.5px solid rgba(0, 255, 255, 0.3);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, transform 0.3s ease;
}
.feature-card:hover {
  border-color: #ff1493;
  box-shadow: 0 0 30px rgba(255, 20, 147, 0.3);
  background: rgba(255, 20, 147, 0.05);
  transform: translateY(-4px);
}
.feature-icon {
  font-size: 40px;
  margin-bottom: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #00ffff;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.feature-card p {
  font-size: 14px;
  color: #b0e0e6;
  line-height: 1.7;
}

/* ===================== BENEFITS ===================== */
.benefits {
  background: linear-gradient(135deg, #001a4d 0%, #0a1f5c 100%);
  max-width: 100%;
  padding: 80px 24px;
}
.benefits .section-title,
.benefits .section-subtitle,
.benefits .benefits-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.benefit-item {
  padding: 28px;
  border-radius: 12px;
  background: rgba(0, 255, 255, 0.08);
  border: 1.5px solid rgba(0, 255, 255, 0.2);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.benefit-item:hover {
  background: rgba(255, 20, 147, 0.08);
  border-color: #ff1493;
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(255, 20, 147, 0.2);
}
.benefit-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #00ffff;
  margin-bottom: 12px;
  font-weight: 700;
}
.benefit-item p {
  font-size: 14px;
  color: #b0e0e6;
  line-height: 1.6;
}

/* ===================== BÔNUS ===================== */
.bonuses { background: #000814; }
.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.bonus-card {
  padding: 32px;
  border-radius: 12px;
  background: rgba(0, 255, 255, 0.08);
  border: 2px solid #ff1493;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.bonus-card:hover {
  box-shadow: 0 0 30px rgba(255, 20, 147, 0.4);
  transform: translateY(-4px);
}
.bonus-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.bonus-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #00ffff;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.bonus-card p {
  font-size: 13px;
  color: #b0e0e6;
  line-height: 1.6;
}

/* ===================== DEPOIMENTOS ===================== */
.testimonials { background: linear-gradient(135deg, #001a4d 0%, #000814 100%); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.testimonial-card {
  padding: 0;
  border-radius: 12px;
  background: transparent;
  border: 3px solid #ff1493;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 30px rgba(255, 20, 147, 0.2);
}
.testimonial-card:hover {
  box-shadow: 0 0 40px rgba(255, 20, 147, 0.45);
  transform: translateY(-4px);
}
.testimonial-player {
  position: relative;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background: #000;
}
.testimonial-player video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}
.testimonial-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,8,20,0.25) 0%, rgba(0,8,20,0.1) 50%, rgba(0,8,20,0.45) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.testimonial-player.is-playing .testimonial-overlay {
  opacity: 0;
  pointer-events: none;
}
.testimonial-chip {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(0, 8, 20, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 6px 12px 6px 6px;
  border-radius: 100px;
  border: 1px solid rgba(255, 20, 147, 0.4);
}
.testimonial-chip img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #ff1493;
}
.testimonial-chip strong {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.testimonial-chip span {
  display: block;
  color: #ff1493;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1px;
}
.testimonial-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff1493, #ff00ff);
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow:
    0 0 0 8px rgba(255, 20, 147, 0.18),
    0 0 0 16px rgba(255, 20, 147, 0.08),
    0 8px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial-play:hover {
  transform: scale(1.08);
  box-shadow:
    0 0 0 10px rgba(255, 20, 147, 0.22),
    0 0 0 20px rgba(255, 20, 147, 0.1),
    0 10px 36px rgba(0, 0, 0, 0.5);
}
.testimonial-play svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}
.testimonial-author {
  font-weight: 700;
  color: #00ffff;
  font-size: 13px;
  padding: 16px;
  background: rgba(0, 255, 255, 0.1);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.testimonials-selo {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  color: #00ffff;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
}

/* ===================== CTA SECTION + OFERTA + GARANTIA ===================== */
.cta-section {
  background: linear-gradient(135deg, #001a4d 0%, #0a1f5c 50%, #001f4d 100%);
  color: #fff;
  padding: 80px 24px;
  text-align: center;
  position: relative;
}
.cta-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.015em;
}
.cta-section > p {
  font-size: 18px;
  color: #b0e0e6;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-section > p strong { color: #ff1493; font-weight: 800; }

.oferta-precos {
  margin: 0 auto 32px;
  padding: 24px;
  background: rgba(255, 20, 147, 0.06);
  border: 1px solid rgba(255, 20, 147, 0.3);
  border-radius: 12px;
  max-width: 480px;
}
.oferta-de {
  font-size: 14px;
  color: #b0e0e6;
  margin-bottom: 8px;
}
.oferta-valor {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #ff1493;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.oferta-valor span { font-size: 24px; vertical-align: top; margin-right: 6px; }
.oferta-valor sup { font-size: 22px; vertical-align: super; }
.oferta-parcelado {
  font-size: 15px;
  color: #fff;
}
.oferta-parcelado strong { color: #00ffff; font-weight: 700; }

.cta-secure {
  margin-top: 14px;
  font-size: 13px;
  color: #b0e0e6;
}

.guarantee {
  margin-top: 48px;
  padding: 32px;
  border-radius: 12px;
  background: rgba(0, 255, 255, 0.08);
  border: 1.5px solid rgba(0, 255, 255, 0.35);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.guarantee h3 {
  color: #00ffff;
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.guarantee p {
  color: #b0e0e6;
  font-size: 14px;
  line-height: 1.75;
}
.guarantee strong { color: #fff; font-weight: 700; }

/* ===================== FAQ ===================== */
.faq { background: #000814; }
.faq-lista {
  max-width: 780px;
  margin: 0 auto;
}
.faq-item {
  background: rgba(0, 255, 255, 0.04);
  border: 1.5px solid rgba(0, 255, 255, 0.2);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.faq-item[open] {
  border-color: #ff1493;
  background: rgba(255, 20, 147, 0.05);
}
.faq-item summary {
  padding: 18px 22px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  list-style: none;
  position: relative;
  padding-right: 50px;
  letter-spacing: -0.005em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #ff1493;
  transition: transform 0.3s ease;
  line-height: 1;
  font-weight: 300;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item summary:hover { color: #00ffff; }
.faq-item p {
  padding: 0 22px 18px;
  color: #b0e0e6;
  font-size: 14px;
  line-height: 1.7;
}

/* ===================== FOOTER ===================== */
.footer {
  padding: 40px 24px;
  background: #000814;
  border-top: 1px solid rgba(0, 255, 255, 0.2);
  text-align: center;
  color: #708090;
  font-size: 12px;
}
.footer a { color: #00ffff; text-decoration: none; transition: color 0.2s ease; }
.footer a:hover { color: #fff; }
.footer p + p { margin-top: 12px; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 768px) {
  h1 { font-size: 44px; }
  .hero-subtitle { font-size: 15px; }
  .trust-markers { gap: 24px; padding-top: 24px; }
  .trust-item strong { font-size: 18px; }
  .section { padding: 60px 20px; }
  .section-title { font-size: clamp(28px, 8vw, 40px); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .feature-card, .benefit-item, .bonus-card { padding: 24px; }
  .oferta-valor { font-size: 48px; }
}
@media (max-width: 480px) {
  .hero { padding: 40px 16px; }
  .testimonial-play { width: 60px; height: 60px; }
  .testimonial-play svg { width: 22px; height: 22px; }
}
