/* ══════════════════════════════════════════════════════════════
   SAFI PREMIUM HOMEPAGE — Complete Redesign
   ══════════════════════════════════════════════════════════════ */

/* ── CSS Variables ────────────────────────────────────────── */
:root {
    --navy: #0A1628;
    --navy-light: #0f1f3a;
    --navy-mid: #132744;
    --gold: #C8A45D;
    --gold-light: #e0c97f;
    --gold-dark: #a8863d;
    --sand: #F5EDE0;
    --sand-light: #FBF7F0;
    --white: #FFFFFF;
    --text: #4A4A5A;
    --text-light: #7A7A8A;
    --text-dark: #2A2A3A;
    --text-muted: rgba(255,255,255,0.6);
    --border: rgba(200, 164, 93, 0.15);
    --whatsapp: #25D366;
    --radius-full: 50px;
    --shadow-sm: 0 2px 8px rgba(10, 22, 40, 0.06);
    --shadow-md: 0 4px 20px rgba(10, 22, 40, 0.1);
    --shadow-lg: 0 8px 32px rgba(10, 22, 40, 0.14);
    --shadow-gold: 0 4px 20px rgba(200, 164, 93, 0.25);
    --transition-fast: all 0.2s ease;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 24px;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --shadow-card: 0 8px 32px rgba(0,0,0,0.18);
    --shadow-glow: 0 0 60px rgba(200,164,93,0.15);
    --gradient-gold: linear-gradient(135deg, #C8A45D 0%, #e0c97f 50%, #C8A45D 100%);
    --gradient-hero: linear-gradient(145deg, #0A1628 0%, #0f1f3a 40%, #132744 100%);
}

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, sans-serif;
    background: var(--navy);
    color: var(--white);
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem); }

/* ── Premium Glassmorphism Navbar ─────────────────────────── */
.navbar {
    position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
    width: calc(100% - 40px); max-width: 1320px;
    z-index: 1000;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.7rem 1.5rem;
    background: rgba(10, 22, 40, 0.6);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(200, 164, 93, 0.15);
    border-radius: 60px;
    transition: var(--transition);
}
.navbar.scrolled {
    top: 8px; padding: 0.6rem 1.5rem;
    background: rgba(10, 22, 40, 0.92);
    border-color: rgba(200, 164, 93, 0.25);
    box-shadow: 0 8px 40px rgba(0,0,0,0.35);
}
.nav-logo { height: 60px; transition: var(--transition); }
.navbar.scrolled .nav-logo { height: 50px; }
.nav-links {
    display: flex; align-items: center; gap: 0.3rem; list-style: none;
}
.nav-links a {
    color: rgba(255,255,255,0.75); text-decoration: none;
    font-size: 0.88rem; font-weight: 500;
    padding: 0.5rem 1rem; border-radius: 30px;
    transition: var(--transition); position: relative;
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.nav-links a.active {
    color: var(--gold);
    background: rgba(200,164,93,0.1);
}
.nav-links a.active::after {
    content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
    width: 18px; height: 2.5px; border-radius: 2px;
    background: var(--gradient-gold);
}
.nav-cta .btn-gold {
    background: var(--gradient-gold); color: var(--navy) !important;
    font-weight: 700; padding: 0.55rem 1.3rem; border-radius: 30px;
    font-size: 0.85rem; display: inline-flex; align-items: center; gap: 0.4rem;
    text-decoration: none; transition: var(--transition);
    box-shadow: 0 4px 20px rgba(200,164,93,0.3);
}
.nav-cta .btn-gold:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 30px rgba(200,164,93,0.45);
}
.mobile-menu-btn {
    display: none; background: none; border: 1px solid rgba(200,164,93,0.3);
    color: var(--gold); font-size: 1.2rem; cursor: pointer;
    width: 42px; height: 42px; border-radius: 50%;
    transition: var(--transition);
}
.mobile-menu-btn:hover { background: rgba(200,164,93,0.1); }
.mobile-menu-overlay {
    display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px); z-index: 998;
}
.mobile-menu-overlay.active { display: block; }

