/* ==========================================================
   MODAL REGISTRO – PixelDot (INDEX ONLY)
   ========================================================== */

/* Fondo del modal */
#registroModal .modal-content {
  border: none;
  border-radius: 22px;
  overflow: hidden;
}

/* Header con gradiente */
#registroModal .modal-header {
  padding: 1.5rem 1.5rem 1.2rem;
}

#registroModal .modal-title {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.3px;
}

/* Body */
#registroModal .modal-body {
  padding: 1.5rem 1.8rem 1.8rem;
}

/* Texto introductorio */
#registroModal .modal-body p {
  font-size: 0.95rem;
  color: #666;
  text-align: center;
}

/* Inputs */
#registroModal .form-control {
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  border: 1px solid #ddd;
  transition: border-color .25s ease, box-shadow .25s ease;
}

#registroModal .form-control:focus {
  border-color: #149bd7;
  box-shadow: 0 0 0 0.15rem rgba(20,155,215,.25);
}

/* Botón principal */
#registroModal .btn-primary {
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem;
  box-shadow: 0 8px 22px rgba(20,155,215,.35);
  transition: transform .25s ease, box-shadow .25s ease;
}

#registroModal .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20,155,215,.45);
}

/* Ícono del botón */
#registroModal .btn-primary i {
  font-size: 1.05rem;
}

/* Alertas del mensaje */
#registroModal #registroMsg {
  font-size: 0.9rem;
  border-radius: 12px;
}

/* Botón cerrar (X) */
#registroModal .btn-close {
  opacity: 0.9;
  transition: opacity .2s ease;
}

#registroModal .btn-close:hover {
  opacity: 1;
}

/* Responsive */
@media (max-width: 576px) {
  #registroModal .modal-dialog {
    margin: 1rem;
  }

  #registroModal .modal-title {
    font-size: 1.2rem;
  }
}

/* ==========================================================
   HERO PIXELDOT – HOME
   ========================================================== */

#hero {
  margin-top: var(--nav-height);
  position: relative;
  overflow: hidden;
}

/* --------------------------------
   SLIDES
-------------------------------- */
.hero-slide {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* --------------------------------
   VIDEO DESKTOP
-------------------------------- */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* --------------------------------
   IMAGEN MOBILE
-------------------------------- */
.hero-img-mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* --------------------------------
   OVERLAY OSCURO
-------------------------------- */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

/* --------------------------------
   TEXTO
-------------------------------- */

/* ==========================================================
   HERO – CAPTION EDITORIAL (DEFINITIVO)
   ========================================================== */

#hero .carousel-caption.hero-caption {
  position: absolute;
  inset: 0;
  z-index: 10;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 0 6%;
}

/* ===============================
   NIVEL 1 – TITULAR
   =============================== */

#hero .carousel-caption.hero-caption h1 {
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1.1;

  margin-bottom: 18px;

  text-shadow:
    0 6px 24px rgba(0,0,0,0.55);
}

/* ===============================
   NIVEL 2 – SUBTÍTULO
   =============================== */

#hero .carousel-caption.hero-caption p {
  color: rgba(255,255,255,0.9);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.45;

  max-width: 640px;
  margin-bottom: 32px;

  text-shadow:
    0 4px 18px rgba(0,0,0,0.45);
}

/* ===============================
   NIVEL 3 – CTA
   =============================== */

#hero .carousel-caption.hero-caption .btn-hero {
  padding: 14px 36px;
  font-size: 1rem;
  font-weight: 700;

  border-radius: 14px;
  background: linear-gradient(90deg, #149bd7, #127ab0);
  color: #ffffff;
  border: none;
  text-decoration: none;

  box-shadow:
    0 10px 26px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.25);

  transition: transform .25s ease, box-shadow .25s ease;
}

#hero .carousel-caption.hero-caption .btn-hero:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 36px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

/* ==========================================================
   HERO – MOBILE
   ========================================================== */

@media (max-width: 768px) {

  #hero .carousel-caption.hero-caption {
    padding: 0 8%;
  }

  #hero .carousel-caption.hero-caption h1 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }

  #hero .carousel-caption.hero-caption p {
    font-size: 1rem;
    margin-bottom: 22px;
  }

  #hero .carousel-caption.hero-caption .btn-hero {
    width: 100%;
    max-width: 320px;
  }
}

