/* =====================================================
   NEW ABOUT – CONOCE MÁS SOBRE GEELY
===================================================== */

.new-about {
  padding: 40px 24px 0;
  background: linear-gradient(180deg, #C9D4FE 0%, #ECEFFD 25%, #D1ECF5 60%, #A3B7FF 100%);

  margin-block-start: 0 !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.new-about__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* =========================
   HEADER
========================= */

.new-about__header {
  margin-bottom: 48px;
}

.new-about__header-content {
}

.new-about__title {
  font-family: var(--font-geely);
  font-weight: 700;
  color: var(--c-black);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.new-about__description {
  font-family: var(--font-inter);
  color: var(--c-urban-graphite);
  margin: 0;
  font-weight: 500;
}

/* =========================
   GRID (Reutiliza estilos de blog-news)
========================= */

.new-about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  margin-bottom: 80px;
}

/* Reutiliza las cards de blog-news */
.new-about__grid .blog-news__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
}

.new-about__grid .blog-news__media {
}

.new-about__grid .blog-news__media img {
  height: 238px;
}

.new-about__grid .blog-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.new-about__grid .blog-news__date {
  font-weight: 400;
  font-size: var(--fs-p-4);
  line-height: var(--lh-p-4);
  color: var(--c-urban-graphite);
  opacity: 1;
}

.new-about__grid .blog-news__cat {
  display: none !important;
}

.new-about__grid .blog-news__card-title {
  font-family: var(--font-geely);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
}

.new-about__grid .blog-news__card-title a {
  display: inline-block;
  color: var(--c-black);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-p-3);
  line-height: var(--lh-p-3);
  font-family: var(--font-geely);
}

.new-about__grid .blog-news__card-title a:hover {
}

.new-about__grid .blog-news__excerpt {
  font-weight: 500;
}

.new-about__grid .blog-news__link {
  text-decoration: underline;
  font-weight: 700;
  text-underline-offset: 3px;
}

.new-about__grid .blog-news__link:hover {
}

.new-about__grid .blog-news__link img {
  display: none !important;
}

/* =========================
   PAGINATION
========================= */

.new-about__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-block: 36px;
}

/* Navigation arrows */
.new-about__nav {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s ease;
}

.new-about__nav img {
  width: 32px;
  height: 32px;
  display: block;
}

.new-about__nav--prev img {
  transform: rotate(180deg);
}

.new-about__nav:hover:not(:disabled) {
}

.new-about__nav:disabled {
  cursor: auto;
}

/* Page numbers */
.new-about__pages {
  display: flex;
  align-items: center;
  gap: 7px;
}

.new-about__page {
  font-size: 20px;
  line-height: 1.2;
  border: 0;
  background: transparent;
  color: var(--c-black);
  font-family: var(--font-inter);
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.new-about__page:hover {
}

.new-about__page.is-active {
  color: var(--c-greely-blue);
}

.new-about__dots {
  font-family: var(--font-inter);
  font-size: 16px;
  color: var(--c-black);
  padding: 0 4px;
}

/* Loading state */
.new-about__grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .new-about__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .new-about {
    padding: 40px 16px 0;
  }

  .new-about__header {
    margin-bottom: 24px;
  }

  .new-about__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    margin-bottom: calc(16px + 12px);
  }

  .new-about__grid .blog-news__card-title a {
    font-size: var(--fs-p-4);
    line-height: var(--lh-p-4);
  }

  .new-about__pagination {
    padding-top: 0;
    /* padding-bottom: 12px; */
    padding-bottom: 16px;
  }
}

/* --- CONTENEDOR GENERAL DE PAGINACIÓN --- */
.new-about__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px; /* Espacio entre las flechas y la cápsula central */
  margin: 30px auto;
  font-family: system-ui, sans-serif;
}

/* --- FLECHAS (IZQUIERDA Y DERECHA) --- */
.new-about__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background-color: rgba(224, 231, 255, 0.6); /* Azul muy claro translúcido */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.new-about__nav img {
  width: 14px; /* Tamaño controlado del icono de la flecha */
  height: auto;
}

/* Rotar la flecha izquierda si usas la misma imagen para ambas */
.new-about__nav--prev img {
  transform: rotate(180deg);
}

/* Efecto hover en las flechas */
.new-about__nav:not([disabled]):hover {
  background-color: rgba(224, 231, 255, 0.9);
  transform: scale(1.05);
}

/* Flecha deshabilitada */
.new-about__nav[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

/* --- CÁPSULA CENTRAL (CON CONTORNO BLANCO/TRANSLÚCIDO) --- */
.new-about__pages {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.15); /* Fondo sutil para la cápsula */
  border: 1px solid rgba(255, 255, 255, 0.6);  /* Borde blanco fino característico */
  padding: 6px 14px;
  border-radius: 30px; /* Hace forma de píldora alargada */
}

/* --- BOTONES DE NÚMEROS INDIVIDUALES --- */
.new-about__page {
  width: 38px;
  height: 38px;
  border-radius: 50%; /* Círculos perfectos */
  border: none;
  background-color: #ffffff; /* Círculos blancos de fondo */
  color: #4b5563; /* Color de número gris oscuro */
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover en números */
.new-about__page:hover {
  background-color: #f3f4f6;
  color: #111111;
}

/* --- ESTADO ACTIVO (NÚMERO SELECCIONADO AZÚL) --- */
.new-about__page.is-active {
  background-color: #1d4ed8; /* El azul intenso de tu imagen */
  color: #ffffff; /* Texto blanco */
  box-shadow: 0 4px 10px rgba(29, 78, 216, 0.3);
}

/* --- LOS PUNTOS SUSPENSIVOS (...) --- */
.new-about__dots {
  color: #4b5563;
  font-weight: 600;
  padding: 0 4px;
  letter-spacing: 1px;
}