.kf-kids-section {
  position: relative;
  padding: 38px 0 34px;
  background: #ffffff;
  overflow: hidden;
}

.kf-kids-head {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 24px;
}

.kf-kids-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef8ff 0%, #dff2ff 100%);
  border: 2px solid rgba(51, 176, 254, 0.20);
  color: #1484d2;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 26px rgba(51, 176, 254, 0.12);
  animation: kfBadgeEnter 0.8s ease both;
}

.kf-kids-title {
  margin: 18px 0 12px;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.6px;
  color: #24324a;
  animation: kfTitleEnter 0.95s ease both;
}

.kf-line-1,
.kf-line-2 {
  display: block;
}

.kf-line-1 {
  font-size: 33px;
}

.kf-line-2 {
  font-size: 34px;
}

.kf-word-love {
  color: #ff8a1f;
  margin-right: 6px;
}

.kf-word-brand {
  color: #24324a;
}

.kf-kids-subtitle {
  margin: 0 auto;
  max-width: 330px;
  color: #66748a;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  animation: kfFadeUp 1.1s ease both;
}

/* DECOR */
.kf-kids-decor,
.kf-kids-star {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.kf-kids-decor {
  border-radius: 999px;
  opacity: 0.95;
}

.kf-kids-decor--1 {
  width: 11px;
  height: 11px;
  background: #ffd54a;
  top: 84px;
  left: 24px;
  animation: kfFloatSlow 4.5s ease-in-out infinite;
}

.kf-kids-decor--2 {
  width: 13px;
  height: 13px;
  background: #33b0fe;
  top: 112px;
  right: 36px;
  animation: kfFloatSlow 5.2s ease-in-out infinite;
}

.kf-kids-decor--3 {
  width: 10px;
  height: 10px;
  background: #98d94f;
  top: 210px;
  right: 70px;
  animation: kfFloatSlow 4.8s ease-in-out infinite;
}

.kf-kids-star {
  font-size: 16px;
  color: #ffd54a;
  text-shadow: 0 6px 12px rgba(255, 213, 74, 0.24);
}

.kf-kids-star--1 {
  top: 192px;
  left: 72px;
  animation: kfTwinkle 2.8s ease-in-out infinite;
}

.kf-kids-star--2 {
  top: 244px;
  right: 26px;
  animation: kfTwinkle 3.4s ease-in-out infinite;
}

/* SLIDER */
.kf-kids-slider {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 20px 8px;
}

.kf-kids-slider::-webkit-scrollbar {
  display: none;
}

/* CARD */
.kf-kid-card {
  position: relative;
  flex: 0 0 85%;
  min-height: 250px;
  border-radius: 32px;
  padding: 22px 20px 22px;
  scroll-snap-align: start;
  overflow: hidden;
  box-shadow:
    0 18px 34px rgba(36, 50, 74, 0.08),
    0 6px 14px rgba(36, 50, 74, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.kf-kid-icon-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}

.kf-kid-icon {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.10);
  animation: kfIconFloat 3.3s ease-in-out infinite;
}

.kf-kid-mini-tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.kf-kid-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  max-width: 90%;
  color: #24324a;
  font-family: 'Baloo 2', cursive;
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: -0.4px;
}

.kf-kid-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 88%;
  color: #5f6d81;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.kf-kid-shape {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 150px;
  height: 110px;
  border-radius: 46px;
  transform: rotate(-18deg);
  opacity: 0.55;
}

