/* =========================================================
   Lauplastilinarte — Sistema de estilos
   Fiel al brandkit: paleta oficial + tipografías + regla 70/20/10
   ========================================================= */

:root {
  /* --- Paleta oficial --- */
  --fucsia:   #FF3FAF;   /* principal · CTAs */
  --turquesa: #2FE5D0;   /* Familia sencillo */
  --amarillo: #FFD93D;   /* Paisaje especial */
  --naranja:  #FF6B35;   /* urgencia / fechas pico */
  --violeta:  #C083FF;   /* Peluditos */
  --blanco:   #FFFFFF;
  --gris:     #F2F2F2;   /* fondo alternativo */
  --grafito:  #413F3F;   /* texto principal (no negro) */

  --wa-green: #25D366;

  /* --- Derivados --- */
  --grafito-soft: #6b6868;
  --fucsia-dark:  #e12d98;
  --line:         #ececec;

  /* --- Tipografías --- */
  --f-emocion: 'Allura', cursive;              /* frases con alma */
  --f-titulo:  'Cinzel', serif;                /* títulos · combate "manualidad" */
  --f-cuerpo:  'Montserrat', system-ui, sans-serif;
  --f-cta:     'League Spartan', sans-serif;   /* botones */

  /* --- Layout --- */
  --maxw: 1160px;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 50px -22px rgba(65, 63, 63, .28);
  --shadow-sm: 0 8px 24px -14px rgba(65, 63, 63, .35);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  font-family: var(--f-cuerpo);
  color: var(--grafito);
  background: var(--blanco);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

/* ---------- Tipografía base ---------- */
h1, h2, h3 { line-height: 1.15; margin: 0; }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }

.section-eyebrow {
  font-family: var(--f-emocion);
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  color: var(--fucsia);
  margin: 0 0 4px;
  line-height: 1;
}

.section-title {
  font-family: var(--f-titulo);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4.2vw, 2.5rem);
  color: var(--grafito);
}

.eyebrow {
  font-family: var(--f-titulo);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--fucsia);
  margin: 0 0 18px;
}

/* ---------- Botones ---------- */
.btn {
  --btn-bg: var(--fucsia);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: var(--f-cta);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .82rem;
  padding: 13px 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--btn-bg);
  color: var(--btn-fg);
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
  box-shadow: 0 10px 26px -12px rgba(255, 63, 175, .8);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(255, 63, 175, .85); }
.btn:active { transform: translateY(0); }

.btn--lg { font-size: .92rem; padding: 16px 30px; }

.btn--ghost {
  background: transparent;
  color: var(--grafito);
  border-color: var(--line);
  box-shadow: none;
}
.btn--ghost:hover { border-color: var(--grafito); box-shadow: none; }

.btn--light {
  background: #fff;
  color: var(--grafito);
  box-shadow: 0 12px 30px -14px rgba(0,0,0,.45);
}

.btn--wa { --btn-bg: var(--fucsia); }

/* Ícono WhatsApp (SVG inline vía mask) */
.wa-ico {
  width: 1.15em; height: 1.15em;
  background: currentColor;
  -webkit-mask: var(--wa-mask) center / contain no-repeat;
  mask: var(--wa-mask) center / contain no-repeat;
}
.wa-ico--lg { width: 30px; height: 30px; }
:root {
  --wa-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2zm0 18.15h-.01a8.2 8.2 0 0 1-4.19-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.2 8.2 0 0 1-1.26-4.38c0-4.54 3.7-8.23 8.24-8.23 2.2 0 4.27.86 5.82 2.42a8.18 8.18 0 0 1 2.41 5.82c0 4.54-3.69 8.23-8.24 8.23zm4.52-6.16c-.25-.12-1.47-.72-1.69-.81-.23-.08-.39-.12-.56.13-.16.25-.64.81-.79.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-1.99-1.23-.74-.66-1.23-1.47-1.38-1.72-.14-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.13-.14.17-.25.25-.41.08-.17.04-.31-.02-.43-.06-.12-.56-1.34-.76-1.84-.2-.48-.4-.42-.56-.42-.14 0-.31-.02-.47-.02-.17 0-.43.06-.66.31-.23.25-.86.85-.86 2.07 0 1.22.89 2.4 1.01 2.56.12.17 1.75 2.67 4.23 3.74.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.47-.07 1.47-.6 1.68-1.18.21-.58.21-1.07.14-1.18-.06-.11-.22-.17-.47-.29z'/%3E%3C/svg%3E");
}

