/* ==========================================================================
   GLOBAL CSS - BeachHome | Beach Homes by WS
   Child Theme: Hello Elementor Child
   Urbanizacion de ~600 lotes + Atacames Plaza, Tonsupa, Ecuador

   Diseno ultra-moderno: Glassmorphism, gradientes, glow effects,
   animated hovers, scroll animations, responsive mobile-first.

   INDICE:
   1.  Variables CSS (:root) - Paleta completa, gradientes, glass, glow
   2.  Reset y Base
   3.  Tipografia global
   4.  Glassmorphism
   5.  Gradient Text
   6.  Botones (Glow, Glass, variantes)
   7.  Cards modernas
   8.  Hover Effects utilitarios
   9.  Keyframe Animations
   10. Badges (estado de lotes)
   11. Section backgrounds
   12. WhatsApp flotante
   13. Formularios
   14. Alertas
   15. Container / Layout
   16. Scrollbar personalizada
   17. Accesibilidad (skip-link, focus, reduced-motion)
   18. Elementor overrides
   19. Responsive (mobile-first)
   ========================================================================== */


/* ==========================================================================
   1. VARIABLES CSS (:root)
   Paleta inmobiliaria costera: Ocean + Sand + Gold
   ========================================================================== */

:root {
    /* --- Colores principales (Ocean) --- */
    --bh-ocean: #0A3D62;
    --bh-ocean-rgb: 10, 61, 98;
    --bh-ocean-deep: #061E33;
    --bh-ocean-light: #1B6B93;
    --bh-ocean-dark: #062A45;

    /* Aliases (compatibilidad) */
    --bh-primary: var(--bh-ocean);
    --bh-primary-rgb: var(--bh-ocean-rgb);
    --bh-primary-dark: var(--bh-ocean-dark);
    --bh-primary-light: var(--bh-ocean-light);

    /* --- Colores secundarios (Sand) --- */
    --bh-sand: #D4A574;
    --bh-sand-rgb: 212, 165, 116;
    --bh-sand-light: #E8CDB0;
    --bh-sand-dark: #B8844E;

    --bh-secondary: var(--bh-ocean-dark);
    --bh-secondary-light: #0D4E7A;

    /* --- Acento (Gold) --- */
    --bh-gold: #C9973F;
    --bh-gold-rgb: 201, 151, 63;
    --bh-gold-light: #E8C574;
    --bh-accent: var(--bh-sand);
    --bh-accent-rgb: var(--bh-sand-rgb);
    --bh-accent-dark: var(--bh-sand-dark);

    /* --- Fondos --- */
    --bh-white: #FFFFFF;
    --bh-offwhite: #F5F0EB;
    --bh-bg-white: #FFFFFF;
    --bh-bg-light: #F3F4F6;
    --bh-bg-ultra-light: #F5F0EB;
    --bh-bg-dark: var(--bh-ocean-dark);
    --bh-bg-card: #FFFFFF;

    /* --- Textos --- */
    --bh-gray-dark: #2D3436;
    --bh-gray: #636E72;
    --bh-gray-light: #B2BEC3;
    --bh-text-dark: #1A1A2E;
    --bh-text-gray: #636E72;
    --bh-text-light: #9CA3AF;
    --bh-text-white: #FFFFFF;
    --bh-text-muted: #B0B0B0;
    --bh-text-silver: #B0BEC5;
    --bh-text-dim: #8A8A9A;
    --bh-text-subtle: #78909C;
    --bh-text-faint: #4A4A5A;

    /* --- Funcionales --- */
    --bh-success: #10B981;
    --bh-warning: #F59E0B;
    --bh-error: #EF4444;
    --bh-error-rgb: 239, 68, 68;
    --bh-info: #3B82F6;

    /* --- Estado de lotes --- */
    --bh-disponible: #27AE60;
    --bh-reservado: #F39C12;
    --bh-vendido: #E74C3C;

    /* --- Colores 3D (escena) --- */
    --bh-sky: #87CEEB;
    --bh-ocean-3d: #0077B6;
    --bh-terrain: #8B7355;

    /* --- Bordes --- */
    --bh-border: rgba(255, 255, 255, 0.15);
    --bh-border-solid: #D1D5DB;
    --bh-border-dark: #374151;
    --bh-border-subtle: rgba(255, 255, 255, 0.15);

    /* --- Footer dark theme --- */
    --bh-bg-footer: var(--bh-ocean-dark);
    --bh-bg-footer-dark: #041D30;
    --bh-bg-mid: var(--bh-ocean-dark);
    --bh-bg-deep: var(--bh-ocean);
    --bh-surface: #0D4E7A;

    /* --- Utilidades --- */
    --bh-input-bg: rgba(255, 255, 255, 0.08);
    --bh-glow-primary: rgba(10, 61, 98, 0.35);
    --bh-primary-hover-bg: rgba(10, 61, 98, 0.08);
    --bh-btn-dark: var(--bh-ocean);
    --bh-focus-ring: 0 0 0 3px rgba(10, 61, 98, 0.15);

    /* --- Gradientes --- */
    --bh-gradient-ocean: linear-gradient(135deg, #0A3D62 0%, #1B6B93 50%, #0E4D70 100%);
    --bh-gradient-gold: linear-gradient(135deg, #C9973F 0%, #E8C574 50%, #D4A574 100%);
    --bh-gradient-dark: linear-gradient(180deg, #061E33 0%, #0A3D62 100%);
    --bh-gradient-hero: linear-gradient(180deg, rgba(6,30,51,0.7) 0%, rgba(10,61,98,0.85) 50%, rgba(6,30,51,0.95) 100%);
    --bh-gradient-sand: linear-gradient(180deg, #FAFAFA 0%, #F5F0EB 50%, #FAFAFA 100%);
    --bh-gradient-primary: linear-gradient(135deg, #0A3D62 0%, #1B6CA8 100%);
    --bh-gradient-accent: linear-gradient(135deg, #D4A574 0%, #B8844E 100%);

    /* --- Glassmorphism --- */
    --bh-glass-bg: rgba(255, 255, 255, 0.08);
    --bh-glass-bg-light: rgba(255, 255, 255, 0.12);
    --bh-glass-bg-medium: rgba(255, 255, 255, 0.18);
    --bh-glass-border: rgba(255, 255, 255, 0.15);
    --bh-glass-border-strong: rgba(255, 255, 255, 0.25);
    --bh-glass-blur: 20px;
    --bh-glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);

    /* --- Glow effects --- */
    --bh-glow-gold: 0 0 20px rgba(201, 151, 63, 0.4), 0 0 60px rgba(201, 151, 63, 0.1);
    --bh-glow-gold-strong: 0 0 30px rgba(201, 151, 63, 0.6), 0 10px 40px rgba(0, 0, 0, 0.2);
    --bh-glow-ocean: 0 0 20px rgba(10, 61, 98, 0.4);
    --bh-glow-ocean-strong: 0 0 30px rgba(10, 61, 98, 0.6), 0 0 80px rgba(10, 61, 98, 0.2);
    --bh-glow-whatsapp: 0 4px 20px rgba(37, 211, 102, 0.4);
    --bh-glow-whatsapp-strong: 0 0 30px rgba(37, 211, 102, 0.6);

    /* --- Transiciones --- */
    --bh-transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --bh-transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --bh-transition-bounce: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    --bh-transition-slow: 0.5s ease;
    --bh-transition-base: 300ms ease;

    /* --- Tipografia --- */
    --bh-font-heading: 'Playfair Display', Georgia, serif;
    --bh-font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --bh-font-primary: var(--bh-font-heading);
    --bh-font-secondary: var(--bh-font-body);

    /* Tamanos de fuente */
    --bh-text-hero: 3.75rem;
    --bh-text-hero-mobile: 2.5rem;
    --bh-text-section: 2.25rem;
    --bh-text-section-mobile: 1.5rem;
    --bh-text-subsection: 1.75rem;
    --bh-text-price: 1.5rem;
    --bh-text-card-title: 1.125rem;
    --bh-text-body-large: 1.125rem;
    --bh-text-body: 1rem;
    --bh-text-small: 0.875rem;
    --bh-text-tiny: 0.75rem;

    /* Pesos de fuente */
    --bh-weight-regular: 400;
    --bh-weight-medium: 500;
    --bh-weight-semibold: 600;
    --bh-weight-bold: 700;
    --bh-weight-extrabold: 800;

    /* Alturas de linea */
    --bh-leading-heading: 1.2;
    --bh-leading-body: 1.6;
    --bh-leading-tight: 1.1;
    --bh-leading-relaxed: 1.8;

    /* Letter spacing */
    --bh-tracking-tight: -0.025em;
    --bh-tracking-normal: 0;
    --bh-tracking-wide: 0.025em;
    --bh-tracking-wider: 0.05em;
    --bh-tracking-widest: 0.1em;

    /* --- Espaciado --- */
    --bh-space-section-y: 80px;
    --bh-space-section-x: 30px;
    --bh-space-section-sm-y: 50px;
    --bh-space-card: 24px;
    --bh-space-gap: 20px;
    --bh-space-btn-y: 14px;
    --bh-space-btn-x: 28px;

    /* --- Bordes redondeados --- */
    --bh-radius-sm: 8px;
    --bh-radius-md: 12px;
    --bh-radius-lg: 16px;
    --bh-radius-xl: 24px;
    --bh-radius-2xl: 32px;
    --bh-radius-full: 50%;
    --bh-radius-pill: 9999px;

    /* --- Sombras --- */
    --bh-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
    --bh-shadow-card: 0 2px 12px rgba(0, 0, 0, 0.08);
    --bh-shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
    --bh-shadow-elevated: 0 12px 40px rgba(0, 0, 0, 0.12);
    --bh-shadow-dramatic: 0 20px 60px rgba(0, 0, 0, 0.18);
    --bh-shadow-button: 0 4px 15px rgba(10, 61, 98, 0.3);
    --bh-shadow-inset: inset 0 2px 4px rgba(0, 0, 0, 0.06);

    /* --- Anchos de contenido --- */
    --bh-width-narrow: 800px;
    --bh-width-default: 1000px;
    --bh-width-wide: 1140px;
    --bh-width-full: 1200px;
    --bh-width-max: 1400px;
}


/* ==========================================================================
   2. RESET Y BASE
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: var(--bh-font-body);
    font-size: var(--bh-text-body);
    font-weight: var(--bh-weight-regular);
    line-height: var(--bh-leading-body);
    color: var(--bh-gray-dark);
    background-color: var(--bh-bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Seleccion de texto dorada */
::selection {
    background: rgba(201, 151, 63, 0.25);
    color: var(--bh-ocean-deep);
}

::-moz-selection {
    background: rgba(201, 151, 63, 0.25);
    color: var(--bh-ocean-deep);
}


/* ==========================================================================
   3. TIPOGRAFIA GLOBAL
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--bh-font-heading);
    font-weight: var(--bh-weight-bold);
    line-height: var(--bh-leading-heading);
    color: var(--bh-text-dark);
    margin-top: 0;
    letter-spacing: var(--bh-tracking-tight);
}

h1 {
    font-size: var(--bh-text-hero-mobile);
    font-weight: var(--bh-weight-extrabold);
    line-height: var(--bh-leading-tight);
}

h2 {
    font-size: var(--bh-text-section-mobile);
}

h3 {
    font-size: var(--bh-text-subsection);
}

h4 {
    font-size: var(--bh-text-card-title);
}

h5 {
    font-size: var(--bh-text-body);
    font-weight: var(--bh-weight-semibold);
}

h6 {
    font-size: var(--bh-text-small);
    font-weight: var(--bh-weight-semibold);
    letter-spacing: var(--bh-tracking-wider);
    text-transform: uppercase;
}

/* Desktop heading sizes */
@media (min-width: 768px) {
    h1 {
        font-size: var(--bh-text-hero);
    }

    h2 {
        font-size: var(--bh-text-section);
    }
}

p {
    margin-top: 0;
    margin-bottom: 1em;
    color: var(--bh-text-gray);
}

a {
    color: var(--bh-gold);
    text-decoration: none;
    transition: color var(--bh-transition-fast);
}

a:hover {
    color: var(--bh-gold-light);
}

strong, b {
    font-weight: var(--bh-weight-bold);
}

small {
    font-size: var(--bh-text-small);
}

/* Subtitulo de seccion - texto encima del heading principal */
.bh-overline {
    display: block;
    font-family: var(--bh-font-body);
    font-size: var(--bh-text-tiny);
    font-weight: var(--bh-weight-bold);
    letter-spacing: var(--bh-tracking-widest);
    text-transform: uppercase;
    color: var(--bh-gold);
    margin-bottom: 12px;
}

/* Parrafo destacado / lead */
.bh-lead {
    font-size: var(--bh-text-body-large);
    line-height: var(--bh-leading-relaxed);
    color: var(--bh-text-gray);
    max-width: 640px;
}


/* ==========================================================================
   4. GLASSMORPHISM
   ========================================================================== */

/* Base glass */
.bh-glass {
    background: var(--bh-glass-bg);
    backdrop-filter: blur(var(--bh-glass-blur));
    -webkit-backdrop-filter: blur(var(--bh-glass-blur));
    border: 1px solid var(--bh-glass-border);
    border-radius: var(--bh-radius-lg);
    box-shadow: var(--bh-glass-shadow);
}

/* Glass variante clara (mas opacidad) */
.bh-glass-light {
    background: var(--bh-glass-bg-light);
    backdrop-filter: blur(var(--bh-glass-blur));
    -webkit-backdrop-filter: blur(var(--bh-glass-blur));
    border: 1px solid var(--bh-glass-border);
    border-radius: var(--bh-radius-lg);
    box-shadow: var(--bh-glass-shadow);
}

/* Glass variante media */
.bh-glass-medium {
    background: var(--bh-glass-bg-medium);
    backdrop-filter: blur(var(--bh-glass-blur));
    -webkit-backdrop-filter: blur(var(--bh-glass-blur));
    border: 1px solid var(--bh-glass-border-strong);
    border-radius: var(--bh-radius-lg);
    box-shadow: var(--bh-glass-shadow);
}

/* Glass card con hover animado */
.bh-glass-card {
    background: var(--bh-glass-bg);
    backdrop-filter: blur(var(--bh-glass-blur));
    -webkit-backdrop-filter: blur(var(--bh-glass-blur));
    border: 1px solid var(--bh-glass-border);
    border-radius: var(--bh-radius-lg);
    box-shadow: var(--bh-glass-shadow);
    padding: var(--bh-space-card);
    transition: all var(--bh-transition-smooth);
    will-change: transform, box-shadow;
}

.bh-glass-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--bh-glow-gold);
    border-color: rgba(201, 151, 63, 0.3);
}

/* Glass dark (para secciones oscuras) */
.bh-glass-dark {
    background: rgba(6, 30, 51, 0.6);
    backdrop-filter: blur(var(--bh-glass-blur));
    -webkit-backdrop-filter: blur(var(--bh-glass-blur));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--bh-radius-lg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}


/* ==========================================================================
   5. GRADIENT TEXT
   ========================================================================== */

.bh-gradient-text {
    background: var(--bh-gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bh-gradient-text-ocean {
    background: var(--bh-gradient-ocean);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Shimmer animado sobre texto */
.bh-shimmer-text {
    background: linear-gradient(
        90deg,
        var(--bh-gold) 0%,
        var(--bh-gold-light) 40%,
        #FFFFFF 50%,
        var(--bh-gold-light) 60%,
        var(--bh-gold) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: bh-shimmer 3s linear infinite;
}


/* ==========================================================================
   6. BOTONES (Glow, Glass, variantes)
   ========================================================================== */

/* --- Base compartida para todos los botones BH --- */
.bh-btn,
.bh-btn-glow,
.bh-btn-glass,
.bh-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    font-family: var(--bh-font-body);
    font-weight: var(--bh-weight-semibold);
    font-size: var(--bh-text-body);
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

/* --- Boton Glow (CTA principal, dorado con resplandor) --- */
.bh-btn-glow {
    background: var(--bh-gradient-gold);
    color: var(--bh-white);
    border-radius: var(--bh-radius-pill);
    padding: var(--bh-space-btn-y) 36px;
    letter-spacing: var(--bh-tracking-wide);
    box-shadow: var(--bh-glow-gold);
    transition: all var(--bh-transition-smooth);
    will-change: transform, box-shadow;
}

.bh-btn-glow:hover {
    transform: translateY(-3px);
    box-shadow: var(--bh-glow-gold-strong);
    color: var(--bh-white);
}

.bh-btn-glow:active {
    transform: translateY(-1px);
}

/* Shimmer sweep en hover */
.bh-btn-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 50%,
        transparent 100%
    );
    transition: left 0.6s ease;
    pointer-events: none;
}

.bh-btn-glow:hover::after {
    left: 100%;
}

/* --- Boton Glow Ocean (variante azul) --- */
.bh-btn-glow-ocean {
    background: var(--bh-gradient-ocean);
    color: var(--bh-white);
    border-radius: var(--bh-radius-pill);
    padding: var(--bh-space-btn-y) 36px;
    letter-spacing: var(--bh-tracking-wide);
    box-shadow: var(--bh-glow-ocean);
    transition: all var(--bh-transition-smooth);
    will-change: transform, box-shadow;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    font-family: var(--bh-font-body);
    font-weight: var(--bh-weight-semibold);
    font-size: var(--bh-text-body);
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.bh-btn-glow-ocean:hover {
    transform: translateY(-3px);
    box-shadow: var(--bh-glow-ocean-strong);
    color: var(--bh-white);
}

/* --- Boton Glass (transparente con blur) --- */
.bh-btn-glass {
    background: var(--bh-glass-bg-light);
    backdrop-filter: blur(var(--bh-glass-blur));
    -webkit-backdrop-filter: blur(var(--bh-glass-blur));
    color: var(--bh-white);
    border: 1px solid var(--bh-glass-border);
    border-radius: var(--bh-radius-pill);
    padding: 12px 32px;
    transition: all var(--bh-transition-smooth);
}

.bh-btn-glass:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--bh-white);
    transform: translateY(-2px);
}

/* --- Boton Outline --- */
.bh-btn-outline {
    background: transparent;
    color: var(--bh-gold);
    border: 2px solid var(--bh-gold);
    border-radius: var(--bh-radius-pill);
    padding: 12px 32px;
    transition: all var(--bh-transition-smooth);
}

.bh-btn-outline:hover {
    background: var(--bh-gold);
    color: var(--bh-white);
    box-shadow: var(--bh-glow-gold);
    transform: translateY(-2px);
}

/* --- Boton Outline Ocean --- */
.bh-btn-outline-ocean {
    background: transparent;
    color: var(--bh-ocean);
    border: 2px solid var(--bh-ocean);
    border-radius: var(--bh-radius-pill);
    padding: 12px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    font-family: var(--bh-font-body);
    font-weight: var(--bh-weight-semibold);
    font-size: var(--bh-text-body);
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: all var(--bh-transition-smooth);
}

.bh-btn-outline-ocean:hover {
    background: var(--bh-ocean);
    color: var(--bh-white);
    box-shadow: var(--bh-glow-ocean);
    transform: translateY(-2px);
}

/* --- WordPress / Elementor default buttons --- */
.button,
button[type="submit"],
input[type="submit"],
.wp-element-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: var(--bh-space-btn-y) var(--bh-space-btn-x);
    background: var(--bh-gradient-ocean);
    color: var(--bh-text-white);
    border: none;
    border-radius: var(--bh-radius-pill);
    font-family: var(--bh-font-body);
    font-weight: var(--bh-weight-semibold);
    font-size: var(--bh-text-small);
    line-height: 1;
    letter-spacing: var(--bh-tracking-wide);
    text-decoration: none;
    cursor: pointer;
    transition: all var(--bh-transition-smooth);
    box-shadow: var(--bh-shadow-button);
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.wp-element-button:hover {
    background: var(--bh-gradient-gold);
    color: var(--bh-text-white);
    box-shadow: var(--bh-glow-gold);
    transform: translateY(-2px);
}

.button:active,
button[type="submit"]:active,
input[type="submit"]:active {
    transform: translateY(0);
}

/* Boton deshabilitado */
.button:disabled,
.button[disabled],
button[type="submit"]:disabled,
input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
    filter: grayscale(40%);
}

/* Variante secundaria (outline) - legacy */
.button--secondary {
    background: transparent;
    color: var(--bh-ocean);
    border: 2px solid var(--bh-ocean);
    box-shadow: none;
}

.button--secondary:hover {
    background: var(--bh-ocean);
    color: var(--bh-text-white);
    box-shadow: var(--bh-glow-ocean);
}

/* Variante acento - legacy */
.button--accent {
    background: var(--bh-gradient-gold);
    color: var(--bh-white);
}

.button--accent:hover {
    box-shadow: var(--bh-glow-gold-strong);
}

/* Variante dark - legacy */
.button--dark {
    background: var(--bh-ocean-deep);
    color: var(--bh-text-white);
}

.button--dark:hover {
    background: var(--bh-ocean);
}

/* Boton tamano grande */
.bh-btn-lg {
    padding: 18px 48px;
    font-size: var(--bh-text-body-large);
    min-height: 56px;
}

/* Boton tamano pequeno */
.bh-btn-sm {
    padding: 8px 20px;
    font-size: var(--bh-text-small);
    min-height: 36px;
}


/* ==========================================================================
   7. CARDS MODERNAS
   ========================================================================== */

/* Card moderna con borde dorado top en hover */
.bh-card-modern {
    background: var(--bh-white);
    border-radius: var(--bh-radius-xl);
    padding: 40px 28px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--bh-shadow-card);
    transition: all var(--bh-transition-smooth);
    position: relative;
    overflow: hidden;
    will-change: transform, box-shadow;
}

.bh-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--bh-gradient-gold);
    opacity: 0;
    transition: opacity var(--bh-transition-smooth);
}

