/* ============================================
   LEQAA ALNAHAL - Ultra Premium 3D Landing
   Luxury Cinematic Experience v3.0 - POLISHED
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    /* ── Golden Amber Palette ── */
    --gold-100: #fdf0d5;
    --gold-200: #f5d88a;
    --gold-300: #E9A634;
    --gold-400: #d4a853;
    --gold-500: #c4943d;
    --gold-600: #a87c32;
    --gold-700: #8b6528;

    /* ── Honey Amber ── */
    --honey: #E9A634;
    --honey-glow: #f5d88a;
    --honey-deep: #b8762a;
    --amber: #E9A634;

    /* ── Terracotta / Rust ── */
    --terra-100: #f0c4b0;
    --terra-200: #d47a5a;
    --terra-300: #B44A24;
    --terra-400: #963d1e;
    --terra-500: #6b2c16;

    /* ── Deep Forest Green ── */
    --green-900: #1a2e15;
    --green-800: #2D5A28;
    --green-700: #356830;
    --green-600: #3d7a38;
    --green-500: #4a9448;
    --green-400: #6aac5e;
    --green-300: #8FB87C;

    /* ── Salmon / Blush ── */
    --salmon-100: #fce4df;
    --salmon-200: #f2b8ad;
    --salmon-300: #E89888;
    --salmon-400: #d47868;
    --salmon-500: #b85a4c;

    /* ── Sage Green ── */
    --sage-100: #e0e8d0;
    --sage-200: #c4d4a8;
    --sage-300: #8FB87C;
    --sage-400: #6a9458;
    --sage-500: #4a7040;

    /* ── Rich Backgrounds ── */
    --black-pure: #000000;
    --black-900: #050505;
    --black-800: #0a0a0a;
    --black-700: #111111;
    --black-600: #1a1a1a;

    /* ── Cream & Ivory ── */
    --cream-100: #fffcf5;
    --cream-200: #faf6f0;
    --cream-300: #f5efe5;
    --cream-400: #e8dfd0;

    /* ── Typography (Tajawal Primary) ── */
    --font-display: 'Playfair Display', 'Tajawal', serif;
    --font-ar: 'Tajawal', 'IBM Plex Sans Arabic', 'Changa', sans-serif;
    --font-en: 'Exo 2', 'Space Grotesk', sans-serif;

    /* ── Effects ── */
    --glow-gold: 0 0 60px rgba(233, 166, 52, 0.4), 0 0 120px rgba(233, 166, 52, 0.2);
    --glow-honey: 0 0 80px rgba(233, 166, 52, 0.3);
    --glow-terra: 0 0 60px rgba(180, 74, 36, 0.3), 0 0 120px rgba(180, 74, 36, 0.15);
    --glow-green: 0 0 60px rgba(45, 90, 40, 0.3), 0 0 120px rgba(45, 90, 40, 0.15);
    --shadow-luxury: 0 40px 100px rgba(0, 0, 0, 0.6);
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.3);
    --shadow-card: 0 25px 50px rgba(0, 0, 0, 0.25);

    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 10px;

    /* ── Timing ── */
    --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-smooth: cubic-bezier(0.23, 1, 0.32, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);

    /* ── Professional Typography Scale ── */
    --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.85rem);
    --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
    --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
    --text-lg: clamp(1.125rem, 1.05rem + 0.375vw, 1.35rem);
    --text-xl: clamp(1.25rem, 1.15rem + 0.5vw, 1.6rem);
    --text-2xl: clamp(1.5rem, 1.35rem + 0.75vw, 2rem);
    --text-3xl: clamp(1.875rem, 1.65rem + 1.125vw, 2.65rem);
    --text-4xl: clamp(2.25rem, 1.95rem + 1.5vw, 3.5rem);
    --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 5rem);

    /* ── Line Heights ── */
    --leading-none: 1;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;

    /* ── Letter Spacing ── */
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;

    /* ── 8pt Grid Spacing System ── */
    --space-1: 0.5rem;
    /* 8px */
    --space-2: 1rem;
    /* 16px */
    --space-3: 1.5rem;
    /* 24px */
    --space-4: 2rem;
    /* 32px */
    --space-5: 2.5rem;
    /* 40px */
    --space-6: 3rem;
    /* 48px */
    --space-8: 4rem;
    /* 64px */
    --space-10: 5rem;
    /* 80px */
    --space-12: 6rem;
    /* 96px */
    --space-16: 8rem;
    /* 128px */
    --space-20: 10rem;
    /* 160px */
    --space-24: 12rem;
    /* 192px */

    /* ── Surface Colors (Elevation) ── */
    --surface-0: rgba(10, 10, 10, 1);
    --surface-1: rgba(20, 20, 20, 0.95);
    --surface-2: rgba(30, 30, 30, 0.9);
    --surface-3: rgba(40, 40, 40, 0.85);

    /* ── Interactive States ── */
    --interactive-rest: var(--gold-300);
    --interactive-hover: var(--gold-400);
    --interactive-active: var(--gold-500);
    --interactive-disabled: rgba(233, 166, 52, 0.3);

    /* ── Focus Indicators ── */
    --focus-ring: 0 0 0 3px rgba(233, 166, 52, 0.4);
    --focus-ring-offset: 0 0 0 1px var(--cream-100);
}

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

