@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  background-color: black;
  color: white;
}
.wp-block-columns {
  gap: var(--wp--style--block-gap);
}

.page-title {
  display: none;
}

body,
a,
p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: black;
  color: white;
}

a {
  color: white !important;
}
.BookYourFreeCall {
  border-radius: 100px;
  /* border: 2px solid gray; */
  background-color: rgb(25, 25, 25);
  opacity: 1;
  color: gray;
  padding: 6px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.block-group-images {
  position: relative;
}
.block-group-images figure:first-child {
  position: relative;
  transform: rotate(16deg);
}

body.home .rating {
  color: white;
}
.block-avatar > figure {
  gap: 0 !important;
  padding-left: 48px;
}
.block-avatar > figure > figure {
  border: 3px solid white;
  border-radius: 100%;
  margin-left: -27px !important;
}
.block-avatar > figure > figure img {
  width: 50px !important;
  height: 50px !important;
}
.rating + p {
  margin: 0;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #111;
  border: 1px solid #2a2a2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: #39ff14; /* verde neon */
  border-radius: 50%;
  box-shadow: 0 0 8px #39ff14;
}
.status-dot {
  animation: pulse 1.5s infinite;
}
footer .footer-content .footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-content .footer-social .social-links {
  display: flex;
  gap: 30px;
  padding: 2rem;
}

/* ========================= */
/* MOBILE MENU */
/* ========================= */

#masthead {
  position: relative;
  padding: 1rem;
  background: #000;
  z-index: 1000;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Botón hamburguesa */
.menu-toggle {
  background: none;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  z-index: 2000;
}

/* NAV oculto por defecto */
.main-navigation {
  position: fixed;
  inset: 0;
  background: #000;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  padding: 6rem 2rem 2rem;

  transform: translateY(-100%);
  transition: transform 0.4s ease;

  z-index: 1500;
}

/* Estado abierto (coincide con tu JS) */
.main-navigation.menu-open {
  transform: translateY(0);
}

/* UL */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li {
  margin-bottom: 1.5rem;
}

.main-navigation ul li a {
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
}

/* CTA */
.main-navigation .BookYourFreeCall {
  margin-top: 2rem;
  align-self: flex-start;
}
.marquee-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  background: linear-gradient(90deg, #2b2b2b, #1f1f1f);
  padding: 18px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.marquee-track {
  display: flex;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  animation: marquee-scroll 25s linear infinite;
}

.marquee-track li {
  color: #d9d9d9;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 40px;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #000, transparent);
}
.marquee-wrapper {
  background: #111; /* fondo */
}

.marquee-track li {
  color: #ffffff; /* texto */
}

.marquee-track li::after {
  color: #666; /* estrella */
}
.block-group-iamge-video {
  overflow: hidden;
  width: 600px;
}

.block-group-iamge-video .ticker-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  animation: ticker-scroll 20s linear infinite;
}

.block-group-iamge-video .ticker-track{
  display: flex;
  flex-wrap: nowrap;
}
.block-group-iamge-video .wp-block-video.ticker-track video {
  width: 200px;
  height: 270px;
}
@media (min-width: 1200px) {
  .hero-section,
  .skill-section {
    padding: 0 5rem;
  }
  #masthead {
    padding: 1.2rem;
  }
  #masthead.site-header .header-wrapper {
    display: flex;
    background: black;
    flex-direction: row;
    justify-content: space-between;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    position: static;
    transform: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    background: transparent;
  }
  .main-navigation .menu {
    display: none;
  }
  .main-navigation > div > ul {
    display: flex;
  }
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(57, 255, 20, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(57, 255, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(57, 255, 20, 0);
  }
}
