/* Vantage Point - Luxury Theme Stylesheet */

:root {
    /* Force light color scheme - ignore browser preference */
    color-scheme: light only;

    /* Luxury Color Palette */
    --primary-gold: #C9A961;
    --dark-gold: #A08952;
    --light-gold: #E4D4A8;
    --deep-black: #0A0A0A;
    --charcoal: #1A1A1A;
    --pure-white: #FFFFFF;
    --soft-white: #FAFAFA;
    --grey-light: #F5F5F5;
    --grey-medium: #888888;
    --grey-dark: #333333;
    
    /* Typography */
    --font-primary: 'Playfair Display', serif;
    --font-secondary: 'Montserrat', sans-serif;
    --font-arabic: 'Cairo', 'Noto Sans Arabic', sans-serif;
    --font-arabic-display: 'Amiri', 'Noto Sans Arabic', serif;
    --font-arabic-luxury: 'Cairo', 'Noto Sans Arabic', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 5rem;
    --spacing-xxl: 8rem;
    
    /* Transitions */
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

    /* Z-Index Scale */
    --z-base: 1;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal-backdrop: 400;
    --z-modal: 500;
    --z-popover: 600;
    --z-tooltip: 700;
    --z-notification: 800;
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Base Styles */
body {
    font-family: var(--font-secondary);
    color: var(--charcoal);
    background-color: var(--pure-white);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.rtl {
    direction: rtl;
    font-family: var(--font-arabic), var(--font-secondary);
}

/* Arabic Navbar Optimizations */
body.rtl .nav-wrapper {
    flex-direction: row-reverse;
}

body.rtl .nav-menu {
    flex-direction: row-reverse;
    gap: 35px;
    display: flex;
}

body.rtl .nav-menu a {
    font-family: var(--font-arabic-luxury);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

body.rtl .logo {
    flex-direction: row-reverse;
}

body.rtl .logo a:nth-child(2) {
    margin-left: 0;
    margin-right: 5px;
}

body.rtl .logo a:nth-child(2)::before {
    left: auto;
    right: -12px;
}

body.rtl .logo:hover a:nth-child(2)::before {
    right: -15px;
    left: auto;
}


body.rtl .language-bar {
    direction: ltr;
}

body.rtl .lang-switch {
    flex-direction: row-reverse;
}

/* Luxury Arabic Typography & Effects */
body.rtl h1 {
    font-family: var(--font-arabic-display);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(201, 169, 97, 0.2);
    background: linear-gradient(135deg, var(--deep-black) 0%, var(--charcoal) 50%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.rtl h2 {
    font-family: var(--font-arabic-display);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-shadow: 0 1px 3px rgba(201, 169, 97, 0.15);
}

body.rtl h3, body.rtl h4, body.rtl h5, body.rtl h6 {
    font-family: var(--font-arabic-luxury);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

body.rtl p, body.rtl span {
    font-family: var(--font-arabic-luxury);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
}

body.rtl .nav-menu a {
    transition: all 0.3s ease;
    padding: 8px 0;
}

body.rtl .nav-menu a:hover {
    color: var(--primary-gold);
    background: linear-gradient(90deg, transparent 0%, rgba(201, 169, 97, 0.05) 50%, transparent 100%);
    padding-right: 5px;
}

body.rtl .nav-menu a::after {
    background: linear-gradient(270deg, var(--primary-gold) 0%, transparent 100%);
}

/* Arabic-specific button styles */
body.rtl .btn-luxury-primary,
body.rtl .btn-luxury-outline,
body.rtl .btn-luxury-white,
body.rtl .btn-luxury-outline-white {
    font-family: var(--font-arabic);
    letter-spacing: 0;
    padding: 15px 25px;
}

/* Language toggle enhancements */
body.rtl .lang-btn {
    font-family: var(--font-arabic);
}

body.rtl .lang-btn[data-lang="ar"] {
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(201, 169, 97, 0.2);
}

/* Luxury Arabic Button & UI Enhancements */
body.rtl .btn-luxury-primary,
body.rtl .btn-luxury-outline,
body.rtl .btn-luxury-white,
body.rtl .btn-luxury-outline-white {
    font-family: var(--font-arabic-luxury);
    font-weight: 700;
    letter-spacing: 0;
    padding: 15px 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Luxury Arabic Text Shadows & Effects */
body.rtl .hero-title {
    font-family: var(--font-arabic-display);
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(201, 169, 97, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--pure-white) 50%, var(--light-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.rtl .hero-subtitle {
    font-family: var(--font-arabic-luxury);
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(201, 169, 97, 0.15);
}

body.rtl .section-title {
    font-family: var(--font-arabic-display);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.rtl .section-subtitle {
    font-family: var(--font-arabic-luxury);
    font-weight: 500;
}

/* Arabic Navigation Luxury Hover Effects */
body.rtl .nav-menu a:hover {
    color: var(--primary-gold);
    background: linear-gradient(90deg, transparent 0%, rgba(201, 169, 97, 0.08) 50%, transparent 100%);
    padding-right: 8px;
    text-shadow: 0 1px 3px rgba(201, 169, 97, 0.3);
    transform: translateY(-1px);
}

/* Arabic Logo Text Luxury Styling */
body.rtl .logo-text {
    font-family: var(--font-arabic-display);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(201, 169, 97, 0.2);
}

body.rtl .logo-sub {
    font-family: var(--font-arabic-luxury);
    font-weight: 700;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

a {
    color: var(--primary-gold);
    text-decoration: none;
    transition: var(--transition-smooth);
}

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

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Language Bar */
.language-bar {
    background: var(--deep-black);
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-fixed);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.language-bar.hidden {
    transform: translateY(-100%);
}

.language-bar.auto-hide {
    animation: autoHideLanguageBar 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 2s forwards;
}

@keyframes autoHideLanguageBar {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.lang-switch {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.lang-btn {
    background: transparent;
    color: var(--grey-medium);
    border: 1px solid var(--grey-dark);
    padding: 5px 15px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition-smooth);
    font-family: var(--font-secondary);
}

.lang-btn:hover,
.lang-btn.active {
    background: var(--primary-gold);
    color: var(--deep-black);
    border-color: var(--primary-gold);
}

/* Navigation */
.luxury-nav {
    background: var(--pure-white);
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    z-index: var(--z-fixed);
    transition: top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: top;
}

.luxury-nav.lang-bar-hidden {
    top: 0;
}

.luxury-nav.pushed-up {
    top: -76px; /* Hide navbar by pushing it up */
}

.language-bar.pushed-up {
    transform: translateY(-100%);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: var(--z-notification);
}

.logo a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: var(--transition-smooth);
}

.logo a:nth-child(2) {
    margin-left: 5px;
    position: relative;
    background: linear-gradient(135deg, transparent 0%, rgba(201, 169, 97, 0.03) 50%, transparent 100%);
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: var(--transition-smooth);
}

.logo a:nth-child(2):hover {
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.05) 0%, rgba(201, 169, 97, 0.02) 50%, transparent 100%);
    border-color: rgba(201, 169, 97, 0.2);
    box-shadow: 0 2px 8px rgba(201, 169, 97, 0.1);
}

.logo a:hover {
    transform: translateY(-2px);
}

.logo a:first-child {
    color: var(--deep-black);
    text-decoration: none;
}

.logo-text {
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 3px;
    color: var(--deep-black);
    text-shadow: 0 1px 3px rgba(201, 169, 97, 0.3);
    background: linear-gradient(135deg, var(--deep-black) 0%, var(--charcoal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: var(--transition-smooth);
    display: block;
    line-height: 1.2;
    position: relative;
    z-index: var(--z-notification);
}

.logo-text:hover {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--dark-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: translateY(-1px);
}

.logo-sub {
    font-family: var(--font-secondary);
    font-size: 8px;
    letter-spacing: 0.48em;
    color: var(--primary-gold);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 6px;
    display: block;
    position: relative;
    transition: var(--transition-smooth);
    line-height: 1.2;
}

.logo-sub:hover {
    opacity: 0.85;
    transform: translateX(1px);
}

/* Arabic-inspired luxury enhancements */
.logo a:nth-child(2)::before {
    content: '◊';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-gold);
    font-size: 8px;
    opacity: 0;
    transition: var(--transition-smooth);
}

.logo:hover a:nth-child(2)::before {
    opacity: 0.7;
    left: -15px;
}
.logo-image {
    height: 45px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: var(--transition-smooth);
}
.logo-image:hover {
    transform: scale(1.05);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    align-items: center;
}

.nav-menu > li {
    position: relative;
}

.nav-menu a {
    color: var(--grey-dark);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition-smooth);
    position: relative;
}

.nav-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-gold);
    transition: var(--transition-smooth);
}

.nav-menu > li > a:hover::after,
.nav-menu > li > a.active::after {
    width: 100%;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--primary-gold);
}

/* Dropdown Menu - Desktop */
.nav-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--pure-white);
    min-width: 280px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: var(--z-dropdown);
    list-style: none;
    margin-top: 15px;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 12px 24px;
    color: var(--grey-dark);
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.5px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.dropdown-menu a:hover {
    background: rgba(201, 169, 97, 0.08);
    color: var(--primary-gold);
    border-left-color: var(--primary-gold);
    padding-left: 28px;
}

.dropdown-menu a::after {
    display: none;
}

/* RTL Dropdown */
body.rtl .dropdown-menu {
    left: auto;
    right: 0;
}

body.rtl .dropdown-menu a {
    text-align: right;
    border-left: none;
    border-right: 3px solid transparent;
}

body.rtl .dropdown-menu a:hover {
    border-right-color: var(--primary-gold);
    padding-right: 28px;
    padding-left: 24px;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.nav-toggle span {
    width: 25px;
    height: 2px;
    background: var(--deep-black);
    transition: var(--transition-smooth);
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 42px;
    height: 42px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    z-index: var(--z-notification);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
    background: #20BA5A;
}

.whatsapp-float svg {
    width: 38px;
    height: 38px;
    fill: white;
}

/* RTL positioning */
body.rtl .whatsapp-float {
    right: auto;
    left: 30px;
}

/* Hero Section Animations */
@keyframes fadeOutBlack {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Hero Section */
.hero-luxury {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(26, 26, 26, 0.8) 100%), url('../assets/images/hero.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 1;
    animation: fadeOutBlack 2s ease-out forwards;
    z-index: 3;
}

.hero-luxury::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(201, 169, 97, 0.02) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(201, 169, 97, 0.03) 0%, transparent 50%);
    opacity: 0.8;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.hero-content {
    text-align: center;
    z-index: 4;
    max-width: 900px;
    padding: 0 20px;
    position: relative;
    margin-top: 40px;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: var(--pure-white);
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* Luxury Handwriting Styles */
.hero-handwriting .handwriting-text {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: clamp(2.8rem, 7vw, 6rem);

    /* Fallback color for browsers that don't support background-clip */
    color: #C9A961;

    /* Gradient text effect */
    background: linear-gradient(135deg,
        #ffffff 0%,
        #C9A961 25%,
        #E4D4A8 50%,
        #C9A961 75%,
        #ffffff 100%);
    background-size: 400% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    animation: luxuryHandwritingGlow 3s ease-in-out infinite alternate,
               handwritingAppear 2s ease-out 0.5s forwards;
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
    text-shadow: 2px 2px 8px rgba(201, 169, 97, 0.4);
    letter-spacing: 2px;
    line-height: 1.2;
    position: relative;
}

/* Visibility Fix - Force text to be visible */
.hero-handwriting .handwriting-text {
    opacity: 1 !important;
    color: #ffffff !important;
}

/* Subtitle handwriting styles removed - using original styling */

@keyframes luxuryHandwritingGlow {
    0% {
        background-position: 0% 50%;
        filter: drop-shadow(0 0 20px rgba(201, 169, 97, 0.3));
    }
    100% {
        background-position: 100% 50%;
        filter: drop-shadow(0 0 40px rgba(201, 169, 97, 0.8));
    }
}

/* Subtitle handwriting glow animation removed */

@keyframes handwritingAppear {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    50% {
        opacity: 0.7;
        transform: translateY(10px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Handwriting Stroke Animation */
.handwriting-text {
    position: relative;
    overflow: hidden;
}

/* Golden sweep animation removed */

/* Arabic Handwriting Support */
body.rtl .hero-handwriting .handwriting-text {
    font-family: 'Amiri', 'Noto Sans Arabic', cursive;
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    letter-spacing: 0;
    direction: rtl;
    text-align: center;
}

/* Arabic subtitle handwriting styles removed */

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: var(--light-gold);
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 1px;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* About Hero Background */
.about-hero,
.page-header {
    position: relative;
    padding: 180px 0 80px;
    text-align: center;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(26, 26, 26, 0.8) 100%), url('../assets/images/about-hero.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

.about-hero .container,
.page-header .container {
    position: relative;
    z-index: var(--z-sticky);
}

.about-hero h1,
.about-hero p,
.page-header h1,
.page-header p {
    position: relative;
    z-index: var(--z-sticky);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Animation removed for immediate visibility */

/* Core Values Hero Background */
.core-values-hero {
    position: relative;
    padding: 180px 0 80px;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(26, 26, 26, 0.8) 100%), url('../assets/images/about-hero.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

.core-values-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 1;
    animation: fadeOutBlack 2s ease-out 2s forwards;
    z-index: 3;
}

.core-values-hero .container {
    position: relative;
    z-index: 4;
}

/* Buttons */
.btn-luxury-primary {
    background: var(--primary-gold);
    color: var(--deep-black);
    padding: 15px 40px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-luxury-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--dark-gold);
    transition: var(--transition-smooth);
    z-index: -1;
}

.btn-luxury-primary:hover::before {
    left: 0;
}

.btn-luxury-primary:hover {
    color: var(--pure-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 169, 97, 0.3);
}

.btn-luxury-outline {
    background: transparent;
    color: var(--pure-white);
    padding: 15px 40px;
    border: 2px solid var(--primary-gold);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-block;
}

.btn-luxury-outline:hover {
    background: var(--primary-gold);
    color: var(--deep-black);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 169, 97, 0.3);
}

.btn-luxury-white {
    background: var(--pure-white);
    color: var(--deep-black);
    padding: 15px 40px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-block;
}

.btn-luxury-outline-white {
    background: transparent;
    color: var(--pure-white);
    padding: 15px 40px;
    border: 2px solid var(--pure-white);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-block;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    justify-content: center;
    z-index: 4;
    gap: 60px;
    margin-top: 50px;
}

/* Hero Stats */
.hero-stats .stat-item {
    text-align: center;
    color: var(--pure-white);
}

.hero-stats .stat-number {
    font-size: 3rem;
    font-weight: 700;
    font-family: var(--font-primary);
    color: var(--primary-gold);
}

.hero-stats .stat-label {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    color: #F0DDB8;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: var(--spacing-lg);
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--deep-black);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-gold);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--grey-medium);
    max-width: 600px;
    margin: 20px auto 0;
    font-weight: 300;
}

/* Value Proposition */
.value-proposition {
    position: relative;
    padding: var(--spacing-lg) 0;
    background: var(--pure-white);
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-proposition.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Animation removed for immediate visibility */

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: var(--spacing-lg);
}

.value-card {
    background: var(--pure-white);
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition-smooth);
    border: 1px solid #f0f0f0;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: var(--primary-gold);
}

.value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-gold);
    border-radius: 50%;
}

.value-icon i {
    font-size: 30px;
    color: var(--primary-gold);
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--deep-black);
}

.value-card p {
    color: var(--grey-medium);
    line-height: 1.6;
}

/* Products Showcase */
.products-showcase {
    padding: var(--spacing-lg) 0;
    background: var(--soft-white);
    position: relative;
    overflow: hidden;
}

.products-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        /* Subtle geometric pattern */
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 60px,
            rgba(201, 169, 97, 0.02) 60px,
            rgba(201, 169, 97, 0.02) 61px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 60px,
            rgba(201, 169, 97, 0.015) 60px,
            rgba(201, 169, 97, 0.015) 61px
        );
    pointer-events: none;
    z-index: 1;
}

.products-showcase::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    bottom: 20%;
    background: radial-gradient(
        ellipse at center,
        rgba(201, 169, 97, 0.03) 0%,
        rgba(201, 169, 97, 0.01) 40%,
        transparent 70%
    );
    border: 1px solid rgba(201, 169, 97, 0.08);
    border-radius: 8px;
    pointer-events: none;
    z-index: 1;
}

.products-showcase .container {
    position: relative;
    z-index: 2;
}

.products-showcase .section-title {
    color: var(--deep-black);
    background: linear-gradient(135deg, var(--deep-black) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.products-showcase .section-subtitle {
    color: var(--charcoal);
}

/* Adjust product card text colors for better contrast on gradient */
.products-showcase .product-card-luxury h3 {
    color: var(--deep-black);
    text-shadow: none;
}

.products-showcase .product-card-luxury p {
    color: var(--charcoal);
    text-shadow: none;
}

.products-luxury-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Ensure 4 columns only on desktop screens */
@media (min-width: 1025px) {
    .products-luxury-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .product-card-luxury {
        max-width: none;
    }
}

.product-card-luxury {
    position: relative;
    overflow: hidden;
    background: var(--pure-white);
    transition: var(--transition-smooth);
    border: 1px solid rgba(201, 169, 97, 0.15);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(201, 169, 97, 0.08),
                0 1px 4px rgba(0, 0, 0, 0.04);
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-card-luxury:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(201, 169, 97, 0.12),
                0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(201, 169, 97, 0.25);
}

.product-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: var(--grey-light);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition-slow);
    display: block;
}

.product-card-luxury:hover .product-image img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(26,26,26,0.70) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-smooth);
}

