/* ================================
   WEBSITE DESIGN + SEO SECTION
================================ */

.services-combined-section{
    width:100%;
    padding:90px 20px;
    background:#f7f9fc;
    font-family:'Poppins',sans-serif;
}

.services-container{
    max-width:1300px;
    margin:auto;
}

/* COMMON BLOCK */
.service-block{
    margin-bottom:100px;
}

.service-header{
    text-align:center;
    margin-bottom:60px;
}

.service-tag{
    display:inline-block;
    background:#e63946;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.service-header h2{
    font-size:48px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:20px;
    line-height:1.2;
}

.service-header p{
    max-width:850px;
    margin:auto;
    color:#555;
    font-size:18px;
    line-height:1.8;
}

/* INTRO GRID */
.service-intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:70px;
}

.reverse-grid{
    direction:rtl;
}

.reverse-grid > *{
    direction:ltr;
}

.service-intro-text h3{
    font-size:38px;
    color:#0b1f3a;
    margin-bottom:25px;
    line-height:1.3;
}

.service-intro-text p{
    color:#555;
    line-height:1.9;
    margin-bottom:20px;
    font-size:17px;
}

/* WEBSITE VISUAL */
.website-preview-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.browser-top{
    background:#0b1f3a;
    padding:18px;
    display:flex;
    gap:10px;
}

.browser-top span{
    width:14px;
    height:14px;
    border-radius:50%;
    background:#fff;
}

.browser-content{
    padding:35px;
}

.hero-line{
    width:80%;
    height:20px;
    background:#0b1f3a;
    border-radius:10px;
    margin-bottom:18px;
}

.hero-line.small{
    width:55%;
    background:#e63946;
}

.mock-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin:35px 0;
}

.mock-grid div{
    height:110px;
    background:#dde7f3;
    border-radius:18px;
}

.content-line{
    width:100%;
    height:14px;
    background:#d4dbe6;
    border-radius:10px;
    margin-bottom:15px;
}

.content-line.short{
    width:70%;
}

/* FEATURE CARDS */
.service-features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:40px;
}

.feature-card{
    background:#fff;
    padding:35px 28px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:0.3s ease;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-icon{
    width:70px;
    height:70px;
    background:#0b1f3a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    font-size:30px;
    margin-bottom:25px;
}

.feature-card h4{
    font-size:24px;
    margin-bottom:18px;
    color:#0b1f3a;
}

.feature-card p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

/* PROCESS SECTION */
.process-section{
    margin-top:80px;
}

.process-title{
    text-align:center;
    margin-bottom:45px;
}

.process-title h3{
    font-size:40px;
    color:#0b1f3a;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.process-card{
    background:#fff;
    padding:35px 25px;
    border-radius:22px;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
    position:relative;
}

.process-card span{
    width:55px;
    height:55px;
    background:#e63946;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:20px;
}

.process-card h4{
    font-size:24px;
    color:#0b1f3a;
    margin-bottom:15px;
}

.process-card p{
    color:#666;
    line-height:1.8;
}

/* SEO VISUAL */
.seo-visual-box{
    background:#fff;
    padding:40px;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.seo-chart{
    height:280px;
    display:flex;
    align-items:flex-end;
    gap:18px;
    margin-bottom:30px;
}

.seo-bar{
    flex:1;
    background:#0b1f3a;
    border-radius:10px 10px 0 0;
}

.seo-bar.active{
    background:#e63946;
}

.seo-growth-box{
    background:#f1f5fa;
    padding:25px;
    border-radius:18px;
    text-align:center;
}

.seo-growth-box h4{
    color:#0b1f3a;
    font-size:28px;
}

/* CHECKLIST */
.seo-checklist-section{
    background:#fff;
    margin-top:80px;
    padding:50px;
    border-radius:30px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.checklist-left h3{
    font-size:36px;
    color:#0b1f3a;
    margin-bottom:20px;
}

.checklist-left p{
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.checklist-right ul{
    list-style:none;
    padding:0;
    margin:0;
}

.checklist-right ul li{
    font-size:17px;
    color:#444;
    margin-bottom:18px;
    line-height:1.7;
    padding-left:10px;
}

/* RESPONSIVE */
@media(max-width:1100px){

    .service-features-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .process-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .service-header h2{
        font-size:34px;
    }

    .service-intro-grid,
    .seo-checklist-section{
        grid-template-columns:1fr;
    }

    .service-features-grid{
        grid-template-columns:1fr;
    }

    .process-grid{
        grid-template-columns:1fr;
    }

    .service-intro-text h3{
        font-size:30px;
    }

    .process-title h3{
        font-size:30px;
    }

    .checklist-left h3{
        font-size:28px;
    }

}