/* ══════════════════════════════════════════════════
   E.T. L&C E.I.R.L. — Estilos principales
   Stack: Bootstrap 5 + Font Awesome 6 + AOS
══════════════════════════════════════════════════ */

:root {
  --amarillo:   #F5C400;
  --negro:      #0d0d0d;
  --gris-dark:  #1a1a1a;
  --gris-card:  #1f1f1f;
  --gris-claro: #f5f5f5;
  --blanco:     #ffffff;
  --texto:      #d0d0d0;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

html { scroll-behavior: smooth; }

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: var(--amarillo);
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(245, 196, 0, 0.6);
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--blanco);
  color: #222;
  overflow-x: hidden;
}

/* ── Utilidades ── */
.fw-black { font-weight: 900 !important; }
.section-bg-light { background: var(--gris-claro); }

/* ══════════════════════════════
   NAVBAR
══════════════════════════════ */
.lc-navbar {
  background: rgba(10, 10, 10, 0.97) !important;
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--amarillo);
  padding: 10px 0;
}

.lc-brand {
  display: flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
}

.brand-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.45rem;
  color: var(--amarillo);
  letter-spacing: 1px;
  line-height: 1;
}

.brand-amp { color: #fff; }

.brand-eirl {
  font-size: 0.65rem;
  font-weight: 600;
  color: #666;
  letter-spacing: 1px;
}

.lc-navbar .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: #ccc !important;
  letter-spacing: 0.4px;
  transition: color 0.2s;
  padding: 6px 10px;
}

.lc-navbar .nav-link:hover { color: var(--amarillo) !important; }

.nav-wsp {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
}

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero-section {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.92) 0%, rgba(15,15,15,0.88) 100%),
    url('../images/pichanaqui/1.webp') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 60%, rgba(245,196,0,0.07) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 30%, rgba(245,196,0,0.05) 0%, transparent 55%);
  pointer-events: none;
}

.min-vh-hero { min-height: calc(100vh - 62px); }

.hero-badge {
  display: inline-block;
  background: rgba(245, 196, 0, 0.12);
  border: 1px solid rgba(245, 196, 0, 0.35);
  color: var(--amarillo);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 30px;
}

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: #fff;
  line-height: 1.1;
}

.typed-text {
  color: var(--amarillo);
  border-right: 3px solid var(--amarillo);
  padding-right: 4px;
  animation: blink-cursor 0.75s step-end infinite;
  min-height: 1.2em;
  display: inline-block;
}

@keyframes blink-cursor {
  0%, 100% { border-color: var(--amarillo); }
  50%       { border-color: transparent; }
}

.hero-sub {
  color: #aaa;
  font-size: 1.05rem;
  max-width: 540px;
  line-height: 1.75;
}

/* Tarjetas flotantes hero */
.hero-card-float {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-stat-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid var(--amarillo);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  backdrop-filter: blur(6px);
  transition: transform 0.3s, border-color 0.3s;
}

.hero-stat-card:hover {
  transform: translateX(-6px);
  border-left-color: var(--amarillo);
  background: rgba(245, 196, 0, 0.06);
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
}

.hero-scroll-hint a { text-decoration: none; }

/* ══════════════════════════════
   STATS BAR
══════════════════════════════ */
.stats-bar {
  background: var(--amarillo);
}

.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
  color: var(--negro);
  line-height: 1;
}

.stat-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.6);
  margin-top: 3px;
}

/* ══════════════════════════════
   SECCIONES — badge y títulos
══════════════════════════════ */
.section-badge {
  display: inline-block;
  background: rgba(245,196,0,0.12);
  border: 1px solid rgba(245,196,0,0.4);
  color: var(--amarillo);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  color: var(--negro);
  line-height: 1.15;
}

.section-sub {
  color: #666;
  font-size: 1rem;
  max-width: 560px;
  line-height: 1.75;
}

