:root {
  --kids-ink: #332a2c;
  --kids-muted: #756e6a;
  --kids-rose: #c8a66a;
  --kids-rose-deep: #a77d36;
  --kids-pink: #fff4e5;
  --kids-blue: #dcefff;
  --kids-mint: #e8f3ee;
  --kids-yellow: #fff1c4;
  --kids-lilac: #e7decb;
  --kids-dark: #1b1510;
  --kids-white: #fffdf8;
  --kids-shadow: 0 28px 70px rgba(86, 68, 45, 0.14);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.kids-page,
body.bautismo-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 9% 5%, rgba(255, 244, 229, 0.94), transparent 26%),
    radial-gradient(circle at 88% 6%, rgba(220, 239, 255, 0.72), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #fffaf2 42%, #f9fcff 100%);
  color: var(--kids-ink);
  font-family: "Poppins", system-ui, sans-serif;
}

body.bautismo-page img,
body.bautismo-page video,
body.bautismo-page dotlottie-wc {
  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;
}

/* LOADER */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 244, 229, 0.96), transparent 30%),
    radial-gradient(circle at 78% 70%, rgba(220, 239, 255, 0.76), transparent 32%),
    linear-gradient(135deg, #fffdf8 0%, #f6fbff 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 {
  position: relative;
  z-index: 3;
  width: min(410px, calc(100vw - 42px));
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 28px 26px 34px;
}

.kids-loader-elephant-crop {
  width: 300px;
  height: 218px;
  overflow: hidden;
  display: block;
  position: relative;
}

.kids-loader-lottie {
  width: 300px;
  height: 300px;
  display: block;
  transform: translateY(-8px);
  filter: drop-shadow(0 18px 28px rgba(86, 68, 45, 0.18));
}

.kids-loader-brand {
  margin-top: 6px;
  color: var(--kids-rose-deep);
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  text-align: center;
  text-shadow: 0 10px 28px rgba(167, 125, 54, 0.16);
}

/* Oculta cualquier texto anterior del loader */
.kids-loader-typing {
  display: none !important;
}

/* No se muestra texto de loading */
.kids-loader-typing {
  display: none !important;
}

.loader-dove {
  position: absolute;
  z-index: 2;
  font-size: clamp(2rem, 5vw, 4rem);
  filter: drop-shadow(0 18px 24px rgba(118, 93, 47, 0.15));
  animation: bautismoFloat 6s ease-in-out infinite;
}

.loader-dove--one {
  left: 14%;
  top: 22%;
}

.loader-dove--two {
  right: 17%;
  top: 25%;
  color: #c8a66a;
  animation-delay: 1s;
}

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

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

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

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

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

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

.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: #d6ad63;
  box-shadow:
    0 -34px 0 #d6ad63,
    0 34px 0 #fff1c4,
    34px 0 0 #dcefff,
    -34px 0 0 #e8f3ee,
    24px 24px 0 #c8a66a,
    -24px -24px 0 #e7decb,
    24px -24px 0 #fffdf8,
    -24px 24px 0 #c8a66a;
  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; }

/* HEADER */
.site-header {
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 30px rgba(67, 42, 62, 0.09);
  backdrop-filter: blur(16px);
}