.bh-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: var(--bh-shadow-dramatic);
}

.bh-card-modern:hover::before {
    opacity: 1;
}

/* Card con imagen - full bleed top */
.bh-card-image {
    background: var(--bh-white);
    border-radius: var(--bh-radius-xl);
    overflow: hidden;
    box-shadow: var(--bh-shadow-card);
    transition: all var(--bh-transition-smooth);
    will-change: transform, box-shadow;
}

.bh-card-image:hover {
    transform: translateY(-8px);
    box-shadow: var(--bh-shadow-dramatic);
}

.bh-card-image__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.bh-card-image__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--bh-transition-slow);
}

.bh-card-image:hover .bh-card-image__media img {
    transform: scale(1.08);
}

.bh-card-image__body {
    padding: var(--bh-space-card);
}

/* Card precio / inversiones */
.bh-card-price {
    background: var(--bh-white);
    border-radius: var(--bh-radius-xl);
    padding: 32px;
    border: 2px solid transparent;
    box-shadow: var(--bh-shadow-card);
    transition: all var(--bh-transition-smooth);
    position: relative;
    text-align: center;
}

.bh-card-price:hover {
    border-color: var(--bh-gold);
    box-shadow: var(--bh-glow-gold);
    transform: translateY(-6px);
}

.bh-card-price__value {
    font-family: var(--bh-font-heading);
    font-size: var(--bh-text-price);
    font-weight: var(--bh-weight-extrabold);
    color: var(--bh-ocean);
    margin-bottom: 4px;
}

