/* ============================================
   MULTIVERSE TECHS — Master Stylesheet
   "Infinite Possibilities. One Partner."
   ============================================ */

:root {
    --dark-950: #020617;
    --dark-900: #0f172a;
    --dark-800: #1e293b;
    --dark-700: #334155;
    --dark-600: #475569;
    --teal: #2dd4bf;
    --teal-bright: #5eead4;
    --teal-deep: #0d9488;
    --gold: #f59e0b;
    --gold-bright: #fbbf24;
    --gold-deep: #d97706;
    --coral: #fb7185;
    --coral-bright: #fda4af;
    --coral-deep: #e11d48;
    --indigo: #818cf8;
    --indigo-bright: #a5b4fc;
    --indigo-deep: #6366f1;
    --sky: #38bdf8;
    --sky-deep: #0284c7;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --glass-bg: rgba(255,255,255,0.04);
    --glass-border: rgba(255,255,255,0.08);
    --glass-hover: rgba(255,255,255,0.07);
    --gradient-main: linear-gradient(135deg, var(--teal), var(--indigo), var(--coral));
    --gradient-warm: linear-gradient(135deg, var(--gold), var(--coral));
    --gradient-cool: linear-gradient(135deg, var(--teal), var(--sky));
    --gradient-royal: linear-gradient(135deg, var(--indigo), var(--coral));
    --font-display: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --ease: cubic-bezier(0.4,0,0.2,1);
    --transition: 0.3s var(--ease);
    --transition-slow: 0.6s var(--ease);
}

*,*::before,*::after { box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; position: relative; min-height: 100%; }

body {
    font-family: var(--font-body);
    background-color: var(--dark-950);
    color: var(--text-primary);
    overflow-x: hidden;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

::selection { background: var(--teal); color: var(--dark-950); }

h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); font-weight: 700; }

a { color: var(--teal); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--teal-bright); }

.text-secondary { color: var(--text-secondary) !important; }
.text-accent { color: var(--teal) !important; }
.text-teal { color: var(--teal) !important; }
.text-gold { color: var(--gold) !important; }
.text-coral { color: var(--coral) !important; }
.text-indigo { color: var(--indigo) !important; }
.text-sky { color: var(--sky) !important; }
.text-cyan { color: var(--teal) !important; }
.text-purple { color: var(--indigo) !important; }
.text-pink { color: var(--coral) !important; }
.text-orange { color: var(--gold) !important; }
.letter-spacing-2 { letter-spacing: 2px; }

.gradient-text {
    background: var(--gradient-cool);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.gradient-text-alt {
    background: var(--gradient-warm);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.section-dark { background-color: var(--dark-900); position: relative; }
.section-darker { background-color: var(--dark-950); position: relative; }
.py-section { padding: 7rem 0; }

.section-badge {
    display: inline-block;
    background: rgba(45,212,191,0.08);
    color: var(--teal);
    padding: 0.45rem 1.4rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(45,212,191,0.15);
}

.section-title { font-size: 2.75rem; font-weight: 800; margin-bottom: 1rem; line-height: 1.15; }
.section-subtitle { color: var(--text-secondary); font-size: 1.1rem; max-width: 620px; margin: 0 auto; line-height: 1.8; }

/* TOP BAR */
.top-bar {
    background: var(--dark-950);
    border-bottom: 1px solid var(--glass-border);
    padding: 0.5rem 0;
    font-size: 0.78rem;
    color: var(--text-muted);
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1060;
}
.top-bar .slogan-text { color: var(--gold); font-weight: 600; letter-spacing: 0.5px; }

/* NAVBAR */
#mainNav {
    padding: 0.9rem 0;
    transition: var(--transition-slow);
    background: transparent;
    z-index: 1050;
    top: 0;
}
@media (min-width: 992px) { #mainNav { top: 33px; } }

#mainNav.scrolled {
    background: rgba(15,23,42,0.92);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    border-bottom: 1px solid var(--glass-border);
    padding: 0.55rem 0;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
    top: 0 !important;
}

.brand-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    background: var(--gradient-cool);
    border-radius: 11px;
    margin-right: 0.6rem;
    font-size: 1rem;
    color: var(--dark-950);
    box-shadow: 0 2px 12px rgba(45,212,191,0.25);
}

