/* ═══════════════════════════════════════════════════════════════════════════
   DataImpulso v4  —  style.css
   Estética: Executive Light · Ivory & Blush · Forest Green · Playfair Display
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── 1. DESIGN TOKENS ────────────────────────────────────────────────────── */
:root {
  /* ─ Background palette ─ */
  --bg-white:       #FFFFFF;
  --bg-blush:       #FDF0F3;      /* rose muy suave, casi imperceptible */
  --bg-warm:        #FAE8ED;      /* tono de rose ligeramente más presente */

  /* ─ Forest Green accent ─ */
  --green:          #1A4D3E;      /* Forest / Esmeralda oscuro */
  --green-mid:      #256350;      /* hover intermedio */
  --green-light:    #2D7A62;      /* acento iluminado */
  --green-dim:      rgba(26, 77, 62, 0.09);
  --green-glow:     rgba(26, 77, 62, 0.18);
  --green-border:   rgba(26, 77, 62, 0.22);

  /* ─ Platinum / Silver ─ */
  --silver:         rgba(170, 180, 195, 0.40);   /* borde metálico sutil */
  --silver-bright:  rgba(210, 218, 228, 0.70);   /* borde top brillante */
  --silver-mid:     rgba(180, 190, 205, 0.30);

  /* ─ Light glassmorphism ─ */
  --glass-fill:     rgba(255, 255, 255, 0.72);
  --glass-fill-h:   rgba(255, 255, 255, 0.88);
  --glass-top:      rgba(255, 255, 255, 0.95);   /* rim superior brillante */
  --glass-shadow-sm: 0 2px 12px rgba(26, 45, 70, 0.07);
  --glass-shadow-md: 0 8px 32px rgba(26, 45, 70, 0.10);
  --glass-shadow-lg: 0 20px 52px rgba(26, 45, 70, 0.13);
  --blur:           blur(24px) saturate(160%) brightness(1.02);

  /* ─ Typography ─ */
  --text-dark:      #0F1F17;      /* texto principal sobre blanco */
  --text-mid:       #445566;      /* párrafos y labels */
  --text-lo:        #8899AA;      /* placeholders y notas */
  --text-green:     var(--green);

  /* ─ Motion ─ */
  --ease-out:       cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring:    cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur:            0.36s;

  /* ─ Geometry ─ */
  --r-card:         26px;
  --r-pill:         9999px;
  --max-w:          1160px;
}

/* ── 2. RESET & BASE ─────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* ══ FONDO CONTINUO — sin cortes entre secciones ══
     Blanco puro en la parte superior desciende suavemente
     hacia un rosa/blush extremadamente delicado al fondo.
     Las manchas radiales añaden profundidad sin ser llamativas. */
  background-color: var(--bg-white);
  background-image:
    /* Mancha verde muy tenue — esquina superior izquierda */
    radial-gradient(
      ellipse 60% 40% at 5% 3%,
      rgba(26, 77, 62, 0.035) 0%,
      transparent 60%
    ),
    /* Blush suave — centro-derecha del hero */
    radial-gradient(
      ellipse 65% 50% at 90% 18%,
      rgba(252, 215, 225, 0.45) 0%,
      transparent 60%
    ),
    /* Rosa más presente — parte media */
    radial-gradient(
      ellipse 80% 55% at 50% 55%,
      rgba(253, 228, 235, 0.55) 0%,
      transparent 65%
    ),
    /* Blush final — parte baja */
    radial-gradient(
      ellipse 70% 50% at 30% 88%,
      rgba(252, 215, 225, 0.38) 0%,
      transparent 65%
    ),
    /* Gradiente estructural: blanco → blush muy suave */
    linear-gradient(
      175deg,
      #FFFFFF     0%,
      #FFFAFB    12%,
      #FEF3F6    28%,
      #FDF0F3    48%,
      #FCE8EF    68%,
      #FAE4EC    85%,
      #F8DFE9   100%
    );
  background-attachment: fixed;
  min-height: 100vh;
}

