:root{
  --rosa:      #F76BA4;
  --rosa-int:  #E8478B;
  --turquesa:  #3ECFC8;
  --teal:      #2BB8B1;
  --amarillo:  #FFD34E;
  --lima:      #A8D954;
  --crema:     #FFFAF4;
  --blanco:    #FFFFFF;
  --tinta:     #4A3B52;
  --tinta-suave: #7A6E82;
  --sombra: 0 10px 30px rgba(74,59,82,.10);
}
*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family:'Nunito', sans-serif;
  color:var(--tinta);
  background:var(--crema);
  line-height:1.6;
  overflow-x:hidden;
}
body.con-intro{ overflow:hidden; }
h1,h2,h3,h4{ font-family:'Baloo 2', cursive; line-height:1.15; }
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }

/* Intro */
.intro{
  position:fixed; inset:0; z-index:100;
  background:var(--crema);
  display:grid; place-items:center;
}
.intro svg{ width:min(52vw, 280px); height:auto; }
.intro .sol-cuerpo, .intro .sol-texto{
  transform-box:view-box; transform-origin:100px 100px;
  animation:sol-pop .55s cubic-bezier(.3,1.6,.5,1) both;
}
.intro .sol-texto{ animation-delay:.15s; }
.intro .rayos{
  transform-box:view-box; transform-origin:100px 100px;
  animation:rayos-girar 1s .3s ease-out both;
}
.intro .rayo{ animation:rayo-luz .4s ease backwards; animation-delay:calc(.35s + var(--i) * .07s); }
.intro .sol-palabra{
  transform-box:view-box; transform-origin:100px 128px;
  animation:palabra-sube .5s .45s cubic-bezier(.3,1.5,.5,1) both;
}
@keyframes sol-pop{ from{ transform:scale(.1); opacity:0; } to{ transform:scale(1); opacity:1; } }
@keyframes rayos-girar{ from{ transform:rotate(-28deg); } to{ transform:rotate(0deg); } }
@keyframes rayo-luz{ from{ opacity:0; } to{ opacity:1; } }
@keyframes palabra-sube{ from{ transform:translateY(10px) scale(.8); opacity:0; } to{ transform:translateY(0) scale(1); opacity:1; } }

/* Cinta superior */
.cinta{
  background:var(--teal);
  color:#fff;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.02em;
}
.cinta-inner{
  max-width:1120px; margin:0 auto; padding:.45rem 1.25rem;
  display:flex; justify-content:space-between; align-items:center; gap:1rem;
}
.cinta .lema{ display:flex; align-items:center; gap:.45rem; }
.cinta .redes{ display:flex; gap:1.1rem; white-space:nowrap; }
.cinta .redes a{ display:inline-flex; align-items:center; gap:.35rem; transition:opacity .2s; }
.cinta .redes a:hover{ opacity:.8; }
.cinta svg{ width:15px; height:15px; fill:#fff; flex:none; }

/* Navegación */
.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(8px);
  box-shadow:0 2px 14px rgba(74,59,82,.08);
}
.nav-inner{
  max-width:1120px; margin:0 auto; padding:.4rem 1.25rem;
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
}
.nav .logo{ overflow:hidden; height:78px; display:flex; align-items:center; }
.nav .logo img{ height:150px; width:auto; margin:-36px 0; }
.nav-links{ display:flex; align-items:center; gap:1.6rem; list-style:none; }
.nav-links a{
  font-weight:800; font-size:.95rem; color:var(--tinta);
  padding:.3rem .15rem; border-bottom:3px solid transparent;
  transition:color .2s, border-color .2s;
}
.nav-links a:hover{ color:var(--rosa-int); border-color:var(--amarillo); }
.btn{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:'Baloo 2', cursive; font-weight:700; font-size:1rem;
  padding:.6rem 1.4rem; border:none; cursor:pointer;
  transition:transform .2s, box-shadow .2s;
}
.btn:hover{ transform:translateY(-2px) rotate(0deg); }
.btn-rosa{
  background:var(--amarillo); color:var(--rosa-int);
  border:2.5px solid var(--rosa-int);
  border-radius:255px 18px 225px 18px / 18px 225px 18px 255px;
  box-shadow:3px 4px 0 var(--rosa-int);
  transform:rotate(-1.5deg);
}
.btn-rosa:hover{ box-shadow:4px 6px 0 var(--rosa-int); }
.btn-blanco{
  background:#fff; color:var(--teal);
  border:2.5px dashed var(--turquesa);
  border-radius:225px 16px 255px 16px / 16px 255px 16px 225px;
  box-shadow:3px 4px 0 rgba(62,207,200,.45);
  transform:rotate(1deg);
}
.btn-blanco:hover{ box-shadow:4px 6px 0 rgba(62,207,200,.45); }
.btn svg{ width:18px; height:18px; fill:currentColor; }