.brand-text {
    font-family: var(--font-display);
    font-size: 1.15rem; font-weight: 800;
    color: var(--text-primary);
    letter-spacing: 1.5px;
}

.brand-highlight {
    background: var(--gradient-cool);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

#mainNav .nav-link {
    color: rgba(255,255,255,0.72); font-weight: 500; font-size: 0.88rem;
    padding: 0.5rem 1rem; position: relative; transition: var(--transition); letter-spacing: 0.3px;
}
#mainNav .nav-link:hover, #mainNav .nav-link:focus { color: #fff; }
#mainNav .nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px;
    background: var(--gradient-cool); transition: var(--transition); transform: translateX(-50%); border-radius: 2px;
}
#mainNav .nav-link:hover::after { width: 60%; }

.hamburger { width: 24px; height: 18px; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.hamburger span { display: block; height: 2px; width: 100%; background: var(--text-primary); border-radius: 2px; }

/* GLOW BUTTON */
.btn-glow {
    background: var(--gradient-cool);
    color: var(--dark-950) !important;
    font-weight: 700; border: none; border-radius: 50px;
    padding: 0.65rem 1.8rem; position: relative; overflow: hidden;
    transition: var(--transition); font-size: 0.88rem;
}
.btn-glow::before {
    content: ''; position: absolute; inset: -2px;
    background: var(--gradient-cool); filter: blur(18px);
    opacity: 0; transition: var(--transition); z-index: -1; border-radius: 50px;
}
.btn-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(45,212,191,0.3); color: var(--dark-950) !important;
}
.btn-glow:hover::before { opacity: 0.6; }

.btn-outline-light {
    border-radius: 50px; border-width: 2px; font-weight: 600;
    border-color: rgba(255,255,255,0.25);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); color: #fff; }

/* HERO */
.hero-section { position: relative; min-height: 100vh; background: var(--dark-950); overflow: hidden; display: flex; align-items: center; }

.hero-gradient-orb { position: absolute; border-radius: 50%; filter: blur(130px); opacity: 0.12; pointer-events: none; }
.hero-orb-1 { width: 650px; height: 650px; background: var(--teal); top: -250px; right: -150px; animation: floatOrb 18s ease-in-out infinite; }
.hero-orb-2 { width: 550px; height: 550px; background: var(--indigo); bottom: -200px; left: -150px; animation: floatOrb 22s ease-in-out infinite reverse; }
.hero-orb-3 { width: 350px; height: 350px; background: var(--gold); top: 40%; left: 45%; animation: floatOrb 14s ease-in-out infinite; opacity: 0.07; }

@keyframes floatOrb {
    0%,100% { transform: translate(0,0) scale(1); }
    25% { transform: translate(30px,-40px) scale(1.05); }
    50% { transform: translate(-20px,20px) scale(0.95); }
    75% { transform: translate(15px,35px) scale(1.02); }
}

.hero-badge {
    display: inline-flex; align-items: center;
    background: rgba(45,212,191,0.06); border: 1px solid rgba(45,212,191,0.15);
    border-radius: 50px; padding: 0.5rem 1.4rem;
    font-size: 0.82rem; font-weight: 600; color: var(--teal); margin-bottom: 1.5rem;
}

