/* ================================
   HEADER - NAVEGACIÓN PRINCIPAL
================================= */
.main-header {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 213, 220, 0.6);
  border-radius: 50px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 12px 24px 12px 32px;
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 100;
  transition: all 0.3s ease;
  overflow: visible;
}

.main-header.scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header-spacer {
  height: 48px; /* Espacio para el header fijo */
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  overflow: visible;
}

.logo-img {
  height: 48px;
}

.main-nav .nav-list {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-list li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
  position: relative;
}

.nav-list li a:hover {
  color: #e5233e;
}

.nav-list li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e5233e;
  transition: width 0.3s ease;
}

.nav-list li a:hover::after {
  width: 100%;
}

.btn-contacto {
  background: linear-gradient(135deg, #ff3d5a 0%, #ff1744 100%);
  color: #fff;
  padding: 0.75rem 2.25rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(255, 29, 68, 0.2);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-contacto::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}

.btn-contacto:hover::before {
  left: 100%;
}

.btn-contacto:hover {
  background: linear-gradient(135deg, #ff5272 0%, #ff2d5a 100%);
  box-shadow: 0 4px 16px rgba(255, 29, 68, 0.35);
  transform: scale(1.05) translateY(-1px);
}

/* Ícono Menú Móvil */
.mobile-menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* ================================
   HERO SECTION
================================= */
.hero-section {
  background-color: #fff;
  padding: 0 2rem 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  overflow: visible;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 3rem;
  width: 100%;
}

.hero-text {
  flex: 1 1 50%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
}

.hero-title {
  font-size: 56px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.hero-subtitle {
  font-size: 64px;
  font-weight: 800;
  color: #e5233e;
  line-height: 1.1;
  margin: 0 0 40px 0;
}

.store-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0;
  overflow: visible;
}

.store-buttons a {
  display: inline-block;
  overflow: visible;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.store-buttons a:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

.store-btn {
  width: auto !important;
  height: 64px !important;
  object-fit: contain;
  display: block;
}

.hero-image {
  flex: 1 1 45%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
}

/* ================================
   SECTION DIVIDER - MISIÓN/VISIÓN
================================= */
.section-divider,
.section-app-divider {
  position: relative;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  font-family: 'Poppins', sans-serif;
  height: 0;
  line-height: 0;
  overflow: visible;
}

.section-divider {
  margin: 0 0 40px;
  margin-top: -2rem;
}

.section-title,
.section-title-app {
  display: inline-block;
  background: linear-gradient(135deg, #ff3d5a 0%, #e5233e 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  padding: 16px 80px;
  border-radius: 0 0 24px 24px;
  font-family: inherit;
  position: relative;
  box-shadow: 0 4px 12px rgba(229, 35, 62, 0.2);
  line-height: 1.2;
}

.section-title {
  position: relative;
  top: -1px;
  margin-top: 0;
}

.section-title-app {
  top: 0;
  transform: translateY(-1px);
  overflow: hidden;
}

/* ================================
   SECCIÓN MISIÓN
================================= */
.section-mision {
  padding: 60px 32px 80px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
}

.mision-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.mision-image img {
  width: 480px;
  border-radius: 48px;
  object-fit: cover;
}

.mision-text {
  flex: 1;
  max-width: 600px;
  text-align: center;
}

.mision-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
}

.mision-paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* ================================
   SECCIÓN VISIÓN
================================= */
.section-vision {
  padding: 0px 32px 80px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.vision-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.vision-text {
  flex: 1;
  max-width: 600px;
  text-align: center;
}

.vision-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
}

.vision-paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.vision-image img {
  width: 415px;
  border-radius: 48px;
  object-fit: cover;
}

/* ================================
   SECCIÓN SERVICIOS
================================= */
.section-servicios {
  padding: 80px 32px 120px;
  background: linear-gradient(135deg, #fafbfc 0%, #f8f9fa 50%, #fafbfc 100%);
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.section-servicios::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 23, 68, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.section-servicios::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(233, 30, 99, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.servicios-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header de la sección */
.servicios-header {
  text-align: center;
  margin-bottom: 56px;
}

.servicios-pill {
  display: inline-block;
  background: linear-gradient(135deg, #ff1744 0%, #e91e63 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.servicios-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.servicios-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid de servicios */
.servicios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Tarjetas de servicio */
.servicio-card {
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #eef0f3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.servicio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-color: #ff1744;
}

.servicio-card:focus-visible {
  outline: 2px solid #ff1744;
  outline-offset: 2px;
}

/* Wrapper del icono */
.servicio-icon-wrapper {
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.servicio-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

/* Contenido de la tarjeta */
.servicio-title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.servicio-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

/* CTA dentro de la tarjeta */
.servicio-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #ff1744;
  transition: gap 0.3s ease;
}

.servicio-card:hover .servicio-cta {
  gap: 10px;
}

/* ================================
   SECCIÓN ¿POR QUÉ ELEGIRNOS?
================================= */
.why-section {
  padding: 80px 32px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.why-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header de la sección */
.why-header {
  text-align: center;
  margin-bottom: 64px;
}

.why-pill {
  display: inline-block;
  background: linear-gradient(135deg, #ff1744 0%, #e91e63 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.why-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.why-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid de beneficios */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  max-width: 1300px;
  margin: 0 auto;
}

/* Tarjetas de beneficios */
.why-card {
  background: #fff;
  padding: 40px 24px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 23, 68, 0.15);
}

/* Badge numérico */
.why-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #ff1744 0%, #e91e63 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(255, 23, 68, 0.3);
}

/* Círculo del ícono */
.why-icon-circle {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-card:hover .why-icon-circle {
  box-shadow: 0 8px 24px rgba(255, 23, 68, 0.15);
  border-color: rgba(255, 23, 68, 0.2);
  transform: scale(1.05);
}

.why-icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

/* Título de la tarjeta */
.why-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

/* Descripción de la tarjeta */
.why-card-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* ================================
   SECCIÓN APP DESCARGA
================================= */
.descarga-section {
  background-color: #fff;
  padding: 80px 10px;
  font-family: 'Poppins', sans-serif;
}

.descarga-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 32px;
}

.descarga-texto {
  flex: 1 1 50%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.descarga-title {
  font-size: 56px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.descarga-subtitle {
  font-size: 64px;
  font-weight: 800;
  color: #e5233e;
  line-height: 1.1;
  margin: 0 0 40px 0;
}

.descarga-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0;
  overflow: visible;
}

.descarga-buttons a {
  display: inline-block;
  overflow: visible;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.descarga-buttons a:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

.descarga-buttons img {
  width: auto !important;
  height: 64px !important;
  object-fit: contain;
  display: block;
}

.descarga-imagen {
  flex: 1 1 40%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.descarga-imagen img {
  width: 280px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ================================
   FOOTER
================================= */
.footer {
  background-color: #e5233e;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 16px;
  padding: 64px 32px 32px;
  border-radius: 80px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.footer-column {
  flex: 1;
  min-width: 160px;
}

.footer-logo {
  height: 80px;
  margin-bottom: 16px;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-store {
  text-align: center;
}

.store-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.store-buttons-footer {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 10px;
  overflow: visible;
}

.store-btn-footer {
  width: auto !important;
  height: 68px !important;
  object-fit: contain;
  transition: transform 0.2s ease;
  display: block;
  padding: 5px;
}

.store-btn-footer:hover {
  transform: scale(1.05);
}

.footer-bottom {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  opacity: 0.9;
}

.footer-bottom strong {
  font-weight: 700;
}

/* ================================
   RESPONSIVE - TABLET & MEDIUM SCREENS
================================= */
@media (min-width: 769px) and (max-width: 1440px) {
  .hero-section {
    padding: 2rem 3rem 4rem;
  }

  .hero-flex {
    max-width: 1200px;
    gap: 2.5rem;
  }

  .hero-text {
    padding-left: 1.5rem;
    max-width: 540px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 50px;
  }

  .hero-image img {
    max-width: 520px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 44px;
  }

  .nav-list {
    gap: 24px !important;
  }

  .nav-list li a {
    font-size: 14px;
  }
}

/* ================================
   RESPONSIVE - MENÚ Y HEADER
================================= */
@media (max-width: 768px) {
  .main-header {
    padding: 10px 20px;
  }

  .header-spacer {
    height: 80px;
  }

  .logo-img {
    height: 40px;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    margin-top: 8px;
  }

  .main-nav.active {
    display: block;
  }

  .main-nav .nav-list {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .btn-contacto {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
}


/* ================================
   RESPONSIVE - HERO SECTION
================================= */
@media (max-width: 768px) {
  .hero-section {
    padding: 2rem 1.5rem 3rem;
    min-height: auto;
  }

  .hero-flex {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }

  .hero-text {
    text-align: center;
    max-width: 100%;
    padding-right: 0;
  }

  .hero-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .hero-image {
    text-align: center;
    justify-content: center;
  }

  .hero-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .store-buttons {
    justify-content: center;
  }
}


/* ================================
   RESPONSIVE - SECCIÓN DIVIDER
================================= */
@media (max-width: 768px) {
  .section-divider {
    margin: 40px 0 32px;
  }

  .section-title {
    font-size: 17px;
    padding: 14px 64px;
    border-radius: 0 0 20px 20px;
  }
}


/* ================================
   RESPONSIVE - SECCIÓN VISIÓN
================================= */
@media (max-width: 768px) {
  .vision-container {
    flex-direction: column;
    text-align: center;
    margin-top: -85px;
  }

  .vision-image img {
    width: 100%;
    max-width: 340px;
  }

  .vision-text {
    padding-top: 24px;
  }
}


/* ================================
   RESPONSIVE - SECCIÓN MISIÓN
================================= */
@media (max-width: 768px) {
  .mision-container {
    flex-direction: column-reverse;
    text-align: center;
    margin-top: -60px;
  }

  .mision-image img {
    width: 100%;
    max-width: 340px;
  }

  .mision-text {
    padding-top: 24px;
  }
}


/* ================================
   RESPONSIVE - SECCIÓN SERVICIOS
================================= */
@media (max-width: 768px) {
  .section-servicios {
    padding: 60px 20px;
  }

  .servicios-header {
    margin-bottom: 40px;
  }

  .servicios-pill {
    font-size: 12px;
    padding: 6px 16px;
  }

  .servicios-heading {
    font-size: 32px;
  }

  .servicios-subtitle {
    font-size: 15px;
  }

  .servicios-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .servicio-card {
    padding: 28px;
  }

  .servicio-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .servicio-icon {
    width: 65px;
    height: 65px;
  }

  .servicio-title {
    font-size: 18px;
  }

  .servicio-desc {
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .servicios-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ================================
   RESPONSIVE - DESCARGA APP
================================= */
@media (max-width: 768px) {
  .section-title-app {
    font-size: 17px;
    padding: 14px 64px;
  }

  .descarga-flex {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px; /* Igual que descarga-section */
    box-sizing: border-box;
    gap: 32px;
  }

  .descarga-imagen {
    text-align: center;
    margin-top: 32px;
  }

  .descarga-title {
    font-size: 32px;
    white-space: normal;
    margin-top: 0;
  }

  .descarga-subtitle {
    font-size: 28px;
  }

  .descarga-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* ================================
   RESPONSIVE - WHY SECTION
================================= */
@media (max-width: 768px) {
  .why-section {
    padding: 60px 24px;
  }

  .why-header {
    margin-bottom: 48px;
  }

  .why-heading {
    font-size: 32px;
  }

  .why-subtitle {
    font-size: 15px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
  }

  .why-card {
    padding: 32px 20px;
  }

  .why-icon-circle {
    width: 90px;
    height: 90px;
  }

  .why-icon-img {
    width: 45px;
    height: 45px;
  }

  .why-card-title {
    font-size: 17px;
  }

  .why-card-desc {
    font-size: 13px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

/* ================================
   RESPONSIVE - FOOTER
================================= */
@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-column {
    width: 100%;
  }

  .store-buttons {
    justify-content: center;
  }
}

/* ================================ */
/*          PRELOADER              */
/* ================================ */

#preloader {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease;
}

.logo-loader img {
  width: 80px;
  height: auto;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ================================
   BOTÓN FLOTANTE DE WHATSAPP
================================= */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366 0%, #1ebe57 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.whatsapp-float img {
  width: 36px;
  height: 36px;
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
}

.whatsapp-float:active {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-float img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1800px) {
  .store-buttons-footer {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .store-btn-footer {
    height: 68px !important;
    width: auto !important;
  }
}
