/*
Theme Name: Property in Bhiwadi
Theme URI: https://propertyinbhiwadi.com
Author: Property in Bhiwadi
Description: Futuristic Real Estate Lead Generation Theme — Bhiwadi NCR Properties
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: pib-theme
Tags: real-estate, lead-generation, responsive, glassmorphism, teal
*/

:root {
    /* ── Teal Palette ── */
    --teal:         #0d9488;
    --teal-dark:    #0f766e;
    --teal-darker:  #134e4a;
    --teal-light:   #5eead4;
    --teal-xlight:  #99f6e4;
    --teal-pale:    #ccfbf1;
    --teal-bg:      #f0fdfa;
    --cyan:         #06b6d4;
    --cyan-dark:    #0891b2;
    --cyan-light:   #67e8f9;

    /* ── Neutrals ── */
    --white:        #ffffff;
    --light:        #f8fafc;
    --text:         #134e4a;
    --text-body:    #1e3a3a;
    --text-muted:   #6b7280;
    --border:       rgba(13,148,136,0.15);

    /* ── Glass ── */
    --glass-bg:     rgba(255,255,255,0.10);
    --glass-bg-md:  rgba(255,255,255,0.18);
    --glass-bg-lg:  rgba(255,255,255,0.25);
    --glass-border: rgba(255,255,255,0.28);
    --glass-shadow: 0 8px 32px rgba(13,148,136,0.18);

    /* ── Gradients ── */
    --grad-hero:    linear-gradient(135deg, #134e4a 0%, #0d9488 40%, #06b6d4 100%);
    --grad-teal:    linear-gradient(135deg, #0f766e, #0d9488);
    --grad-cyan:    linear-gradient(135deg, #0d9488, #06b6d4);
    --grad-section: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);

    /* ── UI ── */
    --success:      #10b981;
    --danger:       #ef4444;
    --shadow:       0 4px 24px rgba(13,148,136,0.12);
    --shadow-lg:    0 12px 48px rgba(13,148,136,0.20);
    --radius:       12px;
    --radius-lg:    20px;
    --radius-xl:    32px;
    --transition:   all 0.35s cubic-bezier(0.4,0,0.2,1);

    /* ── Typography ── */
    --font-heading: 'Space Grotesk', 'Plus Jakarta Sans', -apple-system, sans-serif;
    --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --container:    1240px;
}
