/* =========================================================
   KIT FONO KIDS - CSS
   Palette finale:
   Bleu: #1456C8 | Rose: #FF5C8A | Vert: #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;
}

/* BARRE D’URGENCE */
.urgency-bar {
  background: linear-gradient(90deg, #e88dd7, #b18eed);
  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;
}

/* BOUTONS */
.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;
  line-height: 1.15;
  white-space: normal;

  box-shadow: 0 7px 0 var(--green-dark), 0 14px 24px rgba(51, 178, 105, .24);
  transition: box-shadow .2s ease;
}

.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: 'Quicksand', system-ui, sans-serif;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--text);
  max-width: 720px;
  margin: 0 auto 24px;
  background: #fff;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: none;
  box-shadow: none;
}

.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 D’IMAGE */
.mockup-box {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
}

.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;
}


/* DÉMO / CARROUSEL */
.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 22px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.showcase-carousel::-webkit-scrollbar {
  display: none;
}

.showcase-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: max-content;
}

/* Os cards ficam dentro de grupos duplicados */
.showcase-group {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 16px;
  padding-right: 16px;
}

/* Carrossel automático */
.showcase-carousel.auto-carousel {
  overflow: hidden;
  padding-left: max(16px, calc((100vw - var(--container)) / 2));
}

.showcase-track.auto-carousel-track {
  animation: showcaseAutoScroll 80s linear infinite;
  will-change: transform;
}

.showcase-carousel.auto-carousel:hover .showcase-track.auto-carousel-track {
  animation-play-state: paused;
}

@keyframes showcaseAutoScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.showcase-item {
  flex: 0 0 300px;
  width: 300px;
  max-width: 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 {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 8px;
}

.showcase-item span {
  display: block;
  min-height: 48px;
  text-align: center;
  font-family: 'Fredoka', system-ui, sans-serif;
  color: var(--blue);
  font-size: .92rem;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  padding: 12px 10px;
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .showcase-carousel.auto-carousel {
    overflow-x: auto;
  }

  .showcase-track.auto-carousel-track {
    animation: none;
    will-change: auto;
  }
}

@media (max-width: 680px) {
  .showcase-carousel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 0 22px;
  }

  .showcase-carousel.auto-carousel {
    overflow: hidden;
    padding-left: 16px;
  }

  .showcase-group {
    gap: 14px;
    padding-right: 14px;
  }

  .showcase-item {
    flex: 0 0 82vw;
    width: 82vw;
    max-width: 340px;
  }

  .showcase-item img {
    height: 315px;
    padding: 7px;
  }
}

@media (max-width: 420px) {
  .showcase-item {
    flex-basis: 84vw;
    width: 84vw;
  }

  .showcase-item img {
    height: 295px;
  }
}



/* 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);
  justify-items: center;
}

.benefit-icon {
  font-size: 2.3rem;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card {
  border-top: 5px solid var(--pink);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.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); }

.benefit-card h3 {
  text-align: center;
  width: 100%;
}

.benefit-card p {
  text-align: center;
  width: 100%;
}

/* COMMENT ÇA MARCHE */
.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;
}

/* COMPARATIF */
.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;
}

/* IDÉAL */
.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);
}

/* URGENCE */
.urgencia {
  background: var(--pink);
  color: #fff;
  text-align: center;
  padding: 42px 0 !important;
}

.urgencia h2 {
  color: #fff;
  font-size: 1.0rem !important;
  line-height: 1.25 !important;
  max-width: 320px;
  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: 8px;
  margin: 18px 0 24px !important;
  font-family: 'Fredoka', system-ui, sans-serif;
}

.time-block {
  background: #2f9cef;
  border: 2px solid rgba(255, 255, 255, .34);
  border-radius: 12px !important;
  padding: 10px 12px !important;
  min-width: 76px !important;
  text-align: center;
}

.time-block strong {
  display: block;
  font-size: 1.9rem !important;
  line-height: 1;
  color: #fff;
}

.time-block span {
  display: block;
  font-size: 0.65rem !important;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  margin-top: 4px;
  font-weight: 800;
}

