body {
    font-family: 'Verdana', sans-serif;
    line-height: 1.6;
    color: #2d3748
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', monospace;
    font-weight: 700
}

.z7m1-grid-zone-header {
    backdrop-filter: blur(10px);
    background: rgba(13, 17, 23, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.bg-dark-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important
}

.brand-text {
    font-size: 1.8rem;
    font-weight: 900;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 3s ease-in-out infinite
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
}

.z7m1-grid-zone-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    position: relative;
    overflow: hidden
}

.hero-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255, 107, 107, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(78, 205, 196, 0.3) 0%, transparent 50%);
    z-index: 1
}

.hero-title {
    animation: slideInFromLeft 1s ease-out;
    z-index: 2;
    position: relative
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.gradient-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.floating-image {
    animation: floatAnimation 3s ease-in-out infinite;
    transition: all 0.3s ease
}

@keyframes floatAnimation {
    0%, 100% { transform: translateY(0px) }
    50% { transform: translateY(-10px) }
}

.pulse-btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.pulse-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s
}

.pulse-btn:hover::before {
    left: 100%
}

.z7m1-grid-zone-stats .stat-card {
    background: white;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.z7m1-grid-zone-stats .stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1)
}

.bg-primary-subtle {
    background-color: #e3f2fd !important
}

.bg-success-subtle {
    background-color: #e8f5e8 !important
}

.bg-info-subtle {
    background-color: #e1f5fe !important
}

.bg-warning-subtle {
    background-color: #fff8e1 !important
}

.bg-danger-subtle {
    background-color: #ffebee !important
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important
}

.text-dark-75 {
    color: rgba(45, 55, 72, 0.75) !important
}

.z7m1-grid-zone-about img {
    transition: transform 0.3s ease;
}

.z7m1-grid-zone-about img:hover {
    transform: scale(1.02)
}

.feature-item {
    transition: all 0.2s ease
}

.feature-item:hover {
    transform: translateX(5px);
    color: #667eea
}

.z7m1-grid-zone-courses {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)
}

.course-card {
    transition: all 0.3s ease;
    border: 2px solid transparent !important
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #667eea !important
}

.course-icon i {
    transition: all 0.3s ease
}

.course-card:hover .course-icon i {
    transform: scale(1.1) rotate(5deg)
}

.mentor-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative
}

.avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.avatar-placeholder::before {
    content: '👨‍💻';
    font-size: 2rem;
    color: white
}

.mentor-card {
    transition: all 0.3s ease;
    padding: 1.5rem
}

.mentor-card:hover {
    transform: translateY(-5px)
}

.testimonial-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1) !important
}

.testimonial-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px)
}

.stars i {
    margin-right: 2px
}

.z7m1-grid-zone-cta {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    position: relative
}



.z7m1-grid-zone-contact .contact-form {
    background: #f8fafc !important
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-icon i {
    font-size: 1.5rem
}

.z7m1-grid-zone-footer {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease
}

.social-links a:hover {
    background: #667eea;
    transform: translateY(-3px)
}

.cookie-consent-banner {
    background: linear-gradient(90deg, #2d3748 0%, #4a5568 100%) !important;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1050
}

.cookie-buttons .btn {
    transition: all 0.2s ease
}

.cookie-buttons .btn:hover {
    transform: scale(1.05)
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important
}

.z7m1-grid-zone-services-hero {
    padding-top: 6rem !important
}

.service-detail-card {
    transition: all 0.3s ease;
    border: 2px solid transparent !important
}

.service-detail-card:hover {
    border-color: #667eea !important;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.1)
}

.service-icon i {
    transition: all 0.3s ease
}

.service-detail-card:hover .service-icon i {
    transform: scale(1.1)
}

.pricing-info {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem
}

.specialization-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05) !important
}

.specialization-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #667eea !important
}

.specializations-grid {
    max-width: 1000px;
    margin: 0 auto
}

.process-step {
    position: relative
}

.step-number .badge {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bg-gradient-success {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%) !important
}

.z7m1-grid-zone-success {
    animation: fadeInUp 0.8s ease-out
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.pulse-icon {
    animation: pulseScale 2s ease-in-out infinite
}

@keyframes pulseScale {
    0%, 100% { transform: scale(1) }
    50% { transform: scale(1.05) }
}

.success-animation {
    position: relative
}

.success-animation::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(72, 187, 120, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2s ease-out infinite
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0
    }
}

.next-steps {
    border: 2px solid rgba(72, 187, 120, 0.2) !important
}

.action-buttons .btn {
    transition: all 0.3s ease
}

.action-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15)
}

@media (max-width: 768px) {
    .z7m1-grid-zone-hero {
        min-height: 100vh;
        padding-top: 80px
    }
    
    .hero-title {
        font-size: 2.5rem !important
    }
    
    .brand-text {
        font-size: 1.5rem
    }
    
    .floating-image {
        margin-top: 2rem
    }
    
    .z7m1-grid-zone-services-hero {
        padding-top: 5rem !important
    }
}