.elementor-20 .elementor-element.elementor-element-e558ba2{--display:flex;}.elementor-20 .elementor-element.elementor-element-e558ba2.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-e558ba2{--width:77.125%;}}/* Start custom CSS for html, class: .elementor-element-6209e97 *//* ==========================================================================
   VARIABLES DE COLOR OFICIALES DE BORDERBOX CR (FORZADAS)
   ========================================================================== */
:root {
  --azul-oscuro: #0A2E6D !important;   /* Tu azul marino corporativo de fondo */
  --dorado: #D4AF37 !important;        /* Tu dorado metálico premium */
  --blanco-puro: #FFFFFF !important;   /* Blanco puro para contrastes masivos */
  --blanco-satinado: #E2E8F0 !important; /* Texto de soporte legible sobre azul */
  --gris-fondo: #F8FAFC !important;    /* Fondo limpio para el próximo bloque */
}

/* ==========================================================================
   1. ESTILOS DEL HEADER (COMPUTADORA / ESCRITORIO)
   ========================================================================== */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #FFFFFF !important; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid #D4AF37 !important; 
  z-index: 1000 !important;
  transition: all 0.3s ease;
}

.header-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 15px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}

.main-logo {
  height: 45px !important;
  width: auto !important;
  display: block !important;
}

.nav-menu {
  display: flex !important;
  gap: 30px !important;
}

.nav-link {
  text-decoration: none !important;
  color: #0A2E6D !important; 
  font-weight: 600 !important;
  font-size: 16px !important;
  transition: color 0.2s ease;
}

.nav-link:hover, .nav-link.active {
  color: #D4AF37 !important; 
}

/* Hamburguesa para Móviles (Oculta en Escritorio) */
.mobile-menu-toggle {
  display: none !important;
  flex-direction: column !important;
  gap: 6px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 5px !important;
}

.mobile-menu-toggle span {
  display: block !important;
  width: 25px !important;
  height: 3px !important;
  background-color: #0A2E6D !important; 
  border-radius: 2px !important;
  transition: all 0.3s ease;
}

/* Animación de la Hamburguesa transformándose en X */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg) !important;
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0 !important;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg) !important;
}

/* ==========================================================================
   2. ESTILOS DEL HERO SECTION (COMPUTADORA / ESCRITORIO)
   ========================================================================== */
.hero-section {
  background-color: #0A2E6D !important; 
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 90px !important;
  padding-bottom: 60px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.hero-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 50px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.hero-content {
  flex: 1 !important;
  max-width: 620px !important;
  text-align: left !important;
}

.hero-title {
  font-size: 48px !important;
  font-weight: 800 !important;
  color: #FFFFFF !important; 
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
}

.highlight-gold {
  color: #D4AF37 !important; 
}

.hero-subtitle {
  font-size: 18px !important;
  color: #E2E8F0 !important; 
  line-height: 1.6 !important;
  margin-bottom: 35px !important;
}

/* Botonera Principal en Escritorio */
.hero-actions {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 40px !important;
}

.btn-gold-main {
  text-decoration: none !important;
  background-color: #D4AF37 !important; 
  color: #0A2E6D !important;        
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 14px 32px !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3) !important;
  transition: all 0.3s ease;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.btn-gold-main:hover {
  background-color: #FFFFFF !important;
  color: #0A2E6D !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2) !important;
}

.btn-whatsapp-hero {
  text-decoration: none !important;
  background-color: transparent !important;
  border: 2px solid #FFFFFF !important; 
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 12px 32px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.3s ease;
}

.btn-whatsapp-hero:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #D4AF37 !important;
  color: #D4AF37 !important;
}

.wa-icon {
  width: 20px !important;
  height: 20px !important;
  filter: brightness(0) invert(1) !important; 
}

.btn-whatsapp-hero:hover .wa-icon {
  filter: none !important; 
}

/* Caja de Rastreo */
.tracking-widget {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 24px !important;
  border-radius: 8px !important;
  backdrop-filter: blur(5px) !important;
  text-align: left !important;
}

.tracking-label {
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}

.tracking-form {
  display: flex !important;
  gap: 12px !important;
}

.tracking-input {
  flex: 1 !important;
  padding: 14px 16px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  font-size: 15px !important;
  color: #0A2E6D !important;
  outline: none !important;
}

.btn-tracking-submit {
  background-color: #0A2E6D !important;
  color: #FFFFFF !important;
  border: 2px solid #D4AF37 !important; 
  padding: 14px 28px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  transition: all 0.3s ease;
}

.btn-tracking-submit:hover {
  background-color: #D4AF37 !important;
  color: #0A2E6D !important;
}

