/* Start custom CSS for html, class: .elementor-element-87b1421 *//* LONG TAIL KEYWORDS PAGE CSS */

.dm-hero{
    background:linear-gradient(135deg,#0f172a,#1e40af);
    padding:60px 40px;
    border-radius:20px;
    color:#fff;
    margin-bottom:40px;
    position:relative;
    overflow:hidden;
}

.dm-hero h1{
    font-size:38px;
    line-height:1.3;
    margin-bottom:20px;
    color:#fff;
}

.dm-hero p{
    font-size:18px;
    opacity:.95;
    max-width:850px;
}

.dm-highlight-box{
    background:#eff6ff;
    border-left:5px solid #2563eb;
    padding:25px;
    border-radius:12px;
    margin:30px 0;
}

.dm-highlight-box strong{
    color:#1e40af;
}

.dm-toc{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:30px;
    margin:40px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.dm-toc h2{
    margin-bottom:20px;
}

.dm-toc ul{
    list-style:none;
    padding:0;
}

.dm-toc li{
    padding:10px 0;
    border-bottom:1px solid #f1f5f9;
}

.dm-toc li:last-child{
    border:none;
}

.dm-toc a{
    color:#2563eb;
    font-weight:600;
    text-decoration:none;
}

.dm-keyword-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
    margin:40px 0;
}

.dm-keyword-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:28px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.dm-keyword-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(37,99,235,.15);
}

.dm-keyword-card h3{
    margin-bottom:15px;
    color:#0f172a;
}

.dm-keyword-card ul{
    padding-left:18px;
}

.dm-types-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
    margin:40px 0;
}

.dm-type-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    border-top:4px solid #2563eb;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.dm-type-card:hover{
    transform:translateY(-8px);
}

.dm-type-card h3{
    color:#1e40af;
    margin-bottom:15px;
}

.dm-process{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin:40px 0;
}

.dm-process-step{
    background:#fff;
    padding:30px;
    border-radius:18px;
    position:relative;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.dm-process-step span{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#2563eb;
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
}

.dm-metrics-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:20px;
    margin:40px 0;
}

.dm-metric-card{
    background:#fff;
    padding:25px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.dm-metric-card h4{
    color:#2563eb;
    margin-bottom:10px;
}

.dm-tools-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin:40px 0;
}

.dm-tool-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    border:1px solid #e5e7eb;
    transition:.3s;
}

.dm-tool-card:hover{
    border-color:#2563eb;
    transform:translateY(-6px);
}

.dm-tool-card h3{
    color:#1e40af;
}

.dm-best-practices{
    background:linear-gradient(135deg,#eff6ff,#dbeafe);
    padding:35px;
    border-radius:18px;
    margin:40px 0;
}

.dm-best-practices ul{
    margin-top:15px;
}

.dm-best-practices li{
    margin-bottom:12px;
}

.dm-faq{
    margin-top:50px;
}

.dm-faq-item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:25px;
    margin-bottom:15px;
}

.dm-faq-item h3{
    margin-bottom:12px;
    color:#0f172a;
}

.dm-author-box{
    margin-top:60px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    padding:30px;
    border-radius:18px;
}

.dm-author-box h3{
    margin-bottom:10px;
    color:#1e40af;
}

@media(max-width:768px){

    .dm-hero{
        padding:40px 25px;
    }

    .dm-hero h1{
        font-size:30px;
    }

    .dm-toc,
    .dm-highlight-box,
    .dm-author-box{
        padding:20px;
    }
}/* End custom CSS */