/* ── Cinematic Split Hero ─────────────────────────────────── */
.hero {
    position: relative; display: flex; align-items: flex-start;
    min-height: auto;
    padding: 6.5rem 0 3.5rem; overflow: hidden;
    background: var(--gradient-hero);
}
.hero > .container {
    width: 100%;
    padding-top: clamp(1.5rem, 4vh, 3rem);
}
/* Dubai skyline silhouette */
.hero-skyline {
    position: absolute; bottom: 0; left: 0; right: 0; height: 160px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220'%3E%3Cpath fill='%23091320' d='M0,220V200h20v-30h10v30h15v-60h8v-20h6v20h8v60h20v-40h6v-25h4v25h6v40h30v-80h5v-15h3v15h5v80h25v-50h8v-30h6v30h8v50h15v-100h4v-40h10v-20h4v20h10v40h4v100h20v-35h10v35h25v-120h6v-60h3v-30h8v30h3v60h6v120h20v-45h8v45h30v-70h5v-20h8v-40h4v40h8v20h5v70h20v-50h10v50h30v-30h6v30h40v-90h4v-30h6v-50h3v-20h4v20h3v50h6v30h4v90h30v-40h8v40h25v-60h5v-15h3v15h5v60h35v-30h10v30h40v-55h4v-20h8v-30h3v30h8v20h4v55h20v-40h6v40h30v-25h8v25h50v-70h3v-20h4v-35h6v35h4v20h3v70h40v-30h10v30h60v-50h4v-15h3v15h4v50h80V220z'/%3E%3C/svg%3E") center bottom/cover no-repeat;
    opacity: 0.4;
    z-index: 1;
}
/* Gold glow orbs */
.hero-glow-1 {
    position: absolute; top: 10%; right: -5%; width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,0.08) 0%, transparent 70%);
    animation: glowFloat 8s ease-in-out infinite;
    z-index: 0;
}
.hero-glow-2 {
    position: absolute; bottom: 5%; left: -10%; width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,0.05) 0%, transparent 70%);
    animation: glowFloat 10s ease-in-out infinite reverse;
    z-index: 0;
}
/* Mosque pattern overlay */
.hero-pattern {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 Q35 15 30 25 Q25 15 30 5z M30 35 Q35 45 30 55 Q25 45 30 35z M5 30 Q15 25 25 30 Q15 35 5 30z M35 30 Q45 25 55 30 Q45 35 35 30z' fill='rgba(200,164,93,0.02)' /%3E%3C/svg%3E") repeat;
    z-index: 0;
}
/* Gold particles */
.particles-container { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.particle {
    position: absolute; width: 3px; height: 3px; border-radius: 50%;
    background: rgba(200,164,93,0.5);
    animation: particleFloat linear infinite;
}
@keyframes particleFloat {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; }
}
@keyframes glowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -30px) scale(1.05); }
}

.hero-grid {
    display: grid; grid-template-columns: 1.15fr 0.95fr; gap: clamp(2rem, 4vw, 3rem);
    align-items: center; position: relative; z-index: 2;
}
/* Left: Content */
.hero-content {
    animation: fadeUp 1s ease-out;
    max-width: 640px;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(200,164,93,0.1); border: 1px solid rgba(200,164,93,0.25);
    padding: 0.45rem 1.2rem; border-radius: 30px;
    font-size: 0.8rem; font-weight: 600; color: var(--gold);
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.hero-badge i { font-size: 0.7rem; }
.hero-content h1 {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(2.4rem, 5vw, 3.75rem);
    font-weight: 800 !important; line-height: 1.12;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    font-style: normal !important;
}
.hero-content h1 .gold-text {
    background: var(--gradient-gold);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    color: rgba(255,255,255,0.78); line-height: 1.65;
    margin-bottom: 1.75rem; max-width: 580px;
}
.hero-btns { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 1.8rem; border-radius: 50px; font-weight: 600;
    font-size: 0.92rem; text-decoration: none; cursor: pointer;
    transition: var(--transition); border: none;
}
.btn-hero-gold {
    background: var(--gradient-gold); color: var(--navy);
    box-shadow: 0 4px 25px rgba(200,164,93,0.35);
}
.btn-hero-gold:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 40px rgba(200,164,93,0.5);
}
.btn-whatsapp {
    background: var(--whatsapp); color: var(--white);
    box-shadow: 0 4px 20px rgba(37,211,102,0.25);
}
.btn-whatsapp:hover {
    transform: translateY(-3px); background: #20bd5a;
    box-shadow: 0 8px 30px rgba(37,211,102,0.4);
}
.hero-trust {
    display: flex; align-items: center; gap: 0.6rem;
    font-size: 0.82rem; color: var(--text-muted);
    letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 1.75rem;
}
.hero-trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem;
}
.hero-stat {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-md);
    padding: 0.9rem 1rem;
    text-align: center;
}
.hero-stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--gold);
    line-height: 1.2;
    margin-bottom: 0.2rem;
}
.hero-stat span {
    font-size: 0.72rem;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.3;
}

