/* =========================================================
   KIT FONO KIDS - CSS REFEITO
   Paleta final:
   Azul: #1456C8 | Rosa: #FF5C8A | Verde: #33B269
   ========================================================= */

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

:root {
  --bg: #F8FBFF;
  --white: #FFFFFF;
  --blue: #1456C8;
  --blue-dark: #0D3E96;
  --blue-soft: #EAF2FF;
  --blue-border: #CFE0FF;
  --pink: #FF5C8A;
  --pink-soft: #FFEAF1;
  --green: #33B269;
  --green-dark: #23844B;
  --green-soft: #EAFFF3;
  --red: #C1121F;
  --red-light: #FF3B3B;
  --text: #17324D;
  --text-light: #5E7187;
  --border: #DDEBFA;
  --radius: 14px;
  --radius-l: 24px;
  --shadow: 4px 4px 0 rgba(20, 86, 200, 0.10);
  --shadow-card: 0 10px 24px rgba(20, 86, 200, 0.10);
  --container: 900px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 64px 0;
  position: relative;
}

h1,
h2,
h3 {
  font-family: 'Fredoka', system-ui, sans-serif;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--blue);
}

h1 {
  font-size: clamp(2.18rem, 7.5vw, 3.65rem);
  font-weight: 800;
  max-width: 860px;
  margin: 0 auto 22px;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(1.75rem, 5.6vw, 2.25rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 14px;
}

h3 {
  font-size: 1.03rem;
  font-weight: 800;
  margin-bottom: 10px;
}

p {
  color: var(--text-light);
}

.section-sub {
  text-align: center;
  color: var(--text-light);
  margin: 0 auto 30px;
  max-width: 700px;
  font-family: 'Patrick Hand', cursive;
  font-size: 1.28rem;
  line-height: 1.42;
}

/* BARRA DE URGÊNCIA */
.urgency-bar {
  background: linear-gradient(90deg, var(--red), var(--red-light));
  color: #fff;
  text-align: center;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 900;
  position: relative;
  z-index: 40;
  letter-spacing: .3px;
  font-family: 'Fredoka', system-ui, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.urgency-bar strong {
  color: #fff;
}

/* BOTÕES */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 360px;
  min-height: 58px;

  background: var(--green);
  color: #fff;

  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;

  padding: 16px 28px;
  border-radius: 999px;
  cursor: pointer;
  border: 3px solid rgba(255, 255, 255, .72);

  text-transform: uppercase;
  letter-spacing: .3px;
  text-align: center;

  box-shadow: 0 7px 0 var(--green-dark), 0 14px 24px rgba(51, 178, 105, .24);
  transition: box-shadow .2s ease;

  animation: pulse 1.9s ease-in-out infinite;
}

.cta-btn:hover {
  box-shadow: 0 9px 0 var(--green-dark), 0 18px 28px rgba(51, 178, 105, .25);
}

.cta-btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 var(--green-dark), 0 10px 18px rgba(51, 178, 105, .18);
}



.cta-btn.full {
  width: 100%;
  max-width: 360px;
}

.center-btn {
  display: table;
  margin: 26px auto 0;
}

.pulse {
  animation: pulse 1.9s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 28px 0 54px;
  background: var(--white);
}

.hero-badge {
  display: inline-block;
  background: var(--pink-soft);
  color: var(--pink);
  border: 2px solid rgba(255, 92, 138, .24);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  box-shadow: 3px 3px 0 rgba(255, 92, 138, .12);
}

.highlight {
  display: inline;
  color: #fff;
  background: var(--pink);
  padding: 2px 8px 4px;
  border-radius: 7px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-mockup {
  width: min(100%, 520px);
  min-height: 320px;
  margin: 22px auto 24px;
}

.hero-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  filter: drop-shadow(0 12px 18px rgba(20, 86, 200, .16));
}

.hero-subheadline {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.28rem;
  line-height: 1.45;
  color: var(--text);
  max-width: 720px;
  margin: 0 auto 24px;
  background: #fff;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 2px dashed var(--blue-border);
  box-shadow: 3px 3px 0 rgba(20, 86, 200, .08);
}

.hero-subheadline strong {
  color: var(--green);
  font-weight: 800;
}

.hero-price-wrap {
  max-width: 520px;
  margin: 0 auto 22px;
  background: #fff;
  border: none;
  border-radius: var(--radius-l);
  padding: 18px;
  box-shadow: none;
}

.hero-price-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 800;
}

.hero-old-price {
  color: #E63946;
  text-decoration: line-through;
}

.hero-price-text {
  color: var(--text);
}

.hero-plan-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.new-price {
  display: block;
  color: var(--green);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: clamp(3.2rem, 13vw, 4rem);
  font-weight: 800;
  line-height: .95;
}