/* ==========================================================
   HERO – CHEVRONS (VISIBLE SIEMPRE)
   ========================================================== */

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 64px;
  z-index: 30; /* por encima del caption */
  opacity: 1;
}

#hero .carousel-control-prev-icon,
#hero .carousel-control-next-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;

  background-color: rgba(0,0,0,0.45);
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;

  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.55));
  opacity: 1;
}

/* SVG Bootstrap explícito (CLAVE) */
#hero .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#hero .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Hover */
#hero .carousel-control-prev:hover .carousel-control-prev-icon,
#hero .carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(0,0,0,0.65);
  transform: scale(1.05);
  transition: .2s ease;
}

/* ==========================================================
   JERARQUÍA DE TÍTULOS – PIXELDOT
   ========================================================== */

.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #555;
  max-width: 640px;
  margin: 0 auto 60px;
  line-height: 1.5;
}

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.9rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
}



/* ==========================================================
   VALORES DIFERENCIALES – HOME
   ========================================================== */

#valores {
  padding: 80px 0;
  background: #ffffff;
}

/* Título */
#valores h2 {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 60px;
  color: var(--primary);
}

/* Card */
#valores .feature-item {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 18px;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* Hover elegante */
#valores .feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.08);
}

/* Íconos */
#valores .feature-item i {
  font-size: 3rem;
  color: var(--secondary);
  margin-bottom: 16px;
  display: block;
}

/* Título del valor */
#valores .feature-item h5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

/* Texto */
#valores .feature-item p {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #555;
  max-width: 240px;
  margin: 0 auto;
}

/* ==========================================================
   VALORES – MOBILE
   ========================================================== */

@media (max-width: 768px) {

  #valores {
    padding: 60px 0;
  }

  #valores h2 {
    font-size: 1.9rem;
    margin-bottom: 40px;
  }

  #valores .feature-item {
    padding: 22px 18px;
  }

  #valores .feature-item i {
    font-size: 2.6rem;
  }

  #valores .feature-item p {
    font-size: 0.9rem;
  }
}

/* ==========================================================
   CONTADOR ANIMADO – HOME
   ========================================================== */

#contador {
  background-color: var(--primary);
  padding: 80px 0;
}

/* Número */
#contador h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -1px;
}

/* Texto */
#contador h4 {
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem;
  font-weight: 600;
}

/* Ajuste del signo + */
#contador h2 span {
  display: inline-block;
}

/* ==========================================================
   CONTADOR – MOBILE
   ========================================================== */

@media (max-width: 768px) {

  #contador {
    padding: 60px 0;
  }

  #contador h2 {
    font-size: 2.2rem;
  }

  #contador h4 {
    font-size: 0.95rem;
  }
}

/* ==========================================================
   SERVICIOS DESTACADOS – HOME (SWIPER CORREGIDO)
   ========================================================== */

#servicios {
  padding: 90px 0;
  background: #ffffff;
}

#servicios h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 60px;
}

/* --------------------------------
   CONTENEDOR SWIPER
-------------------------------- */
#servicios .swiper {
  padding-bottom: 50px;
}

/* --------------------------------
   SLIDE (CLAVE PARA SWIPER)
-------------------------------- */
#servicios .swiper-slide {
  width: 360px; /* 🔑 CLAVE */
  display: flex;
  height: auto;
}

/* --------------------------------
   CARD SERVICIO
-------------------------------- */
#servicios .article-card {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  height: 100%;
  width: 100%;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* Hover premium */
#servicios .article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
  border-color: rgba(20,155,215,0.55);
}

/* Imagen */
#servicios .article-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.25,.46,.45,.94);
}

#servicios .article-card:hover .article-img {
  transform: scale(1.08);
}

/* Contenido */
#servicios .article-content {
  padding: 22px 22px 28px;
  text-align: center;
}

/* Ícono */
#servicios .article-content i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin-bottom: 12px;
  background: rgba(20,155,215,0.12);
}

/* Título */
#servicios .article-content h5 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
}

/* Texto */
#servicios .article-content p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #556;
  margin: 0 auto;
  max-width: 300px;
}

/* --------------------------------
   FLECHAS
-------------------------------- */
#servicios .swiper-button-prev,
#servicios .swiper-button-next {
  color: var(--secondary);
  transition: transform .25s ease;
}