html {
    scroll-behavior: smooth;
}

body.landing-body {
    font-family: var(--font-ar);
    background: linear-gradient(180deg, var(--black-900) 0%, var(--black-800) 50%, var(--black-900) 100%);
    color: var(--cream-200);
    direction: rtl;
    overflow-x: hidden;
    line-height: var(--leading-relaxed);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    position: relative;
}

/* Subtle noise texture for premium feel */
body.landing-body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.015;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: overlay;
}

/* Selection */
::selection {
    background: rgba(233, 166, 52, 0.3);
    color: var(--cream-100);
}

/* ============================================================
   PROFESSIONAL DESKTOP ENHANCEMENTS
   ============================================================ */

/* Custom Scrollbar - Premium Gold */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
            var(--gold-400),
            var(--gold-600));
    border-radius: 10px;
    border: 2px solid rgba(10, 10, 12, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg,
            var(--gold-300),
            var(--gold-500));
}

/* Scroll Progress Indicator */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
            var(--gold-300),
            var(--honey),
            var(--terra-200));
    z-index: 1001;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.1s ease-out;
    box-shadow: 0 0 20px rgba(233, 166, 52, 0.5);
}

/* Enhanced Button Effects */
.btn-luxury,
.btn-luxury-gold {
    position: relative;
    overflow: hidden;
    transition: all 0.4s var(--ease-smooth);
}

/* Shine effect on hover */
.btn-luxury::before,
.btn-luxury-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transition: left 0.6s ease;
}

.btn-luxury:hover::before,
.btn-luxury-gold:hover::before {
    left: 100%;
}

.btn-luxury:hover,
.btn-luxury-gold:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 20px 60px rgba(233, 166, 52, 0.4),
        0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Premium Card Hover States */
.benefit-card:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 100px rgba(233, 166, 52, 0.25),
        inset 0 0 60px rgba(233, 166, 52, 0.05) !important;
}

.benefit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(233, 166, 52, 0.15),
            transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: inherit;
    pointer-events: none;
}

.benefit-card:hover::before {
    opacity: 1;
}

/* Enhanced Icon Animation */
.benefit-icon {
    transition: all 0.5s var(--ease-bounce);
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 0 20px rgba(233, 166, 52, 0.6));
}

/* Split Content Enhanced Hover */
.split-content:hover {
    transform: translateY(-6px) !important;
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 0 120px rgba(233, 166, 52, 0.18) !important;
}

/* Link Hover Enhancement */
a:not(.btn-luxury):not(.btn-luxury-gold):not(.bottom-nav-item) {
    position: relative;
    transition: color 0.3s ease;
}

a:not(.btn-luxury):not(.btn-luxury-gold):not(.bottom-nav-item)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-300), var(--honey));
    transition: width 0.3s ease;
}

a:not(.btn-luxury):not(.btn-luxury-gold):not(.bottom-nav-item):hover::after {
    width: 100%;
}

/* Section Reveal Animation */
.section-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s var(--ease-smooth);
}

.section-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==================== AMBIENT BACKGROUND ==================== */
.ambient-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.35;
    animation: orbFloat 25s ease-in-out infinite;
    will-change: transform;
}

.orb-1 {
    width: 50vw;
    height: 50vw;
    max-width: 700px;
    max-height: 700px;
    top: -15%;
    right: -10%;
    background: radial-gradient(circle, rgba(233, 166, 52, 0.35), transparent 60%);
}

.orb-2 {
    width: 45vw;
    height: 45vw;
    max-width: 600px;
    max-height: 600px;
    bottom: -10%;
    left: -10%;
    background: radial-gradient(circle, rgba(45, 90, 40, 0.3), transparent 60%);
    animation-delay: -8s;
}

.orb-3 {
    width: 35vw;
    height: 35vw;
    max-width: 450px;
    max-height: 450px;
    top: 50%;
    left: 40%;
    background: radial-gradient(circle, rgba(232, 136, 136, 0.2), transparent 60%);
    animation-delay: -16s;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(20px, -30px) scale(1.03);
    }

    50% {
        transform: translate(-15px, 15px) scale(0.97);
    }

    75% {
        transform: translate(10px, 25px) scale(1.02);
    }
}

/* Grain overlay */
.grain-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* Vignette effect */
.vignette {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.4) 100%);
}

/* ==================== 3D CANVAS ==================== */
#scene-container {
    position: fixed;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

/* ==================== SECTIONS ==================== */
.land-section {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.land-container {
    width: min(1350px, 100% - 5rem);
    margin-inline: auto;
}

/* ==================== HERO SECTION ==================== */
.section-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 101;
    max-width: 880px;
    opacity: 0;
    transform: translateY(60px);
    animation: heroReveal 1.6s var(--ease-luxury) 0.4s forwards;
}

@keyframes heroReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Glassmorphism Badge */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 30px;
    background: linear-gradient(135deg,
            rgba(233, 166, 52, 0.15),
            rgba(180, 74, 36, 0.08),
            rgba(233, 166, 52, 0.12));
    border: 1px solid rgba(233, 166, 52, 0.3);
    border-radius: 100px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--gold-200);
    margin-bottom: var(--space-8);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    letter-spacing: var(--tracking-wide);
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 60px rgba(233, 166, 52, 0.2);
    position: relative;
    overflow: hidden;
    animation: badgeGlow 3s ease-in-out infinite;
}