/* Contenedor Visual */
.hero-visual {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.hero-image {
  max-width: 100% !important;
  height: auto !important;
  max-height: 480px !important;
  object-fit: contain !important;
  animation: floatEffect 4s ease-in-out infinite !important;
}

@keyframes floatEffect {
  0%, 100% { transform: translateY(0) !important; }
  50% { transform: translateY(-12px) !important; }
}

/* ==========================================================================
   3. ADAPTABILIDAD EN TABLETS (PANTALLAS HASTA 992px)
   ========================================================================== */
@media (max-width: 992px) {
  .nav-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #FFFFFF !important;
    flex-direction: column !important;
    gap: 0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    border-top: 1px solid #E2E8F0 !important;
    display: none !important; 
  }

  .nav-menu.open {
    display: flex !important; 
  }

  .nav-link {
    padding: 16px 24px !important;
    border-bottom: 1px solid #F1F5F9 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  .mobile-menu-toggle {
    display: flex !important; 
  }

  .hero-container {
    flex-direction: column !important;
    text-align: center !important;
    gap: 35px !important;
    padding-top: 30px !important;
  }

  .hero-content {
    max-width: 100% !important;
    text-align: center !important;
  }

  .hero-title {
    font-size: 36px !important;
  }

  .hero-actions {
    justify-content: center !important; 
  }

  .tracking-widget {
    text-align: center !important;
  }

  .tracking-form {
    max-width: 550px !important;
    margin: 0 auto !important;
  }
}

/* ==========================================================================
   4. OPTIMIZACIÓN DELICADA Y COMPACTA EN CELULARES (MÁXIMO 576px)
   ========================================================================== */
@media (max-width: 576px) {
  .main-logo {
    height: 34px !important; 
  }

  .hero-section {
    padding-top: 80px !important;
    padding-bottom: 25px !important;
    min-height: auto !important; 
  }

  .hero-container {
    gap: 15px !important; 
  }

  .hero-content {
    text-align: left !important; /* Alineado a la izquierda para mejor lectura en móvil */
  }

  .hero-title {
    font-size: 22px !important; /* Fino y estético, no masivo */
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }

  .hero-subtitle {
    font-size: 13px !important; 
    line-height: 1.5 !important;
    color: #CBD5E1 !important; 
    margin-bottom: 20px !important;
  }

  /* BOTONES DELGADOS Y CASUALES (Alineados como en tu ejemplo) */
  .hero-actions {
    flex-direction: row !important; 
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important; 
    margin-bottom: 25px !important;
    width: 100% !important;
  }

  .btn-gold-main {
    font-size: 13px !important; 
    padding: 10px 20px !important; /* Corto y refinado */
    width: auto !important; /* Deja de ser gigante a lo ancho */
    display: inline-flex !important;
  }

  .btn-whatsapp-hero {
    font-size: 13px !important;
    padding: 9px 18px !important;
    width: auto !important;
    display: inline-flex !important;
  }

  /* BUSCADOR EN UNA SOLA LÍNEA HORIZONTAL */
  .tracking-widget {
    padding: 14px !important;
    border-radius: 6px !important;
    text-align: left !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    max-width: 100% !important;
  }

  .tracking-label {
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }

  .tracking-form {
    flex-direction: row !important; /* Evita que el botón se tire abajo */
    gap: 6px !important;
  }

  .tracking-input {
    padding: 10px 12px !important;
    font-size: 13px !important;
    flex: 1 !important;
  }

  .btn-tracking-submit {
    padding: 10px 16px !important;
    font-size: 13px !important;
    width: auto !important;
  }
  
  .hero-visual {
    margin-top: 10px !important;
    width: 100% !important;
  }

  .hero-image {
    max-height: 200px !important; /* Escala elegante para móvil */
  }
}
/* ==========================================================================
   CARRUSEL AUTOMÁTICO DE TIENDAS (BORDERBOX CR)
   ========================================================================== */
.recommended-stores-section {
  background-color: #F8FAFC !important;
  padding: 50px 0 !important; /* Eliminamos padding lateral para que el carrusel vaya de borde a borde */
  text-align: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.stores-main-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important;
  letter-spacing: 1px !important;
  margin-bottom: 30px !important;
  text-transform: uppercase !important;
  padding: 0 20px !important;
}

/* Contenedor ventana del slider */
.stores-carousel-wrapper {
  background-color: #FFFFFF !important;
  border-top: 1px solid #E2E8F0 !important;
  border-bottom: 1px solid #E2E8F0 !important;
  padding: 20px 0 !important;
  box-shadow: 0 4px 20px rgba(10,46,109,0.03) !important;
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
}

/* Fila interna que se desplaza */
.stores-carousel-track {
  display: flex !important;
  width: max-content !important; /* Ajuste dinámico de tamaño */
  gap: 60px !important; /* Espacio entre logos */
  animation: carruselInfinito 35s linear infinite !important; /* Velocidad constante */
}