.bh-card-price__label {
    font-size: var(--bh-text-small);
    color: var(--bh-text-gray);
    text-transform: uppercase;
    letter-spacing: var(--bh-tracking-wider);
}

/* Card stat / numero destacado */
.bh-card-stat {
    text-align: center;
    padding: 32px 20px;
}

.bh-card-stat__number {
    font-family: var(--bh-font-heading);
    font-size: 3rem;
    font-weight: var(--bh-weight-extrabold);
    line-height: 1;
    margin-bottom: 8px;
}

.bh-card-stat__label {
    font-size: var(--bh-text-small);
    color: var(--bh-text-gray);
    text-transform: uppercase;
    letter-spacing: var(--bh-tracking-wider);
}

/* Card feature / icono + titulo + descripcion */
.bh-card-feature {
    background: var(--bh-white);
    border-radius: var(--bh-radius-xl);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--bh-shadow-card);
    transition: all var(--bh-transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.04);
    will-change: transform;
}

.bh-card-feature:hover {
    transform: translateY(-8px);
    box-shadow: var(--bh-shadow-elevated);
}

.bh-card-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: rgba(10, 61, 98, 0.08);
    border-radius: var(--bh-radius-md);
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--bh-ocean);
    transition: all var(--bh-transition-smooth);
}