.hero-eyebrow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent);
    transform: translateX(-100%);
    animation: shimmerBadge 3s infinite;
}

@keyframes badgeGlow {

    0%,
    100% {
        box-shadow:
            0 10px 40px rgba(0, 0, 0, 0.3),
            0 0 0 1px rgba(255, 255, 255, 0.1) inset,
            0 0 40px rgba(233, 166, 52, 0.2);
    }

    50% {
        box-shadow:
            0 10px 40px rgba(0, 0, 0, 0.3),
            0 0 0 1px rgba(255, 255, 255, 0.15) inset,
            0 0 80px rgba(233, 166, 52, 0.4);
    }
}

@keyframes shimmerBadge {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

.hero-eyebrow i {
    color: var(--honey);
    font-size: 1.2rem;
    filter: drop-shadow(0 0 12px rgba(233, 166, 52, 0.6));
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Premium Typography - Enhanced Visual Hierarchy */
.hero-title {
    font-family: var(--font-ar);
    font-size: var(--text-5xl);
    font-weight: 800;
    line-height: var(--leading-tight);
    margin-bottom: var(--space-6);
    letter-spacing: var(--tracking-tighter);
}

.hero-title .title-line-1 {
    display: block;
    background: linear-gradient(135deg,
            var(--cream-100) 0%,
            var(--gold-200) 20%,
            var(--honey) 40%,
            var(--terra-200) 60%,
            var(--gold-300) 80%,
            var(--honey) 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 8s ease-in-out infinite;
    filter: drop-shadow(0 4px 30px rgba(233, 166, 52, 0.4));
    position: relative;
}

@keyframes shimmer {

    0%,
    100% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }
}

.hero-title .title-line-2 {
    display: block;
    font-family: var(--font-en);
    font-size: 0.25em;
    font-weight: 600;
    letter-spacing: 0.4em;
    color: var(--gold-400);
    margin-top: 20px;
    opacity: 0.75;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 400;
    color: rgba(250, 246, 240, 0.85);
    margin-bottom: 52px;
    max-width: 620px;
    margin-inline: auto;
    line-height: 2;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

/* ==================== LUXURY BUTTONS ==================== */
.btn-luxury {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 22px 52px;
    font-family: var(--font-ar);
    font-weight: 700;
    font-size: var(--text-lg);
    text-decoration: none;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s var(--ease-standard);
    cursor: pointer;
    border: none;
    letter-spacing: var(--tracking-wide);
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: transparent;
    will-change: transform, box-shadow;
}

/* Ripple effect on click */
.btn-luxury::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
}

.btn-luxury:active::after {
    width: 300px;
    height: 300px;
    opacity: 1;
    transition: 0s;
}

/* Focus state for accessibility */
.btn-luxury:focus-visible {
    outline: none;
    box-shadow: var(--focus-ring), var(--focus-ring-offset);
}

/* Loading state */
.btn-luxury.loading {
    pointer-events: none;
    opacity: 0.7;
    position: relative;
}

.btn-luxury.loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 100%);
    animation: shimmerLoading 1.5s infinite;
    z-index: 1;
}

@keyframes shimmerLoading {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.btn-luxury-gold {
    background: linear-gradient(135deg, var(--gold-400) 0%, var(--gold-500) 50%, var(--gold-400) 100%);
    background-size: 200% 200%;
    color: var(--black-900);
    box-shadow: var(--glow-gold), 0 15px 50px rgba(0, 0, 0, 0.3);
    animation: gradientPulse 5s ease infinite;
}

@keyframes gradientPulse {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.btn-luxury-gold::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--honey-glow), var(--gold-200));
    opacity: 0;
    transition: opacity 0.5s ease;
}

.btn-luxury-gold::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 60%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s var(--ease-luxury);
    opacity: 0;
}

.btn-luxury-gold:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 0 60px rgba(233, 166, 52, 0.3), 0 0 100px rgba(233, 166, 52, 0.15), 0 30px 60px rgba(0, 0, 0, 0.4);
}

.btn-luxury-gold:hover::before {
    opacity: 1;
}

.btn-luxury-gold:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.btn-luxury-gold span,
.btn-luxury-gold i {
    position: relative;
    z-index: 1;
}

.btn-luxury-outline {
    background: rgba(255, 255, 255, 0.02);
    color: var(--gold-300);
    border: 2px solid rgba(233, 166, 52, 0.3);
    backdrop-filter: blur(15px);
}

.btn-luxury-outline:hover {
    background: rgba(233, 166, 52, 0.1);
    border-color: var(--gold-400);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* ==================== SCROLL INDICATOR ==================== */
.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: rgba(250, 246, 240, 0.3);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 50;
    pointer-events: none;
}

.scroll-line {
    width: 1px;
    height: 70px;
    background: linear-gradient(to bottom, rgba(233, 166, 52, 0.5), transparent);
    position: relative;
    overflow: hidden;
}