#servicios .swiper-button-prev:hover,
#servicios .swiper-button-next:hover {
  transform: scale(1.15);
}

/* --------------------------------
   MOBILE
-------------------------------- */
@media (max-width: 768px) {

  #servicios {
    padding: 70px 0;
  }

  #servicios h2 {
    font-size: 1.9rem;
    margin-bottom: 40px;
  }

  #servicios .swiper-slide {
    width: 85%;
  }

  #servicios .article-img {
    height: 185px;
  }

  #servicios .article-card:hover {
    transform: none;
    box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  }

  #servicios .article-card:hover .article-img {
    transform: scale(1.04);
  }
}
/* ==========================================================
   PARTNERS Y ALIADOS – HOME (CORREGIDO + SWIPER 11)
   ========================================================== */

#partners {
  padding: 90px 0;
  background: var(--light-bg);
}

/* Título */
#partners h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 60px;
}

/* --------------------------------
   CONTENEDOR SWIPER
-------------------------------- */
#partners .swiper {
  padding-bottom: 40px;
}

/* --------------------------------
   SLIDE PARTNER (CLAVE)
-------------------------------- */
#partners .swiper-slide {
  width: auto; /* 🔑 CLAVE PARA QUE SEA CARRUSEL */
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* Hover elegante */
#partners .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
  border-color: var(--secondary);
}

/* Logo */
.partner-logo {
  height: 64px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.55);
  opacity: 0.85;
  transition: all .35s ease;
}

/* Color al hover */
#partners .swiper-slide:hover .partner-logo {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.08);
}

/* Texto */
#partners .swiper-slide p {
  margin-top: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

/* --------------------------------
   MOBILE
-------------------------------- */
@media (max-width: 768px) {

  #partners {
    padding: 70px 0;
  }

  #partners h2 {
    font-size: 1.9rem;
    margin-bottom: 40px;
  }

  .partner-logo {
    height: 52px;
  }
}

/* ==========================================================
   CASOS DE ÉXITO – HOME
   ========================================================== */

#casos {
  padding: 90px 0;
  background: #ffffff;
}

/* Título */
#casos h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
}

/* Bajada */
#casos p.text-muted {
  font-size: 1rem;
  max-width: 620px;
  margin: 0 auto 60px;
}

/* --------------------------------
   CARD CASO
-------------------------------- */
.case-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* Hover general */
.case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 46px rgba(0,0,0,0.15);
  border-color: var(--secondary);
}

/* --------------------------------
   IMAGEN
-------------------------------- */
.case-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}

/* Zoom suave */
.case-card:hover .case-img img {
  transform: scale(1.12);
}

/* --------------------------------
   OVERLAY
-------------------------------- */
.case-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20,67,143,0) 0%,
    rgba(20,67,143,0.45) 60%,
    rgba(20,67,143,0.8) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
  opacity: 0;
  transition: opacity .4s ease;
}

.case-card:hover .case-overlay {
  opacity: 1;
}

/* Texto overlay */
.case-overlay h5 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.case-overlay p {
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
}

/* --------------------------------
   CONTENIDO INFERIOR
-------------------------------- */
.case-content {
  padding: 20px 18px 22px;
  text-align: center;
}

.case-content h5 {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.case-content p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
}

/* --------------------------------
   SWIPER CONTROLES
-------------------------------- */
.casosSwiper .swiper-button-prev,
.casosSwiper .swiper-button-next {
  color: var(--secondary);
  transition: transform .25s ease;
}

.casosSwiper .swiper-button-prev:hover,
.casosSwiper .swiper-button-next:hover {
  transform: scale(1.25);
}

/* --------------------------------
   BOTÓN MÁS CASOS
-------------------------------- */
#casos .btn-cta {
  margin-top: 10px;
}

/* ==========================================================
   CASOS – MOBILE
   ========================================================== */

@media (max-width: 768px) {

  #casos {
    padding: 70px 0;
  }

  #casos h2 {
    font-size: 1.9rem;
  }

  #casos p.text-muted {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }

  .case-img {
    height: 200px;
  }

  .case-card:hover {
    transform: none;
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  }

  .case-card:hover .case-img img {
    transform: scale(1.05);
  }
}

/* ==========================================================
   CONTACTO – HOME
   ========================================================== */