.bh-card-feature:hover .bh-card-feature__icon {
    background: var(--bh-gradient-gold);
    color: var(--bh-white);
    transform: scale(1.1);
    box-shadow: var(--bh-glow-gold);
}


/* ==========================================================================
   8. HOVER EFFECTS UTILITARIOS
   ========================================================================== */

/* Levantar con sombra */
.bh-hover-lift {
    transition: all var(--bh-transition-smooth);
    will-change: transform, box-shadow;
}

.bh-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: var(--bh-shadow-dramatic);
}

/* Glow dorado */
.bh-hover-glow {
    transition: all var(--bh-transition-smooth);
    will-change: box-shadow;
}

.bh-hover-glow:hover {
    box-shadow: var(--bh-glow-gold);
}

/* Glow azul */
.bh-hover-glow-ocean {
    transition: all var(--bh-transition-smooth);
    will-change: box-shadow;
}

.bh-hover-glow-ocean:hover {
    box-shadow: var(--bh-glow-ocean);
}

/* Escalar */
.bh-hover-scale {
    transition: transform var(--bh-transition-bounce);
    will-change: transform;
}

.bh-hover-scale:hover {
    transform: scale(1.05);
}

/* Escalar sutil */
.bh-hover-scale-sm {
    transition: transform var(--bh-transition-smooth);
    will-change: transform;
}

.bh-hover-scale-sm:hover {
    transform: scale(1.02);
}

/* Rotacion sutil */
.bh-hover-rotate {
    transition: transform var(--bh-transition-bounce);
    will-change: transform;
}

.bh-hover-rotate:hover {
    transform: rotate(3deg);
}

/* Brillo en hover */
.bh-hover-brighten {
    transition: filter var(--bh-transition-smooth);
}

.bh-hover-brighten:hover {
    filter: brightness(1.15);
}

/* Borde dorado en hover */
.bh-hover-border-gold {
    border: 2px solid transparent;
    transition: all var(--bh-transition-smooth);
}

.bh-hover-border-gold:hover {
    border-color: var(--bh-gold);
}

/* Imagen zoom en hover (usar en contenedor con overflow: hidden) */
.bh-hover-zoom img {
    transition: transform var(--bh-transition-slow);
    will-change: transform;
}

.bh-hover-zoom:hover img {
    transform: scale(1.1);
}


/* ==========================================================================
   9. KEYFRAME ANIMATIONS
   ========================================================================== */

/* Flotacion suave (para badges, elementos decorativos) */
@keyframes bh-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Pulso de glow (para CTA, WhatsApp) */
@keyframes bh-pulse-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(201, 151, 63, 0.3);
    }
    50% {
        box-shadow: 0 0 40px rgba(201, 151, 63, 0.6);
    }
}

/* Pulso de glow WhatsApp */
@keyframes bh-pulse-whatsapp {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 40px rgba(37, 211, 102, 0.7);
    }
}

/* Shimmer / brillo que recorre (para textos, botones) */
@keyframes bh-shimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

