.mk-hero-section {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
    padding: 80px 30px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mk-hero-section .mk-hero-overlay {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}

.mk-hero-section .mk-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.mk-hero-section .mk-hero-intro {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.mk-hero-section .mk-hero-heading {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.mk-hero-section .mk-hero-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .mk-hero-section .mk-hero-heading {
        font-size: 2.5rem;
    }
    .mk-hero-section .mk-hero-intro {
        font-size: 1rem;
    }
    .mk-hero-section .mk-hero-description {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .mk-hero-section {
        padding: 50px 20px;
    }
    .mk-hero-section .mk-hero-heading {
        font-size: 2rem;
        letter-spacing: 2px;
    }
    .mk-hero-section .mk-hero-intro {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    .mk-hero-section .mk-hero-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .mk-hero-section .mk-hero-heading {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .mk-hero-section .mk-hero-intro {
        font-size: 0.9rem;
    }
    .mk-hero-section .mk-hero-description {
        font-size: 0.95rem;
    }
}
