* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --coral-main: #e04122;
  --olive-text: #727b42;
  --bg-cream: #f6f3eb;
  --text-dark: #111111;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background-color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

/* NAVBAR DESKTOP */
.desk-navbar {
  display: none;
}

/* CONTAINER MESTRE MOBILE (390px - 430px) */
.mobile-viewport {
  width: 100%;
  max-width: 430px;
  background-color: var(--bg-cream);
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
}

/* OCULTA ELEMENTOS EXCLUSIVOS DESKTOP NO MOBILE */
.desk-wave-purple,
.desk-security-line,
.hero-subbar-desk,
.desk-arrow,
.desk-sub {
  display: none;
}

/* === FASE 1: HERO (MOBILE - ENQUADRAMENTO E LEGIBILIDADE PERFEITA) === */
.sec-hero {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  background-color: var(--bg-cream);
  overflow: hidden;
}

.sec-hero .hero-media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sec-hero .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.sec-hero .hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100dvh;
  padding: 1rem 1.25rem 1.2rem 1.25rem;
  pointer-events: none;
}

.sec-hero .hero-overlay * {
  pointer-events: auto;
}

.sec-hero .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: calc(100dvh - 2.2rem);
}

.sec-hero .hero-body {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-top: 0.2rem;
}

/* MARCA LOGO RECRIADA NO TOPO DO MOBILE */
.mob-hero-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.2rem; /* Aumentado para dar mais respiro abaixo da logo */
  line-height: 1;
}

.mob-hero-brand .mob-brand-text {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -0.04em;
}

.mob-hero-brand .coral-dot {
  color: var(--coral-main);
}

.mob-hero-brand .coral-text {
  color: var(--coral-main);
}

.mob-hero-brand .mob-brand-wave {
  width: 28px;
  height: 7px;
  margin-top: 2px;
}

.sec-hero .hero-title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.04;
  color: var(--text-dark);
  letter-spacing: -0.03em;
  margin-top: 0.4rem; /* Afasta levemente o texto principal da logo */
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.sec-hero .highlight-coral { color: var(--coral-main); }

.sec-hero .hero-script {
  font-family: 'Caveat', cursive;
  font-size: 2.2rem;
  color: var(--olive-text);
  margin-top: -4px;
  line-height: 1;
}

.sec-hero .script-sparks {
  font-size: 1rem;
  color: var(--coral-main);
  margin-left: 4px;
}

.sec-hero .hero-subtext {
  margin-top: 6px;
  font-size: 0.82rem;
  line-height: 1.28;
  color: #111111;
  font-weight: 600;
}

.sec-hero .underline-text {
  border-bottom: 2px solid rgba(138, 110, 160, 0.35);
}

/* PLACA DE LEITURA LEGÍVEL NA BASE PARA SOBREPOR O PAINEL ESCURO */
.sec-hero .hero-offer-card.mob-card-shield {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(246, 243, 235, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(220, 214, 201, 0.8);
  border-radius: 18px;
  padding: 0.85rem 0.9rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.2rem;
}

.sec-hero .offer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.35fr;
  align-items: center;
}

.sec-hero .price-box {
  display: flex;
  flex-direction: column;
}

.sec-hero .price-label {
  font-size: 0.72rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: -2px;
}

.sec-hero .price-value {
  display: flex;
  align-items: baseline;
  color: var(--coral-main);
}

.sec-hero .price-value .currency {
  font-size: 0.95rem;
  font-weight: 700;
  margin-right: 2px;
}

