*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green: #009739;
  --yellow: #c99700;
  --blue: #002776;
  --red: #e4002b;
  --white: #ffffff;

  --bg-page: #f3f4f6;
  --bg-section: #ffffff;
  --bg-section-alt: #eceef2;
  --bg-card: #ffffff;

  --text: #1a2332;
  --text-muted: #5a6478;
  --text-soft: #8b95a8;
  --border: #e2e5eb;
  --border-strong: #d0d4dc;

  --blue-dark: var(--bg-page);
  --blue-mid: var(--bg-section-alt);
  --gray-300: var(--text-muted);
  --gray-600: var(--text-soft);

  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --page-pad: 1rem;
  --page-max: 1120px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--bg-page);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Layout base — tudo 100% largura */
.header,
main,
.footer,
.vsl,
.hero,
.bonuses,
.trust,
.receive-package,
.contents,
.objections,
.features,
.insta-slider,
.reviews,
.steps,
.emotional,
.cta-banner {
  width: 100%;
}

.container {
  width: 100%;
  max-width: var(--page-max);
  margin-inline: auto;
  padding-inline: var(--page-pad);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  max-width: var(--page-max);
  margin-inline: auto;
  padding: 0.75rem var(--page-pad);
}

.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.header__logo img {
  height: 76px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}

.header__cta {
  font-size: 0.72rem;
  font-weight: 700;
  color: #1a1508;
  background: linear-gradient(135deg, #ffe566 0%, #f5c518 50%, #e6a800 100%);
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 3px 14px rgba(212, 160, 23, 0.45);
  border: 1px solid rgba(255, 230, 120, 0.6);
}

.header__cta:hover {
  background: linear-gradient(135deg, #ffd84d 0%, #e6b800 50%, #d4a017 100%);
}

/* VSL */
.vsl {
  padding: 1.5rem 0 2.5rem;
  background: var(--bg-section);
}

.vsl__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  gap: 0.85rem;
}

.vsl__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green);
}

.vsl__headline {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5.5vw, 2.5rem);
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--text);
}

.vsl__hook {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.55;
  max-width: 520px;
  margin-inline: auto;
  margin-top: 0.15rem;
  padding: 0.9rem 1rem;
  background: var(--bg-section-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
}

.vsl__hook strong {
  display: inline-block;
  font-weight: 800;
  color: var(--green);
  background: rgba(0, 151, 57, 0.12);
  padding: 0.1em 0.4em;
  border-radius: 6px;
}

.vsl__hook strong:last-of-type {
  color: #1a1508;
  background: #ffe566;
  border: 1px solid rgba(201, 151, 0, 0.25);
}

.vsl__urgency {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--green);
  max-width: 480px;
  margin-inline: auto;
  text-align: center;
}

.vsl__video {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}

.vsl__video .video-js {
  width: 100% !important;
  height: auto !important;
  font-family: var(--font-body);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.vsl__video .video-js .vjs-tech {
  object-fit: cover;
}

.vsl__video .vjs-poster {
  background-size: cover;
  background-position: center;
}

.vsl__video .video-js:focus,
.vsl__video .video-js *:focus {
  outline: none !important;
  box-shadow: none !important;
}

.vsl__note {
  font-size: 0.8rem;
  color: var(--gray-600);
}

.vsl__error {
  padding: 2rem 1rem;
  text-align: center;
  color: var(--gray-300);
  font-size: 0.9rem;
}

/* Trust */
.trust {
  padding: 2rem 0 1.75rem;
  background: #f0f9f4;
  border-top: 1px solid rgba(0, 151, 57, 0.15);
  border-bottom: 1px solid rgba(0, 151, 57, 0.15);
}

.trust__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 0;
}

.trust__item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.trust__item strong {
  display: block;
  font-size: 0.85rem;
  color: var(--text);
  margin-bottom: 0.15rem;
}

.trust__item span {
  font-size: 0.72rem;
  color: var(--gray-300);
}

.trust__support {
  margin-top: 1.25rem;
  text-align: center;
}

.trust__whatsapp {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-300);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trust__whatsapp:hover {
  color: var(--green);
}

.btn--outline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border: 2px solid var(--green);
  border-radius: var(--radius);
  color: var(--green);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s;
}

.btn--outline:hover {
  background: rgba(0, 151, 57, 0.08);
}

/* Pacote: conteúdo + bônus */
.receive-package {
  overflow: hidden;
}