/* Textura de papel muy sutil */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.018'/%3E%3C/svg%3E");
}

body > * { position: relative; z-index: 1; }

/* ── 3. SCROLLBAR ────────────────────────────────────────────────────────── */
::-webkit-scrollbar              { width: 4px; }
::-webkit-scrollbar-track        { background: var(--bg-blush); }
::-webkit-scrollbar-thumb        {
  background: rgba(26, 77, 62, 0.22);
  border-radius: 4px;
}

/* ── 4. TIPOGRAFÍA ───────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.01em;
  line-height: 1.14;
  color: var(--text-dark);
}

p, li, label, input, textarea, button, span {
  font-family: "DM Sans", sans-serif;
}

/* ── 5. LIQUID GLASS — LIGHT MODE ────────────────────────────────────────── */
/*
   En modo claro, el cristal es blanco esmerilado.
   El rim superior es casi opaco (reflejando la luz del cielo),
   los lados se vuelven plateados y tenues,
   y la sombra es extremadamente suave y difuminada.
*/
.glass {
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.60) 100%
  );
  border-radius: var(--r-card);

  /* Borde líquido: rim superior brillante → lados plateados → base tenue */
  border-top:    1px solid var(--glass-top);
  border-left:   1px solid var(--silver-bright);
  border-right:  1px solid var(--silver-mid);
  border-bottom: 1px solid rgba(200, 210, 220, 0.25);

  /* Sombras suaves y difuminadas (sin pesadez) */
  box-shadow:
    0 1px 0  rgba(255, 255, 255, 0.95) inset,   /* top inner glow */
    0 -1px 0 rgba(160, 175, 190, 0.12) inset,   /* bottom inner depth */
    var(--glass-shadow-md);

  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);

  transition:
    transform        var(--dur) var(--ease-out),
    box-shadow       var(--dur) var(--ease-out),
    background       var(--dur) var(--ease-out),
    border-top-color var(--dur) var(--ease-out);
  will-change: transform;
}

.glass:hover {
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.78) 100%
  );
  border-top-color: rgba(255, 255, 255, 1);
  transform: translateY(-5px) scale(1.012);
  box-shadow:
    0 2px 0  rgba(255, 255, 255, 1.00) inset,
    0 -1px 0 rgba(160, 175, 190, 0.15) inset,
    var(--glass-shadow-lg),
    0 0 0 1px rgba(26, 77, 62, 0.06);
}

/* Variante con acento verde al hacer hover */
.glass-green:hover {
  box-shadow:
    0 2px 0  rgba(255, 255, 255, 1.00) inset,
    0 -1px 0 rgba(160, 175, 190, 0.15) inset,
    var(--glass-shadow-lg),
    0 0 32px rgba(26, 77, 62, 0.08);
  border-top-color: rgba(26, 77, 62, 0.30) !important;
}

/* ── 6. LAYOUT ───────────────────────────────────────────────────────────── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}

section { padding: 6.5rem 0; }

/* Etiqueta de sección (label superior a títulos) */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}
.section-label::before {
  content: "";
  display: block;
  width: 18px; height: 1.5px;
  background: var(--green);
  border-radius: 2px;
}

/* Títulos de sección — centrados para simetría ejecutiva */
.section-title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.9rem;
  text-align: center;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  line-height: 1.80;
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
}

/* Centra el bloque label + título + subtítulo */
.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── 7. NAVBAR ───────────────────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 1.2rem 0;
  transition:
    padding         var(--dur) var(--ease-out),
    background      var(--dur) var(--ease-out),
    border-color    var(--dur) var(--ease-out),
    box-shadow      var(--dur) var(--ease-out);
  border-bottom: 1px solid transparent;
}

