.elementor-kit-10{--e-global-color-primary:#182C2F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FA7902;--e-global-color-fb18b80:#FFD300;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
Theme Name:  Lemon Digital
Theme URI:   https://lemon.digital/
Description: Child theme de Hello Elementor para Lemon Digital.
Template:    hello-elementor
Author:      Lemon Digital
Author URI:  https://lemon.digital/
Version:     1.0.0
License:     Proprietary
Text Domain: lemon-digital
*/
/* ============================================================
   LEMON DIGITAL — theme.css
   Sistema de diseño v2 | 2026
   ============================================================
   Tabla de contenidos:
   01. Tokens & Variables
   02. Reset & Base
   03. Tipografía
   04. Utilidades de layout
   05. Kicker / Badge
   06. Botones
   07. Cards
   08. Slot placeholders
   09. Listas & Chips
   10. Section Head (encabezados centrados)
   11. Hero Video
   12. Scroll Cue
   13. Header / Nav
   14. Bloque Resultados
   15. Servicios
   16. CTA Final
   17. Footer
   18. Secciones About
   19. FAQ accordion
   20. Animaciones Reveal
   21. Responsive
   ============================================================ */


/* ── 01 · Tokens & Variables ─────────────────────────────── */
:root {
  /* Colores marca (canónicos del home aprobado) */
  --ld-primary:     #FFCC00; /* Lemon */
  --ld-secondary:   #1A2F33; /* Dark Green */
  --ld-accent:      #FF5A36; /* Orange */
  --ld-electric:    #24BFC7; /* Electric */

  /* Neutros */
  --ld-neutral-50:  #F8F9FA;
  --ld-neutral-100: #EEF1F0;
  --ld-neutral-200: #DBE3E2;
  --ld-neutral-700: #4A5568;
  --ld-neutral-900: #1A2F33;

  /* Radios */
  --ld-radius-sm:   8px;
  --ld-radius-md:   12px;
  --ld-radius-lg:   12px;
  --ld-radius-xl:   16px;
  --ld-radius-2xl:  24px;

  /* Sombra */
  --ld-shadow: 0 10px 40px -10px rgba(26, 47, 51, 0.08);

  /* Tipografías */
  --ld-font-display: 'Outfit', sans-serif;
  --ld-font-body:    'Inter', sans-serif;
}


/* ── 02 · Reset & Base ───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--ld-font-body);
  color: var(--ld-neutral-700);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }


/* ── 03 · Tipografía ─────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ld-font-display);
  margin: 0 0 12px;
  line-height: 1.1;
  color: var(--ld-neutral-900);
}

p { margin: 0 0 14px; line-height: 1.65; color: var(--ld-neutral-700); }

.ld-intro-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.02em;
  text-wrap: balance;
  line-height: 1.05;
  font-weight: 900;
}


/* ── 04 · Utilidades de layout ───────────────────────────── */
.bg-white    { background-color: #fff; }
.bg-softgray { background-color: var(--ld-neutral-50); }

/* Utilidad de espaciado para compatibilidad sin Tailwind */
.mt-4 { margin-top: 16px; }

.ld-wrap    { width: min(1200px, 92vw); margin: 0 auto; }
.ld-section { padding: clamp(60px, 8vw, 100px) 0; }
.ld-grid-2  { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.ld-grid-3  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }


/* ── 05 · Kicker / Badge ─────────────────────────────────── */
.ld-kicker {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 204, 0, 0.45);
  background: rgba(255, 204, 0, 0.22);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  font-family: var(--ld-font-display);
  font-weight: 700;
  color: var(--ld-secondary);
}


/* ── 06 · Botones ────────────────────────────────────────── */
.ld-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
  font-family: var(--ld-font-display);
  font-size: 16px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ld-btn:hover { transform: scale(1.02); }

.ld-btn--primary          { background: var(--ld-primary); color: var(--ld-secondary); }
.ld-btn--primary:hover    { filter: brightness(0.95); }
.ld-btn--secondary        { background: var(--ld-secondary); color: #fff; }
.ld-btn--secondary:hover  { background-color: #112023; }
.ld-btn--outline          { background: transparent; border-color: var(--ld-secondary); color: var(--ld-secondary); }
.ld-btn--outline:hover    { background: var(--ld-secondary); color: #fff; }
.ld-btn--accent           { background: var(--ld-accent); color: #fff; box-shadow: 0 4px 14px 0 rgba(255, 90, 54, 0.39); }
.ld-btn--accent:hover     { filter: brightness(1.1); }


/* ── 07 · Cards ──────────────────────────────────────────── */
.ld-card {
  border: 1px solid var(--ld-neutral-200);
  border-radius: var(--ld-radius-xl);
  background: #fff;
  padding: 32px;
  box-shadow: var(--ld-shadow);
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1), box-shadow 360ms ease, border-color 280ms ease;
}
.ld-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(26, 47, 51, 0.12);
  border-color: var(--ld-secondary);
}
.ld-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-bottom: 12px;
  font-weight: 800;
}


/* ── 08 · Slot placeholders ──────────────────────────────── */
.ld-slot {
  border: 1px dashed rgba(26, 47, 51, 0.48);
  border-radius: var(--ld-radius-lg);
  background: repeating-linear-gradient(-45deg, #fff, #fff 15px, #F8F9FA 15px, #F8F9FA 30px);
  display: grid;
  place-items: center;
  color: var(--ld-secondary);
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--ld-font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.ld-slot--hero  { min-height: 400px; border-radius: var(--ld-radius-2xl); }
.ld-slot--image { min-height: 180px; margin-bottom: 16px; border: none; background: var(--ld-neutral-100); }
.ld-slot--case  { min-height: 220px; margin-bottom: 16px; border: none; background: var(--ld-neutral-100); }


/* ── 09 · Listas & Chips ─────────────────────────────────── */
.ld-list { list-style: none; padding: 0; margin: 16px 0 0; }
.ld-list li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 1.1rem; }
.ld-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ld-electric);
}

.ld-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.ld-chip {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--ld-font-display);
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(26, 47, 51, 0.05);
  color: var(--ld-secondary);
  border: 1px solid rgba(26, 47, 51, 0.15);
}