/* Hero */
.hero{
  position:relative;
  padding:3rem 1.25rem 6rem;
  text-align:center;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,211,78,.22), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(62,207,200,.20), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(247,107,164,.14), transparent 32%),
    var(--crema);
}
.hero-inner{ max-width:860px; margin:0 auto; position:relative; z-index:2; }
.sol-hero{
  width:min(42vw, 190px); height:auto; margin:0 auto -8px;
  animation:aparecer .7s ease both;
}
.sol-hero .rayos{ transform-box:view-box; transform-origin:100px 100px; will-change:transform; }
.hero h1{
  font-size:clamp(2.4rem, 6vw, 4.2rem);
  font-weight:800;
  margin:0 0 1.3rem;
  animation:aparecer .7s .12s ease both;
}
/* Letras multicolor */
.divertido span{ display:inline-block; }
.c1{ color:var(--rosa-int); }
.c2{ color:var(--turquesa); }
.c3{ color:var(--amarillo); text-shadow:0 1px 0 rgba(74,59,82,.15); }
.c4{ color:var(--lima); }
.subrayado{
  position:relative; white-space:nowrap;
}
.subrayado svg{
  position:absolute; left:0; bottom:-.02em; width:100%; height:.26em; overflow:visible;
}
.hero p.bajada{
  font-size:1.15rem; color:var(--tinta-suave); max-width:600px;
  margin:0 auto 2rem;
  animation:aparecer .7s .22s ease both;
}
.hero .acciones{
  display:flex; gap:1rem; justify-content:center; flex-wrap:wrap;
  animation:aparecer .7s .32s ease both;
}
.hero .btn{ font-size:1.1rem; padding:.75rem 1.8rem; }
.chips{
  margin-top:2.6rem;
  display:flex; gap:.6rem; justify-content:center; flex-wrap:wrap;
  animation:aparecer .7s .45s ease both;
}
.chip{
  background:#fff; border-radius:999px; padding:.45rem 1.1rem;
  font-weight:800; font-size:.9rem;
  box-shadow:var(--sombra);
  border:2px solid transparent;
  transition:transform .2s;
}
.chip svg{ width:17px; height:17px; vertical-align:-3px; margin-right:.4rem; color:var(--tinta-suave); }
.chip:hover{ transform:translateY(-3px); }
.chip:nth-child(4n+1){ border-color:var(--rosa); }
.chip:nth-child(4n+2){ border-color:var(--amarillo); }
.chip:nth-child(4n+3){ border-color:var(--turquesa); }
.chip:nth-child(4n+4){ border-color:var(--lima); }

/* Confeti */
.confeti{ position:absolute; z-index:1; pointer-events:none; }
.confeti span{
  position:absolute; display:block; border-radius:3px;
  animation:flotar 5s ease-in-out infinite;
}
@keyframes flotar{
  0%,100%{ transform:translateY(0) rotate(var(--r,12deg)); }
  50%{ transform:translateY(-14px) rotate(calc(var(--r,12deg) + 14deg)); }
}
@keyframes aparecer{
  from{ opacity:0; transform:translateY(18px); }
  to{ opacity:1; transform:translateY(0); }
}

/* Ondas */
.onda{ display:block; width:100%; height:38px; margin-bottom:-1px; }