.hero-title { font-size: 4rem; font-weight: 900; line-height: 1.08; margin-bottom: 1.5rem; letter-spacing: -1.5px; }
.hero-subtitle { font-size: 1.18rem; color: var(--text-secondary); line-height: 1.85; max-width: 560px; margin-bottom: 2.2rem; }
.hero-actions { margin-bottom: 3.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-stats { display: flex; gap: 3rem; }
.hero-stat { text-align: left; }
.hero-stat-number { display: block; font-family: var(--font-display); font-size: 2.2rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.hero-stat-label { display: block; font-size: 0.75rem; color: var(--text-muted); margin-top: 0.4rem; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 500; }

.hero-visual { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; }
.hero-ring { position: absolute; border-radius: 50%; border: 1px solid; }
.hero-ring-1 { width: 360px; height: 360px; border-color: rgba(45,212,191,0.12); animation: spin 28s linear infinite; }
.hero-ring-2 { width: 265px; height: 265px; border-color: rgba(129,140,248,0.12); animation: spin 22s linear infinite reverse; }
.hero-ring-3 { width: 180px; height: 180px; border-color: rgba(245,158,11,0.12); animation: spin 16s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.hero-center-icon {
    width: 95px; height: 95px;
    background: var(--gradient-cool); border-radius: 26px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.2rem; color: var(--dark-950);
    box-shadow: 0 0 50px rgba(45,212,191,0.25);
    animation: pulse 4s ease-in-out infinite; z-index: 2;
}
@keyframes pulse {
    0%,100% { box-shadow: 0 0 30px rgba(45,212,191,0.25); }
    50% { box-shadow: 0 0 60px rgba(45,212,191,0.4), 0 0 120px rgba(129,140,248,0.15); }
}

.hero-float-icon {
    position: absolute; width: 52px; height: 52px;
    background: rgba(15,23,42,0.7); backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border); border-radius: 15px;
    display: flex; align-items: center; justify-content: center; font-size: 1.1rem; z-index: 3;
}
.float-icon-1 { top: 12%; left: 18%; color: var(--teal); animation: float 7s ease-in-out infinite; }
.float-icon-2 { top: 18%; right: 12%; color: var(--coral); animation: float 6s ease-in-out infinite 1s; }
.float-icon-3 { bottom: 18%; right: 18%; color: var(--gold); animation: float 8s ease-in-out infinite 0.5s; }
.float-icon-4 { bottom: 12%; left: 12%; color: var(--indigo); animation: float 7s ease-in-out infinite 1.5s; }
@keyframes float { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-18px); } }

.hero-scroll-indicator { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); text-align: center; color: var(--text-muted); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2.5px; }
.scroll-arrow { width: 22px; height: 34px; border: 2px solid rgba(100,116,139,0.5); border-radius: 12px; margin: 0.6rem auto 0; position: relative; }
.scroll-arrow::after { content: ''; width: 3px; height: 8px; background: var(--teal); border-radius: 2px; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); animation: scrollBounce 2s ease-in-out infinite; }
@keyframes scrollBounce { 0%,100% { opacity: 1; top: 6px; } 50% { opacity: 0.3; top: 16px; } }

/* PAGE HERO */
.page-hero { position: relative; padding: 11rem 0 5rem; background: var(--dark-950); overflow: hidden; }
.page-hero-title { font-size: 3.2rem; font-weight: 900; margin-bottom: 1rem; letter-spacing: -1px; }
.page-hero-subtitle { color: var(--text-secondary); font-size: 1.15rem; max-width: 620px; margin: 0 auto; line-height: 1.8; }

/* ANIMATIONS */
.animate-fade-up { opacity: 0; transform: translateY(30px); animation: fadeUp 0.8s var(--ease) forwards; }
.delay-1 { animation-delay: 0.15s; } .delay-2 { animation-delay: 0.3s; } .delay-3 { animation-delay: 0.45s; } .delay-4 { animation-delay: 0.6s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* SERVICE CARDS */
.service-card {
    background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px;
    padding: 2rem; height: 100%; position: relative; overflow: hidden; transition: var(--transition);
}
.service-card:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.15); transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.25); }
.service-card-glow { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(45,212,191,0.04), transparent 50%); opacity: 0; transition: var(--transition-slow); pointer-events: none; }
.service-card:hover .service-card-glow { opacity: 1; }
.service-icon { width: 58px; height: 58px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.3rem; color: white; }
.bg-gradient-cyan { background: linear-gradient(135deg, var(--teal-deep), var(--teal)); }
.bg-gradient-purple { background: linear-gradient(135deg, var(--indigo-deep), var(--indigo)); }
.bg-gradient-pink { background: linear-gradient(135deg, var(--coral-deep), var(--coral)); }
.bg-gradient-orange { background: linear-gradient(135deg, var(--gold-deep), var(--gold)); }
.service-card h5 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.8rem; }
.service-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.7; margin-bottom: 1.2rem; }
.service-link { color: var(--teal); font-weight: 600; font-size: 0.85rem; transition: var(--transition); display: inline-flex; align-items: center; gap: 0.4rem; }
.service-link:hover { color: var(--teal-bright); }
.service-link i { transition: transform var(--transition); }
.service-link:hover i { transform: translateX(5px); }

