/*
Theme Name: Hello Elementor Child - Vali
Theme URI: https://vali.accessjo.net
Description: Dedicated Elementor Pro Child Theme for Vali Valet Management Platform with custom typography, brand tokens, and responsive layout styling.
Author: Vali Platform Team
Author URI: https://vali.accessjo.net
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-vali
*/

/* Google Fonts Imports */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --color-brand-900: #052246;
  --color-brand-800: #0C3867;
  --color-brand-700: #154D84;
  --color-brand-gray: #7A7A7A;
  --color-primary: var(--color-brand-800);
  --color-primary-hover: var(--color-brand-700);

  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Outfit', system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--font-sans);
  color: #1f2937;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.font-display {
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  color: var(--color-brand-900);
}

/* Custom Utilities for Elementor Containers */
.vali-glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 100px rgba(0, 0, 0, 0.35);
  border-radius: 28px;
}

.vali-hero-title {
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
}

.vali-glow-blue {
  text-shadow: 0 0 30px rgba(147, 197, 253, 0.6);
}