.navbar.scrolled {
  padding: 0.7rem 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-bottom-color: var(--silver-mid);
  box-shadow: 0 1px 18px rgba(26, 45, 70, 0.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
  text-decoration: none;
  display: flex; align-items: center; gap: 0.6rem;
  white-space: nowrap;
}

.nav-logo-gem {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.nav-links {
  display: flex; align-items: center; gap: 2.2rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.875rem; font-weight: 500;
  color: var(--text-mid);
  text-decoration: none;
  transition: color var(--dur) var(--ease-out);
}
.nav-links a:hover { color: var(--text-dark); }

.nav-cta {
  padding: 0.55rem 1.4rem;
  border: 1.5px solid var(--green-border);
  border-radius: var(--r-pill);
  background: var(--green-dim);
  color: var(--green) !important;
  font-weight: 600 !important;
  font-size: 0.855rem !important;
  text-decoration: none;
  transition:
    background   var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    box-shadow   var(--dur) var(--ease-out) !important;
}
.nav-cta:hover {
  background: rgba(26, 77, 62, 0.16) !important;
  border-color: rgba(26, 77, 62, 0.45) !important;
  box-shadow: 0 0 18px var(--green-glow) !important;
}

.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--text-mid); border-radius: 2px;
  transition: var(--dur) var(--ease-out);
}

@media (max-width: 768px) {
  .nav-links    { display: none; }
  .nav-cta-wrap { display: none; }
  .nav-hamburger { display: flex; }

  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    gap: 1.2rem;
    position: fixed;
    top: 62px; left: 0; right: 0;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--silver-mid);
    box-shadow: 0 8px 24px rgba(26, 45, 70, 0.08);
  }
}

/* ── 8. BOTONES ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700; font-size: 0.95rem;
  text-decoration: none; border: none; cursor: pointer;
  border-radius: 14px; padding: 0.9rem 2rem;
  position: relative; overflow: hidden;
  transition:
    transform  var(--dur) var(--ease-out),
    box-shadow var(--dur) var(--ease-out),
    opacity    var(--dur) var(--ease-out);
}
.btn:active { transform: scale(0.97); }

/* Shimmer sweep on hover */
.btn::after {
  content: "";
  position: absolute; top: 0; left: -80%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s var(--ease-out);
  pointer-events: none;
}
.btn:hover::after { left: 140%; }

/* Verde primario — botón principal */
.btn-green {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 60%, var(--green-light) 100%);
  color: #fff;
  box-shadow: 0 4px 22px rgba(26, 77, 62, 0.28);
}
.btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 34px rgba(26, 77, 62, 0.38);
}

/* Ghost / outline */
.btn-ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-dark);
  border: 1px solid var(--silver-bright);
  border-top-color: var(--glass-top);
  backdrop-filter: blur(12px);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.90);
  border-color: var(--silver);
  transform: translateY(-2px);
  box-shadow: 0 4px 18px rgba(26, 45, 70, 0.08);
}

/* WhatsApp */
.btn-whatsapp {
  background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
  color: #fff;
  box-shadow: 0 4px 22px rgba(34, 197, 94, 0.28);
  font-size: 1.05rem; padding: 1.05rem 2.3rem; border-radius: 16px;
}
.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(34, 197, 94, 0.40);
}

/* Anillo de pulso en el CTA principal */
.btn-pulse-ring { position: relative; }
.btn-pulse-ring::before {
  content: "";
  position: absolute; inset: -5px; border-radius: 18px;
  border: 1.5px solid var(--green);
  animation: pulse-ring 2.5s ease-out infinite;
  pointer-events: none;
}
@keyframes pulse-ring {
  0%   { opacity: 0.6; transform: scale(1); }
  100% { opacity: 0;   transform: scale(1.16); }
}

/* ── 9. HERO SECTION ─────────────────────────────────────────────────────── */
.hero-section {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 8rem 0 5rem;
  position: relative; overflow: hidden;
}