/* Secciones */
section{ padding:4.5rem 1.25rem; }
.contenedor{ max-width:1120px; margin:0 auto; }
.titulo-seccion{ text-align:center; margin-bottom:3rem; }
.titulo-seccion .mini{
  display:inline-block; background:var(--amarillo); color:var(--rosa-int);
  font-family:'Baloo 2',cursive; font-weight:700; font-size:.9rem;
  letter-spacing:.14em; text-transform:uppercase;
  padding:.3rem 1.2rem; margin-bottom:1rem;
  border-radius:4px 16px 6px 18px / 14px 6px 16px 6px;
  transform:rotate(-2deg);
  box-shadow:2px 3px 0 rgba(74,59,82,.15);
}
.titulo-seccion h2{ font-size:clamp(1.9rem, 4vw, 2.7rem); font-weight:800; }
.titulo-seccion p{ color:var(--tinta-suave); max-width:560px; margin:.6rem auto 0; }

/* Colores por servicio */
.s-rosa{ --color:var(--rosa); --color-texto:var(--rosa-int); }
.s-amarillo{ --color:var(--amarillo); --color-texto:#D9A400; }
.s-turquesa{ --color:var(--turquesa); --color-texto:var(--teal); }
.s-lima{ --color:var(--lima); --color-texto:#7CAB2E; }

/* Servicios */
#servicios{ background:#fff; }
.acordeon{
  background:var(--crema);
  border:2.5px solid var(--color, var(--rosa));
  border-radius:255px 25px 225px 25px / 25px 225px 25px 255px;
  box-shadow:7px 7px 0 color-mix(in srgb, var(--color, var(--rosa)) 28%, white);
  margin:0 auto 1.4rem;
  max-width:920px;
  overflow:hidden;
  transition:transform .25s, box-shadow .25s;
}
.acordeon:nth-of-type(odd){ transform:rotate(-.5deg); }
.acordeon:nth-of-type(even){ transform:rotate(.45deg); }
.acordeon:hover, .acordeon[open]{
  transform:rotate(0deg);
  box-shadow:9px 9px 0 color-mix(in srgb, var(--color, var(--rosa)) 40%, white);
}
.acordeon summary{
  list-style:none; cursor:pointer;
  display:flex; align-items:center; gap:1.1rem;
  padding:1.05rem 1.4rem;
}
.acordeon summary::-webkit-details-marker{ display:none; }
.acordeon .icono{
  flex:none; width:54px; height:54px;
  border-radius:15px;
  display:grid; place-items:center;
  background:color-mix(in srgb, var(--color, var(--rosa)) 14%, white);
  color:var(--color-texto, var(--rosa-int));
  border:2px solid color-mix(in srgb, var(--color, var(--rosa)) 45%, white);
  transition:transform .25s;
}
.acordeon .icono svg{ width:28px; height:28px; }
.acordeon summary:hover .icono, .acordeon[open] .icono{ transform:scale(1.06); }
.acordeon .tit h3{ font-size:1.2rem; color:var(--color-texto, var(--rosa-int)); }
.acordeon .tit .sub{ font-weight:800; font-size:.82rem; color:var(--tinta-suave); }
.acordeon .mas{
  margin-left:auto; flex:none;
  width:36px; height:36px; border-radius:50%;
  display:grid; place-items:center;
  font-family:'Baloo 2',cursive; font-size:1.5rem; line-height:1;
  color:var(--color-texto, var(--rosa-int));
  background:#fff; box-shadow:var(--sombra);
  transition:transform .3s;
}
.acordeon[open] .mas{ transform:rotate(45deg); }
.acordeon .cuerpo{
  padding:.2rem 1.6rem 1.7rem;
  display:grid; grid-template-columns:1.15fr 1fr; gap:1.6rem;
}
.acordeon .cuerpo p{ font-size:.95rem; }
.acordeon h4{
  font-size:.95rem; color:var(--color-texto, var(--rosa-int));
  text-transform:uppercase; letter-spacing:.08em; margin-bottom:.5rem;
}
.lista-check{ list-style:none; }
.lista-check li{
  position:relative; padding-left:1.5rem;
  font-size:.9rem; margin-bottom:.35rem;
}
.lista-check li::before{
  content:'✓'; position:absolute; left:0; top:0;
  color:var(--color-texto, var(--rosa-int)); font-weight:800;
}
.chips-mini{ display:flex; flex-wrap:wrap; gap:.45rem; }
.chips-mini span{
  background:color-mix(in srgb, var(--color, var(--rosa)) 16%, white);
  border-radius:999px; padding:.22rem .75rem;
  font-size:.8rem; font-weight:800;
}
.acordeon .bloque + .bloque{ margin-top:1.2rem; }

/* Quiénes somos */
#nosotros{ background:var(--crema); }
.nosotros-grid{
  display:grid; grid-template-columns:360px 1fr;
  gap:3.5rem; align-items:center; max-width:1020px; margin:0 auto;
}
.polaroid{
  background:#fff; padding:1.1rem 1.1rem 1.4rem;
  border-radius:10px;
  box-shadow:0 16px 38px rgba(74,59,82,.16);
  transform:rotate(-3deg);
  position:relative;
}
.polaroid::before{
  content:''; position:absolute; top:-13px; left:50%;
  transform:translateX(-50%) rotate(-2deg);
  width:120px; height:28px; border-radius:4px;
  background:rgba(62,207,200,.55);
}
.polaroid img{ width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:4px; }
.equipo{ max-width:1020px; margin:2.6rem auto 0; text-align:center; }
.equipo img{ width:100%; max-height:430px; object-fit:cover; border-radius:20px; box-shadow:var(--sombra); }
.equipo img + img{ margin-top:1.1rem; }
.equipo figcaption{ margin-top:.9rem; font-family:'Baloo 2',cursive; font-weight:700; color:var(--rosa-int); }

/* Galería */
.galeria{
  grid-column:1 / -1;
  display:flex; flex-wrap:wrap; gap:.7rem;
  margin-top:1.4rem;
}
.galeria img{
  flex:1 1 150px; max-width:220px;
  width:100%; height:210px; object-fit:cover;
  border-radius:14px; box-shadow:var(--sombra);
}
.polaroid figcaption{
  text-align:center; font-family:'Baloo 2',cursive; font-weight:700;
  color:var(--rosa-int); margin-top:.4rem;
}
.nosotros-texto h2{ font-size:clamp(1.8rem, 3.6vw, 2.5rem); }
.nosotros-texto .apodo{ color:var(--tinta-suave); font-weight:700; margin-bottom:1rem; }
.nosotros-texto .apodo b{ color:var(--rosa-int); }
.credenciales{ display:flex; flex-wrap:wrap; gap:.5rem; margin:1rem 0 1.3rem; }
.credencial{
  background:#fff; border-radius:999px; padding:.32rem .95rem;
  font-size:.82rem; font-weight:800;
  border:2px solid var(--turquesa);
  box-shadow:var(--sombra);
}
.credencial svg{ width:15px; height:15px; vertical-align:-2px; margin-right:.35rem; color:var(--tinta-suave); }
.credencial:nth-child(2){ border-color:var(--rosa); }
.credencial:nth-child(3){ border-color:var(--amarillo); }
.credencial:nth-child(4){ border-color:var(--lima); }
.nosotros-texto p{ margin-bottom:1rem; font-size:.98rem; }
.cita{
  font-family:'Baloo 2',cursive; font-weight:700; font-style:italic;
  font-size:1.15rem; color:var(--rosa-int);
  border-left:5px solid var(--amarillo);
  padding:.2rem 0 .2rem 1.1rem;
  margin:1.3rem 0;
}
.firma{ font-weight:800; }

/* Políticas */
#politicas{ background:#fff; }
.politicas-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));
  gap:1.4rem;
}
.politica{
  background:var(--teal); color:#fff;
  border-radius:22px; padding:0 1.4rem 1.6rem;
  text-align:center;
  box-shadow:0 10px 26px rgba(43,184,177,.30);
  position:relative;
  margin-top:1.1rem;
}
.politica .estrella{
  position:absolute; top:-20px; left:50%; transform:translateX(-50%);
  width:44px; height:44px; border-radius:50%;
  background:#fff; color:var(--teal);
  display:grid; place-items:center;
  box-shadow:0 5px 12px rgba(74,59,82,.18);
}
.politica .estrella svg{ width:23px; height:23px; }
.politica h3{
  display:inline-block;
  background:var(--amarillo); color:var(--rosa-int);
  font-weight:800; font-size:1.05rem; letter-spacing:.06em; text-transform:uppercase;
  border-radius:14px; padding:.55rem 1.3rem;
  margin:1.5rem 0 1rem;
  box-shadow:0 3px 0 rgba(74,59,82,.12);
}
.politica p{ font-size:.92rem; font-weight:700; }
.politica p b{ color:var(--amarillo); }