.receive-package__core {
  padding: 2.5rem 0 2rem;
  background: var(--bg-section-alt);
}

.receive-package__bridge {
  padding: 1.35rem 0 0.75rem;
  background: #0f4a2a;
}

.receive-package__bridge-text {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 4.2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 640px;
  margin-inline: auto;
}

.receive-package__bonuses.bonuses {
  padding: 0 0 2.75rem;
  background: #0f4a2a;
  color: #f5f7fa;
}

/* Bônus */
.bonuses {
  color: #f5f7fa;
}

.bonuses__eyebrow {
  display: block;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffe566;
  margin-bottom: 0.5rem;
}

.bonuses__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 6vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.65rem;
}

.bonuses__lead {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.25rem;
}

.bonuses__list {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.bonus-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 1rem;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.bonus-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffe566;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.bonus-card__copy {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.bonus-card__value {
  font-size: 0.95rem;
  color: #fff;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bonus-card__old {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.bonus-card__free {
  color: #4ade80;
  font-weight: 800;
  font-size: 1.1rem;
}

.bonus-card::before {
  display: none;
}

.bonus-card__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bonus-card__img:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 229, 102, 0.25);
}

.bonuses__anchor {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 230, 120, 0.35);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1rem;
  margin-bottom: 1.25rem;
}

.bonuses__anchor-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.45rem;
}

.bonuses__anchor-price {
  font-size: 1rem;
  line-height: 1.45;
}

.bonuses__anchor-old {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.bonuses__anchor-price strong {
  display: inline-block;
  font-size: 1.65rem;
  color: #ffe566;
  margin-top: 0.15rem;
}

.bonuses__anchor-installments {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.2rem;
}

.bonuses .btn--whatsapp {
  max-width: 400px;
  margin-inline: auto;
}

@keyframes cta-pulse {

  0%,
  100% {
    box-shadow: 0 4px 16px rgba(212, 160, 23, 0.45);
  }

  50% {
    box-shadow: 0 6px 28px rgba(255, 230, 120, 0.75);
  }
}

.btn--pulse {
  animation: cta-pulse 2s ease-in-out infinite;
}

@media (min-width: 768px) {
  .bonuses__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Para quem é */
.for-who {
  padding: 2.5rem 0;
  background: var(--bg-section-alt);
}

.for-who__list {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.for-who__list li {
  font-size: 0.95rem;
  font-weight: 600;
  padding-left: 1.35rem;
  position: relative;
  color: var(--text);
}

.for-who__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

/* Contents (bloco principal do pacote) */
.contents {
  padding: 0;
  background: transparent;
}

.contents__list {
  list-style: none;
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
  max-width: 400px;
}

.contents__list li {
  font-size: 0.95rem;
  font-weight: 600;
  padding-left: 1.25rem;
  position: relative;
}

.contents__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--yellow);
}

.contents-preview {
  margin-bottom: 1.25rem;
}

.contents-preview__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.contents-preview .review-card__photos {
  margin-bottom: 0;
}

/* Objections */
.objections {
  padding: 2.5rem 0;
  background: var(--bg-section);
}

.objections__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.objection-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  border-left: 3px solid var(--green);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.objection-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  color: var(--yellow);
}

.objection-card p {
  font-size: 0.85rem;
  color: var(--gray-300);
  line-height: 1.5;
}

/* Hero / oferta */
.hero {
  padding: 1.5rem 0 2.5rem;
  background: var(--bg-page);
}

.hero--offer {
  padding: 2.5rem 0;
  background: var(--bg-section);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.04);
}

.hero--offer .product-info--solo {
  padding: 1.25rem;
  background: var(--bg-page);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.section-cta {
  margin-top: 1.5rem;
  text-align: center;
}

.section-cta .btn {
  max-width: 360px;
  margin-inline: auto;
}

.section-cta--soft {
  margin-top: 1.25rem;
}

.section-cta__link {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
}

.section-cta__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.insta-slider .section-cta {
  margin-top: 1.25rem;
}

.steps .section-cta {
  margin-top: 2rem;
}

.reviews .section-cta {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}

/* Product info */
.product-info {
  width: 100%;
  min-width: 0;
}

.product-info--solo {
  max-width: 520px;
  margin-inline: auto;
}

.product-info__tag {
  display: block;
  background: rgba(0, 151, 57, 0.1);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.45;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius);
  margin-bottom: 0.85rem;
  border: 1px solid rgba(0, 151, 57, 0.2);
}