/* Orbes ambientales estáticos — solo CSS */
.hero-orb {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(80px);
  opacity: 0; animation: orb-fade-in 1.6s var(--ease-out) forwards;
}
.hero-orb-1 {
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(26, 77, 62, 0.06) 0%, transparent 70%);
  top: -15%; left: -8%; animation-delay: 0.2s;
}
.hero-orb-2 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(252, 215, 225, 0.70) 0%, transparent 70%);
  bottom: 0%; right: -5%; animation-delay: 0.5s;
}
@keyframes orb-fade-in { to { opacity: 1; } }

.hero-content {
  position: relative; z-index: 2;
  max-width: 820px;
  /* El hero no está centrado — se mantiene a la izquierda para dar
     espacio y asimetría dinámica. Los títulos de sección SÍ son centrados. */
}

/* Eyebrow badge */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.4rem 1.1rem;
  background: var(--green-dim);
  border: 1px solid var(--green-border);
  border-radius: var(--r-pill);
  font-size: 0.8rem; font-weight: 600;
  color: var(--green); letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.hero-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  animation: dot-pulse 2s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%, 100% { box-shadow: 0 0 0 0 var(--green-glow); }
  50%       { box-shadow: 0 0 0 6px transparent; }
}

/* Título hero — serif prominente */
.hero-title {
  font-size: clamp(3rem, 6.5vw, 5rem);
  font-weight: 700;
  line-height: 1.06; letter-spacing: -0.025em;
  color: var(--text-dark);
  margin-bottom: 1.6rem;
}
.hero-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--green) 20%, var(--green-light) 80%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-title .hero-title-green {
  color: var(--green-light);
  -webkit-text-fill-color: var(--green-light);
  background: none;
}

.hero-subtitle {
  font-size: 1.12rem; color: var(--text-mid);
  line-height: 1.82; max-width: 580px; margin-bottom: 2.8rem;
}

.hero-actions {
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center; margin-bottom: 4rem;
}

/* Stats del hero */
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 2.8rem;
  padding-top: 3rem;
  border-top: 1px solid var(--silver-mid);
}
.stat-val {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem; font-weight: 700;
  color: var(--green); line-height: 1; margin-bottom: 0.3rem;
}
.stat-label {
  font-size: 0.8rem; color: var(--text-lo); line-height: 1.5;
}

/* Hero staggered entrance */
.hero-eyebrow  { animation: hero-rise .7s var(--ease-out) both; animation-delay: .10s; }
.hero-title    { animation: hero-rise .7s var(--ease-out) both; animation-delay: .24s; }
.hero-subtitle { animation: hero-rise .7s var(--ease-out) both; animation-delay: .38s; }
.hero-actions  { animation: hero-rise .7s var(--ease-out) both; animation-delay: .52s; }
.hero-stats    { animation: hero-rise .7s var(--ease-out) both; animation-delay: .66s; }

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── 10. DIVIDER ─────────────────────────────────────────────────────────── */
.divider {
  width: 100%; height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, var(--silver) 30%,
    var(--silver) 70%, transparent 100%);
}

/* ── 11. PROBLEMA / SOLUCIÓN ─────────────────────────────────────────────── */
.problem-section { padding: 6.5rem 0; }

.problem-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem; margin-top: 3.5rem;
}
@media (max-width: 600px) { .problem-grid { grid-template-columns: 1fr; } }