/* 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.bautismo-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/bautismo/img/bgbautismo.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kids-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 20% 35%, rgba(220, 239, 255, 0.14), transparent 22%),
    radial-gradient(circle at 82% 68%, rgba(255, 244, 229, 0.16), transparent 22%),
    linear-gradient(90deg, rgba(20, 14, 22, 0.75) 0%, rgba(20, 14, 22, 0.48) 45%, rgba(20, 14, 22, 0.78) 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,
.kids-custom-hero-phone img,
.kids-template-editorial-card__img img,
.kids-template-modal__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.kids-hero-phone img {
  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;
}

/* MANCHAS */
.bautismo-soft-stains {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.bautismo-soft-stains span {
  position: absolute;
  display: block;
  border-radius: 999px;
  opacity: 0.45;
  filter: blur(0.2px);
}

.bautismo-soft-stains span:nth-child(1) {
  left: -40px;
  top: 70px;
  width: 280px;
  height: 120px;
  background: rgba(255, 244, 229, 0.22);
  transform: rotate(-8deg);
}

.bautismo-soft-stains span:nth-child(2) {
  right: -80px;
  top: 120px;
  width: 280px;
  height: 110px;
  background: rgba(220, 239, 255, 0.23);
  transform: rotate(-5deg);
}

.bautismo-soft-stains span:nth-child(3) {
  left: 8%;
  bottom: 36px;
  width: 180px;
  height: 100px;
  background: rgba(232, 243, 238, 0.20);
  transform: rotate(-18deg);
}

.bautismo-soft-stains span:nth-child(4) {
  right: 12%;
  bottom: 90px;
  width: 250px;
  height: 88px;
  background: rgba(255, 241, 196, 0.16);
  transform: rotate(-4deg);
}

/* DECORACIONES BAUTISMO */
.bautismo-fun-decor,
.bautismo-catalog-deco,
.bautismo-custom-fun {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.bautismo-deco {
  position: absolute;
  z-index: 4;
  color: #fff1c4;
  font-size: clamp(1.9rem, 4vw, 4.2rem);
  filter: drop-shadow(0 16px 24px rgba(77, 49, 71, 0.18));
  animation: bautismoFloat 7s ease-in-out infinite;
}

.bautismo-deco--cross {
  left: 7%;
  top: 16%;
}

.bautismo-deco--dove {
  right: 15%;
  top: 20%;
  animation-delay: 1.2s;
}

.bautismo-deco--star {
  right: 9%;
  bottom: 18%;
  animation-delay: 2s;
}

.bautismo-deco--cloud {
  left: 46%;
  bottom: 14%;
  color: rgba(220, 239, 255, 0.72);
  animation-delay: 1.6s;
}

/* Aves CSS */
.bautismo-bird {
  position: absolute;
  z-index: 4;
  width: 34px;
  height: 18px;
  opacity: 0.72;
  animation: birdFly 12s linear infinite;
}

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

.bautismo-bird::before {
  left: 0;
  transform: rotate(18deg);
}

.bautismo-bird::after {
  right: 0;
  transform: rotate(-18deg);
}

.bautismo-bird--one { left: -8%; top: 18%; }
.bautismo-bird--two { left: -10%; top: 34%; transform: scale(0.78); animation-delay: 3s; }

/* 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(200, 166, 106, 0.44);
  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: #c8a66a;
}

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

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

.bt-cta--light svg,
.bt-cta--white-text 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--white-text,
.bt-cta--white-text span {
  color: #ffffff !important;
}

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

.bt-cta--modal-buy::before {
  background: rgba(220, 239, 255, 0.70);
}

/* 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%;
}

/* CATÁLOGO */
.kids-catalog-editorial-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 244, 229, 0.90), transparent 24%),
    radial-gradient(circle at 90% 20%, rgba(220, 239, 255, 0.60), transparent 26%),
    radial-gradient(circle at 48% 92%, rgba(255, 241, 196, 0.34), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #fffaf2 52%, #f7fbff 100%);
}

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

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

.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:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,0.95), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f3efe6 100%);
  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(86, 68, 45, 0.22);
}

.kids-template-editorial-card__img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 32px 16px 225px;
  border: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.90), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f6f1e8 100%);
  cursor: zoom-in;
}

.kids-template-editorial-card__img img {
  filter: drop-shadow(0 28px 44px rgba(76, 49, 70, 0.20));
  transition: transform 0.5s ease;
}

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

.kids-template-editorial-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(36, 22, 34, 0) 0%, rgba(36, 22, 34, 0.04) 48%, rgba(36, 22, 34, 0.86) 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.76);
  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.86);
  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, #a77d36, #c8a66a);
  box-shadow: 0 14px 28px rgba(167, 125, 54, 0.34);
}

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

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

/* DECORACIONES CATÁLOGO */
.bautismo-catalog-deco {
  z-index: 3;
}

.bautismo-deco--cat-cross-one { left: 4%; top: 16%; }
.bautismo-deco--cat-cross-two { right: 5%; top: 52%; animation-delay: 1.5s; }
.bautismo-deco--cat-dove-one { left: 15%; top: 32%; font-size: clamp(1.5rem, 3vw, 2.8rem); animation-delay: 1s; }
.bautismo-deco--cat-dove-two { right: 16%; top: 17%; font-size: clamp(1.5rem, 3vw, 2.8rem); animation-delay: 1.2s; }
.bautismo-deco--cat-star-one { left: 7%; bottom: 16%; animation-delay: 2.1s; }
.bautismo-deco--cat-star-two { right: 12%; bottom: 18%; animation-delay: 2.8s; }

.bautismo-bird--catalog-one { left: -12%; top: 10%; }
.bautismo-bird--catalog-two { left: -14%; top: 22%; transform: scale(0.78); animation-delay: 3.4s; }

.bautismo-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;
}

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

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

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

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

/* MARQUEE */
.kids-marquee-strip {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background: linear-gradient(90deg, #1b1510 0%, #261d14 100%);
  color: #fff;
}

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

.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);
}