/* Detener movimiento al pasar el mouse */
.stores-carousel-track:hover {
  animation-play-state: paused !important;
}

/* Cada logo individual */
.store-logo-slide {
  width: 130px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  filter: grayscale(100%) !important;
  opacity: 0.5 !important;
  transition: all 0.3s ease !important;
}

.store-logo-slide:hover {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

.store-logo-slide img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 32px !important;
}

.fallback-brand-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center;
  user-select: none;
}

/* ANIMACIÓN CSS DEL MOVIMIENTO */
@keyframes carruselInfinito {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Se desplaza exactamente la mitad del ancho total */
  }
}

/* Ajustes Responsive */
@media (max-width: 768px) {
  .recommended-stores-section { padding: 35px 0 !important; }
  .stores-main-title { font-size: 15px !important; margin-bottom: 20px !important; }
  .store-logo-slide { width: 100px !important; gap: 40px !important; }
  .stores-carousel-track { gap: 40px !important; }
}
/* ==========================================================================
   COMPONENTE: BLOQUE DE SERVICIOS (BORDERBOX CR)
   ========================================================================== */

.services-section {
  background-color: #F8FAFC !important; /* Fondo gris extra claro premium */
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  box-sizing: border-box !important;
}

.services-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

/* Cabecera del bloque */
.services-header {
  text-align: center !important;
  margin-bottom: 50px !important;
}

.services-main-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important; /* Tu azul oscuro oficial */
  margin-bottom: 15px !important;
}

.services-subtitle {
  font-size: 16px !important;
  color: #4A5568 !important; /* Gris intermedio para alta lectura */
  max-width: 700px !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* Cuadrícula de Tarjetas - 4 columnas en Computadora */
.services-grid {
  display: flex !important;
  gap: 24px !important;
  justify-content: space-between !important;
}

/* Estilo de las Tarjetas Blancas */
.service-card {
  background-color: #FFFFFF !important; /* Tarjetas en blanco puro */
  flex: 1 !important;
  padding: 30px 24px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important; /* Sombra ultra suave */
  border: 1px solid #EDF2F7 !important;
  transition: all 0.3s ease !important;
  text-align: left !important; /* Alineado limpio como tu referencia */
}

.service-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 25px rgba(10, 46, 109, 0.06) !important; /* Destello azul sutil */
  border-color: #D4AF37 !important; /* Borde se ilumina en dorado */
}

/* Área del Icono Dorado */
.card-icon-area {
  color: #D4AF37 !important; /* Tu dorado premium oficial */
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 20px !important;
}

.gold-icon {
  width: 100% !important;
  height: 100% !important;
}

.card-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important; /* Título interno en azul oscuro */
  margin-bottom: 12px !important;
}

