/*==========================================
CATEGORY HERO
==========================================*/

.tpc-category-hero{

    padding:120px 0 80px;

    background:#0f1115;

    text-align:center;

}


.tpc-category-label{

    display:inline-block;

    margin-bottom:20px;

    padding:8px 18px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:50px;

    color:var(--tpc-accent);

    font-size:14px;

    font-weight:600;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.tpc-category-title{

    max-width:900px;

    margin:0 auto 20px;

    font-size:56px;

    line-height:1.1;

    font-weight:700;

    color:#fff;

}

.tpc-category-description{

    max-width:760px;

    margin:0 auto;

    color:#a6adb8;

    font-size:20px;

    line-height:1.8;

}

.tpc-category-meta{

    margin-top:40px;

}

.tpc-category-meta span{

    display:inline-block;

    padding:12px 22px;

    border-radius:999px;

    background:#171a20;

    color:#fff;

    font-weight:600;

}

/*==========================================
FEATURED ARTICLE
==========================================*/

.tpc-featured-post{

    padding:90px 0;

}

.tpc-featured-grid{

    display:grid;

    grid-template-columns:1.2fr 1fr;

    gap:60px;

    align-items:center;

}

.tpc-featured-image{

    display:block;

    overflow:hidden;

    border-radius:24px;

}

.tpc-featured-image img{

    width:100%;

    height:520px;

    object-fit:cover;

    transition:.5s;

}

.tpc-featured-image:hover img{

    transform:scale(1.05);

}

.tpc-featured-badge{

    display:inline-block;

    margin-bottom:18px;

    padding:8px 18px;

    border-radius:999px;

    background:rgba(45,201,115,.15);

    color:var(--tpc-accent);

    font-weight:600;

}

.tpc-featured-content h2{

    margin-bottom:18px;

    font-size:44px;

    line-height:1.2;

}

.tpc-featured-content h2 a{

    color:#fff;

    text-decoration:none;

}

.tpc-featured-content p{

    margin:28px 0;

    color:#a8afb8;

    line-height:1.9;

    font-size:18px;

}

.tpc-featured-meta{

    color:#8f98a3;

    font-size:15px;

}