/* PERSONALIZADO */
.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.bautismo-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/bautismo/img/bgbautismo2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.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.58) 50%, 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: #fff1c4;
}

.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 {
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.35));
}

.bautismo-deco--custom-cross { right: 13%; top: 14%; }
.bautismo-deco--custom-dove { left: 10%; bottom: 16%; }
.bautismo-deco--custom-star { right: 7%; bottom: 18%; animation-delay: 1.8s; }
.bautismo-bird--custom-one { left: -10%; top: 20%; }

.custom-orbit {
  position: absolute;
  border-radius: 50%;
  background: rgba(220, 239, 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, 244, 229, 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, 244, 229, 0.64), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(220, 239, 255, 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 {
  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(200, 166, 106, 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;
}

/* FOOTER */
.footer-minimal-brand {
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  padding: 78px 0 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 166, 106, 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(220, 239, 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: #f6dcae;
}

.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,
.footer-minimal-col p {
  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,
.footer-minimal-contact p {
  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, #c8a66a, #7abfeb);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(200, 166, 106, 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;
}

.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;
}

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

.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, #a77d36 0%, #c8a66a 58%, #dcefff 100%);
  box-shadow:
    0 18px 42px rgba(167, 125, 54, 0.28),
    0 10px 26px rgba(200, 166, 106, 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;
  fill: #fff;
}

.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, #a77d36 0%, #d6ad63 56%, #dcefff 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;
}

/* CHATBOT */
.chatbot-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9991;
}

.chatbot-toggle {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  color: #fff;
  background: linear-gradient(135deg, #c8a66a, #7cccf6);
  box-shadow: 0 16px 35px rgba(167, 125, 54, 0.26);
  font-weight: 900;
  cursor: pointer;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 74px;
  width: min(330px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 28px 80px rgba(40, 28, 36, 0.24);
  transform: translateY(16px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.chatbot-panel.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.chatbot-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #a77d36, #c8a66a);
}

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

.chatbot-head small {
  opacity: 0.86;
  line-height: 1.4;
}

.chatbot-head button {
  width: 34px;
  height: 34px;
  border: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,0.18);
  cursor: pointer;
}

.chatbot-body {
  max-height: 220px;
  overflow-y: auto;
  padding: 16px;
}

.bot-msg {
  margin-bottom: 10px;
  padding: 11px 13px;
  border-radius: 16px;
  background: #fff7e8;
  color: var(--kids-ink);
  font-size: 0.92rem;
  line-height: 1.45;
}

.chatbot-actions {
  display: grid;
  gap: 8px;
  padding: 0 16px 16px;
}

.chatbot-actions button,
.chatbot-actions a {
  border: 0;
  border-radius: 999px;
  padding: 11px 15px;
  color: #fff;
  background: linear-gradient(135deg, #a77d36, #c8a66a);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 158px;
  z-index: 9990;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #a77d36, #c8a66a);
  box-shadow: 0 14px 30px rgba(167, 125, 54, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: 0.25s ease;
  cursor: pointer;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mini-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 99999;
  transform: translateX(-50%) translateY(20px);
  padding: 13px 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #332a2c, #a77d36);
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 20px 45px rgba(0,0,0,0.22);
  transition: 0.25s ease;
}

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

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

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

/* ANIMACIONES */
@keyframes confettiFall {
  0% { transform: translateY(-20px) rotate(0deg); opacity: 0; }
  12% { opacity: 0.8; }
  100% { transform: translateY(110vh) rotate(360deg); opacity: 0; }
}

@keyframes bubbleRise {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.55; }
  50% { transform: translateY(-90px) scale(1.08); opacity: 0.9; }
}

@keyframes fireworkBurst {
  0% { transform: scale(0.15); opacity: 0; }
  30% { opacity: 0.9; }
  100% { transform: scale(1); opacity: 0; }
}

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

@keyframes birdFly {
  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); }
}

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

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

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

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

@keyframes musicPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

/* RESPONSIVE FOOTER */
@media (max-width: 1199px) {
  .kids-catalog-editorial-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 28px;
  }

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

  .kids-template-editorial-card__img {
    padding: 30px 14px 220px;
  }

  .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);
  }
}

