/* ========================================================================
   Bootstrap Custom - Coexistencia con sistema de grid Palais
   ======================================================================== */

/* IMPORTANTE: Este archivo permite que Bootstrap y el grid de Palais coexistan
   mientras migramos gradualmente el proyecto a Bootstrap */

/* ========================================================================
   1. RESET DE CONFLICTOS
   ======================================================================== */

/* Prevenir conflictos entre box-sizing de ambos sistemas */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ========================================================================
   2. COLORES DE MARCA - PawsomeSmile
   ======================================================================== */

:root {
  /* Colores principales PawsomeSmile */
  --bs-primary: #3e59a7;
  --bs-primary-rgb: 62, 89, 167;
  --bs-secondary: #e6752e;
  --bs-secondary-rgb: 230, 117, 46;
  --bs-accent: #28ace5;
  --bs-accent-rgb: 40, 172, 229;

  /* Colores de marca */
  --primary-color: #3e59a7;
  --secondary-color: #e6752e;
  --accent-color: #28ace5;

  /* Grises */
  --bs-dark: #2c3e50;
  --bs-light: #FBF9F6;

  /* Colores de texto */
  --bs-body-color: #333333;
  --bs-heading-color: #3e59a7;

  /* Fuentes */
  --bs-body-font-family: 'Karla', sans-serif;
  --bs-heading-font-family: 'Raleway', sans-serif;
}

/* ========================================================================
   3. TIPOGRAFÍA BASE - PawsomeSmile
   ======================================================================== */

/* Body y párrafos - Karla, mínimo 16px */
body {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

p {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Títulos - Raleway */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

/* Tamaños de texto - todos mínimo 16px */
.text-small,
small {
  font-size: 16px !important;
}

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

/* Responsive typography */
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 32px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }
}
.cat-jumping {
    position: absolute;
    width: 30%;
    right: -8%;
    top: -129px;
    z-index: 9;
    opacity: .9;
}
/* ========================================================================
   4. BOTONES PERSONALIZADOS
   ======================================================================== */
.social-links{
    display: flex;
    gap: 10px;
}
.social-links a{
    font-size: 16px;
}

/* Estilos base para todos los botones */
.btn,
.btn-lg {
  padding: 15px 40px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 18px;
}

/* Espaciado de iconos en botones */
.btn i,
.btn-lg i,
.cta-button i {
  margin-right: 8px;
}

/* Botón primario (azul navy) */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #334a8d;
  border-color: #334a8d;
  color: #ffffff;
}

/* Botón secundario (naranja) */
.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #d66525;
  border-color: #d66525;
  color: #ffffff;
}

/* Botón accent (cyan) */
.btn-accent {
  background-color: #28ace5;
  border-color: #28ace5;
  color: #ffffff;
}

.btn-accent:hover,
.btn-accent:focus {
  background-color: #1f9bd1;
  border-color: #1f9bd1;
  color: #ffffff;
}

/* Botón outline secondary */
.btn-outline-secondary {
  background-color: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #ffffff;
}

/* ========================================================================
   5. UTILIDADES PERSONALIZADAS
   ======================================================================== */

/* Colores de texto personalizados */
.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-accent {
  color: var(--accent-color) !important;
}

/* Colores de fondo personalizados */
.bg-primary {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
  color: #ffffff;
}

.bg-accent {
  background-color: var(--accent-color) !important;
  color: #ffffff;
}

/* ========================================================================
   6. COMPATIBILIDAD CON SISTEMA GRID PALAIS
   ======================================================================== */

/* Asegurar que .container de Bootstrap no afecte .grid de Palais */
.grid:not(.container) {
  /* Mantener el comportamiento original del grid Palais */
  width: auto;
}

/* Permitir usar ambos sistemas en la misma página */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  /* Asegurar que container de Bootstrap funcione correctamente */
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

/* ========================================================================
   7. COMPONENTES PERSONALIZADOS - PAWSOMESMILE
   ======================================================================== */

/* Cards con estilo PawsomeSmile */
.card-pawsome {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-pawsome:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Secciones con padding consistente */
.section-padding {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
}

/* ========================================================================
   8. TRUST BADGES HERO
   ======================================================================== */

.trust-badges-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 30px 0;
  align-items: flex-start;
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  pointer-events: none;
  text-align: center;
background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 4px 4px #eeeceb;
    margin-bottom: 40px;
}

.trust-badge i {
  font-size: 24px;
  color: var(--accent-color);
  margin-bottom: 4px;
}

.trust-badge span {
  line-height: 1.2;
  max-width: 80px;
}

/* Responsive trust badges */
@media (max-width: 768px) {
  .trust-badges-hero {
    gap: 12px;
    margin: 20px 0;
  }

  .trust-badge {
    padding: 8px 14px;
    font-size: 13px;
  }

  .trust-badge i {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .trust-badges-hero {
    gap: 10px;
  }

  .trust-badge {
    padding: 6px 12px;
    font-size: 12px;
  }

  .trust-badge i {
    font-size: 13px;
  }
}

/* ========================================================================
   9. PHONE LINK WITH ROLL UP EFFECT
   ======================================================================== */

.phone-link-hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px dashed var(--primary-color);
  transition: all 0.3s ease;
  overflow: hidden;
}

.phone-link-hero i {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.phone-link-hero .phone-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.2em;
}

/* Span del texto original */
.phone-link-hero .phone-text .text-original {
  display: block;
  color: var(--primary-color);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  top: -5px;
}

/* Span del texto hover - posicionado abajo */
.phone-link-hero .phone-text .text-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  color: var(--secondary-color);
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Hover states */
.phone-link-hero:hover {
  border-bottom-color: var(--secondary-color);
  border-bottom-style: solid;
}

.phone-link-hero:hover i {
  transform: rotate(15deg) scale(1.1);
  color: var(--secondary-color);
}

/* El texto original sube hacia arriba */
.phone-link-hero:hover .phone-text .text-original {
  transform: translateY(-100%);
}

