:root {
    --hx-ms-blue: #0067b8;
    --hx-ms-blue-hover: #005da6;
    --hx-ms-text: #1a1a1a;
    --hx-ms-muted: #5f6368;
    --hx-ms-border: #e5e5e5;
    --hx-ms-bg: #ffffff;
    --hx-ms-bg-soft: #f5f5f5;
    --hx-ms-bg-blue: #f3f8fd;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--hx-ms-bg);
    color: var(--hx-ms-text);
    font-family: "Segoe UI", "Elms Sans", Montserrat, Arial, Helvetica, sans-serif;
}

.hxsec_page {
    width: 100%;
    background: #ffffff;
}

.hxsec_wrap {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

/* HERO */

.hxsec_hero {
    background: #ffffff;
    border-bottom: 1px solid var(--hx-ms-border);
}

.hxsec_hero_grid {
    min-height: 560px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 72px 0;
}

.hxsec_kicker {
    display: inline-block;
    margin-bottom: 22px;
    color: #5f6368;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hxsec_title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 600;
    color: #1a1a1a;
}

.hxsec_title span {
    color: var(--hx-ms-blue);
}

.hxsec_intro {
    margin: 24px 0 0;
    max-width: 660px;
    color: var(--hx-ms-muted);
    font-size: 18px;
    line-height: 1.6;
}

.hxsec_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 32px;
}

.hxsec_btn {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    background: var(--hx-ms-blue);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hxsec_btn:hover {
    background: var(--hx-ms-blue-hover);
}

.hxsec_link {
    color: var(--hx-ms-blue);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hxsec_link:hover {
    text-decoration: underline;
}

/* HERO VISUAL */

.hxsec_hero_panel {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hxsec_cloud_card {
    width: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f8fd;
    border: 1px solid var(--hx-ms-border);
}

.hxsec_cloud_content {
    width: 100%;
    padding: 56px;
    text-align: left;
}

.hxsec_cloud_logo {
    width: min(320px, 80%);
    height: auto;
    display: block;
    margin-bottom: 34px;
}

.hxsec_cloud_label {
    margin: 0;
    color: var(--hx-ms-blue);
    font-size: 14px;
    font-weight: 600;
}

.hxsec_cloud_name {
    margin: 12px 0 0;
    max-width: 420px;
    color: #1a1a1a;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 600;
}

/* METRICS BAND */

.hxsec_band {
    background: #ffffff;
    border-bottom: 1px solid var(--hx-ms-border);
}

.hxsec_band_inner {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid var(--hx-ms-border);
}

.hxsec_band_item {
    min-height: 132px;
    padding: 28px 26px;
    border-right: 1px solid var(--hx-ms-border);
    background: #ffffff;
}

.hxsec_band_item strong {
    display: block;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hxsec_band_item span {
    display: block;
    margin-top: 8px;
    color: var(--hx-ms-muted);
    font-size: 14px;
    line-height: 1.45;
}

/* SECTIONS */

.hxsec_section {
    padding: 86px 0;
    background: #ffffff;
}

.hxsec_section_alt {
    background: var(--hx-ms-bg-soft);
    border-top: 1px solid var(--hx-ms-border);
    border-bottom: 1px solid var(--hx-ms-border);
}

.hxsec_section_head {
    max-width: 820px;
    margin-bottom: 42px;
}

.hxsec_section_label {
    margin: 0 0 12px;
    color: var(--hx-ms-blue);
    font-size: 13px;
    font-weight: 600;
}

.hxsec_h2 {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.hxsec_section_text {
    margin: 18px 0 0;
    color: var(--hx-ms-muted);
    font-size: 17px;
    line-height: 1.6;
}

/* CARDS */

.hxsec_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hxsec_card {
    min-height: 250px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--hx-ms-border);
}

.hxsec_card_icon {
    margin-bottom: 22px;
    color: var(--hx-ms-blue);
    font-size: 13px;
    font-weight: 600;
}

.hxsec_card h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.hxsec_card p {
    margin: 14px 0 0;
    color: var(--hx-ms-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* SPLIT */

.hxsec_split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.hxsec_security_panel {
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--hx-ms-border);
}

.hxsec_security_panel h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxsec_security_panel p {
    margin: 16px 0 0;
    color: var(--hx-ms-muted);
    line-height: 1.6;
}

.hxsec_security_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 26px;
    border-top: 1px solid var(--hx-ms-border);
    border-left: 1px solid var(--hx-ms-border);
}

.hxsec_security_chip {
    min-height: 88px;
    padding: 18px;
    background: #ffffff;
    border-right: 1px solid var(--hx-ms-border);
    border-bottom: 1px solid var(--hx-ms-border);
}

.hxsec_security_chip strong {
    display: block;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
}

.hxsec_security_chip span {
    display: block;
    margin-top: 6px;
    color: var(--hx-ms-muted);
    font-size: 13px;
    line-height: 1.4;
}

/* PLANS */

.hxsec_plans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.hxsec_plan {
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--hx-ms-border);
}

.hxsec_plan_enterprise {
    background: #f3f8fd;
    border-color: #cfe5f8;
}

.hxsec_plan h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.hxsec_plan p {
    margin: 16px 0 0;
    color: var(--hx-ms-muted);
    line-height: 1.6;
}

.hxsec_plan ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hxsec_plan li {
    color: #333333;
    font-size: 15px;
    line-height: 1.45;
}

.hxsec_plan li::before {
    content: "✓";
    margin-right: 9px;
    color: var(--hx-ms-blue);
    font-weight: 700;
}

/* LIST */

.hxsec_list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--hx-ms-border);
}

.hxsec_list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--hx-ms-border);
}