/* CTA final */
.cta-final{
  background:
    radial-gradient(circle at 20% 30%, rgba(255,211,78,.25), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(168,217,84,.18), transparent 40%),
    #fff;
  text-align:center;
}
.cta-final{ padding-bottom:11rem; }
.cta-final h2{ font-size:clamp(1.9rem, 4vw, 2.6rem); max-width:640px; margin:0 auto 1rem; }
.cta-final .cursiva{
  font-style:italic; color:var(--rosa-int);
}
.cta-final p{ color:var(--tinta-suave); margin-bottom:2rem; }

/* Footer */
footer{
  position:relative;
  background:var(--tinta); color:#fff;
  padding:3.2rem 1.25rem 2rem;
  text-align:center;
}
.sol-pie{
  position:absolute; left:50%; bottom:100%;
  transform:translateX(-50%);
  width:min(44vw, 200px); height:auto;
  margin-bottom:-2px;
  pointer-events:none;
}
.sol-pie .rayos{
  transform-box:view-box; transform-origin:100px 100px;
  animation:mecer 7s ease-in-out infinite;
}
@keyframes mecer{
  0%,100%{ transform:rotate(-6deg); }
  50%{ transform:rotate(6deg); }
}
.estrellas span{
  position:absolute; pointer-events:none;
  color:var(--amarillo); font-size:.85rem;
  animation:titilar 3.2s ease-in-out infinite;
}
@keyframes titilar{
  0%,100%{ opacity:.2; transform:scale(.75) rotate(0deg); }
  50%{ opacity:1; transform:scale(1.15) rotate(18deg); }
}
footer .marca{
  font-family:'Baloo 2', cursive; font-weight:800;
  font-size:clamp(1.5rem, 3.5vw, 1.9rem);
  margin-bottom:.2rem;
}
footer .despedida{
  color:rgba(255,255,255,.75); font-weight:700;
  font-size:.95rem; margin-bottom:1.8rem;
}
footer .contacto{
  display:flex; gap:1.8rem; justify-content:center; flex-wrap:wrap;
  font-weight:700; margin-bottom:1.6rem;
}
footer .contacto a{ display:inline-flex; align-items:center; gap:.5rem; transition:color .2s; }
footer .contacto a:hover{ color:var(--amarillo); }
footer .contacto svg{ width:18px; height:18px; fill:currentColor; }
footer small{ opacity:.65; font-size:.8rem; }
footer .creditos{
  margin-top:.8rem; font-size:.78rem; font-weight:700;
  color:rgba(255,255,255,.55);
}
footer .creditos a{ color:var(--amarillo); transition:opacity .2s; }
footer .creditos a:hover{ opacity:.75; }