/* Fade in desde abajo */
@keyframes bh-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade in desde la izquierda */
@keyframes bh-slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade in desde la derecha */
@keyframes bh-slide-in-right {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scale in (para numeros, estadisticas) */
@keyframes bh-count-up {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Spin lento (para loaders, iconos decorativos) */
@keyframes bh-spin-slow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Fade in simple */
@keyframes bh-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Ping (notificacion, dot animado) */
@keyframes bh-ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Onda / ripple */
@keyframes bh-ripple {
    0% {
        transform: scale(0);
        opacity: 0.5;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* Gradient shift (para fondos animados) */
@keyframes bh-gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* --- Clases utilitarias de animacion --- */

.bh-animate-float {
    animation: bh-float 3s ease-in-out infinite;
}

.bh-animate-pulse-glow {
    animation: bh-pulse-glow 2s ease-in-out infinite;
}

.bh-animate-shimmer {
    animation: bh-shimmer 3s linear infinite;
}

.bh-animate-fade-in-up {
    animation: bh-fade-in-up 0.6s ease-out forwards;
}

.bh-animate-slide-in-left {
    animation: bh-slide-in-left 0.6s ease-out forwards;
}

.bh-animate-slide-in-right {
    animation: bh-slide-in-right 0.6s ease-out forwards;
}

.bh-animate-count-up {
    animation: bh-count-up 0.5s ease-out forwards;
}

.bh-animate-spin-slow {
    animation: bh-spin-slow 8s linear infinite;
}

/* Delays para stagger animations */
.bh-delay-100 { animation-delay: 100ms; }
.bh-delay-200 { animation-delay: 200ms; }
.bh-delay-300 { animation-delay: 300ms; }
.bh-delay-400 { animation-delay: 400ms; }
.bh-delay-500 { animation-delay: 500ms; }
.bh-delay-600 { animation-delay: 600ms; }
.bh-delay-700 { animation-delay: 700ms; }
.bh-delay-800 { animation-delay: 800ms; }


/* ==========================================================================
   10. BADGES (estado de lotes)
   ========================================================================== */

.bh-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: var(--bh-radius-pill);
    font-family: var(--bh-font-body);
    font-size: 13px;
    font-weight: var(--bh-weight-semibold);
    letter-spacing: var(--bh-tracking-wide);
    line-height: 1.4;
    white-space: nowrap;
}

/* Estado: Disponible */
.bh-badge--disponible {
    background: rgba(39, 174, 96, 0.12);
    color: var(--bh-disponible);
    border: 1px solid rgba(39, 174, 96, 0.25);
}

/* Estado: Reservado */
.bh-badge--reservado {
    background: rgba(243, 156, 18, 0.12);
    color: var(--bh-reservado);
    border: 1px solid rgba(243, 156, 18, 0.25);
}

/* Estado: Vendido */
.bh-badge--vendido {
    background: rgba(231, 76, 60, 0.12);
    color: var(--bh-vendido);
    border: 1px solid rgba(231, 76, 60, 0.25);
}

/* Badge generico (info) */
.bh-badge--info {
    background: rgba(59, 130, 246, 0.12);
    color: var(--bh-info);
    border: 1px solid rgba(59, 130, 246, 0.25);
}

/* Badge premium / gold */
.bh-badge--premium {
    background: rgba(201, 151, 63, 0.12);
    color: var(--bh-gold);
    border: 1px solid rgba(201, 151, 63, 0.25);
}

/* Badge con dot animado (indicador de estado activo) */
.bh-badge--live::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: var(--bh-radius-full);
    background: currentColor;
    animation: bh-pulse-glow 2s ease-in-out infinite;
}

/* Badge flotante (para posicionar sobre imagenes) */
.bh-badge-float {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}


/* ==========================================================================
   11. SECTION BACKGROUNDS
   ========================================================================== */

/* Seccion oscura (ocean deep) */
.bh-section-dark {
    background: var(--bh-gradient-dark);
    color: var(--bh-white);
}

.bh-section-dark h1,
.bh-section-dark h2,
.bh-section-dark h3,
.bh-section-dark h4,
.bh-section-dark h5,
.bh-section-dark h6 {
    color: var(--bh-white);
}

.bh-section-dark p {
    color: var(--bh-text-silver);
}

.bh-section-dark a {
    color: var(--bh-gold-light);
}

.bh-section-dark a:hover {
    color: var(--bh-gold);
}

/* Seccion clara (sand gradient) */
.bh-section-light {
    background: var(--bh-gradient-sand);
}

/* Seccion ocean gradient */
.bh-section-ocean {
    background: var(--bh-gradient-ocean);
    color: var(--bh-white);
}

.bh-section-ocean h1,
.bh-section-ocean h2,
.bh-section-ocean h3,
.bh-section-ocean h4,
.bh-section-ocean h5,
.bh-section-ocean h6 {
    color: var(--bh-white);
}

.bh-section-ocean p {
    color: rgba(255, 255, 255, 0.8);
}

/* Seccion hero con overlay */
.bh-section-hero {
    position: relative;
    overflow: hidden;
}

.bh-section-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--bh-gradient-hero);
    z-index: 1;
    pointer-events: none;
}

.bh-section-hero > * {
    position: relative;
    z-index: 2;
}

/* Divider decorativo entre secciones */
.bh-section-divider {
    width: 80px;
    height: 4px;
    background: var(--bh-gradient-gold);
    border-radius: 2px;
    margin: 0 auto 32px;
}

.bh-section-divider--left {
    margin-left: 0;
    margin-right: auto;
}

/* Patron decorativo de fondo (dots) */
.bh-pattern-dots {
    position: relative;
}

.bh-pattern-dots::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(10, 61, 98, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}


/* ==========================================================================
   12. WHATSAPP FLOTANTE
   ========================================================================== */

.bh-whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: var(--bh-radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bh-white);
    font-size: 28px;
    box-shadow: var(--bh-glow-whatsapp);
    animation: bh-pulse-whatsapp 2s ease-in-out infinite;
    transition: all var(--bh-transition-smooth);
    text-decoration: none;
    will-change: transform;
}

.bh-whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: var(--bh-glow-whatsapp-strong);
    color: var(--bh-white);
}

/* Tooltip del WhatsApp */
.bh-whatsapp-float__tooltip {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--bh-white);
    color: var(--bh-gray-dark);
    padding: 8px 16px;
    border-radius: var(--bh-radius-sm);
    font-family: var(--bh-font-body);
    font-size: var(--bh-text-small);
    font-weight: var(--bh-weight-medium);
    white-space: nowrap;
    box-shadow: var(--bh-shadow-elevated);
    opacity: 0;
    visibility: hidden;
    transition: all var(--bh-transition-fast);
    pointer-events: none;
}

.bh-whatsapp-float__tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid var(--bh-white);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.bh-whatsapp-float:hover .bh-whatsapp-float__tooltip {
    opacity: 1;
    visibility: visible;
}


/* ==========================================================================
   13. FORMULARIOS
   ========================================================================== */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea {
    width: 100%;
    padding: 14px 18px;
    min-height: 44px;
    font-family: var(--bh-font-body);
    font-size: var(--bh-text-body);
    font-weight: var(--bh-weight-regular);
    line-height: var(--bh-leading-body);
    color: var(--bh-text-dark);
    background-color: var(--bh-bg-white);
    border: 2px solid var(--bh-border-solid);
    border-radius: var(--bh-radius-md);
    outline: none;
    transition: border-color var(--bh-transition-fast),
                box-shadow var(--bh-transition-fast),
                background-color var(--bh-transition-fast);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
select:hover,
textarea:hover {
    border-color: var(--bh-gray-light);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
    border-color: var(--bh-ocean);
    box-shadow: 0 0 0 4px rgba(10, 61, 98, 0.1);
    background-color: var(--bh-white);
}

/* Placeholder */
::placeholder {
    color: var(--bh-gray-light);
    font-style: normal;
}

/* Labels */
label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--bh-font-body);
    font-size: var(--bh-text-small);
    font-weight: var(--bh-weight-semibold);
    color: var(--bh-text-dark);
}

/* Select con flecha personalizada */
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23636E72' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* Textarea */
textarea {
    min-height: 120px;
    resize: vertical;
}

/* Form en seccion oscura (glass inputs) */
.bh-section-dark input[type="text"],
.bh-section-dark input[type="email"],
.bh-section-dark input[type="tel"],
.bh-section-dark textarea,
.bh-section-dark select,
.bh-form-dark input[type="text"],
.bh-form-dark input[type="email"],
.bh-form-dark input[type="tel"],
.bh-form-dark textarea,
.bh-form-dark select {
    background: var(--bh-glass-bg);
    border-color: var(--bh-glass-border);
    color: var(--bh-white);
}

.bh-section-dark input:focus,
.bh-section-dark textarea:focus,
.bh-section-dark select:focus,
.bh-form-dark input:focus,
.bh-form-dark textarea:focus,
.bh-form-dark select:focus {
    border-color: var(--bh-gold);
    box-shadow: 0 0 0 4px rgba(201, 151, 63, 0.15);
}

.bh-section-dark ::placeholder,
.bh-form-dark ::placeholder {
    color: var(--bh-text-muted);
}

.bh-section-dark label,
.bh-form-dark label {
    color: var(--bh-text-silver);
}


/* ==========================================================================
   14. ALERTAS
   ========================================================================== */