.time-sep {
  font-size: 1.6rem !important;
  font-weight: 900;
  color: rgba(255, 255, 255, .72);
  margin-top: -15px;
}

.urgencia .cta-btn {
  min-height: 50px;
  font-size: 0.9rem;
  padding: 13px 24px;
}

/* BONUS */
.bonus-card {
  position: relative;
  padding: 22px;
  text-align: left;
}

.bonus-badge {
  background: #FFE600 !important;
  color: #111111 !important;
  font-family: 'Fredoka', system-ui, sans-serif;
  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;
  line-height: 1.1;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
}

.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: center !important;
  border-top: 1px dashed var(--blue-border);
  padding-top: 12px;
  width: 100%;
}

.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;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

/* OFFRES */
.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;
  text-align: center;
}

.offer-price > span {
  display: block;
  color: var(--text-light);
  font-weight: 900;
  margin-bottom: 14px;
}

.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;
}

.offer-card h3 {
  color: #111111 !important;
  font-size: 1.55rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
}

/* PRIX / OFFRE */
.access-callout {
  width: min(100%, 300px);
  margin: 0 auto 18px;
  padding: 15px 18px;
  background: #F0FFF6;
  border: 1.5px solid #BFEBD0;
  border-radius: 16px;
  color: #087A3E;
  font-weight: 800;
  line-height: 1.35;
  font-size: 0.98rem;
}

.access-callout strong {
  display: inline;
  color: #087A3E;
  font-size: inherit;
  line-height: inherit;
  font-family: 'Quicksand', system-ui, sans-serif;
}

.offer-price .main-price {
  display: block;
  color: var(--green);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: clamp(3.4rem, 13vw, 4.4rem);
  line-height: .9;
  font-weight: 900;
  margin: 8px 0 10px;
}

.installment-line {
  color: var(--blue);
  font-size: 0.96rem;
  font-weight: 600;
  margin-top: 4px;
}

.economy-line {
  display: block;
  color: var(--green);
  font-weight: 900;
  font-size: 1.05rem;
  margin: 18px auto 18px;
  text-align: center;
}

.payment-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 90%;
  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #F7FFF9;
  border: 1.5px solid #BFEBD0;
  color: #119653;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

/* Neutraliza estilos antigos, se existirem */
.offer-card .offer-badges,
.offer-card .offer-badge {
  all: unset;
}

/* GARANTIE */
.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;
}

/* TÉMOIGNAGES EN CARROUSEL */
.testimonials {
  background: #FFFDF8;
  overflow: hidden;
}

.testimonials-carousel-wrap {
  position: relative;
  margin-top: 34px;
}

.testimonials-carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 4px 18px;
}

.testimonials-carousel::-webkit-scrollbar {
  display: none;
}

.testimonials-track {
  display: flex;
  gap: 18px;
  width: max-content;
}

.testimonial-card {
  flex: 0 0 390px;
  scroll-snap-align: center;
  background: #fff;
  border: 2px solid var(--blue-border);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(20, 86, 200, 0.08);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.testimonial-photo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex: 0 0 58px;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(20, 86, 200, 0.15);
}

.testimonial-card h3 {
  color: var(--blue);
  font-size: 1.05rem;
  margin-bottom: 2px;
  text-align: left;
}

.testimonial-card span {
  display: block;
  color: var(--text-light);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.stars {
  color: #FFB800;
  font-size: 0.95rem;
  letter-spacing: 1px;
  margin-top: 4px;
}

.testimonial-card p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 600;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--blue-border);
  background: #fff;
  color: var(--blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(20, 86, 200, 0.12);
}

.testimonial-prev {
  left: -12px;
}

.testimonial-next {
  right: -12px;
}

/* ANCIEN CARROUSEL DE TÉMOIGNAGES - SI UTILISÉ */
.depoimentos {
  background: #F7F6FF;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.depoimentos h2 {
  color: #1f2b3d;
  margin-bottom: 34px;
}

.depoimentos h2 span {
  color: #7257F4;
}

.depoimentos-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}

