@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700;800&display=swap');

/* ======== VARIABLES & THEME (NEXA-LEVEL B2B/B2C PORTAL) ======== */
:root {
    --clr-bg-deep: #ffffff;
    --clr-bg-surface: #f8fafc;
    --clr-bg-alt: #f1f5f9;
    
    --clr-gold: #D4AF37;
    --clr-gold-light: #F3E5AB;
    --clr-gold-glow: rgba(212, 175, 55, 0.1);
    
    --clr-purple: #8B5CF6;
    --clr-purple-dark: #6d28d9;
    --clr-purple-deep: #4c1d95;
    --clr-purple-glow: rgba(139, 92, 246, 0.12);
    --clr-blue-tech: #0EA5E9;
    --clr-blue-glow: rgba(14, 165, 233, 0.15);

    --clr-text: #0f172a;
    --clr-text-muted: #475569;
    --clr-text-light: #94a3b8;
    
    --font-main: 'Inter', sans-serif;
    --font-heading: 'Outfit', sans-serif;
    
    --transition-smooth: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.3s ease;
    --shadow-premium: 0 20px 40px -15px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 30px 60px -20px rgba(0, 0, 0, 0.12);
    --border-light: 1px solid rgba(0, 0, 0, 0.05);
}

/* ======== RESET & BASE ======== */
html, body { overflow-x: hidden; width: 100%; position: relative; }
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { font-family: var(--font-main); background-color: var(--clr-bg-deep); color: var(--clr-text); line-height: 1.6; }
h1, h2, h3, .logo-text { font-family: var(--font-heading); }
p { color: var(--clr-text-muted); }
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 4rem; }
@media (max-width: 768px) { .container { padding: 0 1.5rem; } }
.section { padding: 12rem 0; }
@media (max-width: 768px) { .section { padding: 6rem 0; } }
.subtitle { text-transform: uppercase; letter-spacing: 0.125em; font-size: 0.8rem; font-weight: 800; display: block; margin-bottom: 1rem; color: var(--clr-purple); opacity: 0; transform: translateY(20px); }
.fade-in-up { animation: fadeInUp 0.8s forwards ease-out; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

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

/* ======== NAVIGATION ======== */
.header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0.75rem 0;
    transition: var(--transition-smooth); background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(25px);
    border-bottom: var(--border-light);
}
.header.scrolled { background: rgba(255, 255, 255, 0.98); }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 0.75rem; }
.logo img { height: 48px; width: auto; object-fit: contain; }
.logo-text { font-weight: 300; font-size: 1.55rem; color: #1e293b; letter-spacing: 0.04em; text-transform: none; }
@media (max-width: 480px) { .logo-text { font-size: 1.25rem; } }
.logo-accent { font-weight: 600; color: #7c3aed; margin-left: 0.1rem; }
.nav-links { display: flex; gap: 2.25rem; }
.nav-item { position: relative; padding: 1rem 0; }
.nav-links a { font-weight: 700; font-size: 0.85rem; color: var(--clr-text-muted); text-transform: uppercase; letter-spacing: 0.05em; transition: var(--transition-smooth); text-decoration: none; }
.nav-links a:hover { color: var(--clr-purple); }

.mega-menu-content {
    position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(15px);
    background: #fff; width: 850px; padding: 2.5rem; border-radius: 1.5rem; box-shadow: var(--shadow-premium);
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; opacity: 0; visibility: hidden; transition: var(--transition-smooth); border: var(--border-light);
}
.nav-item:hover .mega-menu-content { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-column h4 { margin-bottom: 1.25rem; font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; color: #000; font-weight: 800; border-bottom: 1px solid #f1f5f9; padding-bottom: 0.5rem; }
.mega-column a { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.75rem; font-weight: 600; font-size: 0.8rem; color: var(--clr-text-muted); text-decoration: none; transition: 0.3s; }
.mega-column a i { color: var(--clr-purple); opacity: 0.6; font-size: 0.75rem; }
.mega-column a:hover { color: var(--clr-purple); transform: translateX(5px); }

/* ======== GOOGLE REVIEWS (AUTHENTIC INTEGRATION) ======== */
.reviews-header { display: flex; align-items: center; gap: 3rem; margin-bottom: 4rem; flex-wrap: wrap; }
.reviews-summary { 
    background: #fff; padding: 2rem 2.5rem; border-radius: 1.25rem; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 2rem;
    border: 1px solid var(--border-light);
}
.reviews-summary .google-logo { font-size: 2.8rem; color: #4285F4; }
.rating-info h3 { font-size: 1.6rem; margin-bottom: 0.25rem; color: var(--clr-dark); font-weight: 700; }
.rating-info .stars { color: #FBBC05; font-size: 1.2rem; margin-bottom: 0.5rem; }
.rating-info p { font-size: 0.95rem; color: #5f6368; }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; }
.google-review-card { 
    background: #fff; padding: 2.5rem; border-radius: 1.5rem; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); border: 1px solid var(--border-light);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease; 
    display: flex; flex-direction: column; position: relative;
}
.google-review-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

.card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; }
.user-meta { display: flex; align-items: center; gap: 1.2rem; }
.avatar-img { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; background: #f1f3f4; border: 1px solid #e8eaed; }
.avatar-img img { width: 100%; height: 100%; object-fit: cover; }
.user-details strong { display: block; font-size: 1.15rem; color: var(--clr-dark); font-weight: 600; }
.user-details .verified { font-size: 0.85rem; color: #5f6368; display: flex; align-items: center; gap: 0.35rem; margin-top: 0.2rem; }
.user-details .verified i { color: #1a73e8; font-size: 0.9rem; }

.google-icon { color: #4285F4; font-size: 1.4rem; opacity: 0.8; }
.card-stars { color: #FBBC05; font-size: 1rem; margin-bottom: 1.2rem; letter-spacing: 2px; }
.review-text { font-size: 1.05rem; line-height: 1.8; color: #3c4043; margin-bottom: 1.5rem; flex-grow: 1; font-weight: 400; }
.review-date { font-size: 0.85rem; color: #70757a; font-weight: 500; }

.reviews-cta .btn-outline { 
    border-color: #dadce0; color: #1a73e8; background: #fff; padding: 1rem 2rem; 
    font-weight: 600; border-radius: 0.5rem; box-shadow: 0 1px 2px rgba(60,64,67,0.3);
}
.reviews-cta .btn-outline:hover { background: #f8f9fa; border-color: #d2e3fc; color: #174ea6; transform: translateY(-2px); }

@media (max-width: 768px) {
    .reviews-header { text-align: center; justify-content: center; flex-direction: column; }
    .reviews-summary { width: 100%; justify-content: center; }
}

/* ======== HERO ======== */
.hero { position: relative; min-height: 100vh; padding-top: 80px; display: flex; align-items: center; overflow: hidden; background: #000; }
.hero-bg { position: absolute; top: 80px; left: 0; right: 0; bottom: 0; z-index: 1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.hero-overlay { 
    position: absolute; inset: 0; 
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 40%, transparent 100%);
    z-index: 2;
}
.hero-content { max-width: 850px; z-index: 10; padding: 0 2rem; position: relative; }
@media (max-width: 768px) { .hero-content { padding: 0 1.5rem; text-align: left; } }
.hero h1 { font-size: clamp(2.5rem, 8vw, 5.5rem); line-height: 1.1; margin-bottom: 1.5rem; color: #fff; font-weight: 800; }
.highlight {
    background: linear-gradient(135deg, var(--clr-purple) 0%, var(--clr-blue-tech) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.hero p { font-size: 1.15rem; color: rgba(255,255,255,0.7); max-width: 600px; margin-bottom: 3.5rem; line-height: 1.8; }
.hero-btns { display: flex; gap: 2rem; align-items: center; }

/* ======== PURPLE HEADERS (CENTERED & SMALLER) ======== */
.section-title { text-align: center; margin: 0 auto 5rem auto; max-width: 800px; width: 100%; }
.section-title .subtitle { margin-bottom: 0.5rem; opacity: 1; transform: none; animation: none; display: block; }
.section-title h2 { color: var(--clr-purple); font-size: 1.85rem; font-weight: 800; margin-top: 0; text-transform: none; }
.section-title p { margin: 1rem auto 0 auto; font-size: 1rem; color: var(--clr-text-muted); max-width: 600px; }

/* ======== SERVICE CARDS ======== */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }
.service-card {
    background: #fff url('./assets/card_pattern.png'); border-radius: 2.5rem; padding: 4rem; border: var(--border-light); 
    background-size: cover; background-blend-mode: multiply;
    box-shadow: var(--shadow-premium); transition: var(--transition-smooth); position: relative; overflow: hidden;
    display: flex; flex-direction: column; gap: 1rem;
}
@media (max-width: 768px) { .service-card { padding: 2.5rem 1.5rem; border-radius: 1.5rem; } }
.service-card:hover { transform: translateY(-12px); box-shadow: var(--shadow-hover); }
.card-icon-box { width: 85px; height: 85px; background: var(--clr-bg-surface); border-radius: 1.75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 2.5rem; font-size: 2.5rem; color: var(--clr-purple); transition: 0.3s; }
.service-card:hover .card-icon-box { background: var(--clr-purple); color: #fff; transform: rotate(-5deg); }

/* ======== MARQUEE (HIGH-AUTHORITY BRAND DISPLAY) ======== */
.marquee-section { padding: 5rem 0; background: #ffffff; overflow: hidden; position: relative; }
.marquee-wrapper { 
    width: 100%; display: flex; overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.marquee { display: flex; animation: marquee 45s linear infinite; width: max-content; align-items: center; }
.marquee-item { 
    flex: 0 0 350px; height: 160px; display: flex; align-items: center; justify-content: center; 
    padding: 0 2rem; transition: var(--transition-smooth); 
}
.marquee-item img { 
    height: 95px; width: auto; max-width: 280px; object-fit: contain; 
    filter: brightness(1.05) contrast(1.05); /* Balanced to remove boxes without washing out logos */
    mix-blend-mode: multiply; 
    transition: var(--transition-smooth);
    display: block;
}
.marquee-item:hover img { transform: scale(1.1); filter: brightness(1) contrast(1); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ======== MODAL ======== */
.modal {
    position: fixed; inset: 0; background: rgba(0,0,0,0.85); backdrop-filter: blur(15px);
    z-index: 9999; display: none; align-items: center; justify-content: center; padding: 2rem;
}
.modal.active { display: flex; }
.modal-content {
    background: #fff; width: 90%; max-width: 1000px; height: 75vh; border-radius: 2.5rem;
    display: flex; overflow: hidden; position: relative; animation: modalSlide 0.5s ease;
}
.modal-close-btn {
    position: absolute; top: 1.5rem; right: 1.5rem; width: 45px; height: 45px; background: #f0f0f0;
    border-radius: 50%; border: none; font-size: 2rem; cursor: pointer; z-index: 10; transition: 0.3s;
}
.modal-close-btn:hover { background: #000; color: #fff; transform: rotate(90deg); }
.modal-visual { width: 45%; background: var(--clr-bg-alt); display: flex; align-items: center; justify-content: center; padding: 3rem; }
.modal-visual img { max-width: 100%; max-height: 100%; object-fit: contain; }
.modal-info { width: 55%; padding: 4rem; overflow-y: auto; }
.modal-title { font-size: 2.25rem; font-weight: 800; margin-bottom: 1.5rem; color: #000; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.spec-item { padding: 1rem; border-radius: 0.75rem; background: var(--clr-bg-surface); }
.spec-label { display: block; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; color: var(--clr-text-light); }
.spec-value { font-weight: 700; color: #000; }
@keyframes modalSlide { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ======== MOBILE HUD ======== */
.hud-container { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hud-scanline { position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, transparent, var(--clr-purple), #fff, var(--clr-purple), transparent); box-shadow: 0 0 25px var(--clr-purple), 0 0 10px #fff; opacity: 0.9; animation: scanMove 3s linear infinite; }
@keyframes scanMove { 0% { top: -10%; } 100% { top: 110%; } }

/* ======== MOBILE MENU OVERLAY ======== */
.mobile-menu-btn {
    display: none; background: none; border: none; cursor: pointer;
    width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 6px;
}
.mobile-menu-btn span { display: block; width: 100%; height: 3px; background: #000; transition: 0.3s; border-radius: 4px; }
.mobile-menu-btn.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
/* ======== BUTTON SYSTEM (CLEAN & PREMIUM) ======== */
.btn-premium, .btn-gold, .btn-explore {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 1.25rem 2.75rem; border-radius: 50px; font-family: var(--font-heading);
    font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
    cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: none;
    text-decoration: none; border: 2px solid transparent;
}
.btn-solutions { 
    background: linear-gradient(135deg, var(--clr-purple) 0%, var(--clr-blue-tech) 100%);
    color: #fff; box-shadow: 0 20px 40px rgba(139, 92, 246, 0.3);
    border: none; padding: 1.5rem 3.5rem; font-size: 1rem;
}
.btn-solutions:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 30px 60px rgba(139, 92, 246, 0.5); }

.solutions-cta-wrapper {
    margin-top: 10rem; margin-bottom: 5rem; width: 100%; display: flex; justify-content: center;
}

.btn-call-premium {
    display: flex; align-items: center; gap: 1.25rem; background: linear-gradient(135deg, var(--clr-purple) 0%, var(--clr-purple-dark) 100%);
    padding: 0.8rem 1.75rem; border-radius: 1rem; color: #fff; text-decoration: none;
    transition: var(--transition-smooth); box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-call-premium:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(139, 92, 246, 0.4); }
.btn-call-premium i { font-size: 1.75rem; }
.call-text-box { display: flex; flex-direction: column; text-align: left; }
.call-label { font-size: 1.15rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.1; }
.call-number { font-size: 0.85rem; font-weight: 600; opacity: 0.9; margin-top: 0.2rem; white-space: nowrap; }

.btn-premium { background: var(--clr-purple); color: #fff; box-shadow: 0 10px 20px -10px var(--clr-purple-glow); }
.btn-premium:hover { background: #7c3aed; transform: translateY(-3px); box-shadow: 0 15px 30px -10px rgba(139, 92, 246, 0.4); }

.btn-gold { background: var(--clr-gold); color: #000; box-shadow: 0 10px 20px -10px rgba(212, 175, 55, 0.3); }
.btn-gold:hover { background: #c5a02e; transform: translateY(-3px); box-shadow: 0 15px 30px -10px rgba(212, 175, 55, 0.4); }

.btn-explore { background: transparent; border: 2px solid var(--clr-purple); color: var(--clr-purple); padding: 0.85rem 1.75rem; font-size: 0.8rem; margin-top: 2.5rem; }
.btn-explore:hover { background: var(--clr-purple); color: #fff; transform: translateY(-2px); }

.btn-small { padding: 0.7rem 1.5rem; font-size: 0.75rem; border-width: 1px; }
.btn-block { width: 100%; display: flex; }

.btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff; }
.btn-outline:hover { background: #fff; color: #000; border-color: #fff; }

.category-tag {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    background: var(--clr-purple-glow);
    color: var(--clr-purple);
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

/* ======== INDUSTRY HORIZONTAL GRID (3 IMAGES) ======== */
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 900px) { .industry-grid { grid-template-columns: 1fr; } }
.industry-card { height: 320px; border-radius: 1.25rem; overflow: hidden; position: relative; transition: var(--transition-smooth); background: #eee; }
.industry-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.industry-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); transition: 0.5s; }
.industry-card:hover img { filter: brightness(0.9) scale(1.05); }
.industry-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; z-index: 5; text-align: center; }
.industry-content h3 { font-size: 1.1rem; color: #fff; margin-bottom: 0.25rem; letter-spacing: 0; }
.industry-content p { color: rgba(255,255,255,0.9); font-size: 0.75rem; line-height: 1.3; }
.industry-overlay { display: none; }

/* ======== TESTIMONIALS (GLASSMORPHIC CARDS) ======== */
.testimonial-card {
    background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(20px);
    border-radius: 1.5rem; padding: 2.5rem; border: 1px solid rgba(139, 92, 246, 0.1);
    box-shadow: var(--shadow-premium); transition: var(--transition-smooth);
    position: relative; display: flex; flex-direction: column; justify-content: space-between;
}
.testimonial-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-hover); border-color: rgba(139, 92, 246, 0.3); }
.testimonial-text { font-size: 1rem; color: var(--clr-text); font-style: italic; margin-bottom: 2rem; line-height: 1.7; position: relative; }
.testimonial-text::before { content: "\f10d"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; top: -1rem; left: -1rem; font-size: 1.5rem; color: var(--clr-purple); opacity: 0.15; }
.testimonial-user { display: flex; align-items: center; gap: 1rem; }
.user-info strong { display: block; font-size: 0.95rem; color: #000; }
.user-info span { font-size: 0.8rem; color: var(--clr-text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

/* ======== FAQ ACCORDION (MINIMALIST & CLEAN) ======== */
.accordion { max-width: 800px; margin: 0 auto; }
.accordion-item { border-bottom: 1px solid rgba(0,0,0,0.06); margin-bottom: 1rem; }
.accordion-header {
    width: 100%; display: flex; justify-content: space-between; align-items: center;
    padding: 1.5rem 0.5rem; background: none; border: none; cursor: pointer;
    font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; color: #000;
    transition: 0.3s;
}
.accordion-header:hover { color: var(--clr-purple); }
.accordion-header i { font-size: 0.9rem; transition: 0.4s; color: var(--clr-purple); }
.accordion-item.active .accordion-header i { transform: rotate(180deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.accordion-item.active .accordion-content { max-height: 200px; padding-bottom: 1.5rem; }
.accordion-content p { font-size: 0.95rem; color: var(--clr-text-muted); line-height: 1.6; }

/* ======== GET STARTED (HIGH-AUTHORITY CONVERSION ISLAND) ======== */
.cta-box {
    background: linear-gradient(135deg, var(--clr-purple-deep) 0%, #1a1a1a 100%);
    padding: 10rem 6rem; border-radius: 4rem; border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 40px 100px -20px rgba(139, 92, 246, 0.7);
    position: relative; overflow: hidden; color: #ffffff !important;
}
@media (max-width: 768px) { .cta-box { padding: 4rem 2rem; border-radius: 2rem; } }
.cta-box h2, .cta-box .subtitle { color: #ffffff !important; }
.cta-box p { opacity: 0.95; font-size: 1.15rem; color: #ffffff !important; margin-bottom: 3.5rem; line-height: 1.8; }
.cta-box > * { position: relative; z-index: 2; }
.cta-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, var(--clr-purple-glow), transparent); opacity: 0.5; z-index: 1; }
.form-group { display: flex; gap: 2rem; margin-bottom: 2.5rem; }
@media (max-width: 600px) { .form-group { flex-direction: column; gap: 1rem; } }
.form-group input { 
    flex: 1; padding: 1.25rem 1.5rem; border-radius: 1rem; border: 1px solid rgba(0,0,0,0.08);
    background: #fff; font-family: var(--font-main); font-size: 0.95rem; transition: 0.3s;
}
.form-group input:focus { outline: none; border-color: var(--clr-purple); box-shadow: 0 0 0 4px var(--clr-purple-glow); }

/* ======== FOOTER (PROFESSIONAL B2B) ======== */
.footer { padding: 8rem 0 3rem; background: #fff; border-top: var(--border-light); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 4rem; }
.footer-brand p { max-width: 320px; line-height: 1.8; }
.footer-links h4, .footer-contact h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: #000; margin-bottom: 2rem; font-weight: 800; }
.footer-links { display: flex; flex-direction: column; gap: 1rem; }
.footer-links a { color: var(--clr-text-muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: 0.3s; }
.footer-links a:hover { color: var(--clr-purple); transform: translateX(5px); }
.footer-contact p { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; color: var(--clr-text-muted); font-size: 0.9rem; font-weight: 500; }
.footer-contact i { width: 20px; text-align: center; font-size: 1rem; }

/* ======== NEW PREMIUM FOOTER (V2) ======== */
.footer-v2 { padding: 10rem 0 3rem; background: #0a0a0a; color: #fff; position: relative; overflow: hidden; }
.footer-v2::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, var(--clr-purple-glow), transparent 60%); opacity: 0.3; }
.footer-v2 .container { position: relative; z-index: 5; }
.footer-v2-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 4rem; }
.footer-v2-brand .logo-text { color: #fff; font-size: 1.65rem; }
.footer-v2-brand p { color: rgba(255,255,255,0.6); max-width: 320px; margin-bottom: 2rem; font-size: 0.95rem; }
.footer-v2-brand .areas-served { color: var(--clr-gold); font-weight: 700; font-size: 0.85rem; border-left: 2px solid var(--clr-gold); padding-left: 1rem; }
.footer-v2-col h4 { color: #fff; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 800; margin-bottom: 2.5rem; position: relative; }
.footer-v2-col h4::after { content: ''; position: absolute; bottom: -0.75rem; left: 0; width: 30px; height: 2px; background: var(--clr-purple); }
.footer-v2-links { list-style: none; display: flex; flex-direction: column; gap: 1.25rem; }
.footer-v2-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: var(--transition-fast); display: flex; align-items: center; gap: 0.75rem; }
.footer-v2-links a:hover { color: #fff; transform: translateX(8px); }
.footer-v2-links a::before { content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--clr-purple); font-size: 0.8rem; }
.footer-v2-contact { display: flex; flex-direction: column; gap: 1.5rem; }
.footer-v2-contact-item { display: flex; gap: 1.25rem; }
.footer-v2-contact-item i { color: var(--clr-purple); font-size: 1.1rem; margin-top: 0.25rem; }
.footer-v2-contact-item div h5 { font-size: 0.75rem; text-transform: uppercase; color: rgba(255,255,255,0.4); letter-spacing: 0.1em; margin-bottom: 0.25rem; }
.footer-v2-contact-item div p { color: #fff; font-size: 0.9rem; font-weight: 500; line-height: 1.4; }
.footer-v2-bottom { margin-top: 8rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,0.4); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; }

/* ======== CONTACT PAGE EXCLUSIVES ======== */
.contact-hero { padding: 18rem 0 10rem; background: linear-gradient(rgba(76, 29, 149, 0.8), rgba(0,0,0,0.9)), url('./assets/journey_sci_fi_purple.png'); background-size: cover; background-position: center; color: #fff; text-align: center; }
.contact-hero h1 { font-size: clamp(3rem, 5vw, 4.5rem); margin-bottom: 1.5rem; }
.contact-hero p { color: rgba(255,255,255,0.8); max-width: 700px; margin: 0 auto; font-size: 1.25rem; }

.contact-info-section { background: var(--clr-bg-surface); }
.contact-grid-main { display: grid; grid-template-columns: 1fr 1.5fr; gap: 6rem; }
.contact-info-cards { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.info-card-premium { background: #fff; padding: 3.5rem; border-radius: 2rem; border: var(--border-light); transition: var(--transition-smooth); box-shadow: var(--shadow-premium); display: flex; gap: 2rem; }
@media (max-width: 768px) { 
    .info-card-premium { flex-direction: column; align-items: center; text-align: center; padding: 2.5rem 1.5rem; gap: 1.5rem; }
}
.info-card-premium:hover { transform: scale(1.02); box-shadow: var(--shadow-hover); }
.info-card-icon { width: 70px; height: 70px; background: var(--clr-purple-glow); border-radius: 1.25rem; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; color: var(--clr-purple); flex-shrink: 0; }
.info-card-content h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.125em; color: var(--clr-text-light); margin-bottom: 0.75rem; }
.info-card-content p { color: #000; font-weight: 700; font-size: 1.2rem; line-height: 1.5; }
@media (max-width: 480px) { .info-card-content p { font-size: 1rem; } }

.visit-benefits { background: #fff; padding: 5rem; border-radius: 3rem; box-shadow: var(--shadow-premium); border: var(--border-light); }
@media (max-width: 768px) { .visit-benefits { padding: 3rem 2rem; border-radius: 2rem; text-align: center; } }
.visit-benefits h3 { font-size: 2.25rem; margin-bottom: 2.5rem; color: #000; }
@media (max-width: 768px) { .visit-benefits h3 { font-size: 1.75rem; margin-bottom: 2rem; } }
.benefit-list { list-style: none; display: grid; grid-template-columns: 1fr; gap: 2rem; }
.benefit-item { display: flex; gap: 1.25rem; align-items: flex-start; }
@media (max-width: 768px) { .benefit-item { flex-direction: column; align-items: center; } }
.benefit-item i { color: var(--clr-purple); font-size: 1.1rem; margin-top: 0.3rem; }
.benefit-item div h5 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.25rem; color: #000; }
.benefit-item div p { font-size: 0.95rem; color: var(--clr-text-muted); }

.contact-form-section { background: #fff; border-top: var(--border-light); }
.form-card-premium { background: #fff; border-radius: 3rem; padding: 0; overflow: hidden; box-shadow: 0 50px 100px -30px rgba(0,0,0,0.1); border: var(--border-light); display: grid; grid-template-columns: 1fr; }
.form-header-box { background: var(--clr-purple); color: #fff; padding: 4rem; text-align: center; }
.form-header-box h2 { font-size: 2.5rem; margin-bottom: 1rem; }
@media (max-width: 768px) { .form-header-box h2 { font-size: 1.85rem; } }
.form-header-box .subtitle { color: rgba(255,255,255,0.7) !important; opacity: 1; }
.form-body-box { padding: 6rem; }
@media (max-width: 768px) { .form-body-box { padding: 2rem 1.5rem; } }

.premium-form { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.form-field-full { grid-column: span 2; }
.field-group { display: flex; flex-direction: column; gap: 0.75rem; }
.field-group label { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; color: var(--clr-text-muted); letter-spacing: 0.1em; }
.field-group input, .field-group select, .field-group textarea { padding: 1.25rem 1.5rem; border-radius: 1rem; border: 1px solid #e2e8f0; background: #f8fafc; font-family: var(--font-main); font-size: 1rem; transition: 0.3s; }
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { outline: none; border-color: var(--clr-purple); background: #fff; box-shadow: 0 0 0 5px var(--clr-purple-glow); }
.field-group textarea { min-height: 150px; resize: vertical; }

.form-success-overlay { text-align: center; padding: 6rem; display: none; animation: fadeInUp 0.6s forwards; }
@media (max-width: 768px) { .form-success-overlay { padding: 3rem 1.5rem; } }
.form-success-overlay i { font-size: 5rem; color: #10b981; margin-bottom: 2rem; }
.form-success-overlay h2 { font-size: 3rem; margin-bottom: 1rem; color: #000; }
@media (max-width: 768px) { .form-success-overlay h2 { font-size: 2rem; } }
.form-success-overlay p { font-size: 1.2rem; color: var(--clr-text-muted); max-width: 500px; margin: 0 auto 3.5rem auto; }
@media (max-width: 768px) { .form-success-overlay p { font-size: 1rem; margin-bottom: 2rem; } }

/* Utilities */
.mt-4 { margin-top: 1rem !important; }
.mt-8 { margin-top: 3rem !important; }
.mt-12 { margin-top: 5rem !important; }
.text-left { text-align: left !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-12 { margin-bottom: 3rem !important; }

@media (max-width: 768px) {
    .text-left { text-align: center !important; }
    .section-title.text-left { margin: 0 auto 3rem auto; }
}

@media (max-width: 1100px) {
    .footer-v2-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
    .contact-grid-main { grid-template-columns: 1fr; gap: 4rem; }
}
@media (max-width: 800px) {
    .premium-form { grid-template-columns: 1fr; }
    .form-field-full { grid-column: auto; }
    .form-body-box { padding: 3rem 2rem; }
    .form-header-box { padding: 3rem 2rem; }
    .footer-v2-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
    .desktop-cta { display: none; }
}

.mobile-nav-overlay {
    position: fixed; inset: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(10px);
    z-index: 5000; display: flex; align-items: center; justify-content: center;
    transform: translateX(100%); transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav-overlay.active { transform: translateX(0); }
.mobile-nav-content { display: flex; flex-direction: column; gap: 2rem; text-align: center; }
.mobile-link { font-size: 2rem; font-weight: 800; color: #000; text-decoration: none; text-transform: uppercase; }

/* ======== RESPONSIVE ======== */
@media (max-width: 1100px) {
    .nav-links { display: none; }
    .mobile-menu-btn { display: flex; z-index: 6000; }
}

@media (max-width: 850px) {
    .section { padding: 6rem 0; }
    .header { padding: 1.5rem 0; }
    .hero h1 { font-size: 3.2rem; }
    .modal-content { flex-direction: column; height: 90vh; }
    .modal-visual, .modal-info { width: 100%; }
}
/* ======== WHY CHOOSE US (POP-OUT PURPLE THEME) ======== */
.why-choose-us {
    background: linear-gradient(rgba(76, 29, 149, 0.8), rgba(15, 23, 42, 0.9)), url('./assets/why_choose_us_sci_fi.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 12rem 0;
}
.why-choose-us .subtitle { color: #fff !important; }
.why-choose-us::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.1), transparent 40%);
    pointer-events: none;
}
.why-choose-us .section-title h2 { color: #fff; }
.why-choose-us .section-title p { color: rgba(255,255,255,0.7); }
.why-choose-us .subtitle { color: var(--clr-blue-tech); }

.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 3rem; margin-top: 5rem; }
.trust-card { 
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(10px);
    border-radius: 2rem; padding: 3.5rem; 
    border: 1px solid rgba(255, 255, 255, 0.08); 
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: var(--transition-smooth); display: flex; flex-direction: column; align-items: flex-start;
}
.trust-card:hover { 
    transform: translateY(-10px); 
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3); 
}
.trust-badge { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 1.5rem; }
.trust-number { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 800; color: var(--clr-blue-tech); line-height: 1; margin-bottom: 0.25rem; text-shadow: 0 0 20px rgba(14, 165, 233, 0.3); }
.trust-label { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); }
.trust-icon-circle { width: 60px; height: 60px; background: rgba(212, 175, 55, 0.1); border-radius: 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--clr-gold); margin-bottom: 1.5rem; border: 1px solid rgba(212, 175, 55, 0.2); }
.trust-card h4 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; color: #fff; }
.trust-card p { font-size: 0.95rem; line-height: 1.6; color: rgba(255,255,255,0.6); }

/* ======== ABOUT PAGE COMPONENTS ======== */
.about-hero { 
    padding: 20rem 0 15rem; 
    background: linear-gradient(rgba(76, 29, 149, 0.7), rgba(15, 23, 42, 0.85)), url('./assets/about_hero_sci_fi.png'); 
    background-size: cover;
    background-position: center;
    position: relative; overflow: hidden; color: #fff;
}
.about-hero::before { content: ''; position: absolute; inset: 0; background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png'); opacity: 0.1; }
.about-hero h1 { font-size: 4rem; margin-bottom: 2rem; }
.about-hero p { color: rgba(255,255,255,0.8); max-width: 700px; font-size: 1.25rem; line-height: 1.9; }
.about-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-visual { border-radius: 2rem; overflow: hidden; box-shadow: var(--shadow-hover); }
.about-visual img { width: 100%; height: auto; display: block; }

.timeline-section { 
    background: linear-gradient(rgba(76, 29, 149, 0.85), rgba(15, 23, 42, 0.95)), url('./assets/journey_sci_fi_purple.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
.timeline-section .section-title h2, .timeline-section .subtitle { color: #fff; }
.timeline-section .section-title p { color: rgba(255,255,255,0.7); }

.timeline-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px); padding: 2rem; border-radius: 1.25rem; box-shadow: var(--shadow-premium); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; }
.timeline-card h4 { color: #fff; }
.timeline-card p { color: rgba(255,255,255,0.7); }
.timeline-item .timeline-dot { border-color: var(--clr-purple-deep); }
.timeline-date { color: #fff; text-shadow: 0 0 15px var(--clr-purple); }
.timeline::before { background: rgba(255, 255, 255, 0.2); }
.timeline-card h4 { margin-bottom: 0.5rem; font-size: 1.2rem; }

.stats-ticker { background: var(--clr-purple); color: #fff; padding: 4rem 0; }
.stats-ticker-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
@media (max-width: 800px) { .stats-ticker-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .stats-ticker-grid { grid-template-columns: 1fr; } }
.stat-box h2 { font-size: 3rem; font-weight: 800; margin-bottom: 0.25rem; }
@media (max-width: 768px) { .stat-box h2 { font-size: 2.25rem; } }
.stat-box p { color: rgba(255,255,255,0.8); font-weight: 700; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.1em; }

.catalogue-hero { 
    padding: 16rem 0 8rem;
    background: linear-gradient(rgba(76, 29, 149, 0.75), rgba(15, 23, 42, 0.9)), url('./assets/catalogue_hero.png');
    background-size: cover; background-position: center; text-align: center; color: #fff;
    position: relative; overflow: hidden;
}
.product-grid-gallery { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 3rem; 
    padding: 6rem 0; 
}
.product-card-vertical { 
    display: flex; flex-direction: column; 
    background: #fff; border-radius: 2rem; 
    border: var(--border-light); box-shadow: var(--shadow-premium);
    transition: var(--transition-smooth);
    height: 100%;
}
.product-card-vertical:hover { transform: translateY(-10px); box-shadow: 0 40px 80px -20px rgba(0,0,0,0.15); }
.product-visual-box { width: 100%; height: 320px; border-radius: 2rem 2rem 0 0; overflow: hidden; background: #f8fafc; border-bottom: var(--border-light); position: relative; }
.product-visual-box img { width: 100%; height: 100%; object-fit: contain; padding: 2.5rem; mix-blend-mode: multiply; }
.product-info-box { display: flex; flex-direction: column; padding: 2.5rem; flex: 1; }
.product-brand-tag { font-family: var(--font-heading); font-weight: 800; font-size: 0.75rem; color: var(--clr-purple); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; display: block; }
.product-title-large { font-size: 1.5rem; margin-bottom: 1rem; color: #000; font-family: var(--font-heading); line-height: 1.3; }
.product-desc-large { font-size: 0.95rem; line-height: 1.6; color: var(--clr-text-muted); margin-bottom: 2rem; flex: 1; }
.product-specs-catalog { 
    display: grid; grid-template-columns: 1fr; gap: 1rem; 
    padding: 1.75rem; background: #f8fafc; border-radius: 1.25rem; margin-bottom: 2rem;
    border: var(--border-light);
}
.catalog-spec-item { display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px dashed rgba(0,0,0,0.05); padding-bottom: 0.5rem; }
.catalog-spec-item:last-child { border-bottom: none; padding-bottom: 0; }
.catalog-spec-label { font-size: 0.65rem; font-weight: 800; color: var(--clr-text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.catalog-spec-value { font-size: 0.85rem; font-weight: 700; color: #000; text-align: right; }
.product-cta-btn { width: 100%; text-align: center; }

@media (max-width: 1100px) {
    .product-grid-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .product-grid-gallery { grid-template-columns: 1fr; gap: 2rem; }
    .product-visual-box { height: 280px; }
    .product-title-large { font-size: 1.4rem; }
}

@media (max-width: 900px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .about-content-grid { grid-template-columns: 1fr; gap: 3rem; }
    .timeline::before { left: 20px; }
    .timeline-item { width: 100%; left: 0 !important; padding: 0 0 0 50px !important; text-align: left !important; }
    .timeline-dot { left: 10px !important; }
    .stats-ticker-grid { grid-template-columns: repeat(2, 1fr); }
}


@media (max-width: 600px) {
    .trust-grid { grid-template-columns: 1fr; }
    .stat-box h2 { font-size: 2rem; }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    color: #FFF;
}

.whatsapp-float i {
    margin-top: 2px;
}


@media screen and (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 30px;
        right: 20px;
        font-size: 28px;
    }
}

/* Utilities */
.hidden {
    display: none !important;
}

.btn-premium:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