.bh-alert {
    padding: 16px 20px;
    border-radius: var(--bh-radius-md);
    font-family: var(--bh-font-body);
    font-size: var(--bh-text-small);
    line-height: var(--bh-leading-body);
    border-left: 4px solid;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.bh-alert--success {
    background: rgba(16, 185, 129, 0.08);
    border-left-color: var(--bh-success);
    color: #065F46;
}

.bh-alert--warning {
    background: rgba(245, 158, 11, 0.08);
    border-left-color: var(--bh-warning);
    color: #92400E;
}

.bh-alert--error {
    background: rgba(239, 68, 68, 0.08);
    border-left-color: var(--bh-error);
    color: #991B1B;
}

.bh-alert--info {
    background: rgba(59, 130, 246, 0.08);
    border-left-color: var(--bh-info);
    color: #1E40AF;
}


/* ==========================================================================
   15. CONTAINER / LAYOUT
   ========================================================================== */

.bh-content {
    width: 100%;
    max-width: var(--bh-width-full);
    margin-inline: auto;
    padding-inline: var(--bh-space-section-x);
    padding-bottom: 60px;
}

.bh-content--narrow {
    max-width: var(--bh-width-narrow);
}

.bh-content--default {
    max-width: var(--bh-width-default);
}

.bh-content--wide {
    max-width: var(--bh-width-wide);
}

.bh-content--max {
    max-width: var(--bh-width-max);
}

/* Auto grid responsive */
.bh-auto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: var(--bh-space-gap);
}

.bh-auto-grid--sm {
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}

.bh-auto-grid--lg {
    grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
}

/* Flex utilities */
.bh-flex {
    display: flex;
}

.bh-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bh-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bh-flex-col {
    display: flex;
    flex-direction: column;
}

/* Spacing utilities */
.bh-gap-sm { gap: 12px; }
.bh-gap-md { gap: 20px; }
.bh-gap-lg { gap: 32px; }
.bh-gap-xl { gap: 48px; }

/* Text alignment */
.bh-text-center { text-align: center; }
.bh-text-left { text-align: left; }
.bh-text-right { text-align: right; }


/* ==========================================================================
   16. SCROLLBAR PERSONALIZADA
   ========================================================================== */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--bh-gold) var(--bh-ocean-deep);
}

/* Webkit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bh-ocean-deep);
}

::-webkit-scrollbar-thumb {
    background: var(--bh-gradient-gold);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--bh-gold-light);
}

::-webkit-scrollbar-corner {
    background: var(--bh-ocean-deep);
}


/* ==========================================================================
   17. ACCESIBILIDAD
   Skip-link, focus visible, prefers-reduced-motion, prefers-color-scheme
   ========================================================================== */

/* Skip link para navegacion por teclado */
.bh-skip-link {
    position: absolute;
    left: -9999px;
    z-index: 99999;
    padding: 14px 24px;
    background: var(--bh-ocean);
    color: var(--bh-text-white);
    font-family: var(--bh-font-body);
    font-weight: var(--bh-weight-semibold);
    font-size: var(--bh-text-small);
    text-decoration: none;
    border-radius: 0 0 var(--bh-radius-sm) 0;
}

.bh-skip-link:focus {
    left: 0;
    top: 0;
}

/* Focus visible en todos los elementos interactivos */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--bh-gold);
    outline-offset: 2px;
}

/* Asegurar que el outline nunca desaparezca por completo */
/* Solo personalizar apariencia, nunca eliminar */

/* Reducir movimiento para usuarios que lo prefieran */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .bh-whatsapp-float {
        animation: none !important;
    }

    .bh-glass-card:hover,
    .bh-card-modern:hover,
    .bh-card-image:hover,
    .bh-hover-lift:hover,
    .bh-hover-scale:hover {
        transform: none !important;
    }
}

/* Screen reader only */
.bh-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}


/* ==========================================================================
   18. ELEMENTOR OVERRIDES
   Estilos que sobreescriben defaults de Elementor para look moderno
   ========================================================================== */

/* Secciones */
.elementor-section {
    transition: background var(--bh-transition-slow);
}

/* Headings con fuente correcta */
.elementor-widget-heading .elementor-heading-title {
    font-family: var(--bh-font-heading) !important;
    letter-spacing: var(--bh-tracking-tight);
}

/* Botones Elementor con pill shape y hover */
.elementor-widget-button .elementor-button {
    border-radius: var(--bh-radius-pill) !important;
    transition: all var(--bh-transition-smooth) !important;
    font-family: var(--bh-font-body) !important;
    font-weight: var(--bh-weight-semibold) !important;
    letter-spacing: var(--bh-tracking-wide) !important;
    min-height: 44px;
}

.elementor-widget-button .elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: var(--bh-shadow-elevated) !important;
}

/* Image widgets con border radius */
.elementor-widget-image img {
    border-radius: var(--bh-radius-md);
}

/* Icon boxes modernos */
.elementor-widget-icon-box .elementor-icon {
    transition: all var(--bh-transition-smooth);
}

.elementor-widget-icon-box:hover .elementor-icon {
    transform: scale(1.1);
}

/* Tabs / Accordion */
.elementor-tab-title {
    font-family: var(--bh-font-body) !important;
    font-weight: var(--bh-weight-semibold) !important;
    transition: color var(--bh-transition-fast) !important;
}

/* Testimonials */
.elementor-widget-testimonial .elementor-testimonial-content {
    font-family: var(--bh-font-body) !important;
    font-style: italic;
}

/* Progress bars */
.elementor-widget-progress .elementor-progress-bar {
    background: var(--bh-gradient-gold) !important;
    border-radius: var(--bh-radius-pill) !important;
}

/* Counter widgets */
.elementor-widget-counter .elementor-counter-number-wrapper {
    font-family: var(--bh-font-heading) !important;
    font-weight: var(--bh-weight-extrabold) !important;
    color: var(--bh-ocean) !important;
}

/* Dividers */
.elementor-widget-divider .elementor-divider-separator {
    border-color: var(--bh-border-solid) !important;
}

/* Eliminar padding bottom por defecto de Elementor en inner sections */
.elementor-inner-section {
    margin-bottom: 0 !important;
}


/* ==========================================================================
   19. ESTILOS HEADER Y FOOTER
   ========================================================================== */

/* Header */
.bh-hdr .bh-hdr-nav-link {
    color: var(--bh-text-white);
    transition: color var(--bh-transition-fast);
}

.bh-hdr .bh-hdr-nav-link:hover {
    color: var(--bh-gold-light);
}

.bh-hdr .bh-hdr-icon-link i {
    color: var(--bh-secondary);
    transition: color var(--bh-transition-fast);
}

.bh-hdr .bh-hdr-icon-link:hover i {
    color: var(--bh-gold);
}

/* Footer */
.bh-ftr-main .bh-ftr-col-links a {
    color: var(--bh-text-muted);
    transition: color var(--bh-transition-fast);
}

.bh-ftr-main .bh-ftr-col-links a:hover {
    color: var(--bh-gold-light);
}

.bh-ftr-newsletter .bh-ftr-nl-legal a {
    color: var(--bh-text-subtle);
}

.bh-ftr-newsletter .bh-ftr-nl-legal a:hover {
    color: var(--bh-gold-light);
}

.bh-ftr-main .bh-ftr-social a {
    color: var(--bh-text-muted);
    transition: all var(--bh-transition-smooth);
}

.bh-ftr-main .bh-ftr-social a:hover {
    color: var(--bh-text-white);
    transform: translateY(-3px);
}


/* ==========================================================================
   20. RESPONSIVE (mobile-first breakpoints)
   ========================================================================== */

/* --- Tablet (max 1024px) --- */
@media (max-width: 1024px) {
    :root {
        --bh-space-section-y: 60px;
        --bh-space-section-x: 24px;
    }

    .bh-card-modern {
        padding: 28px 22px;
    }

    .bh-card-stat__number {
        font-size: 2.5rem;
    }
}

