/* Proyecto Búho - Estilos base */
:root {
  --buho-bg: #202124;
  --buho-bg-soft: #292b30;
  --buho-navbar: #1b1c1f;
  --buho-yellow: #ffd54a;
  --buho-yellow-soft: #ffe082;
  --buho-text: #e4e6eb;
  --buho-muted: #c4c6cc;
  --buho-soft: #9ea0a6;
  --buho-border: #3c4043;
}

/* Tamaño base y tipografía general */
html {
  font-size: 16.5px;            /* antes ~16px */
}

@media (min-width: 1200px) {
  html {
    font-size: 18px;          /* en escritorio grande un poquito más grande */
  }
}

/* Global */
body {
  background-color: var(--buho-bg);
  color: var(--buho-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;           /* más aire en todo el texto */
}

/* Párrafos y listas dentro de secciones principales */
.section-padding p,
.section-padding li {
  font-size: 1.05rem;         /* texto principal un poco más grande */
}

/* Texto dentro de tarjetas (retos, componentes, etc.) */
.info-card p,
.component-card p,
.benefit-card p,
.schema-card p,
.tasks-card p,
.timeline-card p,
.contact-card p,
.tasks-card table td,
.tasks-card table th {
  font-size: 0.98rem;
}

/* Títulos de sección más presentes */
.section-padding h2,
.section-padding .h3 {
  font-size: clamp(1.9rem, 3vw, 2.3rem);
}

/* Resto de utilidades de color y espaciado */
.bg-buho-dark {
  background-color: var(--buho-bg) !important;
}

.bg-buho-soft {
  background-color: var(--buho-bg-soft) !important;
}

.bg-buho-navbar {
  background-color: var(--buho-navbar) !important;
}

.text-buho-yellow {
  color: var(--buho-yellow) !important;
}

.text-buho-muted {
  color: var(--buho-muted);
}

.text-buho-soft {
  color: var(--buho-soft);
}

.border-buho-border {
  border-color: var(--buho-border) !important;
}

.section-padding {
  padding: 5rem 0;
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 3.5rem 0;
  }
}

/* Navbar */
.navbar {
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.navbar .nav-link {
  color: var(--buho-soft);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--buho-yellow);
}

/* Hero */
.hero-section {
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: radial-gradient(circle at top, #3b3f46 0, #202124 45%, #15161a 100%);
}

.hero-logo-wrapper {
  max-width: 360px;
}

.hero-logo-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 6px solid var(--buho-yellow-soft);
  position: relative;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
}

.hero-eyes {
  transform: translateY(6px);
}

.hero-eye {
  width: 52px;
  height: 72px;
  border-radius: 45px 45px 30px 30px;
  background: radial-gradient(circle at 30% 20%, #fffde7, var(--buho-yellow) 65%, #b28704 100%);
  box-shadow: 0 0 16px rgba(255, 213, 74, 0.8);
}

.hero-logo-text {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
}

/* Little barcode-style text spacing */
.tracking {
  letter-spacing: 0.32em;
}

/* Buttons */
.btn-buho-primary {
  background: linear-gradient(120deg, #ffd54a, #ffb300);
  border: none;
  color: #1b1c1f;
}

.btn-buho-primary:hover {
  background: linear-gradient(120deg, #ffe082, #ffc107);
  color: #000;
}

.btn-outline-light:hover {
  color: #1b1c1f;
}

/* Cards */
.info-card,
.component-card,
.benefit-card,
.schema-card,
.tasks-card,
.timeline-card,
.contact-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.4));
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.25rem 1.4rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.48);
}

/* Schema */
.schema-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.6rem 0;
}

.schema-badge {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 213, 74, 0.1);
  color: var(--buho-yellow);
  font-size: 0.75rem;
  font-weight: 600;
}

/* Tasks table */
.bg-buho-pill {
  background-color: rgba(255, 255, 255, 0.08);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 0.25rem;
}

.status-pending {
  background-color: #ffb300;
}

.status-done {
  background-color: #00e676;
}

.status-wait {
  background-color: #ff5252;
}

/* Timeline */
.timeline {
  list-style: none;
  padding-left: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.8rem;
}

.timeline li {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 1.1rem;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: -0.55rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: var(--buho-yellow);
  box-shadow: 0 0 0 4px rgba(255, 213, 74, 0.2);
}

.timeline-time {
  display: block;
  color: var(--buho-yellow);
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.timeline-text {
  display: block;
}

/* Contact form */
.bg-buho-input {
  background-color: #18191c;
  color: var(--buho-text);
}

.bg-buho-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.bg-buho-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 213, 74, 0.4);
}

/* Navbar brand dot */
.logo-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #fffde7, var(--buho-yellow));
  box-shadow: 0 0 12px rgba(255, 213, 74, 0.9);
}

/* Footer */
footer {
  font-size: 0.8rem;
}
/* Íconos de componentes */
.component-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.component-icon-img {
  width: 40px;
  height: 40px;
  display: block;
  filter: drop-shadow(0 0 10px rgba(255, 213, 74, 0.5));
}
/* Tarjetas de patrocinio */
.sponsor-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.5));
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.2rem 1.4rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

.badge-tier {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background-color: rgba(255, 213, 74, 0.08);
  color: var(--buho-yellow);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-kicker {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  padding: 0.35rem 1.2rem;
  border-radius: 999px;
  background-color: var(--buho-yellow);
  color: #1b1c1f;
  display: inline-block;
}
.parallax-buho {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--buho-text);
  background-image: url("/Imagenes/parallax-buho.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  /* Más alto en escritorio */
  min-height: 420px;
  padding: 4.5rem 0;
}

/* Overlay más oscuro para que el texto se lea mejor */
.parallax-buho::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      110deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.78) 45%,
      rgba(0, 0, 0, 0.6) 80%
    );
}

.parallax-content {
  position: relative;
  z-index: 1;
}

/* Ajuste de tipografía dentro del parallax */
.parallax-buho h2 {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* En tablet / móvil: más espacio arriba y abajo y sin parallax fijo */
@media (max-width: 991.98px) {
  .parallax-buho {
    background-attachment: scroll;
    text-align: left;
    padding: 4rem 0 4.5rem; /* más aire vertical */
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .parallax-buho {
    padding: 4.5rem 0 5rem;  /* todavía más espacio en móvil pequeño */
  }
}
