﻿/* ============================================================
   YUSTA OVERRIDES · v76e · 2026-05-23
   Polish completo · TODO el feedback de Nico aplicado
   ============================================================ */

/* === 1 · Logo nav · chrome 3D real (no más circle gradient) === */
.nav-brand .mk {
  background-image: url('/assets/brand/yl-mark-official.webp') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 34px !important;
  height: 34px !important;
}

/* === 2 · Cross-flares · AHORA GRANDES (atraviesan TODA la hero) === */
/* El user los quiere visibles · pero solo en 1-2 estrellas dominantes muy grandes
   No queremos 15 cross-flares (saturan) · solo las 3 dominantes con flares enormes */
.hero .stars .bright:not(.hero)::before,
.hero .stars .bright:not(.hero)::after {
  display: none !important; /* las normales sin flare */
}
.hero .stars .bright.hero::before {
  /* Horizontal flare · atraviesa toda la hero */
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: -100vw !important;
  width: 200vw !important;
  height: 1px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(232, 234, 237, 0.4) 35%,
    rgba(232, 234, 237, 0.9) 50%,
    rgba(232, 234, 237, 0.4) 65%,
    transparent 100%) !important;
  transform: translateY(-50%) !important;
  filter: blur(0.5px) !important;
  pointer-events: none !important;
  z-index: -1 !important;
}
.hero .stars .bright.hero::after {
  /* Vertical flare · atraviesa toda la hero · pero solo 70vh para no saturar */
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: -35vh !important;
  left: 50% !important;
  width: 1px !important;
  height: 70vh !important;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(232, 234, 237, 0.35) 35%,
    rgba(232, 234, 237, 0.8) 50%,
    rgba(232, 234, 237, 0.35) 65%,
    transparent 100%) !important;
  transform: translateX(-50%) !important;
  filter: blur(0.5px) !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* === 3 · Stars / sky / nebula siempre detrás del texto === */
.hero .stars,
.hero .sky,
.hero .nebula,
.hero .constellation {
  z-index: -1 !important;
}

/* === 4 · Garantizar texto del hero por arriba de TODO === */
.hero .container,
.hero .hero-inner,
.hero .hero-copy,
.hero .hero-mark,
.hero .hero-corner {
  position: relative;
  z-index: 5 !important;
}
.hero .hero-copy { z-index: 10 !important; }
.hero .hero-mark { z-index: 8 !important; }
.hero .hero-corner { z-index: 15 !important; }

/* === 5 · Title text-shadow extra para legibilidad sobre estrellas === */
.hero .hero-title {
  text-shadow:
    0 2px 8px rgba(5, 11, 23, 0.9),
    0 6px 24px rgba(5, 11, 23, 0.7),
    0 12px 48px rgba(5, 11, 23, 0.5) !important;
}

/* === 6 · Hero balanceado · grid 1fr 1fr === */
/* FIX zoom 2026-05-28: antes tenía max-height/height:100vh + overflow:hidden,
   lo que CORTABA el texto del hero cuando con zoom alto el contenido crecía
   más que la pantalla. Ahora min-height:100vh (ocupa el viewport en desktop
   normal) PERO sin tope ni overflow:hidden → el hero crece y nunca corta. */
.hero {
  min-height: 100vh !important;
  padding: 80px 0 40px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.hero .hero-inner {
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: clamp(40px, 5vw, 80px) !important;
  align-items: center !important;
  flex: 1;
}
/* Hero-corner queda al final naturalmente con flex */
.hero .hero-mark {
  min-height: 540px !important;
  width: 100% !important;
  max-width: 600px !important;
}
.hero .hero-mark .mark-art {
  inset: 8% !important;
}
.hero .hero-mark .mark-art img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 24px 64px rgba(159, 228, 238, 0.25)) !important;
}
/* Anillos más grandes proporcionalmente */
.hero .hero-mark .ring {
  z-index: 3 !important;
}

@media (max-width: 960px) {
  .hero .hero-mark {
    min-height: 360px !important;
    max-width: 460px !important;
    margin: 0 auto !important;
  }
}

/* === 7 · Pricing-teaser-includes (recuperado del index anterior) ===
   Los bullets con dot copper deben verse bien · estilos que estaban en yusta.css */
.pricing-teaser-includes {
  list-style: none !important;
  margin: 32px auto 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px 32px !important;
  max-width: 980px !important;
}
.pricing-teaser-includes li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--yl-silver-mirror, #C7CDD4) !important;
}
.pricing-teaser-includes li strong {
  color: var(--yl-silver-light, #E8EAED) !important;
  font-weight: 700 !important;
}
.pricing-teaser-includes .pti-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: var(--yl-copper-rim, #9FE4EE) !important;
  box-shadow: 0 0 8px rgba(159, 228, 238, 0.6) !important;
  flex-shrink: 0 !important;
}

/* === 8 · Sección 4to caso · Solo Cuotas styling consistente === */
.caso-shot.solo-cuotas {
  background: linear-gradient(135deg, #0A1426 0%, #050B17 100%) !important;
  position: relative !important;
}
.caso-shot.solo-cuotas .ui {
  padding: 16px !important;
}
.caso-shot.solo-cuotas .ui-bar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  color: var(--yl-silver-dim, #969FAB) !important;
  margin-bottom: 8px !important;
}
.caso-shot.solo-cuotas .ui-pill {
  padding: 3px 8px !important;
  border-radius: 4px !important;
  font-size: 10px !important;
}

/* === 9 · Hero-proof-line · avatar Nico mini integrado === */
.hero-proof-line img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
  margin-right: 10px !important;
  border: 1px solid var(--yl-copper-rim, #9FE4EE) !important;
  object-fit: cover !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

/* === 10 · Hero-proof-stats · clarificar "Reseñas Google de SLE" === */
.hero-proof-stats span b {
  font-weight: 700 !important;
  color: var(--yl-copper-light, #C9F2F7) !important;
}

/* === 11 · Nico-bio-card en contacto · ya estilada inline · solo asegurar responsive === */
@media (max-width: 600px) {
  .nico-bio-card {
    flex-direction: column !important;
    text-align: center !important;
  }
  .nico-bio-card img {
    margin: 0 auto !important;
  }
}