.hero-checks {
  max-width: 620px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.hero-check {
  background: #fff;
  border: 2px solid var(--blue-border);
  border-radius: 13px;
  padding: 12px 18px;
  font-weight: 800;
  color: var(--text);
  box-shadow: 3px 3px 0 rgba(20, 86, 200, .07);
}

/* FALLBACK DE IMAGEM */
.mockup-box {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 18px;
  overflow: hidden;
}

.mockup-fallback {
  display: none;
  width: 100%;
  min-height: 310px;
  background: #fff;
  border: 2px solid var(--blue-border);
  border-radius: 18px;
  padding: 28px 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: var(--shadow-card);
}

.mockup-fallback span,
.mockup-fallback small {
  display: inline-block;
  color: var(--text-light);
  font-weight: 800;
}

.mockup-fallback strong {
  display: block;
  margin: 7px 0;
  color: var(--blue);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.mockup-box.image-missing img {
  display: none;
}

.mockup-box.image-missing .mockup-fallback {
  display: flex;
}

.mockup-box.small {
  min-height: 210px;
  background: #fff;
  border: 2px solid var(--blue-border);
  box-shadow: none;
}

.mockup-box.small .mockup-fallback {
  min-height: 210px;
  border: 0;
  box-shadow: none;
}

.mockup-box.small .mockup-fallback strong {
  font-size: 1.45rem;
}

/* DEMO / CARROSSEL */
.demo,
.como-funciona,
.bonus,
.faq {
  background: var(--bg);
}

.showcase-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 0 18px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.showcase-carousel::-webkit-scrollbar {
  display: none;
}

.showcase-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 0 max(16px, calc((100vw - var(--container)) / 2));
}

.showcase-item {
  flex: 0 0 300px;
  background: #fff;
  border: 2px solid var(--blue-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  scroll-snap-align: center;
}

.showcase-item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #fff;
}

.showcase-item span {
  display: block;
  text-align: center;
  font-family: 'Fredoka', system-ui, sans-serif;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  padding: 11px 10px;
  background: #fff;
}

/* CARDS */
.conteudo,
.benefits,
.ideal,
.ofertas,
.garantia {
  background: #fff;
}

.receive-grid,
.benefits-grid,
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.receive-card,
.benefit-card,
.bonus-card,
.offer-card,
.step-card,
.guarantee-box,
.faq-item {
  background: #fff;
  border: 2px solid var(--blue-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.receive-card,
.benefit-card {
  padding: 24px;
  text-align: left;
}

.receive-card h3,
.benefit-card h3,
.bonus-card h3,
.offer-card h3 {
  color: var(--blue);
}

.card-sub {
  margin-bottom: 12px;
  color: var(--text-light);
}

.receive-card li,
.bonus-card li,
.offer-list li {
  position: relative;
  padding: 7px 0 7px 28px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.45;
  border-bottom: 1px dashed rgba(20, 86, 200, .12);
}

.receive-card li::before,
.bonus-card li::before,
.offer-list li::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 7px;
  font-size: .95rem;
}

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

.benefit-icon {
  font-size: 2.3rem;
  margin-bottom: 12px;
}

.benefit-card {
  border-top: 5px solid var(--pink);
}

.benefit-card:nth-child(2) { border-top-color: var(--blue); }
.benefit-card:nth-child(3) { border-top-color: var(--green); }
.benefit-card:nth-child(4) { border-top-color: var(--pink); }

/* COMO FUNCIONA */
.steps-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin-top: 28px;
}

.step-card {
  position: relative;
  width: 100%;
  max-width: 260px;
  padding: 42px 18px 24px;
  text-align: center;
}

.step-num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fredoka', system-ui, sans-serif;
  border: 4px solid #fff;
}

.step-icon {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
  color: var(--blue);
  flex: 0 0 28px;
}

/* COMPARATIVO */
.comparativo {
  background: #fff;
}

.table-wrap {
  width: 100%;
  overflow: hidden;
}

