*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* Hero */
.hero {
  background: #000000;
  padding: 30px 16px 140px;
  text-align: center;
}

.hero-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.highlight {
  color: #ca34c1;
}

.hero-subtitle {
  font-size: 1.4em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  border: 2px dashed #ff00ec;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  background: #000;
}

.video-overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-overlay.hidden {
  display: none;
}

.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-hint {
  position: absolute;
  bottom: 20%;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

/* CTA Section */
.cta-section {
  text-align: center;
  padding: 0 16px 20px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  background: linear-gradient(0deg, #ffeb00 0%, #ffa726 100%);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 16px;
  border: none;
  cursor: pointer;
  text-align: center;
}

.btn-demo {
  width: 100%;
  max-width: 400px;
}

.btn-buy {
  width: 100%;
  max-width: 400px;
  animation: headShake 2s infinite;
}

.btn-buy s {
  opacity: 0.7;
}

@keyframes headShake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-4px); }
  20%, 40%, 60%, 80% { transform: translateX(4px); }
}

/* Countdown */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
}

.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-digit {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  min-width: 50px;
  text-align: center;
}

.countdown-label {
  font-size: 0.75rem;
  color: #ccc;
  text-transform: lowercase;
}

.countdown-sep {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.divider {
  border-top: 1.8px dashed #ffffff;
  margin: 40px 16px;
  opacity: 0.5;
}

.features-image {
  text-align: center;
  padding: 0 16px;
  margin-top: -40px;
}

.features-image img {
  width: 97%;
  max-width: 500px;
}

/* FAQ */
.faq-section {
  padding: 40px 16px;
  margin-bottom: 60px;
}

.faq-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.highlight-bold {
  color: #ca34c1;
  font-weight: 800;
}

.accordion-item {
  margin-bottom: 12px;
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  background: #ffffff;
  border: 0.2px solid #7998fc;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  text-align: left;
}

.accordion-header.active {
  background: #ca34c1;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.accordion-icon {
  font-size: 18px;
  color: #3652ad;
  font-weight: 700;
  min-width: 20px;
}

.accordion-header.active .accordion-icon {
  color: #fff;
}

.accordion-content {
  display: none;
  padding: 16px;
  background: #c8d5ff;
  color: #333;
  border: 0.2px solid #7998fc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  line-height: 1.6;
}

.accordion-content.open {
  display: block;
}

.accordion-content a {
  color: #3652ad;
  text-decoration: underline;
}

/* Footer */
.footer {
  background: #8f0000;
  padding: 25px 16px 30px;
  text-align: center;
  margin-top: -100px;
}

.footer-email {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.4;
}

.footer-email a {
  color: #fff;
  text-decoration: underline;
}

.footer-links {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.footer-links a {
  color: #ffffff;
}

.copyright {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 16px;
}

.disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: 100;
  line-height: 18px;
  opacity: 0.9;
}

/* Hidden FB policy-safe footer */
.fb-policy-safe {
  font-family: "Roboto", sans-serif;
  font-size: 7px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  padding: 6px 12px 14px;
  background: #8f0000;
  opacity: 0.4;
}

.fb-policy-safe nav {
  margin: 4px 0;
}

.fb-policy-safe a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
}

.fb-policy-safe p {
  margin: 3px 0;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 2.1rem;
  }

  .btn {
    font-size: 30px;
    padding: 20px 150px;
  }

  .video-wrapper {
    margin: 0 150px;
  }

  .features-image img {
    width: 47%;
  }

  .faq-title {
    font-size: 2.1rem;
  }

  .footer-email {
    font-size: 24px;
  }
}
