/* Archivo principal: une los estilos separados por seccion. */
@import url("desktop/base.css?v=20260602");
@import url("desktop/layout.css?v=20260602");
@import url("desktop/header.css?v=20260606-2");
@import url("desktop/hero-videos-sidebar.css?v=20260606");
@import url("desktop/roadmap.css?v=20260602");
@import url("desktop/site-aside.css?v=20260602");
@import url("desktop/beneficios.css?v=20260602");
@import url("desktop/testimonios-videos.css?v=20260602");
@import url("desktop/cta-whatsapp.css?v=20260602");
@import url("desktop/footer.css?v=20260602");
@import url("tablet/header.css?v=20260606-2");
@import url("tablet/hero-videos-sidebar.css?v=20260606");
@import url("tablet/beneficios.css?v=20260602");
@import url("tablet/testimonios-videos.css?v=20260602");
@import url("tablet/footer.css?v=20260606-3");
@import url("tablet/layout.css?v=20260602");
@import url("mobile/header.css?v=20260606-2");
@import url("mobile/hero-videos-sidebar.css?v=20260606");
@import url("mobile/roadmap.css?v=20260602");
@import url("mobile/beneficios.css?v=20260602");
@import url("mobile/testimonios-videos.css?v=20260602");
@import url("mobile/footer.css?v=20260606-3");
@import url("mobile/layout.css?v=20260602-2");
@import url("about-yuscu.css?v=20260606-5");

.roadmap {
  background-image: url("../img/road3.png");
}

.mep-tablet-only,
.mep-mobile-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .mep-desktop-only,
  .mep-mobile-only {
    display: none;
  }

  .mep-tablet-only,
  .mep-desktop-tablet-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .mep-desktop-only,
  .mep-tablet-only,
  .mep-desktop-tablet-only {
    display: none;
  }

  .mep-mobile-only {
    display: block;
  }
}

body.mep-home-template {
  min-height: 100%;
  margin: 0;
  background: var(--bg, #050816) !important;
  color: var(--text, #fff);
}

body.mep-home-template a {
  text-decoration: none;
}

body.mep-home-template .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(168, 85, 247, 0.28);
  background:
    radial-gradient(circle at 8% 50%, rgba(168, 85, 247, 0.16), transparent 22%),
    rgba(2, 6, 18, 0.96) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

body.mep-home-template .site-header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  align-items: center;
  max-width: 1320px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 34px;
}

body.mep-home-template .site-brand,
body.mep-home-template .site-brand:hover,
body.mep-home-template .site-brand:focus,
body.mep-home-template .site-nav a,
body.mep-home-template .site-nav a:hover,
body.mep-home-template .site-nav a:focus,
body.mep-home-template .header-cta,
body.mep-home-template .header-cta:hover,
body.mep-home-template .header-cta:focus {
  box-shadow: none;
  text-decoration: none;
}

body.mep-home-template .site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
}

body.mep-home-template .brand-mark {
  width: 54px;
  height: 58px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0%, 92% 23%, 92% 76%, 50% 100%, 8% 76%, 8% 23%);
  background:
    linear-gradient(rgba(2, 6, 18, 0.92), rgba(2, 6, 18, 0.92)) padding-box,
    linear-gradient(135deg, #c569ff, #7c3aed) border-box !important;
  border: 2px solid #a855f7;
  color: #e9d5ff;
  font-size: 27px;
  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.55),
    inset 0 0 18px rgba(168, 85, 247, 0.18);
}

body.mep-home-template .brand-text {
  display: grid;
  line-height: 0.95;
  text-transform: uppercase;
}

body.mep-home-template .brand-text strong {
  color: #fff !important;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
}

body.mep-home-template .brand-text small {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

body.mep-home-template .site-nav {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  align-items: center;
  min-width: 0;
}

body.mep-home-template .site-nav a {
  position: relative;
  padding: 30px 0 25px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

body.mep-home-template .site-nav a.active {
  color: #d160ff !important;
}

body.mep-home-template .site-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c026d3, #a855f7) !important;
  box-shadow: 0 0 12px rgba(217, 70, 239, 0.85);
}

body.mep-home-template .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(203, 149, 255, 0.75);
  border-radius: 9px;
  background: linear-gradient(180deg, #a855f7, #6d28d9) !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  box-shadow:
    0 0 20px rgba(168, 85, 247, 0.58),
    inset 0 0 12px rgba(255, 255, 255, 0.12);
}

@media (min-width: 783px) {
  body.admin-bar.mep-home-template .site-header {
    top: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  body.mep-home-template {
    background: #000 !important;
  }

  body.mep-home-template .site-header-inner {
    grid-template-columns: auto 1fr;
    gap: 28px;
    min-height: 70px;
    padding: 0 18px;
  }
}

@media (max-width: 767px) {
  body.mep-home-template {
    background: #000 !important;
  }
}