.product-card-luxury:hover .product-overlay {
    opacity: 1;
}

.btn-explore {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--light-gold) 100%);
    color: var(--deep-black);
    padding: 12px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition-smooth);
    box-shadow: 0 2px 8px rgba(201, 169, 97, 0.3);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.btn-explore:hover,
.product-card-luxury:hover .btn-explore {
    background: var(--pure-white);
    color: var(--deep-black);
    border-color: rgba(201, 169, 97, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 169, 97, 0.4);
}

.product-info {
    padding: 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-top: 1px solid rgba(201, 169, 97, 0.1);
}

.product-info h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--deep-black);
}

.product-info p {
    color: var(--grey-medium);
    font-size: 0.95rem;
}

/* Client Industries */
.client-industries {
    padding: var(--spacing-lg) 0;
    background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%);
}

.client-industries .section-title {
    color: var(--pure-white);
}

.client-industries .section-subtitle {
    color: var(--light-gold);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-top: var(--spacing-lg);
}

/* Ensure 6 columns only on desktop screens */
@media (min-width: 1025px) {
    .industries-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 25px;
    }

    .industry-item {
        padding: 25px 15px;
    }
}

.industry-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201, 169, 97, 0.2);
    transition: var(--transition-smooth);
}

.industry-item:hover {
    background: rgba(201, 169, 97, 0.1);
    border-color: var(--primary-gold);
    transform: translateY(-5px);
}

