/**
 * MASCOTAS CALI - HOME R2 ENHANCEMENTS (home-r2.css)
 * Hoja de estilos complementaria y optimizada para la Home.
 * Prioridades: Conversión, Confianza, SEO, Responsive, Velocidad.
 * Mobile-First, estética editorial premium, crianza ética en Cali.
 */

/* ==========================================================================
   1. RESET Y CONTROL DE OVERFLOW RESPONSIVE
   ========================================================================== */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   2. REFINAMIENTO DE VARIABLES & TOKENS LOCALES
   ========================================================================== */
:root {
  --shadow-subtle: 0 2px 8px rgba(24, 51, 37, 0.05);
  --shadow-card: 0 6px 20px -2px rgba(24, 51, 37, 0.07), 0 2px 6px -1px rgba(24, 51, 37, 0.04);
  --shadow-card-hover: 0 14px 32px -4px rgba(24, 51, 37, 0.12), 0 4px 12px -2px rgba(24, 51, 37, 0.06);
  --shadow-gold: 0 6px 20px rgba(196, 154, 69, 0.25);
  --shadow-wa: 0 6px 20px rgba(37, 211, 102, 0.35);
  --border-gold: rgba(196, 154, 69, 0.3);
}

/* ==========================================================================
   3. HEADER & NAVEGACIÓN REFINADA
   ========================================================================== */
.site-header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  background-color: rgba(251, 249, 245, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(24, 51, 37, 0.06);
  border-bottom: 1px solid var(--color-border);
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo svg {
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(24, 51, 37, 0.15);
}

.brand-tagline {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-accent);
  text-transform: uppercase;
}

.mobile-menu-btn {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mobile-menu-btn:hover,
.mobile-menu-btn:focus-visible {
  background-color: var(--color-bg-alt);
  border-color: var(--color-accent);
  outline: none;
}

.mobile-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-primary);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ==========================================================================
   4. HERO SECTION (ALTA CONVERSIÓN & EDITORIAL PREMIUM)
   ========================================================================== */
.hero-section {
  position: relative;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  background: radial-gradient(circle at 85% 15%, rgba(196, 154, 69, 0.08) 0%, transparent 60%),
              linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  background-color: rgba(24, 51, 37, 0.06);
  border: 1px solid rgba(24, 51, 37, 0.12);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  margin-bottom: 1.25rem;
  backdrop-filter: blur(4px);
}

.hero-pill svg {
  color: var(--color-accent);
  flex-shrink: 0;
}

.hero-title {
  font-size: clamp(2.15rem, 4.8vw, 3.5rem);
  line-height: 1.12;
  font-weight: 900;
  color: var(--color-primary-dark);
  letter-spacing: -0.035em;
  margin-bottom: 1.15rem;
}

