body {
  background-color: #000 !important;
  background-image: none !important;
  animation: none !important;
}

body::before {
  content: none !important;
}

/* Remove Allin Platform Section Glow */
#allin-platform-section > .container > .tech-card {
    animation: none !important;
    border: 1px solid var(--border) !important;
}

#allin-platform-section .tech-button {
    animation: none !important;
}

/* Button Animations */
.btn-primary,
button.btn.btn-primary,
.tech-button {
    transition: transform 0.2s ease-out !important;
}

.btn-primary:hover,
button.btn.btn-primary:hover,
.tech-button:hover {
    transform: scale(1.05) !important;
}

/* About Page Hero – Black & white Dish TV / screen-pixel vibe */
.about-hero {
    position: relative !important;
    background: #000000 !important;
    min-height: 75vh !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
}

.about-hero::before {
    display: none !important;
}

.about-hero::after {
    display: none !important;
}

.about-hero .hero-content {
    color: #fff !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
}

.about-hero .hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 5rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 1.5rem !important;
    background: linear-gradient(135deg, #e0f7fa 0%, #80deea 40%, #26c6da 70%, #00acc1 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: -0.02em !important;
}

.about-hero .hero-content .lead {
    font-size: 1.25rem !important;
    line-height: 1.7 !important;
    color: rgba(224, 247, 250, 0.9) !important;
    font-weight: 400 !important;
}

/* Career Page Hero – Rising pixels: growth, path, opportunity */
.career-hero {
    position: relative !important;
    background: linear-gradient(180deg, #0f0618 0%, #1a0a2e 35%, #12071a 100%) !important;
    min-height: 75vh !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
}

.career-hero::before {
    display: none !important;
}

.career-hero::after {
    display: none !important;
}

.career-hero .hero-content {
    color: #fff !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
}

.career-hero .hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 5rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 1.5rem !important;
    background: linear-gradient(135deg, #fff9e6 0%, #ffd54f 35%, #ffb300 70%, #ff8f00 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: -0.02em !important;
}

.career-hero .hero-content .lead {
    font-size: 1.25rem !important;
    line-height: 1.7 !important;
    color: rgba(255, 249, 230, 0.9) !important;
    font-weight: 400 !important;
}

.career-hero .hero-cta-wrap .hero-cta-button {
    font-size: 1rem !important;
    padding: 0.65rem 1.5rem !important;
    background: linear-gradient(135deg, #ffb300, #ff8f00) !important;
    border-color: rgba(255, 179, 0, 0.5) !important;
    color: #0f0618 !important;
}

/* Contact Page Hero Section - Retro Pixel Game Style (Chrome Dino Game) */
.contact-hero {
    position: relative !important;
    background: #000000 !important;
    min-height: 75vh !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
}

.contact-hero::before {
    display: none !important; /* Removed for retro pixel animation */
}

.contact-hero::after {
    display: none !important; /* Removed for retro pixel animation */
}

.contact-hero .hero-content {
    color: #fff !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
}

.contact-hero .hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 5rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 1.5rem !important;
    background: linear-gradient(135deg, #ffffff 0%, rgba(124, 58, 237, 0.95) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: -0.02em !important;
}

.contact-hero .hero-content .lead {
    font-size: 1.25rem !important;
    line-height: 1.7 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 400 !important;
}

/* Hero Canvas Animations - Optimized for Performance */
.hero-canvas {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
    will-change: transform !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
}

/* Career Hero Canvas - Optimized for Performance */
#career-hero-canvas {
    opacity: 1 !important;
    z-index: 2 !important;
    will-change: transform !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
}

/* About Hero Canvas - Optimized for Performance */
#about-hero-canvas {
    opacity: 1 !important;
    z-index: 2 !important;
    will-change: transform !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
}

/* Contact Hero Canvas - Retro Pixel Game Style - Optimized for Performance */
#contact-hero-canvas {
    opacity: 1 !important;
    z-index: 2 !important;
    image-rendering: pixelated !important;
    image-rendering: -moz-crisp-edges !important;
    image-rendering: crisp-edges !important;
    will-change: transform !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
}

.hero .container {
    position: relative !important;
    z-index: 3 !important;
}

/* Grid Animation */
@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

/* Pulse Glow Animation */
@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Text Animation */
.hero-content h1, .hero-content p, .hero-content .tech-button {
    animation: fadeIn 1s ease-out forwards;
    opacity: 0;
}

.hero-content p {
    animation-delay: 0.3s;
}

.hero-content .tech-button {
    animation-delay: 0.6s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-hero, .career-hero, .contact-hero {
        min-height: 60vh !important;
    }

    .about-hero .hero-content h1 {
        font-size: 3rem !important;
    }

    .career-hero .hero-content h1,
    .contact-hero .hero-content h1 {
        font-size: 3.5rem !important;
    }

    .about-hero .hero-content .lead {
        font-size: 1.15rem !important;
    }

    .career-hero .hero-content .lead,
    .contact-hero .hero-content .lead {
        font-size: 1.2rem !important;
    }

    /* Canvas responsive adjustments */
    .hero-canvas,
    #about-hero-canvas,
    #career-hero-canvas,
    #contact-hero-canvas {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 480px) {
    .about-hero, .career-hero, .contact-hero {
        min-height: 55vh !important;
    }

    .about-hero .hero-content h1 {
        font-size: 2.5rem !important;
    }

    .career-hero .hero-content h1,
    .contact-hero .hero-content h1 {
        font-size: 2.8rem !important;
    }

    .about-hero .hero-content .lead,
    .career-hero .hero-content .lead,
    .contact-hero .hero-content .lead {
        font-size: 1rem !important;
    }

    .about-hero::before,
    .career-hero::before,
    .contact-hero::before {
        background-size: 30px 30px !important;
    }

    /* Canvas mobile adjustments */
    .hero-canvas,
    #about-hero-canvas,
    #career-hero-canvas,
    #contact-hero-canvas {
        width: 100% !important;
        height: 100% !important;
    }
}

/* Allin Platform Full-width Section */
#allin-platform-section .tech-card {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

#allin-platform-section > .container-fluid > .tech-card {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

#allin-platform-section .tech-card:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: var(--border) !important;
}

#allin-platform-section .tech-button:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: var(--border) !important;
}

/* Pixel Animation Section */
.pixel-animation-section {
    background: #000000;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.pixel-description {
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.9;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

#pixelCanvas {
    display: block;
    width: 100%;
    height: 120px;
    background: #000000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pixel-animation-section {
        padding: 30px 0;
    }
    
    .pixel-description {
        font-size: 1.5rem;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
    
    #pixelCanvas {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .pixel-animation-section {
        padding: 20px 0;
    }
    
    .pixel-description {
        font-size: 1.2rem;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    
    #pixelCanvas {
        height: 80px;
    }
} 