.sec-hero .price-value .integer {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.sec-hero .price-suffix {
  display: flex;
  flex-direction: column;
  margin-left: 2px;
}

.sec-hero .price-suffix .decimals {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.sec-hero .price-suffix .period {
  font-size: 0.72rem;
  color: #111111;
  font-weight: 700;
}

.sec-hero .v-divider {
  width: 1px;
  height: 80%;
  background-color: #c8c2b3;
  margin: 0 8px;
}

.sec-hero .benefits-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sec-hero .benefits-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  line-height: 1.18;
  color: #111111;
}

.sec-hero .b-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.sec-hero .b-icon svg { width: 10px !important; height: 10px !important; display: block; }
.sec-hero .b-icon.green { background: #8c9653; }
.sec-hero .b-icon.yellow { background: #e5b341; }
.sec-hero .b-icon.red { background: var(--coral-main); }

.sec-hero .cta-button {
  width: 100%;
  height: 48px;
  background-color: var(--coral-main);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1.08rem;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(224, 65, 34, 0.35);
}

.sec-hero .cta-button svg { width: 18px !important; height: 18px !important; display: block; }

/* REGRAS DO RESTANTE DO SITE MOBILE (BLOCOS 1 AO 6) */
.sec-b1 { width: 100%; background-color: var(--bg-cream); padding: 2.5rem 1.25rem; display: flex; flex-direction: column; align-items: center; }
.sec-b1 .block1-header { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 1.8rem; }
.sec-b1 .wave-top { width: 38px !important; height: 10px !important; margin-bottom: 0.6rem; display: block; }
.sec-b1 .block1-tag { font-size: 0.72rem; font-weight: 800; color: var(--olive-text); letter-spacing: 0.05em; margin-bottom: 0.4rem; }
.sec-b1 .block1-title { font-size: 2.1rem; font-weight: 800; line-height: 1.08; color: var(--text-dark); letter-spacing: -0.03em; }
.sec-b1 .block1-title .coral-sparks { font-size: 1rem; color: var(--coral-main); margin-left: 2px; }
.sec-b1 .block1-sub { font-size: 0.88rem; color: #444; margin-top: 0.8rem; line-height: 1.35; max-width: 90%; }
.sec-b1 .block1-cards { display: flex; flex-direction: column; gap: 1.1rem; width: 100%; }
.sec-b1 .b1-card { background-color: #ffffff; border-radius: 18px; border: 1px solid #eae5d9; display: flex; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); }
.sec-b1 .b1-card-content { flex: 1.15; padding: 1.2rem 0.8rem 1.2rem 1.1rem; display: flex; flex-direction: column; align-items: flex-start; }
.sec-b1 .b1-icon-circle { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 0.8rem; }
.sec-b1 .b1-icon-circle svg { width: 20px !important; height: 20px !important; display: block; }
.sec-b1 .b1-icon-circle.green { background-color: #e2e7d3; color: #5c6237; }
.sec-b1 .b1-icon-circle.yellow { background-color: #fceecb; color: #c49221; }
.sec-b1 .b1-icon-circle.purple { background-color: #e5def0; color: #7a5e9b; }
.sec-b1 .b1-card-title { font-size: 1.02rem; font-weight: 800; line-height: 1.18; color: var(--text-dark); letter-spacing: -0.02em; }
.sec-b1 .b1-card-wave { width: 28px !important; height: 8px !important; margin: 0.6rem 0; display: block; }
.sec-b1 .b1-card-desc { font-size: 0.76rem; line-height: 1.32; color: #555; }
.sec-b1 .b1-card-media { flex: 0.85; position: relative; overflow: hidden; }
.sec-b1 .b1-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sec-b1 .block1-footer-bar { background-color: #ede8dc; border-radius: 14px; width: 100%; padding: 0.85rem 1rem; display: flex; align-items: center; gap: 0.7rem; margin-top: 1.2rem; }
.sec-b1 .b1-footer-icon svg { width: 18px !important; height: 18px !important; display: block; }
.sec-b1 .b1-footer-text { font-size: 0.74rem; font-weight: 600; color: #333; line-height: 1.25; flex: 1; }
.sec-b1 .b1-footer-dots { display: flex; gap: 4px; }
.sec-b1 .f-dot { width: 12px; height: 12px; border-radius: 50%; }
.sec-b1 .f-dot.green { background-color: #8c9653; }
.sec-b1 .f-dot.yellow { background-color: #e5b341; }
.sec-b1 .f-dot.coral { background-color: var(--coral-main); }
.sec-b1 .f-dot.purple { background-color: #9a80b8; }

.sec-b2 { width: 100%; background-color: #0d0d0d; color: #ffffff; padding: 2.5rem 1.25rem; display: flex; flex-direction: column; align-items: center; }
.sec-b2 .block2-header { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 1.5rem; }
.sec-b2 .wave-red-top { width: 38px !important; height: 10px !important; margin-bottom: 0.6rem; display: block; }
.sec-b2 .block2-title { font-size: 2.1rem; font-weight: 800; line-height: 1.08; color: #ffffff; letter-spacing: -0.03em; }
.sec-b2 .block2-sub { font-size: 0.88rem; color: #bbbbbb; margin-top: 0.8rem; line-height: 1.35; }
.sec-b2 .brand-coral { color: var(--coral-main); }

/* VÍDEO CLICÁVEL & OVERLAY DE PLAY */
.sec-b2 .video-wrapper { position: relative; width: 100%; border-radius: 20px; overflow: hidden; border: 1px solid #222222; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); margin-bottom: 1.5rem; background-color: #000000; cursor: pointer; }
.sec-b2 .proof-video-element { width: 100%; height: auto; max-height: 520px; display: block; aspect-ratio: 9 / 16; object-fit: cover; }
.sec-b2 .video-play-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 68px; height: 68px; background-color: rgba(224, 65, 34, 0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); pointer-events: none; transition: opacity 0.3s ease; z-index: 5; }
.sec-b2 .video-play-overlay svg { width: 28px; height: 28px; margin-left: 4px; }
.sec-b2 .video-wrapper.is-playing .video-play-overlay { opacity: 0; pointer-events: none; }

.sec-b2 .metrics-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; width: 100%; margin-bottom: 0.5rem; }
.sec-b2 .metric-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sec-b2 .m-icon { width: 22px !important; height: 22px !important; margin-bottom: 0.3rem; display: block; }
.sec-b2 .m-val { font-size: 1.2rem; font-weight: 800; color: #ffffff; line-height: 1; }
.sec-b2 .m-lbl { font-size: 0.62rem; color: #aaaaaa; margin-top: 0.2rem; }
.sec-b2 .m-divider { width: 1px; height: 28px; background-color: #2a2a2a; }
.sec-b2 .metrics-footnote { font-size: 0.68rem; color: #777777; text-align: center; margin-bottom: 1.8rem; }
.sec-b2 .reviews-list { display: flex; flex-direction: column; gap: 1rem; width: 100%; }
.sec-b2 .review-card { background-color: #141414; border: 1px solid #262626; border-radius: 16px; display: flex; overflow: hidden; }
.sec-b2 .rev-content { flex: 1.2; padding: 1.1rem; display: flex; flex-direction: column; justify-content: space-between; }
.sec-b2 .stars { color: #e5b341; font-size: 0.75rem; letter-spacing: 2px; margin-bottom: 0.4rem; }
.sec-b2 .rev-text { font-size: 0.78rem; line-height: 1.35; color: #dddddd; margin-bottom: 0.8rem; }
.sec-b2 .rev-author { font-size: 0.82rem; color: #ffffff; font-weight: 700; }
.sec-b2 .rev-media { flex: 0.8; position: relative; }
.sec-b2 .rev-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sec-b2 .block2-footer { display: flex; flex-direction: column; align-items: center; margin-top: 1.8rem; }
.sec-b2 .b2-footer-line { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-style: italic; color: #cccccc; margin-bottom: 0.5rem; }
.sec-b2 .heart-icon { width: 16px !important; height: 16px !important; display: block; }
.sec-b2 .wave-red-bottom { width: 32px !important; height: 8px !important; display: block; }

.sec-b3 { width: 100%; background-color: var(--bg-cream); padding: 2.5rem 1.25rem; display: flex; flex-direction: column; align-items: center; }
.sec-b3 .block3-header { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 1.2rem; }
.sec-b3 .wave-red-top { width: 38px !important; height: 10px !important; margin-bottom: 0.6rem; display: block; }
.sec-b3 .block3-title { font-size: 2.3rem; font-weight: 800; line-height: 1.05; color: var(--text-dark); letter-spacing: -0.03em; }
.sec-b3 .highlight-coral { color: var(--coral-main); }
.sec-b3 .block3-sub { font-size: 0.9rem; color: #6b7338; margin-top: 0.8rem; line-height: 1.35; }
.sec-b3 .b3-price-block { display: flex; flex-direction: column; align-items: center; margin-bottom: 1.2rem; }
.sec-b3 .b3-price-label { font-size: 0.82rem; color: #444; }
.sec-b3 .b3-price-main { display: flex; align-items: baseline; color: var(--coral-main); }
.sec-b3 .b3-currency { font-size: 1.2rem; font-weight: 700; margin-right: 3px; }
.sec-b3 .b3-amount { font-size: 3.8rem; font-weight: 800; line-height: 0.9; letter-spacing: -0.03em; }
.sec-b3 .b3-cents-box { display: flex; flex-direction: column; margin-left: 3px; }
.sec-b3 .b3-cents { font-size: 1.5rem; font-weight: 800; line-height: 1; }
.sec-b3 .b3-period { font-size: 0.85rem; color: #222; font-weight: 700; }
.sec-b3 .b3-product-media { width: 100%; border-radius: 20px; overflow: hidden; margin-bottom: 1.5rem; }
.sec-b3 .b3-product-media img { width: 100%; height: auto; display: block; }
.sec-b3 .b3-benefits-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: flex-start; width: 100%; margin-bottom: 1.5rem; }
.sec-b3 .b3-benefit-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sec-b3 .b3-icon-circle { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.sec-b3 .b3-icon-circle svg { width: 22px !important; height: 22px !important; color: #ffffff; display: block; }
.sec-b3 .b3-icon-circle.green { background-color: #8c9653; }
.sec-b3 .b3-icon-circle.yellow { background-color: #e5b341; }
.sec-b3 .b3-icon-circle.red { background-color: var(--coral-main); }
.sec-b3 .b3-b-title { font-size: 0.74rem; font-weight: 800; color: #111111; line-height: 1.2; }
.sec-b3 .b3-b-desc { font-size: 0.65rem; color: #555555; line-height: 1.2; margin-top: 2px; }
.sec-b3 .b3-col-divider { width: 1px; height: 40px; background-color: #dcd6c9; align-self: center; }
.sec-b3 .b3-cta-button { width: 100%; height: 54px; background-color: var(--coral-main); color: #ffffff; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: 1.2rem; text-decoration: none; letter-spacing: 0.03em; text-transform: uppercase; box-shadow: 0 4px 15px rgba(224, 65, 34, 0.35); }
.sec-b3 .b3-cta-button svg { width: 22px !important; height: 22px !important; display: block; }
.sec-b3 .b3-security-tag { display: flex; align-items: center; justify-content: center; gap: 0.3rem; font-size: 0.75rem; color: #555; margin-top: 0.6rem; margin-bottom: 1.2rem; }
.sec-b3 .b3-security-tag svg { width: 14px !important; height: 14px !important; color: var(--coral-main); display: block; }
.sec-b3 .b3-payment-card { background-color: #ede8dc; border-radius: 14px; width: 100%; padding: 0.85rem 1rem; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
.sec-b3 .b3-pay-label { font-size: 0.72rem; color: #333333; font-weight: 600; }
.sec-b3 .b3-pay-logos { display: flex; gap: 4px; }
.sec-b3 .pay-badge { font-size: 0.58rem; font-weight: 800; padding: 3px 6px; border-radius: 4px; background-color: #ffffff; color: #111111; border: 1px solid #dcd6c9; }
.sec-b3 .pay-badge.pix { color: #32bcad; }
.sec-b3 .pay-badge.visa { color: #1a1f71; }
.sec-b3 .pay-badge.master { color: #eb001b; }
.sec-b3 .pay-badge.elo { color: #00a4e4; }
.sec-b3 .pay-badge.amex { color: #006fcf; }
.sec-b3 .b3-guarantee-footer { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.72rem; color: #5c6237; text-align: center; }
.sec-b3 .b3-guarantee-footer svg { width: 16px !important; height: 16px !important; display: block; }

.sec-b4 { width: 100%; background-color: var(--bg-cream); padding: 2.5rem 1.25rem; display: flex; flex-direction: column; align-items: center; }
.sec-b4 .block4-header { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 2rem; }
.sec-b4 .wave-red-top { width: 38px !important; height: 10px !important; margin-bottom: 0.6rem; display: block; }
.sec-b4 .block4-title { font-size: 2.3rem; font-weight: 800; line-height: 1.05; color: var(--text-dark); letter-spacing: -0.03em; }
.sec-b4 .highlight-coral { color: var(--coral-main); }
.sec-b4 .block4-sub { font-size: 0.9rem; color: #333333; margin-top: 0.6rem; }
.sec-b4 .brand-coral { color: var(--coral-main); }
.sec-b4 .b4-steps-timeline { position: relative; width: 100%; display: flex; flex-direction: column; gap: 1.8rem; margin-bottom: 2rem; }
.sec-b4 .b4-timeline-line { position: absolute; top: 20px; left: 20px; bottom: 20px; width: 2px; border-left: 2px dotted #8c9653; z-index: 1; }
.sec-b4 .b4-step-item { position: relative; display: flex; align-items: center; gap: 1rem; z-index: 2; }
.sec-b4 .b4-badge { width: 42px; height: 42px; border-radius: 50%; color: #ffffff; font-weight: 800; font-size: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.sec-b4 .b4-badge.green { background-color: #8c9653; }
.sec-b4 .b4-badge.yellow { background-color: #e5b341; }
.sec-b4 .b4-badge.purple { background-color: #9a80b8; }
.sec-b4 .b4-step-card { flex: 1; display: flex; align-items: center; gap: 0.8rem; }
.sec-b4 .b4-card-media { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); border: 2px solid #ffffff; }
.sec-b4 .b4-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sec-b4 .b4-card-info { display: flex; flex-direction: column; }
.sec-b4 .b4-step-title { font-size: 1.1rem; font-weight: 800; line-height: 1.2; margin-bottom: 0.3rem; }
.sec-b4 .green-title { color: #8c9653; }
.sec-b4 .yellow-title { color: #d19f2a; }
.sec-b4 .purple-title { color: #8266a3; }
.sec-b4 .b4-step-desc { font-size: 0.78rem; line-height: 1.35; color: #444444; }
.sec-b4 .b4-summary-card { background-color: #ede8dc; border-radius: 16px; width: 100%; padding: 1rem 1.2rem; display: flex; align-items: center; gap: 0.8rem; }
.sec-b4 .b4-summary-icon svg { width: 22px !important; height: 22px !important; display: block; }
.sec-b4 .b4-summary-text { font-size: 0.78rem; color: #333333; line-height: 1.3; flex: 1; }
.sec-b4 .b4-wave-green { width: 30px !important; height: 8px !important; display: block; }

.sec-b5 { width: 100%; background-color: var(--bg-cream); padding: 2.5rem 1.25rem; display: flex; flex-direction: column; align-items: center; }
.sec-b5 .block5-header { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 2rem; }
.sec-b5 .wave-red-top { width: 38px !important; height: 10px !important; margin-bottom: 0.6rem; display: block; }
.sec-b5 .block5-title { font-size: 2.3rem; font-weight: 800; line-height: 1.05; color: var(--text-dark); letter-spacing: -0.03em; }
.sec-b5 .highlight-coral { color: var(--coral-main); }
.sec-b5 .block5-sub { font-size: 0.88rem; color: #333333; margin-top: 0.6rem; line-height: 1.35; }
.sec-b5 .b5-faq-accordion { display: flex; flex-direction: column; gap: 1rem; width: 100%; margin-bottom: 2rem; }
.sec-b5 .faq-item { background-color: #ffffff; border: 1px solid #eae5d9; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); }
.sec-b5 .faq-trigger { width: 100%; background: none; border: none; padding: 1.1rem; display: flex; align-items: center; gap: 0.8rem; text-align: left; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.sec-b5 .faq-icon-circle { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sec-b5 .faq-icon-circle svg { width: 18px !important; height: 18px !important; display: block; }
.sec-b5 .faq-icon-circle.green { background-color: #e2e7d3; color: #5c6237; }
.sec-b5 .faq-icon-circle.yellow { background-color: #fceecb; color: #c49221; }
.sec-b5 .faq-icon-circle.purple { background-color: #e5def0; color: #7a5e9b; }
.sec-b5 .faq-icon-circle.coral { background-color: #fbe2df; color: var(--coral-main); }
.sec-b5 .faq-icon-circle.blue { background-color: #dbe8f5; color: #3b74b8; }
.sec-b5 .faq-number { width: 24px; height: 24px; border-radius: 50%; color: #ffffff; font-weight: 800; font-size: 0.8rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sec-b5 .faq-number.green { background-color: #8c9653; }
.sec-b5 .faq-number.yellow { background-color: #e5b341; }
.sec-b5 .faq-number.purple { background-color: #9a80b8; }
.sec-b5 .faq-number.coral { background-color: var(--coral-main); }
.sec-b5 .faq-number.blue { background-color: #4a8cd4; }
.sec-b5 .faq-question { flex: 1; font-size: 0.95rem; font-weight: 800; color: var(--text-dark); line-height: 1.25; }
.sec-b5 .faq-toggle { font-size: 1.5rem; font-weight: 700; color: #8c9653; line-height: 1; flex-shrink: 0; width: 20px; text-align: center; }
.sec-b5 .faq-answer { display: none; background-color: #f8f6f0; padding: 1rem 1.1rem; border-top: 1px solid #f0ebe1; }
.sec-b5 .faq-item.active .faq-answer { display: block; }
.sec-b5 .faq-answer p { font-size: 0.8rem; line-height: 1.45; color: #444444; }
.sec-b5 .b5-footer-security { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.74rem; color: #555555; text-align: center; }
.sec-b5 .b5-footer-security svg { width: 15px !important; height: 15px !important; color: var(--coral-main); display: block; }

.sec-b6 { width: 100%; background-color: var(--coral-main); color: #ffffff; padding: 2.5rem 1.25rem 0 1.25rem; display: flex; flex-direction: column; align-items: center; position: relative; }
.sec-b6 .block6-header { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: 1.5rem; }
.sec-b6 .wave-white-top { width: 38px !important; height: 10px !important; margin-bottom: 0.8rem; display: block; }
.sec-b6 .block6-title { font-size: 2.4rem; font-weight: 800; line-height: 1.05; color: #ffffff; letter-spacing: -0.03em; }
.sec-b6 .yellow-text { color: #f7ce55; }
.sec-b6 .script-dark { font-family: 'Caveat', cursive; font-size: 2.8rem; color: #111111; font-weight: 700; }
.sec-b6 .block6-sub { font-size: 0.9rem; color: #ffffff; margin-top: 0.8rem; line-height: 1.35; }
.sec-b6 .wave-white-mid { width: 32px !important; height: 8px !important; margin-top: 0.8rem; display: block; }
.sec-b6 .b6-price-card { background-color: #ffffff; border-radius: 16px; padding: 0.6rem 2rem; display: flex; align-items: baseline; justify-content: center; color: var(--coral-main); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-bottom: 1.2rem; }
.sec-b6 .b6-currency { font-size: 1.1rem; font-weight: 700; margin-right: 3px; }
.sec-b6 .b6-amount { font-size: 3.5rem; font-weight: 800; line-height: 0.9; letter-spacing: -0.03em; }
.sec-b6 .b6-cents-box { display: flex; flex-direction: column; margin-left: 3px; }
.sec-b6 .b6-cents { font-size: 1.35rem; font-weight: 800; line-height: 1; }
.sec-b6 .b6-period { font-size: 0.8rem; color: #222222; font-weight: 700; }
.sec-b6 .b6-cta-button { width: 100%; height: 54px; background-color: #111a28; color: #ffffff; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: 1.2rem; text-decoration: none; letter-spacing: 0.03em; text-transform: uppercase; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); margin-bottom: 1.8rem; }
.sec-b6 .b6-cta-button svg { width: 20px !important; height: 20px !important; display: block; }
.sec-b6 .b6-benefits-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: flex-start; width: 100%; margin-bottom: 2rem; }
.sec-b6 .b6-benefit-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sec-b6 .b6-benefit-col svg { width: 24px !important; height: 24px !important; margin-bottom: 0.5rem; display: block; }
.sec-b6 .b6-b-title { font-size: 0.74rem; font-weight: 800; color: #ffffff; line-height: 1.2; }
.sec-b6 .b6-b-desc { font-size: 0.65rem; color: #fcebe8; line-height: 1.2; margin-top: 2px; }
.sec-b6 .b6-col-divider { width: 1px; height: 40px; background-color: rgba(255, 255, 255, 0.25); align-self: center; }
.sec-b6 .b6-product-container { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 1rem; }
.sec-b6 .b6-floating-badge { position: absolute; top: -15px; left: 5%; background-color: #f7f3ec; color: #111111; border-radius: 30px; padding: 0.5rem 1rem; font-size: 0.72rem; font-weight: 800; display: flex; align-items: center; gap: 0.4rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); z-index: 3; }
.sec-b6 .b6-floating-badge svg { width: 14px !important; height: 14px !important; display: block; }
.sec-b6 .b6-box-img { width: 100%; height: auto; display: block; border: none; background: transparent; }

/* STICKY CTA MOBILE */
.sticky-cta-container { 
  position: fixed; 
  bottom: -80px; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 100%; 
  max-width: 430px; 
  padding: 0.75rem 1rem; 
  background-color: rgba(255, 255, 255, 0.95); 
  backdrop-filter: blur(8px); 
  border-top: 1px solid #eae5d9; 
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15); 
  z-index: 999; 
  transition: bottom 0.3s ease; 
}
.sticky-cta-container.visible { 
  bottom: 0 !important; 
  display: block !important;
}
.sticky-cta-btn { 
  width: 100%; 
  height: 48px; 
  background-color: var(--coral-main); 
  color: #ffffff; 
  border-radius: 12px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-weight: 800; 
  font-size: 1rem; 
  text-decoration: none; 
  letter-spacing: 0.03em; 
  text-transform: uppercase; 
  box-shadow: 0 4px 12px rgba(224, 65, 34, 0.35); 
}

/* BOTÃO FLUTUANTE DO WHATSAPP */
.whatsapp-float-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: bottom 0.3s ease, transform 0.2s ease, background-color 0.2s ease;
  text-decoration: none;
}

.whatsapp-float-btn svg {
  width: 32px;
  height: 32px;
}

.whatsapp-float-btn:hover {
  transform: scale(1.08);
  background-color: #20ba5a;
}

body.has-sticky-active .whatsapp-float-btn {
  bottom: 80px;
}

/* ============================================================
   RESPONSIVIDADE DESKTOP (BREAKPOINT PRETERIDO: 992PX)
   ============================================================ */

@media (min-width: 992px) {

  body {
    background-color: var(--bg-cream);
  }

  .mobile-viewport {
    max-width: 1440px;
    box-shadow: none;
  }

  .sticky-cta-container {
    display: none !important;
  }

  .whatsapp-float-btn {
    bottom: 30px;
    right: 30px;
    width: 62px;
    height: 62px;
  }

  .whatsapp-float-btn svg {
    width: 36px;
    height: 36px;
  }

  .desk-navbar {
    display: block;
    width: 100%;
    max-width: 1440px;
    background-color: var(--bg-cream);
    padding: 1.2rem 4rem;
  }

  .desk-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .desk-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .desk-logo .logo-text {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--text-dark);
  }

  .desk-logo .logo-wave {
    width: 32px;
    height: 8px;
    margin-top: 2px;
  }

  .desk-nav-btn {
    background-color: var(--coral-main);
    color: #ffffff;
    padding: 0.75rem 1.6rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: 0.04em;
  }

  .mob-only {
    display: none !important;
  }

  .desk-wave-purple,
  .desk-security-line,
  .hero-subbar-desk,
  .desk-arrow,
  .desk-sub {
    display: block !important;
  }

  /* HERO DESKTOP */
  .sec-hero {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-cream);
    position: relative;
    padding-top: 1rem;
    min-height: auto;
  }

  .sec-hero .hero-overlay {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0 4rem;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }

  .sec-hero .hero-content-wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
    z-index: 2;
    min-height: auto;
  }

  .sec-hero .hero-body {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .sec-hero .hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--text-dark);
    text-shadow: none;
    margin-top: 0;
  }

  .sec-hero .hero-title .highlight-coral {
    color: var(--coral-main);
  }

  .desk-wave-purple {
    width: 44px;
    height: 12px;
    margin: 1.2rem 0;
  }

  .sec-hero .hero-subtext {
    font-size: 1.15rem;
    line-height: 1.4;
    color: #333333;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
  }

  .sec-hero .hero-media-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
  }

  .sec-hero .hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 0 0 20px;
  }

  .sec-hero .hero-offer-card.mob-card-shield {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
  }

  .sec-hero .price-box {
    margin-bottom: 0.5rem;
  }

  .sec-hero .price-label {
    font-size: 0.85rem;
    color: #444;
  }

  .sec-hero .price-value .currency {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--coral-main);
  }

  .sec-hero .price-value .integer {
    font-size: 5.2rem;
    font-weight: 800;
    line-height: 0.85;
    color: var(--coral-main);
  }

  .sec-hero .price-suffix .decimals {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--coral-main);
  }

  .sec-hero .price-suffix .period {
    font-size: 1.2rem;
    color: var(--coral-main);
    font-weight: 700;
  }

  .sec-hero .offer-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .sec-hero .v-divider {
    display: none;
  }

  .sec-hero .benefits-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 100%;
    border-top: 1px solid #e2dcd0;
    padding-top: 1.2rem;
  }

  .sec-hero .benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    line-height: 1.25;
    color: #222222;
  }

  .sec-hero .b-icon {
    width: 32px;
    height: 32px;
    background: transparent !important;
    border-radius: 0;
  }

  .sec-hero .b-icon.green svg { color: #8c9653; width: 24px !important; height: 24px !important; }
  .sec-hero .b-icon.yellow svg { color: #e5b341; width: 24px !important; height: 24px !important; }
  .sec-hero .b-icon.red svg { color: #9a80b8; width: 24px !important; height: 24px !important; }

  .desk-sub {
    font-size: 0.75rem;
    color: #666666;
  }

  .sec-hero .cta-button {
    width: 100%;
    max-width: 420px;
    height: 60px;
    font-size: 1.3rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .sec-hero .cta-button svg {
    display: none;
  }

  .desk-arrow {
    font-size: 1.5rem;
    font-weight: 800;
  }

  .desk-security-line {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #555555;
    margin-top: -0.5rem;
  }

  .desk-security-line svg {
    width: 16px;
    height: 16px;
  }

  .hero-subbar-desk {
    width: 100%;
    background-color: #ede8dc;
    margin-top: 4rem;
    padding: 2.5rem 4rem;
    position: relative;
    z-index: 5;
  }

  .subbar-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .subbar-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }

  .subbar-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .subbar-icon.green { background-color: #e2e7d3; color: #5c6237; }
  .subbar-icon.yellow { background-color: #fceecb; color: #c49221; }
  .subbar-icon.purple { background-color: #e5def0; color: #7a5e9b; }

  .subbar-icon svg {
    width: 26px;
    height: 26px;
  }

  .subbar-text strong {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-dark);
    display: block;
    margin-bottom: 0.2rem;
  }

  .subbar-text p {
    font-size: 0.88rem;
    color: #555555;
    line-height: 1.3;
  }

  /* BLOCO 1 DESKTOP */
  .sec-b1 {
    padding: 4rem 4rem 3rem 4rem;
  }

  .sec-b1 .block1-header {
    margin-bottom: 3rem;
  }

  .sec-b1 .wave-top {
    width: 44px !important;
    height: 12px !important;
  }

  .sec-b1 .block1-tag {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
  }

  .sec-b1 .block1-title {
    font-size: 3.2rem;
    line-height: 1.05;
  }

  .sec-b1 .block1-sub {
    font-size: 1.1rem;
    max-width: 600px;
    margin-top: 1rem;
  }

  .sec-b1 .block1-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    max-width: 1280px;
  }

  .sec-b1 .b1-card {
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .sec-b1 .b1-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  }

  .sec-b1 .b1-card-content {
    padding: 1.8rem;
    flex: none;
  }

  .sec-b1 .b1-icon-circle {
    width: 52px;
    height: 52px;
    margin-bottom: 1.2rem;
  }

  .sec-b1 .b1-icon-circle svg {
    width: 24px !important;
    height: 24px !important;
  }

  .sec-b1 .b1-card-title {
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .sec-b1 .b1-card-wave {
    width: 36px !important;
    height: 10px !important;
    margin: 0.8rem 0;
  }

  .sec-b1 .b1-card-desc {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .sec-b1 .b1-card-media {
    height: 220px;
    flex: none;
  }

  .sec-b1 .block1-footer-bar {
    max-width: 1280px;
    margin-top: 2.5rem;
    padding: 1.1rem 2rem;
  }

  .sec-b1 .b1-footer-text {
    font-size: 0.92rem;
  }

  /* BLOCO 2 DESKTOP */
  .sec-b2 {
    padding: 5rem 4rem;
  }

  .sec-b2 .block2-header {
    margin-bottom: 3rem;
  }

  .sec-b2 .block2-title {
    font-size: 3.2rem;
    line-height: 1.05;
  }

  .sec-b2 .block2-sub {
    font-size: 1.1rem;
    margin-top: 1rem;
  }

  .sec-b2 .video-wrapper {
    max-width: 720px;
    border-radius: 24px;
    margin-bottom: 3rem;
  }

  .sec-b2 .proof-video-element {
    max-height: 640px;
  }

  .sec-b2 .metrics-grid {
    max-width: 900px;
    margin-bottom: 0.8rem;
  }

  .sec-b2 .m-val {
    font-size: 2rem;
  }

  .sec-b2 .m-lbl {
    font-size: 0.85rem;
  }

  .sec-b2 .m-divider {
    height: 40px;
  }

  .sec-b2 .metrics-footnote {
    font-size: 0.85rem;
    margin-bottom: 3.5rem;
  }

  .sec-b2 .reviews-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    max-width: 1280px;
  }

  .sec-b2 .review-card {
    flex-direction: column;
    border-radius: 20px;
  }

  .sec-b2 .rev-content {
    padding: 1.8rem;
    flex: none;
  }

  .sec-b2 .rev-text {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .sec-b2 .rev-media {
    height: 200px;
    flex: none;
  }

  .sec-b2 .block2-footer {
    margin-top: 3.5rem;
  }

  .sec-b2 .b2-footer-line {
    font-size: 1.05rem;
  }

  /* BLOCO 3 DESKTOP */
  .sec-b3 {
    padding: 5rem 4rem;
  }

  .sec-b3 .block3-header {
    margin-bottom: 2rem;
  }

  .sec-b3 .block3-title {
    font-size: 3.2rem;
    line-height: 1.05;
  }

  .sec-b3 .block3-sub {
    font-size: 1.15rem;
    margin-top: 1rem;
  }

  .sec-b3 .b3-price-block {
    margin-bottom: 2rem;
  }

  .sec-b3 .b3-price-label {
    font-size: 1rem;
  }

  .sec-b3 .b3-currency {
    font-size: 1.8rem;
  }

  .sec-b3 .b3-amount {
    font-size: 5.5rem;
  }

  .sec-b3 .b3-cents {
    font-size: 2.2rem;
  }

  .sec-b3 .b3-period {
    font-size: 1.2rem;
  }

  .sec-b3 .b3-product-media {
    max-width: 720px;
    border-radius: 24px;
    margin-bottom: 2.5rem;
  }

  .sec-b3 .b3-benefits-row {
    max-width: 900px;
    margin-bottom: 2.5rem;
  }

  .sec-b3 .b3-icon-circle {
    width: 52px;
    height: 52px;
  }

  .sec-b3 .b3-icon-circle svg {
    width: 26px !important;
    height: 26px !important;
  }

  .sec-b3 .b3-b-title {
    font-size: 0.95rem;
  }

  .sec-b3 .b3-b-desc {
    font-size: 0.8rem;
  }

  .sec-b3 .b3-cta-button {
    max-width: 480px;
    height: 60px;
    font-size: 1.3rem;
    border-radius: 16px;
  }

  .sec-b3 .b3-security-tag {
    font-size: 0.88rem;
    margin-top: 0.8rem;
    margin-bottom: 1.8rem;
  }

  .sec-b3 .b3-payment-card {
    max-width: 600px;
    padding: 1.1rem 1.8rem;
    margin-bottom: 1.8rem;
  }

  .sec-b3 .b3-pay-label {
    font-size: 0.85rem;
  }

  .sec-b3 .pay-badge {
    font-size: 0.7rem;
    padding: 4px 8px;
  }

  .sec-b3 .b3-guarantee-footer {
    font-size: 0.85rem;
  }

  /* BLOCO 4 DESKTOP */
  .sec-b4 {
    padding: 5rem 4rem;
  }

  .sec-b4 .block4-header {
    margin-bottom: 3.5rem;
  }

  .sec-b4 .block4-title {
    font-size: 3.2rem;
    line-height: 1.05;
  }

  .sec-b4 .block4-sub {
    font-size: 1.15rem;
    margin-top: 1rem;
  }

  .sec-b4 .b4-steps-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1280px;
    margin-bottom: 3rem;
  }

  .sec-b4 .b4-timeline-line {
    top: 26px;
    left: 26px;
    right: 26px;
    bottom: auto;
    width: auto;
    height: 2px;
    border-left: none;
    border-top: 2px dotted #8c9653;
  }

  .sec-b4 .b4-step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sec-b4 .b4-badge {
    width: 52px;
    height: 52px;
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
  }

  .sec-b4 .b4-step-card {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }

  .sec-b4 .b4-card-media {
    width: 140px;
    height: 140px;
    border-width: 3px;
  }

  .sec-b4 .b4-step-title {
    font-size: 1.35rem;
  }

  .sec-b4 .b4-step-desc {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .sec-b4 .b4-summary-card {
    max-width: 800px;
    padding: 1.2rem 2rem;
    border-radius: 20px;
  }

  .sec-b4 .b4-summary-text {
    font-size: 0.95rem;
  }

  /* BLOCO 5 DESKTOP */
  .sec-b5 {
    padding: 5rem 4rem;
  }

  .sec-b5 .block5-header {
    margin-bottom: 3.5rem;
  }

  .sec-b5 .block5-title {
    font-size: 3.2rem;
    line-height: 1.05;
  }

  .sec-b5 .block5-sub {
    font-size: 1.15rem;
    margin-top: 1rem;
  }

  .sec-b5 .b5-faq-accordion {
    max-width: 860px;
    gap: 1.2rem;
    margin-bottom: 3rem;
  }

  .sec-b5 .faq-item {
    border-radius: 20px;
  }

  .sec-b5 .faq-trigger {
    padding: 1.4rem 1.8rem;
    gap: 1.2rem;
  }

  .sec-b5 .faq-icon-circle {
    width: 44px;
    height: 44px;
  }

  .sec-b5 .faq-icon-circle svg {
    width: 22px !important;
    height: 22px !important;
  }

  .sec-b5 .faq-number {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }

  .sec-b5 .faq-question {
    font-size: 1.1rem;
  }

  .sec-b5 .faq-toggle {
    font-size: 1.8rem;
  }

  .sec-b5 .faq-answer {
    padding: 1.2rem 1.8rem 1.6rem 1.8rem;
  }

  .sec-b5 .faq-answer p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .sec-b5 .b5-footer-security {
    font-size: 0.88rem;
  }

  /* BLOCO 6 DESKTOP */
  .sec-b6 {
    padding: 5rem 4rem 0 4rem;
  }

  .sec-b6 .block6-header {
    margin-bottom: 2.5rem;
  }

  .sec-b6 .block6-title {
    font-size: 3.5rem;
    line-height: 1.05;
  }

  .sec-b6 .script-dark {
    font-size: 4rem;
  }

  .sec-b6 .block6-sub {
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  .sec-b6 .b6-price-card {
    padding: 0.8rem 3rem;
    border-radius: 20px;
    margin-bottom: 1.8rem;
  }

  .sec-b6 .b6-currency {
    font-size: 1.5rem;
  }

  .sec-b6 .b6-amount {
    font-size: 5rem;
  }

  .sec-b6 .b6-cents {
    font-size: 2rem;
  }

  .sec-b6 .b6-period {
    font-size: 1.1rem;
  }

  .sec-b6 .b6-cta-button {
    max-width: 480px;
    height: 60px;
    font-size: 1.3rem;
    border-radius: 16px;
    margin-bottom: 2.5rem;
  }

  .sec-b6 .b6-benefits-row {
    max-width: 900px;
    margin-bottom: 3rem;
  }

  .sec-b6 .b6-benefit-col svg {
    width: 32px !important;
    height: 32px !important;
  }

  .sec-b6 .b6-b-title {
    font-size: 0.95rem;
  }

  .sec-b6 .b6-b-desc {
    font-size: 0.8rem;
  }

  .sec-b6 .b6-product-container {
    max-width: 800px;
  }

  .sec-b6 .b6-floating-badge {
    top: -20px;
    left: 10%;
    padding: 0.7rem 1.4rem;
    font-size: 0.88rem;
  }

  .sec-b6 .b6-floating-badge svg {
    width: 18px !important;
    height: 18px !important;
  }

}