/* Right: 3D Floating Service Hub */
.hero-hub { position: relative; perspective: 1200px; animation: fadeUp 1s ease-out 0.3s both; }
.hub-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,0.1) 0%, transparent 60%);
    animation: hubPulse 4s ease-in-out infinite;
    z-index: 0;
}
@keyframes hubPulse {
    0%, 100% { transform: translate(-50%,-50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%,-50%) scale(1.1); opacity: 1; }
}
.hub-cards { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 1.2rem; }
.hub-card {
    display: flex; align-items: center; gap: 1.2rem;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-xl); padding: 1.4rem 1.6rem;
    cursor: pointer; text-decoration: none; color: var(--white);
    transition: var(--transition);
    animation: cardFloat 6s ease-in-out infinite;
    transform-style: preserve-3d;
}
.hub-card:nth-child(1) { animation-delay: 0s; margin-left: 2rem; }
.hub-card:nth-child(2) { animation-delay: 1s; margin-left: 0; }
.hub-card:nth-child(3) { animation-delay: 2s; margin-left: 3rem; }
.hub-card:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: rgba(200,164,93,0.4);
    box-shadow: 0 12px 40px rgba(200,164,93,0.15), 0 0 0 1px rgba(200,164,93,0.2);
    background: rgba(255,255,255,0.07);
}
@keyframes cardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.hub-card-icon {
    width: 56px; height: 56px; min-width: 56px; border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; position: relative; overflow: hidden;
}
.hub-card-icon::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit; opacity: 0.15;
}
.hub-card:nth-child(1) .hub-card-icon { color: var(--gold); background: rgba(200,164,93,0.12); }
.hub-card:nth-child(2) .hub-card-icon { color: #5b9bd5; background: rgba(91,155,213,0.12); }
.hub-card:nth-child(3) .hub-card-icon { color: #6cc070; background: rgba(108,192,112,0.12); }
.hub-card-text h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.2rem; }
.hub-card-text p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }
.hub-card-arrow {
    margin-left: auto; color: rgba(255,255,255,0.25);
    transition: var(--transition); font-size: 0.9rem;
}
.hub-card:hover .hub-card-arrow { color: var(--gold); transform: translateX(4px); }