/* ── 10 · Section Head (encabezados centrados) ───────────── */
.ld-section-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 48px auto;
}
.ld-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
  text-wrap: balance;
  font-weight: 800;
}


/* ── 11 · Hero Video ─────────────────────────────────────── */
.ld-video {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: #000;
}
.ld-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ── 12 · Scroll Cue ─────────────────────────────────────── */
.ld-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 10;
  display: inline-grid;
  justify-items: center;
  gap: 7px;
  text-decoration: none;
  opacity: 1;
  transition: opacity 280ms ease, transform 280ms ease;
}
.ld-scroll-cue.is-hidden {
  opacity: 0;
  transform: translate(-50%, 8px);
  pointer-events: none;
}
.ld-scroll-cue__mouse {
  width: 26px;
  height: 40px;
  border-radius: 16px;
  border: 2px solid #fff;
  background: rgba(26, 47, 51, 0.3);
  backdrop-filter: blur(3px);
  display: grid;
  place-items: start center;
  padding-top: 7px;
}
.ld-scroll-cue__mouse i {
  width: 3px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  animation: ldWheelDrop 1.6s ease-in-out infinite;
}
@keyframes ldWheelDrop {
  0%   { opacity: 0; transform: translateY(-2px); }
  25%  { opacity: 1; }
  100% { opacity: 0; transform: translateY(10px); }
}


/* ── 13 · Header / Nav ───────────────────────────────────── */
.ld-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ld-neutral-200);
}
.ld-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
}
.ld-header__brand {
  font-family: var(--ld-font-display);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--ld-secondary);
  text-decoration: none;
}
.ld-header__brand span { color: var(--ld-primary); }

.ld-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ld-nav a {
  font-family: var(--ld-font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ld-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  letter-spacing: 0.02em;
}
.ld-nav a:hover { color: var(--ld-electric); }

/* Alias de compatibilidad (home.html usa ld-demo-header) */
.ld-demo-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
}
.ld-demo-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ld-demo-header__cta { display: flex; align-items: center; }


/* ── 14 · Bloque Resultados ──────────────────────────────── */
.ld-results-shell { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items: stretch; }
.ld-results-stat,
.ld-results-note  { border-radius: 24px; box-shadow: var(--ld-shadow); }

.ld-results-stat {
  padding: clamp(30px, 4vw, 50px);
  background: #fff;
  border-top: 6px solid var(--ld-electric);
}
.ld-results-label {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  font-family: var(--ld-font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ld-neutral-700);
}
.ld-results-stat span {
  display: block;
  margin-top: 10px;
  font-family: var(--ld-font-display);
  font-weight: 900;
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 1;
  color: var(--ld-primary);
}
.ld-results-copy { margin: 10px 0 0; font-size: 20px; font-weight: 600; color: var(--ld-secondary); }

.ld-results-note {
  padding: clamp(30px, 4vw, 50px);
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 6px solid var(--ld-accent);
}
.ld-results-note-copy {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.3;
  font-weight: 600;
  color: var(--ld-secondary);
  text-wrap: balance;
}


/* ── 15 · Servicios ──────────────────────────────────────── */
.ld-services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.ld-services-section .ld-card { border-top-width: 6px; }
.ld-services-section .ld-card:nth-child(4n+1) { border-top-color: var(--ld-electric); }
.ld-services-section .ld-card:nth-child(4n+2) { border-top-color: var(--ld-primary); }
.ld-services-section .ld-card:nth-child(4n+3) { border-top-color: var(--ld-accent); }
.ld-services-section .ld-card:nth-child(4n+4) { border-top-color: var(--ld-secondary); }
.ld-services-section .ld-card.is-coming       { border-top-color: var(--ld-primary); background-color: var(--ld-primary); }
.ld-services-section .ld-card.is-coming h3    { color: var(--ld-secondary); }

/* Selector directo sobre el grid (sin clase extra en el section) */
.ld-services-grid .ld-card { border-top: 6px solid transparent; }
.ld-services-grid .ld-card:nth-child(4n+1) { border-top-color: var(--ld-electric); }
.ld-services-grid .ld-card:nth-child(4n+2) { border-top-color: var(--ld-primary); }
.ld-services-grid .ld-card:nth-child(4n+3) { border-top-color: var(--ld-accent); }
.ld-services-grid .ld-card:nth-child(4n+4) { border-top-color: var(--ld-secondary); }


