:root {
  --bg: #f9efe4;
  --bg-soft: #fff8f1;
  --ink: #2b1d16;
  --muted: #6f5345;
  --accent: #d65f1f;
  --accent-dark: #aa4410;
  --card: #fffefc;
  --line: #edd8c5;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff7ef 0%, #f9efe4 45%, #fff9f4 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

.page-bg {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 10% 8%, rgba(214, 95, 31, 0.14), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(212, 157, 57, 0.18), transparent 30%),
    radial-gradient(circle at 80% 85%, rgba(191, 79, 42, 0.14), transparent 28%);
  pointer-events: none;
  z-index: -1;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.hero {
  padding: 2.2rem 0 2.8rem;
}

.hero__content {
  text-align: center;
  max-width: 850px;
}

.tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #ffe7d7;
  border: 1px solid #f3c9ad;
  color: #ad4d16;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
  font-family: "DM Serif Display", serif;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 3.4rem);
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.h1-accent {
  color: var(--accent);
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 10px 24px rgba(214, 95, 31, 0.4); }
  50%       { box-shadow: 0 14px 40px rgba(214, 95, 31, 0.75); transform: translateY(-2px); }
}

.cta--hero {
  font-size: 1.05rem;
  padding: 1.1rem 2.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  animation: pulse-glow 2s ease-in-out infinite;
}

h2 {
  font-size: clamp(1.7rem, 3.8vw, 2.8rem);
}

.hero__subtitle {
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  margin: 1rem auto 1.7rem;
  max-width: 780px;
}

.cta {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  border-radius: 14px;
  padding: 0.9rem 1.5rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.cta--primary {
  color: #fff;
  background: linear-gradient(125deg, var(--accent), #f0832d);
  box-shadow: 0 10px 24px rgba(214, 95, 31, 0.35);
}

.cta--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(125deg, var(--accent-dark), #cc641c);
}

.hero__media {
  margin-top: 1.8rem;
}

.video-wrap {
  border-radius: 22px;
  overflow: hidden;
  background: #160f0b;
  box-shadow: 0 24px 60px rgba(59, 30, 15, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.video-wrap video {
  width: 100%;
  display: block;
  max-height: 580px;
  object-fit: cover;
}

.video-wrap iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

section {
  margin: 3.4rem auto;
}

.proof {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.proof__card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.7rem;
  box-shadow: 0 10px 24px rgba(74, 37, 17, 0.08);
}

.proof__card p {
  color: var(--muted);
}

.proof__chips {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.proof__chips span {
  background: #fff3e8;
  border: 1px solid #f3d7c3;
  border-radius: 999px;
  padding: 0.35rem 0.72rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.proof img,
.offer img,
.card img,
.bonus__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.section-head {
  text-align: center;
  margin-bottom: 1.1rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: var(--card);
  border-radius: 20px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(74, 37, 17, 0.08);
}

.card div {
  padding: 1rem;
}

.card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.bonus {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.1rem;
  align-items: center;
}

.bonus__left p {
  color: var(--muted);
}

.bonus__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.testimonials {
  background: linear-gradient(145deg, #fffdf9 0%, #fff4ea 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.5rem;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: 100%;
  margin: 0 auto;
}

.zoom-hint {
  margin: 0.4rem 0 0;
  color: #8f5b3b;
  font-size: 0.9rem;
  font-weight: 700;
}

.testimonial-card {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f2d8c7;
  box-shadow: 0 16px 30px rgba(74, 37, 17, 0.12);
  background: #fff;
}

.testimonial-card img {
  width: 100%;
  display: block;
  height: auto;
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(14, 9, 6, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.image-lightbox img {
  width: min(96vw, 900px);
  max-height: 90vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.image-lightbox__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  border: 0;
  background: #fff;
  color: #2b1d16;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}

.offer {
  padding: 1.5rem 0 3rem;
}

.offer__box {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 1.4rem;
  align-items: center;
  background: linear-gradient(145deg, #fffefb 0%, #fff2e6 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1rem;
}

.price {
  margin: 0.8rem 0 1rem;
  font-size: 1.1rem;
  color: #6a3d22;
}

.price strong {
  color: #96370c;
  font-size: 1.35rem;
}

.secure {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer {
  border-top: 1px solid #ebd7c9;
  padding: 1.2rem 0 2rem;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer p,
.footer a {
  margin: 0;
  color: var(--muted);
  text-decoration: none;
}

.footer p a {
  color: #0c7d45;
  font-weight: 800;
}

.fixed-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9998;
  background: linear-gradient(135deg, #1fa855, #128c7e);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.78rem 1rem;
  box-shadow: 0 10px 25px rgba(18, 140, 126, 0.35);
}

.fixed-whatsapp:hover {
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .proof,
  .bonus,
  .offer__box {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 1.3rem;
  }

  section {
    margin: 2.3rem auto;
  }

  .grid,
  .bonus__images,
  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  .testimonials {
    padding: 1rem 0.7rem;
  }

  .testimonial-card {
    border-radius: 14px;
  }

  .image-lightbox img {
    width: 100%;
    max-height: 86vh;
  }

  .cta {
    width: 100%;
    text-align: center;
  }

  .fixed-whatsapp {
    right: 0.7rem;
    bottom: 0.7rem;
    padding: 0.72rem 0.9rem;
    font-size: 0.9rem;
  }
}