/* FEATURE LIST */
.feature-list { display: flex; flex-direction: column; gap: 1rem; }
.feature-item { display: flex; gap: 1rem; align-items: flex-start; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 16px; padding: 1.2rem 1.4rem; transition: var(--transition); }
.feature-item:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.15); transform: translateX(4px); }
.feature-icon { width: 46px; height: 46px; min-width: 46px; background: rgba(45,212,191,0.08); border: 1px solid rgba(45,212,191,0.1); border-radius: 13px; display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1rem; }
.feature-item h6 { font-size: 0.95rem; margin-bottom: 0.3rem; }

/* SHOWCASE GRID */
.glass-card-showcase { padding: 1.5rem; }
.showcase-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.showcase-item { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 16px; padding: 1.6rem 1rem; text-align: center; transition: var(--transition); }
.showcase-item:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.15); transform: translateY(-5px); }
.showcase-item i { font-size: 1.6rem; margin-bottom: 0.6rem; display: block; }
.showcase-item span { font-size: 0.75rem; color: var(--text-secondary); font-weight: 500; }
.showcase-item-1 i { color: var(--teal); } .showcase-item-2 i { color: var(--indigo); }
.showcase-item-3 i { color: var(--gold); } .showcase-item-4 i { color: var(--coral); }
.showcase-item-5 i { color: var(--sky); } .showcase-item-6 i { color: var(--indigo-bright); }

/* PORTFOLIO */
.portfolio-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; overflow: hidden; transition: var(--transition); height: 100%; }
.portfolio-card:hover { transform: translateY(-8px); border-color: rgba(45,212,191,0.15); box-shadow: 0 25px 60px rgba(0,0,0,0.35); }
.portfolio-image { height: 220px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.portfolio-icon { color: rgba(255,255,255,0.3); transition: var(--transition); }
.portfolio-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); display: flex; align-items: center; justify-content: center; color: white; opacity: 0; transition: var(--transition); }
.portfolio-card:hover .portfolio-overlay { opacity: 1; }
.portfolio-card:hover .portfolio-icon { transform: scale(1.1); }
.portfolio-body { padding: 1.5rem; }
.portfolio-tag { display: inline-block; background: rgba(45,212,191,0.08); color: var(--teal); padding: 0.2rem 0.8rem; border-radius: 50px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.8rem; }
.portfolio-body h5 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.portfolio-tech { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 0.8rem; }
.portfolio-tech span { background: var(--glass-bg); border: 1px solid var(--glass-border); padding: 0.2rem 0.6rem; border-radius: 6px; font-size: 0.7rem; color: var(--text-muted); }
.portfolio-filters { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; }
.filter-btn { background: var(--glass-bg); border: 1px solid var(--glass-border); color: var(--text-secondary); padding: 0.5rem 1.3rem; border-radius: 50px; font-size: 0.85rem; font-weight: 500; cursor: pointer; transition: var(--transition); }
.filter-btn:hover, .filter-btn.active { background: var(--gradient-cool); color: var(--dark-950); border-color: transparent; font-weight: 700; }

/* TESTIMONIALS */
.testimonial-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2rem; height: 100%; transition: var(--transition); position: relative; }
.testimonial-card::before { content: '\201C'; position: absolute; top: 1rem; right: 1.5rem; font-size: 4rem; color: rgba(45,212,191,0.08); font-family: Georgia, serif; line-height: 1; }
.testimonial-card:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.12); }
.testimonial-stars { color: var(--gold); margin-bottom: 1rem; font-size: 0.85rem; }
.testimonial-stars i { margin-right: 2px; }
.testimonial-card > p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
.testimonial-avatar { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; color: white; }

