:root {
    --hxmap-blue: #0067b8;
    --hxmap-blue-hover: #005da6;
    --hxmap-text: #1a1a1a;
    --hxmap-muted: #5f6368;
    --hxmap-border: #e5e5e5;
    --hxmap-soft: #f5f5f5;
    --hxmap-blue-soft: #f3f8fd;
    --hxmap-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffffff;
    color: var(--hxmap-text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
}

.hxmap_page {
    background: #ffffff;
    overflow: hidden;
}

.hxmap_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

.hxmap_hero {
    background: #ffffff;
    border-bottom: 1px solid var(--hxmap-border);
}

.hxmap_hero_inner {
    min-height: 520px;
    display: grid;
    grid-template-columns: 1fr 0.86fr;
    gap: 68px;
    align-items: center;
    padding: 76px 0;
}

.hxmap_kicker {
    margin: 0 0 22px;
    color: var(--hxmap-muted);
    font-size: 13px;
    font-weight: 600;
}

.hxmap_title {
    margin: 0;
    max-width: 820px;
    color: var(--hxmap-text);
    font-size: clamp(46px, 5.2vw, 72px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    font-weight: 600;
}

.hxmap_title span {
    color: var(--hxmap-blue);
}

.hxmap_intro {
    margin: 24px 0 0;
    max-width: 720px;
    color: var(--hxmap-muted);
    font-size: 18px;
    line-height: 1.62;
}

.hxmap_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxmap_btn {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    background: var(--hxmap-blue);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.hxmap_btn:hover {
    background: var(--hxmap-blue-hover);
    color: #ffffff;
}

.hxmap_link {
    color: var(--hxmap-blue);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hxmap_link:hover {
    text-decoration: underline;
}

.hxmap_panel {
    background: var(--hxmap-blue-soft);
    border: 1px solid var(--hxmap-border);
    padding: 38px;
}

.hxmap_panel_logo {
    width: 92px;
    height: auto;
    display: block;
    margin-bottom: 54px;
}

.hxmap_panel_title {
    margin: 0;
    max-width: 440px;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxmap_panel_text {
    margin: 16px 0 0;
    max-width: 470px;
    color: var(--hxmap-muted);
    font-size: 15px;
    line-height: 1.6;
}

.hxmap_panel_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid #d8e6f2;
    border-left: 1px solid #d8e6f2;
}

.hxmap_panel_metric {
    min-height: 104px;
    padding: 18px;
    border-right: 1px solid #d8e6f2;
    border-bottom: 1px solid #d8e6f2;
    background: rgba(255, 255, 255, 0.55);
}

.hxmap_panel_metric strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.hxmap_panel_metric span {
    display: block;
    margin-top: 6px;
    color: var(--hxmap-muted);
    font-size: 13px;
    line-height: 1.4;
}

.hxmap_navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxmap-border);
}

.hxmap_navbar_inner {
    width: min(1320px, calc(100% - 80px));
    min-height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 26px;
    overflow-x: auto;
}

.hxmap_navbar a {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxmap_navbar a:hover {
    color: var(--hxmap-blue);
    text-decoration: underline;
}

.hxmap_featured {
    border-bottom: 1px solid var(--hxmap-border);
    background: #ffffff;
}

.hxmap_featured_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid var(--hxmap-border);
}

.hxmap_featured_card {
    min-height: 152px;
    display: flex;
    flex-direction: column;
    padding: 28px 26px;
    border-right: 1px solid var(--hxmap-border);
    color: inherit;
    text-decoration: none;
    background: #ffffff;
}

.hxmap_featured_card:hover h2 {
    text-decoration: underline;
}

.hxmap_featured_card h2 {
    margin: 0;
    color: var(--hxmap-text);
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.hxmap_featured_card p {
    margin: 12px 0 0;
    color: var(--hxmap-muted);
    font-size: 14px;
    line-height: 1.5;
}

.hxmap_featured_card span {
    margin-top: auto;
    padding-top: 24px;
    color: var(--hxmap-blue);
    font-size: 14px;
    font-weight: 600;
}

.hxmap_search_section {
    padding: 42px 0;
    background: var(--hxmap-soft);
    border-bottom: 1px solid var(--hxmap-border);
}

.hxmap_search_box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
}

.hxmap_search_input {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--hxmap-border);
    background: #ffffff;
    color: var(--hxmap-text);
    font-size: 16px;
    font-family: inherit;
    outline: none;
}

.hxmap_search_input:focus {
    border-color: var(--hxmap-blue);
    box-shadow: 0 0 0 1px var(--hxmap-blue);
}

.hxmap_search_hint {
    margin: 12px 0 0;
    color: var(--hxmap-muted);
    font-size: 13px;
}

.hxmap_count {
    color: var(--hxmap-muted);
    font-size: 13px;
    white-space: nowrap;
}

.hxmap_section {
    padding: 78px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxmap-border);
}