/* ══════════════════════════════
   DESTINOS — tarjetas de ruta
══════════════════════════════ */
.ruta-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 26px;
  border-top: 4px solid var(--amarillo);
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
}

.ruta-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

.ruta-icon-wrap {
  width: 46px; height: 46px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}

.ruta-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--negro);
  margin-bottom: 14px;
}

.ruta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ruta-tag {
  background: var(--gris-claro);
  color: #333;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
}

/* ══════════════════════════════
   GALERÍA
══════════════════════════════ */
.filter-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1.5px solid #333;
  background: transparent;
  color: #888;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.4px;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--amarillo);
  border-color: var(--amarillo);
  color: var(--negro);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  background: #1a1a1a;
}

.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.gallery-item:hover img { transform: scale(1.07); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-overlay span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}

.gallery-overlay .zoom-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--amarillo);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--negro);
  font-size: 1rem;
}

.gallery-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a1a1a, #272727);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gallery-placeholder .ph-icon { font-size: 2.2rem; }
.gallery-placeholder .ph-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #555;
  font-family: 'Montserrat', sans-serif;
}

/* ══════════════════════════════
   LIGHTBOX
══════════════════════════════ */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.96);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox.open { display: flex; }

.lightbox-content {
  position: relative;
  max-width: 920px;
  width: 100%;
  text-align: center;
}

.lightbox img {
  max-width: 100%;
  max-height: 82vh;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.9);
  object-fit: contain;
}

.lightbox-caption {
  color: #ccc;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 14px;
  font-size: 0.95rem;
}

.lightbox-close {
  position: absolute;
  top: -48px; right: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  width: 38px; height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  transition: all 0.2s;
}

.lightbox-close:hover {
  background: var(--amarillo);
  border-color: var(--amarillo);
  color: var(--negro);
}

.lightbox-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.15);
  color: #fff;
  width: 46px; height: 46px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  transition: all 0.2s;
}

.lightbox-nav:hover {
  background: var(--amarillo);
  border-color: var(--amarillo);
  color: var(--negro);
}

.lightbox-prev { left: -62px; }
.lightbox-next { right: -62px; }

/* ══════════════════════════════
   SERVICIOS
══════════════════════════════ */
.servicio-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  border-bottom: 4px solid transparent;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.servicio-card:hover {
  border-bottom-color: var(--amarillo);
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.1);
}

.servicio-icon-wrap {
  width: 58px; height: 58px;
  background: var(--amarillo);
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--negro);
  margin-bottom: 18px;
}

.servicio-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--negro);
  margin-bottom: 10px;
}

.servicio-desc {
  color: #666;
  font-size: 0.87rem;
  line-height: 1.65;
  margin: 0;
}

/* ══════════════════════════════
   CONTACTO
══════════════════════════════ */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.contact-icon-wrap {
  width: 40px; height: 40px;
  background: rgba(245,196,0,0.1);
  border: 1px solid rgba(245,196,0,0.25);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--amarillo);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.contact-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.contact-value {
  font-size: 0.95rem;
  color: #ccc;
}

.contact-link {
  color: var(--amarillo);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.contact-link:hover { color: #fff; }

.cta-card {
  background: var(--gris-card);
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 40px 32px;
}

.cta-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-badges span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
}

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.lc-footer {
  background: #080808;
  border-top: 3px solid var(--amarillo);
}

.footer-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--amarillo);
}

.footer-dev-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  color: #444;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.footer-dev-link:hover { color: var(--amarillo); }
.footer-dev-link strong { color: #666; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 991px) {
  .hero-section { min-height: auto; padding: 100px 0 60px; }
  .min-vh-hero { min-height: auto; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 2.1rem; }
  .hero-sub { font-size: 0.95rem; }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .lightbox-prev { left: -4px; }
  .lightbox-next { right: -4px; }
  .lightbox-nav { width: 36px; height: 36px; font-size: 0.85rem; }

  .cta-card { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .stat-num { font-size: 1.35rem; }
  .hero-title { font-size: 1.8rem; }
}