.scroll-line::after {
    content: '';
    position: absolute;
    width: 3px;
    left: -1px;
    height: 25px;
    background: linear-gradient(to bottom, var(--honey), var(--gold-400));
    border-radius: 3px;
    animation: scrollDown 2.5s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(233, 166, 52, 0.6);
}

@keyframes scrollDown {
    0% {
        top: -25px;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        top: 70px;
        opacity: 0;
    }
}

/* ==================== SPLIT SECTIONS ==================== */
.section-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    direction: ltr;
}

.split-product {
    min-height: 500px;
    position: relative;
    order: 1;
}

/* Enhanced Premium Glassmorphism Split Content */
.split-content {
    order: 2;
    direction: rtl;
    padding: var(--space-10);
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        0 0 100px rgba(233, 166, 52, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.5s var(--ease-smooth);
}

.split-content:hover {
    transform: translateY(-4px);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 0 120px rgba(233, 166, 52, 0.12);
}

/* Reversed layout */
.section-split-reverse .split-product {
    order: 2;
}

.section-split-reverse .split-content {
    order: 1;
}

.split-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top right, rgba(233, 166, 52, 0.06), transparent 50%);
    pointer-events: none;
}

.split-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(233, 166, 52, 0.2), transparent);
}

/* Enhanced Glassmorphism Eyebrow */
.content-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(45, 90, 40, 0.25);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(74, 148, 72, 0.3);
    border-radius: 50px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--green-300);
    margin-bottom: var(--space-6);
    box-shadow:
        0 8px 24px rgba(45, 90, 40, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    overflow: hidden;
}

.content-eyebrow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(143, 184, 124, 0.15),
            transparent);
    transform: translateX(-100%);
    animation: shimmerBadge 3s infinite 1s;
}

.content-eyebrow i {
    font-size: 0.9rem;
}

.content-title {
    font-family: var(--font-ar);
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    color: var(--cream-100);
}

.content-title span {
    background: linear-gradient(135deg, var(--gold-300), var(--honey));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.content-text {
    font-size: 1.05rem;
    color: rgba(250, 246, 240, 0.85);
    margin-bottom: 38px;
    line-height: 1.95;
}

/* ==================== BENEFITS GRID ==================== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.benefit-card {
    padding: var(--space-4);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition: all 0.5s var(--ease-bounce);
    position: relative;
    overflow: hidden;
    will-change: transform, box-shadow;
}

/* Gradient overlay on hover */
.benefit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.03) 50%,
            rgba(0, 0, 0, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

/* Top accent line */
.benefit-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.benefit-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(233, 166, 52, 0.18);
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22),
        0 0 60px rgba(233, 166, 52, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-card:hover::after {
    opacity: 1;
}

/* Focus state */
.benefit-card:focus-visible {
    outline: none;
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 0 0 2px var(--surface-0),
        0 0 0 4px var(--gold-300);
}

.benefit-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(233, 166, 52, 0.15), rgba(180, 74, 36, 0.08));
    border: 1px solid rgba(233, 166, 52, 0.2);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-3);
    color: var(--gold-300);
    font-size: 2.2rem;
    transition: all 0.45s var(--ease-bounce);
}

.benefit-card:hover .benefit-icon {
    background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
    color: var(--black-900);
    box-shadow: 0 0 40px rgba(233, 166, 52, 0.5);
    transform: scale(1.15) rotate(5deg);
}

.benefit-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--cream-100);
}

.benefit-card p {
    font-size: 0.88rem;
    color: rgba(250, 246, 240, 0.8);
    line-height: 1.7;
}

/* ==================== STATS ROW ==================== */
.stats-row {
    display: flex;
    gap: 45px;
    margin-top: 38px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    justify-content: flex-start;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: var(--font-en);
    font-size: 2.6rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--gold-300), var(--honey));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    filter: drop-shadow(0 0 20px rgba(233, 166, 52, 0.2));
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(250, 246, 240, 0.45);
    margin-top: 8px;
}

/* ==================== USAGE SECTION ==================== */
.usage-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.usage-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.025);
    border-radius: var(--radius-lg);
    border-right: 3px solid var(--gold-400);
    transition: all 0.45s var(--ease-smooth);
}

.usage-item:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateX(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.usage-number {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
    color: var(--black-900);
    font-family: var(--font-en);
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 25px rgba(233, 166, 52, 0.35);
}

.usage-item h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--cream-100);
}

.usage-item p {
    font-size: 0.92rem;
    color: rgba(250, 246, 240, 0.8);
    line-height: 1.7;
}

/* ==================== CERTIFICATIONS ==================== */
.cert-row {
    display: flex;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cert-badge {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 18px;
    background: rgba(45, 90, 40, 0.12);
    border: 1px solid rgba(74, 148, 72, 0.18);
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    color: var(--green-300);
    transition: all 0.35s ease;
}

.cert-badge:hover {
    background: rgba(45, 90, 40, 0.2);
    border-color: var(--green-400);
    transform: translateY(-2px);
}

.cert-badge i {
    color: var(--gold-400);
    font-size: 0.9rem;
}

/* ==================== FINAL CTA ==================== */
.section-final {
    text-align: center;
    padding: 140px 24px;
    position: relative;
}

.section-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(233, 166, 52, 0.25), transparent);
}