.hxsec_check {
    color: var(--hx-ms-blue);
    font-weight: 700;
}

.hxsec_list strong {
    display: block;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 600;
}

.hxsec_list span {
    display: block;
    margin-top: 5px;
    color: var(--hx-ms-muted);
    font-size: 14px;
    line-height: 1.45;
}

/* CTA */

.hxsec_cta {
    padding: 80px 0;
    background: #f3f8fd;
    border-top: 1px solid var(--hx-ms-border);
}

.hxsec_cta_inner {
    width: min(960px, calc(100% - 80px));
    margin: 0 auto;
    text-align: center;
}

.hxsec_cta h2 {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 600;
}

.hxsec_cta p {
    max-width: 720px;
    margin: 20px auto 0;
    color: var(--hx-ms-muted);
    font-size: 17px;
    line-height: 1.6;
}

.hxsec_cta_actions {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.hxsec_disclaimer {
    margin-top: 24px;
    color: #6f7782;
    font-size: 12px;
    line-height: 1.5;
}

/* RESPONSIVE */

@media (max-width: 1084px) {
    .hxsec_hero_grid,
    .hxsec_split {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hxsec_cards,
    .hxsec_band_inner,
    .hxsec_plans {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .hxsec_wrap,
    .hxsec_band_inner,
    .hxsec_cta_inner {
        width: min(100% - 32px, 1320px);
    }

    .hxsec_hero_grid {
        min-height: auto;
        padding: 48px 0;
    }

    .hxsec_title {
        font-size: 42px;
    }

    .hxsec_intro,
    .hxsec_section_text {
        font-size: 16px;
    }

    .hxsec_cards,
    .hxsec_band_inner,
    .hxsec_plans,
    .hxsec_security_grid {
        grid-template-columns: 1fr;
    }

    .hxsec_section {
        padding: 58px 0;
    }

    .hxsec_card,
    .hxsec_plan,
    .hxsec_security_panel,
    .hxsec_cloud_content {
        padding: 26px;
    }

    .hxsec_cloud_card {
        min-height: 300px;
    }

    .hxsec_cloud_name {
        font-size: 28px;
    }

    .hxsec_actions,
    .hxsec_cta_actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hxsec_btn,
    .hxsec_link {
        width: 100%;
        justify-content: center;
    }
}