/* --- Mobile (max 767px) --- */
@media (max-width: 767px) {
    :root {
        --bh-space-section-y: 40px;
        --bh-space-section-x: 16px;
        --bh-space-btn-y: 12px;
        --bh-space-btn-x: 20px;
        --bh-space-card: 20px;
    }

    body {
        font-size: var(--bh-text-small);
    }

    h3 {
        font-size: var(--bh-text-card-title);
    }

    /* Botones full width en mobile */
    .button,
    button[type="submit"],
    input[type="submit"] {
        width: 100%;
        text-align: center;
    }

    /* Cards con menos padding */
    .bh-card-modern {
        padding: 24px 18px;
        border-radius: var(--bh-radius-lg);
    }

    .bh-card-feature {
        padding: 24px 18px;
    }

    .bh-card-stat__number {
        font-size: 2rem;
    }

    /* Glass cards menos hover en mobile (no hay hover) */
    .bh-glass-card:hover {
        transform: translateY(-4px);
    }

    /* WhatsApp mas pequeno en mobile */
    .bh-whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 24px;
        bottom: 16px;
        right: 16px;
    }

    /* Botones glow mas pequenos */
    .bh-btn-glow {
        padding: 12px 28px;
        font-size: var(--bh-text-small);
    }

    .bh-btn-lg {
        padding: 14px 32px;
        font-size: var(--bh-text-body);
        min-height: 48px;
    }

    /* Ocultar tooltip WhatsApp en mobile */
    .bh-whatsapp-float__tooltip {
        display: none;
    }

    /* Grid de una columna en mobile */
    .bh-auto-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Mobile pequeno (max 374px) --- */
@media (max-width: 374px) {
    :root {
        --bh-space-section-x: 12px;
        --bh-text-hero-mobile: 2rem;
    }

    .bh-btn-glow {
        padding: 10px 24px;
    }
}

/* --- Desktop grande (min 1200px) --- */
@media (min-width: 1200px) {
    .bh-card-stat__number {
        font-size: 3.5rem;
    }
}

/* --- Pantalla ultra-ancha (min 1600px) --- */
@media (min-width: 1600px) {
    :root {
        --bh-text-hero: 4.5rem;
        --bh-text-section: 2.75rem;
    }
}


/* ==========================================================================
   21. SECTION-SPECIFIC STYLES
   Estilos para secciones del home que no pueden ir en <style> tags
   porque Elementor los sanitiza de los html_widget.
   ========================================================================== */

/* --- HERO --- */
.bh-hero-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bh-hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--bh-gradient-hero, linear-gradient(180deg, rgba(6,30,51,0.6) 0%, rgba(10,61,98,0.75) 40%, rgba(6,30,51,0.9) 100%));
    z-index: 1;
}

.bh-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 960px;
    width: 100%;
    padding: 140px 24px 100px;
}

.bh-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(44px, 8vw, 78px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 28px 0;
    letter-spacing: -1.5px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.bh-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 2.5vw, 20px);
    color: rgba(255,255,255,0.8);
    max-width: 680px;
    margin: 0 auto 44px;
    line-height: 1.7;
    font-weight: 300;
}

.bh-hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.bh-hero-stats {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.bh-hero-stat {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 24px 20px;
    min-width: 140px;
    max-width: 180px;
    flex: 1;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.bh-hero-stat:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(201,151,63,0.4);
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(201,151,63,0.2);
}

.bh-hero-stat__icon {
    font-size: 20px;
    color: var(--bh-gold);
    margin-bottom: 8px;
    display: block;
    opacity: 0.8;
}

.bh-hero-stat__number {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--bh-gold, #C9973F);
    line-height: 1;
    margin-bottom: 6px;
    text-shadow: 0 0 40px rgba(201,151,63,0.5);
}

.bh-hero-stat__label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.bh-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 10px 24px;
    margin-bottom: 36px;
    color: rgba(255,255,255,0.9);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.bh-hero-particle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    animation: bh-pulse-glow 6s ease-in-out infinite;
    pointer-events: none;
}

.bh-scroll-indicator {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: bh-float 3s ease-in-out infinite;
}

.bh-scroll-mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    transition: border-color 0.2s ease;
}

.bh-scroll-mouse:hover {
    border-color: rgba(255,255,255,0.5);
}

.bh-scroll-dot {
    width: 4px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
    animation: bh-scroll-down 2s ease-in-out infinite;
}

@keyframes bh-scroll-down {
    0% { opacity: 0; transform: translateY(0); }
    40% { opacity: 1; }
    100% { opacity: 0; transform: translateY(16px); }
}

/* --- ABOUT SECTION --- */
.bh-about-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.bh-overline-line {
    width: 60px;
    height: 3px;
    background: var(--bh-gradient-gold);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.bh-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.bh-section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: var(--bh-text-gray, #636E72);
    max-width: 750px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

.bh-feature-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 40px 24px 32px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: default;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
}

.bh-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bh-gradient-gold);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.bh-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(201,151,63,0.2), 0 20px 60px rgba(0,0,0,0.12);
}

.bh-feature-card:hover::before {
    transform: scaleX(1);
}

.bh-feature-icon {
    width: 68px;
    height: 68px;
    background: var(--bh-gradient-ocean);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 20px rgba(10,61,98,0.3);
    color: #fff;
    font-size: 28px;
    transition: all 0.4s ease;
}

.bh-about-stat {
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    background: linear-gradient(135deg, #F5F0EB 0%, #EDE4D8 100%);
    border: 1px solid rgba(212,165,116,0.2);
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.bh-about-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(201,151,63,0.2);
}

.bh-about-stat__number {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    background: var(--bh-gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    margin-bottom: 4px;
}

.bh-about-stat__label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--bh-text-gray);
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* --- MASTERPLAN SECTION --- */
.bh-masterplan-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.bh-masterplan-glass {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-masterplan-glass:hover {
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 30px rgba(201, 151, 63, 0.3);
}

.bh-masterplan-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(201,151,63,0.15) 0%, rgba(201,151,63,0.05) 100%);
    border: 1px solid rgba(201,151,63,0.3);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    animation: bh-float 3s ease-in-out infinite;
}

.bh-legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.bh-legend-dot--disponible {
    background: #10B981;
    box-shadow: 0 0 8px rgba(16,185,129,0.5);
    animation: bh-pulse-glow 2s ease infinite;
}

.bh-legend-dot--reservado {
    background: #F59E0B;
    box-shadow: 0 0 8px rgba(245,158,11,0.5);
}

.bh-legend-dot--vendido {
    background: #EF4444;
    box-shadow: 0 0 8px rgba(239,68,68,0.5);
}

/* --- PLAZA SECTION --- */
.bh-plaza-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.bh-plaza-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: default;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-plaza-image-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(10,61,98,0.2);
}

.bh-plaza-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, transparent 0%, rgba(10,61,98,0.6) 100%);
    transition: opacity 0.4s ease;
    opacity: 0.5;
    pointer-events: none;
}

.bh-plaza-image-wrapper:hover .bh-plaza-overlay {
    opacity: 0.7;
}

.bh-plaza-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #C9973F 0%, #D4A574 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    animation: bh-pulse-glow 2.5s ease infinite;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bh-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.bh-benefit-icon {
    min-width: 28px;
    height: 28px;
    background: linear-gradient(135deg, rgba(201,151,63,0.15), rgba(201,151,63,0.05));
    border: 1px solid rgba(201,151,63,0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* --- GALLERY SECTION --- */
.bh-gallery-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

.bh-gal-overline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bh-gal-overline span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--bh-gold);
}

.bh-gal-overline::before,
.bh-gal-overline::after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--bh-gradient-gold);
    border-radius: 2px;
}

.bh-gal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
}

.bh-gal-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: box-shadow 0.4s ease;
}

.bh-gal-item:hover {
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}

.bh-gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.bh-gal-item:hover img {
    transform: scale(1.08);
}