.final-content {
    max-width: 780px;
    margin-inline: auto;
}

.final-title {
    font-family: var(--font-ar);
    font-size: clamp(2.3rem, 5.5vw, 4rem);
    font-weight: 700;
    margin-bottom: 22px;
    background: linear-gradient(135deg, var(--cream-100), var(--gold-200), var(--honey));
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.25;
    animation: shimmer 6s ease-in-out infinite;
}

.final-text {
    font-size: 1.15rem;
    color: rgba(250, 246, 240, 0.55);
    margin-bottom: 50px;
    line-height: 2;
}

.final-cta-row {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 22px 55px;
    background: linear-gradient(135deg, #25d366 0%, #20bd5a 50%, #1da851 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15rem;
    border-radius: 100px;
    box-shadow: 0 0 55px rgba(37, 211, 102, 0.35), 0 15px 45px rgba(0, 0, 0, 0.25);
    transition: all 0.5s var(--ease-smooth);
    letter-spacing: 0.02em;
}

.cta-whatsapp:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 0 90px rgba(37, 211, 102, 0.5), 0 0 140px rgba(37, 211, 102, 0.25), 0 25px 60px rgba(0, 0, 0, 0.3);
}

/* ==================== TRUST BADGES ==================== */
.trust-row {
    display: flex;
    justify-content: center;
    gap: 55px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    transition: all 0.4s ease;
}

.trust-badge:hover {
    transform: translateY(-4px);
}

.trust-badge i {
    font-size: 2.2rem;
    background: linear-gradient(135deg, var(--gold-300), var(--honey));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 15px rgba(233, 166, 52, 0.3));
    transition: filter 0.3s ease;
}

.trust-badge:hover i {
    filter: drop-shadow(0 0 25px rgba(233, 166, 52, 0.5));
}

.trust-badge span {
    font-size: 0.88rem;
    color: rgba(250, 246, 240, 0.45);
}

/* ==================== FLOATING PARTICLES ==================== */
.hex-particle {
    position: fixed;
    pointer-events: none;
    z-index: 1;
    opacity: 0.12;
    color: var(--gold-400);
    animation: hexFloat 15s ease-in-out infinite;
    will-change: transform, opacity;
}

@keyframes hexFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.12;
    }

    50% {
        transform: translateY(-40px) rotate(120deg) scale(1.15);
        opacity: 0.2;
    }
}

/* ==================== REVEAL ANIMATIONS ==================== */
.reveal-up {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(10px);
    transition:
        opacity 0.8s var(--ease-luxury),
        transform 0.8s var(--ease-luxury),
        filter 0.8s var(--ease-luxury);
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    will-change: auto;
    /* Remove will-change after animation */
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    filter: blur(8px);
    transition:
        opacity 0.8s var(--ease-luxury),
        transform 0.8s var(--ease-luxury),
        filter 0.8s var(--ease-luxury);
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    will-change: auto;
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    filter: blur(8px);
    transition:
        opacity 0.8s var(--ease-luxury),
        transform 0.8s var(--ease-luxury),
        filter 0.8s var(--ease-luxury);
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    will-change: auto;
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    filter: blur(6px);
    transition:
        opacity 0.8s var(--ease-luxury),
        transform 0.8s var(--ease-luxury),
        filter 0.8s var(--ease-luxury);
}

.reveal-scale.active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    will-change: auto;
}

/* Sophisticated stagger delays */
.stagger-1 {
    transition-delay: 0.1s;
}

.stagger-2 {
    transition-delay: 0.2s;
}

.stagger-3 {
    transition-delay: 0.3s;
}

.stagger-4 {
    transition-delay: 0.4s;
}

.stagger-5 {
    transition-delay: 0.5s;
}

.stagger-6 {
    transition-delay: 0.6s;
}

/* ==================== CUSTOM CURSOR ==================== */
@media (hover: hover) {
    .cursor-glow {
        position: fixed;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
        background: radial-gradient(circle, rgba(233, 166, 52, 0.06), transparent 55%);
        transform: translate(-50%, -50%);
        transition: opacity 0.4s ease;
        opacity: 0;
        will-change: left, top;
    }

    body.landing-body:hover .cursor-glow {
        opacity: 1;
    }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1200px) {
    .section-split {
        gap: 60px;
    }

    .split-content {
        padding: 45px;
    }
}

@media (max-width: 1024px) {
    .section-split {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .split-product {
        min-height: 380px;
        order: -1 !important;
    }

    .section-split-reverse .split-product {
        order: -1 !important;
    }

    .stats-row {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .land-container {
        width: min(100%, 100% - 2.5rem);
    }

    .hero-title {
        font-size: clamp(2rem, 9vw, 3.2rem);
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn-luxury {
        padding: 18px 38px;
        font-size: 1rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .stats-row {
        flex-wrap: wrap;
        gap: 28px;
    }

    .final-cta-row {
        flex-direction: column;
        align-items: center;
    }

    .trust-row {
        gap: 35px;
    }

    .split-content {
        padding: 32px;
    }

    .section-final {
        padding: 100px 20px;
    }
}

@media (max-width: 480px) {
    .hero-actions {
        flex-direction: column;
        gap: 16px;
    }

    .hero-eyebrow {
        padding: 12px 22px;
        font-size: 0.85rem;
    }

    .scroll-indicator {
        display: none;
    }
}

/* ==================== PRODUCT IMAGE STYLES ==================== */

/* Hero Product Showcase */
.hero-product-showcase {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 500px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
}

.hero-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: heroFloat 6s ease-in-out infinite;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
}

.product-glow {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(233, 166, 52, 0.25), transparent 50%);
    animation: pulseGlow 4s ease-in-out infinite;
    z-index: -1;
}

.product-particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--gold-400);
    border-radius: 50%;
    opacity: 0.4;
    animation: particleFloat 8s ease-in-out infinite;
}