/* RESPONSIVE TABLET */
@media (max-width: 991px) {
  .kids-hero-collage,
  .kids-custom-hero-section {
    min-height: auto;
    padding: 86px 0 78px;
  }

  .kids-hero-layout,
  .kids-custom-hero-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

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

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

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

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

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

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

  .kids-template-modal__image {
    width: min(330px, 78vw);
    height: min(520px, 58vh);
    margin: 0 auto;
  }

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

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

/* RESPONSIVE MÓVIL */
@media (max-width: 767px) {
  .kids-hero-collage {
    padding: 62px 0 58px;
  }

  .kids-custom-hero-section {
    padding: 72px 0 68px;
  }

  .kids-hero-bg.bautismo-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/bautismo/img/bgbautismo.png");
    background-size: cover;
    background-position: center top;
  }

  .kids-custom-bg.bautismo-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/bautismo/img/bgbautismo2.png");
    background-size: cover;
    background-position: center top;
  }

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

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

  .kids-hero-gallery {
    width: 100%;
    min-height: 405px;
    overflow: visible;
  }

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

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

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

  .kids-catalog-editorial-section {
    padding: 76px 0 88px;
  }

  .kids-catalog-heading {
    margin-bottom: 38px;
    padding: 0 14px;
  }

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

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

  .kids-template-editorial-card {
    min-height: 650px;
    border-radius: 30px;
  }

  .kids-template-editorial-card__img {
    padding: 22px 10px 230px;
  }

  .kids-template-editorial-card__content {
    padding: 0 20px 22px;
  }

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

  .kids-template-editorial-card__text {
    font-size: 0.9rem;
    line-height: 1.52;
  }

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

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

  .kids-hero-lottie,
  .kids-catalog-bg-lottie {
    display: block;
    opacity: 0.18;
    transform: scale(0.68);
  }

  .kids-hero-lottie--one {
    left: -42px;
    top: 32px;
  }

  .kids-hero-lottie--two {
    right: -42px;
    bottom: 46px;
  }

  .kids-catalog-bg-lottie--one {
    left: -54px;
    top: 24px;
  }

  .kids-catalog-bg-lottie--two {
    right: -54px;
    bottom: 24px;
  }

  .bautismo-deco {
    display: block;
    opacity: 0.72;
    font-size: 1.8rem;
    z-index: 4;
  }

  .bautismo-deco--cross { left: 7%; top: 9%; }
  .bautismo-deco--dove { right: 9%; top: 20%; }
  .bautismo-deco--star { right: 10%; bottom: 12%; }
  .bautismo-deco--cloud { left: 10%; bottom: 18%; }

  .bautismo-deco--cat-cross-one { left: 4%; top: 7%; }
  .bautismo-deco--cat-cross-two { right: 4%; top: 58%; }
  .bautismo-deco--cat-dove-one { left: 8%; top: 34%; }
  .bautismo-deco--cat-dove-two { right: 8%; top: 20%; }
  .bautismo-deco--cat-star-one { left: 7%; bottom: 9%; }
  .bautismo-deco--cat-star-two { right: 8%; bottom: 12%; }

  .bautismo-cloud {
    display: block;
    opacity: 0.42;
    transform: scale(0.72);
  }

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

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

  .kids-music-toggle {
    width: 52px;
    height: 52px;
    min-height: 52px;
  }

  .chatbot-widget {
    right: 14px;
    bottom: 18px;
  }

  .chatbot-toggle {
    min-height: 52px;
    padding: 12px 18px;
  }

  .scroll-top {
    right: 14px;
    bottom: 150px;
    width: 48px;
    height: 48px;
  }

  .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;
  }
}

/* MÓVIL PEQUEÑO */
@media (max-width: 520px) {
  .kids-loader-elephant-crop {
  width: 250px;
  height: 182px;
}

.kids-loader-lottie {
  width: 250px;
  height: 250px;
  transform: translateY(-7px);
}

.kids-loader-brand {
  margin-top: 6px;
  font-size: 2.25rem;
}

  .kids-loader {
    padding: 22px 18px 28px;
  }

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

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

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

  .kids-template-editorial-card {
    min-height: 610px;
    border-radius: 28px;
  }

  .kids-template-editorial-card__img {
    padding: 18px 8px 228px;
  }

  .kids-template-editorial-card__content {
    padding: 0 18px 20px;
  }

  .kids-template-editorial-card__tag {
    font-size: 0.68rem;
  }

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

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

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

  .kids-custom-pill-list span {
    width: 100%;
    justify-content: center;
  }

  .bautismo-deco {
    font-size: 1.55rem;
  }

  .kids-hero-lottie,
  .kids-catalog-bg-lottie {
    transform: scale(0.55);
    opacity: 0.14;
  }
}

/* MÓVIL MUY PEQUEÑO */
@media (max-width: 390px) {
  .kids-hero-gallery {
    min-height: 330px;
  }

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

  .kids-hero-phone--front {
    left: 34%;
    width: 205px;
    height: 306px;
  }

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

  .kids-template-editorial-card__img {
    padding: 16px 6px 232px;
  }
}