.hxmap_section:nth-of-type(even) {
    background: #ffffff;
}

.hxmap_section_head {
    display: grid;
    grid-template-columns: 0.36fr 1fr;
    gap: 38px;
    align-items: start;
    margin-bottom: 34px;
}

.hxmap_section_label {
    margin: 0;
    color: var(--hxmap-blue);
    font-size: 13px;
    font-weight: 600;
}

.hxmap_section_title {
    margin: 0;
    color: var(--hxmap-text);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxmap_section_description {
    margin: 16px 0 0;
    max-width: 760px;
    color: var(--hxmap-muted);
    font-size: 16px;
    line-height: 1.62;
}

.hxmap_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--hxmap-border);
    border-left: 1px solid var(--hxmap-border);
}

.hxmap_card {
    min-height: 224px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #ffffff;
    border-right: 1px solid var(--hxmap-border);
    border-bottom: 1px solid var(--hxmap-border);
    color: inherit;
    text-decoration: none;
}

.hxmap_card:hover h3 {
    text-decoration: underline;
}

.hxmap_card h3 {
    margin: 0;
    color: var(--hxmap-text);
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.hxmap_card p {
    margin: 13px 0 0;
    color: var(--hxmap-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hxmap_card span {
    margin-top: auto;
    padding-top: 24px;
    color: var(--hxmap-blue);
    font-size: 14px;
    font-weight: 600;
}

.hxmap_notice {
    padding: 68px 0;
    background: var(--hxmap-soft);
    border-bottom: 1px solid var(--hxmap-border);
}

.hxmap_notice_inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 46px;
    align-items: start;
}

.hxmap_notice h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxmap_notice p {
    margin: 0;
    color: var(--hxmap-muted);
    font-size: 16px;
    line-height: 1.65;
}

.hxmap_cta {
    padding: 78px 0;
    background: var(--hxmap-blue-soft);
    border-top: 1px solid var(--hxmap-border);
}

.hxmap_cta_inner {
    width: min(980px, calc(100% - 80px));
    margin: 0 auto;
    text-align: center;
}

.hxmap_cta h2 {
    margin: 0;
    color: var(--hxmap-text);
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxmap_cta p {
    max-width: 720px;
    margin: 20px auto 0;
    color: var(--hxmap-muted);
    font-size: 17px;
    line-height: 1.62;
}

.hxmap_cta_actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 32px;
}

.hxmap_note {
    margin-top: 22px;
    color: #6f7782;
    font-size: 12px;
    line-height: 1.5;
}

.hxmap_hidden {
    display: none !important;
}
/**/

.hxmap_panel_logo {
    display: block;
    height: auto;
    margin-bottom: 54px;
}

.hxmap_panel_logo_global {
    width: min(360px, 82%);
    max-height: 96px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 1180px) {
    .hxmap_hero_inner,
    .hxmap_notice_inner,
    .hxmap_section_head {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hxmap_cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxmap_featured_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .hxmap_wrap,
    .hxmap_navbar_inner,
    .hxmap_cta_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxmap_hero_inner {
        min-height: auto;
        padding: 52px 0;
    }

    .hxmap_title {
        font-size: 42px;
    }

    .hxmap_intro {
        font-size: 16px;
    }

    .hxmap_panel_grid,
    .hxmap_cards {
        grid-template-columns: 1fr;
    }

    .hxmap_search_box {
        grid-template-columns: 1fr;
    }

    .hxmap_section {
        padding: 58px 0;
    }

    .hxmap_panel,
    .hxmap_card,
    .hxmap_featured_card {
        padding: 26px;
    }

    .hxmap_actions,
    .hxmap_cta_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxmap_btn,
    .hxmap_link {
        width: 100%;
        justify-content: center;
    }
}
        