.home-pro-system {
    padding-top: 54px;
}

.home-pro-niches {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.home-pro-niches article,
.home-pro-league-grid article,
.home-pro-tools article {
    border: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(180deg, rgba(13,20,32,.94), rgba(4,7,13,.98));
    border-radius: 22px;
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.home-pro-niches article:after,
.home-pro-league-grid article:after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -32px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,45,27,.26), transparent 68%);
}

.home-pro-niches i {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 17px;
    background: rgba(255,255,255,.08);
    font-style: normal;
    font-size: 24px;
}

.home-pro-niches h3,
.home-pro-league-grid h3,
.home-pro-tools h3 {
    margin: 0 0 8px;
    color: #fff;
    line-height: 1.2;
}

.home-pro-niches p,
.home-pro-league-grid p,
.home-pro-tools p {
    margin: 0;
    color: #a8b4c5;
    font-size: 14px;
}

.home-pro-feature-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 20px;
    align-items: stretch;
}

.home-pro-feature-card {
    min-height: 430px;
    border: 1px solid rgba(255,45,27,.26);
    border-radius: 30px;
    padding: 34px;
    background: linear-gradient(135deg, rgba(17,27,43,.98), rgba(4,7,13,.98));
    position: relative;
    overflow: hidden;
}

.home-feature-visual {
    display: none;
}

.home-feature-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0 10px;
}

.home-feature-stats div {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 14px;
    background: rgba(255,255,255,.05);
}

.home-feature-stats strong {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.home-feature-stats small {
    display: block;
    margin-top: 6px;
    color: #9ff6ff;
    font-size: 11px;
    font-weight: 1000;
    text-transform: uppercase;
}

.home-pro-feature-card:after {
    content: "CỰC HẠN";
    position: absolute;
    right: -14px;
    bottom: 12px;
    color: rgba(255,255,255,.045);
    font-size: 72px;
    font-weight: 1000;
    letter-spacing: -4px;
}

.home-pro-feature-card span {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(57,255,136,.12);
    color: #b9ffd5;
    font-size: 12px;
    font-weight: 1000;
}

.home-pro-feature-card h2 {
    margin: 18px 0 12px;
    max-width: 620px;
    color: #fff;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.04;
    text-transform: uppercase;
}

.home-pro-feature-card p {
    color: #c3cedd;
    font-size: 16px;
}

.home-pro-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.home-pro-chip-row b,
.home-pro-league-grid span {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: #e4ebf5;
    padding: 6px 10px;
    font-size: 12px;
}

.home-pro-league-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.home-league-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.home-league-top i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0,229,255,.2);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0,229,255,.12), rgba(255,255,255,.05));
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 1000;
}

.home-league-top span {
    border-color: rgba(57,255,136,.24);
    background: rgba(57,255,136,.09);
    color: #b9ffd5;
    font-size: 11px;
}

.home-pro-league-grid h3,
.home-pro-league-grid p,
.home-pro-league-grid div {
    position: relative;
    z-index: 1;
}

.home-pro-league-grid div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.home-pro-tools {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-pro-tools article {
    min-height: 200px;
    border-radius: 24px;
}

.home-pro-tools article:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(#ff2d1b, #ffd000, #00e5ff);
}

.home-pro-tools strong {
    display: block;
    margin-bottom: 14px;
    color: #ffd000;
    font-size: 44px;
    line-height: 1;
}

.home-final-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    border-radius: 34px;
    padding: 56px 70px;
    background: linear-gradient(135deg, #ff2d1b, #91170f 44%, #071522);
    box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.home-final-cta-box h2 {
    margin: 0 0 12px;
    max-width: 880px;
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    text-transform: uppercase;
}

.home-final-cta-box p {
    max-width: 900px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 17px;
}

@media (max-width: 1100px) {
    .home-pro-niches {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-pro-feature-grid,
    .home-final-cta-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .home-pro-niches,
    .home-pro-league-grid,
    .home-pro-tools {
        grid-template-columns: 1fr;
    }

    .home-pro-feature-card,
    .home-final-cta-box {
        padding: 26px;
        border-radius: 24px;
    }

    .home-feature-stats {
        grid-template-columns: 1fr;
    }
}