/* ── 16 · CTA Final ──────────────────────────────────────── */
.ld-cta {
  border-radius: var(--ld-radius-xl);
  padding: clamp(40px, 6vw, 80px);
  text-align: center;
  background: var(--ld-primary);
  color: var(--ld-secondary);
  box-shadow: var(--ld-shadow);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ld-cta h2 { color: var(--ld-secondary); }
.ld-cta p {
  color: rgba(26, 47, 51, 0.85);
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto 40px;
  font-weight: 500;
}


/* ── 17 · Footer ─────────────────────────────────────────── */
/* Clase canónica nueva */
.ld-footer {
  background: var(--ld-secondary);
  color: #fff;
  padding: clamp(40px, 6vw, 80px) 0 30px;
}
.ld-footer p, .ld-footer a { color: rgba(255, 255, 255, 0.7); }
.ld-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.ld-footer__brand { font-family: var(--ld-font-display); font-size: 1.5rem; font-weight: 800; letter-spacing: 0.08em; margin-bottom: 16px; color: #fff; }
.ld-footer__title { margin-bottom: 16px; color: #fff; font-weight: 700; font-size: 1.1rem; }
.ld-footer__links { list-style: none; padding: 0; margin: 0; }
.ld-footer__links li + li { margin-top: 10px; }
.ld-footer__links a { text-decoration: none; transition: color 0.2s; }
.ld-footer__links a:hover { color: var(--ld-primary); }
.ld-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ld-footer__legal { display: flex; gap: 20px; }

/* Alias de compatibilidad (home.html usa ld-demo-footer) */
.ld-demo-footer { background: var(--ld-secondary); color: #fff; padding: clamp(40px, 6vw, 80px) 0 30px; }
.ld-demo-footer p, .ld-demo-footer a { color: rgba(255, 255, 255, 0.7); }
.ld-demo-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.ld-demo-footer__brand { font-family: var(--ld-font-display); font-size: 1.5rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 16px; color: #fff; }
.ld-demo-footer__title { margin-bottom: 16px; color: #fff; font-weight: 700; font-size: 1.1rem; }
.ld-demo-footer__links { list-style: none; padding: 0; margin: 0; }
.ld-demo-footer__links li + li { margin-top: 10px; }
.ld-demo-footer__links a { text-decoration: none; transition: color 0.2s; }
.ld-demo-footer__links a:hover { color: var(--ld-primary); }
.ld-demo-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ld-demo-footer__legal { display: flex; gap: 20px; }


/* ── 18 · Secciones About ────────────────────────────────── */
.ld-about-main { padding-top: var(--ld-page-offset, 0px); }

.ld-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 100px) 0 clamp(40px, 6vw, 72px);
}
.ld-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ld-about-hero__title {
  font-size: clamp(2.5rem, 5.3vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  max-width: 11ch;
}
.ld-about-hero__lead {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  max-width: 60ch;
  margin-bottom: 24px;
}
.ld-about-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 24px;
}
.ld-about-hero__prompt {
  font-family: var(--ld-font-display);
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
  font-weight: 800;
  color: var(--ld-secondary);
  max-width: 20ch;
  margin: 0;
}

/* Panel lateral del hero about */
.ld-about-panel {
  position: relative;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 42px);
  background: linear-gradient(160deg, var(--ld-secondary), #243d42 72%);
  color: #fff;
  box-shadow: 0 24px 64px rgba(26, 47, 51, 0.2);
  overflow: hidden;
}
.ld-about-panel::before,
.ld-about-panel::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ld-about-panel::before {
  width: 260px; height: 260px;
  right: -90px; top: -90px;
  background: none;
}
.ld-about-panel::after {
  width: 180px; height: 180px;
  left: -50px; bottom: -60px;
  background: rgba(36, 191, 199, 0.16);
}
.ld-about-panel > * { position: relative; z-index: 1; }

.ld-about-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: var(--ld-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.ld-about-panel h2,
.ld-about-panel h3,
.ld-about-panel p { color: #fff; }
.ld-about-panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  max-width: 10ch;
  margin-bottom: 18px;
}
.ld-about-panel p { color: rgba(255, 255, 255, 0.78); }

/* Stats en el panel */
.ld-about-statlist { display: grid; gap: 16px; margin-top: 28px; }
.ld-about-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}
.ld-about-stat__num {
  font-family: var(--ld-font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  font-weight: 900;
  color: var(--ld-primary);
}
.ld-about-stat__copy { margin: 0; font-size: 1rem; }

/* Imagen / media */
.ld-about-media {
  margin-top: 24px;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.ld-about-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--ld-neutral-100);
}
.ld-about-media figcaption {
  padding: 14px 16px 16px;
  border-top: 1px solid var(--ld-neutral-200);
}
.ld-about-media__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  font-family: var(--ld-font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--ld-neutral-100);
  color: var(--ld-secondary);
}
.ld-about-media__prompt {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ld-neutral-700);
}
.ld-about-media--dark {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.ld-about-media--dark figcaption    { border-top-color: rgba(255, 255, 255, 0.2); }
.ld-about-media--dark .ld-about-media__label  { background: var(--ld-neutral-200); color: var(--ld-secondary); }
.ld-about-media--dark .ld-about-media__prompt { color: rgba(255, 255, 255, 0.86); }

/* Intro de sección */
.ld-about-section-intro { max-width: 820px; margin-bottom: 46px; }

/* Grid de origen */
.ld-about-origin {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}
.ld-about-origin__story,
.ld-about-origin__aside,
.ld-about-benefit,
.ld-about-region,
.ld-about-mini-cta {
  border: 1px solid var(--ld-neutral-200);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ld-shadow);
}
.ld-about-origin__story,
.ld-about-origin__aside,
.ld-about-region,
.ld-about-mini-cta { padding: clamp(24px, 4vw, 34px); }

/* Checklist */
.ld-about-checks {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}
.ld-about-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--ld-secondary);
}
.ld-about-checks li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ld-accent);
  box-shadow: 0 0 0 6px rgba(255, 90, 54, 0.12);
  flex-shrink: 0;
}

/* Pilares & beneficios */
.ld-about-pillars,
.ld-about-impact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

.ld-about-pillar,
.ld-about-benefit { padding: 28px; }

.ld-about-pillar {
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--ld-neutral-200);
  box-shadow: var(--ld-shadow);
  position: relative;
  overflow: hidden;
}
.ld-about-pillar::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-family: var(--ld-font-display);
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--ld-secondary);
  background: var(--ld-neutral-100);
}
.ld-about-pillar:nth-child(2n)::before { background: rgba(36, 191, 199, 0.22); }
.ld-about-pillar:nth-child(3n)::before { background: rgba(255, 90, 54, 0.18); }

.ld-about-benefit { border-top: 6px solid transparent; }
.ld-about-benefit:nth-child(5n + 1) { border-top-color: var(--ld-primary); }
.ld-about-benefit:nth-child(5n + 2) { border-top-color: var(--ld-electric); }
.ld-about-benefit:nth-child(5n + 3) { border-top-color: var(--ld-accent); }
.ld-about-benefit:nth-child(5n + 4) { border-top-color: var(--ld-secondary); }
.ld-about-benefit:nth-child(5n + 5) { border-top-color: #8aa7aa; }

/* Mini CTA inline */
.ld-about-mini-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 20px;
  align-items: center;
}
.ld-about-mini-cta h3,
.ld-about-region h3 { font-size: clamp(1.7rem, 3vw, 2.2rem); }

/* Región */
.ld-about-region {
  background: linear-gradient(180deg, rgba(26, 47, 51, 0.02), rgba(26, 47, 51, 0)), #fff;
}
.ld-about-region__chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.ld-about-region__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: var(--ld-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(26, 47, 51, 0.06);
  color: var(--ld-secondary);
  border: 1px solid rgba(26, 47, 51, 0.12);
}