.product-particles span:nth-child(1) {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.product-particles span:nth-child(2) {
    top: 30%;
    right: 15%;
    animation-delay: 1.5s;
}

.product-particles span:nth-child(3) {
    bottom: 20%;
    left: 10%;
    animation-delay: 3s;
}

.product-particles span:nth-child(4) {
    bottom: 30%;
    right: 25%;
    animation-delay: 4.5s;
}

.product-particles span:nth-child(5) {
    top: 50%;
    left: 5%;
    animation-delay: 6s;
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-15px) rotate(1deg);
    }

    50% {
        transform: translateY(-8px) rotate(0deg);
    }

    75% {
        transform: translateY(-20px) rotate(-1deg);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }

    50% {
        transform: translateY(-30px) scale(1.3);
        opacity: 0.7;
    }
}

/* Split Section Product Display */
.product-display {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.split-product-img {
    max-width: 90%;
    max-height: 450px;
    object-fit: contain;
    animation: productFloat 5s ease-in-out infinite;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.4));
    transition: transform 0.5s var(--ease-smooth), filter 0.5s ease;
}

.product-display:hover .split-product-img {
    transform: scale(1.05) translateY(-10px);
    filter: drop-shadow(0 35px 70px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 40px rgba(233, 166, 52, 0.2));
}

.product-glow-sm {
    position: absolute;
    width: 120%;
    height: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(233, 166, 52, 0.15), transparent 50%);
    animation: pulseGlow 5s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes productFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Final Section Product */
.final-product-showcase {
    position: relative;
    width: 280px;
    height: 380px;
    margin: 0 auto 50px;
}

.final-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: finalFloat 6s ease-in-out infinite;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 50px rgba(233, 166, 52, 0.2));
}

.product-glow-lg {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle, rgba(233, 166, 52, 0.2), transparent 45%);
    animation: pulseGlow 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes finalFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-25px) scale(1.03);
    }
}

/* Responsive Product Images */
@media (max-width: 1024px) {
    .hero-product-showcase {
        width: 280px;
        height: 400px;
        opacity: 0.1;
    }

    .product-display {
        min-height: 350px;
    }

    .split-product-img {
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .hero-product-showcase {
        width: 220px;
        height: 320px;
    }

    .product-display {
        min-height: 280px;
    }

    .split-product-img {
        max-height: 280px;
    }

    .final-product-showcase {
        width: 200px;
        height: 280px;
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .hero-product-showcase {
        display: none;
    }

    .final-product-showcase {
        width: 160px;
        height: 220px;
    }
}

/* ==================== FLOATING PRODUCT (Single Smooth Element) ==================== */
.floating-product {
    position: fixed;
    z-index: 100;
    pointer-events: none;
    will-change: transform, left, top, width, height;
    /* Initial position - center of hero */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 1100px;
}

.floating-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 50px 100px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 40px rgba(233, 166, 52, 0.15));
    transition: filter 0.5s ease;
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

.product-glow-effect {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(233, 166, 52, 0.25), transparent 45%);
    animation: floatPulse 4s ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}

.product-shadow {
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 40px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.5), transparent 70%);
    filter: blur(20px);
    z-index: -2;
}

