/* (c) Haxter Corporation Global 2026. | All rights reserved. */

.hx26_clarity_hero,
.hx26_clarity_section,
.hx26_clarity_band,
.hx26_clarity_cta {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", SegoeUI, "Montserrat", "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
}

.hx26_clarity_hero *,
.hx26_clarity_section *,
.hx26_clarity_band *,
.hx26_clarity_cta * {
    box-sizing: border-box;
}

.hx26_clarity_container {
    width: min(1396px, calc(100% - 48px));
    margin: 0 auto;
}

.hx26_clarity_hero {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82)),
        radial-gradient(circle at 88% 24%, rgba(0,103,184,0.18), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    color: #1a1a1a;
    padding: 86px 0 92px;
    border-bottom: 1px solid #e5e5e5;
}

.hx26_clarity_hero_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.62fr);
    gap: 48px;
    align-items: center;
}

.hx26_clarity_eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #0067b8;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hx26_clarity_hero_title {
    margin: 0;
    max-width: 860px;
    color: #1a1a1a;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.055em;
}

.hx26_clarity_hero_text {
    margin: 24px 0 0;
    max-width: 760px;
    color: #505050;
    font-size: 18px;
    line-height: 1.56;
    font-weight: 400;
}

.hx26_clarity_hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 32px;
}

.hx26_clarity_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    background: #0067b8;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hx26_clarity_button:hover {
    background: #005da6;
}

.hx26_clarity_text_link {
    color: #0067b8 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hx26_clarity_text_link:hover {
    text-decoration: underline;
}

.hx26_clarity_hero_panel {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    padding: 28px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.hx26_clarity_panel_top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}

.hx26_clarity_panel_top span {
    display: block;
    color: #0067b8;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hx26_clarity_panel_top strong {
    display: block;
    margin-top: 10px;
    color: #1a1a1a;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.hx26_clarity_metric {
    padding: 28px 0;
}

.hx26_clarity_metric small {
    display: block;
    color: #505050;
    font-size: 13px;
}

.hx26_clarity_metric strong {
    display: block;
    margin-top: 8px;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.hx26_clarity_metric p {
    margin: 14px 0 0;
    color: #505050;
    font-size: 15px;
    line-height: 1.5;
}

.hx26_clarity_panel_rows {
    margin-top: auto;
    display: grid;
    gap: 10px;
}

.hx26_clarity_panel_rows div {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    background: #f7f7f7;
    padding: 14px;
}

.hx26_clarity_panel_rows span {
    color: #0067b8;
    font-size: 13px;
    font-weight: 700;
}

.hx26_clarity_panel_rows p {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
}

.hx26_clarity_section {
    background: #ffffff;
    color: #1a1a1a;
    padding: 72px 0 84px;
}

.hx26_clarity_section_head {
    max-width: 820px;
    margin-bottom: 28px;
}

.hx26_clarity_section_head h2,
.hx26_clarity_band_content h2,
.hx26_clarity_cta_box h2 {
    margin: 0;
    color: #1a1a1a;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.hx26_clarity_section_head p,
.hx26_clarity_band_content p,
.hx26_clarity_cta_box p {
    margin: 14px 0 0;
    max-width: 780px;
    color: #505050;
    font-size: 16px;
    line-height: 1.55;
}

.hx26_clarity_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hx26_clarity_card {
    min-height: 300px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.hx26_clarity_card h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.hx26_clarity_card p {
    margin: 14px 0 0;
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
}

.hx26_clarity_band {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.78), rgba(0,0,0,0.34)),
        radial-gradient(circle at 78% 30%, rgba(0,103,184,0.76), transparent 40%),
        #1a1a1a;
    color: #ffffff;
    padding: 78px 0;
}

.hx26_clarity_band_grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: center;
}

.hx26_clarity_band .hx26_clarity_eyebrow {
    color: #8fd0ff;
}

.hx26_clarity_band_content h2 {
    color: #ffffff;
}

.hx26_clarity_band_content p {
    color: rgba(255,255,255,0.86);
}

.hx26_clarity_process {
    display: grid;
    gap: 14px;
}

.hx26_clarity_process_item {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 22px;
}

.hx26_clarity_process_item span {
    display: block;
    color: #8fd0ff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hx26_clarity_process_item strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.hx26_clarity_process_item p {
    margin: 10px 0 0;
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    line-height: 1.5;
}

.hx26_clarity_suites {
    background: #f7f7f7;
}

.hx26_clarity_table {
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
}

.hx26_clarity_table_row {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 24px;
    padding: 24px 26px;
    border-bottom: 1px solid #e5e5e5;
}

.hx26_clarity_table_row:last-child {
    border-bottom: none;
}

.hx26_clarity_table_row strong {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 700;
}

.hx26_clarity_table_row span {
    color: #505050;
    font-size: 15px;
    line-height: 1.5;
}

.hx26_clarity_cta {
    background: #ffffff;
    padding: 72px 0 84px;
}

.hx26_clarity_cta_box {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    padding: 42px;
    max-width: 920px;
}

.hx26_clarity_cta_box .hx26_clarity_button {
    margin-top: 26px;
}

@media (max-width: 1084px) {
    .hx26_clarity_hero_grid,
    .hx26_clarity_band_grid {
        grid-template-columns: 1fr;
    }

    .hx26_clarity_cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .hx26_clarity_container {
        width: min(100% - 32px, 1396px);
    }

    .hx26_clarity_hero {
        padding: 58px 0 64px;
    }

    .hx26_clarity_hero_title {
        font-size: 44px;
    }

    .hx26_clarity_hero_text {
        font-size: 16px;
    }

    .hx26_clarity_hero_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hx26_clarity_button,
    .hx26_clarity_text_link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hx26_clarity_cards {
        grid-template-columns: 1fr;
    }

    .hx26_clarity_section_head h2,
    .hx26_clarity_band_content h2,
    .hx26_clarity_cta_box h2 {
        font-size: 32px;
    }

    .hx26_clarity_table_row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hx26_clarity_cta_box {
        padding: 28px;
    }
}