/* ── 19 · FAQ accordion ──────────────────────────────────── */
.ld-about-faq { display: grid; gap: 14px; }

.ld-about-faq__item {
  border: 1px solid var(--ld-neutral-200);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ld-shadow);
  overflow: hidden;
  transition: border-color 240ms ease, box-shadow 240ms ease;
}
.ld-about-faq__item[open] {
  border-color: rgba(36, 191, 199, 0.45);
  box-shadow: 0 22px 40px rgba(26, 47, 51, 0.1);
}

.ld-about-faq__question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  cursor: pointer;
  font-family: var(--ld-font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ld-secondary);
}
.ld-about-faq__question::-webkit-details-marker { display: none; }
.ld-about-faq__question::after {
  content: '+';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--ld-neutral-100);
  color: var(--ld-secondary);
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 220ms ease, background 220ms ease;
}
.ld-about-faq__item[open] .ld-about-faq__question::after {
  content: '−';
  background: rgba(36, 191, 199, 0.2);
  transform: rotate(180deg);
}

.ld-about-faq__answer { padding: 0 28px 26px; }
.ld-about-faq__answer p { margin: 0; }


/* ── 20 · Animaciones Reveal (progressive enhancement) ──── */
/* Sin JS: contenido visible por defecto                      */
/* Con JS: .ld-js se añade a <html> por base.js               */
[data-reveal] {
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1), opacity 700ms ease;
}
.ld-js [data-reveal]          { opacity: 0; transform: translateY(30px); }
.ld-js [data-reveal="left"]   { transform: translateX(-40px); }
.ld-js [data-reveal="right"]  { transform: translateX(40px); }
.ld-js [data-reveal].is-inview { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: 100ms; }
[data-delay="2"] { transition-delay: 200ms; }
[data-delay="3"] { transition-delay: 300ms; }
[data-delay="4"] { transition-delay: 400ms; }


/* ── 21 · Responsive ─────────────────────────────────────── */
@media (max-width: 1080px) {
  .ld-about-hero__grid,
  .ld-about-origin,
  .ld-about-mini-cta { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .ld-grid-2,
  .ld-grid-3,
  .ld-services-grid,
  .ld-results-shell,
  .ld-demo-footer__grid,
  .ld-footer__grid { grid-template-columns: 1fr; }

  .ld-header__inner,
  .ld-demo-header__inner { grid-template-columns: 1fr auto; padding: 15px 0; }
  .ld-nav, .ld-demo-nav { display: none; }
  .ld-about-hero__title { max-width: none; }
}

@media (max-width: 820px) {
  .ld-about-pillars,
  .ld-about-impact { grid-template-columns: 1fr; }

  .ld-about-hero { padding: clamp(40px, 7vw, 72px) 0 clamp(30px, 6vw, 52px); }
  .ld-about-cta-row { gap: 10px; margin: 22px 0 18px; }
  .ld-about-mini-cta { gap: 14px; }
  .ld-about-media img { aspect-ratio: 4 / 3; }
  .ld-about-faq__question { padding: 18px; font-size: 1rem; }
  .ld-about-faq__answer { padding: 0 18px 18px; }
  .ld-about-faq__question::after { width: 30px; height: 30px; font-size: 1.2rem; }
}

@media (max-width: 560px) {
  .ld-about-origin__story,
  .ld-about-origin__aside,
  .ld-about-region,
  .ld-about-mini-cta,
  .ld-about-pillar,
  .ld-about-benefit,
  .ld-about-panel { padding: 20px; border-radius: 18px; }

  .ld-about-stat { grid-template-columns: 1fr; gap: 8px; }
  .ld-about-stat__num { font-size: clamp(1.8rem, 8vw, 2.2rem); }
  .ld-about-media figcaption { padding: 12px 12px 14px; }
  .ld-about-media__prompt { font-size: 0.86rem; }
  .ld-about-cta-row .ld-btn,
  .ld-about-mini-cta .ld-btn { width: 100%; justify-content: center; }
  .ld-about-region__chips span { padding: 8px 12px; font-size: 11px; }
}


/* ── 22 · Material Symbols base ──────────────────────────── */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  user-select: none;
}


/* ── 23 · Páginas de servicio — Hero ─────────────────────── */
.ld-auto-hero {
  background: linear-gradient(155deg, var(--ld-secondary) 0%, #1e3a3f 100%);
  position: relative;
  overflow: hidden;
}
.ld-auto-hero::before {
  content: '';
  position: absolute;
  width: 560px; height: 560px;
  right: -120px; top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.11) 0%, transparent 68%);
  pointer-events: none;
}
.ld-auto-hero::after {
  content: '';
  position: absolute;
  width: 320px; height: 320px;
  left: -60px; bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 191, 199, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.ld-auto-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ld-auto-hero__copy h1 {
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 20px;
}
.ld-auto-hero__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  margin-bottom: 32px;
  max-width: 50ch;
  line-height: 1.7;
}

/* Kicker en fondo oscuro */
.ld-kicker--light {
  background: rgba(255, 204, 0, 0.15);
  border-color: rgba(255, 204, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
}

/* Imagen del hero */
.ld-auto-hero__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.35);
}
.ld-auto-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.04);
}


/* ── 24 · Señales / Pain points ──────────────────────────── */
.ld-auto-signals-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.ld-auto-signal-card:nth-child(1) { grid-column: 1 / span 2; }
.ld-auto-signal-card:nth-child(2) { grid-column: 3 / span 2; }
.ld-auto-signal-card:nth-child(3) { grid-column: 5 / span 2; }
.ld-auto-signal-card:nth-child(4) { grid-column: 2 / span 2; }
.ld-auto-signal-card:nth-child(5) { grid-column: 4 / span 2; }

.ld-auto-signal-card {
  background: #fff;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--ld-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ld-auto-signal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(26, 47, 51, 0.11);
  border-color: var(--ld-electric);
}
.ld-auto-signal-card__icon {
  font-size: 34px;
  color: var(--ld-electric);
  margin-bottom: 14px;
  display: block;
}
.ld-auto-signal-card h3 { font-size: 1.08rem; margin-bottom: 10px; font-weight: 800; }
.ld-auto-signal-card p  { font-size: 0.94rem; margin: 0; line-height: 1.6; }