/* VARIAÇÕES */
.kf-kid-card--orange {
  background: linear-gradient(180deg, #fff6ec 0%, #fff0df 100%);
}
.kf-kid-card--orange .kf-kid-icon {
  background: linear-gradient(135deg, #ff9a2f, #ff7f1d);
}
.kf-kid-card--orange .kf-kid-mini-tag {
  background: rgba(255, 138, 31, 0.14);
  color: #e0740d;
}
.kf-kid-card--orange .kf-kid-shape {
  background: rgba(255, 196, 120, 0.55);
}

.kf-kid-card--blue {
  background: linear-gradient(180deg, #edf8ff 0%, #e5f5ff 100%);
}
.kf-kid-card--blue .kf-kid-icon {
  background: linear-gradient(135deg, #33b0fe, #1d84ea);
}
.kf-kid-card--blue .kf-kid-mini-tag {
  background: rgba(51, 176, 254, 0.14);
  color: #127ccc;
}
.kf-kid-card--blue .kf-kid-shape {
  background: rgba(137, 212, 255, 0.45);
}

.kf-kid-card--green {
  background: linear-gradient(180deg, #f3ffea 0%, #ebffd9 100%);
}
.kf-kid-card--green .kf-kid-icon {
  background: linear-gradient(135deg, #9add58, #73cb43);
}
.kf-kid-card--green .kf-kid-mini-tag {
  background: rgba(138, 217, 74, 0.18);
  color: #509e26;
}
.kf-kid-card--green .kf-kid-shape {
  background: rgba(180, 236, 118, 0.42);
}

.kf-kid-card--yellow {
  background: linear-gradient(180deg, #fffbea 0%, #fff6cb 100%);
}
.kf-kid-card--yellow .kf-kid-icon {
  background: linear-gradient(135deg, #ffc52f, #ffad21);
}
.kf-kid-card--yellow .kf-kid-mini-tag {
  background: rgba(255, 213, 74, 0.20);
  color: #ba8400;
}
.kf-kid-card--yellow .kf-kid-shape {
  background: rgba(255, 223, 129, 0.44);
}

/* DOTS */
.kf-kids-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 0 0;
}

.kf-kids-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d7e5ef;
  transition: all 0.25s ease;
}

.kf-kids-dot.is-active {
  width: 24px;
  background: #33b0fe;
}

/* ANIMAÇÕES */
@keyframes kfBadgeEnter {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kfTitleEnter {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kfFadeUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kfIconFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes kfFloatSlow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes kfTwinkle {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.65;
  }
}

/* DESKTOP */
@media (min-width: 768px) {
  .kf-kids-section {
    padding: 54px 0 44px;
  }

  .kf-line-1,
  .kf-line-2 {
    font-size: 54px;
  }

  .kf-kids-subtitle {
    max-width: 640px;
    font-size: 17px;
  }

  .kf-kids-slider {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kf-kid-card {
    flex: 0 0 360px;
    min-height: 280px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
  }

  .kf-kid-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 22px 40px rgba(36, 50, 74, 0.10),
      0 8px 18px rgba(36, 50, 74, 0.06);
  }

  .kf-kid-card h3 {
    font-size: 34px;
  }

  .kf-kid-card p {
    font-size: 15px;
  }
}
.kf-kids-section {
  position: relative;
  padding: 26px 0 22px;
  background: #ffffff;
  overflow: hidden;
}

.kf-kids-head {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 16px;
}

.kf-kids-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef8ff 0%, #dff2ff 100%);
  border: 2px solid rgba(51, 176, 254, 0.20);
  color: #1484d2;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 20px rgba(51, 176, 254, 0.10);
  animation: kfBadgeEnter 0.8s ease both;
}

.kf-kids-title {
  margin: 12px 0 10px;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.5px;
  color: #24324a;
  animation: kfTitleEnter 0.95s ease both;
}

.kf-line-1 {
  display: block;
  font-size: 28px;
}

.kf-line-2 {
  display: block;
  font-size: 29px;
}

.kf-kids-subtitle {
  margin: 0 auto;
  max-width: 320px;
  color: #66748a;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  animation: kfFadeUp 1.1s ease both;
}

.kf-kids-slider {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 20px 8px 28px;
}

.kf-kids-slider::-webkit-scrollbar {
  display: none;
}

.kf-kid-card {
  position: relative;
  flex: 0 0 82%;
  min-height: 215px;
  border-radius: 28px;
  padding: 18px 18px 18px;
  scroll-snap-align: start;
  overflow: hidden;
  box-shadow:
    0 14px 26px rgba(36, 50, 74, 0.07),
    0 4px 10px rgba(36, 50, 74, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.kf-kid-icon-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.kf-kid-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  animation: kfIconFloat 3.3s ease-in-out infinite;
}

.kf-kid-mini-tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.kf-kid-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 8px;
  max-width: 92%;
  color: #24324a;
  font-family: 'Baloo 2', cursive;
  font-size: 24px;
  line-height: 0.95;
  letter-spacing: -0.3px;
}

.kf-kid-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 90%;
  color: #5f6d81;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.kf-kid-shape {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 120px;
  height: 88px;
  border-radius: 38px;
  transform: rotate(-18deg);
  opacity: 0.5;
}

.kf-kids-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 6px 0 0;
}

.kf-kids-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d7e5ef;
  transition: all 0.25s ease;
}

.kf-kids-dot.is-active {
  width: 24px;
  background: #33b0fe;
}

.kf-kids-decor--1 {
  width: 9px;
  height: 9px;
  top: 72px;
  left: 22px;
}

.kf-kids-decor--2 {
  width: 11px;
  height: 11px;
  top: 100px;
  right: 30px;
}

.kf-kids-decor--3 {
  width: 9px;
  height: 9px;
  top: 188px;
  right: 62px;
}

.kf-kids-star--1 {
  top: 176px;
  left: 64px;
  font-size: 14px;
}

.kf-kids-star--2 {
  top: 228px;
  right: 22px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .kf-kids-section {
    padding: 42px 0 34px;
  }

  .kf-kids-head {
    margin-bottom: 20px;
  }

  .kf-line-1,
  .kf-line-2 {
    font-size: 46px;
  }

  .kf-kids-subtitle {
    max-width: 580px;
    font-size: 15px;
  }

  .kf-kids-slider {
    padding: 10px 32px 10px 40px;
  }

  .kf-kid-card {
    flex: 0 0 330px;
    min-height: 245px;
    padding: 20px;
  }

  .kf-kid-card h3 {
    font-size: 30px;
  }

  .kf-kid-card p {
    font-size: 14px;
  }
}
.kf-kid-card:first-child {
  margin-left: 16px;
}.kf-kid-card {
  scroll-snap-align: center;
}.kf-kids-slider {
  padding: 8px 16px;
}

.kf-kid-card {
  flex: 0 0 85%;
  scroll-snap-align: center;
}
.kf-kid-card {
  transform: scale(0.96) translateY(6px);
  opacity: 0.88;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
  filter: saturate(0.96);
}

.kf-kid-card.is-active {
  transform: scale(1) translateY(0);
  opacity: 1;
  filter: saturate(1);
  box-shadow:
    0 22px 38px rgba(36, 50, 74, 0.10),
    0 8px 18px rgba(36, 50, 74, 0.06);
}

.kf-kid-card .kf-kid-icon {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kf-kid-card.is-active .kf-kid-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
}

.kf-kid-card h3,
.kf-kid-card p,
.kf-kid-card .kf-kid-mini-tag {
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.kf-kid-card.is-active h3,
.kf-kid-card.is-active p,
.kf-kid-card.is-active .kf-kid-mini-tag {
  transform: translateY(0);
  opacity: 1;
}

.kf-kid-card h3,
.kf-kid-card p,
.kf-kid-card .kf-kid-mini-tag {
  transform: translateY(4px);
  opacity: 0.96;
}

