.contact-page {
    margin: 0;
    color: #14284d;
    background: var(--site-bg);
}

.contact-main {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, var(--site-blue-glow-soft), transparent 24%),
        var(--site-page-gradient);
}

.contact-shell {
    width: min(1600px, calc(100% - 80px));
    margin: 0 auto;
}

.contact-hero {
    position: relative;
    height: 350px;
    min-height: 350px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background: #020918;
}

.contact-hero::before,
.contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-hero::before {
    z-index: -2;
    background:
        var(--contact-hero-image, linear-gradient(118deg, #051225 0%, #061a38 58%, #031024 100%)) center center / cover no-repeat;
}

.contact-hero::after {
    display: none;
}

.contact-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 350px;
    min-height: 350px;
    padding: 78px 0 0;
    box-sizing: border-box;
}

.contact-hero-copy {
    max-width: 760px;
}

.contact-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 46px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: 0;
}

.contact-hero-copy > p {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(230, 240, 255, .88);
    font-size: 20px;
    line-height: 1.75;
}

.contact-info-section {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 26px 0 18px;
    background: transparent;
    box-shadow: inset 0 1px 0 rgba(226, 234, 247, .72);
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.contact-info-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 142px;
    padding: 26px 28px;
    border: 1px solid #dce8f8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(39, 101, 180, .06);
}

.contact-info-card h2 {
    margin: 0 0 10px;
    color: #10245a;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 900;
}