/* CTA */
.cta-section { position: relative; padding: 7rem 0; overflow: hidden; background: var(--dark-900); }
.cta-bg-effects { position: absolute; inset: 0; pointer-events: none; }
.cta-orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.1; }
.cta-orb-1 { width: 450px; height: 450px; background: var(--teal); top: -120px; left: 15%; }
.cta-orb-2 { width: 400px; height: 400px; background: var(--indigo); bottom: -120px; right: 15%; }
.cta-title { font-size: 3rem; font-weight: 900; margin-bottom: 1rem; }
.cta-subtitle { color: var(--text-secondary); font-size: 1.12rem; max-width: 620px; margin: 0 auto 2.2rem; line-height: 1.8; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* CLIENT LOGOS */
.client-logos { display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.client-logo { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: var(--text-muted); opacity: 0.4; transition: var(--transition); }
.client-logo:hover { opacity: 1; color: var(--text-secondary); }
.client-logo span { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 500; }

/* SERVICE DETAIL VISUAL */
.service-detail-visual { width: 100%; height: 380px; border-radius: 24px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.bg-gradient-cyan-soft { background: linear-gradient(135deg, rgba(13,148,136,0.1), rgba(45,212,191,0.04)); border: 1px solid rgba(45,212,191,0.1); }
.bg-gradient-purple-soft { background: linear-gradient(135deg, rgba(99,102,241,0.1), rgba(129,140,248,0.04)); border: 1px solid rgba(129,140,248,0.1); }
.bg-gradient-pink-soft { background: linear-gradient(135deg, rgba(225,29,72,0.08), rgba(251,113,133,0.04)); border: 1px solid rgba(251,113,133,0.1); }
.bg-gradient-orange-soft { background: linear-gradient(135deg, rgba(217,119,6,0.1), rgba(245,158,11,0.04)); border: 1px solid rgba(245,158,11,0.1); }
.visual-ring { position: absolute; width: 220px; height: 220px; border: 1px solid rgba(45,212,191,0.12); border-radius: 50%; animation: spin 22s linear infinite; }
.ring-purple { border-color: rgba(129,140,248,0.12); } .ring-pink { border-color: rgba(251,113,133,0.12); } .ring-orange { border-color: rgba(245,158,11,0.12); }
.mini-feature { display: flex; align-items: center; gap: 0.6rem; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 12px; padding: 0.8rem 1rem; transition: var(--transition); }
.mini-feature:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.1); }
.mini-feature i { font-size: 0.9rem; min-width: 20px; } .mini-feature span { font-size: 0.8rem; font-weight: 500; }

/* PROCESS */
.process-step { text-align: center; padding: 2rem 1.5rem; }
.process-number { font-family: var(--font-display); font-size: 3.2rem; font-weight: 900; background: var(--gradient-cool); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 1rem; }
.process-step h5 { margin-bottom: 0.8rem; }

/* ABOUT */
.about-stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.about-stat-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2rem; text-align: center; transition: var(--transition); }
.about-stat-card:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.12); transform: translateY(-4px); }
.about-stat-number { font-family: var(--font-display); font-size: 2.5rem; font-weight: 900; line-height: 1; }
.about-stat-label { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.5rem; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 500; }
.glass-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2.5rem; transition: var(--transition); }
.glass-card:hover { background: var(--glass-hover); }
.value-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2rem; height: 100%; transition: var(--transition); }
.value-card:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.12); transform: translateY(-6px); }
.value-icon { width: 64px; height: 64px; background: rgba(45,212,191,0.06); border: 1px solid rgba(45,212,191,0.1); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-size: 1.4rem; color: var(--teal); }
.team-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2rem; text-align: center; height: 100%; transition: var(--transition); }
.team-card:hover { background: var(--glass-hover); border-color: rgba(45,212,191,0.12); transform: translateY(-6px); }
.team-avatar { width: 80px; height: 80px; border-radius: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: white; }
.team-card h5 { font-size: 1rem; margin-bottom: 0.2rem; }
.team-social { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1rem; }
.team-social a { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 10px; color: var(--text-muted); font-size: 0.8rem; transition: var(--transition); }
.team-social a:hover { background: var(--teal); color: var(--dark-950); border-color: var(--teal); }