/* Scroll indicator */
.scroll-indicator {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    z-index: 5; animation: fadeUp 1s ease-out 1s both;
}
.scroll-indicator span {
    font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase;
    color: var(--text-muted);
}
.scroll-mouse {
    width: 24px; height: 38px; border: 2px solid rgba(255,255,255,0.2);
    border-radius: 12px; position: relative;
}
.scroll-mouse::after {
    content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
    width: 3px; height: 8px; border-radius: 2px; background: var(--gold);
    animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
    50% { transform: translateX(-50%) translateY(12px); opacity: 0.3; }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── Section Styles ───────────────────────────────────────── */
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800 !important; margin-bottom: 1rem;
    letter-spacing: -0.02em;
    font-style: normal !important;
}
.section-header p { color: var(--text-muted); max-width: 600px; margin: 0 auto; font-size: 1rem; }
.section-dark { background: var(--navy); }
.section-navy { background: var(--navy-light); }
.section-sand { background: var(--sand); color: var(--navy); }
.section-sand .section-header p { color: #5a5040; }
.section-sand h2, .section-sand h3, .section-sand h4 { color: var(--navy); }

/* ── Service Selector Cards ───────────────────────────────── */
.service-selector { background: var(--navy-light); position: relative; overflow: hidden; }
.service-selector::before {
    content: ''; position: absolute; top: -200px; right: -100px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,0.05) 0%, transparent 70%);
}
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card {
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-xl); padding: 2.5rem 2rem;
    text-align: center; position: relative; overflow: hidden;
    transition: var(--transition); cursor: pointer;
}
.service-card::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit; opacity: 0;
    transition: var(--transition);
}
.service-card:nth-child(1)::before { background: radial-gradient(circle at 50% 0%, rgba(200,164,93,0.08) 0%, transparent 60%); }
.service-card:nth-child(2)::before { background: radial-gradient(circle at 50% 0%, rgba(91,155,213,0.08) 0%, transparent 60%); }
.service-card:nth-child(3)::before { background: radial-gradient(circle at 50% 0%, rgba(108,192,112,0.08) 0%, transparent 60%); }
.service-card:hover::before { opacity: 1; }
.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,164,93,0.3);
    box-shadow: var(--shadow-glow);
}
.service-card-icon {
    width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 1.5rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; position: relative;
}
.service-card:nth-child(1) .service-card-icon { background: rgba(200,164,93,0.1); color: var(--gold); }
.service-card:nth-child(2) .service-card-icon { background: rgba(91,155,213,0.1); color: #5b9bd5; }
.service-card:nth-child(3) .service-card-icon { background: rgba(108,192,112,0.1); color: #6cc070; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 0.8rem; font-weight: 700; }
.service-card p { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 1.5rem; line-height: 1.7; }
.service-card .btn-sm {
    padding: 0.55rem 1.3rem; font-size: 0.82rem; border-radius: 30px;
    display: inline-flex; align-items: center; gap: 0.4rem; text-decoration: none;
    font-weight: 600; transition: var(--transition);
}
.btn-gold-outline {
    color: var(--gold); border: 1px solid rgba(200,164,93,0.3); background: transparent;
}
.btn-gold-outline:hover {
    background: rgba(200,164,93,0.1); border-color: var(--gold);
    transform: translateY(-2px);
}

/* ── Umrah Preview Section ────────────────────────────────── */
.umrah-preview { background: var(--navy); overflow: hidden; }
.umrah-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.umrah-visual {
    position: relative; border-radius: var(--radius-xl); overflow: hidden;
    aspect-ratio: 4/3;
}
.umrah-visual img {
    width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-xl);
    transition: var(--transition);
}
.umrah-visual:hover img { transform: scale(1.03); }
.umrah-visual-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 1.5rem; background: linear-gradient(transparent, rgba(10,22,40,0.9));
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}
.umrah-visual-overlay .price-tag {
    display: inline-block; background: var(--gradient-gold); color: var(--navy);
    padding: 0.4rem 1rem; border-radius: 20px; font-weight: 700; font-size: 0.9rem;
}
.umrah-info h3 { font-family: 'Inter', sans-serif !important; font-size: 1.8rem; margin-bottom: 1rem; font-weight: 800 !important; letter-spacing: -0.02em; font-style: normal !important; }
.umrah-features { list-style: none; margin-bottom: 2rem; }
.umrah-features li {
    display: flex; align-items: center; gap: 0.8rem;
    padding: 0.6rem 0; font-size: 0.95rem; color: rgba(255,255,255,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.umrah-features li i { color: var(--gold); font-size: 0.85rem; width: 20px; }

/* ── Ejari Price Cards ────────────────────────────────────── */
.ejari-section { background: var(--sand); }
.ejari-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.ejari-card {
    background: var(--white); border-radius: var(--radius-xl); padding: 2rem 1.5rem;
    text-align: center; border: 1px solid rgba(0,0,0,0.06);
    transition: var(--transition); position: relative; overflow: hidden;
}
.ejari-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-color: rgba(200,164,93,0.3);
}
.ejari-card-img {
    width: 100%; height: 140px; object-fit: cover; border-radius: var(--radius-md);
    margin-bottom: 1.2rem;
}
.ejari-card h4 { color: var(--navy); font-size: 1rem; margin-bottom: 0.5rem; }
.ejari-card .price { font-size: 1.6rem; font-weight: 800; color: var(--navy); margin-bottom: 0.3rem; }
.ejari-card .price small { font-size: 0.8rem; font-weight: 400; color: #888; }
.ejari-card .btn-card {
    display: block; width: 100%; text-align: center; margin-top: 1rem;
    padding: 0.7rem; border-radius: 14px; font-weight: 600; font-size: 0.85rem;
    text-decoration: none; transition: var(--transition);
    background: var(--navy); color: var(--white);
}
.ejari-card .btn-card:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }

/* ── Business Solutions Grid ──────────────────────────────── */
.biz-section { background: var(--navy-light); }
.biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.biz-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-lg); padding: 1.8rem;
    transition: var(--transition);
}
.biz-card:hover {
    border-color: rgba(200,164,93,0.25); transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.biz-card-icon {
    width: 48px; height: 48px; border-radius: var(--radius-md);
    background: rgba(200,164,93,0.1); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; margin-bottom: 1rem;
}
.biz-card h4 { font-size: 1rem; margin-bottom: 0.5rem; }
.biz-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* ── Process Timeline ─────────────────────────────────────── */
.process-section { background: var(--sand); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; }
.process-grid::before {
    content: ''; position: absolute; top: 35px; left: 10%; right: 10%;
    height: 2px; background: rgba(200,164,93,0.2); z-index: 0;
}
.process-step { text-align: center; position: relative; z-index: 1; }
.process-num {
    width: 70px; height: 70px; margin: 0 auto 1.2rem;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 800;
    background: var(--white); color: var(--navy);
    border: 3px solid var(--gold);
    box-shadow: 0 4px 20px rgba(200,164,93,0.2);
}
.process-step h4 { color: var(--navy); font-size: 0.95rem; margin-bottom: 0.4rem; }
.process-step p { color: #6b5f4e; font-size: 0.85rem; }

/* ── Why Choose Section ───────────────────────────────────── */
.why-section { background: var(--navy); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.why-card {
    text-align: center; padding: 2rem 1.5rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: var(--radius-xl);
    transition: var(--transition);
}
.why-card:hover {
    border-color: rgba(200,164,93,0.2);
    transform: translateY(-4px);
    background: rgba(255,255,255,0.04);
}
.why-card-icon {
    width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 1rem;
    background: rgba(200,164,93,0.1); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
}
.why-card h4 { font-size: 1rem; margin-bottom: 0.5rem; }
.why-card p { font-size: 0.85rem; color: var(--text-muted); }

/* ── FAQ Section ──────────────────────────────────────────── */
.faq-section { background: var(--navy-light); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
    border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg);
    margin-bottom: 0.8rem; overflow: hidden; transition: var(--transition);
}
.faq-item.active { border-color: rgba(200,164,93,0.2); }
.faq-question {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.2rem 1.5rem; cursor: pointer;
    background: rgba(255,255,255,0.02);
    font-weight: 600; font-size: 0.95rem;
    transition: var(--transition);
}
.faq-question:hover { background: rgba(255,255,255,0.04); }
.faq-question i { color: var(--gold); transition: var(--transition); font-size: 0.85rem; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
    padding: 0 1.5rem;
}
.faq-answer p { padding-bottom: 1.2rem; color: var(--text-muted); font-size: 0.9rem; line-height: 1.8; }

/* ── Final CTA ────────────────────────────────────────────── */
.cta-section {
    background: var(--gradient-hero); text-align: center;
    padding: 5rem 0; position: relative; overflow: hidden;
}
.cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(200,164,93,0.06) 0%, transparent 60%);
}
.cta-section h2 { font-family: 'Inter', sans-serif !important; font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1rem; font-weight: 800 !important; letter-spacing: -0.02em; font-style: normal !important; }
.cta-section p { color: var(--text-muted); max-width: 500px; margin: 0 auto 2rem; }
.cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ── News Section ─────────────────────────────────────────── */
.news-section { background: var(--sand); }

