/* ================= VARIABLES Y CONFIGURACIÓN BASE ================= */
:root {

  --marketing-green: #0a2f1c;
  --marketing-bright-green: #00ff66;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #051c10;
  color: #051c10;

  /* Scroll overlay (cuando el navegador lo soporte) */
  overflow-y: overlay;

  /* Ocultar scrollbar en Firefox */
  scrollbar-width: none;
}

/* Ocultar scrollbar en Chrome */
body::-webkit-scrollbar {
  display: none;
}

/* ================= SCROLLBAR CUSTOM ================= */
.scrollbar {
  position: fixed;
  top: 0;
  right: 8px;
  width: 6px;
  height: 100vh;

  z-index: 9999;
  pointer-events: none; /* 👈 no interfiere con clicks */
}

.thumb {
  width: 100%;
  position: absolute;
  top: 0;

  background: var(--marketing-bright-green);
  border-radius: 10px;

  box-shadow: 0 0 10px var(--marketing-bright-green),
              0 0 20px var(--marketing-bright-green);

  transition: background 0.3s ease;
}

/* Hover opcional (si decides activar pointer-events) */
.scrollbar:hover .thumb {
  background: #00cc55;
}

/* ================= CONTENIDO DEMO ================= */
.contenido {
  min-height: 200vh; /* solo para probar scroll */
}

/* ================= NAVEGACIÓN ================= */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 15px 30px;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  z-index: 10;
}

.menu ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.menu a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.menu ul {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.menu a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.menu a:hover {
  color: var(--marketing-bright-green);
}

/* ================= ESTILOS DEL NUEVO LOGO ================= */
.logo-link {

  text-decoration: none;
  outline: none;
}

.nav-logo {

  height: 60px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 13px;
}


.nav-logo:hover {
  transform: scale(1.05);
}

.evento-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
/* ================= SECCIÓN PRINCIPAL: EL LEGADO ================= */
.legado-hero {
  background: linear-gradient(180deg, rgba(1,11,5,0.8) 0%, rgba(5,26,13,0.8) 60%, rgb(10, 47, 28) 100%),url("legado.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: fadeIn 4s ease-out;
  

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  position: relative;
}

.legado-content {
  max-width: 900px;
  animation: fadeIn 1.2s ease-out;
  margin-top: 50px;
}

.legado-overline {
  color: var(--marketing-bright-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.legado-title {
  font-size: clamp(40px, 8vw, 85px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 20px 0;
}

.text-solid-white {
  color: #ffffff;
}

.text-solid-green {
  color: var(--marketing-bright-green);
}

/* ================= TEXTO HUECO (OUTLINE) ================= */
.text-outline {

  color: #03150a;


  -webkit-text-stroke: 0;
  -webkit-text-fill-color: initial;


  text-shadow:
    -1.5px -1.5px 0 #ffffff,
    1.5px -1.5px 0 #ffffff,
    -1.5px 1.5px 0 #ffffff,
    1.5px 1.5px 0 #ffffff;

  font-weight: 800;
}

.legado-subtitle {
  color: #b0b8bc;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn-outline {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.4s ease;
}

.btn-outline:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= SECCIÓN ESTADÍSTICAS ================= */
.estadisticas-section {

  background-color: #121a15;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats-container {
  display: flex;

  flex-direction: column;
  gap: 60px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}


.stat-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-10px);
}


.stat-number {
  color: var(--marketing-bright-green);
  font-size: 75px;
  font-weight: 800;
  line-height: 1;
}


.stat-label {
  color: #888888;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ================= SECCIÓN EVENTOS / LÍNEA DE TIEMPO ================= */
.eventos-section {
  background-color: #010b05;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.eventos-header {
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
}

.eventos-overline {
  color: var(--marketing-bright-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.eventos-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.text-white {
  color: #ffffff;
}

.text-green {
  color: var(--marketing-bright-green);
}


.timeline-container {
  width: 100%;
  max-width: 900px;
}

.evento-card {

  background-color: #0a110d;

  border-left: 3px solid var(--marketing-bright-green);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}


.evento-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.evento-date {
  color: #2e4a38;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.evento-badge {
  color: var(--marketing-bright-green);
  border: 1px solid var(--marketing-bright-green);
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


.evento-image-placeholder {
  width: 100%;
  height: 250px;
  background-color: #121a15;
  display: flex;
  justify-content: center;
  align-items: center;
}


.diamond-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #1a3324;
  transform: rotate(45deg);
}

.circle-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #1a3324;
  border-radius: 50%;
}


.evento-heading {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.evento-description {
  color: #888888;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}


.evento-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border-top: 1px solid #1a251e;
  padding-top: 20px;
}

.evento-location {
  color: #666666;
  font-size: 13px;
}

.evento-arrow {
  color: var(--marketing-bright-green);
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}


.evento-arrow:hover {
  transform: translateX(5px);
}

/* ================= SECCIÓN UNVESTING AWARDS ================= */


.awards-section {
  background-color: #010b05;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.awards-container {
  width: 100%;
  max-width: 900px;


  margin: 0 auto;

  display: flex;
  flex-direction: column;
  background-color: #0a110d;
  border-left: 3px solid var(--marketing-bright-green);
}


.award-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;


  padding: 40px;
}

.featured-award {
  background: linear-gradient(135deg, #051a0d 0%, #031108 100%);

}


.featured-award .award-icon {
  fill: var(--marketing-green);
}


.regular-award {
  border-top: 1px solid #121f17;
}


.badge-destacado {
  background-color: var(--marketing-bright-green);
  color: #000000;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}


.regular-award {

  border-top: 1px solid #121f17;
}


.award-icon {
  color: var(--marketing-bright-green);
  margin-bottom: 15px;
}

.award-meta {
  color: #4a5c51;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.award-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 15px 0;
}

.award-description {
  color: #888888;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px 0;
  max-width: 800px;
}

.award-winner {
  color: #666666;
  font-size: 14px;
  border-top: 1px solid #121f17;
  padding-top: 15px;
  width: 100%;
}

.winner-name {
  color: #ffffff;
  font-weight: 800;
}

/* ================= SECCIÓN REUNIONES (CIERRE) ================= */
.reuniones-section {
  background-color: #000000;
  padding: 80px 20px 40px;
  display: flex;
  justify-content: center;
}

.reuniones-container {
  width: 100%;
  max-width: 900px;
  text-align: left;
}

/* ================= FOOTER ================= */
.footer-section {
  background: linear-gradient(to bottom, #0a2f1c, #051c10);
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  padding: 80px 20px;
}

.footer-column h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 25px;
}

.footer-column a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 14px;
  transition: 0.3s;
}

.footer-column a:hover {
  color: white;
}