.compare-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 2px solid var(--blue-border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.compare-table th {
  font-family: 'Fredoka', system-ui, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  padding: 18px 12px;
  text-transform: uppercase;
}

.compare-table th:first-child {
  background: #f94545;
}

.compare-table th:last-child {
  background: var(--green);
}

.compare-table td {
  width: 50%;
  padding: 14px 12px;
  border-top: 1px solid var(--border);
  font-size: .95rem;
  font-weight: 800;
  vertical-align: top;
  line-height: 1.4;
}

.compare-table td:first-child {
  color: #804250;
  background: #FFF8FA;
}

.compare-table td:last-child {
  color: #23543A;
  background: #F6FFF9;
}

/* IDEAL */
.checklist {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.check-item {
  background: #fff;
  border: 2px solid var(--blue-border);
  border-left: 6px solid var(--green);
  border-radius: 13px;
  padding: 15px 18px;
  font-weight: 850;
  color: var(--text);
  box-shadow: 3px 3px 0 rgba(20, 86, 200, .07);
}

/* URGÊNCIA */
.urgencia {
  background: var(--pink);
  color: #fff;
  text-align: center;
  padding: 42px 0;
}

.urgencia h2 {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
  max-width: 330px;
  margin: 0 auto 18px;
}

.urgencia p {
  color: #fff;
  font-weight: 700;
  max-width: 680px;
  margin: 0 auto;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 24px 0 28px;
  font-family: 'Fredoka', system-ui, sans-serif;
}

.time-block {
  background: #2f9cef;
  border: 2px solid rgba(255, 255, 255, .34);
  border-radius: 14px;
  padding: 12px 18px;
  min-width: 88px;
  text-align: center;
}

.time-block strong {
  display: block;
  font-size: 2.35rem;
  line-height: 1;
  color: #fff;
}

.time-block span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  margin-top: 4px;
  font-weight: 800;
}

.time-sep {
  font-size: 2rem;
  font-weight: 900;
  color: rgba(255, 255, 255, .72);
  margin-top: -15px;
}

/* BÔNUS */
.bonus-card {
  position: relative;
  padding: 22px;
  text-align: left;
}

.bonus-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pink);
  color: #fff;
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.bonus-img {
  margin-bottom: 18px;
}

.bonus-img img,
.offer-mockup img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.free-price {
  margin-top: 14px;
  text-align: left;
  border-top: 1px dashed var(--blue-border);
  padding-top: 12px;
}

.free-price s {
  display: block;
  color: #E63946;
  font-weight: 900;
}

.free-price strong {
  display: block;
  color: var(--green);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}

/* OFERTAS */
.ofertas {
  background: #fff;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 30px;
}

.offer-card {
  padding: 30px 24px 26px;
  position: relative;
  text-align: center;
}

.offer-card.featured {
  border: 3px solid var(--green);
  box-shadow: 0 18px 44px rgba(51, 178, 105, .18);
}

.best-badge {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pink);
  color: #fff;
  border: 4px solid #fff;
  border-radius: 999px;
  padding: 8px 20px;
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(255, 92, 138, .22);
  white-space: nowrap;
}

.offer-desc {
  margin-bottom: 16px;
  font-weight: 750;
}

.offer-mockup {
  margin: 14px auto 18px;
  width: min(100%, 330px);
}

.offer-list {
  margin: 16px 0;
  text-align: left;
}

.offer-list li.muted {
  color: #929EAA;
}

.offer-list li.muted::before {
  content: '❌';
}

.economy {
  display: inline-flex;
  background: var(--green-soft);
  color: var(--green-dark);
  border: 1px solid rgba(51, 178, 105, .28);
  border-radius: 999px;
  padding: 7px 14px;
  font-weight: 900;
  margin: 8px auto 4px;
}

.offer-price {
  margin: 14px 0 18px;
}

.offer-price span {
  display: block;
  color: var(--text-light);
  font-weight: 900;
}

.offer-price s {
  color: #E63946;
}

.offer-price strong {
  display: block;
  color: var(--green);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: clamp(3rem, 10vw, 4rem);
  line-height: .95;
}

/* GARANTIA */
.garantia {
  background: var(--green-soft);
}

.guarantee-box {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-color: rgba(51, 178, 105, .32);
  box-shadow: none;
}

.guarantee-box h2 {
  text-align: left;
  margin-bottom: 8px;
}

.guarantee-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  font-size: 2.25rem;
}

/* FAQ */
.faq-list {
  max-width: 820px;
  margin: 26px auto 0;
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  box-shadow: none;
}