/* El texto hover sube desde abajo */
.phone-link-hero:hover .phone-text .text-hover {
  transform: translateY(-88%);
}

/* ========================================================================
   10. WHY CHOOSE US SECTION
   ======================================================================== */

.why-choose-section {
  background: transparent;
  position: relative;
  z-index: 9;
}

/* Section Title */
.section-title {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 7px;
}

.section-subtitle {
  font-family: 'Raleway', sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  color: #666;
  margin-bottom: 0;
}

/* Benefit Cards */
.benefit-card {
  background: #FBF9F6;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  height: 100%;
  -webkit-clip-path: url(#card-shape);
  clip-path: url(#card-shape);
}

 

/* Featured card (middle one) */
.benefit-card-featured {
  background: linear-gradient(135deg, var(--primary-color) 0%, #4a6bc5 100%);
  color: #ffffff;
  border-color: var(--primary-color);
}

.benefit-card-featured .benefit-title,
.benefit-card-featured .benefit-list li {
  color: #ffffff;
}

.benefit-card-featured .benefit-icon i {
  color: var(--secondary-color);
}

/* Benefit Icon */
.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(62, 89, 167, 0.1);
  border-radius: 50%;
}

.benefit-card-featured .benefit-icon {
  background: rgba(255, 255, 255, 0.2);
}

.benefit-icon i {
  font-size: 36px;
  color: var(--primary-color);
}

/* Benefit Title */
.benefit-title {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
}

/* Benefit List */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.benefit-list li {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.benefit-list li i {
  color: var(--secondary-color);
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.benefit-card-featured .benefit-list li i {
  color: #ffffff;
}

/* Quote */
.why-choose-quote {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #666;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Buttons in Why Choose Section */
.why-choose-cta-container .btn {
  /* Estilos heredados de .btn global */
}

/* Video Link with Roll-up Effect */
.video-link-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px dashed var(--primary-color);
  transition: all 0.3s ease;
  overflow: hidden;
}

.video-link-cta i {
  font-size: 24px;
  color: var(--secondary-color);
  transition: all 0.3s ease;
}

.video-link-cta:hover i {
  color: var(--primary-color);
  transform: scale(1.1);
}

.video-link-cta .video-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.2em;
}

.video-link-cta .video-text .text-original {
  display: block;
  color: var(--primary-color);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  top: -5px;
}

.video-link-cta .video-text .text-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  color: var(--secondary-color);
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.video-link-cta:hover .video-text .text-original {
  transform: translateY(-100%);
}

.video-link-cta:hover .video-text .text-hover {
  transform: translateY(-88%);
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }

  .benefit-card {
    padding: 32px 24px;
  }

  .benefit-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 20px;
  }

  .benefit-card {
    padding: 28px 20px;
  }

  .benefit-icon {
    width: 70px;
    height: 70px;
  }

  .benefit-icon i {
    font-size: 32px;
  }

  .benefit-title {
    font-size: 20px;
  }

  .why-choose-quote {
    font-size: 16px;
  }

  .why-choose-cta-container {
    flex-direction: column;
    gap: 15px !important;
  }

  .why-choose-cta-container .btn {
    width: 100%;
  }

  .video-link-cta {
    font-size: 18px;
  }

  .video-link-cta i {
    font-size: 22px;
  }
}

/* ========================================================================
   11. SWIPER CONTAINER FIX
   ======================================================================== */

/* Swiper simple - col-md-8 y col-md-4 lado a lado */
.recipes-swiper-section .row {
  display: flex;
  flex-wrap: nowrap;
}

 

.recipes-swiper-section .col-md-4 {
padding-left: 40px;
display: flex;
align-items: center;
}

.recipes-swiper-section .swiper-container-unique,
.recipes-swiper-section .swiper-container-unique.swiper-initialized {
  width: 150% !important;
  max-width: none !important;
  margin-left: -50% !important;
  margin-right: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.recipes-swiper-section .swiper-wrapper {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.recipes-swiper-section .swiper-slide {
  flex-shrink: 0 !important;
}

.recipes-swiper-section .swiper-aside {
  position: relative;
}
.recipes-swiper-section .swiper-aside {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
}

 
/* Forzar visualización del título desktop */
.recipes-swiper-section .swiper-aside #recipes-swiper-main-title-desktop {
  display: block !important;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
  line-height: 1;
}

.recipes-swiper-section .swiper-aside .section-subtitle {
  margin: 10px 0 0 0;
}

/* Rating Badge */
.recipes-swiper-section .rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  margin-bottom: 20px !important;
}


.recipes-swiper-section .rating-badge .stars {
  display: flex;
  gap: 4px;
}

.recipes-swiper-section .rating-badge .stars i {
  color: #FFC400;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.recipes-swiper-section .rating-badge .stars i:hover {
  transform: scale(1.2);
}

.recipes-swiper-section .rating-badge .rating-text {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Testimonios Link Override */
.recipes-swiper-section .swiper-aside .video-link-cta {
  position: relative;
  z-index: 99;
  margin-top: 20px;
}

/* Yellow Shape SVG */
.recipes-swiper-section #recipes-swiper-yellow-shape {
  position: absolute;
  display: block;
  width: 376px;
  height: 440px;
  right: -5%;
  bottom: -100%;
  transform: translate(79%, -20%) scale(1.6) rotate(0deg);
  z-index: 2;
}

/* ========================================================================
   12. HERO SECTION - BOOTSTRAP COMPATIBLE
   ======================================================================== */

/* Contenedor hero compatible con Bootstrap */
.hero-bootstrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Hero Section Content - Estilos independientes */
.hero-section .hero-section-content {
  position: relative;
}

.hero-section .hero-section-content h1 {
  font-size: 75px;
  color: var(--primary-color);
  font-weight: 800;
  text-decoration: none;
  word-spacing: 0.1em;
  padding-top: 20px;
    line-height: .9;
}

.hero-section .hero-section-content .five-dots-container {
  display: flex;
  margin: 36px 0;
}

@media (min-width: 1025px) {
  .hero-section .hero-section-content .five-dots-container {
    display: flex; 
  }
}

.hero-section .hero-section-content .five-dots-container .dot-item {
  display: block;
  background-color: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: 8px;
}

@media (min-width: 1025px) {
  .hero-section .hero-section-content .five-dots-container .dot-item {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
}

.hero-section .hero-section-content .five-dots-container .dot-item:nth-child(1) {
  margin-left: 0px;
}

.hero-section .hero-section-content h2 {
  font-size: 32px;
  color: var(--primary-color);
  text-decoration: none;
  font-family: "Delivery Note DEMO";
  letter-spacing: 1;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .hero-section .hero-section-content h2 {
    font-size: 44px;
    line-height: 40px;
    word-spacing: 0;
  }
}

@media (min-width: 1025px) {
  .hero-section .hero-section-content h2 {
    font-size: 50px;
    line-height: 44px;
    word-spacing: -4px;
  }
}

@media (min-width: 1340px) {
  .hero-section .hero-section-content h2 {
    font-size: 58px;
    line-height: 52px;
  }
}

/* CTA Buttons en hero */
.hero-cta-container {
  margin-top: 40px;
}

.hero-cta-container .btn {
  /* Estilos heredados de .btn global */
}

@media (max-width: 767px) {
  .hero-cta-container {
    flex-direction: column;
    gap: 15px !important;
  }

  .hero-cta-container .btn {
    width: 100%;
  }
}

/* ========================================================================
   9. UTILITIES ADICIONALES
   ======================================================================== */

/* Espaciado responsivo */
.mb-mobile-4 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mb-mobile-4 {
    margin-bottom: 1.5rem !important;
  }
}

/* Display helpers */
.d-mobile-block {
  display: none;
}

@media (max-width: 767px) {
  .d-mobile-block {
    display: block !important;
  }

  .d-mobile-none {
    display: none !important;
  }
}

/* ========================================================================
   10. ANIMACIONES SUAVES
   ======================================================================== */

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================================================
   11. FORMULARIOS PERSONALIZADOS
   ======================================================================== */

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(62, 89, 167, 0.25);
}

