/* =========================================================
   Trisha Web - Digital Marketing Channels & Strategies
   Premium V1 | Fully Dynamic
   Unique prefix: dm-channels-premium
   ========================================================= */

.dm-channels-premium{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:88px 0 78px;
    background:#f8fbff;
    background-size:cover;
    background-repeat:no-repeat;
    color:#10234a;
}
.dm-channels-premium__shape{
    position:absolute;
    z-index:-1;
    border-radius:50%;
    pointer-events:none;
}
.dm-channels-premium__shape--one{
    width:430px;height:430px;
    top:-280px;left:-180px;
    background:rgba(23,105,255,.075);
}
.dm-channels-premium__shape--two{
    width:390px;height:390px;
    right:-210px;bottom:-260px;
    background:rgba(0,190,255,.065);
}

.dm-channels-premium__header{
    max-width:920px;
    margin:0 auto 48px;
    text-align:center;
}
.dm-channels-premium__badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 15px;
    border:1px solid #dce7f7;
    border-radius:999px;
    background:#fff;
    color:#1769ff;
    box-shadow:0 8px 24px rgba(16,35,74,.06);
    font-size:10px;
    font-weight:900;
    letter-spacing:1px;
    text-transform:uppercase;
}
.dm-channels-premium__header h2{
    margin:17px 0 13px;
    color:#091d45;
    font-size:clamp(34px,4.25vw,55px);
    line-height:1.08;
    font-weight:850;
    letter-spacing:-1.8px;
}
.dm-channels-premium__header p{
    max-width:780px;
    margin:0 auto;
    color:#68778f;
    font-size:15px;
    line-height:1.75;
}

.dm-channels-premium__main{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(270px,410px) minmax(0,1fr);
    gap:22px;
    align-items:center;
}
.dm-channels-premium__column{
    display:grid;
    gap:14px;
}
.dm-channels-premium__channel{
    display:flex;
    align-items:flex-start;
    gap:14px;
    min-height:105px;
    padding:17px;
    border:1px solid #dfe8f6;
    border-radius:17px;
    background:rgba(255,255,255,.96);
    box-shadow:0 10px 30px rgba(23,54,105,.055);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.dm-channels-premium__channel:hover{
    transform:translateY(-4px);
    border-color:#bfd4ff;
    box-shadow:0 18px 38px rgba(23,54,105,.11);
}
.dm-channels-premium__channel-icon{
    flex:0 0 51px;
    width:51px;height:51px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background:#edf4ff;
    color:#1769ff;
    font-size:20px;
}
.dm-channels-premium__channel-copy{
    min-width:0;
}
.dm-channels-premium__channel-label{
    display:block;
    margin-bottom:4px;
    color:#1769ff;
    font-size:8px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:1px;
}
.dm-channels-premium__channel h3{
    margin:0 0 5px;
    color:#10244b;
    font-size:16px;
    line-height:1.3;
    font-weight:820;
}
.dm-channels-premium__channel p{
    margin:0 0 7px;
    color:#718097;
    font-size:11.5px;
    line-height:1.55;
}
.dm-channels-premium__learn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#1769ff;
    text-decoration:none;
    font-size:10px;
    font-weight:850;
}
.dm-channels-premium__learn:hover{color:#0b4dcc}
.dm-channels-premium__learn i{font-size:9px}

.dm-channels-premium__center{
    min-height:450px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.dm-channels-premium__center-image{
    width:100%;
    max-width:390px;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 25px 65px rgba(23,54,105,.16);
}
.dm-channels-premium__center-image img{
    display:block;
    width:100%;
    height:auto;
    object-fit:cover;
}
.dm-channels-premium__visual{
    position:relative;
    width:350px;
    height:410px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.dm-channels-premium__visual::before{
    content:"";
    position:absolute;
    width:240px;height:240px;
    border-radius:50%;
    background:linear-gradient(145deg,#e6f0ff,#fff);
    box-shadow:0 25px 60px rgba(23,105,255,.13);
}
.dm-channels-premium__ring{
    position:absolute;
    border:1px solid rgba(23,105,255,.18);
    border-radius:50%;
}
.dm-channels-premium__ring--outer{width:285px;height:285px}
.dm-channels-premium__ring--inner{width:195px;height:195px;border-color:rgba(23,105,255,.13)}
.dm-channels-premium__visual-icon{
    position:relative;
    z-index:2;
    width:108px;height:108px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:31px;
    background:linear-gradient(145deg,#1769ff,#0a4ec8);
    color:#fff;
    font-size:43px;
    box-shadow:0 20px 45px rgba(23,105,255,.30);
}
.dm-channels-premium__visual-tag{
    position:absolute;
    z-index:3;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:10px 13px;
    border:1px solid #dce7f7;
    border-radius:11px;
    background:#fff;
    color:#1c3158;
    box-shadow:0 10px 27px rgba(23,54,105,.10);
    font-size:10px;
    font-weight:850;
}
.dm-channels-premium__visual-tag i{color:#1769ff}
.dm-channels-premium__visual-tag--one{top:45px;left:0}
.dm-channels-premium__visual-tag--two{right:-5px;top:165px}
.dm-channels-premium__visual-tag--three{left:30px;bottom:50px}

.dm-channels-premium__cta{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:34px;
    padding:21px 24px;
    border-radius:19px;
    background:linear-gradient(105deg,#09285f,#1769ff);
    color:#fff;
    box-shadow:0 20px 45px rgba(23,105,255,.18);
}
.dm-channels-premium__cta-icon{
    flex:0 0 54px;
    width:54px;height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:rgba(255,255,255,.13);
    color:#fff;
    font-size:21px;
}
.dm-channels-premium__cta-copy{
    flex:1;
    min-width:0;
}
.dm-channels-premium__cta-copy h3{
    margin:0 0 4px;
    color:#fff;
    font-size:19px;
    line-height:1.3;
    font-weight:820;
}
.dm-channels-premium__cta-copy p{
    margin:0;
    color:rgba(255,255,255,.74);
    font-size:11.5px;
}
.dm-channels-premium__cta-actions{
    display:flex;
    gap:9px;
    flex:0 0 auto;
}
.dm-channels-premium__btn{
    min-height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 16px;
    border-radius:9px;
    text-decoration:none;
    font-size:11px;
    font-weight:850;
    transition:.2s ease;
}
.dm-channels-premium__btn:hover{transform:translateY(-2px)}
.dm-channels-premium__btn--light{
    background:#fff;
    color:#125bd5;
}
.dm-channels-premium__btn--light:hover{color:#125bd5}
.dm-channels-premium__btn--primary{
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.12);
    color:#fff;
}
.dm-channels-premium__btn--primary:hover{
    color:#fff;
    background:rgba(255,255,255,.2);
}

.dm-channels-premium__benefits{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top:17px;
    border:1px solid #dfe8f6;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 30px rgba(23,54,105,.05);
    overflow:hidden;
}
.dm-channels-premium__benefit{
    display:flex;
    align-items:center;
    gap:10px;
    min-height:82px;
    padding:14px 17px;
    border-right:1px solid #e7edf6;
}
.dm-channels-premium__benefit:last-child{border-right:0}
.dm-channels-premium__benefit-icon{
    flex:0 0 40px;
    width:40px;height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#edf4ff;
    color:#1769ff;
}
.dm-channels-premium__benefit strong{
    display:block;
    color:#142951;
    font-size:11px;
    font-weight:850;
}
.dm-channels-premium__benefit small{
    display:block;
    margin-top:3px;
    color:#78869b;
    font-size:9.5px;
}

@media(max-width:1199.98px){
    .dm-channels-premium__main{
        grid-template-columns:minmax(0,1fr) minmax(230px,330px) minmax(0,1fr);
        gap:14px;
    }
    .dm-channels-premium__channel{padding:14px}
    .dm-channels-premium__visual{transform:scale(.88)}
}
@media(max-width:991.98px){
    .dm-channels-premium{padding:70px 0}
    .dm-channels-premium__main{
        grid-template-columns:1fr 1fr;
    }
    .dm-channels-premium__center{
        grid-column:1/-1;
        grid-row:1;
        min-height:300px;
    }
    .dm-channels-premium__column{grid-row:2}
    .dm-channels-premium__visual{transform:scale(.82)}
    .dm-channels-premium__cta{
        flex-wrap:wrap;
    }
    .dm-channels-premium__cta-copy{flex:1 1 60%}
    .dm-channels-premium__cta-actions{margin-left:72px}
    .dm-channels-premium__benefits{grid-template-columns:repeat(2,1fr)}
    .dm-channels-premium__benefit:nth-child(2){border-right:0}
    .dm-channels-premium__benefit:nth-child(-n+2){border-bottom:1px solid #e7edf6}
}
@media(max-width:575.98px){
    .dm-channels-premium{padding:55px 0}
    .dm-channels-premium__header{margin-bottom:30px}
    .dm-channels-premium__header h2{font-size:31px;letter-spacing:-.8px}
    .dm-channels-premium__header p{font-size:14px}
    .dm-channels-premium__main{display:flex;flex-direction:column}
    .dm-channels-premium__center{order:0;width:100%;min-height:280px}
    .dm-channels-premium__column{order:1;width:100%}
    .dm-channels-premium__visual{transform:scale(.74)}
    .dm-channels-premium__channel{min-height:96px}
    .dm-channels-premium__cta{
        padding:20px;
        align-items:flex-start;
    }
    .dm-channels-premium__cta-icon{flex-basis:46px;width:46px;height:46px}
    .dm-channels-premium__cta-copy{flex:1 1 calc(100% - 65px)}
    .dm-channels-premium__cta-actions{
        width:100%;
        margin-left:0;
        flex-direction:column;
    }
    .dm-channels-premium__btn{width:100%}
    .dm-channels-premium__benefits{grid-template-columns:1fr}
    .dm-channels-premium__benefit,
    .dm-channels-premium__benefit:nth-child(2){
        border-right:0;
        border-bottom:1px solid #e7edf6;
    }
    .dm-channels-premium__benefit:last-child{border-bottom:0}
}
