/* VIP Dark Theme Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { 
    font-family: 'Inter', -apple-system, sans-serif; 
    background-color: #050505; /* Deep Dark Space */
    color: #e4e4e7; /* Light Ash */
    line-height: 1.7; 
    overflow-x: hidden; 
}

/* Typography VIP Styling */
h1, h2, h3, h4 { color: #ffffff; font-weight: 800; line-height: 1.2; letter-spacing: -0.5px; }
a { text-decoration: none; color: inherit; }
.container { width: 90%; max-width: 1200px; margin: auto; }
.text-center { text-align: center; }
.section-padding { padding: 6rem 0; }

/* Gradient Text Effect */
.gradient-text {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Premium Badges */
.badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

/* Glassmorphism (Sheesha Effect) */
.glass-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background: rgba(5, 5, 5, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}
.btn-primary:hover { transform: translateY(-3px); }
.glow-effect:hover { box-shadow: 0 0 25px rgba(59, 130, 246, 0.6); }

.btn-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
    margin-left: 1rem;
}
.btn-outline:hover { background: rgba(255,255,255,0.05); border-color: #fff; }

.btn-nav { border: 1px solid #3b82f6; color: #60a5fa !important; padding: 0.5rem 1.5rem; border-radius: 6px; }
.btn-nav:hover { background: #3b82f6; color: #fff !important; box-shadow: 0 0 15px rgba(59,130,246,0.4); }

/* Header & Nav */
.nav-container { display: flex; justify-content: space-between; align-items: center; height: 80px; }
.logo { font-size: 1.8rem; font-weight: 800; color: #fff; }
.nav-links { list-style: none; display: flex; gap: 2.5rem; align-items: center; }
.nav-links a { font-weight: 500; color: #a1a1aa; transition: color 0.3s; }
.nav-links a:hover { color: #fff; text-shadow: 0 0 8px rgba(255,255,255,0.5); }

/* Hamburger Menu */
.hamburger { display: none; cursor: pointer; }
.bar { display: block; width: 25px; height: 3px; margin: 5px auto; transition: all 0.3s ease; background-color: #fff; border-radius: 3px; }

/* Animations */
.animate-on-scroll { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; will-change: opacity, transform; }
.animate-on-scroll.show { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }

/* Hero Section */
.hero {
    position: relative;
    background: url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=2070&auto=format&fit=crop') center/cover;
    padding: 12rem 0 8rem;
    text-align: center;
}
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(5,5,5,0.7) 0%, rgba(5,5,5,1) 100%);
    z-index: 1;
}
.hero-content { position: relative; z-index: 2; }
.hero h1 { font-size: 4rem; max-width: 900px; margin: 0 auto 1.5rem; }
.hero p { font-size: 1.25rem; color: #a1a1aa; max-width: 700px; margin: 0 auto 2.5rem; }

/* Trust Bar Floating */
.relative-stats { position: relative; z-index: 10; margin-top: -3rem; }
.trust-bar { padding: 2.5rem 0; }
.trust-stats { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem; }
.stat-item { text-align: center; }
.stat-number { font-size: 3rem; font-weight: 800; margin-bottom: -5px; }
.stat-label { font-size: 0.9rem; color: #a1a1aa; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }

/* Services Grid VIP Cards */
.section-title { font-size: 3rem; margin-bottom: 1rem; }
.section-subtitle { font-size: 1.1rem; color: #a1a1aa; max-width: 650px; margin: 0 auto 4rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; }
.card { padding: 2rem; transition: transform 0.4s ease, border-color 0.4s; overflow: hidden; }
.card:hover { transform: translateY(-10px); border-color: rgba(59, 130, 246, 0.4); box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.card-img-wrapper { overflow: hidden; border-radius: 12px; margin-bottom: 1.5rem; height: 200px; }
.card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; filter: brightness(0.8); }
.card:hover .card-img-wrapper img { transform: scale(1.1); filter: brightness(1.1); }
.card h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.card p { color: #a1a1aa; font-size: 0.95rem; }

/* Split Section / About */
.glow-bg {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 600px; background: radial-gradient(circle, rgba(59,130,246,0.1) 0%, rgba(0,0,0,0) 70%);
    z-index: 0; pointer-events: none;
}
.split-section { display: flex; align-items: center; gap: 4rem; padding: 3rem; position: relative; z-index: 2; }
.split-content { flex: 1; }
.split-image { flex: 1; }
.split-image img { width: 100%; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 40px rgba(0,0,0,0.5); filter: brightness(0.85); transition: 0.3s; }
.split-image img:hover { filter: brightness(1); }
.check-list { list-style: none; margin-top: 1.5rem; }
.check-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; font-weight: 500; color: #e4e4e7; }
.check-list li::before { content: '✦'; color: #60a5fa; font-size: 1.2rem; }

/* Contact Box */
.contact-box { max-width: 700px; margin: auto; padding: 4rem; position: relative; z-index: 2; }
.contact-box h3 { font-size: 2rem; margin-bottom: 1rem; }
.email-link { 
    font-size: 1.8rem; font-weight: 800; color: #fff; 
    display: inline-block; background: rgba(59,130,246,0.2); 
    padding: 1rem 3rem; border-radius: 50px; margin-top: 1.5rem; 
    border: 1px solid rgba(59,130,246,0.4); transition: 0.3s;
}
.email-link:hover { background: #3b82f6; }

/* Footer */
footer { padding: 4rem 0 2rem; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 4rem; }
.footer-links { display: flex; justify-content: center; gap: 2rem; margin: 2rem 0; }
.footer-links a { color: #a1a1aa; }
.footer-links a:hover { color: #60a5fa; }
.copyright { color: #52525b; font-size: 0.9rem; margin-top: 2rem; }

/* Mobile VIP Responsive */
@media(max-width: 768px) {
    .hero { padding: 10rem 0 6rem; }
    .hero h1 { font-size: 2.5rem; }
    .btn-outline { margin-left: 0; margin-top: 1rem; }
    .relative-stats { margin-top: 0; }
    .split-section { flex-direction: column; padding: 2rem; }
    .contact-box { padding: 2rem; }
    .email-link { font-size: 1.2rem; padding: 1rem 1.5rem; }
    .section-title { font-size: 2.2rem; }
    
    .hamburger { display: block; z-index: 101; }
    .hamburger.active .bar:nth-child(2) { opacity: 0; }
    .hamburger.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .nav-links {
        position: fixed; left: -100%; top: 0; height: 100vh; width: 100%;
        flex-direction: column; justify-content: center;
        background: rgba(5,5,5,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
        transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .nav-links.active { left: 0; }
    .nav-links li { margin: 1.5rem 0; }
    .nav-links a { font-size: 1.5rem; color: #fff; }
}