/* ── Contact Section ──────────────────────────────────────── */
.contact-section { background: var(--navy); position: relative; overflow: hidden; }
.contact-section::before {
    content: ''; position: absolute; top: -50%; right: -30%;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,93,0.06) 0%, transparent 70%);
}
.contact-grid {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem;
    position: relative; z-index: 1;
}
.contact-info-side h2 { margin-bottom: 1rem; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.contact-info-side h2::after {
    content: ''; display: block; width: 50px; height: 3px;
    background: var(--gradient-gold); border-radius: 2px; margin-top: 0.8rem;
}
.contact-info-side > p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; line-height: 1.8; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-detail-icon {
    width: 46px; height: 46px; min-width: 46px; border-radius: var(--radius-md);
    background: rgba(200,164,93,0.12); display: flex; align-items: center;
    justify-content: center; color: var(--gold); font-size: 1rem;
}
.contact-detail-text h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.2rem; }
.contact-detail-text p, .contact-detail-text a { color: rgba(255,255,255,0.65); font-size: 0.92rem; text-decoration: none; }
.contact-detail-text a:hover { color: var(--gold); }
.contact-form-card {
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-xl); padding: 2.5rem;
}
.contact-form-card h3 { margin-bottom: 1.5rem; font-size: 1.3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; color: rgba(255,255,255,0.85); font-size: 0.85rem; margin-bottom: 0.4rem; font-weight: 500; }
.form-control {
    width: 100%; padding: 0.75rem 1rem; border-radius: var(--radius-md);
    border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06);
    color: var(--white); font-size: 0.9rem; font-family: inherit;
    transition: var(--transition);
}
.form-control:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,164,93,0.15); background: rgba(255,255,255,0.08); }
.form-control::placeholder { color: rgba(255,255,255,0.3); }
select.form-control { appearance: auto; }
select.form-control option { background: var(--navy); color: var(--white); }
textarea.form-control { resize: vertical; min-height: 100px; }
#contactFormMessage { padding: 1rem; border-radius: var(--radius-md); margin-bottom: 1rem; font-weight: 500; font-size: 0.92rem; display: none; }
.honeypot-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }

