/* (c) Haxter Corporation Global 2026. | All rights reserved. */

.hx26_clarity_product {
    --hx26_clarity_blue: #0067b8;
    --hx26_clarity_blue_hover: #005da6;
    --hx26_clarity_text: #1a1a1a;
    --hx26_clarity_muted: #505050;
    --hx26_clarity_border: #e5e5e5;
    --hx26_clarity_soft: #f7f7f7;
    --hx26_clarity_width: 1396px;

    background: #ffffff;
    color: var(--hx26_clarity_text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", SegoeUI, "Montserrat", "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
}

.hx26_clarity_product * {
    box-sizing: border-box;
}

.hx26_clarity_product a {
    color: inherit;
    text-decoration: none;
}

.hx26_clarity_product_container {
    width: min(var(--hx26_clarity_width), calc(100% - 48px));
    margin: 0 auto;
}

.hx26_clarity_product_hero {
    padding: 92px 0 104px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.86)),
        radial-gradient(circle at 86% 26%, rgba(0,103,184,0.17), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    border-bottom: 1px solid var(--hx26_clarity_border);
}

.hx26_clarity_product_hero_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.62fr);
    gap: 48px;
    align-items: center;
}

.hx26_clarity_product_eyebrow,
.hx26_clarity_product_header span,
.hx26_clarity_product_band span,
.hx26_clarity_product_cta_box span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--hx26_clarity_blue);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hx26_clarity_product_title {
    max-width: 960px;
    margin: 0;
    color: var(--hx26_clarity_text);
    font-size: clamp(46px, 6vw, 82px);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.055em;
}

.hx26_clarity_product_intro {
    max-width: 800px;
    margin: 26px 0 0;
    color: var(--hx26_clarity_muted);
    font-size: 18px;
    line-height: 1.58;
}

.hx26_clarity_product_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
}

.hx26_clarity_product_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    background: var(--hx26_clarity_blue);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
}

.hx26_clarity_product_button:hover {
    background: var(--hx26_clarity_blue_hover);
}

.hx26_clarity_product_link {
    color: var(--hx26_clarity_blue) !important;
    font-size: 15px;
    font-weight: 600;
}

.hx26_clarity_product_link:hover {
    text-decoration: underline;
}

.hx26_clarity_product_panel {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    padding: 30px;
}

.hx26_clarity_product_panel h2 {
    margin: 0;
    color: var(--hx26_clarity_text);
    font-size: 32px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.hx26_clarity_product_panel p {
    margin: 16px 0 0;
    color: var(--hx26_clarity_muted);
    font-size: 15px;
    line-height: 1.55;
}

.hx26_clarity_product_panel_list {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.hx26_clarity_product_panel_list div {
    background: var(--hx26_clarity_soft);
    padding: 14px 16px;
    color: var(--hx26_clarity_text);
    font-size: 15px;
    font-weight: 600;
}

.hx26_clarity_product_section {
    padding: 72px 0 84px;
    background: #ffffff;
}

.hx26_clarity_product_soft {
    background: var(--hx26_clarity_soft);
    border-top: 1px solid var(--hx26_clarity_border);
    border-bottom: 1px solid var(--hx26_clarity_border);
}

.hx26_clarity_product_header {
    max-width: 850px;
    margin-bottom: 30px;
}

.hx26_clarity_product_header h2,
.hx26_clarity_product_band h2,
.hx26_clarity_product_cta_box h2 {
    margin: 0;
    color: var(--hx26_clarity_text);
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.hx26_clarity_product_header p,
.hx26_clarity_product_band p,
.hx26_clarity_product_cta_box p {
    margin: 14px 0 0;
    max-width: 800px;
    color: var(--hx26_clarity_muted);
    font-size: 16px;
    line-height: 1.55;
}

.hx26_clarity_product_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hx26_clarity_product_cards article {
    min-height: 280px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    padding: 26px;
}

.hx26_clarity_product_cards h3 {
    margin: 0;
    color: var(--hx26_clarity_text);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.hx26_clarity_product_cards p {
    margin: 14px 0 0;
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
}

.hx26_clarity_product_band {
    padding: 78px 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.38)),
        radial-gradient(circle at 82% 28%, rgba(0,103,184,0.72), transparent 42%),
        #1a1a1a;
    color: #ffffff;
}

.hx26_clarity_product_band_grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: center;
}

.hx26_clarity_product_band span {
    color: #8fd0ff;
}

.hx26_clarity_product_band h2 {
    color: #ffffff;
}

.hx26_clarity_product_band p {
    color: rgba(255,255,255,0.86);
}

.hx26_clarity_product_flow {
    display: grid;
    gap: 12px;
}

.hx26_clarity_product_flow div {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
}

.hx26_clarity_product_flow strong {
    color: #8fd0ff;
    font-size: 15px;
    font-weight: 700;
}

.hx26_clarity_product_flow p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.hx26_clarity_product_table {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
}

.hx26_clarity_product_table div {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 24px 26px;
    border-bottom: 1px solid var(--hx26_clarity_border);
}

.hx26_clarity_product_table div:last-child {
    border-bottom: none;
}

.hx26_clarity_product_table strong {
    color: var(--hx26_clarity_text);
    font-size: 15px;
    font-weight: 700;
}

.hx26_clarity_product_table p {
    margin: 0;
    color: var(--hx26_clarity_muted);
    font-size: 15px;
    line-height: 1.5;
}

.hx26_clarity_product_cta {
    padding: 72px 0 84px;
    background: #ffffff;
}

.hx26_clarity_product_cta_box {
    max-width: 940px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.14);
    padding: 42px;
}

