/*
Theme Name: Ezaaro
Theme URI: https://ezaaro.in
Author: Ezaaro Advisory
Author URI: https://ezaaro.in
Description: A modern, production-ready, fintech advisory theme for Ezaaro.in. Built for Loans, Mutual Funds, and Insurance services with full WordPress CMS editability.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: ezaaro
License: Proprietary
License URI: https://ezaaro.in
*/

:root {
  --ez-primary: #0d5c46;
  --ez-primary-dark: #083d2e;
  --ez-primary-light: #167a5e;
  --ez-primary-soft: #e6f4f1;
  --ez-accent-emerald: #10b981;
  --ez-accent-blue: #2563eb;
  --ez-accent-amber: #f59e0b;
  --ez-navy-900: #0f172a;
  --ez-navy-800: #1e293b;
  --ez-navy-700: #334155;
  --ez-slate-600: #475569;
  --ez-slate-500: #64748b;
  --ez-slate-400: #94a3b8;
  --ez-slate-200: #e2e8f0;
  --ez-slate-100: #f1f5f9;
  --ez-slate-50: #f8fafc;
  --ez-white: #ffffff;
  --ez-danger: #ef4444;
  --ez-success: #10b981;

  --ez-font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --ez-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --ez-radius-sm: 6px;
  --ez-radius-md: 10px;
  --ez-radius-lg: 16px;
  --ez-radius-xl: 24px;
  --ez-radius-full: 9999px;

  --ez-shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
  --ez-shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
  --ez-shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.08), 0 4px 6px -4px rgba(15, 23, 42, 0.04);
  --ez-shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.04);

  --ez-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --ez-transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--ez-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ez-navy-900);
  background-color: var(--ez-slate-50);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--ez-navy-900);
  background-color: var(--ez-slate-50);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ez-font-heading);
  font-weight: 700;
  color: var(--ez-navy-900);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1rem;
  color: var(--ez-slate-600);
}

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

a:hover {
  color: var(--ez-primary-dark);
}

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

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