.problem-card {
  padding: 1.8rem 2rem; cursor: default;
  border-left: 2.5px solid transparent;
  transition: border-left-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.problem-card:hover {
  border-left-color: var(--green);
  transform: translateX(4px) translateY(-4px);
}
.prob-icon {
  font-size: 1.55rem; margin-bottom: 1rem; display: block;
  transition: transform var(--dur) var(--ease-spring);
}
.problem-card:hover .prob-icon { transform: scale(1.18) rotate(-4deg); }

.prob-title {
  font-family: "Playfair Display", serif;
  font-size: 1.12rem; font-weight: 700;
  color: var(--text-dark); margin-bottom: 0.5rem;
}
.prob-desc {
  font-size: 0.875rem; color: var(--text-mid); line-height: 1.72;
}

/* Tarjeta de solución — span completo */
.solution-card {
  grid-column: 1 / -1;
  display: flex; align-items: flex-start; gap: 1.6rem;
  padding: 2.1rem 2.3rem;
  background: linear-gradient(
    135deg,
    rgba(26, 77, 62, 0.07) 0%,
    rgba(255, 255, 255, 0.65) 100%
  ) !important;
  border-top-color: rgba(26, 77, 62, 0.30) !important;
  cursor: default;
}
.solution-card:hover {
  border-top-color: rgba(26, 77, 62, 0.50) !important;
  box-shadow:
    0 2px 0  rgba(255,255,255,1) inset,
    var(--glass-shadow-lg),
    0 0 36px rgba(26, 77, 62, 0.07) !important;
}
.solution-icon {
  width: 52px; height: 52px; flex-shrink: 0;
  border-radius: 14px;
  background: var(--green-dim); border: 1px solid var(--green-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  transition: transform var(--dur) var(--ease-spring);
}
.solution-card:hover .solution-icon { transform: scale(1.10) rotate(-5deg); }
@media (max-width: 600px) { .solution-card { flex-direction: column; } }

/* ── 12. BENTO GRID — SERVICIOS ──────────────────────────────────────────── */
.services-section { padding: 6.5rem 0; }

.bento {
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto; gap: 1.25rem; margin-top: 3.5rem;
}

.bento-web  { grid-column: span 7; padding: 2.4rem; position: relative; overflow: hidden; cursor: default; }
.bento-wa   { grid-column: span 5; padding: 2rem;   cursor: default; }
.bento-data { grid-column: span 5; padding: 2rem;   cursor: default; }
.bento-ads  { grid-column: span 7; padding: 2rem;   cursor: default; }

@media (max-width: 860px) {
  .bento-web, .bento-wa, .bento-data, .bento-ads { grid-column: 1 / -1; }
}

/* Tags dentro de las tarjetas */
.svc-tag {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.85rem; border-radius: var(--r-pill);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.tag-green {
  background: var(--green-dim);
  border: 1px solid var(--green-border);
  color: var(--green);
}
.tag-silver {
  background: rgba(180, 190, 205, 0.18);
  border: 1px solid rgba(180, 190, 205, 0.38);
  color: var(--text-mid);
}

/* Icono wrapper */
.svc-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; margin-bottom: 1.3rem;
  transition: transform var(--dur) var(--ease-spring);
}
.glass:hover .svc-icon-wrap { transform: scale(1.14) rotate(-6deg); }
.icon-bg-green {
  background: var(--green-dim);
  border: 1px solid var(--green-border);
}
.icon-bg-silver {
  background: rgba(180, 190, 205, 0.15);
  border: 1px solid rgba(180, 190, 205, 0.32);
}

.svc-title {
  font-family: "Playfair Display", serif;
  font-size: 1.28rem; font-weight: 700;
  color: var(--text-dark); margin-bottom: 0.65rem; line-height: 1.28;
}
.svc-desc {
  font-size: 0.9rem; color: var(--text-mid); line-height: 1.76; margin-bottom: 1.3rem;
}
.svc-features {
  list-style: none; display: flex; flex-direction: column; gap: 0.55rem;
}
.svc-features li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 0.85rem; color: var(--text-mid);
}
.svc-features li::before {
  content: "◆"; color: var(--green); font-size: 0.5rem;
  margin-top: 0.35em; flex-shrink: 0;
}

/* Marca de agua decorativa en tarjeta grande */
.bento-web .card-watermark {
  position: absolute; right: -24px; bottom: -24px;
  font-size: 10rem; opacity: 0.025;
  pointer-events: none; user-select: none; filter: blur(3px);
  transition: opacity var(--dur);
}
.bento-web:hover .card-watermark { opacity: 0.050; }

/* Tarjeta de garantía — span completo */
.bento-guarantee {
  grid-column: 1 / -1; padding: 2.1rem 2.5rem;
  display: flex; align-items: center; gap: 2rem;
  background: linear-gradient(
    135deg,
    rgba(26, 77, 62, 0.07) 0%,
    rgba(255, 255, 255, 0.65) 100%
  ) !important;
  border-top-color: rgba(26, 77, 62, 0.30) !important;
  cursor: default;
}
.bento-guarantee:hover {
  border-top-color: rgba(26, 77, 62, 0.50) !important;
  box-shadow:
    0 2px 0  rgba(255,255,255,1) inset,
    var(--glass-shadow-lg),
    0 0 36px rgba(26, 77, 62, 0.07) !important;
}
.guarantee-badge {
  font-size: 3rem; flex-shrink: 0;
  transition: transform var(--dur) var(--ease-spring);
}
.bento-guarantee:hover .guarantee-badge { transform: scale(1.12) rotate(-5deg); }
@media (max-width: 600px) { .bento-guarantee { flex-direction: column; } }

/* ── 13. PARA QUIÉN ──────────────────────────────────────────────────────── */
.audience-section { padding: 6.5rem 0; }

.chips-wrap {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  margin: 2.5rem 0; justify-content: center;
}
.chip {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  border-top:    1px solid var(--glass-top);
  border-left:   1px solid var(--silver-bright);
  border-right:  1px solid var(--silver-mid);
  border-bottom: 1px solid rgba(200, 210, 220, 0.22);
  border-radius: var(--r-pill);
  font-size: 0.875rem; font-weight: 500;
  color: var(--text-mid); backdrop-filter: blur(12px);
  cursor: default;
  transition:
    background      var(--dur) var(--ease-out),
    border-top-color var(--dur) var(--ease-out),
    color           var(--dur) var(--ease-out),
    transform       var(--dur) var(--ease-spring),
    box-shadow      var(--dur) var(--ease-out);
}
.chip:hover {
  background: rgba(26, 77, 62, 0.07);
  border-top-color: rgba(26, 77, 62, 0.30);
  color: var(--green);
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 6px 20px rgba(26, 77, 62, 0.10);
}

/* Trío de propuestas de valor */
.value-trio {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-top: 3rem;
}
@media (max-width: 640px) { .value-trio { grid-template-columns: 1fr; } }

.value-card {
  padding: 1.9rem; text-align: center; cursor: default;
}
.value-card-featured {
  background: linear-gradient(
    148deg,
    rgba(26, 77, 62, 0.09) 0%,
    rgba(255, 255, 255, 0.70) 100%
  ) !important;
  border-top-color: rgba(26, 77, 62, 0.32) !important;
}
.val-emoji { font-size: 2rem; margin-bottom: 0.9rem; display: block; }
.val-title {
  font-family: "Playfair Display", serif;
  font-size: 1rem; font-weight: 700;
  color: var(--text-dark); margin-bottom: 0.4rem;
}
.val-desc { font-size: 0.83rem; color: var(--text-mid); line-height: 1.66; }

/* ── 14. CTA / CONTACTO ──────────────────────────────────────────────────── */
.cta-section { padding: 7rem 0; position: relative; }

.cta-glow {
  position: absolute; inset: 0;
  background: radial-gradient(
    ellipse 55% 60% at 50% 50%,
    rgba(26, 77, 62, 0.05) 0%,
    rgba(252, 215, 225, 0.25) 50%,
    transparent 75%
  );
  pointer-events: none;
}

.cta-two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3.5rem; align-items: start;
}
@media (max-width: 768px) {
  .cta-two-col { grid-template-columns: 1fr; gap: 2.5rem; }
}

.cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700; line-height: 1.15;
  color: var(--text-dark); margin-bottom: 1rem;
}
.cta-sub {
  font-size: 1.02rem; color: var(--text-mid);
  line-height: 1.78; margin-bottom: 2rem;
}
.cta-trust {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.8rem; color: var(--text-lo); margin-top: 1.2rem;
}

/* ── 15. FORMULARIO ──────────────────────────────────────────────────────── */
.form-card { padding: 2.2rem; }

.form-title {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem; font-weight: 700;
  color: var(--text-dark); margin-bottom: 1.6rem;
}

.form-group {
  display: flex; flex-direction: column; gap: 0.45rem;
  margin-bottom: 1.1rem;
}
.form-label {
  font-size: 0.78rem; font-weight: 600;
  color: var(--text-mid); letter-spacing: 0.04em;
}
.form-input {
  background: rgba(255, 255, 255, 0.80);
  border-top:    1px solid var(--silver-bright);
  border-left:   1px solid var(--silver-mid);
  border-right:  1px solid rgba(200, 210, 220, 0.28);
  border-bottom: 1px solid rgba(200, 210, 220, 0.20);
  border-radius: 12px; padding: 0.78rem 1rem;
  font-family: "DM Sans", sans-serif; font-size: 0.9rem;
  color: var(--text-dark); outline: none; width: 100%;
  transition:
    border-top-color var(--dur) var(--ease-out),
    box-shadow       var(--dur) var(--ease-out),
    background       var(--dur) var(--ease-out);
}
.form-input::placeholder { color: var(--text-lo); }
.form-input:focus {
  border-top-color: rgba(26, 77, 62, 0.45);
  box-shadow: 0 0 0 3px rgba(26, 77, 62, 0.07);
  background: rgba(255, 255, 255, 0.96);
}
textarea.form-input { resize: vertical; min-height: 100px; }