.contact-info-card strong,
.contact-info-card a.contact-info-strong {
    display: block;
    color: #0b55ff;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.contact-info-card:first-child a.contact-info-strong {
    color: #061855;
    font-size: 25px;
    line-height: 1.1;
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .contact-info-card:first-child a.contact-phone-link {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.contact-info-card p {
    margin: 8px 0 0;
    color: #4e6387;
    font-size: 14px;
    line-height: 1.55;
}

.contact-qr-card {
    grid-template-columns: 52px minmax(110px, 1fr) 86px;
    gap: 14px;
}

.contact-qr-card img,
.contact-more-qrs img {
    display: block;
    width: 86px;
    height: 86px;
    object-fit: cover;
    border: 1px solid #d8e5f7;
    border-radius: 6px;
    background: #fff;
}

.contact-card-icon,
.contact-main .contact-icon,
.contact-branch-card i,
.contact-side-card h2 i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(21, 113, 255, .42);
    border-radius: 50%;
    color: #0d6bff;
    background: rgba(12, 98, 255, .14);
}

.contact-card-icon {
    width: 54px;
    height: 54px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #0f72ff, #0b4df2);
    box-shadow: 0 12px 26px rgba(12, 89, 255, .22);
}

.contact-main .contact-icon::before,
.contact-card-icon::before,
.contact-branch-card i::before,
.contact-side-card h2 i::before {
    content: "";
    width: 52%;
    height: 52%;
    background: currentColor;
    -webkit-mask: var(--contact-icon-mask) center / contain no-repeat;
    mask: var(--contact-icon-mask) center / contain no-repeat;
}

.contact-card-icon::before {
    background: #fff;
}

.contact-icon-phone,
.contact-icon-clock {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3 5.18 2 2 0 0 1 5 3h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.59 2.62a2 2 0 0 1-.45 2.11L9 10.6a16 16 0 0 0 4.4 4.4l1.15-1.14a2 2 0 0 1 2.11-.45c.84.27 1.72.47 2.62.59A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.contact-icon-clock {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.contact-icon-user {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3C/svg%3E");
}

.contact-icon-shield {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 19 6v5c0 4.5-2.8 8-7 10-4.2-2-7-5.5-7-10V6l7-3Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.contact-icon-mail {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.contact-icon-location {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.4 7-12A7 7 0 1 0 5 9c0 5.6 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3C/svg%3E");
}

.contact-icon-wechat {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9.2 5C5.8 5 3 7.2 3 10c0 1.6.9 3 2.4 3.9l-.5 1.8 2.1-.9c.7.2 1.4.3 2.2.3 3.4 0 6.2-2.2 6.2-5S12.6 5 9.2 5Zm-2.1 4.4a.8.8 0 1 1 0-1.6.8.8 0 0 1 0 1.6Zm4.2 0a.8.8 0 1 1 0-1.6.8.8 0 0 1 0 1.6Z'/%3E%3Cpath d='M14.5 10.8c3.1.1 5.5 2 5.5 4.4 0 1.3-.7 2.5-1.9 3.3l.4 1.5-1.8-.8c-.6.2-1.3.3-2.1.3-2.6 0-4.8-1.4-5.4-3.4 4-.1 7.2-2.7 7.2-6v-.1c-.6-.1-1.2-.1-1.9-.1v.9Z'/%3E%3C/svg%3E");
}

.contact-card-icon.contact-icon-wechat::before {
    width: 64%;
    height: 64%;
}

.contact-icon-calendar {
    --contact-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 14h.01M12 14h.01M16 14h.01'/%3E%3C/svg%3E");
}

.contact-content-section {
    padding: 18px 0 0;
    background: transparent;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 20px;
    align-items: start;
    background: transparent;
}

.contact-left,
.contact-right {
    display: grid;
    gap: 14px;
    background: transparent;
}

.contact-panel,
.contact-side-card {
    border: 1px solid #dce8f8;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(28, 82, 150, .06);
}

.contact-right .contact-side-card {
    border-color: #dbe8f8;
    background: #f3f8ff;
    box-shadow: none;
}

.contact-panel {
    padding: 28px;
}

.contact-panel-head h2,
.contact-side-card h2 {
    margin: 0;
    color: #10245a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.contact-panel-head p,
.contact-side-card p {
    margin: 8px 0 0;
    color: #526a92;
    font-size: 15px;
    line-height: 1.65;
}

.contact-branch-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.contact-branch-card {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 16px 18px;
    border: 1px solid #dce8f8;
    border-radius: 8px;
    background: #fff;
}

.contact-branch-card i {
    width: 22px;
    height: 26px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.contact-branch-card i::before {
    width: 22px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath fill='%230f66ff' d='M12 1.8A8.2 8.2 0 0 0 3.8 10c0 6.2 8.2 16.2 8.2 16.2S20.2 16.2 20.2 10A8.2 8.2 0 0 0 12 1.8Z'/%3E%3Ccircle cx='12' cy='10' r='3.1' fill='%23fff'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
}

.contact-branch-card h3 {
    margin: 0;
    color: #10245a;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}

.contact-branch-card p {
    margin: 5px 0 0;
    color: #526a92;
    font-size: 13px;
    line-height: 1.45;
}

.contact-service-centers {
    scroll-margin-top: 96px;
    padding: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(28, 82, 150, .06);
}

.contact-center-groups {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.contact-center-group {
    overflow: hidden;
    min-width: 0;
    border: 1px solid #dce8f8;
    border-radius: 8px;
    background: #fff;
}

.contact-center-group-wide {
    grid-column: auto;
}

.contact-center-group-head {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 13px 16px;
    border-bottom: 1px solid #e4eefb;
    background:
        linear-gradient(90deg, rgba(15, 102, 255, .1), rgba(21, 149, 255, .025)),
        #f7fbff;
}

.contact-center-group-head h3 {
    margin: 0;
    color: #10245a;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.contact-center-group ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 16px;
    list-style: none;
}

.contact-center-group li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
    min-height: 64px;
    padding: 13px 14px;
    border: 1px solid #dce8f8;
    border-radius: 8px;
    background: #fff;
}

.contact-center-group li::before {
    content: "";
    grid-row: 1 / span 2;
    grid-column: 1;
    width: 22px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath fill='%230f66ff' d='M12 1.8A8.2 8.2 0 0 0 3.8 10c0 6.2 8.2 16.2 8.2 16.2S20.2 16.2 20.2 10A8.2 8.2 0 0 0 12 1.8Z'/%3E%3Ccircle cx='12' cy='10' r='3.1' fill='%23fff'/%3E%3C/svg%3E") center / contain no-repeat;
}

.contact-center-group li span {
    grid-column: 2;
    min-width: 0;
    overflow: hidden;
    color: #10245a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-center-group li a {
    grid-column: 3;
    color: #0f66ff;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.contact-side-card {
    padding: 24px 28px;
}

.contact-side-card h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.contact-side-card h2 i {
    width: 28px;
    height: 28px;
    border: 0;
    color: #0d64ff;
    background: rgba(13, 100, 255, .1);
}

.contact-work {
    min-height: 128px;
    padding: 20px 28px 22px;
    border-color: #dbe8f8;
    border-radius: 10px;
    background: #f5f9ff;
}

.contact-work h2 {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    font-size: 22px;
    line-height: 1.22;
}

.contact-work h2 i {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 0;
    color: #0d64ff;
    background: transparent;
}

.contact-work h2 i::before {
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='16' r='12.2' stroke='%230D64FF' stroke-width='2.8'/%3E%3Cpath d='M16 9.5v7l4.9 2.9' stroke='%230D64FF' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.2 5.6A14 14 0 0 1 16 4a14 14 0 0 1 9 3.3' stroke='%237EAEFF' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
}

.contact-work p {
    margin: 7px 0 0 42px;
    color: #526a92;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 700;
}

.contact-company {
    padding: 24px 28px 22px;
}

.contact-company p {
    margin-top: 10px;
    color: #435b83;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.contact-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 20px;
}

.contact-company .contact-stats {
    margin-top: 22px;
}

.contact-stats div {
    min-width: 0;
    padding: 0 14px;
    text-align: center;
    border-right: 1px solid #d8e3f2;
}

.contact-stats div:first-child {
    padding-left: 0;
}

.contact-stats div:last-child {
    padding-right: 0;
    border-right: 0;
}

.contact-stats strong {
    display: block;
    color: #0b60ff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
}

.contact-company .contact-stats strong {
    font-size: 30px;
}

.contact-stats span {
    display: block;
    margin-top: 7px;
    color: #526a92;
    font-size: 13px;
    line-height: 1.35;
}

.contact-company .contact-stats span {
    margin-top: 8px;
    color: #526a92;
    font-weight: 800;
}

.contact-flow-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 16px;
}

.contact-flow-steps article {
    position: relative;
    min-width: 0;
    text-align: center;
}

.contact-flow-steps article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: -24px;
    width: 28px;
    height: 18px;
    border: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 20' fill='none'%3E%3Cpath d='M2 10h26' stroke='%2379a8ff' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='m22 4 6 6-6 6' stroke='%2379a8ff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: none;
}

.contact-flow-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #0b60ff;
    background: #e8f1ff;
    font-size: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .76);
}

.contact-flow-steps span::before {
    content: "";
    width: 30px;
    height: 30px;
    background: var(--contact-flow-icon) center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
}

.contact-flow-steps article:nth-child(1) span {
    --contact-flow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230D64FF' d='M16 3.5 26 7.7v7.1c0 5.8-3.9 10.8-10 13.7C9.9 25.6 6 20.6 6 14.8V7.7l10-4.2Z'/%3E%3Cpath fill='%23fff' d='m14.3 18.6-3.4-3.4 1.9-1.9 1.6 1.6 4.9-5 1.9 1.9-6.9 6.8Z'/%3E%3Ccircle cx='23.3' cy='8.2' r='3.2' fill='%230D64FF'/%3E%3C/svg%3E");
}

.contact-flow-steps article:nth-child(2) span {
    --contact-flow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='8.2' r='3.4' fill='%230D64FF'/%3E%3Cpath fill='%230D64FF' d='M10.4 17.1c0-2.8 2.2-5 5.6-5s5.6 2.2 5.6 5v.7c-1.4 1.1-3.2 1.7-5.6 1.7s-4.2-.6-5.6-1.7v-.7Z'/%3E%3Cpath fill='%230D64FF' d='M16 27.2S7.7 22.4 7.7 16.2c0-2.7 1.9-4.6 4.3-4.6 1.8 0 3.1.9 4 2.4.9-1.5 2.2-2.4 4-2.4 2.4 0 4.3 1.9 4.3 4.6 0 6.2-8.3 11-8.3 11Z' opacity='.9'/%3E%3C/svg%3E");
}

.contact-flow-steps article:nth-child(3) span {
    --contact-flow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230D64FF' d='M8 4h11.4L25 9.6V28H8V4Z'/%3E%3Cpath fill='%237DB0FF' d='M19 4v6h6L19 4Z'/%3E%3Cpath fill='%23fff' d='M12 13h9v2.2h-9V13Zm0 5h7v2.2h-7V18Zm0 5h10v2.2H12V23Z'/%3E%3C/svg%3E");
}

.contact-flow-steps strong {
    display: block;
    margin-top: 9px;
    color: #10245a;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}

.contact-flow-steps em {
    display: block;
    margin-top: 3px;
    color: #526a92;
    font-size: 13px;
    line-height: 1.35;
    font-style: normal;
}

.contact-flow h2 i {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
    color: #0d64ff;
    background: transparent;
}

.contact-flow h2 i::before {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='5' width='16' height='15' rx='2.2' stroke='%230D64FF' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M7 10h10' stroke='%230D64FF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='m9 15 2 2 4-4' stroke='%230D64FF' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
}

.contact-more {
    padding: 24px 28px 22px;
}

.contact-more h2 i {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
    color: #0d64ff;
    background: transparent;
}

.contact-more h2 i::before {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='5' width='16' height='15' rx='2.2' stroke='%230D64FF' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M8 10h8' stroke='%230D64FF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9 14.2h2.6v2.6H9v-2.6Zm4.4 0H16v2.6h-2.6v-2.6Z' fill='%230D64FF'/%3E%3Cpath d='M18.2 4.2 20.5 2' stroke='%237EAEFF' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
}

.contact-more-qrs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
    margin-top: 12px;
}

.contact-more-qrs div {
    display: grid;
    justify-items: center;
    gap: 7px;
    min-width: 0;
}

.contact-more-qrs img {
    box-sizing: border-box;
    width: 98px;
    height: 98px;
    padding: 5px;
    border: 1px solid #dbe7f7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(28, 82, 150, .1);
}

.contact-more-qrs p {
    margin: 0;
    color: #526a92;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.contact-qr-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border: 1px dashed #bdd0ec;
    border-radius: 6px;
    color: #6c7fa1;
    background: #f7fbff;
    font-size: 13px;
    font-weight: 800;
}

.contact-visit {
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    left: 50%;
    width: 100vw;
    min-height: 420px;
    margin: 22px 0 0 -50vw;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #eef5ff;
    box-shadow: none;
}

.contact-visit::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: none;
    pointer-events: none;
}

.contact-map {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 420px;
    border: 0;
    border-radius: 0;
    background: #f4f8ff;
}

.contact-amap {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    opacity: 0;
    transition: opacity .24s ease;
}

.contact-map.is-amap-ready .contact-amap {
    opacity: 1;
}

.contact-map.is-amap-ready .contact-map-fallback,
.contact-map.is-amap-ready .contact-map-fallback-image {
    display: none;
}

.contact-map-fallback-image {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.contact-map-fallback {
    position: relative;
    z-index: 0;
    height: 420px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(218, 232, 248, .58) 0 1px, transparent 1px) 0 0 / 86px 86px,
        linear-gradient(0deg, rgba(218, 232, 248, .58) 0 1px, transparent 1px) 0 0 / 86px 86px,
        radial-gradient(circle at 80% 18%, rgba(137, 215, 178, .18), transparent 16%),
        linear-gradient(135deg, #fbfdff 0%, #edf5ff 100%);
}

.contact-map-status {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: 0;
    padding: 10px 18px;
    border: 1px solid #dce8f8;
    border-radius: 999px;
    color: #526a92;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(18, 76, 158, .12);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    transform: translate(-50%, -50%);
}

.contact-map-status[hidden] {
    display: none;
}

.road {
    position: absolute;
    height: 10px;
    border-radius: 999px;
    background: #cfdef0;
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, .78),
        0 1px 0 rgba(124, 150, 190, .08);
}

.road-a {
    left: -4%;
    top: 96px;
    width: 52%;
    transform: rotate(-4deg);
}

.road-b {
    right: -6%;
    top: 74px;
    width: 62%;
    transform: rotate(14deg);
}

.road-c {
    left: 18%;
    top: -20px;
    width: 10px;
    height: 240px;
    transform: rotate(0deg);
}

.road-d {
    left: 28%;
    bottom: 44px;
    width: 82%;
    transform: rotate(-3deg);
}

.road-e {
    left: 50%;
    top: -28px;
    width: 10px;
    height: 238px;
    transform: rotate(0deg);
}

.road-f {
    right: 10%;
    top: -24px;
    width: 10px;
    height: 230px;
    transform: rotate(0deg);
}

.map-block {
    position: absolute;
    border-radius: 12px;
    background: rgba(110, 201, 164, .2);
}

.block-a {
    left: 8%;
    top: 20px;
    width: 120px;
    height: 46px;
}

.block-b {
    right: 8%;
    top: 18px;
    width: 150px;
    height: 54px;
}

.block-c {
    left: 26%;
    bottom: 16px;
    width: 130px;
    height: 42px;
}

.block-d {
    right: 28%;
    bottom: 26px;
    width: 140px;
    height: 42px;
}

.map-label,
.map-road-name {
    position: absolute;
    z-index: 1;
    color: #7e91ad;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.map-label::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background: #a6b9d6;
    box-shadow: 0 0 0 3px rgba(166, 185, 214, .18);
}

.label-a {
    left: 8%;
    bottom: 48px;
}

.label-b {
    left: 22%;
    top: 54px;
}

.label-c {
    right: 12%;
    top: 64px;
}

.label-d {
    left: 48%;
    bottom: 34px;
}

.map-road-name {
    color: #7891bc;
    opacity: .75;
}

.road-name-a {
    right: 4%;
    top: 74px;
    transform: rotate(14deg);
}

.road-name-b {
    left: 52%;
    top: 8px;
    transform: rotate(0deg);
}

@media (max-width: 1280px) {
    .contact-shell {
        width: min(100% - 56px, 1180px);
    }

    .contact-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-layout {
        grid-template-columns: minmax(0, 1fr) 390px;
    }

    .contact-branch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-visit {
        min-height: 400px;
    }

    .contact-map,
    .contact-map-fallback-image,
    .contact-map-fallback {
        height: 400px;
        min-height: 400px;
    }
}

@media (max-width: 980px) {
    .contact-hero-inner {
        padding-top: 90px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-visit {
        min-height: 360px;
    }

    .contact-map,
    .contact-map-fallback-image,
    .contact-map-fallback {
        height: 360px;
        min-height: 360px;
    }
}

@media (max-width: 820px) {
    .contact-hero {
        height: 350px;
        min-height: 350px;
    }

    .contact-hero::before {
        background-position: 73% center;
    }

    .contact-hero::after {
        display: block;
        background:
            linear-gradient(90deg, rgba(2, 8, 23, .76) 0%, rgba(2, 8, 23, .5) 42%, rgba(2, 8, 23, .16) 76%, rgba(2, 8, 23, .06) 100%),
            linear-gradient(180deg, rgba(2, 8, 23, .24) 0%, rgba(2, 8, 23, 0) 38%, rgba(2, 8, 23, .2) 100%);
    }

    .contact-hero-inner {
        height: 350px;
        min-height: 350px;
        padding: 74px 0 24px;
    }

    .contact-hero-copy h1 {
        font-size: 38px;
    }

    .contact-hero-copy > p {
        max-width: 320px;
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.68;
    }
}

@media (max-width: 760px) {
    .contact-page .mobile-bottom-bar {
        display: none;
    }

    .contact-shell {
        width: calc(100% - 28px);
    }

    .contact-info-grid,
    .contact-branch-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card,
    .contact-qr-card {
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 22px;
    }

    .contact-qr-card img,
    .contact-qr-card .contact-qr-placeholder {
        grid-column: 2;
        width: 94px;
        height: 94px;
    }

    .contact-panel,
    .contact-side-card {
        padding: 22px;
    }

    .contact-visit {
        min-height: 320px;
        padding: 0;
    }

    .contact-map,
    .contact-map-fallback-image,
    .contact-map-fallback {
        height: 320px;
        min-height: 320px;
    }

    .contact-service-centers {
        padding: 22px;
    }

    .contact-center-groups {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
    }

    .contact-center-group {
        padding: 0;
    }

    .contact-center-group ul {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .contact-center-group-wide {
        grid-column: auto;
    }

    .contact-center-group li {
        min-height: 60px;
    }

    .contact-panel-head h2,
    .contact-side-card h2 {
        font-size: 22px;
    }

    .contact-more-qrs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .contact-more-qrs img {
        width: 96px;
        height: 96px;
    }

    .contact-more-qrs p {
        font-size: 13px;
    }

    .contact-stats,
    .contact-flow-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-stats,
    .contact-company .contact-stats {
        margin-top: 18px;
    }

    .contact-stats div {
        padding: 0 7px;
        border-right: 1px solid #d8e3f2;
        border-bottom: 0;
    }

    .contact-stats div:first-child {
        padding-left: 0;
    }

    .contact-stats div:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .contact-company .contact-stats strong {
        font-size: 24px;
    }

    .contact-company .contact-stats span {
        margin-top: 6px;
        font-size: 12px;
    }

    .contact-flow-steps {
        gap: 8px;
        margin-top: 14px;
    }

    .contact-flow-steps span {
        width: 48px;
        height: 48px;
    }

    .contact-flow-steps span::before {
        width: 25px;
        height: 25px;
    }

    .contact-flow-steps strong {
        margin-top: 8px;
        font-size: 14px;
    }

    .contact-flow-steps em {
        margin-top: 2px;
        font-size: 12px;
    }

    .contact-flow-steps article:not(:last-child)::after {
        display: block;
        top: 18px;
        right: -12px;
        width: 20px;
        height: 12px;
        opacity: .72;
    }

    .map-label,
    .map-road-name {
        display: none;
    }

}

@media (max-width: 420px) {
    .contact-hero-copy h1 {
        font-size: 34px;
    }

    .contact-hero-copy > p {
        max-width: 300px;
        font-size: 15px;
    }

    .contact-info-card:first-child a.contact-info-strong {
        font-size: 23px;
    }

    .contact-visit {
        min-height: 300px;
    }

    .contact-map,
    .contact-map-fallback-image,
    .contact-map-fallback {
        height: 300px;
        min-height: 300px;
    }

    .contact-center-group li {
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .contact-center-group li a {
        grid-column: 2;
    }
}
