.contact-page-hc {
    color: #607086;
    font-family: "new_font", sans-serif;
}

.contact-page-hc a {
    color: #244f88;
    text-decoration: none;
}

.contact-page-hc a:hover {
    color: #163f73;
    text-decoration: none;
}

.contact-page-hc__hero {
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
    display: block;
    justify-content: initial;
    overflow: visible;
}

.contact-page-hc__hero::before {
    content: none;
}

.contact-page-hc__eyebrow {
    display: none;
}

.contact-page-hc__hero h2 {
    display: none;
}

.contact-page-hc__hero p {
    display: inline-block;
    max-width: 1120px;
    margin: 0 auto;
    padding: 6px 0 6px 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: "new_font", sans-serif !important;
    font-size: 15px;
    line-height: 1.9;
    color: #607086;
    position: relative;
    text-align: center;
}

.contact-page-hc__hero p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1f4f8f 0%, #5f95ff 100%);
}

.contact-page-hc__quicknav-title {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-family: "new_font", sans-serif !important;
    font-size: 22px !important;
    line-height: 1.02 !important;
    font-weight: 400 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #5e6b7d !important;
    text-shadow: none !important;
}

.contact-page-hc__quicklinks {
    margin: 0 0 22px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.contact-page-hc__quicklink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #d7e2f0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 4px 10px rgba(17, 31, 53, 0.03);
    color: #294f88 !important;
    font-family: "new_font", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
    letter-spacing: 0.022em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

.contact-page-hc__quicklink:hover {
    transform: translateY(-1px);
    border-color: #b7cbe6;
    background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
    box-shadow: 0 6px 12px rgba(17, 31, 53, 0.05);
    color: #1c4b8d !important;
}

.contact-page-hc__layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 14px;
    align-items: stretch;
}