.bh-gal-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,61,98,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.bh-gal-item:hover .bh-gal-item-overlay {
    opacity: 1;
}

.bh-gal-tall {
    grid-row: span 2;
}

/* --- LOCATION SECTION --- */
.bh-location-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

.bh-loc-overline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bh-loc-overline span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--bh-gold);
}

.bh-loc-overline::before,
.bh-loc-overline::after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--bh-gradient-gold);
    border-radius: 2px;
}

.bh-loc-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}

.bh-loc-map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
    border: 1px solid #E5E7EB;
    position: relative;
}

.bh-loc-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

.bh-loc-map-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bh-ocean);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.bh-loc-map-badge i {
    color: var(--bh-gold);
}

.bh-loc-point {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    background: #fff;
    margin-bottom: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.bh-loc-point:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.bh-loc-point-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.bh-loc-point-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--bh-text-dark);
    margin-bottom: 2px;
}

.bh-loc-point-dist {
    font-size: 13px;
    color: var(--bh-text-gray);
    font-weight: 400;
}

/* --- INVESTMENT SECTION --- */
.bh-investment-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

.bh-inv-overline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bh-inv-overline span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #E0B96A;
}

.bh-inv-overline::before,
.bh-inv-overline::after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--bh-gradient-gold);
    border-radius: 2px;
}

.bh-inv-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 60px;
}

.bh-plan-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 36px 28px 32px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.bh-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.bh-plan-card--featured {
    border: 2px solid var(--bh-gold);
    box-shadow: 0 0 30px rgba(201,151,63,0.3);
    transform: scale(1.04);
    background: rgba(255,255,255,0.12);
}

.bh-plan-card--featured:hover {
    transform: scale(1.04) translateY(-6px);
    box-shadow: 0 0 30px rgba(201,151,63,0.3), 0 20px 60px rgba(0,0,0,0.3);
}

.bh-plan-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--bh-gradient-gold);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 0;
}

.bh-plan-name {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin: 0 0 16px 0;
}

.bh-plan-card--featured .bh-plan-name {
    margin-top: 20px;
}

.bh-plan-price {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 4px 0;
    background: var(--bh-gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.bh-plan-price-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
}

.bh-plan-divider {
    width: 60px;
    height: 2px;
    background: rgba(255,255,255,0.15);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.bh-plan-card--featured .bh-plan-divider {
    background: var(--bh-gradient-gold);
    width: 80px;
}

.bh-plan-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    text-align: left;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
}

.bh-plan-feature i {
    color: var(--bh-gold);
    font-size: 14px;
    flex-shrink: 0;
}

.bh-plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.bh-plan-btn--outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}

.bh-plan-btn--outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
    color: #fff;
}

.bh-plan-btn--gold {
    background: var(--bh-gradient-gold);
    border: none;
    color: #fff;
    box-shadow: var(--bh-glow-gold);
}

.bh-plan-btn--gold:hover {
    box-shadow: var(--bh-glow-gold), 0 8px 30px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    color: #fff;
}

.bh-inv-reasons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.bh-inv-reason {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.bh-inv-reason:hover {
    transform: translateY(-6px);
    border-color: rgba(201,151,63,0.3);
    box-shadow: 0 0 30px rgba(201,151,63,0.2);
}

.bh-inv-reason-icon {
    width: 56px;
    height: 56px;
    background: var(--bh-gradient-ocean);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 15px rgba(10,61,98,0.3);
}

.bh-inv-reason-icon i {
    font-size: 22px;
    color: #E0B96A;
}

.bh-inv-reason-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.bh-inv-reason-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}

/* --- CONTACT SECTION --- */
.bh-contact-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

.bh-ct-overline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bh-ct-overline span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--bh-gold);
}

.bh-ct-overline::before,
.bh-ct-overline::after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--bh-gradient-gold);
    border-radius: 2px;
}

.bh-ct-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
    align-items: start;
}

.bh-ct-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.06);
    border: 1px solid #E5E7EB;
}

.bh-ct-info-card {
    background: var(--bh-gradient-ocean);
    border-radius: 20px;
    padding: 40px 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.bh-ct-info-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    pointer-events: none;
}

.bh-ct-info-card::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -20%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(201,151,63,0.05);
    pointer-events: none;
}

.bh-ct-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    position: relative;
    padding: 12px 16px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-ct-info-item:hover {
    background: rgba(255,255,255,0.08);
}

.bh-ct-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: #E0B96A;
    transition: all 0.4s ease;
}

.bh-ct-info-item:hover .bh-ct-info-icon {
    background: rgba(201,151,63,0.2);
}

.bh-ct-info-label {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 2px;
}

.bh-ct-info-value {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.bh-ct-info-value a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bh-ct-info-value a:hover {
    color: #E0B96A;
}

.bh-ct-info-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin: 24px 0;
    position: relative;
}

.bh-ct-social-links {
    display: flex;
    gap: 12px;
    position: relative;
}

.bh-ct-social-link {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-ct-social-link:hover {
    background: rgba(201,151,63,0.2);
    border-color: rgba(201,151,63,0.5);
    transform: translateY(-3px);
    color: #fff;
}

/* --- FORM inputs in contact section --- */
.bh-ct-field {
    margin-bottom: 20px;
}

.bh-ct-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--bh-text-dark);
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.bh-ct-input {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--bh-text-dark);
    background: #F3F4F6;
    transition: all 0.4s ease;
    outline: none;
    box-sizing: border-box;
}

.bh-ct-input:focus {
    border-color: var(--bh-gold);
    box-shadow: 0 0 0 3px rgba(201,151,63,0.15);
    background: #fff;
}

textarea.bh-ct-input {
    resize: vertical;
    min-height: 110px;
}

/* --- Radio buttons contact --- */
.bh-ct-radio-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.bh-ct-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1.5px solid #E5E7EB;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 14px;
    font-weight: 500;
    color: var(--bh-text-gray);
    background: #F3F4F6;
}

.bh-ct-radio:hover {
    border-color: var(--bh-gold);
    color: var(--bh-gold);
}

.bh-ct-radio input {
    display: none;
}

/* --- Section-specific responsive --- */
@media (max-width: 900px) {
    .bh-plaza-row,
    .bh-two-col {
        flex-direction: column !important;
    }
    .bh-plaza-row > *,
    .bh-two-col > * {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 968px) {
    .bh-inv-plans {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .bh-plan-card--featured {
        transform: scale(1);
    }
    .bh-plan-card--featured:hover {
        transform: translateY(-6px);
    }
    .bh-inv-reasons {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bh-hero-stats { gap: 12px; }
    .bh-hero-stat { min-width: 120px; padding: 18px 14px; }
    .bh-hero-stat__number { font-size: 24px; }
    .bh-hero-content { padding: 100px 20px 80px; }

    .bh-feature-card {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .bh-about-stat {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .bh-section-title {
        font-size: 28px !important;
    }

    .bh-masterplan-glass {
        padding: 40px 24px !important;
    }

    .bh-gal-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }

    .bh-loc-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .bh-loc-map-wrapper iframe {
        height: 350px;
    }

    .bh-inv-reasons { grid-template-columns: 1fr; }

    .bh-ct-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .bh-ct-form-card { padding: 28px 24px; }
    .bh-ct-info-card { padding: 32px 24px; }
    .bh-ct-radio-group { flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
    .bh-hero-stat { min-width: 100px; max-width: 48%; padding: 16px 10px; }
    .bh-hero-cta-group { flex-direction: column; align-items: center; }

    .bh-gal-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }
    .bh-gal-tall { grid-row: span 1; }
}