.depoimentos-track {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: max-content;
  padding: 0 22px;
  animation: depoimentosScroll 26s linear infinite;
}

.depoimento-card {
  flex: 0 0 520px;
  border-radius: 18px;
  overflow: hidden;
  background: #EAF2FF;
  padding: 6px;
  box-shadow: 0 10px 24px rgba(20, 86, 200, 0.10);
}

.depoimento-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 14px;
}

@keyframes depoimentosScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 11px));
  }
}

/* MODAL UPSELL - KIT FONO KIDS - VERSION STABLE */
.fono-modal-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.58);
  z-index: 9999;

  display: none;
  align-items: center;
  justify-content: center;

  padding: 14px;
  overflow: hidden;
}

.fono-modal-content {
  position: relative;
  width: 100%;
  max-width: 380px;
  max-height: 92vh;

  background: #ffffff;
  border-radius: 22px;
  padding: 36px 18px 22px;
  text-align: center;

  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);

  animation: none !important;
  transform: none !important;
}

.fono-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;

  width: 34px;
  height: 34px;

  border: none;
  border-radius: 50%;
  background: #eeeeee;
  color: #777777;

  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
}

.fono-modal-content h2 {
  color: var(--green);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 1.16rem;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fono-modal-sub {
  color: #6b6b6b;
  font-size: 0.92rem;
  line-height: 1.38;
  font-weight: 600;
  margin-bottom: 10px;
}

.fono-modal-sub strong {
  color: #555555;
  font-weight: 900;
}

.fono-modal-more {
  color: #555555;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.fono-modal-more strong {
  color: var(--green);
  font-weight: 900;
}

.fono-modal-old-price {
  display: inline-block;
  color: #e63946;
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.fono-modal-price {
  color: var(--green);
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 12px;
}

.fono-modal-list {
  background: var(--green-soft);
  border: 1.8px dashed var(--green);
  border-radius: 14px;
  padding: 11px 12px;
  margin-bottom: 16px;
  text-align: left;
}

.fono-modal-list div {
  color: var(--text);
  font-size: 0.81rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 7px;
}

.fono-modal-list div:last-child {
  margin-bottom: 0;
}

.fono-modal-cta {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 54px;

  background: var(--green);
  color: #ffffff;

  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.75);

  box-shadow: 0 7px 0 var(--green-dark), 0 14px 24px rgba(51, 178, 105, 0.24);

  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;

  padding: 12px 12px;
  margin-bottom: 12px;
  text-align: center;

  animation: none !important;
  transform: none !important;
}

.fono-modal-cta:active {
  transform: translateY(2px) !important;
  box-shadow: 0 3px 0 var(--green-dark), 0 10px 18px rgba(51, 178, 105, 0.18);
}

.fono-modal-decline {
  display: inline-block;
  color: #6b6b6b;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: underline;
  line-height: 1.35;
}

/* RESPONSIVE */
@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: 20px 0 42px;
  }

  .hero-badge {
    max-width: 92%;
    font-size: 13px;
  }

  .hero-mockup {
    min-height: 150px;
    margin-top: 10px;
  }

  .hero-subheadline {
    font-size: 1.05rem;
    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-carousel {
    overflow-x: auto;
    overflow-y: visible;
    padding: 14px 0 24px;
  }

  .showcase-track {
    padding: 0 12px;
  }

  .showcase-item {
    flex: 0 0 82vw;
    height: auto;
  }

  .showcase-item img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .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;
  }

  .access-callout {
    width: min(100%, 280px);
    padding: 14px 16px;
    font-size: 0.94rem;
    margin-bottom: 16px;
  }

  .offer-price .main-price {
    font-size: clamp(3.2rem, 16vw, 4rem);
  }

  .economy-line {
    font-size: 1rem;
    margin: 16px auto;
  }

  .payment-badge {
    font-size: 0.82rem;
    padding: 8px 16px;
  }

  .testimonials-carousel-wrap {
    margin-top: 28px;
  }

  .testimonials-track {
    gap: 14px;
  }

  .testimonial-card {
    flex: 0 0 84vw;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .testimonial-photo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .testimonial-card p {
    font-size: 0.96rem;
  }

  .testimonial-arrow {
    display: none;
  }

  .depoimentos {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .depoimentos h2 {
    font-size: 1.75rem;
    margin-bottom: 26px;
  }

  .depoimentos-track {
    gap: 14px;
    padding: 0 14px;
    animation-duration: 22s;
  }

  .depoimento-card {
    flex: 0 0 88vw;
    border-radius: 14px;
  }

  .depoimento-card img {
    width: 100%;
    height: auto;
  }
}

/* PETIT MOBILE */
@media (max-width: 420px) {
  .cta-btn {
    font-size: 0.9rem;
    padding-left: 18px;
    padding-right: 18px;
  }

  .fono-modal-overlay {
    padding: 10px;
  }

  .fono-modal-content {
    max-width: 100%;
    max-height: 94vh;
    border-radius: 18px;
    padding: 32px 14px 18px;
  }

  .fono-modal-content h2 {
    font-size: 0.98rem;
  }

  .fono-modal-sub,
  .fono-modal-more {
    font-size: 0.84rem;
  }

  .fono-modal-price {
    font-size: 1.55rem;
  }

  .fono-modal-list div {
    font-size: 0.76rem;
  }

  .fono-modal-cta {
    min-height: 50px;
    font-size: 0.74rem;
  }
}



/* ========================================================= 
   AJUSTE PRIMEIRA DOBRA MOBILE - HERO MAIS COMPACTO
   Mostra barra, headline, mockup, subheadline e botão sem rolar
   ========================================================= */

@media (max-width: 680px) {
  .urgency-bar {
    padding: 7px 10px !important;
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  .hero {
    padding: 10px 0 22px !important;
  }

  .hero .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero h1 {
    font-size: clamp(1.62rem, 7.2vw, 2rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
    margin: 0 auto 8px !important;
    max-width: 360px !important;
  }

  .hero-mockup {
    width: min(86vw, 305px) !important;
    min-height: auto !important;
    margin: 6px auto 8px !important;
  }

  .hero-img {
    width: 100% !important;
    max-height: 255px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    filter: drop-shadow(0 7px 10px rgba(20, 86, 200, .13)) !important;
  }

  .hero-subheadline {
    font-size: 0.86rem !important;
    line-height: 1.28 !important;
    padding: 0 4px !important;
    margin: 0 auto 10px !important;
    max-width: 350px !important;
    background: transparent !important;
  }

  .hero-subheadline strong {
    font-weight: 900 !important;
  }

  .hero .cta-btn {
    max-width: 315px !important;
    min-height: 48px !important;
    padding: 12px 20px !important;
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
    box-shadow: 0 5px 0 var(--green-dark), 0 10px 18px rgba(51, 178, 105, .20) !important;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(1.45rem, 7vw, 1.75rem) !important;
    margin-bottom: 6px !important;
  }

  .hero-mockup {
    width: min(82vw, 280px) !important;
    margin-bottom: 7px !important;
  }

  .hero-img {
    max-height: 230px !important;
  }

  .hero-subheadline {
    font-size: 0.8rem !important;
    line-height: 1.24 !important;
    margin-bottom: 9px !important;
  }

  .hero .cta-btn {
    min-height: 46px !important;
    font-size: 0.82rem !important;
  }
}

@media (max-width: 360px) {
  .urgency-bar {
    font-size: 10.8px !important;
    padding: 6px 8px !important;
  }

  .hero {
    padding-top: 8px !important;
  }

  .hero-mockup {
    width: min(78vw, 250px) !important;
  }

  .hero-img {
    max-height: 210px !important;
  }

  .hero-subheadline {
    font-size: 0.76rem !important;
  }
}
/* Liens e-mail (contact / aide) */
a[href^="mailto:"] {
  color: var(--green-dark);
  text-decoration: underline;
  font-weight: 700;
}

/* Carrousel témoignages : glisser sans sélection de texte */
.testimonials-carousel {
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}
.testimonials-carousel:active {
  cursor: grabbing;
}