@keyframes floatPulse {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Product Space in Split Sections */
.split-product-space {
    min-height: 750px;
    position: relative;
    order: 1;
}

.section-split-reverse .split-product-space {
    order: 2;
}

.section-split-reverse .split-content {
    order: 1;
}

/* Responsive Floating Product - PROFESSIONAL MOBILE */
@media (max-width: 1200px) {
    .floating-product {
        width: 700px;
        height: 850px;
    }

    .split-product-space {
        min-height: 650px;
    }
}

@media (max-width: 1024px) {
    .floating-product {
        width: 550px;
        height: 680px;
    }

    .split-product-space {
        min-height: 550px;
    }

    .section-hero {
        padding-top: 80px;
    }
}

/* ========== MOBILE PROFESSIONAL DESIGN ========== */
@media (max-width: 768px) {

    /* Hero Section - Mobile */
    .section-hero {
        min-height: 100vh;
        padding: 60px 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-content {
        text-align: center;
        max-width: 100%;
        padding: 0 10px;
    }

    .hero-eyebrow {
        margin: 0 auto 20px;
    }

    .hero-title {
        font-size: 2.2rem !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .hero-title .title-line-1 {
        font-size: 2rem;
        display: block;
        margin-bottom: 8px;
    }

    .hero-title .title-line-2 {
        font-size: 1.6rem;
        display: block;
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 30px;
        padding: 0 5px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .hero-actions .btn-luxury {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    /* ========== PROFESSIONAL MOBILE: HIDE FLOATING PRODUCT ========== */
    /* إظهار المنتج العائم مع تقليل حجمه وتأثيراته ليناسب الجوال */
    .floating-product {
        display: block !important;
    }

    /* زيادة المساحة للمحتوى بدون المنتج */
    .section-hero {
        min-height: 100vh;
        padding: var(--space-12) var(--space-4) var(--space-10);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-content {
        position: relative;
        z-index: 10;
        background: linear-gradient(145deg,
                rgba(10, 10, 12, 0.3),
                rgba(10, 10, 12, 0.5));
        backdrop-filter: blur(10px);
        padding: var(--space-6);
        border-radius: var(--radius-xl);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    /* تحسين الأزرار للموبايل */
    .btn-luxury {
        min-height: 56px;
        /* أكبر للمس */
        font-size: var(--text-base);
        padding: var(--space-4) var(--space-6);
    }

    /* Section Split - Mobile (no product space needed) */
    .section-split {
        flex-direction: column;
        gap: 20px;
    }

    .split-product-space {
        display: none !important;
    }

    .section-split-reverse .split-product-space {
        display: none !important;
    }

    /* Split Content - Enhanced Cards */
    .split-content {
        width: 100%;
        padding: var(--space-8) var(--space-4);
        text-align: center;
        position: relative;
        z-index: 10;
        background: linear-gradient(145deg,
                rgba(255, 255, 255, 0.08),
                rgba(255, 255, 255, 0.03));
        backdrop-filter: blur(20px);
        border-radius: 20px;
        margin: 0 var(--space-4) var(--space-6);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transition: transform 0.2s ease;
    }

    .split-content:active {
        transform: scale(0.98);
    }

    /* Benefit Cards - Enhanced */
    .benefit-card {
        background: linear-gradient(145deg,
                rgba(255, 255, 255, 0.08),
                rgba(255, 255, 255, 0.03)) !important;
        backdrop-filter: blur(20px) !important;
        border-radius: 20px !important;
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
        transition: transform 0.2s ease !important;
    }

    .benefit-card:active {
        transform: scale(0.98) !important;
    }

    /* Final Section - Card Style */
    .final-content {
        background: linear-gradient(145deg,
                rgba(255, 255, 255, 0.08),
                rgba(255, 255, 255, 0.03));
        backdrop-filter: blur(20px);
        border-radius: 20px;
        padding: var(--space-8) var(--space-4);
        margin: 0 var(--space-4);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    /* Add ripple to all buttons */
    .btn-luxury,
    .btn-luxury-gold,
    .btn-whatsapp {
        position: relative;
        overflow: hidden;
    }

    .btn-luxury::after,
    .btn-luxury-gold::after,
    .btn-whatsapp::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        pointer-events: none;
    }

    .btn-luxury:active::after,
    .btn-luxury-gold:active::after,
    .btn-whatsapp:active::after {
        animation: rippleEffect 0.6s ease-out;
    }

    /* Stats Section */
    .stats-container {
        display: flex;
        flex-direction: column;
        gap: var(--space-4);
        padding: 0 var(--space-4);
    }

    .stat-item {
        background: linear-gradient(145deg,
                rgba(255, 255, 255, 0.06),
                rgba(255, 255, 255, 0.02));
        backdrop-filter: blur(15px);
        border-radius: 16px;
        padding: var(--space-5);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    }

    .content-eyebrow {
        justify-content: center;
        margin-bottom: 20px;
    }

    .content-title {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .content-text {
        font-size: 1rem;
        line-height: 1.8;
    }

    /* Benefits Grid - Mobile */
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 25px;
    }

    .benefit-card {
        padding: 20px;
        text-align: center;
    }

    .benefit-icon {
        margin: 0 auto 12px;
    }

    /* Stats - Mobile */
    .stats-row {
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .stat-item {
        min-width: 80px;
    }

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

    /* Usage List - Mobile */
    .usage-list {
        text-align: right;
    }

    .usage-item {
        padding: 18px;
    }

    .usage-number {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    /* Final Section - Mobile */
    .section-final {
        padding: 60px 20px;
        text-align: center;
    }

    .final-content {
        max-width: 100%;
    }

    .final-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .final-text {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .final-cta-row {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .cta-whatsapp,
    .final-cta-row .btn-luxury {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .trust-row {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .trust-badge {
        font-size: 0.85rem;
    }

    /* Certificates - Mobile */
    .cert-row {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .cert-badge {
        font-size: 0.85rem;
        padding: 8px 15px;
    }

    /* Scroll Indicator - Hide on Mobile */
    .scroll-indicator {
        display: none;
    }

    /* Land Section - Mobile */
    .land-section.section-content {
        padding: 50px 0;
        min-height: auto;
    }

    .land-container {
        padding: 0 15px;
    }
}

/* ========== SMALL MOBILE ========== */
@media (max-width: 480px) {
    .floating-product {
        max-width: 300px;
    }

    .floating-product-img {
        max-height: 350px;
    }

    .hero-title .title-line-1 {
        font-size: 1.7rem;
    }

    .hero-title .title-line-2 {
        font-size: 1.4rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .content-title {
        font-size: 1.5rem;
    }

    .benefit-card h4 {
        font-size: 1rem;
    }

    .benefit-card p {
        font-size: 0.85rem;
    }

    .final-title {
        font-size: 1.6rem;
    }

    .btn-luxury {
        padding: 16px 30px;
        font-size: 0.95rem;
    }
}

/* ========== EXTRA SMALL MOBILE ========== */
@media (max-width: 360px) {
    .floating-product {
        max-width: 260px;
    }

    .floating-product-img {
        max-height: 300px;
    }

    .hero-title .title-line-1 {
        font-size: 1.5rem;
    }

    .hero-title .title-line-2 {
        font-size: 1.2rem;
    }

    .content-title {
        font-size: 1.3rem;
    }

    .final-title {
        font-size: 1.4rem;
    }
}

/* ============================================================
   NATIVE MOBILE APP DESIGN - iOS/Android Patterns
   ============================================================ */

/* Hide mobile elements on desktop by default */
.mobile-header,
.bottom-nav,
.fab {
    display: none !important;
}

/* Show only on mobile */
@media (max-width: 768px) {

    /* Force show mobile elements */
    .mobile-header,
    .bottom-nav {
        display: flex !important;
    }

    .fab {
        display: flex;
    }

    /* ========== STICKY HEADER ========== */
    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgba(10, 10, 12, 0.95);
        backdrop-filter: blur(30px) saturate(180%);
        -webkit-backdrop-filter: blur(30px) saturate(180%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 var(--space-4);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    }

    .mobile-logo {
        font-family: var(--font-ar);
        font-size: var(--text-lg);
        font-weight: 700;
        background: linear-gradient(135deg, var(--gold-300), var(--honey));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        letter-spacing: var(--tracking-wide);
    }

    .mobile-menu-btn {
        width: 44px;
        height: 44px;
        border: none;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        color: var(--cream-100);
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .mobile-menu-btn:hover,
    .mobile-menu-btn:active {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.15);
    }

    /* ========== BOTTOM NAVIGATION BAR ========== */
    .bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        background: rgba(10, 10, 12, 0.98);
        backdrop-filter: blur(30px) saturate(180%);
        -webkit-backdrop-filter: blur(30px) saturate(180%);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 var(--space-2);
        z-index: 999;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    }

    .bottom-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: var(--space-2);
        min-width: 64px;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: all 0.2s ease;
        position: relative;
    }

    .bottom-nav-item.active {
        color: var(--gold-300);
    }

    .bottom-nav-item.active::before {
        content: '';
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, var(--gold-300), var(--honey));
        border-radius: 3px;
    }

    .bottom-nav-icon {
        font-size: 24px;
        transition: transform 0.2s var(--ease-bounce);
    }

    .bottom-nav-item.active .bottom-nav-icon {
        transform: scale(1.1);
    }

    .bottom-nav-label {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }

    /* ========== FLOATING ACTION BUTTON (FAB) ========== */
    .fab {
        position: fixed;
        bottom: 100px;
        right: var(--space-4);
        width: 56px;
        height: 56px;
        border-radius: 16px;
        background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
        box-shadow:
            0 8px 24px rgba(233, 166, 52, 0.5),
            0 4px 12px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--black-900);
        font-size: 24px;
        z-index: 998;
        transition: all 0.3s var(--ease-bounce);
        text-decoration: none;
        border: none;
    }

    .fab:active {
        transform: scale(0.9);
    }

    /* ========== CARD-BASED LAYOUT ========== */
    .mobile-card {
        background: linear-gradient(145deg,
                rgba(255, 255, 255, 0.08),
                rgba(255, 255, 255, 0.03));
        border-radius: 20px;
        padding: var(--space-6);
        margin: var(--space-4);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .mobile-card:active {
        transform: scale(0.98);
        box-shadow:
            0 4px 16px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    /* ========== BODY ADJUSTMENTS ========== */
    body.landing-body {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
    }

    /* Override hero section */
    .section-hero {
        padding-top: 80px !important;
        min-height: calc(100vh - 60px) !important;
    }

    /* ========== SECTION DIVIDERS ========== */
    .section-divider {
        height: 8px;
        background: rgba(0, 0, 0, 0.15);
        margin: var(--space-6) 0;
    }

    /* ========== SAFE AREA SUPPORT (iOS) ========== */
    @supports (padding: env(safe-area-inset-bottom)) {
        .bottom-nav {
            padding-bottom: env(safe-area-inset-bottom);
            height: calc(70px + env(safe-area-inset-bottom));
        }

        body.landing-body {
            padding-bottom: calc(80px + env(safe-area-inset-bottom)) !important;
        }

        .fab {
            bottom: calc(90px + env(safe-area-inset-bottom));
        }
    }

    /* ========== NATIVE-LIKE ANIMATIONS ========== */
    .ripple {
        position: relative;
        overflow: hidden;
    }

    .ripple::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        pointer-events: none;
    }

    .ripple:active::after {
        animation: rippleEffect 0.6s ease-out;
    }

    @keyframes rippleEffect {
        0% {
            transform: translate(-50%, -50%) scale(0);
            opacity: 1;
        }

        100% {
            transform: translate(-50%, -50%) scale(2.5);
            opacity: 0;
        }
    }
}