/* ── 25 · Beneficios ─────────────────────────────────────── */
.ld-auto-benefits-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 16px;
}
.ld-auto-benefits-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ld-auto-benefits-list .material-symbols-outlined {
  font-size: 22px;
  color: var(--ld-electric);
  flex-shrink: 0;
  margin-top: 3px;
}
.ld-auto-benefits-list strong { color: var(--ld-secondary); }


/* ── 26 · Metodología ────────────────────────────────────── */
.ld-auto-method-tagline {
  font-family: var(--ld-font-display);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 800;
  color: var(--ld-secondary);
  border-left: 4px solid var(--ld-primary);
  padding: 8px 0 8px 18px;
  margin: 24px 0 28px;
  line-height: 1.4;
}
.ld-auto-method-cards { display: grid; gap: 14px; }
.ld-auto-method-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--ld-neutral-200);
  box-shadow: var(--ld-shadow);
  transition: border-color 0.2s ease;
}
.ld-auto-method-card:hover { border-color: var(--ld-electric); }
.ld-auto-method-card .material-symbols-outlined {
  font-size: 26px;
  color: var(--ld-accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.ld-auto-method-card h4 { font-size: 1rem; margin-bottom: 6px; font-weight: 700; }
.ld-auto-method-card p  { font-size: 0.92rem; margin: 0; }


/* ── 27 · Tipos de servicio ──────────────────────────────── */
.ld-auto-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ld-auto-type-card { display: flex; flex-direction: column; }
.ld-auto-type-card__icon {
  font-size: 34px;
  margin-bottom: 14px;
  display: block;
}
.ld-auto-type-card__icon--electric  { color: var(--ld-electric); }
.ld-auto-type-card__icon--primary   { color: #c9a200; }
.ld-auto-type-card__icon--accent    { color: var(--ld-accent); }
.ld-auto-type-card__icon--secondary { color: var(--ld-secondary); }

.ld-auto-type-list {
  list-style: none;
  padding: 16px 0 0;
  margin: auto 0 0;
  border-top: 1px solid var(--ld-neutral-100);
  display: grid;
  gap: 8px;
}
.ld-auto-type-list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.9rem;
  color: var(--ld-neutral-700);
}
.ld-auto-type-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.55em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ld-electric);
}
.ld-auto-types-note {
  text-align: center;
  font-style: italic;
  color: var(--ld-neutral-700);
  max-width: 680px;
  margin: 36px auto 0;
  font-size: 0.98rem;
}


/* ── 28 · Proceso (pasos horizontales) ───────────────────── */
.ld-auto-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}
.ld-auto-steps::before {
  content: '';
  position: absolute;
  top: 22px;
  left: calc(10% + 10px);
  right: calc(10% + 10px);
  height: 2px;
  background: linear-gradient(90deg, var(--ld-electric), var(--ld-primary), var(--ld-accent));
  z-index: 0;
  border-radius: 2px;
}
.ld-auto-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 6px;
}
.ld-auto-step__num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ld-secondary);
  color: var(--ld-primary);
  font-family: var(--ld-font-display);
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--ld-secondary);
}
.ld-auto-step__icon {
  font-size: 26px;
  color: var(--ld-electric);
  display: block;
  margin-bottom: 10px;
}
.ld-auto-step h3 { font-size: 0.94rem; margin-bottom: 8px; font-weight: 800; }
.ld-auto-step p  { font-size: 0.87rem; margin: 0; line-height: 1.55; }


/* ── 29 · Checklist ──────────────────────────────────────── */
.ld-auto-checklist {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.ld-auto-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: var(--ld-secondary);
  font-weight: 500;
  line-height: 1.5;
}
.ld-auto-checklist li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--ld-primary);
  color: var(--ld-secondary);
  font-weight: 900;
  font-size: 11px;
  font-family: var(--ld-font-display);
  margin-top: 2px;
}


/* ── 30 · Paid Media — Cuándo necesitás a Lemon ─────────── */
.ld-pm-when-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.ld-pm-when-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--ld-neutral-200);
  background: #fff;
  box-shadow: var(--ld-shadow);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.ld-pm-when-item:hover {
  border-color: var(--ld-electric);
  transform: translateY(-2px);
}
.ld-pm-when-item .material-symbols-outlined {
  font-size: 22px;
  color: var(--ld-electric);
  flex-shrink: 0;
  margin-top: 2px;
}
.ld-pm-when-item p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ld-secondary);
  font-weight: 500;
}


/* ── 31 · CRM — Feature cards (2×2) ─────────────────────── */
.ld-crm-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ld-crm-feature-card {
  background: #fff;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: var(--ld-shadow);
  border-left: 5px solid var(--ld-electric);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ld-crm-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(26, 47, 51, 0.11);
}
.ld-crm-feature-card:nth-child(2) { border-left-color: var(--ld-accent); }
.ld-crm-feature-card:nth-child(3) { border-left-color: var(--ld-primary); }
.ld-crm-feature-card:nth-child(4) { border-left-color: var(--ld-secondary); }
.ld-crm-feature-card h3 { font-size: 1.1rem; margin-bottom: 10px; font-weight: 800; }
.ld-crm-feature-card p  { font-size: 0.94rem; margin: 0; line-height: 1.6; }