.btn-submit { width: 100%; justify-content: center; margin-top: 0.5rem; }

/* ── 16. FOOTER ──────────────────────────────────────────────────────────── */
.footer {
  padding: 2.5rem 0;
  border-top: 1px solid var(--silver-mid);
  text-align: center; font-size: 0.83rem; color: var(--text-lo);
  background: rgba(255,255,255,0.60);
}
.footer strong { color: var(--text-mid); }
.footer a {
  color: var(--text-lo); text-decoration: none;
  transition: color var(--dur);
}
.footer a:hover { color: var(--green); }

/* ── 17. TOAST ───────────────────────────────────────────────────────────── */
#toast {
  position: fixed; bottom: 2rem; right: 2rem;
  z-index: 9999; max-width: 340px;
  padding: 1.1rem 1.5rem;
  display: flex; align-items: center; gap: 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border-top:    1px solid rgba(255,255,255,1);
  border-left:   1px solid var(--silver-bright);
  border-right:  1px solid var(--silver-mid);
  border-bottom: 1px solid rgba(200, 210, 220, 0.30);
  backdrop-filter: blur(28px) saturate(160%);
  box-shadow:
    0 2px 0 rgba(255,255,255,1) inset,
    0 16px 40px rgba(26, 45, 70, 0.12);
  color: var(--text-dark); font-size: 0.9rem;
  transform: translateY(120%); opacity: 0;
  transition:
    transform 0.44s var(--ease-spring),
    opacity   0.44s var(--ease-out);
  pointer-events: none;
}
#toast.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
#toast-icon { font-size: 1.2rem; flex-shrink: 0; }

/* ── 18. SCROLL REVEAL ───────────────────────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .70s var(--ease-out), transform .70s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.reveal-left {
  opacity: 0; transform: translateX(-26px);
  transition: opacity .70s var(--ease-out), transform .70s var(--ease-out);
}
.reveal-left.is-visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0; transform: translateX(26px);
  transition: opacity .70s var(--ease-out), transform .70s var(--ease-out);
}
.reveal-right.is-visible { opacity: 1; transform: translateX(0); }

/* Delays escalonados */
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.40s; }
.delay-6 { transition-delay: 0.48s; }