#contacto {
  padding: 90px 0;
  background: var(--light-bg);
}

/* Caja general */
#contacto .bg-white {
  border-radius: 20px;
}

/* Título */
#contacto h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
}

/* Texto */
#contacto p.text-muted {
  font-size: 1rem;
}

/* Labels */
#contacto .form-label {
  font-size: 0.9rem;
  color: #444;
}

/* Inputs */
#contacto .form-control,
#contacto .form-select {
  border-radius: 12px;
  font-size: 0.95rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid #ddd;
  transition: border-color .25s ease, box-shadow .25s ease;
}

#contacto .form-control:focus,
#contacto .form-select:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.15rem rgba(20,155,215,.25);
}

/* Botón enviar */
#contacto .btn-primary {
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(20,155,215,.35);
  transition: transform .25s ease, box-shadow .25s ease;
}

#contacto .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(20,155,215,.45);
}

/* Bloque info contacto */
.contact-info-block h5 {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-info-block p {
  font-size: 0.95rem;
  color: #555;
}

.contact-info-block i {
  color: var(--secondary);
  margin-right: 8px;
}

/* ==========================================================
   SUSCRIPCIÓN – HOME
   ========================================================== */

#suscripcion {
  margin-top: 40px;
}

/* Caja */
#suscripcion .bg-white {
  border-radius: 22px;
}

/* Ícono principal */
.tu-icono {
  font-size: 2.4rem;
  color: var(--secondary);
  margin-bottom: 6px;
}

/* Título */
#suscripcion h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary);
}

/* Texto */
#suscripcion p.text-muted {
  font-size: 0.95rem;
}

/* Inputs */
#suscripcion .form-control {
  border-radius: 14px;
  font-size: 0.95rem;
  padding: 0.7rem 0.9rem;
}

/* Botón */
#suscripcion .btn-primary {
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(20,155,215,.35);
  transition: transform .25s ease, box-shadow .25s ease;
}

#suscripcion .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(20,155,215,.45);
}

/* Mensaje */
#suscripcionMsg {
  font-size: 0.9rem;
  border-radius: 12px;
}

/* ==========================================================
   CONTACTO + SUSCRIPCIÓN – MOBILE
   ========================================================== */

@media (max-width: 768px) {

  #contacto {
    padding: 70px 0;
  }

  #contacto h2 {
    font-size: 1.9rem;
  }

  #suscripcion h2 {
    font-size: 1.4rem;
  }

  .tu-icono {
    font-size: 2rem;
  }
}

/* ==========================================================
   RESEÑAS GOOGLE – ESTILO PREMIUM PIXELDOT
   ========================================================== */

#reseñas {
  padding: 100px 0;
  background: var(--light-bg);
}

#reseñas h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 12px;
}

#reseñas .reseñas-bajada {
  font-size: 1.05rem;
  color: #666;
  max-width: 620px;
  margin: 0 auto 70px;
}

/* --------------------------------
   SWIPER CONTENEDOR
-------------------------------- */
#reseñas .reseñasSwiper {
  padding: 20px 10px 60px;
}

/* --------------------------------
   CARD RESEÑA
-------------------------------- */
.review-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px 34px;
  height: 100%;

  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);

  transition: transform .35s ease, box-shadow .35s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.14);
}

/* --------------------------------
   HEADER AUTOR
-------------------------------- */
.review-card img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.review-card strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}

.review-card small {
  font-size: 0.85rem;
  color: #777;
}

/* --------------------------------
   ESTRELLAS
-------------------------------- */
.review-card .text-warning {
  font-size: 1.25rem;
  letter-spacing: 2px;
}

/* --------------------------------
   TEXTO RESEÑA
-------------------------------- */
.review-card p {
  font-size: 1rem;
  line-height: 1.65;
  color: #555;
  margin-top: 10px;
}

/* --------------------------------
   FLECHAS SWIPER
-------------------------------- */
#reseñas .swiper-button-prev,
#reseñas .swiper-button-next {
  color: var(--secondary);
  transition: transform .25s ease, opacity .25s ease;
}

#reseñas .swiper-button-prev:hover,
#reseñas .swiper-button-next:hover {
  transform: scale(1.25);
  opacity: 1;
}