.product-info__title {
  font-family: var(--font-display);
  line-height: 1.05;
  margin-bottom: 0.5rem;
}

.product-info__title-main {
  display: block;
  font-size: clamp(1.75rem, 7vw, 2.75rem);
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.product-info__subtitle {
  color: var(--gray-300);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.product-info__benefits {
  list-style: none;
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.product-info__benefits li {
  font-size: 0.85rem;
  color: var(--gray-300);
  padding-left: 1.1rem;
  position: relative;
}

.product-info__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.product-info__social {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.85rem;
  background: rgba(201, 151, 0, 0.08);
  border: 1px solid rgba(201, 151, 0, 0.15);
  border-radius: var(--radius);
}

.product-info__social li {
  font-size: 0.85rem;
  line-height: 1.4;
  padding-left: 0.5rem;
  border-left: 2px solid var(--yellow);
}

.product-info__urgency {
  font-size: 0.8rem;
  color: #b91c1c;
  background: rgba(228, 0, 43, 0.08);
  border: 1px solid rgba(228, 0, 43, 0.2);
  border-radius: var(--radius);
  padding: 0.65rem 0.75rem;
  margin-bottom: 1rem;
  line-height: 1.45;
}

.product-info__rating {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  flex-wrap: wrap;
}

.stars {
  color: var(--yellow);
  letter-spacing: 1px;
}

.product-info__reviews {
  color: var(--gray-600);
}

.product-info__price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

.product-info__price-old {
  color: var(--gray-600);
  text-decoration: line-through;
  font-size: 0.95rem;
}

.product-info__price-current {
  font-size: 2rem;
  font-weight: 800;
  color: var(--green);
}

.product-info__price-badge {
  background: var(--red);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
}

.product-info__installments {
  color: var(--gray-300);
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.btn--cta-primary {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Buttons */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius);
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.header__cta::before,
.btn--whatsapp::before,
.checkout-float::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.15) 30%,
      rgba(255, 252, 220, 0.85) 48%,
      rgba(255, 255, 255, 0.7) 52%,
      rgba(255, 236, 160, 0.35) 70%,
      transparent 100%);
  transform: skewX(-20deg);
  animation: cta-golden-shine 2.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes cta-golden-shine {
  0% {
    transform: translateX(-180%) skewX(-20deg);
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  42% {
    transform: translateX(380%) skewX(-20deg);
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(380%) skewX(-20deg);
    opacity: 0;
  }
}

.btn--whatsapp {
  position: relative;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #ffe566 0%, #f5c518 45%, #e6a800 100%);
  color: #1a1508;
  box-shadow: 0 4px 20px rgba(212, 160, 23, 0.5);
  border: 1px solid rgba(255, 230, 120, 0.65);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn--whatsapp:hover {
  background: linear-gradient(135deg, #ffd84d 0%, #e6b800 45%, #d4a017 100%);
  box-shadow: 0 6px 24px rgba(212, 160, 23, 0.6);
}

.btn--large {
  max-width: 360px;
  margin-inline: auto;
}

.product-info__guarantee {
  text-align: center;
  font-size: 0.75rem;
  color: var(--gray-600);
  margin-top: 0.75rem;
}

/* Sections */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 5vw, 2.5rem);
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0.4rem;
  color: var(--text);
}

.section-subtitle {
  text-align: center;
  color: var(--gray-300);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.features {
  padding: 2.5rem 0;
  background: var(--bg-section-alt);
}

.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.feature-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.feature-card p {
  font-size: 0.8rem;
  color: var(--gray-300);
}

.steps {
  padding: 2.5rem 0;
  background: var(--bg-section);
}

.steps__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.steps__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}

.steps__number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.5rem;
  border-radius: 50%;
}

.steps__list h3 {
  font-size: 1rem;
  color: var(--text);
}

.steps__list p {
  font-size: 0.85rem;
  color: var(--gray-300);
}

.emotional {
  padding: 2rem 0;
  background: linear-gradient(180deg, #f0f9f4, var(--bg-page));
}

.emotional__inner {
  text-align: center;
  max-width: 640px;
}

.emotional__text {
  font-size: clamp(1rem, 4vw, 1.2rem);
  line-height: 1.6;
  color: var(--text);
  font-weight: 500;
}

.cta-banner {
  padding: 2rem 0;
  background: linear-gradient(135deg, var(--green), #007a2f);
  color: var(--white);
}

.cta-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}

.cta-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 5vw, 2.25rem);
}

.cta-banner p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.cta-banner__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.cta-banner__price {
  font-size: 1.75rem;
  font-weight: 800;
}

.footer {
  padding: 1.5rem 0;
  text-align: center;
  background: var(--bg-section);
  border-top: 1px solid var(--border);
}

.footer p {
  font-size: 0.75rem;
  color: var(--gray-600);
}

.footer__note {
  margin-top: 0.2rem;
  font-size: 0.65rem;
  opacity: 0.7;
}

.checkout-float {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 200;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #ffe566 0%, #f5c518 50%, #e6a800 100%);
  color: #1a1508;
  border-radius: 50%;
  border: 1px solid rgba(255, 230, 120, 0.65);
  box-shadow: 0 4px 18px rgba(212, 160, 23, 0.5);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.checkout-float svg {
  position: relative;
  z-index: 1;
}

.checkout-float:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 22px rgba(212, 160, 23, 0.65);
}

/* Desktop */
@media (min-width: 768px) {
  :root {
    --page-pad: 1.5rem;
  }

  .trust__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .objections__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps__list {
    flex-direction: row;
    gap: 1.5rem;
  }

  .steps__list li {
    flex: 1;
  }

  .cta-banner__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .cta-banner__action {
    flex-direction: row;
    width: auto;
  }

  .btn--large {
    width: auto;
    min-width: 260px;
  }
}

@media (min-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .objections__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .vsl__video {
    max-width: 400px;
  }
}

/* Redesigned Hero and Visual Content list in index2.html */
.vsl__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.vsl__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.vsl__subheadline {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: 0.5rem;
  line-height: 1.5;
}

.vsl__bullets {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  text-align: left;
  margin: 1.25rem 0;
  padding: 0.75rem;
  background: rgba(0, 151, 57, 0.05);
  border: 1px dashed rgba(0, 151, 57, 0.2);
  border-radius: var(--radius);
}

.vsl__bullets li {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.vsl__media {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.vsl__mockup-wrapper {
  width: 100%;
  max-width: 320px;
  perspective: 1000px;
}

.vsl__mockup-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: rotateY(-8deg) rotateX(5deg);
  transition: transform 0.5s ease;
}

.vsl__mockup-img:hover {
  transform: rotateY(0deg) rotateX(0deg) scale(1.03);
}

.receive-package__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.contents__list-visual {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contents__list-visual li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contents__list-visual .icon {
  font-size: 1.5rem;
  background: rgba(201, 151, 0, 0.1);
  padding: 0.5rem;
  border-radius: 12px;
  line-height: 1;
}

.contents__list-visual h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: var(--text);
}

.contents__list-visual p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.feature-card__icon {
  font-size: 2.25rem;
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .receive-package__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .vsl__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    text-align: left;
  }

  .vsl__content {
    text-align: left;
  }

  .vsl__subheadline {
    font-size: 1.15rem;
  }
}

/* WhatsApp Floating Support Button with Tooltip */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 200;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.65);
}

