
.category-hero-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.category-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 500px;
}

.category-hero-content {
    z-index: 2;
}

.category-hero-text {
    color: white;
}

.category-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.title-line-1-2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #cccccc;
}


.category-hero-subtitle {
    font-size: 1.5rem;
    color: #ff6b35;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