/* ── 32 · CRM — Stats ────────────────────────────────────── */
.ld-crm-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ld-crm-stat-card {
  text-align: center;
  padding: 32px 20px;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  box-shadow: var(--ld-shadow);
  border-top: 5px solid transparent;
  transition: transform 0.25s ease;
}
.ld-crm-stat-card:hover { transform: translateY(-4px); }
.ld-crm-stat-card:nth-child(3n+1) { border-top-color: var(--ld-electric); }
.ld-crm-stat-card:nth-child(3n+2) { border-top-color: var(--ld-primary); }
.ld-crm-stat-card:nth-child(3n)   { border-top-color: var(--ld-accent); }
.ld-crm-stat-card__num {
  font-family: var(--ld-font-display);
  font-weight: 900;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  color: var(--ld-secondary);
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.ld-crm-stat-card__num em { color: var(--ld-electric); font-style: normal; }
.ld-crm-stat-card__label  { font-size: 0.92rem; color: var(--ld-neutral-700); line-height: 1.4; }


/* ── 33 · CRM — Intel list ───────────────────────────────── */
.ld-crm-intel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.ld-crm-intel-item {
  padding: 18px 22px;
  background: var(--ld-neutral-50);
  border-radius: 14px;
  border-left: 4px solid var(--ld-electric);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.ld-crm-intel-item:hover { background: #fff; }
.ld-crm-intel-item:nth-child(2) { border-left-color: var(--ld-accent); }
.ld-crm-intel-item:nth-child(3) { border-left-color: var(--ld-primary); }
.ld-crm-intel-item:nth-child(4) { border-left-color: var(--ld-secondary); }
.ld-crm-intel-item h4 { font-size: 1rem; font-weight: 800; margin: 0 0 6px; color: var(--ld-secondary); }
.ld-crm-intel-item p  { margin: 0; font-size: 0.92rem; line-height: 1.5; }


/* ── 34 · CRM — Partner badge ────────────────────────────── */
.ld-partner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.ld-partner-section > p { max-width: 56ch; }

.ld-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 20px 36px;
  background: #fff;
  border: 2px solid var(--ld-neutral-200);
  border-radius: 20px;
  box-shadow: var(--ld-shadow);
  margin-top: 24px;
}
.ld-partner-badge__visual {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--ld-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ld-partner-badge__visual .material-symbols-outlined {
  font-size: 26px;
  color: var(--ld-primary);
}
.ld-partner-badge__text { text-align: left; }
.ld-partner-badge__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ld-neutral-700);
  font-family: var(--ld-font-display);
  display: block;
  margin-bottom: 3px;
}
.ld-partner-badge__name {
  font-family: var(--ld-font-display);
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--ld-secondary);
}


/* ── 35 · Responsive — Servicios ────────────────────────── */
@media (max-width: 1080px) {
  .ld-auto-steps { grid-template-columns: repeat(3, 1fr); }
  .ld-auto-steps::before { display: none; }
  .ld-auto-types-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .ld-auto-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .ld-auto-signals-grid { grid-template-columns: 1fr; }
  .ld-auto-signal-card:nth-child(n) { grid-column: auto; }
  .ld-auto-types-grid { grid-template-columns: 1fr; }
  .ld-auto-steps { grid-template-columns: repeat(2, 1fr); }
  .ld-crm-features-grid { grid-template-columns: 1fr; }
  .ld-crm-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .ld-auto-steps { grid-template-columns: 1fr; }
  .ld-pm-when-grid { grid-template-columns: 1fr; }
  .ld-crm-stats-grid { grid-template-columns: 1fr; }
  .ld-partner-badge { flex-direction: column; text-align: center; gap: 12px; }
  .ld-partner-badge__text { text-align: center; }
  .ld-cont-types-grid { grid-template-columns: 1fr; }
}

/* ── Contenidos — Tipos de contenido (grid 3+2) ──────────── */
.ld-cont-types-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ld-cont-type-card:nth-child(1) { grid-column: 1 / span 2; }
.ld-cont-type-card:nth-child(2) { grid-column: 3 / span 2; }
.ld-cont-type-card:nth-child(3) { grid-column: 5 / span 2; }
.ld-cont-type-card:nth-child(4) { grid-column: 2 / span 2; }
.ld-cont-type-card:nth-child(5) { grid-column: 4 / span 2; }
.ld-cont-type-card {
  background: #fff;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--ld-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}
.ld-cont-type-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--ld-cont-accent, var(--ld-electric));
  border-radius: 20px 20px 0 0;
}
.ld-cont-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(26, 47, 51, 0.11);
  border-color: var(--ld-electric);
}
.ld-cont-type-card h3 { font-size: 1.08rem; margin-bottom: 10px; font-weight: 800; }
.ld-cont-type-card p  { font-size: 0.94rem; margin: 0; line-height: 1.6; }
.ld-cont-type-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(36, 191, 199, 0.1);
  color: var(--ld-electric);
  margin-bottom: 14px;
}
.ld-cont-type-card__tag--accent    { background: rgba(255, 90, 54, 0.1);  color: var(--ld-accent); }
.ld-cont-type-card__tag--secondary { background: rgba(26, 47, 51, 0.08);  color: var(--ld-secondary); }
.ld-cont-type-card__tag--primary   { background: rgba(255, 204, 0, 0.15); color: #8a6e00; }

@media (max-width: 1080px) {
  .ld-cont-types-grid { grid-template-columns: repeat(2, 1fr); }
  .ld-cont-type-card:nth-child(n) { grid-column: auto; }
}

/* ============================================================ */
/* ============================================================
   LEMON DIGITAL — automatizaciones.css
   Página: Automatización de procesos
   ============================================================ */

/* ── Material Symbols base ───────────────────────────────── */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  user-select: none;
}

/* ── Hero ─────────────────────────────────────────────────── */
.ld-auto-hero {
  background: linear-gradient(155deg, var(--ld-secondary) 0%, #1e3a3f 100%);
  position: relative;
  overflow: hidden;
}
.ld-auto-hero::before {
  content: '';
  position: absolute;
  width: 560px; height: 560px;
  right: -120px; top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.11) 0%, transparent 68%);
  pointer-events: none;
}
.ld-auto-hero::after {
  content: '';
  position: absolute;
  width: 320px; height: 320px;
  left: -60px; bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 191, 199, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.ld-auto-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ld-auto-hero__copy h1 {
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 20px;
}
.ld-auto-hero__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  margin-bottom: 32px;
  max-width: 50ch;
  line-height: 1.7;
}

/* Kicker en fondo oscuro */
.ld-kicker--light {
  background: rgba(255, 204, 0, 0.15);
  border-color: rgba(255, 204, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
}

/* Imagen del hero */
.ld-auto-hero__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.35);
}
.ld-auto-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.04);
}

