:root {
  --kids-ink: #312537;
  --kids-muted: #7b6879;
  --kids-rose: #c47da2;
  --kids-rose-deep: #ae5f8a;
  --kids-pink: #ffe0ee;
  --kids-blue: #ccecff;
  --kids-mint: #d8f2ff;
  --kids-yellow: #e7b85e;
  --kids-lilac: #cab8ff;
  --kids-dark: #1e1620;
}

html {
  scroll-behavior: smooth;
}

body.kids-page,
body.babyshower-page {
  background:
    radial-gradient(circle at 9% 5%, rgba(255, 216, 236, 0.88), transparent 26%),
    radial-gradient(circle at 88% 6%, rgba(183, 234, 217, 0.70), transparent 28%),
    linear-gradient(180deg, #fff9fd 0%, #fff6fb 42%, #fffafc 100%);
  color: var(--kids-ink);
  font-family: "Poppins", system-ui, sans-serif;
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -120px;
  z-index: 99999;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--kids-rose-deep);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
  transition: top 0.25s ease;
}

.skip-link:focus {
  top: 16px;
}

/* LOADING BABY SHOWER */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 216, 236, 0.94), transparent 30%),
    radial-gradient(circle at 82% 74%, rgba(183, 234, 217, 0.76), transparent 34%),
    linear-gradient(135deg, #fff7fb 0%, #f8f6ff 100%);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader-party-bg,
.page-party-effects,
.catalog-party-effects,
.kids-custom-fun {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.loader-party-bg {
  z-index: 1;
}

.kids-loader {
  position: relative;
  z-index: 3;
  width: min(410px, calc(100vw - 42px));
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 28px 26px 34px;
}

.kids-loader-lottie {
  width: 300px;
  height: 300px;
}

.kids-loader-typing {
  width: 25ch;
  overflow: hidden;
  white-space: nowrap;
  color: var(--kids-rose-deep);
  font-family: "Baloo 2", "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  border-right: 3px solid var(--kids-rose-deep);
  animation:
    typingLoader 3.2s steps(25) infinite alternate,
    cursorBlink 0.75s step-end infinite;
}

.kids-loader p {
  margin: 0;
  color: var(--kids-muted);
  font-weight: 800;
  text-align: center;
}

/* CONFETI, BURBUJAS Y FUEGOS */
.loader-confetti,
.page-confetti {
  position: absolute;
  width: 12px;
  height: 18px;
  border-radius: 4px;
  opacity: 0.82;
  animation: confettiFall 6s linear infinite;
}

.loader-confetti--1,
.page-confetti--1 { left: 10%; top: -10%; background: #ff8fb5; animation-delay: 0s; }

.loader-confetti--2,
.page-confetti--2 { left: 25%; top: -12%; background: #ffd36f; animation-delay: 1.2s; animation-duration: 7s; }

.loader-confetti--3,
.page-confetti--3 { left: 48%; top: -10%; background: #8dd7ff; animation-delay: 0.6s; animation-duration: 5.6s; }

.loader-confetti--4,
.page-confetti--4 { left: 70%; top: -12%; background: #cab8ff; animation-delay: 1.7s; animation-duration: 6.8s; }

.loader-confetti--5,
.page-confetti--5 { left: 88%; top: -10%; background: #b7ead9; animation-delay: 0.9s; animation-duration: 7.4s; }

.page-confetti--6 { left: 58%; top: -10%; background: #ffab9d; animation-delay: 2.1s; animation-duration: 6.2s; }

.loader-bubble,
.page-bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  box-shadow: inset 0 0 18px rgba(255,255,255,0.25);
  animation: bubbleRise 9s ease-in-out infinite;
}

.loader-bubble--1,
.page-bubble--1 { width: 120px; height: 120px; left: 6%; bottom: -80px; }

.loader-bubble--2,
.page-bubble--2 { width: 80px; height: 80px; right: 9%; bottom: -70px; animation-delay: 2s; }

.loader-firework,
.page-firework {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffd36f;
  box-shadow:
    0 -34px 0 #ffd36f,
    0 34px 0 #ff8fb5,
    34px 0 0 #8dd7ff,
    -34px 0 0 #cab8ff,
    24px 24px 0 #b7ead9,
    -24px -24px 0 #ffab9d,
    24px -24px 0 #fff1a6,
    -24px 24px 0 #ff8fb5;
  animation: fireworkBurst 2.6s ease-out infinite;
}

.loader-firework--1,
.page-firework--1 { left: 18%; top: 24%; }

.loader-firework--2,
.page-firework--2 { right: 16%; top: 32%; animation-delay: 1.2s; }

/* HERO */
.kids-hero-collage {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--kids-dark);
}

.kids-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.kids-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.94);
  transform: scale(1.01);
}

.kids-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 20% 35%, rgba(63, 178, 255, 0.15), transparent 22%),
    radial-gradient(circle at 82% 68%, rgba(255, 216, 236, 0.13), transparent 22%),
    linear-gradient(90deg, rgba(20, 14, 22, 0.83) 0%, rgba(20, 14, 22, 0.58) 45%, rgba(20, 14, 22, 0.84) 100%);
}

.kids-hero-collage .container {
  position: relative;
  z-index: 6;
}

.page-party-effects {
  z-index: 3;
}

.kids-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 66px);
}

.kids-hero-gallery {
  position: relative;
  min-height: 545px;
}

.kids-hero-phone {
  position: absolute;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.kids-hero-phone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 32px 58px rgba(0, 0, 0, 0.34));
}

.kids-hero-phone--back {
  left: 2%;
  top: 86px;
  width: min(330px, 30vw);
  height: 438px;
  z-index: 1;
  transform: rotate(-4deg);
  animation: heroBackFloat 6.2s ease-in-out infinite;
}

.kids-hero-phone--front {
  left: 36%;
  top: 0;
  width: min(355px, 32vw);
  height: 482px;
  z-index: 3;
  transform: rotate(3deg);
  animation: heroFrontFloat 5.8s ease-in-out infinite;
}

.kids-signature {
  position: absolute;
  left: 18%;
  bottom: 0;
  z-index: 4;
  padding: 12px 26px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255,255,255,0.22);
  font-family: "Baloo 2", "Poppins", sans-serif;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.kids-hero-content {
  max-width: 710px;
  margin-left: auto;
  text-align: center;
}

.kids-line {
  width: 84px;
  height: 6px;
  display: block;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.8);
}

.kids-kicker {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 900;
}

.kids-hero-content h1 {
  margin: 0 0 22px;
  font-family: "Baloo 2", "Poppins", sans-serif;
  font-size: clamp(2.65rem, 5.25vw, 5.3rem);
  line-height: 0.94;
  font-weight: 800;
}

.kids-hero-content p {
  margin: 0 auto 30px;
  max-width: 640px;
  color: rgba(255,255,255,0.84);
  font-size: 1.05rem;
  line-height: 1.8;
}

/* BOTONES ESTILO CTA */
.bt-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  isolation: isolate;
  padding: 19px 22px;
  color: inherit;
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bt-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  transform: translateY(-50%);
  background: rgba(255, 171, 157, 0.52);
  transition: all 0.3s ease;
}

.bt-cta span {
  position: relative;
  font-size: 0.92rem;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  vertical-align: middle;
}