/* CONTACT */
.contact-form-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 24px; padding: 2.5rem; }
.contact-form-card .form-control, .contact-form-card .form-select { background: var(--dark-800); border: 1px solid var(--glass-border); color: var(--text-primary); border-radius: 12px; padding: 1rem; }
.contact-form-card .form-control:focus, .contact-form-card .form-select:focus { background: var(--dark-700); border-color: var(--teal); box-shadow: 0 0 0 3px rgba(45,212,191,0.12); color: var(--text-primary); }
.contact-form-card .form-floating > label { color: var(--text-muted); }
.contact-info-list { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-info-icon { width: 52px; height: 52px; min-width: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: white; }
.contact-info-item h6 { margin-bottom: 0.3rem; }
.map-placeholder { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; padding: 4rem; text-align: center; }
.stat-item { padding: 1rem; }
.stat-number { font-family: var(--font-display); font-size: 2.5rem; font-weight: 900; line-height: 1; }
.stat-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1.2px; margin-top: 0.4rem; font-weight: 500; }

/* FOOTER */
.site-footer { background: var(--dark-950); padding: 5rem 0 0; position: relative; overflow: hidden; }
.footer-glow { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 500px; height: 2px; background: var(--gradient-cool); opacity: 0.5; }
.footer-glow::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 80px; background: var(--gradient-cool); filter: blur(70px); opacity: 0.1; }
.footer-brand { display: flex; align-items: center; }
.footer-slogan { color: var(--gold); font-style: italic; font-size: 0.88rem; font-weight: 500; margin-bottom: 1rem; }
.footer-heading { font-family: var(--font-display); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--text-primary); margin-bottom: 1.2rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.65rem; }
.footer-links a { color: var(--text-muted); font-size: 0.88rem; transition: var(--transition); }
.footer-links a:hover { color: var(--teal); padding-left: 5px; }
.social-links { display: flex; gap: 0.5rem; }
.social-link { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 12px; color: var(--text-muted); transition: var(--transition); }
.social-link:hover { background: var(--teal); color: var(--dark-950); border-color: var(--teal); transform: translateY(-3px); box-shadow: 0 4px 15px rgba(45,212,191,0.25); }
.footer-subscribe .form-control { background: var(--dark-800); border: 1px solid var(--glass-border); border-radius: 12px 0 0 12px; color: var(--text-primary); padding: 0.75rem 1rem; }
.footer-subscribe .form-control:focus { background: var(--dark-700); border-color: var(--teal); box-shadow: none; color: var(--text-primary); }
.footer-subscribe .form-control::placeholder { color: var(--text-muted); }
.footer-subscribe .btn { border-radius: 0 12px 12px 0; padding: 0.75rem 1.2rem; }
.footer-bottom { border-top: 1px solid var(--glass-border); padding: 1.5rem 0; }

/* BACK TO TOP */
.btn-back-to-top { position: fixed; bottom: 2rem; right: 2rem; width: 46px; height: 46px; background: var(--gradient-cool); color: var(--dark-950); border: none; border-radius: 13px; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: var(--transition); z-index: 999; cursor: pointer; box-shadow: 0 4px 20px rgba(45,212,191,0.25); }
.btn-back-to-top.visible { opacity: 1; visibility: visible; }
.btn-back-to-top:hover { transform: translateY(-3px); }

/* FORM OVERRIDES */
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder { color: var(--text-muted); text-align: end; }
.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder { text-align: start; }
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: 0 0 0 0.1rem rgba(45,212,191,0.15), 0 0 0 0.25rem rgba(45,212,191,0.1); }

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .hero-title { font-size: 3rem; } .section-title { font-size: 2.1rem; } .cta-title { font-size: 2.3rem; }
    .hero-stats { gap: 2rem; } .py-section { padding: 5rem 0; }
    #mainNav { background: rgba(15,23,42,0.97); backdrop-filter: blur(20px); top: 0 !important; }
    .page-hero { padding: 9rem 0 4rem; }
}
@media (max-width: 767.98px) {
    .hero-title { font-size: 2.4rem; } .hero-subtitle { font-size: 1rem; }
    .hero-stats { flex-direction: column; gap: 1rem; } .page-hero-title { font-size: 2.2rem; }
    .section-title { font-size: 1.8rem; } .cta-title { font-size: 1.9rem; }
    .showcase-grid { grid-template-columns: repeat(2,1fr); } .client-logos { gap: 1.5rem; }
    .about-stats-grid { grid-template-columns: repeat(2,1fr); gap: 1rem; } .py-section { padding: 4rem 0; }
}