.whatsapp-float::after {
  content: "Suporte ou dúvidas";
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(30, 30, 30, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: rgba(30, 30, 30, 0.75);
  z-index: 201;
  pointer-events: none;
}

/* --- ADICIONADO PARA NOVA OTIMIZAÇÃO DE CONVERSÃO --- */

/* Prova Social Topo (Estilo Demo) */
.vsl__social-proof {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0.5rem auto 1rem;
  padding: 0.6rem 1.25rem;
  background: var(--bg-section-alt);
  border-radius: 50px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  width: max-content;
  max-width: 100%;
}

.vsl__sp-avatars {
  display: flex;
  align-items: center;
  padding-right: 0.25rem;
}

.vsl__sp-avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid var(--bg-card);
  margin-left: -0.65rem;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.vsl__sp-avatar:first-child {
  margin-left: 0;
}

.vsl__sp-avatar:hover {
  transform: translateY(-3px);
  z-index: 10;
}

.vsl__sp-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-left: 1px solid var(--border-strong);
  padding-left: 1rem;
}

.vsl__sp-rating {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.vsl__sp-stars {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  color: #ffb800;
}

.vsl__sp-stars svg {
  flex-shrink: 0;
}

.vsl__sp-score {
  font-size: 0.85rem;
  color: var(--text);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.vsl__sp-aprovacao {
  color: var(--text-soft);
  font-size: 0.75rem;
  font-weight: 500;
}

.vsl__sp-meta {
  font-size: 0.75rem;
  color: var(--text-soft);
  margin: 0.15rem 0 0 0;
  line-height: 1.25;
  font-weight: 500;
}

/* Stacking on smaller screens */
@media (max-width: 600px) {
  .vsl__social-proof {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 0.75rem 1.25rem;
    gap: 0.75rem;
    width: 100%;
  }

  .vsl__sp-avatars {
    padding-right: 0;
    margin-bottom: 0.25rem;
  }

  .vsl__sp-info {
    border-left: none;
    border-top: 1px solid var(--border);
    padding-left: 0;
    padding-top: 0.6rem;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .vsl__sp-rating {
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
    width: 100%;
  }
}

/* Urgência Real */
.vsl__urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(228, 0, 43, 0.07);
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(228, 0, 43, 0.15);
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: max-content;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  background-color: var(--red);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-animation 1.6s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(228, 0, 43, 0.7);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(228, 0, 43, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(228, 0, 43, 0);
  }
}

/* Legenda de Qualidade do Vídeo */
.vsl__video-caption {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

/* Ancoragem de Preço */
.anchoring-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem;
  margin: 1rem auto 1.25rem;
  max-width: 440px;
  width: 100%;
  box-shadow: var(--shadow);
  text-align: left;
}

.anchoring-card__title {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.anchoring-card__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.anchoring-card__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

.anchoring-card__item--bad {
  color: var(--text-muted);
  opacity: 0.85;
}

.anchoring-card__item--bad span:last-child {
  text-decoration: line-through;
}

.anchoring-card__item--good {
  color: var(--green);
  font-weight: 700;
  background: rgba(0, 151, 57, 0.06);
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  border: 1px dashed rgba(0, 151, 57, 0.2);
  margin-top: 0.25rem;
}

/* Seção de Garantia */
.guarantee {
  padding: 2.5rem 0;
  background: var(--bg-section-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.guarantee__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 680px;
  margin: 0 auto;
}

.guarantee__badge-img {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.guarantee__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.guarantee__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 5vw, 2.2rem);
  text-transform: uppercase;
  color: var(--text);
  letter-spacing: 0.03em;
  margin: 0;
}

.guarantee__text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 768px) {
  .guarantee__inner {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
}

/* Seção Comparativa */
.comparison-section {
  padding: 4rem 0;
  background: var(--bg-section-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.comparison-table {
  width: 100%;
  max-width: 800px;
  margin: 2.5rem auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  background: var(--bg-card);
}

.comparison-row {
  display: flex;
  border-bottom: 1px solid var(--border);
}

.comparison-row:last-child {
  border-bottom: none;
}

.comparison-col {
  flex: 1;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text);
}

/* Coluna Destacada (Nosso Pacote) */
.comparison-col.comparison-highlight {
  background: rgba(0, 151, 57, 0.02);
  /* Light Copa Green background */
  font-weight: 600;
  border-left: 1px solid var(--border);
}

/* Header Row Styling */
.comparison-header {
  background: var(--bg-section-alt);
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
}

.comparison-header .comparison-col {
  justify-content: center;
  padding: 1.5rem;
}

.comparison-header .comparison-col.comparison-highlight {
  color: var(--green);
  background: rgba(0, 151, 57, 0.05);
}

.comparison-icon {
  font-size: 1.15rem;
  flex-shrink: 0;
}

.comparison-text {
  line-height: 1.4;
}

/* Mobile Responsiveness for Comparison Table (Side-by-side) */
@media (max-width: 640px) {
  .comparison-table {
    margin: 1.5rem auto;
    border-radius: 12px;
  }

  .comparison-col {
    padding: 0.8rem 0.5rem;
    font-size: 0.76rem;
    gap: 0.35rem;
  }

  .comparison-header {
    font-size: 0.82rem;
  }

  .comparison-header .comparison-col {
    padding: 1rem 0.5rem;
  }

  .comparison-icon {
    font-size: 0.95rem;
  }
}

/* =====================================================
   MELHORIAS DE CONVERSÃO — ADICIONADAS
   ===================================================== */

/* Barra de urgência no topo */
.urgency-bar {
  background: linear-gradient(90deg, #0f4a2a 0%, #1a6e3e 100%);
  color: #fff;
  text-align: center;
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  z-index: 101;
}

.urgency-bar__pulse {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-animation 1.6s infinite;
}

.urgency-bar strong {
  color: #ffe566;
}

/* Gancho sazonal hero */
.vsl__season-hook {
  display: inline-block;
  background: linear-gradient(90deg, #002776, #0a3d5c);
  color: #ffe566;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 229, 102, 0.3);
  margin-bottom: 0.25rem;
}

/* Subheadline do hero */
.vsl__subhead {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 460px;
  margin-inline: auto;
}

/* Linha de trust abaixo do CTA hero */
.vsl__trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}

.vsl__trust-badge-img {
  max-width: 100%;
  width: 100px;
  height: auto;
  display: block;
}

/* Botão de Mute/Desmute */
.vsl__mute-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  animation: mutePulse 2s ease-in-out infinite;
}

.vsl__mute-btn:hover {
  background: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.vsl__mute-btn:active {
  transform: scale(0.95);
}

.vsl__mute-icon {
  width: 20px;
  height: 20px;
  color: white;
  transition: all 0.2s ease;
}

.vsl__mute-icon--muted {
  opacity: 1;
  transform: scale(1);
}

.vsl__mute-icon--unmuted {
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
}

.vsl__mute-btn.is-unmuted .vsl__mute-icon--muted {
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
}

.vsl__mute-btn.is-unmuted .vsl__mute-icon--unmuted {
  opacity: 1;
  transform: scale(1);
  position: static;
}

/* Efeito pulsante sutil */
@keyframes mutePulse {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.1);
  }
}

.vsl__mute-btn.is-pulsing {
  animation: mutePulse 2s ease-in-out infinite;
}

/* Posicionamento responsivo */
.vsl__video {
  position: relative;
}

.vsl__inner {
  position: relative;
}

@media (max-width: 640px) {
  .vsl__mute-btn {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 8px;
  }
  
  .vsl__mute-icon {
    width: 16px;
    height: 16px;
  }
}

/* Como funciona */
.how-it-works {
  padding: 2.5rem 0;
  background: var(--bg-section-alt);
}

.hiw__steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hiw__step {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.hiw__step--arrow {
  justify-content: center;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 1.75rem;
  color: var(--green);
  opacity: 0.5;
  display: none;
  /* esconde no mobile */
}

.hiw__icon {
  font-size: 1.75rem;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 151, 57, 0.08);
  border-radius: 12px;
}

.hiw__content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hiw__content strong {
  font-size: 0.95rem;
  color: var(--text);
}

.hiw__content span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

@media (min-width: 640px) {
  .hiw__steps {
    flex-direction: row;
    align-items: center;
  }

  .hiw__step {
    flex: 1;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .hiw__step--arrow {
    display: flex;
    flex: 0 0 auto;
  }

  .hiw__content {
    align-items: center;
  }
}

/* Timer de urgência no CTA final */
.countdown-box {
  background: rgba(228, 0, 43, 0.05);
  border: 1.5px solid rgba(228, 0, 43, 0.2);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.countdown-box__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #b91c1c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.countdown-box__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.countdown-box__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3rem;
}

.countdown-box__unit span {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  color: #b91c1c;
  letter-spacing: 0.02em;
}

.countdown-box__unit small {
  font-size: 0.6rem;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.1rem;
}

.countdown-box__sep {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: #b91c1c;
  margin-bottom: 0.75rem;
  opacity: 0.6;
}

/* Ícones de pagamento */
.payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.6rem;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  color: var(--text-soft);
  font-weight: 600;
}

/* CTA na garantia */
.guarantee__cta {
  margin-top: 1.25rem;
  max-width: 340px;
  font-size: 0.9rem;
}


/* Notificação social flutuante */
.social-toast {
  position: fixed;
  bottom: 5.5rem;
  left: 1rem;
  z-index: 250;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.65rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  max-width: 260px;
  transform: translateY(140%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.45s ease;
  pointer-events: none;
}

.social-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.social-toast__avatar {
  font-size: 1.5rem;
  flex-shrink: 0;
  background: var(--bg-section-alt);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-toast__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.social-toast__name {
  font-size: 0.8rem;
  color: var(--text);
}

.social-toast__text span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.social-toast__time {
  font-size: 0.68rem;
  color: var(--text-soft);
}

/* Sticky header com barra de urgência: compensar altura */
body {
  scroll-padding-top: 6rem;
}