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

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at top, #123c1f 0, #021409 55%, #000 100%);
  color: #f8f8f8;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.6rem;
}

/* HERO */

.hero {
  padding: 2.4rem 0 2.8rem;
  background: linear-gradient(135deg, #074221, #0d572c);
  border-bottom: 3px solid #f6c644;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-content h1 {
  font-size: 2.2rem;
  color: #ffe27a;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.7);
}

.hero-tag {
  font-size: 0.85rem;
  color: #d3ffde;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.hero-sub {
  margin-top: 0.9rem;
  font-size: 1rem;
  color: #f3f3f3;
}

.hero-cta-group {
  margin-top: 1.4rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #ffc93c, #ff9d00);
  color: #1a1a00;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #ffd447, #ffad1a);
}

.hero-sec-text {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  color: #e8ffe8;
}

.hero-bullets {
  margin-top: 1.1rem;
  list-style: none;
  font-size: 0.9rem;
}

.hero-bullets li + li {
  margin-top: 0.25rem;
}

.hero-video-card {
  background: rgba(0, 0, 0, 0.22);
  border-radius: 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-video-thumb {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 2px solid #f6c644;
}

.hero-video-badge {
  padding: 0.5rem 0.7rem;
  font-size: 0.75rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
}

.hero-seals {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  font-size: 0.75rem;
  color: #f4f4f4;
}

/* Sections */

section {
  padding: 2.4rem 0;
}

.section-subtitle {
  margin-top: 0.6rem;
  max-width: 680px;
  font-size: 0.95rem;
  color: #f4f4f4;
}

h2 {
  font-size: 1.6rem;
  color: #ffe27a;
}

/* Problem section */

.problem-section {
  background: radial-gradient(circle at top, #09321a 0, #011109 70%);
}

/* Proofs */

.proof-section {
  background: linear-gradient(160deg, #01130a, #062918);
}

.proof-grid {
  display: grid;
  gap: 1.4rem;
  margin-top: 1.4rem;
}

.proof-card {
  background: radial-gradient(circle at top, #0b3c20 0, #03140b 65%);
  border-radius: 1.2rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}

.proof-text {
  margin-top: 0.6rem;
}

.proof-text h3 {
  font-size: 0.98rem;
  color: #fddc6a;
}

.proof-text p {
  font-size: 0.86rem;
}

/* VSL */

.vsl-section {
  background: radial-gradient(circle at top, #114022 0, #02130a 70%);
}

.vsl-wrapper {
  margin-top: 1.2rem;
}

.video-ratio {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border-radius: 1.3rem;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.65);
  border: 2px solid #f6c644;
}

.video-ratio::before {
  content: '';
  display: block;
  padding-top: 177%; /* vertical style video */
}

.video-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cta-center {
  text-align: center;
  margin-top: 1.4rem;
}

.pix-note {
  margin-top: 0.5rem;
  font-size: 0.86rem;
  color: #f2ffe0;
}

/* Trust */

.trust-section {
  background: radial-gradient(circle at top, #02140a 0, #000 70%);
}

.trust-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.3rem;
}

.trust-card {
  background: linear-gradient(150deg, #062514, #020d07);
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}

.trust-icon {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

/* Pricing */

.pricing {
  background: radial-gradient(circle at top, #092814 0, #010805 70%);
}

.pricing-grid {
  display: grid;
  gap: 1.3rem;
  margin-top: 1.4rem;
}

.pricing-card {
  background: linear-gradient(155deg, #08321a, #020d06);
  border-radius: 1.3rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.55);
  position: relative;
}

.pricing-card-highlight {
  border-color: #f6c644;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.7);
}

.badge {
  position: absolute;
  top: -0.8rem;
  left: 1rem;
  background: #f6c644;
  color: #1b1500;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.badge-highlight {
  background: linear-gradient(135deg, #ffd447, #ffad1a);
}

.pricing-card h3 {
  font-size: 1.1rem;
  color: #ffe27a;
  margin-top: 0.4rem;
}

.pricing-desc {
  font-size: 0.88rem;
  margin-top: 0.4rem;
  color: #e9ffe6;
}

.price-main {
  margin-top: 0.8rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.price-pix {
  font-size: 0.92rem;
  color: #bdfcbd;
}

.benefits-list {
  margin: 0.8rem 0;
  list-style: none;
  font-size: 0.85rem;
}

.benefits-list li + li {
  margin-top: 0.25rem;
}

.small-text {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  color: #e0ffe0;
}

/* Footer */

.footer {
  padding: 1.6rem 0 2rem;
  background: #020503;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-inner {
  text-align: center;
  font-size: 0.8rem;
  color: #d9ffd9;
}

.footer-sec {
  margin-top: 0.4rem;
  color: #a9cba9;
}

/* Desktop */

@media (min-width: 850px) {
  .hero-inner {
    flex-direction: row;
    align-items: center;
  }

  .hero-content {
    flex: 3;
  }

  .hero-video-card {
    flex: 2;
    max-width: 340px;
  }

  .proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
