/* ═══════════════════════════════════════════════════════════
   BKAAI - COMPLETE PROFESSIONAL OVERRIDE
   REMOVING ALL GARBAGE • CLEAN PREMIUM DESIGN
   ═══════════════════════════════════════════════════════════ */

/* ===============================================
   KILL ALL 3D SHAPES - COMPLETELY REMOVE
   =============================================== */
#3d-canvas,
#advanced-particles,
#shader-background,
#ripple-canvas,
.gradient-mesh,
.background-fx {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ===============================================
   PROFESSIONAL BACKGROUND - SOLID COLOR
   =============================================== */
body {
    background: #0a0a0f !important;
    background-image: none !important;
}

body::before,
body::after {
    display: none !important;
}

/* ===============================================
   HERO SECTION - CENTERED, PROFESSIONAL
   =============================================== */
header {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 60px 40px !important;
    gap: 30px !important;
    background: transparent !important;
    position: relative !important;
    z-index: 100 !important;
}

/* ===============================================
   LOGO - IMMEDIATELY VISIBLE, CENTERED
   =============================================== */
.logo-3d-container,
.logo-3d-wrapper {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    margin: 0 !important;
}

.hero-logo {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 9rem !important;
    font-weight: 900 !important;

    /* Premium white with subtle cyan glow */
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;

    letter-spacing: 25px !important;
    text-transform: uppercase !important;

    /* Professional glow */
    text-shadow:
        0 0 40px rgba(0, 242, 255, 0.3),
        0 0 80px rgba(0, 242, 255, 0.15),
        0 4px 20px rgba(0, 0, 0, 0.5) !important;

    /* Ensure immediate visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: none !important;
    animation: subtlePulse 4s ease-in-out infinite !important;
}

@keyframes subtlePulse {

    0%,
    100% {
        text-shadow:
            0 0 40px rgba(0, 242, 255, 0.3),
            0 0 80px rgba(0, 242, 255, 0.15),
            0 4px 20px rgba(0, 0, 0, 0.5);
    }

    50% {
        text-shadow:
            0 0 60px rgba(0, 242, 255, 0.4),
            0 0 100px rgba(0, 242, 255, 0.2),
            0 6px 30px rgba(0, 0, 0, 0.5);
    }
}

.hero-logo:hover {
    text-shadow:
        0 0 60px rgba(0, 242, 255, 0.5),
        0 0 120px rgba(0, 242, 255, 0.25),
        0 6px 30px rgba(0, 0, 0, 0.5) !important;
}

/* REMOVE ALL CHILDISH ELEMENTS */
.logo-reflection,
.logo-particles,
.logo-particles::before,
.logo-particles::after,
.logo-orbit-particle,
.hero-logo::before {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* ===============================================
   SUBTITLE - CLEAN AND PROFESSIONAL
   =============================================== */
.hero-subtitle {
    font-size: 1.1rem !important;
    color: #808080 !important;
    letter-spacing: 8px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-subtitle::before,
.hero-subtitle::after {
    content: '' !important;
    width: 60px !important;
    height: 1px !important;
    background: rgba(0, 242, 255, 0.3) !important;
    position: absolute !important;
    top: 50% !important;
}

.hero-subtitle::before {
    left: -80px !important;
}

.hero-subtitle::after {
    right: -80px !important;
}

/* ===============================================
   TAGLINE - MINIMAL
   =============================================== */
.hero-tagline {
    font-size: 0.95rem !important;
    color: #606060 !important;
    padding: 16px 40px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 4px !important;
    max-width: 700px !important;
    letter-spacing: 1px !important;
}

.tagline-icon {
    display: none !important;
}

/* ===============================================
   TYPING TEXT - CLEAN
   =============================================== */
.typing-container {
    font-size: 1.3rem !important;
    color: #00f2ff !important;
    min-height: 2em !important;
    opacity: 1 !important;
}

/* ===============================================
   INFO CARDS - PROFESSIONAL
   =============================================== */
.hero-info-cards {
    display: flex !important;
    gap: 18px !important;
    margin-top: 25px !important;
    opacity: 1 !important;
}

.hero-info-card {
    padding: 13px 24px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 4px !important;
    color: #808080 !important;
    font-size: 0.9rem !important;
    transition: all 0.2s ease !important;
}

.hero-info-card:hover {
    background: rgba(0, 242, 255, 0.05) !important;
    border-color: rgba(0, 242, 255, 0.2) !important;
}

/* ===============================================
   CTA BUTTONS - PREMIUM
   =============================================== */
.hero-cta {
    display: flex !important;
    gap: 15px !important;
    margin-top: 35px !important;
    opacity: 1 !important;
}

.cta-button {
    padding: 16px 40px !important;
    border-radius: 4px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}

.cta-button::before {
    display: none !important;
}

.cta-primary {
    background: #00f2ff !important;
    color: #000 !important;
    border: none !important;
}

.cta-primary:hover {
    background: #00d4e0 !important;
    box-shadow: 0 4px 20px rgba(0, 242, 255, 0.3) !important;
}

.cta-secondary {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cta-secondary:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(0, 242, 255, 0.3) !important;
}

/* ===============================================
   REMOVE CUSTOM CURSOR - USE DEFAULT
   =============================================== */
.custom-cursor,
.custom-cursor-dot,
.cursor-particle {
    display: none !important;
}

body {
    cursor: auto !important;
}

/* ===============================================
   CLEAN SCROLL INDICATOR
   =============================================== */
.scroll-down {
    position: absolute !important;
    bottom: 40px !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 1.5rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
}

.scroll-down:hover {
    color: #00f2ff !important;
    border-color: rgba(0, 242, 255, 0.3) !important;
}

/* ===============================================
   SECTIONS - CLEAN CARDS
   =============================================== */
.card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
}

.card:hover {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(0, 242, 255, 0.15) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3) !important;
}

.card::before,
.card::after {
    display: none !important;
}

/* ===============================================
   NAVIGATION - CLEAN
   =============================================== */
.nav-item {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 4px !important;
}

.nav-item:hover {
    background: rgba(0, 242, 255, 0.05) !important;
    border-color: rgba(0, 242, 255, 0.2) !important;
}

.nav-item::before {
    display: none !important;
}

/* ===============================================
   RESPONSIVE
   =============================================== */
@media (max-width: 1024px) {
    .hero-logo {
        font-size: 7rem !important;
        letter-spacing: 18px !important;
    }
}

@media (max-width: 768px) {
    .hero-logo {
        font-size: 5rem !important;
        letter-spacing: 12px !important;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
        letter-spacing: 4px !important;
    }

    .hero-subtitle::before,
    .hero-subtitle::after {
        display: none !important;
    }

    .hero-info-cards {
        flex-direction: column !important;
        max-width: 350px !important;
    }

    .hero-cta {
        flex-direction: column !important;
        max-width: 350px !important;
    }
}

@media (max-width: 480px) {
    .hero-logo {
        font-size: 3.5rem !important;
        letter-spacing: 8px !important;
    }
}

/* ===============================================
   LOADING SCREEN - HIDE QUICKLY
   =============================================== */
.loading-screen {
    animation-duration: 0.3s !important;
}

/* Force everything to be visible immediately */
header,
header *,
.hero-logo,
.hero-subtitle,
.hero-tagline,
.typing-container,
.hero-info-cards,
.hero-cta {
    opacity: 1 !important;
    visibility: visible !important;
    animation-delay: 0s !important;
}