.hx26_clarity_product_cta_box .hx26_clarity_product_button {
    margin-top: 26px;
}

@media (max-width: 1084px) {
    .hx26_clarity_product_hero_grid,
    .hx26_clarity_product_band_grid {
        grid-template-columns: 1fr;
    }

    .hx26_clarity_product_cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .hx26_clarity_product_container {
        width: min(100% - 32px, var(--hx26_clarity_width));
    }

    .hx26_clarity_product_hero {
        padding: 58px 0 68px;
    }

    .hx26_clarity_product_title {
        font-size: 44px;
    }

    .hx26_clarity_product_intro {
        font-size: 16px;
    }

    .hx26_clarity_product_actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hx26_clarity_product_button,
    .hx26_clarity_product_link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hx26_clarity_product_cards {
        grid-template-columns: 1fr;
    }

    .hx26_clarity_product_header h2,
    .hx26_clarity_product_band h2,
    .hx26_clarity_product_cta_box h2 {
        font-size: 32px;
    }

    .hx26_clarity_product_table div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hx26_clarity_product_cta_box {
        padding: 28px;
    }
}
/* Core thesis — wide technical rows */

.hx26_clarity_product_core {
    padding: 78px 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.84), rgba(0,0,0,0.44)),
        radial-gradient(circle at 86% 24%, rgba(0,103,184,0.72), transparent 42%),
        #1a1a1a;
    color: #ffffff;
}

.hx26_clarity_product_core_grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 48px;
    align-items: center;
}

.hx26_clarity_product_core_content span {
    display: inline-block;
    margin-bottom: 14px;
    color: #8fd0ff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hx26_clarity_product_core_content h2 {
    margin: 0;
    max-width: 680px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.hx26_clarity_product_core_content p {
    margin: 18px 0 0;
    max-width: 720px;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.58;
}

.hx26_clarity_product_core_rows {
    display: grid;
    gap: 14px;
}

.hx26_clarity_product_core_row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: start;
    min-height: 126px;
    padding: 24px 26px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
}

.hx26_clarity_product_core_row strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #8fd0ff;
    background: rgba(143,208,255,0.10);
    border: 1px solid rgba(143,208,255,0.22);
    font-size: 15px;
    font-weight: 700;
}

.hx26_clarity_product_core_row h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.hx26_clarity_product_core_row p {
    margin: 10px 0 0;
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    line-height: 1.5;
}

/***/
/* Clarity access buttons */

.hx26_clarity_product_hero_aside {
    align-self: start;
    display: grid;
    gap: 14px;
}

.hx26_clarity_access_bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.hx26_clarity_access_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.hx26_clarity_access_primary {
    background: #0067b8;
    color: #ffffff !important;
}

.hx26_clarity_access_primary:hover {
    background: #005da6;
}

.hx26_clarity_access_secondary {
    background: #ffffff;
    color: #0067b8 !important;
    border: 1px solid #0067b8;
}

.hx26_clarity_access_secondary:hover {
    background: #f3f8fc;
}

@media (max-width: 1084px) {
    .hx26_clarity_access_bar {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .hx26_clarity_access_bar {
        flex-direction: column;
        align-items: stretch;
    }

    .hx26_clarity_access_button {
        width: 100%;
    }
}