.hero-subtitle {
  font-size: clamp(1.025rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: var(--color-text-muted);
  margin-bottom: 1.75rem;
  max-width: 620px;
}

.hero-subtitle strong {
  color: var(--color-primary-dark);
  font-weight: 700;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

@media (min-width: 480px) {
  .hero-ctas {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}

.btn-hero {
  min-height: 52px;
  font-size: 1rem;
  padding: 0.95rem 1.85rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

/* Trust Badges en Hero */
.hero-trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1.5rem;
  max-width: 620px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-item svg {
  width: 26px;
  height: 26px;
  color: var(--color-accent);
  flex-shrink: 0;
  stroke-width: 2.2;
}

.trust-item strong {
  display: block;
  font-size: 0.9rem;
  color: var(--color-primary-dark);
  line-height: 1.2;
  font-weight: 800;
}

.trust-item span {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  display: block;
}

/* Hero Visual Composition */
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-wrapper {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card-hover);
  border: 5px solid #ffffff;
  background-color: var(--color-bg-alt);
  aspect-ratio: 4 / 3.3;
}

.hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-floating-card {
  position: absolute;
  bottom: -15px;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  padding: 0.9rem 1.15rem;
  box-shadow: 0 12px 28px rgba(24, 51, 37, 0.12);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 280px;
  z-index: 2;
}

@media (max-width: 576px) {
  .hero-floating-card {
    position: static;
    margin-top: 1rem;
    max-width: 100%;
    justify-content: flex-start;
  }
}

.floating-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-dark);
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(196, 154, 69, 0.3);
}

.floating-text strong {
  display: block;
  font-size: 0.875rem;
  color: var(--color-primary-dark);
  font-weight: 800;
  line-height: 1.25;
}

.floating-text span {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  line-height: 1.3;
}

/* ==========================================================================
   5. PRUEBA DE CONFIANZA & AUTORIDAD (ESTILO ELEGANTE / NO BANNER BARATO)
   ========================================================================== */
.experience-bar {
  background: linear-gradient(180deg, #12281d 0%, var(--color-primary-dark) 100%);
  color: #ffffff;
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-top: 1px solid rgba(196, 154, 69, 0.25);
  border-bottom: 1px solid rgba(196, 154, 69, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  text-align: center;
}

@media (min-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.stat-item {
  position: relative;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 900px) {
  .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(232, 213, 167, 0.3), transparent);
  }
}

.stat-number {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  color: var(--color-accent-light);
  line-height: 1;
  margin-bottom: 0.45rem;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-label {
  font-size: 0.85rem;
  color: #d1ded6;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

/* ==========================================================================
   6. RAZAS DESTACADAS (CARDS PREMIUM & SVGS LOCALES)
   ========================================================================== */
.breeds-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 640px) {
  .breeds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .breeds-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.breed-card {
  background-color: var(--color-bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.breed-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--color-accent);
}

.breed-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: var(--color-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
}

.breed-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.breed-card:hover .breed-media img {
  transform: scale(1.03);
}

.breed-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(24, 51, 37, 0.9);
  color: var(--color-accent-light);
  font-size: 0.725rem;
  font-weight: 800;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(196, 154, 69, 0.4);
}

.breed-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.breed-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.breed-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.95rem;
}

.meta-chip {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background-color: var(--color-bg-subtle);
  border: 1px solid var(--color-border);
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
}

.breed-excerpt {
  font-size: 0.925rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.breed-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: auto;
}

.breed-actions .btn {
  width: 100%;
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

/* Card Catálogo Extra */
.breed-card-catalogo {
  background: linear-gradient(135deg, #f7f3e9 0%, #ffffff 100%);
  border: 1.5px dashed var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2.25rem 1.5rem;
}

.breed-card-catalogo .catalogo-icon {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* ==========================================================================
   7. POR QUÉ ELEGIRNOS (DIFFERENTIATORS)
   ========================================================================== */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-subtle);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--color-accent);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background-color: rgba(24, 51, 37, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 1.25rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.feature-card:hover .feature-icon {
  background-color: var(--color-primary);
  color: var(--color-accent-light);
}

.feature-icon svg {
  width: 26px;
  height: 26px;
}

.feature-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 0.65rem;
}

.feature-desc {
  font-size: 0.925rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   8. PROCESO DE COMPRA (PASO A PASO TRANSPARENTE)
   ========================================================================== */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.step-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-subtle);
  position: relative;
  display: flex;
  flex-direction: column;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-accent-light);
  font-size: 1.2rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border: 2px solid var(--color-accent);
  box-shadow: 0 4px 12px rgba(24, 51, 37, 0.2);
}

.step-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 0.65rem;
}

.step-desc {
  font-size: 0.925rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   9. GARANTÍAS Y RESPALDO POR ESCRITO
   ========================================================================== */
.guarantees-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .guarantees-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.guarantee-card {
  background: #ffffff;
  padding: 2.25rem 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.guarantee-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-accent);
}

.guarantee-badge-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.guarantee-badge-img {
  width: 140px;
  height: 140px;
  filter: drop-shadow(0 8px 20px rgba(24, 51, 37, 0.15));
}

