.category-show-hero {
    padding: 170px 0 90px;
    background:
        radial-gradient(circle at top left, rgba(225, 29, 46, 0.14), transparent 24%),
        radial-gradient(circle at bottom right, rgba(0, 102, 204, 0.10), transparent 28%),
        linear-gradient(180deg, #09111d 0%, #101b2c 100%);
}

.category-show-hero-grid {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 48px;
    align-items: center;
}

.category-show-tag,
.section-mini-title,
.category-show-mini-title {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #ff4757;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.category-show-hero-content h1 {
    font-size: 58px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 18px;
    color: #fff;
    text-transform: uppercase;
}

.category-show-lead {
    font-size: 19px;
    line-height: 1.9;
    color: #d7deea;
    max-width: 700px;
}

.category-show-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.category-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 24px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-weight: 800;
    transition: 0.3s ease;
}

.category-outline-btn:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.09);
}

.category-show-hero-image-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 55px rgba(0,0,0,0.28);
}

.category-show-hero-image-wrap img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.category-show-intro {
    padding: 0 0 80px;
    background: #101b2c;
}

.category-show-intro-box {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 32px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.category-show-intro-left h2 {
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
}

.category-show-intro-right p {
    font-size: 16px;
    line-height: 1.95;
    color: #c9d3e0;
}

.category-subcategories-section {
    padding: 95px 0 105px;
    background:
        radial-gradient(circle at top right, rgba(225, 29, 46, 0.08), transparent 22%),
        #0b1220;
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.section-head h2 {
    font-size: 42px;
    line-height: 1.12;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 900;
}

.section-head p {
    color: #c6d0dd;
    font-size: 17px;
    line-height: 1.8;
}

.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.subcategory-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.18);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.subcategory-card:hover {
    transform: translateY(-10px);
    border-color: rgba(225, 29, 46, 0.35);
    box-shadow: 0 24px 52px rgba(0,0,0,0.25);
}

.subcategory-card-image {
    display: block;
    overflow: hidden;
}

.subcategory-card-image img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.subcategory-card:hover .subcategory-card-image img {
    transform: scale(1.08);
}

.subcategory-card-content {
    padding: 24px 22px 24px;
}

.subcategory-card-content h3 {
    margin-bottom: 10px;
}

.subcategory-card-content h3 a {
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    font-weight: 800;
    transition: 0.3s ease;
}

.subcategory-card-content h3 a:hover {
    color: #ff4757;
}

.subcategory-card-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #c8d2de;
    margin-bottom: 20px;
}

.subcategory-link {
    display: inline-flex;
    align-items: center;
    color: #ff4757;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.3px;
    position: relative;
}

.subcategory-link::after {
    content: "";
    width: 0;
    height: 2px;
    background: #ff4757;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: width 0.3s ease;
}

.subcategory-link:hover::after {
    width: 100%;
}

.category-cta-section {
    padding: 0 0 110px;
    background: #0b1220;
}

.category-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(239, 35, 60, 0.16), rgba(177, 0, 23, 0.08)),
        rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.category-cta-box h2 {
    font-size: 34px;
    line-height: 1.15;
    color: #fff;
    font-weight: 900;
    margin-bottom: 12px;
}

.category-cta-box p {
    color: #d2dbe7;
    font-size: 16px;
    line-height: 1.8;
    max-width: 720px;
}

.category-cta-action {
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .category-show-hero-grid {
        grid-template-columns: 1fr 460px;
    }

    .subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-show-hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .category-show-hero {
        padding: 150px 0 80px;
    }

    .category-show-hero-grid,
    .category-show-intro-box,
    .category-cta-box {
        grid-template-columns: 1fr;
        display: grid;
    }

    .category-show-hero-image-wrap img {
        height: 420px;
    }

    .category-show-hero-content h1 {
        font-size: 42px;
    }

    .section-head h2,
    .category-cta-box h2,
    .category-show-intro-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .subcategory-grid {
        grid-template-columns: 1fr;
    }

    .category-show-hero-content h1 {
        font-size: 34px;
    }

    .category-show-lead,
    .section-head p,
    .category-cta-box p,
    .category-show-intro-right p {
        font-size: 15px;
    }

    .category-show-intro-box,
    .category-cta-box {
        padding: 26px 20px;
    }

    .category-show-hero-image-wrap img {
        height: 320px;
    }

    .subcategory-card-image img {
        height: 240px;
    }

    .category-show-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .category-outline-btn,
    .category-show-actions .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .category-show-hero {
        padding: 135px 0 70px;
    }

    .category-show-hero-content h1 {
        font-size: 28px;
    }

    .section-head h2,
    .category-cta-box h2,
    .category-show-intro-left h2 {
        font-size: 26px;
    }

    .subcategory-card-content h3 a {
        font-size: 21px;
    }

    .subcategory-card-content {
        padding: 20px 18px 22px;
    }
}