/* -----------------------------------------------
   Fixes generales 2026
   ----------------------------------------------- */
.navbar ul li a {
  white-space: nowrap;
}

/* -----------------------------------------------
   ETHOS — Mambo Product Card
   ----------------------------------------------- */

/* Wrapper full-width con fondo oscuro */
.ethos-wrapper {
  background-color: #0a0a0a;
  margin-bottom: 80px;
}

/* -----------------------------------------------
   Bloque 1 — Hero
   ----------------------------------------------- */
.ethos-hero {
  padding: 60px 0 0 0;
  border-bottom: 1px solid #1e1e1e;
}

.ethos-hero-text {
  padding: 20px 48px 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ethos-badge {
  display: inline-block;
  background: #1a1a1a;
  color: #666666;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #222222;
  margin-bottom: 24px;
  width: fit-content;
}

.ethos-title {
  font-family: "Safiro", sans-serif;
  font-weight: 600;
  font-size: clamp(3rem, 8vw, 7rem) !important;
  line-height: 1 !important;
  color: #ffffff;
  margin-bottom: 20px !important;
}

.ethos-tagline {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #aaaaaa;
  margin-bottom: 32px;
  max-width: 480px;
}

.ethos-pills {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.ethos-pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
}

.ethos-pill-clone {
  background-color: #1c1c2e;
  color: #9b8ff5;
  border: 1px solid #2e2e4a;
}

.ethos-pill-gen {
  background-color: #0e1e1a;
  color: #4ecba5;
  border: 1px solid #1a3530;
}

.ethos-client-footer {
  font-size: 0.8rem;
  color: #555555;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ethos-dot {
  color: #4ecba5;
  font-size: 0.6rem;
}

/* Video */
.ethos-video {
  padding: 0;
}

.ethos-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.ethos-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

/* -----------------------------------------------
   Galería de imágenes
   ----------------------------------------------- */
.ethos-gallery {
  border-bottom: 1px solid #1e1e1e;
  padding: 24px 0;
}

.ethos-gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
}

.ethos-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.ethos-gallery-item:hover img {
  opacity: 1;
}

.ethos-gallery-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 12px;
  border-radius: 3px;
}

/* -----------------------------------------------
   Bloque 2 — Proceso
   ----------------------------------------------- */
.ethos-process {
  border-bottom: 1px solid #1e1e1e;
}

.ethos-process-step {
  padding: 28px 32px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-right: 1px solid #1e1e1e;
}

.ethos-process-step:last-child {
  border-right: none;
}

.ethos-step-number {
  font-family: "Safiro", sans-serif;
  font-size: 0.7rem;
  color: #333333;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.ethos-step-text {
  font-size: 0.85rem;
  color: #888888;
  line-height: 1.4;
}

/* -----------------------------------------------
   Bloque 3 — Modalidades Clone / Gen
   ----------------------------------------------- */
.ethos-modalities {
  border-bottom: 1px solid #1e1e1e;
}

.ethos-modality {
  padding: 48px 40px;
}

.ethos-modality:first-child {
  border-right: 1px solid #1e1e1e;
}

.ethos-modality-title {
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  margin-bottom: 20px;
}

.ethos-modality p {
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 24px;
}

.ethos-modality ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ethos-modality ul li {
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #aaaaaa;
  padding: 10px 0;
  border-top: 1px solid #1e1e1e;
}

.ethos-modality ul li:last-child {
  border-bottom: 1px solid #1e1e1e;
}

.ethos-clone .ethos-modality-title {
  color: #9b8ff5;
}

.ethos-gen .ethos-modality-title {
  color: #4ecba5;
}

/* -----------------------------------------------
   Bloque 4 — Casos de uso
   ----------------------------------------------- */
.ethos-usecases {
  border-bottom: 1px solid #1e1e1e;
}

.ethos-usecase {
  padding: 24px 32px;
  font-size: 0.85rem;
  color: #555555;
  border-right: 1px solid #1e1e1e;
  display: flex;
  align-items: center;
}

.ethos-usecase:last-child {
  border-right: none;
}

/* -----------------------------------------------
   Bloque 5 — CTA
   ----------------------------------------------- */
.ethos-cta {
  padding: 64px 48px;
  text-align: center;
}

.ethos-cta h3 {
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #ffffff;
  margin-bottom: 12px;
}

.ethos-cta p {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 32px;
}

.ethos-cta-btn {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #333333;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.ethos-cta-btn:hover {
  background: #1a1a1a;
  border-color: #555555;
  color: #ffffff;
}

/* -----------------------------------------------
   Footer
   ----------------------------------------------- */
.site-footer {
  padding: 80px 0 40px 0;
  margin-top: 80px;
  border-top: 1px solid #1e1e1e;
}

.footer-cta {
  text-align: center;
  padding-bottom: 48px;
}

.footer-headline {
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #ffffff;
  margin-bottom: 24px;
}

.tally-footer-btn {
  display: inline-block;
  padding: 14px 36px;
  background: none;
  border: 1px solid #333333;
  color: #ffffff;
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.tally-footer-btn:hover {
  background: #1a1a1a;
  border-color: #555555;
}

.footer-divider {
  border-color: #1e1e1e;
  margin: 0;
  opacity: 1;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-family: "Safiro", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #555555;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-sep {
  color: #333333;
}

.footer-links a {
  color: #555555;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-copy {
  color: #333333;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 48px 0 32px 0;
    margin-top: 48px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* -----------------------------------------------
   Responsive
   ----------------------------------------------- */
@media (max-width: 991px) {
  .ethos-hero-text {
    padding: 40px 0 32px 0;
  }

  .ethos-video {
    margin-bottom: 0;
  }

  .ethos-video-wrapper {
    border-radius: 0;
  }

  .ethos-video-wrapper iframe {
    border-radius: 0;
  }

  .ethos-gallery-item {
    aspect-ratio: 3 / 4;
  }

  .ethos-process-step {
    border-right: none;
    border-bottom: 1px solid #1e1e1e;
    padding: 20px 24px;
  }

  .ethos-process-step:last-child {
    border-bottom: none;
  }

  .ethos-modality {
    padding: 36px 24px;
  }

  .ethos-modality:first-child {
    border-right: none;
    border-bottom: 1px solid #1e1e1e;
  }

  .ethos-usecase {
    border-right: none;
    border-bottom: 1px solid #1e1e1e;
  }

  .ethos-usecase:last-child {
    border-bottom: none;
  }

  .ethos-cta {
    padding: 48px 24px;
  }

  .ethos-wrapper {
    margin-bottom: 48px;
  }
}
