/*
Theme Name: Best Cat Water Fountain
Theme URI: https://bestcatwaterfountain.com
Author: Cat Hydration Lab
Author URI: https://bestcatwaterfountain.com
Description: A modern, ultra-fast, high-converting Affiliate & Review WordPress Theme designed specifically for pet health, cat water fountains, veterinary-backed product comparisons, decibel testing, and in-depth buying guides. Features built-in schema markup, affiliate disclosure compliance, mobile responsive comparison tables, and custom rating systems.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bestcatwaterfountain
Tags: grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, e-commerce
*/

/* Core CSS Variables */
:root {
    --primary: #0f172a;
    --primary-light: #1e293b;
    --brand: #0284c7;
    --brand-hover: #0369a1;
    --brand-dark: #075985;
    --brand-light: #e0f2fe;
    --accent-gold: #f59e0b;
    --accent-gold-light: #fef3c7;
    --success: #10b981;
    --success-light: #f0fdf4;
    --danger: #ef4444;
    --danger-light: #fef2f2;
    --bg-page: #f8fafc;
    --bg-card: #ffffff;
    --bg-subtle: #f1f5f9;
    --text-dark: #0f172a;
    --text-main: #334155;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --border-light: #f1f5f9;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 16px 36px rgba(0, 0, 0, 0.12);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-card: 16px;
    --radius-pill: 9999px;
    --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-body: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Reset & Box Model */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-page);
    color: var(--text-main);
    line-height: 1.7;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--brand);
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

a:hover {
    color: var(--brand-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Layout Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-narrow {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}
