/* ================================
   MISIÓN Y VISIÓN - BISONTT
================================ */

.mv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #020611;
  color: #ffffff;
  padding: 90px 0;
  font-family: "Arial", sans-serif;
}

.mv-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(183, 255, 0, 0.22), transparent 28%),
    radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0.06), transparent 25%),
    radial-gradient(circle at 90% 85%, rgba(183, 255, 0, 0.12), transparent 25%),
    linear-gradient(135deg, #020611 0%, #07101c 50%, #030511 100%);
  z-index: 1;
}

.mv-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 75%);
}

.mv-container {
  position: relative;
  z-index: 2;
  width: min(1450px, 92%);
  margin: auto;
}

/* ================================
   ENCABEZADO
================================ */

.mv-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

.mv-header span {
  display: inline-block;
  margin-bottom: 15px;
  color: #b7ff00;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.mv-header h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 95px);
  line-height: 0.95;
  font-weight: 1000;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -2px;
}

.mv-header h2 strong {
  color: #b7ff00;
}

.mv-header p {
  margin: 25px auto 0;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

/* ================================
   CONTENIDO PRINCIPAL
================================ */

.mv-content {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  gap: 35px;
  align-items: center;
}

/* Tarjetas */

.mv-card {
  position: relative;
  min-height: 430px;
  padding: 45px 38px;
  border: 2px solid rgba(183, 255, 0, 0.75);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(2, 6, 17, 0.75);
  box-shadow:
    0 0 30px rgba(183, 255, 0, 0.18),
    inset 0 0 30px rgba(183, 255, 0, 0.05);
  overflow: hidden;
  transition: 0.35s ease;
}

.mv-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 0 45px rgba(183, 255, 0, 0.38),
    inset 0 0 35px rgba(183, 255, 0, 0.08);
}

.mv-card-glow {
  position: absolute;
  width: 230px;
  height: 230px;
  right: -100px;
  top: -90px;
  background: radial-gradient(circle, rgba(183, 255, 0, 0.45), transparent 70%);
  pointer-events: none;
}

.mv-icon {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(183, 255, 0, 0.1);
  border: 1px solid rgba(183, 255, 0, 0.65);
  margin-bottom: 30px;
}

.mv-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mv-card h3 {
  margin: 0 0 22px;
  font-size: clamp(34px, 3vw, 55px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 1000;
  font-style: italic;
}

.mv-card p {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.mv-number {
  position: absolute;
  right: 28px;
  bottom: 20px;
  font-size: 85px;
  line-height: 1;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.055);
}

/* ================================
   CENTRO
================================ */

.mv-center {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.mv-circle {
  position: relative;
  z-index: 4;
  width: min(360px, 90%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(183, 255, 0, 0.15), transparent 65%),
    rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(183, 255, 0, 0.6);
  box-shadow:
    0 0 35px rgba(183, 255, 0, 0.35),
    inset 0 0 35px rgba(255, 255, 255, 0.06);
}

.mv-circle img {
  width: 108%;
  max-height: 115%;
  object-fit: contain;
  filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.7));
  animation: mvFloat 4s ease-in-out infinite;
}

.mv-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(183, 255, 0, 0.55);
  box-shadow: 0 0 20px rgba(183, 255, 0, 0.25);
}

.mv-ring-one {
  width: 430px;
  height: 430px;
  animation: mvRotate 18s linear infinite;
}

.mv-ring-two {
  width: 310px;
  height: 310px;
  border-style: dashed;
  animation: mvRotateReverse 16s linear infinite;
}

.mv-tag {
  position: absolute;
  z-index: 6;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(2, 6, 17, 0.85);
  border: 1px solid #b7ff00;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(183, 255, 0, 0.35);
}

.mv-tag-top {
  top: 72px;
  right: 18px;
}

.mv-tag-bottom {
  bottom: 75px;
  left: 18px;
}

/* ================================
   VALORES INFERIORES
================================ */

.mv-values {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(183, 255, 0, 0.4);
  border-bottom: 1px solid rgba(183, 255, 0, 0.4);
}

.mv-value {
  position: relative;
  padding: 30px 28px;
  border-right: 1px solid rgba(183, 255, 0, 0.25);
}

.mv-value:last-child {
  border-right: none;
}

.mv-value span {
  display: block;
  margin-bottom: 12px;
  color: #b7ff00;
  font-size: 18px;
  font-weight: 1000;
}

.mv-value h4 {
  margin: 0 0 10px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 1000;
}

.mv-value p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

/* ================================
   ANIMACIONES
================================ */

@keyframes mvFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-16px) scale(1.02);
  }
}

@keyframes mvRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes mvRotateReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.mv-header,
.mv-card,
.mv-center,
.mv-values {
  opacity: 0;
  transform: translateY(45px);
  transition: 0.85s ease;
}

.mv-section.mv-active .mv-header,
.mv-section.mv-active .mv-card,
.mv-section.mv-active .mv-center,
.mv-section.mv-active .mv-values {
  opacity: 1;
  transform: translateY(0);
}

.mv-section.mv-active .mv-mision {
  transition-delay: 0.15s;
}

.mv-section.mv-active .mv-center {
  transition-delay: 0.3s;
}

.mv-section.mv-active .mv-vision {
  transition-delay: 0.45s;
}

.mv-section.mv-active .mv-values {
  transition-delay: 0.6s;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1200px) {
  .mv-content {
    grid-template-columns: 1fr;
  }

  .mv-card {
    min-height: auto;
  }

  .mv-center {
    min-height: 440px;
    order: -1;
  }

  .mv-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .mv-value:nth-child(2) {
    border-right: none;
  }

  .mv-value:nth-child(1),
  .mv-value:nth-child(2) {
    border-bottom: 1px solid rgba(183, 255, 0, 0.25);
  }
}

@media (max-width: 768px) {
  .mv-section {
    padding: 70px 0;
  }

  .mv-header {
    margin-bottom: 50px;
  }

  .mv-card {
    padding: 38px 28px;
    border-radius: 22px;
  }

  .mv-center {
    min-height: 380px;
  }

  .mv-ring-one {
    width: 360px;
    height: 360px;
  }

  .mv-ring-two {
    width: 260px;
    height: 260px;
  }

  .mv-tag {
    font-size: 12px;
    padding: 8px 16px;
  }

  .mv-values {
    grid-template-columns: 1fr;
  }

  .mv-value {
    border-right: none;
    border-bottom: 1px solid rgba(183, 255, 0, 0.25);
  }

  .mv-value:last-child {
    border-bottom: none;
  }
}

@media (max-width: 425px) {
  .mv-container {
    width: 90%;
  }

  .mv-header h2 {
    font-size: 45px;
  }

  .mv-header span {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .mv-card {
    padding: 32px 22px;
  }

  .mv-icon {
    width: 68px;
    height: 68px;
  }

  .mv-icon img {
    width: 38px;
    height: 38px;
  }

  .mv-card h3 {
    font-size: 38px;
  }

  .mv-card p {
    font-size: 15px;
  }

  .mv-number {
    font-size: 60px;
  }

  .mv-center {
    min-height: 320px;
  }

  .mv-ring-one {
    width: 285px;
    height: 285px;
  }

  .mv-ring-two {
    width: 210px;
    height: 210px;
  }

  .mv-tag-top {
    top: 35px;
    right: 0;
  }

  .mv-tag-bottom {
    bottom: 40px;
    left: 0;
  }
}