.bt-cta svg {
  position: relative;
  top: 0;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.bt-cta:hover::before {
  width: 100%;
  background: #ffab9d;
}

.bt-cta:hover svg {
  transform: translateX(0);
}

.bt-cta:active {
  transform: scale(0.96);
}

.bt-cta--light {
  color: #fff;
}

.bt-cta--light svg {
  stroke: #fff;
}

.bt-cta--dark,
.bt-cta--modal,
.bt-cta--modal-buy {
  color: var(--kids-ink);
}

.bt-cta--dark svg,
.bt-cta--modal svg,
.bt-cta--modal-buy svg {
  stroke: var(--kids-ink);
}

.bt-cta--dark::before,
.bt-cta--modal::before {
  background: rgba(189, 111, 151, 0.24);
}

.bt-cta--dark:hover::before,
.bt-cta--modal:hover::before {
  background: rgba(189, 111, 151, 0.42);
}

.bt-cta--modal-buy::before {
  background: rgba(125, 103, 255, 0.22);
}

.bt-cta--modal-buy:hover::before {
  background: rgba(125, 103, 255, 0.36);
}

/* LOTTIE */
.kids-hero-lottie,
.kids-catalog-bg-lottie {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  opacity: 0.16;
}

.kids-hero-lottie dotlottie-wc,
.kids-catalog-bg-lottie dotlottie-wc {
  width: 280px;
  height: 280px;
}

.kids-hero-lottie--one {
  left: 1%;
  top: 8%;
}

.kids-hero-lottie--two {
  right: 2%;
  bottom: 8%;
}

/* DECORACIONES */
.kids-fun-decor {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.fun-shape,
.fun-icon,
.rainbow {
  position: absolute;
}

.bubble {
  border-radius: 50%;
  background: rgba(69, 169, 255, 0.22);
  animation: floatBubble 8s ease-in-out infinite;
}

.bubble-1 { width: 120px; height: 120px; left: 5%; top: 16%; }
.bubble-2 { width: 92px; height: 92px; right: 14%; bottom: 14%; background: rgba(69, 169, 255, 0.18); animation-delay: 1s; }
.bubble-3 { width: 64px; height: 64px; right: 8%; top: 12%; background: rgba(255, 227, 95, 0.18); animation-delay: 2s; }

.fun-icon {
  font-size: 1.6rem;
  opacity: 0.85;
}

.sparkle {
  color: #ffd95a;
  animation: sparkleMove 4s ease-in-out infinite;
}

.sparkle-1 { left: 24%; top: 16%; }
.sparkle-2 { right: 22%; top: 22%; animation-delay: 1s; }
.sparkle-3 { left: 53%; bottom: 17%; animation-delay: 1.5s; }

.rocket {
  color: #8dd7ff;
  animation: rocketFly 7s linear infinite;
}

.rocket-1 { left: 9%; bottom: 18%; }
.rocket-2 { right: 12%; bottom: 25%; animation-delay: 2.5s; }

.butterfly {
  color: #ff8fb5;
  animation: butterflyFly 6s ease-in-out infinite;
}

.butterfly-1 { left: 16%; top: 34%; }
.butterfly-2 { right: 17%; top: 30%; animation-delay: 1.4s; }

.star {
  color: #fff1a6;
  animation: starBlink 2.8s ease-in-out infinite;
}

.star-1 { left: 45%; top: 14%; }
.star-2 { right: 9%; top: 38%; animation-delay: .8s; }
.star-3 { right: 24%; top: 7%; animation-delay: 1.2s; }

.rainbow {
  width: 110px;
  height: 55px;
  border-radius: 110px 110px 0 0;
  border-top: 8px solid #ff7ca8;
  border-left: 8px solid #ffca65;
  border-right: 8px solid #7ddcff;
  opacity: 0.48;
  animation: rainbowFloat 7s ease-in-out infinite;
}

.rainbow-1 { right: 6%; bottom: 8%; transform: rotate(-12deg); }
.rainbow-2 { left: 8%; bottom: 22%; transform: scale(.8) rotate(15deg); animation-delay: 1.5s; }

/* MARQUEE */
.kids-marquee-strip {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background: #110c13;
  color: #fff;
}

.kids-marquee-strip--soft {
  background: linear-gradient(90deg, #1b111a 0%, #251528 100%);
}

.kids-marquee-track {
  display: flex;
  width: max-content;
  gap: 34px;
  align-items: center;
  white-space: nowrap;
  animation: marqueeMove 24s linear infinite;
}

.kids-marquee-track--reverse {
  animation-direction: reverse;
  animation-duration: 28s;
}

.kids-marquee-track span {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.kids-marquee-track i {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: var(--kids-rose);
}

/* CATÁLOGO */
.kids-catalog-editorial-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 216, 236, 0.75), transparent 24%),
    radial-gradient(circle at 90% 20%, rgba(183, 234, 217, 0.55), transparent 26%),
    linear-gradient(180deg, #fffafc 0%, #fff7fb 45%, #fffdfd 100%);
}

.kids-catalog-editorial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 64, 94, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 64, 94, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
}

.kids-catalog-editorial-section .container {
  position: relative;
  z-index: 5;
}

.catalog-party-effects {
  z-index: 2;
}

.kids-catalog-bg-lottie--one {
  left: 1%;
  top: 5%;
}

.kids-catalog-bg-lottie--two {
  right: 2%;
  bottom: 4%;
  transform: rotate(-15deg);
}

.kids-catalog-heading {
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.kids-catalog-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  color: var(--kids-rose-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.kids-catalog-heading h2 {
  margin: 0 0 14px;
  font-family: "Baloo 2", sans-serif;
  color: var(--kids-ink);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 800;
}

.kids-catalog-heading p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--kids-muted);
  line-height: 1.8;
}

.kids-catalog-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 28px;
}

.kids-template-editorial-card {
  position: relative;
  min-height: 690px;
  border: 0;
  border-radius: 34px;
  overflow: hidden;
  background: #150e17;
  box-shadow: 0 26px 70px rgba(81, 50, 77, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kids-template-editorial-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 38px 90px rgba(81, 50, 77, 0.22);
}

.kids-template-editorial-card__img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: #150e17;
  cursor: zoom-in;
}

.kids-template-editorial-card__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}

.kids-template-editorial-card:hover .kids-template-editorial-card__img img {
  transform: scale(1.035);
}

.kids-template-editorial-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(36, 22, 34, 0.04) 0%, rgba(36, 22, 34, 0.10) 48%, rgba(36, 22, 34, 0.90) 100%);
}

.kids-template-editorial-card__shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.25) 48%, transparent 68%);
  transform: translateX(-130%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.kids-template-editorial-card:hover .kids-template-editorial-card__shine {
  transform: translateX(130%);
}

.kids-template-editorial-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 0 28px 28px;
  color: #fff;
  pointer-events: auto;
}

