/* (c) Haxter Corporation | ARIA5 Halsey LiveX | H27-HX26-MS */

.hxhl_page {
    --hxhl_purple: #826af7;
    --hxhl_purple_deep: #6649f1;
    --hxhl_purple_soft: #f5f2ff;
    --hxhl_purple_line: #ddd5ff;
    --hxhl_text: #171717;
    --hxhl_muted: #62666d;
    --hxhl_border: #e6e4ef;
    --hxhl_soft: #faf9fd;

    margin: 0;
    background: #ffffff;
    color: var(--hxhl_text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.hxhl_page * {
    box-sizing: border-box;
}

.hxhl_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* TOPBAR */

.hxhl_topbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hxhl_border);
}

.hxhl_topbar_inner {
    min-height: 74px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.hxhl_brand {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.hxhl_brand span {
    color: var(--hxhl_text);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.hxhl_brand strong {
    color: var(--hxhl_purple_deep);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.hxhl_topnav {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
}

.hxhl_topnav::-webkit-scrollbar {
    height: 0;
}

.hxhl_topnav a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.hxhl_topnav a:hover {
    color: var(--hxhl_purple_deep);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxhl_toplogin {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background: var(--hxhl_purple_deep);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.hxhl_toplogin:hover {
    background: var(--hxhl_purple);
    color: #ffffff;
}

/* HERO */

.hxhl_hero {
    background:
        radial-gradient(circle at 78% 20%, rgba(130, 106, 247, 0.13), transparent 24%),
        radial-gradient(circle at 88% 62%, rgba(102, 73, 241, 0.12), transparent 28%),
        #ffffff;
    border-bottom: 1px solid var(--hxhl_border);
}

.hxhl_hero_grid {
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: 70px;
    align-items: center;
    padding: 88px 0;
}

.hxhl_hero_copy {
    max-width: 930px;
}

.hxhl_kicker,
.hxhl_label,
.hxhl_panel_label {
    margin: 0 0 16px;
    color: var(--hxhl_purple_deep);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxhl_hero h1 {
    margin: 0;
    color: var(--hxhl_text);
    font-size: clamp(58px, 6vw, 96px);
    line-height: 0.96;
    letter-spacing: -0.07em;
    font-weight: 600;
}

.hxhl_hero h1 span {
    display: block;
    color: var(--hxhl_purple_deep);
}

.hxhl_subtitle {
    margin: 28px 0 0;
    max-width: 840px;
    color: var(--hxhl_text);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.hxhl_intro {
    margin: 24px 0 0;
    max-width: 820px;
    color: var(--hxhl_muted);
    font-size: 18px;
    line-height: 1.65;
}

.hxhl_actions,
.hxhl_final_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
}

.hxhl_btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: var(--hxhl_purple_deep);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.hxhl_btn:hover {
    background: var(--hxhl_purple);
    color: #ffffff;
}

.hxhl_link {
    color: var(--hxhl_purple_deep);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.hxhl_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hxhl_meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--hxhl_border);
    border-left: 1px solid var(--hxhl_border);
}

.hxhl_meta span {
    padding: 12px 14px;
    border-right: 1px solid var(--hxhl_border);
    border-bottom: 1px solid var(--hxhl_border);
    background: #ffffff;
    color: var(--hxhl_text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

/* LIVE PANEL */

.hxhl_live_panel {
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--hxhl_border);
    box-shadow: 0 24px 64px rgba(102, 73, 241, 0.08);
}

.hxhl_live_panel h2 {
    margin: 0;
    color: var(--hxhl_text);
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxhl_live_panel > p {
    margin: 16px 0 0;
    color: var(--hxhl_muted);
    font-size: 15px;
    line-height: 1.6;
}

.hxhl_live_panel dl {
    margin: 28px 0 0;
    border-top: 1px solid var(--hxhl_border);
}

.hxhl_live_panel dl div {
    padding: 15px 0;
    border-bottom: 1px solid var(--hxhl_border);
}

.hxhl_live_panel dt {
    color: var(--hxhl_muted);
    font-size: 13px;
    line-height: 1.4;
}

.hxhl_live_panel dd {
    margin: 5px 0 0;
    color: var(--hxhl_text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    overflow-wrap: anywhere;
}

/* SECTIONS */

.hxhl_section {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxhl_border);
}

.hxhl_section_soft {
    background: var(--hxhl_soft);
}

.hxhl_section_head {
    max-width: 940px;
    margin-bottom: 42px;
}

.hxhl_section_head h2,
.hxhl_identity_panel h2,
.hxhl_final_inner h2 {
    margin: 0;
    color: var(--hxhl_text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxhl_section_head p,
.hxhl_identity_panel p,
.hxhl_final_inner p {
    margin: 18px 0 0;
    color: var(--hxhl_muted);
    font-size: 17px;
    line-height: 1.62;
}

/* FEATURES */

.hxhl_feature_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hxhl_border);
    border-left: 1px solid var(--hxhl_border);
}

.hxhl_feature_card {
    min-height: 280px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxhl_border);
    border-bottom: 1px solid var(--hxhl_border);
}

.hxhl_feature_card span,
.hxhl_capability_grid span {
    color: var(--hxhl_purple_deep);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.hxhl_feature_card strong {
    display: block;
    margin-top: 16px;
    color: var(--hxhl_text);
    font-size: 26px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxhl_feature_card p {
    margin: 14px 0 0;
    color: var(--hxhl_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* CAPABILITIES */

.hxhl_capability_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxhl_border);
    border-left: 1px solid var(--hxhl_border);
}

.hxhl_capability_grid article {
    min-height: 220px;
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--hxhl_border);
    border-bottom: 1px solid var(--hxhl_border);
}

.hxhl_capability_grid strong {
    display: block;
    margin-top: 16px;
    color: var(--hxhl_text);
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    font-weight: 600;
}

/* IDENTITY */

.hxhl_identity_panel,
.hxhl_final_inner {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 54px;
    align-items: start;
    padding: 42px;
    background: #ffffff;
    border: 1px solid var(--hxhl_border);
}

.hxhl_identity_panel p:first-child {
    margin-top: 0;
}

/* FINAL */

.hxhl_final {
    padding: 82px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hxhl_border);
}

.hxhl_final_inner {
    align-items: center;
    background:
        radial-gradient(circle at 92% 20%, rgba(130, 106, 247, 0.12), transparent 24%),
        #ffffff;
}

.hxhl_final_actions {
    margin-top: 0;
    justify-content: flex-end;
}

/* ACCESSIBILITY */

.hxhl_page a:focus-visible {
    outline: 2px solid var(--hxhl_purple_deep);
    outline-offset: 3px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .hxhl_topbar_inner,
    .hxhl_hero_grid,
    .hxhl_identity_panel,
    .hxhl_final_inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hxhl_topnav {
        justify-content: flex-start;
    }

    .hxhl_toplogin {
        width: 100%;
    }

    .hxhl_feature_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxhl_capability_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxhl_final_actions {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .hxhl_wrap {
        width: min(100% - 32px, 1320px);
    }

    .hxhl_topbar_inner {
        min-height: auto;
        padding: 16px 0;
        gap: 18px;
    }

    .hxhl_brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .hxhl_topnav {
        width: 100%;
    }

    .hxhl_hero_grid {
        min-height: auto;
        padding: 56px 0 62px;
    }

    .hxhl_hero h1,
    .hxhl_subtitle,
    .hxhl_live_panel h2,
    .hxhl_section_head h2,
    .hxhl_feature_card strong,
    .hxhl_capability_grid strong,
    .hxhl_identity_panel h2,
    .hxhl_final_inner h2 {
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxhl_hero h1 {
        font-size: clamp(42px, 11vw, 56px);
        line-height: 1.05;
    }

    .hxhl_subtitle {
        font-size: clamp(26px, 7.4vw, 34px);
        line-height: 1.16;
    }

    .hxhl_intro,
    .hxhl_section_head p,
    .hxhl_identity_panel p,
    .hxhl_final_inner p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxhl_feature_grid,
    .hxhl_capability_grid {
        grid-template-columns: 1fr;
    }

    .hxhl_live_panel,
    .hxhl_feature_card,
    .hxhl_capability_grid article,
    .hxhl_identity_panel,
    .hxhl_final_inner {
        padding: 26px;
    }

    .hxhl_actions,
    .hxhl_final_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxhl_btn,
    .hxhl_link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .hxhl_hero h1 {
        font-size: clamp(38px, 10vw, 44px);
    }

    .hxhl_section,
    .hxhl_final {
        padding: 64px 0;
    }
}