.guarantee-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.guarantee-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guarantee-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  line-height: 1.25;
}

.guarantee-text {
  color: var(--color-text-muted);
  font-size: 0.925rem;
  line-height: 1.65;
}

/* ==========================================================================
   10. COBERTURA CALI / VALLE DEL CAUCA (RESPONSIVE SEGURO)
   ========================================================================== */
.coverage-card {
  background-color: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  padding: clamp(1.5rem, 3.5vw, 3rem);
  box-shadow: var(--shadow-card);
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 860px) {
  .coverage-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.coverage-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 520px) {
  .coverage-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.coverage-badge {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background-color: var(--color-bg-subtle);
  border: 1px solid var(--color-border);
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  line-height: 1.3;
}

.coverage-badge svg {
  width: 14px;
  height: 14px;
  color: var(--color-accent);
  flex-shrink: 0;
}

.coverage-national-box {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #ffffff;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid rgba(196, 154, 69, 0.3);
  box-shadow: 0 10px 30px rgba(24, 51, 37, 0.2);
}

.coverage-national-box h3 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--color-accent-light);
}

.coverage-national-box p {
  font-size: 0.925rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   11. FAMILIAS FELICES (PRUEBA SOCIAL AUTÉNTICA)
   ========================================================================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.rating-stars {
  color: #f59e0b;
  font-size: 1.15rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.85rem;
}

.testimonial-quote {
  font-size: 0.95rem;
  color: var(--color-text-main);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background-color: var(--color-primary-dark);
  color: var(--color-accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.875rem;
  flex-shrink: 0;
  border: 2px solid var(--color-accent);
}

.author-info strong {
  display: block;
  font-size: 0.925rem;
  color: var(--color-primary-dark);
  font-weight: 800;
}

.author-info span {
  font-size: 0.775rem;
  color: var(--color-text-muted);
}

/* ==========================================================================
   12. FAQ (ACCORDION ACCESIBLE & OPTIMIZADO)
   ========================================================================== */
.faq-accordion {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 0.85rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item.active {
  border-color: var(--color-accent);
  box-shadow: 0 4px 16px rgba(24, 51, 37, 0.06);
}

.faq-button {
  width: 100%;
  min-height: 52px;
  padding: 1.15rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  border: none;
  font-size: 1.025rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}

.faq-button:hover {
  color: var(--color-accent-hover);
}

.faq-button:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: -2px;
}

.faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-accent);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

.faq-item.active .faq-panel {
  max-height: 300px;
}

.faq-content {
  padding: 0 1.25rem 1.25rem 1.25rem;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  border-top: 1px solid rgba(232, 227, 216, 0.5);
  padding-top: 0.85rem;
}

/* ==========================================================================
   13. CTA FINAL (WHATSAPP DE CIERRE)
   ========================================================================== */
.final-cta-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: radial-gradient(circle at 50% 50%, rgba(196, 154, 69, 0.15) 0%, transparent 70%),
              linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-bg) 100%);
  border-top: 1px solid var(--color-border);
}

.final-cta-box {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: clamp(2.25rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 20px 40px -10px rgba(24, 51, 37, 0.3);
  border: 1px solid rgba(196, 154, 69, 0.4);
}

.final-cta-box h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.final-cta-box p {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   14. FOOTER PROFESIONAL
   ========================================================================== */
.site-footer {
  background-color: #0c1c14;
  border-top: 1px solid rgba(196, 154, 69, 0.3);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: #7c9285;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* ==========================================================================
   15. AJUSTES RESPONSIVE FINOS (< 400px y BOTONES MÓVILES)
   ========================================================================== */
@media (max-width: 420px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .btn {
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .breed-actions {
    grid-template-columns: 1fr;
  }
  
  .trust-item strong {
    font-size: 0.85rem;
  }
  
  .stat-number {
    font-size: 1.85rem;
  }
}

/* Botón Flotante WhatsApp - accesibilidad táctil */
.floating-whatsapp {
  min-width: 48px;
  min-height: 48px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}