/* ── Señales (Pain points) ────────────────────────────────── */
/* 5 tarjetas: 3 en primera fila + 2 centradas en segunda */
.ld-auto-signals-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.ld-auto-signal-card:nth-child(1) { grid-column: 1 / span 2; }
.ld-auto-signal-card:nth-child(2) { grid-column: 3 / span 2; }
.ld-auto-signal-card:nth-child(3) { grid-column: 5 / span 2; }
.ld-auto-signal-card:nth-child(4) { grid-column: 2 / span 2; }
.ld-auto-signal-card:nth-child(5) { grid-column: 4 / span 2; }

.ld-auto-signal-card {
  background: #fff;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--ld-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ld-auto-signal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(26, 47, 51, 0.11);
  border-color: var(--ld-electric);
}
.ld-auto-signal-card__icon {
  font-size: 34px;
  color: var(--ld-electric);
  margin-bottom: 14px;
  display: block;
}
.ld-auto-signal-card h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
  font-weight: 800;
}
.ld-auto-signal-card p {
  font-size: 0.94rem;
  margin: 0;
  line-height: 1.6;
}

/* ── Beneficios ───────────────────────────────────────────── */
.ld-auto-benefits-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 16px;
}
.ld-auto-benefits-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ld-auto-benefits-list .material-symbols-outlined {
  font-size: 22px;
  color: var(--ld-electric);
  flex-shrink: 0;
  margin-top: 3px;
}
.ld-auto-benefits-list strong { color: var(--ld-secondary); }

/* ── Metodología ──────────────────────────────────────────── */
.ld-auto-method-tagline {
  font-family: var(--ld-font-display);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 800;
  color: var(--ld-secondary);
  border-left: 4px solid var(--ld-primary);
  padding: 8px 0 8px 18px;
  margin: 24px 0 28px;
  line-height: 1.4;
}
.ld-auto-method-cards { display: grid; gap: 14px; }
.ld-auto-method-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--ld-neutral-200);
  box-shadow: var(--ld-shadow);
  transition: border-color 0.2s ease;
}
.ld-auto-method-card:hover { border-color: var(--ld-electric); }
.ld-auto-method-card .material-symbols-outlined {
  font-size: 26px;
  color: var(--ld-accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.ld-auto-method-card h4 {
  font-size: 1rem;
  margin-bottom: 6px;
  font-weight: 700;
}
.ld-auto-method-card p { font-size: 0.92rem; margin: 0; }

/* ── Tipos de automatización ──────────────────────────────── */
.ld-auto-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ld-auto-type-card { display: flex; flex-direction: column; }
.ld-auto-type-card__icon {
  font-size: 34px;
  margin-bottom: 14px;
  display: block;
}
.ld-auto-type-card__icon--electric  { color: var(--ld-electric); }
.ld-auto-type-card__icon--primary   { color: #c9a200; } /* lemon sobre blanco — más visible */
.ld-auto-type-card__icon--accent    { color: var(--ld-accent); }
.ld-auto-type-card__icon--secondary { color: var(--ld-secondary); }

.ld-auto-type-list {
  list-style: none;
  padding: 16px 0 0;
  margin: auto 0 0;
  border-top: 1px solid var(--ld-neutral-100);
  display: grid;
  gap: 8px;
}
.ld-auto-type-list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.9rem;
  color: var(--ld-neutral-700);
}
.ld-auto-type-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.55em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ld-electric);
}
.ld-auto-types-note {
  text-align: center;
  font-style: italic;
  color: var(--ld-neutral-700);
  max-width: 680px;
  margin: 36px auto 0;
  font-size: 0.98rem;
}

/* ── Proceso (5 pasos) ────────────────────────────────────── */
.ld-auto-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}
.ld-auto-steps::before {
  content: '';
  position: absolute;
  top: 22px; /* centro del número */
  left: calc(10% + 10px);
  right: calc(10% + 10px);
  height: 2px;
  background: linear-gradient(90deg, var(--ld-electric), var(--ld-primary), var(--ld-accent));
  z-index: 0;
  border-radius: 2px;
}
.ld-auto-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 6px;
}
.ld-auto-step__num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ld-secondary);
  color: var(--ld-primary);
  font-family: var(--ld-font-display);
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--ld-secondary);
}
.ld-auto-step__icon {
  font-size: 26px;
  color: var(--ld-electric);
  display: block;
  margin-bottom: 10px;
}
.ld-auto-step h3 { font-size: 0.94rem; margin-bottom: 8px; font-weight: 800; }
.ld-auto-step p  { font-size: 0.87rem; margin: 0; line-height: 1.55; }

/* ── Checklist ────────────────────────────────────────────── */
.ld-auto-checklist {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.ld-auto-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: var(--ld-secondary);
  font-weight: 500;
  line-height: 1.5;
}
.ld-auto-checklist li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--ld-primary);
  color: var(--ld-secondary);
  font-weight: 900;
  font-size: 11px;
  font-family: var(--ld-font-display);
  margin-top: 2px;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1080px) {
  .ld-auto-steps { grid-template-columns: repeat(3, 1fr); }
  .ld-auto-steps::before { display: none; }
  .ld-auto-types-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .ld-auto-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .ld-auto-signals-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ld-auto-signal-card:nth-child(n) { grid-column: auto; }
  .ld-auto-types-grid { grid-template-columns: 1fr; }
  .ld-auto-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .ld-auto-steps { grid-template-columns: 1fr; }
}

/* ============================================================ */
/* ============================================================
   LEMON DIGITAL — paid-media.css
   Página: Agencia de publicidad digital / Paid Media
   ============================================================ */

/* ── "¿Cuándo necesitas a Lemon?" — grid con iconos ─────── */
.ld-pm-when-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.ld-pm-when-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--ld-neutral-200);
  background: #fff;
  box-shadow: var(--ld-shadow);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.ld-pm-when-item:hover {
  border-color: var(--ld-electric);
  transform: translateY(-2px);
}
.ld-pm-when-item .material-symbols-outlined {
  font-size: 22px;
  color: var(--ld-electric);
  flex-shrink: 0;
  margin-top: 2px;
}
.ld-pm-when-item p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ld-secondary);
  font-weight: 500;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 560px) {
  .ld-pm-when-grid { grid-template-columns: 1fr; }
}

