
.gis-services-section{
    width:100%;
    background:#f7faff;
    border-top:1px solid #e7edf5;
    padding:84px 0 92px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.gis-services-shell{
    width:min(1480px,calc(100% - 72px));
    margin:0 auto;
}
.gis-services-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 46px;
}
.gis-services-kicker{
    display:block;
    color:#e31818;
    font-size:13px;
    line-height:1;
    letter-spacing:2px;
    font-weight:800;
    margin-bottom:14px;
}
.gis-services-heading h2{
    color:#0b2458;
    font-size:44px;
    line-height:1.12;
    letter-spacing:-1.3px;
    margin:0 0 15px;
    font-weight:800;
}
.gis-services-heading p{
    color:#5a6478;
    font-size:18px;
    line-height:1.55;
    margin:0;
}
.gis-services-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.gis-service-card{
    min-height:128px;
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:16px;
    text-decoration:none!important;
    box-shadow:0 8px 24px rgba(16,45,92,.05);
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.gis-service-card:hover{
    transform:translateY(-3px);
    border-color:#f1bcbc;
    box-shadow:0 14px 32px rgba(16,45,92,.10);
}
.gis-service-icon{
    width:58px;
    height:58px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 58px;
    background:#fff0f0;
    font-size:29px;
}
.gis-service-copy{
    display:flex;
    flex-direction:column;
    min-width:0;
    flex:1;
}
.gis-service-copy strong{
    color:#0a1731;
    font-size:18px;
    line-height:1.25;
    font-weight:750;
    margin-bottom:7px;
}
.gis-service-copy span{
    color:#687286;
    font-size:14px;
    line-height:1.45;
}
.gis-service-arrow{
    color:#e31818;
    font-size:24px;
    font-weight:700;
    margin-left:auto;
}
.gis-services-all{
    text-align:center;
    margin-top:36px;
}
.gis-services-all a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:52px;
    padding:0 26px;
    border-radius:9px;
    border:1.5px solid #e31818;
    color:#e31818;
    background:#fff;
    text-decoration:none!important;
    font-size:16px;
    font-weight:700;
}
@media(max-width:1100px){
    .gis-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:700px){
    .gis-services-section{padding:58px 0 64px;}
    .gis-services-shell{width:calc(100% - 28px);}
    .gis-services-heading{margin-bottom:30px;}
    .gis-services-heading h2{font-size:34px;}
    .gis-services-heading p{font-size:16px;}
    .gis-services-grid{grid-template-columns:1fr;gap:12px;}
    .gis-service-card{min-height:104px;padding:18px;border-radius:13px;}
    .gis-service-icon{width:52px;height:52px;flex-basis:52px;font-size:26px;}
}


.gis-alert-brand{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 auto 24px;
}
.gis-alert-brand img{
    width:72px;
    height:72px;
    max-width:72px;
    max-height:72px;
    object-fit:contain;
    display:block;
}
.gis-alert-brand-copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    text-align:left;
    line-height:1;
}
.gis-alert-brand-copy strong{
    color:#d31313;
    font-size:25px;
    font-weight:850;
    letter-spacing:.3px;
}
.gis-alert-brand-copy span{
    color:#5a6478;
    font-size:14px;
    font-weight:600;
    margin-top:7px;
}
@media(max-width:700px){
    .gis-alert-brand{margin-bottom:20px;gap:11px;}
    .gis-alert-brand img{width:60px;height:60px;max-width:60px;max-height:60px;}
    .gis-alert-brand-copy strong{font-size:22px;}
    .gis-alert-brand-copy span{font-size:13px;}
}
