.extra_features_h{
    text-align:center;
    font-size:36px;
    font-weight:600;
    padding-bottom:10px;
}

.extra_features_card{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.extra_features_icon{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:24px;
}

.extra_features_icon img{
    width:80px;
    height:80px;
}

.extra_features_f{
    font-size:18px;
    font-weight:600;
    padding-top:20px;
}

.mosaic_icon_p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

@media(max-width:1024px){
    .extra_features_card{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:530px){
    .extra_features_card{
        grid-template-columns:1fr;
    }
}

.ytmusic-hero{
    align-items:center;
    gap:70px;
}

.ytmusic-hero > div:first-child{
    flex:0 0 50%;
}

.ytmusic-hero .product-logo{
    flex:0 0 52%;
    width:100%;
    max-width:620px;
    height:auto;
    align-self:center;

    filter:drop-shadow(0 18px 35px rgba(0,0,0,.15));
}

.ytmusic-hero h1{
    font-size:52px;
    line-height:1.15;
    margin-bottom:20px;
}

.ytmusic-hero h5{
    font-size:24px;
    margin-bottom:28px;
}

.ytmusic-hero .product-header-button-group{
    margin-top:25px;
}

.ytmusic-hero .product-note{
    margin-top:20px !important;
}

.ytmusic-info{
    flex:0 0 42%;
}

@media (max-width:992px){

.ytmusic-hero{
    flex-direction:column;
    gap:1px;
    padding:30px 20px;

}

.ytmusic-hero > div:first-child{
    flex:none;
    width:100%;

}

.ytmusic-hero .product-logo{
    display:block;
    max-width:520px;
    width:100%;
    margin:25px auto 0;

}

.ytmusic-hero h1{
    font-size:42px;
}

.ytmusic-hero h5{
    font-size:22px;

}
}
/* ===== Feature ===== */

.yt-feature-section{
    width:100%;
    padding:80px 0;
    background:#fafbfd;
}

.yt-feature-container{
    width:1110px;
    max-width:calc(100% - 40px);
    margin:0 auto;
}

.yt-feature-title{
    text-align:center;
    margin-bottom:55px;
}

.yt-feature-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#e8f7ef;
    color:#19b86b;
    font-size:14px;
    font-weight:600;
}

.yt-feature-title h2{
    margin:22px 0 16px;
    font-size:40px;
    font-weight:700;
    color:#1d1d1f;
}

.yt-feature-title p{
    font-size:18px;
    color:#666;
}
.yt-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.yt-feature-card{
    background:#fff;
    border:1px solid #eceff3;
    border-radius:18px;
    padding:28px;
    transition:.25s;
}

.yt-feature-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.yt-feature-icon{
    width:52px;
    height:52px;
    border-radius:14px;
    background:#eaf8f0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:24px;
}


.yt-feature-card h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:16px;
}

.yt-feature-card p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:26px;
}

.yt-feature-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.yt-feature-tags span{
    display:inline-block;
    padding:6px 12px;
    background:#f4f7fa;
    border-radius:30px;
    font-size:13px;
    color:#666;
}

@media (max-width:992px){
    .yt-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:768px){
    .yt-feature-grid{
        grid-template-columns:1fr;
    }
}

.nb-feature-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin: 15px 0 30px;
}

.nb-feature-tags span{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 18px;

    border-radius:999px;

    background:#eef7ff;

    border:1px solid #cfe7ff;

    color:#219aea;

    font-size:14px;

    font-weight:600;

    transition:all .25s ease;
}

.nb-feature-tags span:hover{

    background:#219aea;

    color:#fff;

    border-color:#219aea;
}