.industry-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    color: var(--primary-gold);
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-icon i {
    font-size: inherit;
    color: inherit;
    transition: var(--transition-smooth);
}

.industry-item:hover .industry-icon i {
    transform: scale(1.1);
    color: var(--light-gold);
}

.industry-item h3 {
    color: var(--pure-white);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.industry-item p {
    color: var(--light-gold);
    font-size: 0.9rem;
}

/* Countries Section Styling - Minimalistic */
.countries-section {
    padding: 60px 0;
    background: var(--pure-white);
    position: relative;
}

.countries-header {
    text-align: center;
    margin-bottom: 50px;
}

.countries-header h2 {
    font-size: 2.2rem;
    color: var(--deep-black);
    font-family: var(--font-primary);
    font-weight: 600;
    margin-bottom: 15px;
}

.countries-header p {
    font-size: 1rem;
    color: var(--grey-medium);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
}

.countries-compact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

/* Minimalistic Country Items */
.country-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: var(--pure-white);
    border: 1px solid var(--grey-light);
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.country-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--primary-gold);
    border-radius: 0 4px 4px 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.country-item:hover {
    border-color: rgba(201, 169, 97, 0.3);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.country-item:hover::before {
    transform: scaleY(1);
}

.country-flag-mini {
    width: 40px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.country-flag-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.country-item:hover .country-flag-mini img {
    transform: scale(1.05);
}

.country-details {
    flex: 1;
    min-width: 0;
}

.country-details h4 {
    font-size: 1.1rem;
    color: var(--deep-black);
    font-family: var(--font-primary);
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.country-type {
    font-size: 0.85rem;
    color: var(--grey-medium);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.country-item:hover .country-type {
    color: var(--primary-gold);
}

.countries-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* Countries Section Stats */
.countries-stats .stat-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.countries-stats .stat-item:hover {
    transform: translateY(-5px);
}

.countries-stats .stat-number {
    font-size: 3rem;
    color: var(--primary-gold);
    font-family: var(--font-primary);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--dark-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.countries-stats .stat-label {
    font-size: 14px;
    color: var(--grey-dark);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Design for Countries Section */
@media (max-width: 768px) {
    .countries-section {
        padding: 40px 0;
    }

    .countries-header {
        margin-bottom: 40px;
    }

    .countries-header h2 {
        font-size: 1.8rem;
    }

    .countries-header p {
        font-size: 0.9rem;
        padding: 0 20px;
    }

    .countries-compact-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 40px;
    }

    .country-item {
        padding: 15px;
        gap: 12px;
    }

    .country-details h4 {
        font-size: 1rem;
    }

    .country-type {
        font-size: 0.8rem;
    }

    .countries-stats {
        gap: 40px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .countries-compact-grid {
        gap: 12px;
    }

    .country-item {
        padding: 12px;
        gap: 10px;
    }

    .country-flag-mini {
        width: 35px;
        height: 26px;
    }

    .country-details h4 {
        font-size: 0.95rem;
    }

    .country-type {
        font-size: 0.75rem;
    }

    .countries-stats {
        gap: 30px;
    }

    .stat-item {
        flex: 1;
        min-width: 100px;
    }
}

/* CTA Section */
.cta-luxury {
    padding: var(--spacing-xl) 0;
    background: var(--primary-gold);
    text-align: center;
}

.cta-content h2 {
    color: var(--deep-black);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 15px;
}

.cta-content p {
    color: var(--deep-black);
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.8;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Testimonials */
.testimonials {
    padding: var(--spacing-lg) 0;
    background: var(--soft-white);
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: var(--spacing-lg);
}

.testimonial-card {
    background: var(--pure-white);
    padding: 40px;
    border-left: 4px solid var(--primary-gold);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.stars {
    color: var(--primary-gold);
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.testimonial-card p {
    font-style: italic;
    color: var(--grey-dark);
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonial-author strong {
    display: block;
    color: var(--deep-black);
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-author span {
    color: var(--grey-medium);
    font-size: 0.9rem;
}

/* Footer */
.luxury-footer {
    position: relative;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.9) 0%, rgba(26, 26, 26, 0.9) 100%), url('../assets/images/about-hero.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: var(--pure-white);
    padding: var(--spacing-xl) 0 var(--spacing-md);
    overflow: hidden;
}

.luxury-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 1;
    animation: fadeOutBlack 2s ease-out 2s forwards;
    z-index: 1;
}

.luxury-footer .container {
    position: relative;
    z-index: 2;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: var(--spacing-lg);
}

.footer-section h3,
.footer-section h4 {
    color: var(--primary-gold);
    margin-bottom: 20px;
}

.footer-section p {
    color: var(--grey-medium);
    line-height: 1.8;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: var(--grey-medium);
    transition: var(--transition-smooth);
}

.footer-section a:hover {
    color: var(--primary-gold);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: var(--transition-smooth);
    color: var(--pure-white);
    text-decoration: none;
}

.social-links a i {
    font-size: 1.2rem;
    color: inherit;
    transition: var(--transition-smooth);
}

.social-links a:hover {
    background: var(--primary-gold);
    transform: translateY(-3px);
}

.social-links a:hover i {
    color: var(--deep-black);
}

.footer-bottom {
    text-align: center;
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255,255,255,0.1);
    color: var(--grey-medium);
}

/* Enhanced Modal Styling */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(26, 26, 26, 0.90) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: var(--z-modal);
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.3s ease-out;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: linear-gradient(135deg, var(--pure-white) 0%, rgba(249, 249, 249, 0.98) 100%);
    padding: 50px 45px;
    max-width: 550px;
    width: 90%;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3), 0 8px 25px rgba(201, 169, 97, 0.15);
    border: 2px solid rgba(201, 169, 97, 0.2);
    transform: translateY(0);
    animation: modalSlideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        var(--primary-gold) 0%,
        var(--dark-gold) 50%,
        var(--primary-gold) 100%);
    box-shadow: 0 2px 8px rgba(201, 169, 97, 0.4);
}

.modal-content h3 {
    font-family: var(--font-primary);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--deep-black);
    margin-bottom: 25px;
    text-align: center;
    background: linear-gradient(135deg, var(--deep-black) 0%, var(--primary-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding-bottom: 15px;
}

.modal-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
    border-radius: 2px;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
    color: var(--grey-medium);
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 169, 97, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.close-modal:hover {
    color: var(--pure-white);
    background: var(--primary-gold);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4);
}

/* Enhanced Form Styling */
.lead-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid rgba(201, 169, 97, 0.2);
    border-radius: 12px;
    font-size: 15px;
    font-family: var(--font-secondary);
    background: linear-gradient(135deg, var(--pure-white) 0%, rgba(249, 249, 249, 0.8) 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    color: var(--deep-black);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
    color: var(--grey-medium);
    font-weight: 400;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    outline: none;
    border-color: var(--primary-gold);
    background: var(--pure-white);
    box-shadow: 0 4px 20px rgba(201, 169, 97, 0.15), 0 0 0 3px rgba(201, 169, 97, 0.1);
    transform: translateY(-2px);
}

.lead-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A961' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 50px;
}

.lead-form textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5;
}

.lead-form button {
    padding: 18px 30px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--dark-gold) 100%);
    color: var(--deep-black);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(201, 169, 97, 0.3);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.lead-form button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.lead-form button:hover {
    background: linear-gradient(135deg, var(--dark-gold) 0%, var(--primary-gold) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(201, 169, 97, 0.4);
}

.lead-form button:hover::before {
    left: 100%;
}

.lead-form button:active {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(201, 169, 97, 0.35);
}

/* Modal Animation Keyframes */
@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modalSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Sample Modal (Product Request) */
.sample-modal {
    display: none;
    position: fixed;
    z-index: var(--z-modal);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.3s ease-out;
}

.sample-modal.active {
    display: flex;
}

.sample-modal .modal-content {
    background: var(--pure-white);
    padding: 40px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp 0.3s ease-out;
}

.sample-modal .close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: var(--grey-medium);
    cursor: pointer;
    transition: color 0.3s ease;
}

.sample-modal .close-modal:hover {
    color: var(--primary-gold);
}

.sample-modal h3 {
    font-family: var(--font-primary);
    font-size: 1.8rem;
    color: var(--deep-black);
    margin-bottom: 25px;
    text-align: center;
}

.sample-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sample-form input,
.sample-form select,
.sample-form textarea {
    padding: 15px;
    border: 2px solid var(--grey-light);
    border-radius: 8px;
    font-family: var(--font-secondary);
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.sample-form input:focus,
.sample-form select:focus,
.sample-form textarea:focus {
    outline: none;
    border-color: var(--primary-gold);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeInUp 0.8s ease-out;
}

.animate-fade-up-delay {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.animate-fade-up-delay-2 {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Large Display Optimizations (1600x900 and above) */
@media (min-width: 1600px) and (min-height: 900px) {
    .hero-luxury {
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero-content {
        margin-top: 0;
    }
}

/* Responsive adjustments in responsive.css */