/*
Theme Name: Americas Premier Insurance, Tax and Title
Theme URI: https://americaspremiertx.com
Author: Americas Premier Development Team
Author URI: https://americaspremiertx.com
Description: High-conversion bilingual WordPress theme for Americas Premier Insurance, Tax and Title. Engineered for direct lead acquisition, rapid quote funnels, multi-channel accessibility (Phone/WhatsApp/Email), and localized Houston trust building.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
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: americas-premier
Tags: insurance, tax, title, bilingual, high-conversion, lead-generation, mega-menu, responsive, custom-colors, schema-ready
*/

:root {
  --color-primary: #0F4C81;
  --color-primary-dark: #0A3258;
  --color-primary-light: #1E6CB0;
  --color-secondary: #D92626;
  --color-secondary-dark: #B31B1B;
  --color-secondary-light: #F04848;
  --color-navy-dark: #0B1B2B;
  --color-navy-card: #132438;
  --color-accent-amber: #F59E0B;
  --color-accent-green: #10B981;
  --color-whatsapp: #25D366;
  --color-bg-light: #F8FAFC;
  --color-bg-alt: #EDF2F7;
  --color-border: #E2E8F0;
  --color-text-main: #1E293B;
  --color-text-muted: #64748B;
  --color-text-light: #94A3B8;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-glow: 0 0 25px rgba(217, 38, 38, 0.35);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --transition-fast: 0.15s ease;
  --transition-base: 0.25s ease;
  --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base resets & typography */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-sans);
  color: var(--color-text-main);
  background-color: #ffffff;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

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

button, input, select, textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