.kids-template-editorial-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.74);
  font-size: 0.80rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kids-template-editorial-card__title {
  margin: 0 0 12px;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.kids-template-editorial-card__text {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.84);
  line-height: 1.65;
}
.kids-template-editorial-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.kids-template-card-btn {
  width: min(260px, 100%);
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.kids-template-card-btn--view {
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(10px);
}

.kids-template-card-btn--view:hover {
  color: var(--kids-rose-deep);
  background: #fff;
  transform: translateY(-3px);
}

.kids-template-card-btn--buy {
  background: linear-gradient(135deg, #bd6f97, #b55786);
  box-shadow: 0 14px 28px rgba(181, 87, 134, 0.34);
}

.kids-template-card-btn--buy:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(181, 87, 134, 0.44);
}

.hidden-template-id {
  display: none !important;
}

.kids-catalog-deco {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.kids-deco {
  position: absolute;
  font-size: clamp(1.5rem, 2.4vw, 3rem);
  opacity: 0.36;
  animation: kidsDecoFloat 8s ease-in-out infinite;
}

.kids-deco--one { top: 12%; left: 7%; color: #ffb84d; }
.kids-deco--two { top: 24%; right: 8%; color: #9ee7ff; animation-delay: 1s; }
.kids-deco--three { bottom: 16%; left: 6%; color: #ff8fc0; animation-delay: 1.8s; }
.kids-deco--four { bottom: 24%; right: 12%; color: #7d67ff; animation-delay: 2.6s; }
.kids-deco--five { top: 50%; left: 4%; color: #8dd7ff; animation-delay: 0.7s; }
.kids-deco--six { top: 44%; right: 5%; color: #ff8fb5; animation-delay: 1.4s; }

.kids-balloon {
  position: absolute;
  width: 42px;
  height: 54px;
  border-radius: 50% 50% 46% 46%;
  background: linear-gradient(135deg, #ff8fc0, #ffd8ec);
  opacity: 0.46;
  animation: balloonFloat 10s ease-in-out infinite;
}

.kids-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 42px;
  background: rgba(181, 87, 134, 0.34);
}

.kids-balloon--one { left: 17%; top: 16%; }
.kids-balloon--two { right: 19%; top: 58%; background: linear-gradient(135deg, #9ee7ff, #cab8ff); animation-delay: 2s; }

.kids-rainbow-line {
  position: absolute;
  left: 50%;
  top: 7%;
  width: 160px;
  height: 78px;
  border-radius: 160px 160px 0 0;
  border-top: 10px solid rgba(255, 124, 168, 0.36);
  border-left: 10px solid rgba(255, 202, 101, 0.32);
  border-right: 10px solid rgba(125, 220, 255, 0.32);
  transform: translateX(-50%) rotate(8deg);
  animation: rainbowFloat 8s ease-in-out infinite;
}

/* DISEÑO PERSONALIZADO TIPO HERO LIMPIO */
.kids-custom-hero-section {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #171117;
}

.kids-custom-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.kids-custom-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.1) saturate(0.82);
}

.kids-custom-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(18, 14, 18, 0.82) 0%, rgba(18, 14, 18, 0.62) 48%, rgba(18, 14, 18, 0.30) 100%),
    linear-gradient(180deg, rgba(18, 14, 18, 0.10) 0%, rgba(18, 14, 18, 0.72) 100%);
}

.kids-custom-hero-section .container {
  position: relative;
  z-index: 5;
}

.kids-custom-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}

.kids-custom-hero-copy {
  max-width: 740px;
}

.kids-custom-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  backdrop-filter: blur(10px);
}

.kids-custom-hero-copy h2 {
  margin: 0 0 18px;
  max-width: 820px;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: clamp(3rem, 5.4vw, 6.1rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.kids-custom-hero-copy p {
  margin: 0 0 26px;
  max-width: 680px;
  color: rgba(255,255,255,0.82);
  line-height: 1.78;
  font-size: 1.05rem;
}

.kids-custom-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.kids-custom-pill-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 0.88rem;
  font-weight: 800;
  backdrop-filter: blur(9px);
}

.kids-custom-pill-list i {
  color: #ffbfdf;
}

.kids-custom-hero-phone {
  width: min(330px, 100%);
  height: 560px;
  justify-self: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(3deg);
  animation: heroFrontFloat 5.8s ease-in-out infinite;
}

.kids-custom-hero-phone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.35));
}

/* CUSTOM DECOR */
.kids-custom-fun {
  z-index: 3;
}

.custom-spark {
  color: #ffbf4d;
  animation: sparkleMove 4.2s ease-in-out infinite;
}

.custom-spark--one { left: 9%; top: 18%; }
.custom-spark--two { right: 12%; bottom: 18%; animation-delay: 1.3s; }

.custom-rocket {
  left: 44%;
  top: 9%;
  color: #8dd7ff;
  animation: rocketFly 7s linear infinite;
}

.custom-rainbow {
  position: absolute;
  right: 18%;
  top: 22%;
  width: 150px;
  height: 74px;
  border-radius: 150px 150px 0 0;
  border-top: 9px solid rgba(255, 124, 168, 0.36);
  border-left: 9px solid rgba(255, 202, 101, 0.32);
  border-right: 9px solid rgba(125, 220, 255, 0.32);
  animation: rainbowFloat 6.6s ease-in-out infinite;
}

.custom-orbit {
  position: absolute;
  border-radius: 50%;
  background: rgba(125, 220, 255, 0.18);
  animation: floatBubble 7s ease-in-out infinite;
}

.custom-orbit--one { width: 120px; height: 120px; left: 5%; bottom: 16%; }
.custom-orbit--two { width: 90px; height: 90px; right: 7%; top: 20%; background: rgba(255, 216, 236, 0.30); animation-delay: 1.6s; }

/* MODAL */
.kids-template-modal {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: none;
  place-items: center;
  padding: 24px;
}

.kids-template-modal.open {
  display: grid;
}

.kids-template-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 12, 19, 0.76);
  backdrop-filter: blur(10px);
}

.kids-template-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(280px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 216, 236, 0.64), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(183, 234, 217, 0.48), transparent 35%),
    rgba(255,255,255,0.92);
  box-shadow: 0 42px 110px rgba(0,0,0,0.30);
}

.kids-template-modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--kids-rose-deep);
  color: #fff;
  cursor: pointer;
}

.kids-template-modal__image {
  width: min(350px, 100%);
  height: min(680px, 74vh);
  justify-self: center;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.kids-template-modal__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: transparent;
  filter: drop-shadow(0 28px 46px rgba(81, 50, 77, 0.22));
}

.kids-template-modal__content small {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--kids-rose-deep);
  background: rgba(189, 111, 151, 0.12);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kids-template-modal__content h3 {
  margin: 0 0 14px;
  color: var(--kids-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.95;
  font-weight: 800;
}

.kids-template-modal__content p {
  color: var(--kids-muted);
  line-height: 1.75;
  margin: 0 0 24px;
}

.kids-template-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* MÚSICA FLOTANTE */
.kids-floating-music {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 60;
}

.kids-floating-music audio {
  display: none;
}

.kids-music-toggle {
  width: 58px;
  height: 58px;
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(135deg, #7d67ff 0%, #bd6f97 58%, #ff8fb5 100%);
  box-shadow:
    0 18px 42px rgba(125, 103, 255, 0.28),
    0 10px 26px rgba(181, 87, 134, 0.24);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.kids-music-toggle:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
}

.kids-music-toggle .music-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}
.kids-music-toggle .music-text {
  display: none;
}

.kids-music-toggle .music-icon svg {
  width: 25px;
  height: 25px;
  display: block;
}

.kids-music-toggle .music-icon--pause {
  display: none;
}

.kids-music-toggle.is-playing {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(135deg, #00a8b5 0%, #7d67ff 56%, #bd6f97 100%);
  animation: musicPulse 1.9s ease-in-out infinite;
}

.kids-music-toggle.is-playing .music-icon--play {
  display: none;
}

.kids-music-toggle.is-playing .music-icon--pause {
  display: grid;
}
/* =========================================================
   FOOTER CORREGIDO - BABY SHOWER
========================================================= */

.footer-minimal-brand {
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  padding: 78px 0 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(196, 125, 162, 0.18), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(122, 190, 235, 0.14), transparent 30%),
    linear-gradient(135deg, #171018 0%, #221724 48%, #151019 100%);
  color: #ffffff;
  opacity: 1 !important;
}

.footer-minimal-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.footer-minimal-brand::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204, 236, 255, 0.20), transparent 68%);
  pointer-events: none;
}

.footer-minimal-brand .container {
  position: relative;
  z-index: 2;
}