/* ===================== HEADER ===================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 20px; height: 68px; }

.brand {
  font-family: var(--f-emocion);
  font-size: 1.9rem;
  color: var(--grafito);
  line-height: 1;
  margin-right: auto;
}
.site-header .brand { display: flex; align-items: center; }
.site-header .brand img { height: 40px; width: auto; display: block; }
@media (max-width: 640px) { .site-header .brand img { height: 34px; } }

.nav { display: flex; gap: 28px; }
.nav a {
  font-size: .82rem; font-weight: 600; letter-spacing: .02em;
  color: var(--grafito-soft);
  transition: color .2s;
}
.nav a:hover { color: var(--fucsia); }

.nav-toggle {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--grafito); border-radius: 2px; transition: .25s; }

/* ===================== HERO ===================== */
.hero { padding: clamp(48px, 8vw, 96px) 0; overflow: hidden; }
.hero-inner {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(30px, 5vw, 72px); align-items: center;
}
.hero-title {
  font-family: var(--f-titulo);
  font-weight: 700;
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  letter-spacing: .01em;
  margin-bottom: 22px;
}
.hero-sub {
  font-size: 1.08rem; color: var(--grafito-soft);
  max-width: 30ch; margin: 0 0 32px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-media { margin: 0; }
.ph--hero { aspect-ratio: 4 / 5; border-radius: var(--radius); }
.hero-media img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}

/* Placeholder de imágenes (se reemplaza por <img> real) */
.ph {
  position: relative;
  width: 100%; height: 100%;
  min-height: 180px;
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sig, var(--fucsia)) 22%, #fff), var(--gris));
  display: grid; place-items: center;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.ph::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.55), transparent 45%);
}
.ph::after {
  content: attr(data-ph);
  position: relative;
  font-family: var(--f-titulo);
  text-transform: uppercase; letter-spacing: .18em;
  font-size: .7rem; color: var(--grafito-soft);
  background: rgba(255,255,255,.75);
  padding: 8px 14px; border-radius: 999px;
}

/* ===================== MENSAJES CLAVE ===================== */
.messages { background: var(--grafito); color: #fff; padding: 40px 0; }
.messages-inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 26px; text-align: center;
}
.msg { font-family: var(--f-titulo); font-size: 1rem; letter-spacing: .03em; line-height: 1.5; opacity: .9; }
.msg span { color: var(--amarillo); }

/* ===================== LÍNEAS ===================== */
.lines { padding: clamp(64px, 9vw, 110px) 0; }
.line-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.line-card {
  background: #fff; border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  border-top: 5px solid var(--sig);
}
.line-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.line-media { aspect-ratio: 4 / 3; }
.line-media .ph { border-radius: 0; box-shadow: none; }
.line-media img { width: 100%; height: 100%; object-fit: cover; }
.line-body { padding: 24px 24px 28px; }
.line-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--f-cta); font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; font-size: .74rem;
  color: var(--grafito);
  background: color-mix(in srgb, var(--sig) 30%, #fff);
  padding: 5px 13px; border-radius: 999px; margin-bottom: 14px;
}
.tag-ico { width: 15px; height: 15px; flex: 0 0 auto; }
.line-name { font-family: var(--f-titulo); font-weight: 600; font-size: 1.3rem; margin-bottom: 10px; }
.line-desc { color: var(--grafito-soft); font-size: .96rem; margin: 0 0 16px; }
.line-meta { display: block; font-size: .8rem; color: var(--grafito-soft); margin-bottom: 18px; letter-spacing: .02em; }
.line-link {
  font-family: var(--f-cta); font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; font-size: .8rem; color: var(--fucsia);
  transition: gap .2s, color .2s;
}
.line-link:hover { color: var(--fucsia-dark); }

