/*
Theme Name: Aquapets Premium v18.2 - NATIVE CORE
Theme URI: https://aquapets.com.do/
Author: Aquapets & Javier Segura
Author URI: https://aquapets.com.do/
Description: Plantilla nativa de alto rendimiento optimizada para WordPress estándar independiente. Arquitectura Premium v18 con motor de diagnóstico y catálogo integrado.
Version: 18.2
Text Domain: aquapets-v18
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Base Estilizada */

:root {
  --primary: #00357f;
  --primary-container: #004aad;
  --secondary: #006d2f;
  --secondary-container: #5dfd8a;
  --background: #0a0f1d;
  --surface: #0f172a;
  --on-surface: #f1f5f9;
  --outline: #737784;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--on-surface);
  background-color: var(--background);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope', sans-serif;
}

.glass-nav {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(15, 23, 42, 0.7);
}

.premium-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-container) 100%);
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.card-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}

/* Modificadores nativos para el Custom Logo WP */
.custom-logo-link img {
    max-height: 40px !important;
    width: auto !important;
}