.footer-minimal-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(0, 2.4fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}

.footer-minimal-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-minimal-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #ffffff;
  text-decoration: none;
}

.footer-minimal-logo:hover {
  color: #ffffff;
}

.footer-minimal-mark {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

.footer-minimal-mark img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-minimal-name {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.footer-minimal-script {
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  color: #ffffff;
}

.footer-minimal-domain {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2.25rem);
  font-weight: 900;
  color: #ffffff;
}

.footer-minimal-phrase {
  margin: 0;
  color: rgba(255,255,255,0.72);
}

.footer-minimal-phrase-line {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.footer-minimal-phrase-highlight {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 3.3vw, 3.3rem);
  line-height: 1;
  color: #f7b7d2;
}

.footer-minimal-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: clamp(24px, 4vw, 58px);
}

.footer-minimal-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-minimal-col h4 {
  margin: 0 0 4px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-minimal-col a,
.footer-minimal-col span {
  color: rgba(255,255,255,0.68);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-minimal-col a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-minimal-contact a,
.footer-minimal-contact span {
  overflow-wrap: anywhere;
}

.footer-minimal-social {
  display: grid;
  grid-template-columns: repeat(2, 54px);
  gap: 12px;
}

.footer-minimal-social a {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 1.1rem;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.footer-minimal-social a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #c47da2, #7abfeb);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(196, 125, 162, 0.26);
}

.footer-minimal-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.11);
}

.footer-minimal-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.56);
  font-size: 0.92rem;
  font-weight: 700;
}

/* Evita que las manchas de la página se monten sobre el footer */
.footer-minimal-brand *,
.footer-minimal-brand a,
.footer-minimal-brand p,
.footer-minimal-brand h4,
.footer-minimal-brand span,
.footer-minimal-brand i {
  opacity: 1;
}

/* Responsive footer */
@media (max-width: 1199px) {
  .footer-minimal-main {
    grid-template-columns: 1fr;
  }

  .footer-minimal-brand-block {
    align-items: center;
    text-align: center;
  }

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

@media (max-width: 991px) {
  .footer-minimal-columns {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .footer-minimal-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .footer-minimal-brand {
    padding: 62px 0 30px;
  }

  .footer-minimal-logo {
    flex-direction: column;
    text-align: center;
  }

  .footer-minimal-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-minimal-col {
    align-items: center;
  }

  .footer-minimal-social {
    grid-template-columns: repeat(4, 48px);
  }

  .footer-minimal-social a {
    width: 48px;
    height: 48px;
  }

  .footer-minimal-bottom {
    margin-top: 42px;
  }
}
/* CHAT / TOAST / SCROLL */
.scroll-top {
  position: fixed;
  right: 92px;
  bottom: 90px;
  z-index: 40;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--kids-rose-deep);
  box-shadow: 0 16px 30px rgba(181, 87, 134, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.chatbot-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
}

.chatbot-toggle {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--kids-rose), var(--kids-rose-deep));
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(181, 87, 134, 0.28);
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(340px, calc(100vw - 36px));
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(189, 111, 151, 0.14);
  box-shadow: 0 26px 70px rgba(47, 36, 56, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.chatbot-panel.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.chatbot-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--kids-rose), var(--kids-rose-deep));
}

.chatbot-head strong,
.chatbot-head small {
  display: block;
}

.chatbot-head small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.chatbot-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.chatbot-body {
  max-height: 240px;
  overflow: auto;
  padding: 16px;
  background: #fffafc;
}

.bot-msg {
  width: fit-content;
  max-width: 92%;
  margin-bottom: 10px;
  padding: 11px 13px;
  border-radius: 16px 16px 16px 4px;
  background: #f4e9f1;
  color: var(--kids-ink);
  font-size: 0.92rem;
  line-height: 1.45;
}

.chatbot-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 14px;
}

.chatbot-actions button,
.chatbot-actions a {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: #f6eef4;
  color: var(--kids-rose-deep);
  text-decoration: none;
  font-weight: 800;
}

.mini-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  min-width: 230px;
  max-width: 340px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--kids-ink);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mini-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 0.12s;
}

/* ANIMATIONS */
@keyframes typingLoader {
  from { width: 0; }
  to { width: 25ch; }
}

@keyframes cursorBlink {
  50% { border-color: transparent; }
}

@keyframes confettiFall {
  0% { transform: translateY(-12vh) rotate(0deg); opacity: 0; }
  12% { opacity: 0.9; }
  100% { transform: translateY(115vh) rotate(720deg); opacity: 0; }
}

@keyframes bubbleRise {
  0%, 100% { transform: translateY(0) scale(0.9); opacity: 0.35; }
  50% { transform: translateY(-70px) scale(1.12); opacity: 0.65; }
}

@keyframes fireworkBurst {
  0% { transform: scale(0.1); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: scale(1.3); opacity: 0; }
}

@keyframes heroBackFloat {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-13px) rotate(-2deg); }
}

@keyframes heroFrontFloat {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-16px) rotate(5deg); }
}

@keyframes floatBubble {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-18px); }
}

@keyframes sparkleMove {
  0%,100% { transform: scale(1) rotate(0deg); opacity: .8; }
  50% { transform: scale(1.18) rotate(18deg); opacity: 1; }
}

@keyframes rocketFly {
  0% { transform: translate(0, 0) rotate(-18deg); opacity: .2; }
  50% { transform: translate(30px, -40px) rotate(8deg); opacity: 1; }
  100% { transform: translate(60px, -80px) rotate(20deg); opacity: 0; }
}

@keyframes butterflyFly {
  0%,100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(22px, -16px) rotate(10deg); }
}

@keyframes starBlink {
  0%,100% { opacity: .35; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes rainbowFloat {
  0%,100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes kidsDecoFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-6deg); }
  50% { transform: translate3d(12px, -22px, 0) rotate(10deg); }
}

@keyframes balloonFloat {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-32px) rotate(6deg); }
}