/* ===================== GALERÍA ===================== */
.gallery { padding: clamp(64px, 9vw, 110px) 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gallery-item {
  margin: 0; overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 1;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.gallery-item:hover img { transform: scale(1.06); }

@media (max-width: 760px) { .gallery-grid { grid-template-columns: 1fr 1fr; } }

/* ===================== PROCESO ===================== */
.process { padding: clamp(64px, 9vw, 110px) 0; background: var(--gris); }
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;
  counter-reset: step;
}
.step { background: #fff; border-radius: var(--radius-sm); padding: 26px 20px; box-shadow: var(--shadow-sm); position: relative; }
.step-num {
  display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--fucsia); color: #fff;
  font-family: var(--f-titulo); font-weight: 700; font-size: 1.1rem;
  margin-bottom: 16px;
}
.step h3 { font-family: var(--f-titulo); font-weight: 600; font-size: 1.02rem; margin-bottom: 8px; letter-spacing: .02em; }
.step p { font-size: .9rem; color: var(--grafito-soft); margin: 0; }

/* ===================== TESTIMONIOS ===================== */
.testimonials { padding: clamp(64px, 9vw, 110px) 0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi {
  margin: 0; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.testi::before {
  content: "“"; position: absolute; top: 6px; left: 20px;
  font-family: var(--f-titulo); font-size: 4rem; color: var(--fucsia); opacity: .25; line-height: 1;
}
.testi blockquote { margin: 18px 0 20px; font-size: 1rem; color: var(--grafito); }
.testi figcaption { display: flex; flex-direction: column; }
.testi-name { font-family: var(--f-titulo); font-weight: 600; font-size: .92rem; }
.testi-detail { font-size: .8rem; color: var(--grafito-soft); }

/* ===================== PRUEBAS REALES ===================== */
.proofs { padding: clamp(56px, 8vw, 96px) 0; background: var(--grafito); }
.proofs .section-title { color: #fff; }
.proofs .section-eyebrow { color: var(--amarillo); }
.proofs-hint { color: rgba(255,255,255,.6); font-size: .86rem; margin: 10px 0 0; }
.proofs-strip {
  display: flex; gap: 18px;
  overflow-x: auto;
  padding: 4px 22px 22px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--fucsia) transparent;
}
.proofs-strip::-webkit-scrollbar { height: 8px; }
.proofs-strip::-webkit-scrollbar-thumb { background: var(--fucsia); border-radius: 999px; }
.proofs-strip img {
  height: 440px; width: auto; flex: 0 0 auto;
  border-radius: 16px; box-shadow: 0 18px 40px -18px rgba(0,0,0,.6);
  scroll-snap-align: center;
}
@media (max-width: 640px) { .proofs-strip img { height: 360px; } }

/* ===================== SOBRE LAURA ===================== */
.about { padding: clamp(64px, 9vw, 110px) 0; background: var(--gris); }
.about-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.ph--about { aspect-ratio: 3 / 4; --sig: var(--fucsia); }
.about-media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-copy p { color: var(--grafito-soft); margin: 0 0 18px; }
.about-copy .section-title { margin-bottom: 20px; }
.about-copy .btn { margin-top: 10px; }

/* ===================== CTA FINAL ===================== */
.cta-final {
  padding: clamp(64px, 9vw, 100px) 0;
  background: linear-gradient(120deg, var(--fucsia), #ff6fc4 60%, var(--violeta));
  color: #fff; text-align: center;
}
.cta-script { font-family: var(--f-emocion); font-size: clamp(2rem, 5vw, 3rem); margin: 0 0 6px; line-height: 1; }
.cta-title {
  font-family: var(--f-titulo); text-transform: uppercase; letter-spacing: .05em;
  font-weight: 700; font-size: clamp(1.5rem, 4vw, 2.3rem); margin: 0 0 30px;
}

/* ===================== FOOTER ===================== */
.site-footer { background: var(--grafito); color: #fff; padding: 48px 0 26px; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; align-items: center; }
.brand--footer { font-size: 1.8rem; margin: 0; }
.footer-tag { color: rgba(255,255,255,.6); font-size: .86rem; margin: 4px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { font-size: .86rem; color: rgba(255,255,255,.85); transition: color .2s; }
.footer-links a:hover { color: var(--amarillo); }
.copyright { text-align: center; color: rgba(255,255,255,.45); font-size: .78rem; margin: 34px 0 0; }

/* ===================== WHATSAPP FLOTANTE ===================== */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa-green); color: #fff;
  display: none; place-items: center;
  box-shadow: 0 12px 28px -8px rgba(37, 211, 102, .7);
  transition: transform .2s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }

/* ===================== ANIMACIÓN REVEAL ===================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 420px; margin-inline: auto; }
  .hero-sub { max-width: none; }
  .line-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .about-inner { grid-template-columns: 1fr; }
  .about-media { max-width: 360px; }
  .messages-inner { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 640px) {
  .nav { display: none; }
  .header-inner .btn--wa { display: none; }
  .nav-toggle { display: flex; }
  .wa-float { display: grid; }

  .nav.is-open {
    display: flex; flex-direction: column;
    position: absolute; top: 68px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 18px 22px; gap: 18px;
  }

  .line-grid, .testi-grid, .steps { grid-template-columns: 1fr; }
  .line-card, .testi { max-width: 460px; margin-inline: auto; width: 100%; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}
