:root {
    --navy: #0F172A;
    --gold: #C5A02B;
    --white: #FFFFFF;
    --bg-light: #F8FAFC;
    --border-light: rgba(15, 23, 42, 0.08);
}

body { font-family: 'Plus Jakarta Sans', sans-serif; overflow-x: hidden; scroll-behavior: smooth; }
.mono { font-family: 'JetBrains Mono', monospace; }

/* --- RESPONSIVE NAVIGATION --- */
.main-nav {
    padding: 20px 0;
    transition: all 0.4s ease;
    z-index: 1050;
    background: transparent;
    background: rgba(15, 23, 42, 0.9);

}

.nav-scrolled {
    padding: 12px 0;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(197, 160, 43, 0.2);
}

.nav-link {
    color: var(--white) !important;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px !important;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.nav-link:hover { color: var(--gold) !important; }

.btn-portal {
    background: var(--gold);
    color: var(--white);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-portal:hover { transform: scale(1.05); color: white; background: #b48a1d; }

.custom-toggler-icon {
    width: 25px;
    height: 2px;
    background: var(--white);
    display: block;
    position: relative;
}
.custom-toggler-icon::before, .custom-toggler-icon::after {
    content: '';
    width: 25px;
    height: 2px;
    background: var(--white);
    position: absolute;
    left: 0;
}
.custom-toggler-icon::before {
     top: -8px; 
    }
.custom-toggler-icon::after { 
    bottom: -8px;
 }

/* --- DARK THEME HERO --- */
.theme-dark {
     background: var(--navy); color: var(--white);
     }

.filter-white {
     filter: brightness(0) invert(1); height: 45px; 
    }

.mega-title {
     font-size: clamp(2.5rem, 8vw, 4.5rem);
      font-weight: 800; 
      line-height: 1.1;
     }

.text-gold { 
    color: var(--gold); 
}

.hero-wrap {
     position: relative; 
     padding-top: 120px;
     }

.aura-hero { 
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
     height: 100%;
      background: radial-gradient(circle, rgba(197, 160, 43, 0.1) 0%, transparent 70%);
       z-index: 0;
     }
.glass-terminal { 
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 30px; 
    position: relative;
    z-index: 1; 
}

/* --- LIGHT THEME CONTENT --- */
.theme-light {
     background: var(--white);
      color: var(--navy);

     }

.py-100 {
    padding: 100px 0;
 }

.bg-soft-gray {
     background: var(--bg-light);
     }

.service-card-light {
    background: var(--white); 
    border: 1px solid var(--border-light);
    padding: 50px 30px;
    border-radius: 24px; 
    transition: 0.4s; 
    height: 100%;
}

.service-card-light:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
     border-color: var(--gold);
     }

.service-card-light i { 
    font-size: 2.5rem; 
    color: var(--gold); 
    margin-bottom: 20px; 
    display: block;
 }
.service-card-light.active { 
    border-color: var(--gold);
     background: #fffcf5; 
    }

.f-item { 
    background: var(--white);
     padding: 30px; 
     border-radius: 20px; 
     border: 1px solid var(--border-light); 
     margin-bottom: 20px; 
    }
.mini-feat {
     background: var(--white);
    padding: 15px; 
    border-radius: 12px;
    border-left: 4px solid var(--gold);
    font-size: 0.85rem; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.02); 
}

/* --- CONTACT & FOOTER --- */
.contact-box-hybrid { 
    background: var(--white); 
    border: 1px solid var(--border-light); 
    border-radius: 30px; overflow: hidden; 
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
 }
.contact-details { 
    padding: 60px; 
}

.id-badge { 
    background: #f1f5f9; 
    padding: 15px 25px; 
    border-radius: 12px; 
    display: inline-block;
 }

.whatsapp-action { 
    background: #25D366; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    min-height: 200px; 
}

.btn-wa-pro { 
    color: white; 
    text-decoration: none; 
    font-weight: 800; 
    font-size: 1.5rem; 
    text-align: center; 
}

.btn-wa-pro:hover { 
    transform: scale(1.05); 
    color: white; 
}

.bg-navy {
     background: var(--navy); 
    }

/* --- RESPONSIVENESS --- */
@media (max-width: 991px) {
    .nav-scrolled, .main-nav { background: var(--navy); }
    .hero-wrap { text-align: center; padding-top: 140px; }
    .mega-title { font-size: 3rem; }
    .cta-group { justify-content: center; display: flex; }
    .contact-details { padding: 40px 20px; text-align: center; }
}

/* privacy-policy */
/* Policy Page Specifics */
.mega-title-sm {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
}

.policy-card {
    line-height: 1.8;
}

.policy-card ul li {
    margin-bottom: 10px;
}

.alert-info {
    background: #f0f7ff;
    color: #0c5460;
}

.text-navy {
    color: #0F172A;
}

/* contact page */
/* Contact Page Styles */
.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-light);
    text-align: center;
    transition: 0.3s;
}

.contact-card:hover {
    border-color: var(--gold);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-card i {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 15px;
}

.contact-card h5 {
    font-weight: 800;
    color: var(--navy);
}

.custom-input {
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.custom-input:focus {
    border-color: var(--gold);
    box-shadow: none;
    background: #fff;
}

.form-label {
    color: var(--navy);
    letter-spacing: 0.5px;
}

/* footer */
.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-link:hover {
    color: #f5c16c;
    text-decoration: underline;
}