@keyframes marqueeMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes musicPulse {
  0%, 100% {
    box-shadow:
      0 18px 42px rgba(125, 103, 255, 0.26),
      0 0 0 0 rgba(189, 111, 151, 0.36);
  }

  50% {
    box-shadow:
      0 24px 52px rgba(125, 103, 255, 0.34),
      0 0 0 10px rgba(189, 111, 151, 0);
  }
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .kids-hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .kids-hero-gallery {
    margin: 0 auto;
    width: min(760px, 100%);
  }

  .kids-hero-phone--back {
    left: 9%;
    width: 290px;
    height: 408px;
  }

  .kids-hero-phone--front {
    left: 46%;
    width: 302px;
    height: 426px;
  }

  .kids-signature {
    left: 50%;
    transform: translateX(-50%);
  }

  .kids-hero-content {
    margin: 0 auto;
  }

  .kids-catalog-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kids-custom-hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .kids-custom-hero-copy {
    margin: 0 auto;
  }

  .kids-custom-pill-list {
    justify-content: center;
  }

  .kids-custom-hero-phone {
    height: 510px;
  }

  .footer-minimal-main {
    grid-template-columns: 1fr;
  }

  .footer-minimal-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .kids-hero-collage {
    min-height: auto;
    padding: 80px 0 90px;
  }

  .kids-hero-gallery {
    min-height: 525px;
  }

  .kids-custom-hero-section {
    min-height: auto;
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .kids-loader-lottie {
    width: 250px;
    height: 250px;
  }

  .kids-hero-gallery {
    min-height: 445px;
  }

  .kids-hero-phone--back {
    left: 1%;
    top: 88px;
    width: 218px;
    height: 325px;
  }

  .kids-hero-phone--front {
    left: auto;
    right: 1%;
    top: 10px;
    width: 228px;
    height: 350px;
  }

  .kids-signature {
    bottom: -5px;
    font-size: 1.18rem;
    padding: 10px 18px;
  }

  .kids-hero-content h1 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .kids-catalog-editorial-section {
    padding: 82px 0 92px;
  }

  .kids-catalog-editorial-grid {
    grid-template-columns: 1fr;
  }

  .kids-template-editorial-card {
    min-height: 620px;
  }

  .kids-template-modal {
    padding: 14px;
  }

  .kids-template-modal__dialog {
    grid-template-columns: 1fr;
    max-height: 92vh;
    overflow: auto;
  }

  .kids-template-modal__image {
    height: 58vh;
  }

  .kids-template-modal__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .kids-custom-hero-copy h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .kids-custom-hero-phone {
    height: 460px;
  }

  .footer-minimal-columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-minimal-name {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .kids-hero-gallery {
    min-height: 400px;
  }

  .kids-hero-phone--back {
    width: 190px;
    height: 292px;
  }

  .kids-hero-phone--front {
    width: 198px;
    height: 310px;
  }

  .kids-hero-content p {
    font-size: 0.96rem;
  }

  .kids-template-editorial-card {
    min-height: 570px;
  }

  .kids-template-editorial-card__title {
    font-size: 1.75rem;
  }

  .kids-template-editorial-card__text {
    font-size: 0.92rem;
  }

  .kids-custom-hero-phone {
    height: 410px;
    width: min(260px, 100%);
  }

  .kids-floating-music {
    right: 14px;
    bottom: 78px;
  }

  .kids-music-toggle {
    min-height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
  }

  .kids-music-toggle .music-text {
    display: none;
  }

  .kids-music-toggle .music-icon,
  .kids-music-toggle .music-icon svg {
    width: 24px;
    height: 24px;
  }

  .scroll-top {
    right: 76px;
    bottom: 82px;
  }

  .chatbot-toggle span {
    display: none;
  }
}
/* =====================================================
   FIX RESPONSIVE CATÁLOGO INFANTIL
   Imágenes completas en móvil, sin recorte
===================================================== */

@media (max-width: 767px) {
  .kids-catalog-editorial-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .kids-template-editorial-card {
    min-height: 760px !important;
    border-radius: 30px !important;
    background:
      linear-gradient(180deg, #fff8fc 0%, #f7f4ff 58%, #1b111a 100%) !important;
    overflow: hidden !important;
  }

  .kids-template-editorial-card__img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    height: calc(100% - 255px) !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 18px 14px 0 !important;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 216, 236, 0.86), transparent 30%),
      radial-gradient(circle at 86% 72%, rgba(183, 234, 217, 0.58), transparent 34%),
      linear-gradient(180deg, #fffaff 0%, #f8f5ff 100%) !important;
    cursor: zoom-in !important;
  }

  .kids-template-editorial-card__img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center top !important;
    transform: none !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .kids-template-editorial-card:hover .kids-template-editorial-card__img img {
    transform: none !important;
  }

  .kids-template-editorial-card__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(36, 22, 34, 0) 0%,
        rgba(36, 22, 34, 0) 50%,
        rgba(27, 17, 26, 0.78) 74%,
        rgba(27, 17, 26, 0.98) 100%
      ) !important;
  }

  .kids-template-editorial-card__content {
    padding: 0 22px 24px !important;
  }

  .kids-template-editorial-card__title {
    font-size: 1.85rem !important;
  }

  .kids-template-editorial-card__text {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }

  .kids-template-editorial-card__actions {
    width: 100% !important;
    gap: 10px !important;
  }

  .kids-template-card-btn {
    width: 100% !important;
    min-height: 52px !important;
  }
}

@media (max-width: 480px) {
  .kids-template-editorial-card {
    min-height: 710px !important;
    border-radius: 28px !important;
  }

  .kids-template-editorial-card__img {
    height: calc(100% - 250px) !important;
    padding: 14px 10px 0 !important;
  }

  .kids-template-editorial-card__content {
    padding: 0 18px 22px !important;
  }

  .kids-template-editorial-card__title {
    font-size: 1.65rem !important;
  }

  .kids-template-editorial-card__text {
    font-size: 0.88rem !important;
    margin-bottom: 14px !important;
  }

  .kids-template-card-btn {
    min-height: 50px !important;
    font-size: 0.88rem !important;
  }
}

@media (max-width: 390px) {
  .kids-template-editorial-card {
    min-height: 680px !important;
  }

  .kids-template-editorial-card__img {
    height: calc(100% - 245px) !important;
  }
}

/* =====================================================
   AJUSTES BABY SHOWER - MANCHAS AZULES/ROSAS,
   FOOTER, MÚSICA, CHATBOT Y CARDS RESPONSIVAS
===================================================== */

body.babyshower-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 7% 5%, rgba(255, 206, 227, 0.92), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(190, 232, 255, 0.82), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(255, 235, 246, 0.74), transparent 24%),
    radial-gradient(circle at 86% 72%, rgba(213, 241, 255, 0.72), transparent 24%),
    linear-gradient(180deg, #fff9fd 0%, #f8fbff 44%, #fff6fb 100%);
}