/* ============================================================ */
/* ============================================================
   LEMON DIGITAL — crm.css
   Página: CRM para WhatsApp / CRM Conversacional
   ============================================================ */

/* ── Feature cards intro (4 cards, 2x2) ─────────────────── */
.ld-crm-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ld-crm-feature-card {
  background: #fff;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: var(--ld-shadow);
  border-left: 5px solid var(--ld-electric);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ld-crm-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(26, 47, 51, 0.11);
}
.ld-crm-feature-card:nth-child(2) { border-left-color: var(--ld-accent); }
.ld-crm-feature-card:nth-child(3) { border-left-color: var(--ld-primary); }
.ld-crm-feature-card:nth-child(4) { border-left-color: var(--ld-secondary); }
.ld-crm-feature-card h3 { font-size: 1.1rem; margin-bottom: 10px; font-weight: 800; }
.ld-crm-feature-card p  { font-size: 0.94rem; margin: 0; line-height: 1.6; }

/* ── Stats section (6 números grandes) ──────────────────── */
.ld-crm-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ld-crm-stat-card {
  text-align: center;
  padding: 32px 20px;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  box-shadow: var(--ld-shadow);
  border-top: 5px solid transparent;
  transition: transform 0.25s ease;
}
.ld-crm-stat-card:hover { transform: translateY(-4px); }
.ld-crm-stat-card:nth-child(3n+1) { border-top-color: var(--ld-electric); }
.ld-crm-stat-card:nth-child(3n+2) { border-top-color: var(--ld-primary); }
.ld-crm-stat-card:nth-child(3n)   { border-top-color: var(--ld-accent); }
.ld-crm-stat-card__num {
  font-family: var(--ld-font-display);
  font-weight: 900;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  color: var(--ld-secondary);
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.ld-crm-stat-card__num em { color: var(--ld-electric); font-style: normal; }
.ld-crm-stat-card__label  { font-size: 0.92rem; color: var(--ld-neutral-700); line-height: 1.4; }

/* ── Data intelligence list ──────────────────────────────── */
.ld-crm-intel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.ld-crm-intel-item {
  padding: 18px 22px;
  background: var(--ld-neutral-50);
  border-radius: 14px;
  border-left: 4px solid var(--ld-electric);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.ld-crm-intel-item:hover { background: #fff; }
.ld-crm-intel-item:nth-child(2) { border-left-color: var(--ld-accent); }
.ld-crm-intel-item:nth-child(3) { border-left-color: var(--ld-primary); }
.ld-crm-intel-item:nth-child(4) { border-left-color: var(--ld-secondary); }
.ld-crm-intel-item h4 { font-size: 1rem; font-weight: 800; margin: 0 0 6px; color: var(--ld-secondary); }
.ld-crm-intel-item p  { margin: 0; font-size: 0.92rem; line-height: 1.5; }

/* ── Partner Kommo ───────────────────────────────────────── */
.ld-partner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.ld-partner-section > p { max-width: 56ch; }

.ld-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 20px 36px;
  background: #fff;
  border: 2px solid var(--ld-neutral-200);
  border-radius: 20px;
  box-shadow: var(--ld-shadow);
  margin-top: 24px;
}
.ld-partner-badge__visual {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--ld-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ld-partner-badge__visual .material-symbols-outlined {
  font-size: 26px;
  color: var(--ld-primary);
}
.ld-partner-badge__text { text-align: left; }
.ld-partner-badge__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ld-neutral-700);
  font-family: var(--ld-font-display);
  display: block;
  margin-bottom: 3px;
}
.ld-partner-badge__name {
  font-family: var(--ld-font-display);
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--ld-secondary);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 820px) {
  .ld-crm-features-grid  { grid-template-columns: 1fr; }
  .ld-crm-stats-grid     { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .ld-crm-stats-grid     { grid-template-columns: 1fr; }
  .ld-partner-badge      { flex-direction: column; text-align: center; gap: 12px; }
  .ld-partner-badge__text { text-align: center; }
}

/* ============================================================ */
/* ============================================================
   LEMON DIGITAL — contenidos.css
   Página: Estrategia de marketing de contenidos
   ============================================================ */

/* ── Tipos de contenido (5 tarjetas — 3+2 centradas) ───────── */
.ld-cont-types-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ld-cont-type-card:nth-child(1) { grid-column: 1 / span 2; }
.ld-cont-type-card:nth-child(2) { grid-column: 3 / span 2; }
.ld-cont-type-card:nth-child(3) { grid-column: 5 / span 2; }
.ld-cont-type-card:nth-child(4) { grid-column: 2 / span 2; }
.ld-cont-type-card:nth-child(5) { grid-column: 4 / span 2; }

.ld-cont-type-card {
  background: #fff;
  border: 1px solid var(--ld-neutral-200);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--ld-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}
.ld-cont-type-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--ld-cont-accent, var(--ld-electric));
  border-radius: 20px 20px 0 0;
}
.ld-cont-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(26, 47, 51, 0.11);
  border-color: var(--ld-electric);
}
.ld-cont-type-card h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
  font-weight: 800;
}
.ld-cont-type-card p {
  font-size: 0.94rem;
  margin: 0;
  line-height: 1.6;
}

/* ── Tags de etapa del funnel ─────────────────────────────── */
.ld-cont-type-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(36, 191, 199, 0.1);
  color: var(--ld-electric);
  margin-bottom: 14px;
}
.ld-cont-type-card__tag--accent {
  background: rgba(255, 90, 54, 0.1);
  color: var(--ld-accent);
}
.ld-cont-type-card__tag--secondary {
  background: rgba(26, 47, 51, 0.08);
  color: var(--ld-secondary);
}
.ld-cont-type-card__tag--primary {
  background: rgba(255, 204, 0, 0.15);
  color: #8a6e00;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1080px) {
  .ld-cont-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ld-cont-type-card:nth-child(n) { grid-column: auto; }
}

@media (max-width: 560px) {
  .ld-cont-types-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */