/* =========================================================
   Trisha Web - Digital Marketing Related Services
   Premium / Fully Dynamic
   Unique prefix: dm-related-premium
   ========================================================= */

.dm-related-premium{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:86px 0 76px;
    background:#f8fbff;
    background-size:cover;
    background-repeat:no-repeat;
    color:#10234a;
}
.dm-related-premium__orb{
    position:absolute;
    z-index:-1;
    border-radius:50%;
    pointer-events:none;
}
.dm-related-premium__orb--one{
    width:520px;height:520px;
    top:-350px;left:-240px;
    background:rgba(23,105,255,.065);
}
.dm-related-premium__orb--two{
    width:480px;height:480px;
    right:-280px;bottom:-330px;
    background:rgba(0,190,255,.055);
}

.dm-related-premium__header{
    max-width:1050px;
    margin:0 auto 31px;
    text-align:center;
}
.dm-related-premium__badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 17px;
    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;
}
.dm-related-premium__header h2{
    margin:17px 0 11px;
    color:#091d45;
    font-size:clamp(34px,4.25vw,56px);
    line-height:1.07;
    font-weight:900;
    letter-spacing:-2px;
}
.dm-related-premium__header p{
    max-width:800px;
    margin:0 auto;
    color:#68778f;
    font-size:14px;
    line-height:1.7;
}

.dm-related-premium__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:13px;
}
.dm-related-premium__card{
    position:relative;
    min-width:0;
    padding:18px;
    border:1px solid #dfe8f6;
    border-radius:16px;
    background:rgba(255,255,255,.96);
    box-shadow:0 10px 28px rgba(23,54,105,.06);
    transition:.23s ease;
}
.dm-related-premium__card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 42px rgba(23,54,105,.11);
    border-color:#c7daf8;
}
.dm-related-premium__card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    min-height:50px;
}
.dm-related-premium__icon,
.dm-related-premium__image{
    flex:0 0 48px;
    width:48px;height:48px;
}
.dm-related-premium__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:#edf4ff;
    color:#1769ff;
    font-size:19px;
}
.dm-related-premium__image{
    overflow:hidden;
    border-radius:13px;
    background:#edf4ff;
}
.dm-related-premium__image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.dm-related-premium__tag{
    max-width:55%;
    padding:6px 9px;
    border-radius:999px;
    background:#edf4ff;
    color:#1769ff;
    font-size:7px;
    line-height:1;
    font-weight:900;
    letter-spacing:.45px;
    text-align:center;
}
.dm-related-premium__card:nth-child(2) .dm-related-premium__icon,
.dm-related-premium__card:nth-child(2) .dm-related-premium__tag{
    background:#eefaf2;color:#15945a;
}
.dm-related-premium__card:nth-child(3) .dm-related-premium__icon,
.dm-related-premium__card:nth-child(3) .dm-related-premium__tag{
    background:#fff2e8;color:#ee6a17;
}
.dm-related-premium__card:nth-child(4) .dm-related-premium__icon,
.dm-related-premium__card:nth-child(4) .dm-related-premium__tag{
    background:#fff0f5;color:#e52a6c;
}
.dm-related-premium__card:nth-child(5) .dm-related-premium__icon,
.dm-related-premium__card:nth-child(5) .dm-related-premium__tag{
    background:#f2edff;color:#7135e8;
}
.dm-related-premium__card:nth-child(6) .dm-related-premium__icon,
.dm-related-premium__card:nth-child(6) .dm-related-premium__tag{
    background:#eaf9ff;color:#0788bd;
}
.dm-related-premium__card:nth-child(7) .dm-related-premium__icon,
.dm-related-premium__card:nth-child(7) .dm-related-premium__tag{
    background:#edf4ff;color:#1769ff;
}
.dm-related-premium__card:nth-child(8) .dm-related-premium__icon,
.dm-related-premium__card:nth-child(8) .dm-related-premium__tag{
    background:#eefaf2;color:#15945a;
}

.dm-related-premium__card h3{
    margin:17px 0 7px;
    color:#10244b;
    font-size:16px;
    line-height:1.25;
    font-weight:900;
}
.dm-related-premium__card p{
    min-height:48px;
    margin:0 0 13px;
    color:#718097;
    font-size:9.5px;
    line-height:1.55;
}
.dm-related-premium__link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#1769ff;
    text-decoration:none;
    font-size:10px;
    font-weight:900;
}
.dm-related-premium__link i{
    transition:transform .2s ease;
}
.dm-related-premium__link:hover{
    color:#0d5de8;
}
.dm-related-premium__link:hover i{
    transform:translateX(3px);
}

.dm-related-premium__cta{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:15px;
    padding:18px 21px;
    border-radius:16px;
    background:linear-gradient(105deg,#09285f,#1769ff);
    box-shadow:0 18px 38px rgba(23,105,255,.18);
}
.dm-related-premium__cta-icon{
    flex:0 0 48px;
    width:48px;height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(255,255,255,.13);
    color:#fff;
    font-size:19px;
}
.dm-related-premium__cta-copy{
    flex:1;
    min-width:0;
}
.dm-related-premium__cta-copy h3{
    margin:0 0 3px;
    color:#fff;
    font-size:18px;
    font-weight:900;
}
.dm-related-premium__cta-copy p{
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:9.5px;
}
.dm-related-premium__actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:7px;
}
.dm-related-premium__btn{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 13px;
    border-radius:8px;
    text-decoration:none;
    font-size:9.5px;
    font-weight:900;
    transition:.2s ease;
}
.dm-related-premium__btn:hover{
    transform:translateY(-2px);
}
.dm-related-premium__btn--light{
    background:#fff;
    color:#125bd5;
}
.dm-related-premium__btn--light:hover{color:#125bd5}
.dm-related-premium__btn--whatsapp{
    background:#16a45a;
    color:#fff;
}
.dm-related-premium__btn--whatsapp:hover{background:#11894b;color:#fff}
.dm-related-premium__btn--primary{
    border:1px solid rgba(255,255,255,.27);
    background:rgba(255,255,255,.12);
    color:#fff;
}
.dm-related-premium__btn--primary:hover{
    background:rgba(255,255,255,.2);
    color:#fff;
}

.dm-related-premium__stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top:14px;
    border:1px solid #dfe8f6;
    border-radius:15px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(23,54,105,.045);
}
.dm-related-premium__stat{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:61px;
    padding:8px 12px;
    border-right:1px solid #e7edf6;
}
.dm-related-premium__stat:last-child{border-right:0}
.dm-related-premium__stat>span{
    flex:0 0 35px;
    width:35px;height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#edf4ff;
    color:#1769ff;
    font-size:12px;
}
.dm-related-premium__stat strong{
    display:block;
    color:#1769ff;
    font-size:16px;
    font-weight:900;
}
.dm-related-premium__stat small{
    display:block;
    color:#7b899c;
    font-size:8px;
}

@media(max-width:1199.98px){
    .dm-related-premium__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:991.98px){
    .dm-related-premium{padding:70px 0}
    .dm-related-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .dm-related-premium__cta{flex-wrap:wrap}
    .dm-related-premium__cta-copy{flex:1 1 55%}
    .dm-related-premium__actions{
        width:100%;
        justify-content:flex-start;
        margin-left:63px;
    }
    .dm-related-premium__stats{grid-template-columns:repeat(2,1fr)}
    .dm-related-premium__stat:nth-child(2){border-right:0}
    .dm-related-premium__stat:nth-child(-n+2){border-bottom:1px solid #e7edf6}
}
@media(max-width:575.98px){
    .dm-related-premium{padding:55px 0}
    .dm-related-premium__header h2{
        font-size:31px;
        letter-spacing:-.8px;
    }
    .dm-related-premium__header p{font-size:13px}
    .dm-related-premium__grid{grid-template-columns:1fr;gap:11px}
    .dm-related-premium__card p{min-height:auto}
    .dm-related-premium__cta{
        padding:18px;
        align-items:flex-start;
    }
    .dm-related-premium__cta-copy{flex:1 1 calc(100% - 64px)}
    .dm-related-premium__actions{
        margin-left:0;
        flex-direction:column;
    }
    .dm-related-premium__btn{width:100%}
    .dm-related-premium__stats{grid-template-columns:1fr}
    .dm-related-premium__stat,
    .dm-related-premium__stat:nth-child(2){
        border-right:0;
        border-bottom:1px solid #e7edf6;
    }
    .dm-related-premium__stat:last-child{border-bottom:0}
}