.baby-soft-stains {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.baby-soft-stains span {
  position: absolute;
  display: block;
  border-radius: 999px 48% 999px 52%;
  filter: blur(1px);
  opacity: 0.78;
  transform: rotate(-12deg);
  animation: babyStainFloat 11s ease-in-out infinite;
}

.baby-soft-stains span:nth-child(1) {
  width: 310px;
  height: 220px;
  left: -70px;
  top: 56px;
  background: rgba(255, 199, 224, 0.34);
}

.baby-soft-stains span:nth-child(2) {
  width: 300px;
  height: 215px;
  right: -86px;
  top: 90px;
  background: rgba(190, 232, 255, 0.32);
  animation-delay: 1.4s;
}

.baby-soft-stains span:nth-child(3) {
  width: 260px;
  height: 180px;
  left: 9%;
  bottom: 42px;
  background: rgba(255, 232, 244, 0.28);
  animation-delay: 2.2s;
}

.baby-soft-stains span:nth-child(4) {
  width: 260px;
  height: 185px;
  right: 12%;
  bottom: 72px;
  background: rgba(207, 238, 255, 0.30);
  animation-delay: 3s;
}

.kids-hero-bg.baby-hero-bg,
.kids-custom-bg.baby-custom-bg {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 211, 232, 0.38), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(201, 237, 255, 0.34), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(255, 234, 244, 0.22), transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(217, 242, 255, 0.24), transparent 28%),
    linear-gradient(135deg, #241923 0%, #6d4d66 48%, #263e50 100%);
}
.baby-custom-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(18, 14, 18, 0.82) 0%,
      rgba(18, 14, 18, 0.56) 48%,
      rgba(18, 14, 18, 0.76) 100%
    ),
    url("../invitaciones/babyshower/img/bg2babyshower.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kids-hero-bg.baby-hero-bg {
  background:
    linear-gradient(90deg, rgba(20, 14, 22, 0.82) 0%, rgba(20, 14, 22, 0.50) 48%, rgba(20, 14, 22, 0.78) 100%),
    url("../invitaciones/babyshower/img/bgbabyshower.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.baby-fun-decor,
.baby-catalog-deco,
.baby-custom-fun {
  z-index: 4;
}

.baby-deco {
  position: absolute;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  font-size: clamp(1.7rem, 3.4vw, 3.8rem);
  line-height: 1;
  filter: drop-shadow(0 18px 24px rgba(118, 73, 101, 0.16));
  animation: babyFloat 7.4s ease-in-out infinite;
  pointer-events: none;
}

.baby-deco--hero-bear { left: 6%; top: 18%; }
.baby-deco--hero-bee { right: 15%; top: 22%; animation: beeMove 8s ease-in-out infinite; }
.baby-deco--hero-butterfly { right: 8%; bottom: 19%; animation-delay: 1.4s; }
.baby-deco--hero-heart {
  left: 47%;
  bottom: 13%;
  color: rgba(255, 224, 238, 0.70);
  font-family: "Great Vibes", cursive;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
}

.baby-deco--bear-one { left: 4%; top: 15%; }
.baby-deco--bear-two { right: 5%; top: 52%; animation-delay: 1.6s; }
.baby-deco--bee-one { left: 15%; top: 34%; font-size: clamp(1.4rem, 2.8vw, 2.6rem); animation: beeMove 8s ease-in-out infinite; }
.baby-deco--bee-two { right: 16%; top: 17%; font-size: clamp(1.4rem, 2.8vw, 2.6rem); animation: beeMove 9s ease-in-out infinite; animation-delay: 1.3s; }
.baby-deco--butterfly-one { left: 6%; bottom: 16%; animation-delay: 2s; }
.baby-deco--butterfly-two { right: 12%; bottom: 18%; animation-delay: 2.8s; }

.baby-deco--custom-bear { right: 12%; top: 14%; }
.baby-deco--custom-bee { left: 10%; bottom: 16%; animation: beeMove 8s ease-in-out infinite; }
.baby-deco--custom-butterfly { right: 7%; bottom: 18%; animation-delay: 1.8s; }

.baby-deco--bird-one,
.baby-deco--bird-two,
.baby-deco--bird-three,
.baby-deco--bird-four,
.baby-deco--bird-five {
  width: 34px;
  height: 18px;
  opacity: 0.74;
  animation: babyBirdFly 12s linear infinite;
}

.baby-deco--bird-one::before,
.baby-deco--bird-one::after,
.baby-deco--bird-two::before,
.baby-deco--bird-two::after,
.baby-deco--bird-three::before,
.baby-deco--bird-three::after,
.baby-deco--bird-four::before,
.baby-deco--bird-four::after,
.baby-deco--bird-five::before,
.baby-deco--bird-five::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 18px;
  height: 10px;
  border-top: 3px solid rgba(255,255,255,0.82);
  border-radius: 50%;
}

.baby-deco--bird-one::before,
.baby-deco--bird-two::before,
.baby-deco--bird-three::before,
.baby-deco--bird-four::before,
.baby-deco--bird-five::before {
  left: 0;
  transform: rotate(18deg);
}

.baby-deco--bird-one::after,
.baby-deco--bird-two::after,
.baby-deco--bird-three::after,
.baby-deco--bird-four::after,
.baby-deco--bird-five::after {
  right: 0;
  transform: rotate(-18deg);
}

.baby-deco--bird-one { left: -12%; top: 10%; }
.baby-deco--bird-two { left: -14%; top: 24%; transform: scale(0.78); animation-delay: 3.4s; }
.baby-deco--bird-three { left: -10%; top: 21%; animation-delay: 0.6s; }
.baby-deco--bird-four { left: -12%; top: 39%; transform: scale(0.72); animation-delay: 3s; }
.baby-deco--bird-five { left: -12%; top: 28%; transform: scale(0.72); animation-delay: 3s; }

.baby-deco-cloud {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 58px;
  border-radius: 999px;
  background: rgba(255,255,255,0.54);
  filter: blur(1px);
  animation: cloudFloat 12s ease-in-out infinite;
}

.baby-deco-cloud::before,
.baby-deco-cloud::after {
  content: "";
  position: absolute;
  bottom: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,0.56);
}

.baby-deco-cloud::before {
  left: 32px;
  width: 70px;
  height: 70px;
}

.baby-deco-cloud::after {
  right: 32px;
  width: 88px;
  height: 88px;
}

.baby-deco-cloud--one { left: 5%; top: 7%; }
.baby-deco-cloud--two { right: 8%; bottom: 8%; transform: scale(0.78); animation-delay: 3s; }

/* Cards: imagen completa en PC, tablet y móvil */
.babyshower-page .kids-template-editorial-card {
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,0.95), transparent 32%),
    linear-gradient(180deg, #fff7fc 0%, #f1f8ff 58%, #1b111a 100%);
}

.babyshower-page .kids-template-editorial-card__img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 18px 210px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 224, 238, 0.78), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(204, 236, 255, 0.62), transparent 34%),
    linear-gradient(180deg, #fffaff 0%, #f3fbff 100%);
}

.babyshower-page .kids-template-editorial-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transform: none;
  filter: drop-shadow(0 28px 42px rgba(76, 49, 70, 0.18));
}

.babyshower-page .kids-template-editorial-card:hover .kids-template-editorial-card__img img {
  transform: scale(1.015);
}

.babyshower-page .kids-template-editorial-card__overlay {
  background:
    linear-gradient(
      180deg,
      rgba(36, 22, 34, 0) 0%,
      rgba(36, 22, 34, 0.02) 46%,
      rgba(27, 17, 26, 0.78) 72%,
      rgba(27, 17, 26, 0.98) 100%
    );
}

/* Botón de diseño personalizado con letras blancas */
.bt-cta--white-text,
.bt-cta--white-text span {
  color: #fff !important;
}

.bt-cta--white-text svg {
  stroke: #fff !important;
}

.bt-cta--white-text::before {
  background: rgba(196, 125, 162, 0.42) !important;
}

.bt-cta--white-text:hover::before {
  background: linear-gradient(135deg, #c47da2, #85cef6) !important;
}

/* Footer, música y chatbot tono Baby Shower */
.babyshower-page .kids-music-toggle,
.babyshower-page .chatbot-toggle {
  background: linear-gradient(135deg, #c47da2, #7cccf6);
  box-shadow: 0 16px 35px rgba(174, 95, 138, 0.26);
}

.babyshower-page .chatbot-head {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 224, 238, 0.90), transparent 32%),
    radial-gradient(circle at 90% 70%, rgba(204, 236, 255, 0.88), transparent 36%),
    linear-gradient(135deg, #c47da2, #85cef6);
}

.babyshower-page .chatbot-actions button,
.babyshower-page .chatbot-actions a {
  background: rgba(196, 125, 162, 0.12);
  color: var(--kids-rose-deep);
}

@keyframes babyStainFloat {
  0%, 100% { transform: translate(0, 0) rotate(-12deg) scale(1); }
  50% { transform: translate(18px, -16px) rotate(-4deg) scale(1.04); }
}

@keyframes babyFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(5deg); }
}

@keyframes beeMove {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(18px, -14px) rotate(8deg); }
  50% { transform: translate(34px, 8px) rotate(-4deg); }
  75% { transform: translate(10px, 18px) rotate(6deg); }
}

@keyframes babyBirdFly {
  0% { transform: translateX(0) translateY(0) scale(1); opacity: 0; }
  8% { opacity: 0.85; }
  50% { transform: translateX(58vw) translateY(-22px) scale(0.9); }
  100% { transform: translateX(116vw) translateY(8px) scale(0.74); opacity: 0; }
}

@keyframes cloudFloat {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(28px); }
}

@media (max-width: 767px) {
  .baby-soft-stains span:nth-child(1),
  .baby-soft-stains span:nth-child(2) {
    width: 220px;
    height: 150px;
  }

  .baby-deco {
    opacity: 0.52;
    font-size: 2rem;
  }

  .babyshower-page .kids-template-editorial-card__img {
    padding: 18px 14px 0 !important;
  }
}