.card-text {
  font-size: 14px !important;
  color: #4A5568 !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   3. ADAPTABILIDAD EN TABLETS (HASTA 992px)
   ========================================================================== */
@media (max-width: 992px) {
  .services-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /* Pasa de 4 columnas horizontales a una cuadrícula de 2x2 */
  .services-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  
  .services-main-title {
    font-size: 28px !important;
  }
}

/* ==========================================================================
   4. OPTIMIZACIÓN ESTRECHA Y DELICADA EN CELULARES (MÁXIMO 576px)
   ========================================================================== */
@media (max-width: 576px) {
  .services-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .services-header {
    text-align: left !important; /* Alineado a la izquierda para el look compacto móvil */
    margin-bottom: 30px !important;
  }

  .services-main-title {
    font-size: 22px !important; /* Letra fina y elegante en celular */
    line-height: 1.3 !important;
  }

  .services-subtitle {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* Las tarjetas se apilan verticalmente de forma compacta */
  .services-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  /* Estilizado refinado para celdas móviles */
  .service-card {
    padding: 20px !important; /* Menos relleno para que no se vea gigante */
    border-radius: 6px !important;
  }

  .card-icon-area {
    width: 32px !important; /* Iconos más pequeños y finos */
    height: 32px !important;
    margin-bottom: 12px !important;
  }

  .card-title {
    font-size: 16px !important; /* Títulos delicados */
    margin-bottom: 8px !important;
  }

  .card-text {
    font-size: 13px !important; /* Texto pequeño como tu referencia de Shop */
    line-height: 1.4 !important;
  }
}
/* =====================================
/* ==========================================================================
   COMPONENTE: TARIFAS (BORDERBOX CR)
   ========================================================================== */
.rates-section {
  background-color: #FFFFFF !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  box-sizing: border-box !important;
}
.rates-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}
.rates-header {
  text-align: center !important;
  margin-bottom: 45px !important;
}
.rates-main-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important;
  margin-bottom: 15px !important;
}
.rate-card-box {
  background-color: #F8FAFC !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  padding: 40px 30px !important;
  border-radius: 12px !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(10,46,109,0.04) !important;
  text-align: center !important;
}
.route-badge {
  background-color: #0A2E6D !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  display: inline-block !important;
  margin-bottom: 25px !important;
}
.rate-price-area {
  color: #0A2E6D !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 15px !important;
}
.rate-price-area .currency {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #D4AF37 !important;
  margin-top: 10px !important;
  align-self: flex-start !important;
}
.rate-price-area .amount {
  font-size: 72px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
.rate-price-area .unit {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #4A5568 !important;
  margin-left: 10px !important;
  align-self: flex-end !important;
  margin-bottom: 12px !important;
}
.rate-delivery-time {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #4A5568 !important;
  margin-bottom: 35px !important;
}
.btn-gold-rate {
  text-decoration: none !important;
  background-color: #D4AF37 !important;
  color: #0A2E6D !important;
  font-weight: 700 !important;
  padding: 12px 35px !important;
  border-radius: 6px !important;
  display: inline-block !important;
}
@media (max-width: 576px) {
  .rates-section { padding-top: 45px !important; padding-bottom: 45px !important; }
  .rate-card-box { padding: 25px 20px !important; }
  .rate-price-area .amount { font-size: 54px !important; }
}
/* ==========================================================================
   COMPONENTE: CÓMO FUNCIONA (BORDERBOX CR)
   ========================================================================== */
.how-section {
  background-color: #F8FAFC !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  box-sizing: border-box !important;
}
.how-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}
.how-header {
  text-align: center !important;
  margin-bottom: 60px !important;
}
.how-main-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important;
  margin-bottom: 15px !important;
}
.how-steps-flex {
  display: flex !important;
  gap: 40px !important;
  justify-content: space-between !important;
}
.step-item {
  flex: 1 !important;
  text-align: left !important;
}
.step-number-badge {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #D4AF37 !important;
  line-height: 1 !important;
  margin-bottom: 15px !important;
}
.step-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important;
  margin-bottom: 12px !important;
}
.step-text {
  font-size: 14px !important;
  color: #4A5568 !important;
  line-height: 1.6 !important;
}
@media (max-width: 768px) {
  .how-steps-flex { flex-direction: column !important; gap: 25px !important; }
  .how-section { padding-top: 45px !important; padding-bottom: 45px !important; }
}
/* ==========================================================================
   COMPONENTE: GARANTÍAS Y AUTORIDAD (BORDERBOX CR)
   ========================================================================== */
.trust-section {
  background-color: #FFFFFF !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  box-sizing: border-box !important;
}
.trust-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}
.trust-header {
  text-align: center !important;
  margin-bottom: 55px !important;
}
.trust-main-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important;
  margin-bottom: 15px !important;
}
.trust-grid {
  display: flex !important;
  gap: 35px !important;
  justify-content: space-between !important;
}
.trust-item {
  flex: 1 !important;
  text-align: center !important;
}
.trust-badge-icon {
  color: #D4AF37 !important;
  width: 45px !important;
  height: 45px !important;
  margin: 0 auto 18px auto !important;
}
.trust-title-item {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0A2E6D !important;
  margin-bottom: 10px !important;
}
.trust-text {
  font-size: 14px !important;
  color: #4A5568 !important;
  line-height: 1.6 !important;
}
@media (max-width: 768px) {
  .trust-grid { flex-direction: column !important; gap: 30px !important; }
  .trust-item { text-align: left !important; }
  .trust-badge-icon { margin: 0 0 12px 0 !important; }
}
/* ==========================================================================
   COMPONENTE: FOOTER / PIE DE PÁGINA (BORDERBOX CR)
   ========================================================================== */
.site-footer {
  background-color: #0A2E6D !important;
  padding-top: 60px !important;
  color: #FFFFFF !important;
  box-sizing: border-box !important;
  border-top: 3px solid #D4AF37 !important;
}
.footer-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px 40px 20px !important;
  display: flex !important;
  gap: 40px !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}
.footer-column {
  flex: 1 !important;
  text-align: left !important;
}
.footer-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #D4AF37 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
}
.footer-text {
  font-size: 13px !important;
  color: #E2E8F0 !important;
  line-height: 1.6 !important;
}
.footer-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-list li {
  font-size: 13px !important;
  color: #E2E8F0 !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.footer-bottom {
  background-color: #061F4D !important;
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}
.footer-bottom-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 12px !important;
  color: #94A3B8 !important;
}
.footer-legal-links {
  display: flex !important;
  gap: 20px !important;
}
.footer-legal-links a {
  color: #94A3B8 !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .footer-container { flex-direction: column !important; gap: 30px !important; }
  .footer-bottom-container { flex-direction: column !important; gap: 15px !important; }
}/* End custom CSS */