/*(c) Haxter Corporation Global 2026. | All rights reserved.*/    
    .hx26_ai_explore {
        --hx26_ai_blue: #0067b8;
        --hx26_ai_blue_hover: #005da6;
        --hx26_ai_text: #1a1a1a;
        --hx26_ai_muted: #505050;
        --hx26_ai_border: #e5e5e5;
        --hx26_ai_soft: #f7f7f7;
        --hx26_ai_width: 1396px;

        background: #ffffff;
        color: var(--hx26_ai_text);
        font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
        padding: 72px 0 84px;
    }

    .hx26_ai_explore * {
        box-sizing: border-box;
    }

    .hx26_ai_explore a {
        color: inherit;
        text-decoration: none;
    }

    .hx26_ai_container {
        width: min(var(--hx26_ai_width), calc(100% - 48px));
        margin: 0 auto;
    }

    .hx26_ai_header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 32px;
        margin-bottom: 28px;
    }

    .hx26_ai_header_content {
        max-width: 760px;
    }

    .hx26_ai_eyebrow {
        display: inline-block;
        margin-bottom: 10px;
        color: var(--hx26_ai_blue);
        font-size: 13px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .hx26_ai_title {
        margin: 0;
        font-size: 34px;
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: -0.025em;
    }

    .hx26_ai_description {
        margin: 12px 0 0;
        max-width: 720px;
        color: var(--hx26_ai_muted);
        font-size: 16px;
        line-height: 1.55;
    }

    .hx26_ai_header_link {
        flex: 0 0 auto;
        color: var(--hx26_ai_blue);
        font-size: 15px;
        font-weight: 600;
    }

    .hx26_ai_header_link:hover {
        text-decoration: underline;
    }

    .hx26_ai_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .hx26_ai_card {
        min-height: 470px;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
        display: flex;
        flex-direction: column;
    }

    .hx26_ai_card_media {
        width: 100%;
        height: 214px;
        background: var(--hx26_ai_soft);
        display: grid;
        place-items: center;
        overflow: hidden;
    }

    .hx26_ai_card_media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .hx26_ai_card_media_contain img {
        width: 82%;
        height: 82%;
        object-fit: contain;
    }
    
    .hx26_ai_card_media_aria_portrait {
    height: 330px;
    background: #f7f7f7;
    align-items: end;
}

.hx26_ai_card_media_aria_portrait img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    padding: 18px 18px 0;
}



    .hx26_ai_card_body {
        padding: 24px;
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .hx26_ai_badge {
        width: fit-content;
        margin-bottom: 12px;
        padding: 4px 10px;
        background: #ffb900;
        color: #000000;
        font-size: 13px;
        font-weight: 600;
    }

    .hx26_ai_card_title {
        margin: 0;
        font-size: 24px;
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: -0.015em;
    }

    .hx26_ai_card_text {
        margin: 14px 0 0;
        color: #333333;
        font-size: 15px;
        line-height: 1.5;
    }

    .hx26_ai_card_footer {
        margin-top: auto;
        padding-top: 24px;
    }

    .hx26_ai_link {
        color: var(--hx26_ai_blue);
        font-size: 15px;
        font-weight: 600;
    }

    .hx26_ai_link:hover {
        text-decoration: underline;
    }

    .hx26_ai_band {
        margin-top: 48px;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.32)),
            url("https://aria.haxtercorp.com/aria5/_imgs-aria5/ARIA6thBirthday/ARIA6th_d46.png");
        background-size: cover;
        background-position: center;
        color: #ffffff;
        min-height: 360px;
        display: flex;
        align-items: center;
    }

    .hx26_ai_band_content {
        max-width: 620px;
        padding: 56px;
    }

    .hx26_ai_band_eyebrow {
        display: inline-block;
        margin-bottom: 14px;
        padding: 6px 12px;
        background: #ffb900;
        color: #000000;
        font-size: 13px;
        font-weight: 600;
    }

    .hx26_ai_band_title {
        margin: 0;
        font-size: 38px;
        line-height: 1.12;
        font-weight: 600;
        letter-spacing: -0.025em;
    }

    .hx26_ai_band_text {
        margin: 16px 0 0;
        color: rgba(255, 255, 255, 0.88);
        font-size: 16px;
        line-height: 1.55;
    }

    .hx26_ai_band_actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 18px;
        margin-top: 26px;
    }

    .hx26_ai_button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 18px;
        background: var(--hx26_ai_blue);
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
    }

    .hx26_ai_button:hover {
        background: var(--hx26_ai_blue_hover);
    }

    .hx26_ai_band_link {
        color: #8fd0ff;
        font-size: 15px;
        font-weight: 600;
    }

    .hx26_ai_band_link:hover {
        text-decoration: underline;
    }

    @media (max-width: 1084px) {
        .hx26_ai_grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .hx26_ai_header {
            display: block;
        }

        .hx26_ai_header_link {
            display: inline-block;
            margin-top: 18px;
        }
    }

    @media (max-width: 640px) {
        .hx26_ai_container {
            width: min(100% - 32px, var(--hx26_ai_width));
        }

        .hx26_ai_explore {
            padding: 52px 0 64px;
        }

        .hx26_ai_grid {
            grid-template-columns: 1fr;
        }

        .hx26_ai_title {
            font-size: 30px;
        }

        .hx26_ai_card {
            min-height: auto;
        }

        .hx26_ai_band_content {
            padding: 32px;
        }

        .hx26_ai_band_title {
            font-size: 32px;
        }

        .hx26_ai_band_actions {
            align-items: stretch;
            flex-direction: column;
        }

        .hx26_ai_button,
        .hx26_ai_band_link {
            width: 100%;
            justify-content: center;
            text-align: center;
        }
    }
    @media (max-width: 640px) {
        .hx26_ai_card_media_aria_portrait {
            height: 360px;
        }
    
        .hx26_ai_card_media_aria_portrait img {
            padding: 14px 14px 0;
        }
    }