@media (max-width: 480px) {
  .babyshower-page .kids-template-editorial-card__img {
    padding: 14px 10px 0 !important;
  }
}
/* =========================================================
   FIX FINAL: FOOTER OSCURO BABY SHOWER
   Este bloque queda al final para que nada vuelva a aclararlo.
========================================================= */

body.babyshower-page .footer-minimal-brand {
  position: relative;
  z-index: 20;
  background:
    radial-gradient(circle at 12% 18%, rgba(196, 125, 162, 0.18), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(122, 190, 235, 0.14), transparent 30%),
    linear-gradient(135deg, #171018 0%, #221724 48%, #151019 100%) !important;
  color: #ffffff !important;
}

body.babyshower-page .footer-minimal-brand::before {
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px) !important;
}

body.babyshower-page .footer-minimal-logo,
body.babyshower-page .footer-minimal-logo:hover,
body.babyshower-page .footer-minimal-script,
body.babyshower-page .footer-minimal-domain,
body.babyshower-page .footer-minimal-col h4 {
  color: #ffffff !important;
}

body.babyshower-page .footer-minimal-phrase-line,
body.babyshower-page .footer-minimal-col a,
body.babyshower-page .footer-minimal-col span,
body.babyshower-page .footer-minimal-col p {
  color: rgba(255,255,255,0.68) !important;
}

body.babyshower-page .footer-minimal-phrase-highlight {
  color: #f7b7d2 !important;
}

body.babyshower-page .footer-minimal-bottom {
  border-top-color: rgba(255,255,255,0.11) !important;
}

body.babyshower-page .footer-minimal-bottom p {
  color: rgba(255,255,255,0.56) !important;
}

/* =========================================================
   FIX FINAL RESPONSIVE BABY SHOWER
   Este bloque debe quedar AL FINAL del archivo.
   Corrige móviles: imágenes completas, fondos adaptados y decoraciones visibles.
========================================================= */

