.tech-service-hero {
    position: relative;
    min-height: 310px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(11, 31, 51, .92), rgba(11, 31, 51, .6)), url("/images/header.jpg") center/cover no-repeat !important;
    color: #fff;
    padding: 62px 0 !important;
    max-height: none !important;
}

.tech-service-hero .container {
    position: relative;
    z-index: 1;
}

.tech-service-hero h1,
.tech-service-hero h2 {
    margin: 0 0 14px !important;
    color: #fff !important;
    text-transform: none !important;
}

.tech-service-hero h1 span,
.tech-service-hero h2 span {
    display: inline !important;
    background: transparent !important;
    padding: 0 !important;
}

.tech-service-hero h1 {
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.tech-service-hero h2 {
    color: rgba(255, 255, 255, .86) !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.tech-service-page {
    background: #f4f7fb;
    padding: 56px 0 70px;
}

.tech-service-shell {
    border: 1px solid #dce5ef;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(23, 43, 77, .08);
    color: #364657;
    padding: 34px;
}

.tech-service-intro {
    max-width: 940px;
    margin-bottom: 32px;
}

.tech-service-kicker {
    margin: 0 0 8px !important;
    color: #2d7dd2 !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.4 !important;
    text-transform: uppercase;
}

.tech-service-shell h1,
.tech-service-shell h2,
.tech-service-shell h3 {
    color: #14213d;
    font-weight: 700;
    text-align: left;
}

.tech-service-shell h1 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.22;
}

.tech-service-shell h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.3;
}

.tech-service-shell h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.tech-service-shell p,
.tech-service-shell li {
    color: #4f5f70;
    font-size: 16px;
    line-height: 1.68;
}

.tech-service-shell a {
    color: #1f67b0;
    font-weight: 700;
}

.tech-service-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
    align-items: start;
}

.tech-service-section {
    margin-bottom: 30px;
}

.tech-service-section:last-child {
    margin-bottom: 0;
}

.tech-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tech-service-grid article,
.tech-service-list > div,
.tech-service-card {
    border: 1px solid #dce5ef;
    border-radius: 6px;
    background: #fbfdff;
    padding: 20px;
}

.tech-service-grid article {
    border-top: 4px solid #2d7dd2;
}

.tech-service-grid p,
.tech-service-list p {
    margin: 0;
}

.tech-service-list {
    display: grid;
    gap: 12px;
}

.tech-service-list > div {
    border-left: 4px solid #2d7dd2;
}

.tech-service-side {
    display: grid;
    gap: 18px;
}

.tech-service-card {
    background: #fff;
    box-shadow: 0 10px 24px rgba(23, 43, 77, .08);
}

.tech-service-card ul {
    margin: 0;
    padding-left: 20px;
}

.tech-service-card li {
    margin-bottom: 10px;
}

.tech-service-card li:last-child {
    margin-bottom: 0;
}

.tech-service-cta {
    border-top: 4px solid #2d7dd2;
}

.tech-service-cta a {
    display: block;
    border: 1px solid #185a9d;
    border-radius: 6px;
    background: #1f67b0;
    box-shadow: 0 8px 16px rgba(31, 103, 176, .18);
    color: #fff !important;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
    padding: 13px 16px;
    text-align: center;
    text-decoration: none !important;
}

.tech-service-cta a + a {
    border-color: #b9d6f2;
    background: #eef6fd;
    box-shadow: none;
    color: #0b5cab !important;
}

.tech-service-cta a:hover,
.tech-service-cta a:focus {
    border-color: #0b3f75;
    background: #0b5cab;
    color: #fff !important;
}

@media (max-width: 1000px) {
    .tech-service-layout,
    .tech-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tech-service-hero {
        min-height: 280px;
        padding: 48px 0 !important;
    }

    .tech-service-hero h1 {
        font-size: 32px !important;
    }

    .tech-service-shell {
        padding: 24px;
    }
}