.contact-page-hc__card {
    width: auto;
    max-width: 740px;
    padding: 18px 20px;
    border: 1px solid rgba(36, 79, 136, 0.08);
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff, #f7fbff) !important;
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.contact-page-hc__card h3 {
    margin: 0;
    color: #15263d;
    font-family: "new_font", sans-serif !important;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}

.contact-page-hc__section-title {
    margin: 0 0 14px;
    padding: 0 0 9px;
    color: #1f2a44;
    font-family: "new_font", sans-serif !important;
    font-size: 19px;
    line-height: 1.05;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.contact-page-hc__section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 64px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1f4f8f 0%, #5f95ff 100%);
}

.contact-page-hc__stat {
    min-height: auto;
    padding: 12px 14px;
    border: 1px solid rgba(36, 79, 136, 0.08);
    border-radius: 10px;
    background: #fbfdff;
}

.contact-page-hc__stat-label {
    display: block;
    margin: 0 0 6px;
    color: #244f88;
    font-family: "new_font", sans-serif !important;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
}

.contact-page-hc__stat-value {
    margin: 0;
    color: #15263d;
    font-family: "new_font", sans-serif !important;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}

.contact-page-hc__list {
    display: none;
}

.contact-page-hc__icon {
    display: none;
}

.contact-page-hc__stat-value a {
    color: #15263d !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    font-weight: 400;
}

.contact-page-hc__stat-value a:hover {
    color: #163f73 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.contact-page-hc__company {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    padding-top: 0;
    border-top: 0;
}

.contact-page-hc__company--contact {
    margin: 0 0 2px;
}

.contact-page-hc__company-wrap {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #e3e8ef;
}

.contact-page-hc__company .contact-page-hc__stat {
    min-height: auto;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    align-items: start;
    padding: 11px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(36, 79, 136, 0.06);
}

.contact-page-hc__company--contact .contact-page-hc__stat {
    grid-template-columns: 120px 1fr;
}

.contact-page-hc__company .contact-page-hc__stat--dph {
    grid-template-columns: 1fr;
    gap: 0;
}

.contact-page-hc__company .contact-page-hc__stat--dph .contact-page-hc__stat-label {
    display: none;
}

.contact-page-hc__company .contact-page-hc__stat--dph .contact-page-hc__stat-value {
    justify-self: start;
    text-align: left;
    color: #a1acba;
    font-size: 11px;
    line-height: 1.55;
}

.contact-page-hc__right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.contact-page-hc__map {
    overflow: hidden;
    border: 1px solid rgba(36, 79, 136, 0.08);
    border-radius: 10px;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-page-hc__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    flex: 1;
}

.contact-page-hc__map-note {
    margin: 0;
    padding: 6px 10px;
    color: #7f8b9b;
    font-size: 11px;
    line-height: 1.45;
    border-top: 1px solid rgba(36, 79, 136, 0.06);
    background: #fbfdff;
    text-align: center;
}

.contact-page-hc__badge {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-page-hc__badge:empty {
    display: none;
}

.contact-page-hc__badge > div {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: scale(0.72);
    transform-origin: left center;
    margin-left: 14px;
}

.contact-page-hc__company .contact-page-hc__stat:last-child {
    border-bottom: none;
    padding-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
    .contact-page-hc__layout {
        display: flex;
        flex-direction: column;
    }

    .contact-page-hc__right {
        width: 100%;
    }

    .contact-page-hc__map iframe {
        min-height: 260px;
    }

    .contact-page-hc__hero {
        padding: 16px;
    }

    .contact-page-hc__company .contact-page-hc__stat {
        grid-template-columns: 100px 1fr;
    }

    .contact-page-hc__company--contact .contact-page-hc__stat {
        grid-template-columns: 130px 1fr;
    }

    .contact-page-hc__badge {
        justify-content: center;
    }

    .contact-page-hc__badge > div {
        transform: scale(0.85);
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .contact-page-hc__quicknav-title {
        font-size: 18px !important;
    }

    .contact-page-hc__hero {
        margin: 0 0 12px;
        padding: 12px 12px 11px;
        border-radius: 10px;
    }

    .contact-page-hc__hero p {
        display: block;
        max-width: 100%;
        padding: 4px 0 4px 16px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .contact-page-hc__quicklinks {
        gap: 10px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .contact-page-hc__quicklink {
        width: auto;
        min-height: 38px;
        padding: 9px 12px;
        font-size: 11px !important;
        border-radius: 10px;
    }

    .contact-page-hc__card,
    .contact-page-hc__map,
    .contact-page-hc__badge {
        border-radius: 10px;
    }

    .contact-page-hc__card {
        padding: 14px 15px;
    }

    .contact-page-hc__card h3 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .contact-page-hc__section-title {
        margin: 0 0 12px;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .contact-page-hc__section-title::after {
        width: 54px;
    }

    .contact-page-hc__stats {
        margin: 0 0 8px;
        padding: 0 0 8px;
    }

    .contact-page-hc__stats .contact-page-hc__stat-value {
        font-size: 15px;
    }

    .contact-page-hc__company .contact-page-hc__stat .contact-page-hc__stat-value {
        font-size: 14px;
        line-height: 1.55;
    }

    .contact-page-hc__company .contact-page-hc__stat {
        grid-template-columns: 130px 1fr;
        gap: 10px;
        padding: 9px 0;
    }

    .contact-page-hc__company--contact .contact-page-hc__stat {
        grid-template-columns: 130px 1fr;
        gap: 10px;
    }

    .contact-page-hc__company-wrap {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px dashed #e3e8ef;
    }

    .contact-page-hc__company .contact-page-hc__stat--dph .contact-page-hc__stat-value {
        font-size: 10px;
        line-height: 1.4;
        white-space: nowrap;
    }

    .contact-page-hc__badge {
        justify-content: center;
    }

    .contact-page-hc__badge > div {
        transform: scale(0.8);
        margin-left: 0;
    }

    .contact-page-hc__map iframe {
        min-height: 300px;
    }
}

/* Heureka badge – corner without affecting layout */
.contact-page-hc .contact-page-hc__heureka-top {
    position: absolute;
    top: -14px;
    right: -8px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.contact-page-hc .contact-page-hc__heureka-top img {
    width: 100%;
    height: auto;
}