/* Base anti-desbordes */
html,
body,
body.babyshower-page {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body.babyshower-page img,
body.babyshower-page video,
body.babyshower-page dotlottie-wc {
  max-width: 100% !important;
}

/* Fondos principales con tus imágenes */
body.babyshower-page .kids-hero-bg.baby-hero-bg,
body.babyshower-page .baby-hero-bg {
  background:
    linear-gradient(
      90deg,
      rgba(18, 14, 22, 0.78) 0%,
      rgba(18, 14, 22, 0.42) 48%,
      rgba(18, 14, 22, 0.78) 100%
    ),
    url("../invitaciones/babyshower/img/bgbabyshower.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.babyshower-page .kids-custom-bg.baby-custom-bg,
body.babyshower-page .baby-custom-bg {
  background:
    linear-gradient(
      90deg,
      rgba(18, 14, 22, 0.82) 0%,
      rgba(18, 14, 22, 0.48) 48%,
      rgba(18, 14, 22, 0.76) 100%
    ),
    url("../invitaciones/babyshower/img/bg2babyshower.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Las imágenes del catálogo y celulares completas */
body.babyshower-page .kids-template-editorial-card__img img,
body.babyshower-page .kids-hero-phone img,
body.babyshower-page .kids-custom-hero-phone img,
body.babyshower-page .kids-template-modal__image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Cards: evita que el texto tape el celular y que la imagen se corte */
body.babyshower-page .kids-template-editorial-card {
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,0.95), transparent 34%),
    linear-gradient(180deg, #fff5fa 0%, #f9edf7 100%) !important;
}

body.babyshower-page .kids-template-editorial-card__img {
  display: grid !important;
  place-items: center !important;
  padding: 32px 16px 225px !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.90), transparent 34%),
    linear-gradient(180deg, #fff8fc 0%, #f4edf7 100%) !important;
}

body.babyshower-page .kids-template-editorial-card__img img {
  filter: drop-shadow(0 28px 44px rgba(76, 49, 70, 0.20)) !important;
}

body.babyshower-page .kids-template-editorial-card__overlay {
  background:
    linear-gradient(180deg, rgba(36, 22, 34, 0) 0%, rgba(36, 22, 34, 0.04) 48%, rgba(36, 22, 34, 0.86) 100%) !important;
}

/* Decoraciones visibles y dentro del viewport */
body.babyshower-page .baby-deco,
body.babyshower-page .baby-deco-cloud,
body.babyshower-page .page-confetti,
body.babyshower-page .page-bubble,
body.babyshower-page .page-firework,
body.babyshower-page .kids-catalog-bg-lottie,
body.babyshower-page .kids-hero-lottie {
  pointer-events: none !important;
}

/* Tablet */
@media (max-width: 1199px) {
  body.babyshower-page .kids-catalog-editorial-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
    gap: 28px !important;
  }

  body.babyshower-page .kids-template-editorial-card {
    min-height: 675px !important;
  }

  body.babyshower-page .kids-template-editorial-card__img {
    padding: 30px 14px 220px !important;
  }
}

/* Tablet vertical */
@media (max-width: 991px) {
  body.babyshower-page .kids-hero-collage,
  body.babyshower-page .kids-custom-hero-section {
    min-height: auto !important;
    padding: 86px 0 78px !important;
  }

  body.babyshower-page .kids-hero-layout,
  body.babyshower-page .kids-custom-hero-layout {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  body.babyshower-page .kids-hero-content,
  body.babyshower-page .kids-custom-hero-copy {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 0 14px !important;
    text-align: center !important;
  }

  body.babyshower-page .kids-hero-gallery {
    width: min(690px, 100%) !important;
    min-height: 480px !important;
    margin: 0 auto !important;
  }

  body.babyshower-page .kids-hero-phone--back {
    left: 8% !important;
    top: 78px !important;
    width: min(300px, 42vw) !important;
    height: 410px !important;
  }

  body.babyshower-page .kids-hero-phone--front {
    left: 42% !important;
    top: 0 !important;
    width: min(320px, 44vw) !important;
    height: 455px !important;
  }

  body.babyshower-page .kids-custom-hero-phone {
    width: min(320px, 72vw) !important;
    height: 530px !important;
    margin: 0 auto !important;
  }

  body.babyshower-page .kids-custom-pill-list {
    justify-content: center !important;
  }
}

/* Móvil */
@media (max-width: 767px) {
  body.babyshower-page .kids-hero-collage {
    padding: 62px 0 58px !important;
  }

  body.babyshower-page .kids-custom-hero-section {
    padding: 72px 0 68px !important;
  }

  body.babyshower-page .kids-hero-bg.baby-hero-bg,
  body.babyshower-page .baby-hero-bg {
    background:
      linear-gradient(
        180deg,
        rgba(18, 14, 22, 0.70) 0%,
        rgba(18, 14, 22, 0.50) 45%,
        rgba(18, 14, 22, 0.84) 100%
      ),
      url("../invitaciones/babyshower/img/bgbabyshower.png") !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  body.babyshower-page .kids-custom-bg.baby-custom-bg,
  body.babyshower-page .baby-custom-bg {
    background:
      linear-gradient(
        180deg,
        rgba(18, 14, 22, 0.78) 0%,
        rgba(18, 14, 22, 0.56) 48%,
        rgba(18, 14, 22, 0.86) 100%
      ),
      url("../invitaciones/babyshower/img/bg2babyshower.png") !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  body.babyshower-page .kids-hero-content h1,
  body.babyshower-page .kids-custom-hero-copy h2 {
    font-size: clamp(2.45rem, 13vw, 4.3rem) !important;
    line-height: 0.94 !important;
  }

  body.babyshower-page .kids-hero-content p,
  body.babyshower-page .kids-custom-hero-copy p {
    font-size: 0.96rem !important;
    line-height: 1.7 !important;
  }

  body.babyshower-page .kids-hero-gallery {
    width: 100% !important;
    min-height: 405px !important;
    overflow: visible !important;
  }

  body.babyshower-page .kids-hero-phone--back {
    left: 3% !important;
    top: 78px !important;
    width: min(238px, 48vw) !important;
    height: 342px !important;
  }

  body.babyshower-page .kids-hero-phone--front {
    left: 40% !important;
    top: 22px !important;
    width: min(255px, 52vw) !important;
    height: 376px !important;
  }

  body.babyshower-page .kids-signature {
    left: 50% !important;
    bottom: -4px !important;
    transform: translateX(-50%) !important;
    width: max-content !important;
    max-width: 92% !important;
    padding: 10px 18px !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.08em !important;
  }

  body.babyshower-page .kids-catalog-editorial-section {
    padding: 76px 0 88px !important;
  }

  body.babyshower-page .kids-catalog-heading {
    margin-bottom: 38px !important;
    padding: 0 14px !important;
  }

  body.babyshower-page .kids-catalog-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1 !important;
  }

  body.babyshower-page .kids-catalog-editorial-grid {
    grid-template-columns: 1fr !important;
    width: min(430px, 100%) !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
    gap: 26px !important;
  }

  body.babyshower-page .kids-template-editorial-card {
    min-height: 650px !important;
    border-radius: 30px !important;
  }

  body.babyshower-page .kids-template-editorial-card__img {
    padding: 22px 10px 230px !important;
  }

  body.babyshower-page .kids-template-editorial-card__content {
    padding: 0 20px 22px !important;
  }

  body.babyshower-page .kids-template-editorial-card__title {
    font-size: 1.65rem !important;
  }

  body.babyshower-page .kids-template-editorial-card__text {
    font-size: 0.9rem !important;
    line-height: 1.52 !important;
  }

  body.babyshower-page .kids-template-card-btn {
    width: 100% !important;
    min-height: 48px !important;
  }

  body.babyshower-page .kids-custom-hero-phone {
    width: min(290px, 78vw) !important;
    height: 485px !important;
  }

  /* Animaciones visibles en celular */
  body.babyshower-page .kids-hero-lottie,
  body.babyshower-page .kids-catalog-bg-lottie {
    display: block !important;
    opacity: 0.18 !important;
    transform: scale(0.68) !important;
  }

  body.babyshower-page .kids-hero-lottie--one {
    left: -42px !important;
    top: 32px !important;
  }

  body.babyshower-page .kids-hero-lottie--two {
    right: -42px !important;
    bottom: 46px !important;
  }

  body.babyshower-page .kids-catalog-bg-lottie--one {
    left: -54px !important;
    top: 24px !important;
  }

  body.babyshower-page .kids-catalog-bg-lottie--two {
    right: -54px !important;
    bottom: 24px !important;
  }

  body.babyshower-page .baby-deco {
    display: block !important;
    opacity: 0.72 !important;
    font-size: 1.8rem !important;
    z-index: 4 !important;
  }

  body.babyshower-page .baby-deco--hero-bear {
    left: 7% !important;
    top: 9% !important;
  }

  body.babyshower-page .baby-deco--hero-bee {
    right: 9% !important;
    top: 20% !important;
  }

  body.babyshower-page .baby-deco--hero-butterfly {
    right: 10% !important;
    bottom: 12% !important;
  }

  body.babyshower-page .baby-deco--bear-one {
    left: 4% !important;
    top: 7% !important;
  }

  body.babyshower-page .baby-deco--bear-two {
    right: 4% !important;
    top: 58% !important;
  }

  body.babyshower-page .baby-deco--bee-one {
    left: 8% !important;
    top: 34% !important;
  }

  body.babyshower-page .baby-deco--bee-two {
    right: 8% !important;
    top: 20% !important;
  }

  body.babyshower-page .baby-deco--butterfly-one {
    left: 7% !important;
    bottom: 9% !important;
  }

  body.babyshower-page .baby-deco--butterfly-two {
    right: 8% !important;
    bottom: 12% !important;
  }

  body.babyshower-page .baby-deco-cloud {
    display: block !important;
    opacity: 0.42 !important;
    transform: scale(0.72) !important;
  }

  body.babyshower-page .page-confetti,
  body.babyshower-page .page-bubble,
  body.babyshower-page .page-firework {
    display: block !important;
    opacity: 0.35 !important;
    transform: scale(0.75) !important;
  }

  body.babyshower-page .kids-floating-music {
    right: 14px !important;
    bottom: 86px !important;
    z-index: 9990 !important;
  }

  body.babyshower-page .kids-music-toggle {
    width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
  }

  body.babyshower-page .chatbot-widget {
    right: 14px !important;
    bottom: 18px !important;
    z-index: 9991 !important;
  }

  body.babyshower-page .chatbot-toggle {
    min-height: 52px !important;
    padding: 12px 18px !important;
  }

  body.babyshower-page .scroll-top {
    right: 14px !important;
    bottom: 150px !important;
    width: 48px !important;
    height: 48px !important;
  }
}

/* Móvil pequeño */
@media (max-width: 520px) {
  body.babyshower-page .kids-hero-gallery {
    min-height: 360px !important;
  }

  body.babyshower-page .kids-hero-phone--back {
    left: -1% !important;
    top: 72px !important;
    width: min(210px, 52vw) !important;
    height: 310px !important;
  }

  body.babyshower-page .kids-hero-phone--front {
    left: 36% !important;
    top: 18px !important;
    width: min(225px, 56vw) !important;
    height: 335px !important;
  }

  body.babyshower-page .kids-template-editorial-card {
    min-height: 610px !important;
    border-radius: 28px !important;
  }

  body.babyshower-page .kids-template-editorial-card__img {
    padding: 18px 8px 228px !important;
  }

  body.babyshower-page .kids-template-editorial-card__content {
    padding: 0 18px 20px !important;
  }

  body.babyshower-page .kids-template-editorial-card__tag {
    font-size: 0.68rem !important;
  }

  body.babyshower-page .kids-template-editorial-card__title {
    font-size: 1.45rem !important;
  }

  body.babyshower-page .kids-template-editorial-card__text {
    font-size: 0.84rem !important;
  }

  body.babyshower-page .kids-custom-hero-phone {
    width: min(255px, 76vw) !important;
    height: 440px !important;
  }

  body.babyshower-page .kids-custom-pill-list span {
    width: 100% !important;
    justify-content: center !important;
  }

  body.babyshower-page .baby-deco {
    font-size: 1.55rem !important;
  }

  body.babyshower-page .kids-hero-lottie,
  body.babyshower-page .kids-catalog-bg-lottie {
    transform: scale(0.55) !important;
    opacity: 0.14 !important;
  }
}

/* Móvil muy pequeño */
@media (max-width: 390px) {
  body.babyshower-page .kids-hero-gallery {
    min-height: 330px !important;
  }

  body.babyshower-page .kids-hero-phone--back {
    width: 190px !important;
    height: 286px !important;
  }

  body.babyshower-page .kids-hero-phone--front {
    left: 34% !important;
    width: 205px !important;
    height: 306px !important;
  }

  body.babyshower-page .kids-template-editorial-card {
    min-height: 590px !important;
  }

  body.babyshower-page .kids-template-editorial-card__img {
    padding: 16px 6px 232px !important;
  }
}
