/*==================================================
SI TEMAN
==================================================*/

.siteman-page{

    background:#F5F7FB;

    min-height:100vh;

    padding:80px 0;

}

/*==================================================
HERO
==================================================*/

.siteman-hero{

    margin-bottom:60px;

}

.siteman-logo{

    width:140px;

    height:auto;

    margin-bottom:20px;

}

.siteman-hero h1{

    font-size:52px;

    font-weight:700;

    color:#08295B;

    margin-bottom:10px;

}

.siteman-hero h5{

    font-size:24px;

    font-weight:600;

    color:#555;

    margin-bottom:20px;

}

.siteman-hero p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    color:#666;

    line-height:1.8;

}

/*==================================================
TAG
==================================================*/

.hero-tag{

    display:inline-block;

    padding:8px 20px;

    border-radius:30px;

    background:#EAF9F5;

    color:#08B19A;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

/*==================================================
SUMMARY
==================================================*/

.info-summary{

    margin-bottom:70px;

}

.summary-card{

    background:#FFFFFF;

    border-radius:22px;

    padding:30px;

    display:flex;

    align-items:center;

    gap:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

    transition:.25s;

    height:100%;

}

.summary-card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.summary-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#FFF;

    font-size:28px;

    flex-shrink:0;

}

.summary-card h2{

    margin:0;

    color:#08295B;

    font-weight:700;

}

.summary-card h4{

    margin:0;

    color:#08295B;

    font-weight:700;

}

.summary-card h5{

    margin:0;

    color:#555;

    font-size:18px;

}

.summary-card small{

    color:#999;

}

/*==================================================
TITLE
==================================================*/

.section-title{

    text-align:center;

    margin-bottom:45px;

}

.section-title h2{

    font-size:38px;

    font-weight:700;

    color:#08295B;

    margin-bottom:15px;

}

.section-title p{

    color:#666;

    max-width:700px;

    margin:auto;

}

/*==================================================
SERVICE CARD
==================================================*/

.service-siteman-card{

    background:#FFF;

    border-radius:24px;

    padding:35px;

    display:flex;

    flex-direction:column;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

    transition:.25s;

}

.service-siteman-card:hover{

    transform:translateY(-6px);

    box-shadow:0 22px 50px rgba(0,0,0,.10);

}

.service-avatar{

    text-align:center;

    margin-bottom:25px;

}

.service-avatar img{

    width:210px;

    height:210px;

    border-radius:50%;

    object-fit:cover;

    border:5px solid #F5F7FB;

}

/*==================================================
BADGE
==================================================*/

.service-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:25px;

    font-size:12px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:25px;

}

/*==================================================
LIST
==================================================*/

.service-list{

    margin:0;

    padding-left:18px;

}

.service-list li{

    margin-bottom:12px;

    color:#555;

}

/*==================================================
SPACER
==================================================*/

.service-spacer{

    flex:1;

    min-height:25px;

}

/*==================================================
PROFILE
==================================================*/

.service-profile{

    border-top:1px solid #ECECEC;

    padding-top:20px;

    margin-bottom:25px;

    text-align:center;

}

.service-profile h4{

    font-size:22px;

    color:#08295B;

    font-weight:700;

    margin-bottom:6px;

}

.service-profile p{

    color:#888;

    margin:0;

}

/*==================================================
BUTTON
==================================================*/

.btn-whatsapp{

    background:#25D366;

    color:#FFF;

    border:none;

    border-radius:50px;

    padding:14px;

    font-weight:600;

    transition:.25s;

}

.btn-whatsapp:hover{

    background:#20BF5A;

    color:#FFF;

}

/*==================================================
CONSULTATION
==================================================*/

.consultation-box{

    margin-top:70px;

    background:#FFFFFF;

    border-radius:24px;

    padding:40px;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

}

.consultation-box h3{

    color:#08295B;

    font-weight:700;

    margin-bottom:15px;

}

.consultation-box p{

    margin:0;

    color:#666;

    line-height:1.8;

}

.consultation-icon{

    font-size:90px;

    color:#25D366;

}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:991px){

    .siteman-page{

        padding:70px 0;

    }

    .siteman-hero h1{

        font-size:42px;

    }

    .summary-card{

        flex-direction:column;

        text-align:center;

    }

}

@media (max-width:767px){

    .siteman-page{

        padding:60px 0;

    }

    .siteman-logo{

        width:110px;

    }

    .siteman-hero h1{

        font-size:34px;

    }

    .siteman-hero h5{

        font-size:20px;

    }

    .siteman-hero p{

        font-size:16px;

    }

    .section-title h2{

        font-size:30px;

    }

    .service-card{

        padding:28px;

    }

    .consultation-box{

        text-align:center;

    }

    .consultation-icon{

        margin-top:30px;

        font-size:70px;

    }

}

@media (max-width:575px){

    .siteman-page{

        padding:50px 0;

    }

    .siteman-logo{

        width:90px;

    }

    .siteman-hero h1{

        font-size:28px;

    }

    .siteman-hero h5{

        font-size:18px;

    }

    .section-title h2{

        font-size:26px;

    }

    .service-avatar img{

        width:90px;

        height:90px;

    }

    .service-profile h4{

        font-size:20px;

    }

}