body {
    background: #f8fbfd;
}

.scv-contact-wrap {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.scv-contact-hero {
    background: linear-gradient(135deg, #eaf6fa 0%, #ffffff 72%);
    padding: 58px 0 50px;
}

.scv-contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 54px;
    align-items: center;
}

.scv-contact-intro span {
    display: block;
    color: #0a789d;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.scv-contact-intro h1 {
    max-width: 760px;
    margin: 0;
    color: #132e3a;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 46px;
    line-height: 1.12;
    letter-spacing: 0;
}

.scv-contact-intro p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #526b76;
    font-size: 18px;
    line-height: 1.65;
}

.scv-contact-body {
    padding: 40px 0 72px;
    background: #f8fbfd;
}

.scv-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.scv-contact-card,
.scv-contact-location {
    min-height: 260px;
    border-radius: 8px;
}

.scv-contact-card {
    background: #fff;
    border: 1px solid #dce9ee;
    box-shadow: 0 10px 24px rgba(18, 65, 83, .06);
    padding: 28px;
}

.scv-contact-card h2 {
    margin: 0 0 14px;
    color: #173543;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.25;
}

.scv-contact-card p,
.scv-contact-card address {
    margin: 0;
    color: #526b76;
    font-size: 17px;
    line-height: 1.65;
}

.scv-contact-card address {
    margin-bottom: 20px;
    font-style: normal;
}

.scv-contact-methods {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.scv-contact-methods a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 68px;
    border: 1px solid #dce9ee;
    border-radius: 8px;
    padding: 14px 16px;
    color: #173543;
    background: #f8fbfd;
}

.scv-contact-methods a:hover,
.scv-contact-methods a:focus {
    border-color: #a8cf19;
    background: #fff;
    color: #173543;
}

.scv-contact-methods i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: #eaf6fa;
    color: #0a8db8;
}

.scv-contact-methods strong {
    display: block;
    color: #0a789d;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.scv-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(19, 46, 58, .18);
    border-radius: 6px;
    padding: 0 20px;
    color: #173543;
    font-family: 'MontserratBold', Arial, sans-serif;
    background: #fff;
}

.scv-contact-button:hover,
.scv-contact-button:focus {
    border-color: #a8cf19;
    color: #173543;
}

.scv-request-list {
    margin: 4px 0 0;
    padding: 0;
}

.scv-request-list li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-top: 12px;
    color: #405f6b;
    line-height: 1.55;
}

.scv-request-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a8cf19;
}

.scv-contact-location {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(18, 56, 73, .96), rgba(10, 141, 184, .82)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.12) 0 1px, transparent 1px 18px);
}

.scv-contact-location i {
    color: #a8cf19;
    font-size: 30px;
    margin-bottom: 18px;
}

.scv-contact-location strong {
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 6px;
}

.scv-contact-location span {
    color: #d8e8ee;
}

@media (max-width: 991px) {
    .scv-contact-hero-grid,
    .scv-contact-info-grid {
        grid-template-columns: 1fr;
    }

    .scv-contact-intro h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .scv-contact-wrap {
        width: calc(100% - 36px);
    }

    .scv-contact-hero {
        padding: 44px 0 38px;
    }

    .scv-contact-body {
        padding: 28px 0 52px;
    }

    .scv-contact-card {
        padding: 22px;
    }
}