/* ── Footer ───────────────────────────────────────────────── */
footer {
    background: #060e1a; padding: 4rem 0 0; position: relative;
    border-top: 1px solid rgba(200,164,93,0.1);
}
.footer-content {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem;
    max-width: 1280px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem);
}
.footer-column h3 {
    font-size: 1rem; margin-bottom: 1.2rem; position: relative; padding-bottom: 0.8rem;
}
.footer-column h3::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 30px; height: 2px; background: var(--gradient-gold); border-radius: 2px;
}
.footer-column p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.7; }
.footer-column a { color: var(--text-muted); text-decoration: none; font-size: 0.88rem; display: block; padding: 0.3rem 0; transition: var(--transition); }
.footer-column a:hover { color: var(--gold); transform: translateX(4px); }
.social-links { display: flex; gap: 0.6rem; margin-top: 1rem; }
.social-links a {
    width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); font-size: 0.9rem;
    transform: none !important;
}
.social-links a:hover { background: rgba(200,164,93,0.15); border-color: var(--gold); color: var(--gold); }
.footer-bottom {
    text-align: center; padding: 1.5rem 0; margin-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 0.82rem; color: var(--text-muted);
}
.footer-bottom a { color: var(--gold); text-decoration: none; }

/* ── WhatsApp Float + Mobile Bar ──────────────────────────── */
.whatsapp-float {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 900;
    width: 60px; height: 60px; border-radius: 50%;
    background: var(--whatsapp); color: white; font-size: 1.6rem;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    animation: waPulse 2.5s ease-in-out infinite;
    transition: var(--transition);
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.5); }
@keyframes waPulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 12px rgba(37,211,102,0.1); }
}
.mobile-bottom-bar {
    display: none; position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 900; background: rgba(10,22,40,0.95); backdrop-filter: blur(16px);
    border-top: 1px solid rgba(200,164,93,0.15); padding: 0.6rem 1rem;
}
.mobile-bottom-bar-inner { display: flex; gap: 0.6rem; }
.mobile-bottom-bar a {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.7rem; border-radius: 14px; font-weight: 600; font-size: 0.85rem;
    text-decoration: none; transition: var(--transition);
}
.mobile-bottom-bar .btn-call { background: rgba(255,255,255,0.08); color: var(--white); }
.mobile-bottom-bar .btn-wa { background: var(--whatsapp); color: var(--white); }

