    body.contact-page {
    overflow-x: hidden;
    }

    body.contact-page .header.js-header {
    z-index: 1200;
    opacity: 1;
    visibility: visible;
    }

    body.contact-page .header.js-header .is-menu-opened-hide,
    body.contact-page .header.js-header .header__container {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    }

    body.contact-page .custom-search-results {
    max-width: calc(100vw - 24px);
    overflow-x: auto;
    }

    .contact-hero {
    position: relative;
    z-index: 0;
    background: linear-gradient(120deg, #13357b 0%, #3554d1 48%, #2f7bff 100%);
    color: #ffffff;
    overflow: hidden;
    }

    .contact-hero::before,
    .contact-hero::after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    pointer-events: none;
    }

    .contact-hero::before {
    bottom: -95px;
    height: 190px;
    background: rgba(53, 84, 209, 0.3);
    }

    .contact-hero::after {
    bottom: -130px;
    height: 220px;
    background: rgba(106, 166, 255, 0.2);
    }

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

    .contact-hero-title {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    letter-spacing: 0.2px;
    text-shadow: 0 8px 22px rgba(9, 26, 72, 0.28);
    }

    .contact-shell {
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, #f4f7ff 0%, #ecf2ff 100%);
    }

    .contact-shell::before {
        content: '';
        position: absolute;
        width: 340px;
        height: 340px;
        right: -120px;
        top: -120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(53, 84, 209, 0.2), rgba(53, 84, 209, 0));
        pointer-events: none;
    }

    .contact-shell::after {
        content: '';
        position: absolute;
        width: 360px;
        height: 360px;
        left: -150px;
        bottom: -150px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(47, 123, 255, 0.16), rgba(47, 123, 255, 0));
        pointer-events: none;
    }

    .contact-shell .container {
        position: relative;
        z-index: 1;
    }

    .contact-info-card,
    .contact-map-card,
    .contact-form-card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(6, 20, 52, 0.08);
    }

    .contact-info-card,
    .contact-map-card {
    height: 100%;
    }

    .contact-shell .contact-info-card,
    .contact-shell .contact-map-card {
        min-height: 430px;
        background: linear-gradient(140deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.28));
        border: 1px solid rgba(255, 255, 255, 0.62);
        box-shadow: 0 18px 44px rgba(16, 36, 84, 0.16);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .contact-shell .contact-info-card {
        padding: 24px !important;
    }

    .contact-shell .contact-map-card {
        padding: 12px !important;
    }

    .contact-map-card {
        display: flex;
        align-items: stretch;
    }

    .contact-map-frame {
        width: 100%;
        height: 100%;
        min-height: 404px;
    border: 0;
    display: block;
        border-radius: 14px;
    }

    .contact-point {
    display: flex;
    align-items: flex-start;
        gap: 10px;
        padding: 9px 10px;
        margin-top: 8px;
        border: 1px solid rgba(96, 124, 197, 0.22);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.45);
    }

    .contact-point:first-of-type {
        margin-top: 14px;
    }

    .contact-point-icon {
        width: 24px;
        min-width: 24px;
        height: 24px;
    border-radius: 999px;
        border: 1px solid rgba(47, 123, 255, 0.8);
    color: #1956f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        font-size: 12px;
    }

    .contact-shell .contact-info-card .text-34 {
        font-size: 30px;
        line-height: 1.15;
    }

    .contact-shell .contact-info-card .text-18 {
        font-size: 16px;
        line-height: 1.3;
    }

    .contact-shell .contact-info-card .text-15 {
        font-size: 14px;
        line-height: 1.45;
    }

    .contact-shell .contact-info-card .mt-6 {
        margin-top: 4px !important;
    }

    .contact-point a {
    color: #13357b;
    font-weight: 500;
    }

    .contact-point a:hover {
    color: #3554d1;
    }

    .contact-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #eef3ff 0%, #e5edff 100%);
    }

    .contact-cta-section::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    top: -180px;
    right: -120px;
    background: radial-gradient(circle, rgba(53, 84, 209, 0.28), rgba(53, 84, 209, 0));
    pointer-events: none;
    }

    .contact-cta-section::after {
    content: '';
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    bottom: -190px;
    left: -120px;
    background: radial-gradient(circle, rgba(47, 123, 255, 0.24), rgba(47, 123, 255, 0));
    pointer-events: none;
    }

    .contact-form-wrap {
        max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }

    .contact-form-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 18px 48px rgba(17, 40, 88, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    }

    .contact-form-card .form-input input,
    .contact-form-card .form-input textarea,
    .contact-service-control,
    .contact-service-menu {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(53, 84, 209, 0.2);
    border-radius: 10px;
    }

    .contact-service-select-wrap {
    position: relative;
    }

    .contact-service-control {
    width: 100%;
    min-height: 118px;
    padding: 14px 14px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #1d2a4a;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .contact-service-control:focus,
    .contact-service-control[aria-expanded='true'] {
    border-color: #3554d1;
    box-shadow: 0 0 0 4px rgba(53, 84, 209, 0.14);
}

    .contact-service-placeholder {
    color: #6f7f9c;
    font-weight: 500;
    }

    .contact-service-chevron {
    color: #4764b8;
    line-height: 1;
    padding-top: 2px;
    }

    .contact-service-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    max-height: 240px;
    overflow: auto;
    padding: 10px;
    z-index: 20;
    box-shadow: 0 14px 28px rgba(14, 34, 80, 0.16);
    }

    .contact-service-option {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1d2a4a;
    padding: 8px 6px;
    border-radius: 8px;
    cursor: pointer;
    }

    .contact-service-option:hover {
    background: rgba(53, 84, 209, 0.08);
    }

    .contact-service-option input {
    width: 16px;
    height: 16px;
    accent-color: #3554d1;
    }

    .contact-message-area {
    min-height: 118px;
    resize: vertical;
    }

    .contact-form-card .form-input textarea.contact-message-area {
    padding-top: 22px;
    }

    .contact-submit-btn {
    border: 0;
    background: linear-gradient(120deg, #123579 0%, #214db7 55%, #2f7bff 100%);
    box-shadow: 0 12px 24px rgba(19, 53, 121, 0.3);
    letter-spacing: 0.2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .contact-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(19, 53, 121, 0.34);
    }

    .contact-submit-btn:focus-visible {
    outline: 3px solid rgba(47, 123, 255, 0.35);
    outline-offset: 2px;
    }

    .contact-social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    }

    .contact-social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #d4dfff;
    color: #13357b;
    background: #f6f8ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.25s ease;
    }

    .contact-social-icons a:hover {
    color: #ffffff;
    border-color: #3554d1;
    background: #3554d1;
    transform: translateY(-1px);
    }

    @media (max-width: 1199px) {
        .contact-shell .contact-info-card,
        .contact-shell .contact-map-card {
            min-height: 410px;
        }

        .contact-map-frame {
        min-height: 386px;
        }

        .contact-service-control {
            min-height: 112px;
    }
    }

    @media (max-width: 767px) {
        .contact-shell .contact-info-card,
        .contact-shell .contact-map-card {
            min-height: auto;
        }

    .contact-hero::before {
        bottom: -75px;
        height: 150px;
    }

    .contact-hero::after {
        bottom: -100px;
        height: 180px;
    }

    .contact-map-frame {
        height: 280px;
        min-height: 280px;
    }

    .contact-shell .contact-info-card {
        padding: 20px !important;
    }

    .contact-service-control {
        min-height: 124px;
    }
    }

    .contact-back-btn {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: #ffffff;
        border: 1px solid rgba(255,255,255,0.4);
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        text-decoration: none;
        font-size: 18px;
        transition: all 0.3s ease;
    }
    @media (max-width: 991px) {
        .contact-back-btn {
            display: flex !important;
        }
    }
    .contact-back-btn:hover {
        background: rgba(255, 255, 255, 0.4);
        color: #ffffff;
    }