/* WhatsApp flotante */
.wsp-flotante{
  position:fixed; right:1.2rem; bottom:1.2rem; z-index:60;
  width:56px; height:56px; border-radius:50%;
  background:#25D366; display:grid; place-items:center;
  box-shadow:0 8px 22px rgba(37,211,102,.45);
  transition:transform .2s;
}
.wsp-flotante:hover{ transform:scale(1.1); }
.wsp-flotante svg{ width:30px; height:30px; fill:#fff; }

/* Instagram */
#instagram{ background:var(--blanco); }
.ig-feed{ max-width:960px; margin:0 auto; }
behold-widget{ display:block; width:100%; }
.ig-cta{ text-align:center; margin-top:2.4rem; }

:focus-visible{ outline:3px solid var(--rosa-int); outline-offset:3px; border-radius:6px; }

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; }
  html{ scroll-behavior:auto; }
  .intro{ display:none; }
}
@media (max-width: 900px){
  .nosotros-grid{ grid-template-columns:1fr; gap:2.5rem; }
  .polaroid{ max-width:320px; margin:0 auto; }
  .acordeon .cuerpo{ grid-template-columns:1fr; gap:1.2rem; }
}
@media (max-width: 760px){
  .cinta .lema{ display:none; }
  .cinta-inner{ justify-content:center; }
  .nav-links{ display:none; }
  .nav .logo{ height:64px; }
  .nav .logo img{ height:124px; margin:-30px 0; }
  .hero{ padding-top:2.2rem; padding-bottom:5rem; }
}