/* --------------------------------
   BOTÓN GOOGLE REVIEW
-------------------------------- */
.btn-google-review {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 34px;

  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;

  color: #ffffff;
  background: linear-gradient(90deg, #149bd7, #127ab0);
  box-shadow: 0 10px 26px rgba(20,155,215,.35);

  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn-google-review:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(20,155,215,.45);
}

/* ==========================================================
   RESEÑAS – MOBILE
   ========================================================== */

@media (max-width: 768px) {

  #reseñas {
    padding: 70px 0;
  }

  #reseñas h2 {
    font-size: 1.9rem;
  }

  .review-card {
    padding: 28px 24px;
  }

  .review-card p {
    font-size: 0.95rem;
  }

}
/* ===============================
   BOTÓN GOOGLE
   =============================== */

.btn-google-review {
  display: inline-block;
  margin-top: 50px;

  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;

  border: 2px solid var(--primary);
  padding: 12px 26px;
  border-radius: 14px;

  transition: all .25s ease;
}

.btn-google-review:hover {
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-2px);
}

/* ===============================
   SWIPER
   =============================== */

.reseñasSwiper .swiper-button-prev,
.reseñasSwiper .swiper-button-next {
  color: var(--secondary);
}

.reseñasSwiper .swiper-button-prev:hover,
.reseñasSwiper .swiper-button-next:hover {
  transform: scale(1.15);
}

/* ===============================
   MOBILE
   =============================== */

@media (max-width: 768px) {

  .reseñas-section {
    padding: 70px 0;
  }

  .reseñas-section h2 {
    font-size: 1.9rem;
  }

  .reseña-item {
    padding: 30px 26px;
  }

  .reseña-texto {
    font-size: 0.95rem;
  }
}

/* --------------------------------
   SLIDE RESEÑA
-------------------------------- */
#reseñas .swiper-slide {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  max-width: 620px;
  margin: 0 auto;
}

/* Texto reseña */
#reseñas .swiper-slide p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
}

/* --------------------------------
   CONTROLES SWIPER
-------------------------------- */
.reseñasSwiper .swiper-button-prev,
.reseñasSwiper .swiper-button-next {
  color: var(--secondary);
  transition: transform .25s ease;
}

.reseñasSwiper .swiper-button-prev:hover,
.reseñasSwiper .swiper-button-next:hover {
  transform: scale(1.25);
}

/* --------------------------------
   BOTÓN GOOGLE
-------------------------------- */
#reseñas .btn-primary {
  border-radius: 14px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(20,155,215,.35);
  transition: transform .25s ease, box-shadow .25s ease;
}

#reseñas .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(20,155,215,.45);
}

/* ==========================================================
   RESEÑAS – MOBILE
   ========================================================== */

@media (max-width: 768px) {

  #reseñas {
    padding: 70px 0;
  }

  #reseñas h2 {
    font-size: 1.9rem;
  }

  #reseñas p.text-muted {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }

  #reseñas .swiper-slide {
    padding: 22px 18px;
  }
}

/* ==========================================================
   HERO – MICROANIMACIONES (PIXELDOT)
   ========================================================== */

#hero .hero-caption h1,
#hero .hero-caption p,
#hero .hero-caption .btn-hero {
  opacity: 0;
  transform: translateY(10px);
  animation: heroFadeUp .7s ease forwards;
}

#hero .hero-caption p { animation-delay: .12s; }
#hero .hero-caption .btn-hero { animation-delay: .22s; }

@keyframes heroFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Título más “hero” y nítido */
#hero .carousel-caption h1 {
  text-shadow: 0 12px 28px rgba(0,0,0,.45);
}

/* Botón más premium */
#hero .btn-hero {
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  box-shadow: 0 14px 38px rgba(0,0,0,0.40);
}

#hero .btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(0,0,0,0.50);
  filter: brightness(1.02);
}

/* Respeta accesibilidad */
@media (prefers-reduced-motion: reduce) {
  #hero .hero-caption h1,
  #hero .hero-caption p,
  #hero .hero-caption .btn-hero {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ==========================================================
   NAVBAR – STICKY PREMIUM (PIXELDOT)
   ========================================================== */

.nav-main {
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease, padding .25s ease;
}

.nav-main.scrolled {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Opcional: leve compactación */
.nav-main.scrolled .navbar-brand img {
  transition: transform .25s ease;
  transform: scale(0.92);
}