.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(62, 89, 167, 0.25);
}

/* ========================================================================
   12. HEADER FIXED
   ======================================================================== */

.topbar-main-header-mobile,
.topbar-main-header-desktop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; 
}
 

/* NAVBAR PERSONALIZADA (para futuras migraciones) */
.navbar-pawsome {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}

.navbar-pawsome .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.navbar-pawsome .nav-link {
  color: #333333;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.navbar-pawsome .nav-link:hover,
.navbar-pawsome .nav-link.active {
  color: var(--primary-color);
}
.pl-20{
    padding-left: 40px;
}
/* ========================================================================
   13. FOOTER PERSONALIZADO
   ======================================================================== */

/* Footer Main Section */
.footer-main {
  background-color: #ffffff;
  padding: 70px 0 50px;
  color: #333;
}

.footer-main .section-title {
  font-size: 18px;
  margin-bottom: 18px;
}

/* Footer CTA Button */
.footer-cta-btn {
  display: inline-block;
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 15px 40px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  max-width: 280px;
}

.footer-cta-btn:hover {
  background-color: #334a8d;
  color: #ffffff;
}

.footer-pawsome .footer-brand {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-pawsome .footer-brand img {
  max-width: 160px;
  height: auto;
}

.footer-pawsome .footer-description {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.footer-locations {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}

.footer-locations strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* Footer uses .section-title from main styles (line 456) */

/* Footer Info Boxes (Schedule) */
.footer-info-box {
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 20px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.footer-info-box-blue {
  background-color: rgba(62, 89, 167, 0.08);
  border-left-color: var(--primary-color);
}

.footer-info-box-green {
  background-color: rgba(67, 185, 233, 0.08);
  border-left-color: var(--secondary-color);
}

.footer-schedule {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

/* Footer Contact List */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact-link i {
  font-size: 16px;
  color: #666;
  width: 18px;
  flex-shrink: 0;
}

.footer-contact-link a {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-contact-link a:hover {
  color: var(--primary-color);
}

/* Footer Simple Links */
.footer-links-simple {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links-simple li {
  margin-bottom: 10px;
  list-style: none !important;
  list-style-type: none !important;
  position: relative;
  padding-left: 0;
  transition: all 0.3s ease;
}

.footer-links-simple li::before {
  content: none !important;
}

.footer-links-simple a {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.footer-links-simple a::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}

.footer-links-simple a:hover {
  color: var(--primary-color);
  padding-left: 18px;
}

.footer-links-simple a:hover::before {
  width: 12px;
}

/* Footer Social Icons */
.footer-pawsome .footer-social-icons {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.footer-pawsome .footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #FBF9F6;
  border-radius: 50%;
  color: #666;
  transition: all 0.3s ease;
}

.footer-pawsome .footer-social-icons a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-pawsome .footer-social-icons svg {
  width: 18px;
  height: 18px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #fff;
  padding: 25px 0;
  border-top: 1px solid #e0e0e0;
}

.footer-copyright {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  margin: 0;
}

.footer-legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer-legal-links li {
  display: inline;
}

.footer-legal-links a {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: var(--primary-color);
}

/* Responsive */
@media (min-width: 768px) {
  .footer-legal-links {
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .footer-main {
    padding: 60px 0 30px;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 50px 0 30px;
  }

  .footer-main .section-title {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .footer-pawsome .footer-brand img {
    max-width: 140px;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-social-icons {
    margin-bottom: 30px !important;
  }
}

/* ========================================================================
   14. HERO WAVE FIX & ANIMATION
   ======================================================================== */

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 220px 0 90px;
}

.hero-section .hero-section-wave-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -140px;
  left: 0;
  z-index: 2;
  overflow: visible !important;
  box-sizing: content-box;
  pointer-events: none;
}

.hero-section .hero-section-wave-container svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  transform: none !important;
}

.hero-section .hero-section-wave-container #hero-section-wave {
  transform: none !important;
}


/* ========================================================================
   15. OVERWRITES NECESARIOS
   ======================================================================== */

/* Prevenir que los estilos de Palais afecten componentes de Bootstrap */
.container *,
.row *,
.col * {
  /* Reset específico para elementos dentro de Bootstrap */
  list-style: revert;
}

.btn,
.form-control,
.form-select,
.card {
  /* Asegurar que componentes de Bootstrap mantengan sus estilos */
  border: revert;
  list-style: none;
}

/* Footer - Override list styles */
.footer-pawsome .footer-links {
  list-style: none !important;
}

/* ========================================================================
   TRUST BADGES BAR - Top Ranking
   ======================================================================== */

/* Compensar espacio del fixed header */
body {
  padding-top: 0;
}

/* Glass effect para header desktop */
.topbar-main-header-desktop {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
  overflow: hidden;
}

.topbar-main-header-desktop.scrolled {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.topranking {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 8px 0;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
  max-height: 50px;
  opacity: 1;
}

.topbar-main-header-desktop.scrolled .topranking {
  max-height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

.trust-badges-bar {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.google-logo {
  height: 20px;
  width: auto;
  opacity: 0.9;
}

.rating-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stars-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.stars-rating .stars {
  height: 14px;
  width: auto;
}

.rating-number {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

.review-count {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* ========================================================================
   HERO SECTION
   ======================================================================== */
.height-100 {
  height: 100vh;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hero-section-content p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 40px;
  color: #666;
}

/* ========================================================================
   TESTIMONIALS SECTION
   ======================================================================== */
.mb-140 {
  margin-bottom: 140px;
}

.mb-170 {
  margin-bottom: 140px;
}

.pawsome-testimonials-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: visible;
  z-index: 1;
}

.pawsome-testimonials-swiper {
  width: 100%;
  overflow: visible;
}

.pawsome-testimonials-swiper .swiper-wrapper {
  padding-left: calc((100vw - 1140px) / 2);
}

@media (max-width: 1199px) {
  .pawsome-testimonials-swiper .swiper-wrapper {
    padding-left: calc((100vw - 960px) / 2);
  }
}

@media (max-width: 991px) {
  .pawsome-testimonials-swiper .swiper-wrapper {
    padding-left: calc((100vw - 720px) / 2);
  }
}

@media (max-width: 767px) {
  .pawsome-testimonials-swiper .swiper-wrapper {
    padding-left: 15px;
  }
}

.pawsome-testimonials-swiper .swiper-slide {
  background: #FBF9F6;
  clip-path: url(#card-shape);
  width: 360px !important;
  height: 361px !important;
  max-width: 360px !important;
  max-height: 361px !important;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.testi-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.testi-reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.testi-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testi-info {
  flex: 1;
  min-width: 0;
}

.testi-name {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e59a7;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.testi-meta {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  color: #999;
  margin: 0;
  line-height: 1.3;
}

.testi-stars {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

.testi-stars i {
  color: #FFC400;
  font-size: 14px;
}

.testi-time {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  color: #aaa;
  margin: 0 0 14px 0;
}

.testi-text {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
  flex: 1;
}

.pawsome-nav-prev,
.pawsome-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #3e59a7;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}

.pawsome-nav-prev:hover,
.pawsome-nav-next:hover {
  background: #5569b8;
}

.pawsome-nav-prev {
  left: 20px;
}

.pawsome-nav-next {
  right: 20px;
}

.pawsome-nav-prev:after,
.pawsome-nav-next:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 18px;
}

.pawsome-nav-prev:after {
  content: '\f053';
}

.pawsome-nav-next:after {
  content: '\f054';
}

/* ========================================================================
   BEFORE & AFTER SECTION
   ======================================================================== */
.before-after-section {
  background: linear-gradient(135deg, #FBF9F6 0%, #fff 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.ba-grid-wrapper {
  z-index: 99;
}

.before-after-content {
  padding-right: 40px;
}

.before-after-content .section-title {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.before-after-content .section-subtitle {
  color: #666;
  margin-bottom: 40px;
}

.ba-stats {
  display: flex;
  gap: 40px;
}

.ba-stat-item {
  display: flex;
  flex-direction: column;
}

.ba-stat-number {
  font-family: 'Raleway', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #43b9e9;
  line-height: 1;
  margin-bottom: 8px;
}

.ba-stat-label {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.before-after-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.ba-comparison-slider {
  width: 100%;
  aspect-ratio: 4/3;
  -webkit-clip-path: url(#card-shape);
  clip-path: url(#card-shape);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.ba-comparison-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-handle {
  width: 40px;
  height: 40px;
  cursor: ew-resize;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.ba-labels {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  pointer-events: none;
}

.ba-label-before,
.ba-label-after {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 20px;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ========================================================================
   UTILITY CLASSES - Spacing (0-220px in 10px increments)
   ======================================================================== */

/* Margin Bottom */
.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }
.mb-160 { margin-bottom: 160px !important; }
.mb-170 { margin-bottom: 170px !important; }
.mb-180 { margin-bottom: 180px !important; }
.mb-190 { margin-bottom: 190px !important; }
.mb-200 { margin-bottom: 200px !important; }
.mb-210 { margin-bottom: 210px !important; }
.mb-220 { margin-bottom: 220px !important; }

/* Margin Top */
.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-150 { margin-top: 150px !important; }
.mt-160 { margin-top: 160px !important; }
.mt-170 { margin-top: 170px !important; }
.mt-180 { margin-top: 180px !important; }
.mt-190 { margin-top: 190px !important; }
.mt-200 { margin-top: 200px !important; }
.mt-210 { margin-top: 210px !important; }
.mt-220 { margin-top: 220px !important; }

/* Padding Bottom */
.pb-0 { padding-bottom: 0px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; }
.pb-160 { padding-bottom: 160px !important; }
.pb-170 { padding-bottom: 170px !important; }
.pb-180 { padding-bottom: 180px !important; }
.pb-190 { padding-bottom: 190px !important; }
.pb-200 { padding-bottom: 200px !important; }
.pb-210 { padding-bottom: 210px !important; }
.pb-220 { padding-bottom: 220px !important; }
.pb-290 { padding-bottom: 290px !important; }

/* Padding Top */
.pt-0 { padding-top: 0px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; }
.pt-160 { padding-top: 160px !important; }
.pt-170 { padding-top: 170px !important; }
.pt-180 { padding-top: 180px !important; }
.pt-190 { padding-top: 190px !important; }
.pt-200 { padding-top: 200px !important; }
.pt-210 { padding-top: 210px !important; }
.pt-220 { padding-top: 220px !important; }

/* Padding Y-axis (Top and Bottom) */
.py-0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.py-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.py-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.py-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.py-50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.py-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
.py-70 { padding-top: 70px !important; padding-bottom: 70px !important; }
.py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
.py-90 { padding-top: 90px !important; padding-bottom: 90px !important; }
.py-100 { padding-top: 100px !important; padding-bottom: 100px !important; }
.py-110 { padding-top: 110px !important; padding-bottom: 110px !important; }
.py-120 { padding-top: 120px !important; padding-bottom: 120px !important; }
.py-130 { padding-top: 130px !important; padding-bottom: 130px !important; }
.py-140 { padding-top: 140px !important; padding-bottom: 140px !important; }
.py-150 { padding-top: 150px !important; padding-bottom: 150px !important; }
.py-160 { padding-top: 160px !important; padding-bottom: 160px !important; }
.py-170 { padding-top: 170px !important; padding-bottom: 170px !important; }
.py-180 { padding-top: 180px !important; padding-bottom: 180px !important; }
.py-190 { padding-top: 190px !important; padding-bottom: 190px !important; }
.py-200 { padding-top: 200px !important; padding-bottom: 200px !important; }
.py-210 { padding-top: 210px !important; padding-bottom: 210px !important; }
.py-220 { padding-top: 220px !important; padding-bottom: 220px !important; }

/* Margin Y-axis (Top and Bottom) */
.my-0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.my-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.my-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.my-30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.my-50 { margin-top: 50px !important; margin-bottom: 50px !important; }
.my-60 { margin-top: 60px !important; margin-bottom: 60px !important; }
.my-70 { margin-top: 70px !important; margin-bottom: 70px !important; }
.my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }
.my-90 { margin-top: 90px !important; margin-bottom: 90px !important; }
.my-100 { margin-top: 100px !important; margin-bottom: 100px !important; }
.my-110 { margin-top: 110px !important; margin-bottom: 110px !important; }
.my-120 { margin-top: 120px !important; margin-bottom: 120px !important; }
.my-130 { margin-top: 130px !important; margin-bottom: 130px !important; }
.my-140 { margin-top: 140px !important; margin-bottom: 140px !important; }
.my-150 { margin-top: 150px !important; margin-bottom: 150px !important; }
.my-160 { margin-top: 160px !important; margin-bottom: 160px !important; }
.my-170 { margin-top: 170px !important; margin-bottom: 170px !important; }
.my-180 { margin-top: 180px !important; margin-bottom: 180px !important; }
.my-190 { margin-top: 190px !important; margin-bottom: 190px !important; }
.my-200 { margin-top: 200px !important; margin-bottom: 200px !important; }
.my-210 { margin-top: 210px !important; margin-bottom: 210px !important; }
.my-220 { margin-top: 220px !important; margin-bottom: 220px !important; }

/* ========================================================================
   16. PET TYPE CTA SECTION
   ======================================================================== */

.pet-type-cta-section {
    background: #28ace5;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.pet-type-cta-section .hero-section-wave-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 1;
}

.pet-type-cta-section .hero-section-wave-container svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: auto;
}

.pet-type-cta-section .hero-section-wave-container-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 1;
}

.pet-type-cta-section .hero-section-wave-container-bottom svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.pet-cta-content {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.pet-cta-content .section-title {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pet-cta-content .section-subtitle {
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.pet-cta-card {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    transition: transform 0.3s ease;
}

.pet-cta-card:hover {
    transform: translateY(-10px);
}

.pet-cta-card-inner {
    background: #ffffff;
    -webkit-clip-path: url(#card-shape);
    clip-path: url(#card-shape);
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

.pet-cta-card:hover .pet-cta-card-inner {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.pet-photo {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    position: relative;
}

.pet-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: url(#pet-circle-shape);
    clip-path: url(#pet-circle-shape);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pet-title {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pet-description {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.pet-price {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #43b9e9;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background: #3e59a7;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.pet-cta-card:hover .cta-button {
    background: #5569b8;
}

/* ========================================================================
   17. FAQ SECTION
   ======================================================================== */

.faq-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.faq-section .grid {
    position: relative;
    z-index: 2;
}

.faq-section .section-title {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.2;
}

.faq-section .section-subtitle {
    color: #666;
    margin-bottom: 0;
}

.faq-item {
    background: transparent;
    position: relative;
    overflow: visible;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.faq-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='3' viewBox='0 0 1000 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 Q20,0.3 40,1.8 Q60,2.5 80,1.2 Q100,0.5 120,1.7 Q140,2.8 160,1.3 Q180,0.4 200,1.9 Q220,2.6 240,1.1 Q260,0.6 280,1.8 Q300,2.4 320,1.2 Q340,0.5 360,1.7 Q380,2.7 400,1.4 Q420,0.5 440,1.8 Q460,2.5 480,1.3 Q500,0.6 520,1.9 Q540,2.5 560,1.2 Q580,0.4 600,1.7 Q620,2.6 640,1.3 Q660,0.5 680,1.8 Q700,2.4 720,1.2 Q740,0.6 760,1.7 Q780,2.5 800,1.3 Q820,0.5 840,1.9 Q860,2.6 880,1.2 Q900,0.4 920,1.8 Q940,2.5 960,1.3 Q980,0.6 1000,1.5' stroke='%23e5e5e5' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
}

.faq-item:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='3' viewBox='0 0 1000 3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 Q20,0.3 40,1.8 Q60,2.5 80,1.2 Q100,0.5 120,1.7 Q140,2.8 160,1.3 Q180,0.4 200,1.9 Q220,2.6 240,1.1 Q260,0.6 280,1.8 Q300,2.4 320,1.2 Q340,0.5 360,1.7 Q380,2.7 400,1.4 Q420,0.5 440,1.8 Q460,2.5 480,1.3 Q500,0.6 520,1.9 Q540,2.5 560,1.2 Q580,0.4 600,1.7 Q620,2.6 640,1.3 Q660,0.5 680,1.8 Q700,2.4 720,1.2 Q740,0.6 760,1.7 Q780,2.5 800,1.3 Q820,0.5 840,1.9 Q860,2.6 880,1.2 Q900,0.4 920,1.8 Q940,2.5 960,1.3 Q980,0.6 1000,1.5' stroke='%2343b9e9' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.faq-item:last-child::after {
    display: none;
}

.faq-question {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    color: #43b9e9;
}

.faq-question.collapsed {
    color: #333;
}

.faq-icon {
    width: 24px;
    height: 24px;
    color: #43b9e9;
    flex-shrink: 0;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.faq-icon path {
    transition: opacity 0.3s ease;
}

.faq-question.collapsed .faq-icon-vertical {
    opacity: 1;
}

.faq-question:not(.collapsed) .faq-icon-vertical {
    opacity: 0;
}
.faqpage .faq-answer { 
    padding: 0px;
}
.faq-answer { 
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    padding: 0 0 20px 0;
}

.collapse {
    transition: height 0.35s ease;
}

.faq-image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.faq-pet-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    -webkit-clip-path: url(#pet-circle-shape);
    clip-path: url(#pet-circle-shape);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

/* ========================================================================
   20. PRICING PAGE STYLES
   ======================================================================== */

.pricing-hero {
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    padding: 220px 0 90px;
    position: relative;
    overflow: hidden;
}

.pricing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at 20% 50%, white 1px, transparent 1px),
                      radial-gradient(circle at 80% 80%, white 1px, transparent 1px);
    background-size: 50px 50px;
    animation: heroPatternFloat 5s ease-in-out infinite;
}

@keyframes heroPatternFloat {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.4;
    }
    25% {
        transform: translate(10px, -10px);
        opacity: 0.7;
    }
    50% {
        transform: translate(-5px, 5px);
        opacity: 0.1;
    }
    75% {
        transform: translate(5px, -5px);
        opacity: 0.12;
    }
}

.pricing-section {
    background: #fff;
    padding: 80px 0;
}

.pricing-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.pricing-intro h2 {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 16px;
}

.pricing-intro p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
}

.pricing-selector-container {
    background: #FBF9F6;
    border-radius: 2rem;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.decorative-blob {
    position: absolute;
    top: -6rem;
    right: -6rem;
    width: 24rem;
    height: 24rem;
    background: rgba(62, 89, 167, 0.05);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.controls-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.control-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.control-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    font-family: 'Karla', sans-serif;
}

.companion-buttons {
    display: flex;
    gap: 1rem;
}

.companion-btn {
    flex: 1;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background: white;
    border: none;
    color: #64748b;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.companion-btn i {
    font-size: 20px;
}

.companion-btn:hover {
    background: #f1f5f9;
}

.companion-btn.active {
    background: var(--primary-color);
    color: white;
}

.tier-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.tier-btn {
    padding: 2rem;
    border-radius: 0.75rem;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.tier-btn:hover {
    background: white;
}

.tier-btn.active {
    border-color: var(--primary-color);
    background: white;
}

.tier-name {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    font-family: 'Karla', sans-serif;
}

.tier-weight {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    line-height: 1.1;
}

.wellness-badge {
    background: rgba(255, 255, 255, 1);
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wellness-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: rgba(230, 117, 46, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    flex-shrink: 0;
}

.wellness-icon i {
    font-size: 20px;
}

.wellness-content h4 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
    font-family: 'Karla', sans-serif;
}

.wellness-content p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0;
}

.showcase-card {
    position: relative;
}

.popular-floating-badge {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    background: var(--secondary-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
    box-shadow: 0 8px 24px rgba(230, 117, 46, 0.3);
    z-index: 20;
}

.showcase-image-wrapper {
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
    height: 460px;
}

.showcase-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: url(#pet-circle-shape);
    transition: transform 0.7s ease;
}

.price-plate-wrapper {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: max-content;
}

.price-plate {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.price-plate-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.price-label {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #64748b;
}

.price-display {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-currency {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary-color);
    font-family: 'Karla', sans-serif;
    line-height: 1;
}

.price-value {
    font-size: 6.5rem;
    font-weight: 900;
    color: var(--primary-color);
    font-family: 'Karla', sans-serif;
    line-height: 1;
    letter-spacing: -0.02em;
}

.price-period {
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
}

.price-plate .btn {
    box-shadow: 0 8px 24px rgba(230, 117, 46, 0.25);
}

.price-plate .btn:active {
    transform: scale(0.98);
}

.dog-sizes {
    display: block;
}

.cat-sizes {
    display: none;
}

.pricing-info-faq {
    background: white;
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
}

.pricing-info-faq #pink-wave1 {
    position: absolute;
    display: block;
    height: 400px;
    width: 320px;
    background: url(/assets/images/pink-wave1.svg) center no-repeat;
    background-size: contain;
    z-index: 1;
    top: 200px;
    right: -100px;
    transform: scale(1.5);
}

.included-section-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-align: left;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.included-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.included-item {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.included-item:hover {
    transform: translateX(10px);
}

.included-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.included-item:hover .included-icon {
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(67, 185, 233, 0.3);
}

.included-icon i {
    color: white;
    font-size: 26px;
}

.included-text {
    font-size: 18px;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.6;
}

.final-cta-section {
    background: #FBF9F6;
    padding: 100px 0 80px;
    position: relative;
    margin-top: -1px;
    z-index: 9;
}

.final-cta-wave-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    line-height: 0;
    transform: translateY(-99%);
}

.final-cta-wave-container svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.final-cta-wave-container path {
    fill: #FBF9F6;
}

.final-cta {
    text-align: center;
    padding: 0 40px;
}

.final-cta h3 {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 22px;
    color: #475569;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.dog-watching-tv {
    position: absolute;
    width: 17%;
    left: -1%;
    bottom: -22px;
    z-index: 9;
}

/* ========================================================================
   21. EMAIL SIGNUP BAR STYLES
   Barra de suscripción de email que aparece en todas las páginas excepto home
   ======================================================================== */

.email-signup-bar {
    background: linear-gradient(135deg, #a8dff5 0%, #8dd4f0 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.email-signup-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at 20% 50%, white 1px, transparent 1px),
                      radial-gradient(circle at 80% 80%, white 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.email-bar-title {
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-family: 'Karla', sans-serif;
}

.email-bar-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Karla', sans-serif;
}

/* Email Form Styles - siguiendo el concepto del home */
.email-signup-bar .email-bar-form {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
}

.email-signup-bar .email-input-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: center;
    padding-right: 65px;
    position: relative;
    max-width: 342px;
    margin-left: auto;
    width: 100%;
}

.email-signup-bar .input-container {
    height: 100%;
    position: relative;
    width: 100%;
}

.email-signup-bar #bg-input-bar {
    background: url(/assets/images/bg-signup.svg) center no-repeat;
    background-size: contain;
    display: block;
    height: 68px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-1px) scale(1);
    width: 100%;
    z-index: 0;
}

.email-signup-bar .input-container input {
    background: transparent;
    border: none;
    color: #234386;
    height: 100%;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px 0 40px;
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
}

.email-signup-bar .input-container input::placeholder {
    color: #234386;
    opacity: 0.7;
}

.email-signup-bar button.frm_final_submit {
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: calc(100% + 8px);
    justify-content: center;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(8px, 0px);
}

.email-signup-bar button #bg-input-btn-bar {
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 130%;
    z-index: 0;
    right: -18px;
}

.email-signup-bar button #bg-input-btn-bar img {
    height: 100%;
    transform: translateY(-4px) scale(1.04);
    width: auto;
}

.email-signup-bar button p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-weight: 500;
}

.email-signup-bar button:hover {
    transform: translate(8px, 1px);
}

/* Email Bar Responsive */
@media (max-width: 991px) {
    .email-signup-bar {
        padding: 40px 0;
    }

    .email-bar-title {
        font-size: 26px;
        text-align: center;
    }

    .email-bar-subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px;
    }

    .email-signup-bar .email-input-container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .email-signup-bar {
        padding: 35px 0;
    }

    .email-bar-title {
        font-size: 22px;
    }

    .email-bar-subtitle {
        font-size: 15px;
    }

    .email-signup-bar .email-input-container {
        height: 55px;
        padding-right: 100px;
    }

    .email-signup-bar #bg-input-bar {
        height: 62px;
    }

    .email-signup-bar .input-container input {
        font-size: 14px;
        padding: 0 16px;
    }

    .email-signup-bar button p {
        font-size: 14px;
    }
}

/* ========================================================================
   22. ABOUT PAGE STYLES
   ======================================================================== */

/* About Hero */
.about-hero {
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    padding: 220px 0 90px;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at 20% 50%, white 1px, transparent 1px),
                      radial-gradient(circle at 80% 80%, white 1px, transparent 1px);
    background-size: 50px 50px;
    animation: heroPatternFloat 5s ease-in-out infinite;
}

@keyframes heroPatternFloat {
    0%, 100% { transform: translate(0, 0); opacity: 0.4; }
    25% { transform: translate(10px, -10px); opacity: 0.7; }
    50% { transform: translate(-5px, 5px); opacity: 0.1; }
    75% { transform: translate(5px, -5px); opacity: 0.12; }
}

/* About Images with Clip-Path */
.about-image {
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    overflow: hidden;
    -webkit-clip-path: url(#card-shape);
    clip-path: url(#card-shape);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #FBF9F6 0%, #f6f3ee 100%);
    padding: 80px 40px;
    margin: 80px 0;
    position: relative;
    -webkit-clip-path: url(#card-shape);
    clip-path: url(#card-shape);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    animation: statsGlow 4s ease-in-out infinite;
}

@keyframes statsGlow {
    0%, 100% {
        filter: drop-shadow(0 8px 20px rgba(67, 185, 233, 0.3));
    }
    50% {
        filter: drop-shadow(0 12px 35px rgba(67, 185, 233, 0.5));
    }
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 56px;
    font-weight: 800;
    color: #43b9e9;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
}

/* Custom Accordion */
.accordion-custom {
    border: none;
}

.accordion-custom .accordion-item {
    border: 2px solid #f3f4f6;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    background: white;
}

.accordion-custom .accordion-button {
    background: white;
    color: #111827;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
}

.accordion-custom .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
    color: #43b9e9;
}

.accordion-custom .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-custom .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2343b9e9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-custom .accordion-body {
    padding: 20px 25px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

/* Value Cards */
.value-card {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #f2f2f2;
    height: 100%;
}

.value-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.value-icon i {
    font-size: 42px;
    color: white;
}

.value-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.value-description {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
}

/* About Page Responsive */
@media (max-width: 768px) {
    .stat-number {
        font-size: 42px;
    }

    .value-card {
        margin-bottom: 30px;
    }
}

/* ========================================================================
   Section 23: LOCATIONS PAGE STYLES
   ======================================================================== */

/* Locations Hero */
.locations-hero {
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    padding: 220px 0 90px;
    position: relative;
    overflow: hidden;
}

.locations-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at 20% 50%, white 1px, transparent 1px),
                      radial-gradient(circle at 80% 80%, white 1px, transparent 1px);
    background-size: 50px 50px;
    animation: heroPatternFloat 5s ease-in-out infinite;
}

/* Map Container */
.map-container {
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    overflow: hidden;
    -webkit-clip-path: url(#card-shape);
    clip-path: url(#card-shape);
}

.map-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.map-container:hover img {
    transform: scale(1.05);
}

/* Counties Grid */
.counties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.county-badge {
    background: white;
    border: 2px solid #f3f4f6;
    border-radius: 12px;
    padding: 16px 20px;
    text-align: center;
    font-weight: 600;
    color: #111827;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.county-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(67, 185, 233, 0.1), transparent);
    transition: left 0.5s ease;
}

.county-badge:hover::before {
    left: 100%;
}

.county-badge:hover {
    border-color: #43b9e9;
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(67, 185, 233, 0.2);
}

.county-badge i {
    color: #43b9e9;
    margin-right: 8px;
    font-size: 16px;
}

.county-badge span {
    display: inline;
}

/* Coverage Info */
.coverage-info {
    background: linear-gradient(135deg, #FBF9F6 0%, #f6f3ee 100%);
    padding: 80px 40px;
    text-align: center;
    margin-top: 80px;
    position: relative;
    -webkit-clip-path: url(#card-shape);
    clip-path: url(#card-shape);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    animation: statsGlow 4s ease-in-out infinite;
}

.coverage-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.coverage-icon i {
    font-size: 48px;
    color: white;
}

/* Service Features */
.service-features {
    margin-top: 50px;
}

.feature-item {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #f2f2f2;
    height: 100%;
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.feature-icon i {
    font-size: 42px;
    color: white;
}

.feature-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.feature-description {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
}

/* Locations Page Responsive */
@media (max-width: 768px) {
    .counties-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
    }

    .county-badge {
        padding: 12px 16px;
        font-size: 14px;
    }

    .feature-item {
        margin-bottom: 30px;
    }
}

/* ========================================================================
   FAQ PAGE STYLES
   ======================================================================== */

.faq-hero {
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    padding: 220px 0 90px;
    position: relative;
    overflow: hidden;
}

.faq-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at 20% 50%, white 1px, transparent 1px),
                      radial-gradient(circle at 80% 80%, white 1px, transparent 1px);
    background-size: 50px 50px;
    animation: heroPatternFloat 5s ease-in-out infinite;
}

/* Search Bar */
.faq-search-container {
    margin: -50px auto 60px;
    max-width: 700px;
    position: relative;
    z-index: 100;
}

.faq-search-box {
    background: white;
    border-radius: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    padding: 8px 25px;
    display: flex;
    align-items: center;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.faq-search-box:focus-within {
    border-color: #43b9e9;
    box-shadow: 0 25px 70px rgba(67, 185, 233, 0.3);
}

.faq-search-icon {
    color: #43b9e9;
    font-size: 24px;
    margin-right: 15px;
}

.faq-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 15px 0;
    color: #111827;
}

.faq-search-input::placeholder {
    color: #9ca3af;
}

.faq-search-clear {
    color: #9ca3af;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    display: none;
    transition: color 0.3s ease;
}

.faq-search-clear:hover {
    color: #43b9e9;
}

.faq-search-clear.active {
    display: block;
}

/* Results Counter */
.faq-results-info {
    text-align: center;
    margin-bottom: 30px;
    color: #6b7280;
    font-size: 16px;
}

.faq-results-count {
    color: #43b9e9;
    font-weight: 600;
}

/* Category Tabs */
.faq-categories {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.faq-category-btn {
    padding: 12px 28px;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    background: white;
    color: #6b7280;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-category-btn:hover {
    border-color: #43b9e9;
    color: #43b9e9;
}

.faq-category-btn.active {
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    border-color: #43b9e9;
    color: white;
}

/* FAQ Items */
.faq-category-section {
    margin-bottom: 50px;
}

.faq-category-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.faq-category-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #43b9e9 0%, #2a9fd6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.faq-category-icon i {
    color: white;
    font-size: 24px;
}

.faq-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faqpage .faq-item::after {
    display: none;
}

.faq-item.hidden {
    display: none;
}

.faq-item.highlight {
    box-shadow: 0 4px 20px rgba(67, 185, 233, 0.2);
}

.faq-question {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f9fafb;
}

.faq-item.active .faq-question {
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
}

.faq-question-text {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    flex: 1;
    margin-right: 20px;
}

.faq-question-icon {
    width: 36px;
    height: 36px;
    background: #43b9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-question-icon i {
    color: white;
    font-size: 16px;
}

.faq-item.active .faq-question-icon {
    transform: rotate(180deg);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-content {
    padding: 30px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.faq-answer-content strong {
    color: #111827;
}

.faq-answer-content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.faq-answer-content li {
    margin-bottom: 8px;
}

/* No Results */
.faq-no-results {
    text-align: center;
    padding: 80px 20px;
    display: none;
}

.faq-no-results.active {
    display: block;
}

.faq-no-results-icon {
    font-size: 80px;
    color: #e5e7eb;
    margin-bottom: 20px;
}

.faq-no-results h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.faq-no-results p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 30px;
}

/* FAQ Responsive */
@media (max-width: 768px) {
    .faq-search-container {
        margin: -30px 20px 40px;
    }

    .faq-categories {
        gap: 8px;
    }

    .faq-category-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .faq-category-title {
        font-size: 24px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .faq-answer-content {
        padding: 20px;
        font-size: 15px;
    }
}

/* ========================================================================
   FIN - Bootstrap Custom CSS
   ======================================================================== */