.faq-item button {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 18px 20px;
  text-align: left;
  color: var(--blue);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 850;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.faq-item button::after {
  content: '+';
  color: var(--pink);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-item.active button::after {
  content: '−';
}

.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .24s ease;
}

.faq-content p {
  overflow: hidden;
  padding: 0 20px;
}

.faq-item.active .faq-content {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-content p {
  padding-bottom: 18px;
}

/* CTA FINAL */
.final-cta {
  padding: 60px 0;
  background: var(--bg);
  text-align: center;
}

.final-box {
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--blue-border);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  padding: 32px 22px;
}

.final-box p {
  margin: 0 auto 22px;
  max-width: 620px;
  font-weight: 700;
}

.footer {
  padding: 24px 0;
  background: #fff;
  text-align: center;
  border-top: 1px solid var(--border);
}

.footer p {
  color: var(--text-light);
  font-size: .9rem;
}

/* RESPONSIVO */
@media (max-width: 920px) {
  .receive-grid,
  .bonus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid,
  .offer-grid,
  .guarantee-box {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    flex-direction: column;
    align-items: center;
  }

  .step-arrow {
    transform: rotate(90deg);
    margin: -4px 0;
  }

  .guarantee-box h2,
  .guarantee-box p {
    text-align: center;
  }

  .guarantee-icon {
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .container {
    padding: 0 16px;
  }

  .section {
    padding: 52px 0;
  }

  .urgency-bar {
    font-size: 14px;
    line-height: 1.35;
  }

  .hero {
    padding: 24px 0 46px;
  }

  .hero-badge {
    max-width: 92%;
    font-size: 13px;
  }

  .hero-mockup {
    min-height: 260px;
    margin-top: 18px;
  }

  .hero-subheadline {
    font-size: 1.2rem;
    padding: 16px;
  }

  .hero-price-wrap {
    padding: 17px;
  }

  .hero-plan-price .cta-btn,
  .center-btn {
    width: 100%;
  }

  .receive-grid,
  .benefits-grid,
  .bonus-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .showcase-track {
    padding: 0 12px;
  }

  .showcase-item {
    flex-basis: 82vw;
  }

  .receive-card,
  .benefit-card,
  .bonus-card,
  .offer-card {
    padding: 22px;
  }

  .table-wrap {
    overflow: visible;
  }

  .compare-table th {
  font-size: 1.05rem;
  padding: 16px 10px;
}

.compare-table td {
  font-size: .95rem;
  padding: 15px 10px;
  line-height: 1.45;
}

  .countdown {
    gap: 8px;
  }

  .time-block {
    min-width: 82px;
    padding: 11px 12px;
  }

  .time-block strong {
    font-size: 2.1rem;
  }

  .offer-card.featured {
    margin-top: 22px;
  }

  .best-badge {
    top: -17px;
  }
}


/* Centralizar cards de benefícios */
.benefits-grid {
  justify-items: center;
}

.benefit-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefit-icon {
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card h3 {
  text-align: center;
  width: 100%;
}

.benefit-card p {
  text-align: center;
  width: 100%;
}


/* Aviso abaixo do plano básico */
.basic-alert-down {
  text-align: center;
  margin-top: 18px;
  padding-bottom: 4px;
}

.basic-alert-down p {
  color: #e60012;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 4px;
}

.basic-alert-down strong {
  font-weight: 900;
}

.basic-alert-down span {
  font-weight: 900;
  text-transform: uppercase;
}

.down-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 0.7;
  margin-top: 4px;
}

.down-arrows span {
  color: #e60012;
  font-size: 34px;
  font-weight: 900;
  height: 16px;
  animation: arrowDown 1s infinite;
}

.down-arrows span:nth-child(2) {
  animation-delay: 0.12s;
}

.down-arrows span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes arrowDown {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(4px);
    opacity: 0.75;
  }
}

/* Nome dos planos */
.offer-card h3 {
  color: #111111 !important;
  font-size: 1.55rem;
  font-weight: 900;
  text-align: center;
}


/* Balão dos bônus centralizado */
.bonus-badge {
  background: #FFE600 !important;
  color: #111111 !important;
  font-size: 1rem;
  font-weight: 900;
  padding: 11px 24px;
  border-radius: 999px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 18px auto;
  min-width: 150px;
  text-align: center;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
}





/* Centralizar preço grátis dos bônus */
.free-price {
  text-align: center !important;
  width: 100%;
}

.free-price strong {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}


/* Diminuir seção de urgência */
.urgency {
  padding: 42px 0 !important;
}

/* Diminuir título da seção */
.urgency h2 {
  font-size: 1.0rem !important;
  line-height: 1.25 !important;
  max-width: 320px;
  margin: 0 auto 18px;
}

/* Diminuir contador */
.countdown {
  margin: 18px 0 24px !important;
  gap: 8px;
}

.time-block {
  min-width: 76px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
}

.time-block strong {
  font-size: 1.9rem !important;
}

.time-block span {
  font-size: 0.65rem !important;
}

.time-sep {
  font-size: 1.6rem !important;
}

/* Diminuir botão dentro dessa seção */
.urgency .btn {
  min-height: 50px;
  font-size: 0.9rem;
  padding: 13px 24px;
}

.mockup-box {
  text-align: center;
}

.mockup-item-label {
  display: table;
  margin: 0 auto 16px auto;
  background: #FFE600;
  color: #111111;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 999px;
  text-align: center;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
}