/* ── Scroll Reveal ────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-30px); transition: all 0.7s ease-out; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(30px); transition: all 0.7s ease-out; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.stagger-children > * { opacity: 0; transform: translateY(20px); transition: all 0.5s ease-out; }
.stagger-children.visible > * { opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.6s; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
    .hero-content { order: 1; max-width: 680px; margin: 0 auto; }
    .hero-hub { order: 2; }
    .hero-subtitle { margin-left: auto; margin-right: auto; }
    .hero-btns { justify-content: center; }
    .hero-trust { justify-content: center; }
    .hero-stats { max-width: 520px; margin: 0 auto; }
    .hub-card:nth-child(1), .hub-card:nth-child(3) { margin-left: 0; }
    .service-grid { grid-template-columns: repeat(3, 1fr); }
    .umrah-grid { grid-template-columns: 1fr; }
    .ejari-grid { grid-template-columns: repeat(2, 1fr); }
    .biz-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .process-grid::before { display: none; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-content { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .navbar { width: calc(100% - 24px); padding: 0.5rem 1rem; top: 10px; }
    .nav-links {
        position: fixed; top: 0; right: -100%; width: 300px; height: 100vh;
        flex-direction: column; align-items: stretch; gap: 0;
        background: rgba(10,22,40,0.98); backdrop-filter: blur(24px);
        padding: 5rem 1.5rem 2rem; z-index: 999;
        transition: right 0.4s ease; border-left: 1px solid rgba(200,164,93,0.15);
    }
    .nav-links.active { right: 0; }
    .nav-links a { padding: 0.9rem 1rem; border-radius: var(--radius-md); font-size: 1rem; }
    .nav-links a.active::after { display: none; }
    .nav-links a.active { background: rgba(200,164,93,0.1); }
    .nav-cta { margin-top: 1rem; }
    .nav-cta .btn-gold { width: 100%; justify-content: center; padding: 0.8rem; border-radius: var(--radius-md); }
    .mobile-menu-btn { display: flex; align-items: center; justify-content: center; }
    .hero { padding: 6rem 0 2.5rem; }
    .hero > .container { padding-top: 1rem; }
    .hero-content { max-width: none; }
    .hero-content h1 { font-size: clamp(1.9rem, 6vw, 2.5rem); font-style: normal !important; }
    .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
    .hero-stat { padding: 0.75rem 0.5rem; }
    .hero-stat strong { font-size: 1.15rem; }
    .service-grid { grid-template-columns: 1fr; }
    .ejari-grid { grid-template-columns: 1fr 1fr; }
    .biz-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .scroll-indicator { display: none; }
    .whatsapp-float { display: none; }
    .mobile-bottom-bar { display: block; }
    .footer-content { grid-template-columns: 1fr; gap: 2rem; }
    footer { padding-bottom: 5rem; }
}
@media (max-width: 480px) {
    .hero-stats { grid-template-columns: 1fr; }
    .hero-btns { flex-direction: column; }
    .hero-btns .btn { width: 100%; justify-content: center; }
    .ejari-grid { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .contact-form-card { padding: 1.5rem; }
}
