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

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, #0f3a1e 0, #02130a 55%, #010806 100%);
  color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}

.page {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

/* Sections */

.section {
  margin-bottom: 24px;
}

.card {
  background: radial-gradient(circle at top left, #17452a 0, #062012 55%, #04150d 100%);
  border-radius: 24px;
  padding: 20px 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.75),
    0 0 0 1px rgba(0, 0, 0, 0.4);
}

/* Hero */

.hero-card {
  padding-top: 18px;
  padding-bottom: 22px;
}

.hero-header {
  margin-bottom: 16px;
}

.pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill-soft {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.pill-title {
  font-weight: 700;
  color: #d8ffb5;
}

.pill-sub {
  font-weight: 500;
  color: rgba(245, 255, 239, 0.82);
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
}

.hero-title {
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 10px;
  font-weight: 800;
}

.hero-subtitle {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(245, 245, 245, 0.9);
  margin-bottom: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 18px;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #f5b318, #ffde4a);
  color: #0a1407;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.65);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
}

.hero-btn {
  width: 100%;
  margin-bottom: 12px;
}

.hero-badge {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12px;
  color: #e9ffe2;
  margin-bottom: 10px;
}

.hero-check {
  font-size: 16px;
  line-height: 1;
}

.scarcity-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
}

.pill-limited {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 94, 0, 0.16);
  color: #ffcf7f;
  font-weight: 600;
}

.pill-text {
  color: rgba(245, 245, 245, 0.9);
}

/* Timer */

.timer-card {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 16px;
}

.timer-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(239, 255, 223, 0.85);
  margin-bottom: 6px;
}

.timer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}

.timer-text {
  font-size: 13px;
  color: #f7ffe9;
}

.timer-box {
  min-width: 52px;
  padding: 6px 8px;
  border-radius: 12px;
  border: 1px solid rgba(249, 255, 222, 0.24);
  background: radial-gradient(circle at top, rgba(93, 140, 60, 0.5), rgba(7, 26, 11, 0.9));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.timer-box span {
  font-size: 18px;
  font-weight: 700;
}

.timer-box small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.8;
}

.timer-sub {
  font-size: 11px;
  color: rgba(240, 255, 230, 0.76);
}

/* Generic section */

.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f1ffd9;
  margin-bottom: 10px;
}

.section-title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 8px;
}

.section-subtitle {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(235, 245, 230, 0.9);
}

/* VSL */

.vsl-card .section-title {
  margin-bottom: 6px;
}

.vsl-wrapper {
  margin-top: 14px;
}

.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

/* Story / benefits */

.benefits-list {
  list-style: none;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefits-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
}

.benefit-icon {
  font-size: 16px;
  margin-top: 1px;
}

/* Results */

.results-card .section-title {
  margin-bottom: 6px;
}

.results-card .section-subtitle {
  margin-bottom: 14px;
}

.results-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.result-item {
  background: radial-gradient(circle at top left, #195331 0, #05160d 60%);
  border-radius: 18px;
  padding: 10px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.result-image {
  margin-bottom: 8px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.result-image img {
  width: 100%;
  display: block;
}

.result-quote {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fdf7cc;
}

.result-text {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(234, 245, 230, 0.9);
}

/* Kits */

.kits-card .section-title {
  margin-bottom: 6px;
}

.kits-card .section-subtitle {
  margin-bottom: 12px;
}

.pix-discount-banner {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(8, 32, 15, 0.9);
  border: 1px dashed rgba(255, 240, 189, 0.7);
  color: #fff8d2;
}

.kits-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kit-card {
  border-radius: 18px;
  padding: 12px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: radial-gradient(circle at top left, #164126 0, #031009 60%);
}

.kit-popular {
  background: radial-gradient(circle at top, #24552f 0, #04130a 60%);
  border-width: 1.5px;
  border-color: rgba(255, 224, 140, 0.8);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.9);
}

.kit-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.kit-chip-soft {
  background: rgba(255, 255, 255, 0.06);
  color: #f8ffdd;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.kit-chip-strong {
  background: #fccc4c;
  color: #1b1907;
  border: none;
}

.kit-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.kit-desc {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(234, 244, 230, 0.95);
  margin-bottom: 10px;
}

.kit-price {
  margin-bottom: 8px;
}

.kit-parcels {
  font-size: 15px;
  font-weight: 700;
  color: #ffe88f;
}

.kit-pix {
  font-size: 12px;
  color: rgba(236, 249, 230, 0.86);
}

.kit-list {
  list-style: none;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(234, 244, 231, 0.92);
  margin-bottom: 10px;
}

.kit-list li::before {
  content: "• ";
  color: #f8ffdd;
}

.btn-green {
  width: 100%;
  background: linear-gradient(135deg, #89ff80, #4cd35a);
  color: #031205;
  box-shadow: 0 16px 36px rgba(1, 35, 14, 0.9);
}

.btn-green:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 1);
}

.btn-popular {
  width: 100%;
  background: #0e140a;
  color: #ffe88f;
  border: 1px solid rgba(253, 228, 128, 0.8);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 1);
}

.btn-popular:hover {
  transform: translateY(-1px);
}

.kits-note {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(237, 250, 226, 0.9);
}

/* Secure section */

.secure-card .section-title {
  margin-bottom: 6px;
}

.secure-card .section-subtitle {
  margin-bottom: 12px;
}

.secure-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.secure-item {
  border-radius: 16px;
  padding: 10px 11px 11px;
  background: radial-gradient(circle at top left, #174226 0, #021009 60%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.secure-icon {
  font-size: 18px;
  margin-bottom: 4px;
}

.secure-title {
  font-size: 14px;
  margin-bottom: 2px;
}

.secure-text {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(234, 245, 232, 0.9);
}

/* FAQ */

.faq-card .section-title {
  margin-bottom: 4px;
}

.faq-card .section-subtitle {
  margin-bottom: 10px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  border-radius: 14px;
  padding: 9px 11px 10px;
  background: radial-gradient(circle at top left, #153223 0, #020c07 70%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-question {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #fdf7cc;
}

.faq-answer {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(232, 246, 232, 0.9);
}

/* Footer */

.footer {
  margin-top: 8px;
  padding: 10px 4px 0;
  text-align: center;
  font-size: 11px;
  color: rgba(210, 225, 210, 0.78);
}

.footer-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(1, 12, 5, 0.85);
  margin-bottom: 6px;
}

.footer-lock {
  font-size: 14px;
}

.footer-note {
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.85;
  margin-bottom: 8px;
}

/* Desktop tweaks */

@media (min-width: 768px) {
  .page {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 30px;
  }

  .section-title {
    font-size: 22px;
  }

  .results-grid,
  .kits-grid,
  .secure-grid {
    flex-direction: row;
  }

  .results-grid {
    gap: 14px;
  }

  .kits-grid {
    gap: 14px;
  }

  .secure-grid {
    flex-wrap: wrap;
  }

  .secure-item {
    flex: 1 1 calc(50% - 10px);
  }
}
