﻿:root {
    --hbr-blue-900: #0b3c8a;
    --hbr-blue-800: #1156b6;
    --hbr-blue-700: #1f6fd2;
    --hbr-blue-100: #dbeeff;
    --hbr-blue-50: #eef6ff;
    --hbr-text-900: #12315e;
    --hbr-text-700: #274a79;
    --hbr-border: rgba(23, 93, 194, 0.2);
}

/* Breadcrumb floats over hero and does not consume layout height */
.navbar-breadcrumb-wrapper {
    position: relative;
}

.navbar-breadcrumb-wrapper .uxp-breadcrumb {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    width: min(1700px, 95vw);
    margin: 0;
    max-height: 44px;
    border-top: 1px solid var(--uxp-bc-border);
    border-radius: 0 0 14px 14px;
}

.navbar-breadcrumb-wrapper .uxp-breadcrumb > * {
    opacity: 1;
}

.hbr-page {
    position: relative;
    background:
        radial-gradient(circle at 8% 12%, rgba(56, 189, 248, 0.24), transparent 34%),
        radial-gradient(circle at 92% 5%, rgba(14, 165, 233, 0.24), transparent 30%),
        linear-gradient(180deg, #4a9ced 0%, #9ec8f6 24%, #bddbf9 62%, #c9e2fb 100%);
    color: var(--hbr-text-900);
    font-family: 'Figtree', 'Noto Sans', sans-serif;
    padding-top: clamp(20px, 2.8vw, 36px);
}

.hbr-section {
    padding: clamp(34px, 4.4vw, 70px) clamp(16px, 4vw, 28px);
}

.hbr-wrap {
    max-width: min(1700px, 95vw);
    margin: 0 auto;
}

.hbr-hero {
    padding-top: clamp(56px, 7.2vw, 90px);
    padding-bottom: clamp(14px, 2.2vw, 26px);
}

.hbr-hero-grid {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: clamp(18px, 2.8vw, 36px);
    align-items: stretch;
    background: linear-gradient(145deg, #ffffff 0%, #f0f6ff 100%);
    border: 1px solid var(--hbr-border);
    box-shadow: 0 18px 40px rgba(17, 86, 182, 0.16);
    border-radius: 22px;
    padding: clamp(20px, 3.2vw, 38px);
}

.hbr-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 0;
}

.hbr-hero-content h1 {
    font-size: clamp(2.1rem, 3.35vw, 3.05rem);
    line-height: 1.16;
    margin: 0 0 10px;
    color: #0f2f63;
    letter-spacing: -0.02em;
}

.hbr-eyebrow {
    margin: 0;
    font-size: clamp(1rem, 1.7vw, 1.28rem);
    color: var(--hbr-text-700);
    font-weight: 500;
}

.hbr-divider {
    width: 100%;
    max-width: 420px;
    height: 2px;
    background: linear-gradient(90deg, rgba(31, 111, 210, 0.6), rgba(31, 111, 210, 0.05));
    margin: 18px 0;
}

.hbr-hero-content p {
    margin: 0;
    color: var(--hbr-text-700);
    font-size: clamp(1rem, 1.36vw, 1.13rem);
    line-height: 1.8;
}

.hbr-description {
    font-size: clamp(1.24rem, 1.5vw, 1.5rem);
    line-height: 1.68;
}

.hbr-cta-row {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hbr-hero-content .hbr-cta-row {
    margin-top: 26px;
    padding-top: 0;
}

.hbr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 22px;
    border-radius: 11px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.hbr-btn i {
    margin-right: 8px;
    font-size: 1.05em;
}

.hbr-btn-primary {
    background: linear-gradient(135deg, var(--hbr-blue-900), var(--hbr-blue-700));
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(11, 60, 138, 0.28);
}

.hbr-btn-primary:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #0a3476, #145ec2);
}

.hbr-btn-muted {
    background: #eff6ff;
    border-color: rgba(17, 86, 182, 0.35);
    color: #18488b;
}

.hbr-btn-muted:hover {
    transform: translateY(-1px);
    background: #e1eeff;
    border-color: rgba(17, 86, 182, 0.58);
}

.hbr-btn:focus-visible {
    outline: 3px solid rgba(56, 189, 248, 0.45);
    outline-offset: 2px;
}

.hbr-hero-image-wrap {
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.hbr-hero-image-wrap img {
    width: min(88%, 560px);
    height: clamp(230px, 24vw, 340px);
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.hbr-section-title {
    margin: 0 0 24px;
    text-align: center;
    color: #0d3f84;
    font-size: clamp(2rem, 2.9vw, 2.7rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.hbr-cards {
    display: grid;
    gap: 20px;
}

.hbr-cards-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hbr-cards-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hbr-cards-three .hbr-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon title"
        "text text";
    column-gap: 14px;
    row-gap: 10px;
    align-items: center;
}

.hbr-cards-three .hbr-card .hbr-icon {
    grid-area: icon;
    margin-bottom: 0;
}

.hbr-cards-three .hbr-card h3 {
    grid-area: title;
    margin: 0;
}

.hbr-cards-three .hbr-card p {
    grid-area: text;
    margin-top: 2px;
}

.hbr-card {
    background: linear-gradient(160deg, #ffffff 0%, #f2f8ff 100%);
    border: 1px solid var(--hbr-border);
    border-radius: 14px;
    padding: clamp(20px, 1.8vw, 30px);
    min-height: clamp(210px, 16vw, 260px);
    box-shadow: 0 10px 22px rgba(15, 78, 164, 0.08);
}

.hbr-card-soft {
    background: linear-gradient(160deg, #f8fbff 0%, #edf5ff 100%);
}

.hbr-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--hbr-blue-100);
    color: var(--hbr-blue-900);
    margin-bottom: 14px;
    font-size: 1.2rem;
}

.hbr-card h3 {
    margin: 0 0 10px;
    color: #103f83;
    font-size: clamp(1.28rem, 1.45vw, 1.6rem);
    line-height: 1.28;
}

.hbr-card p {
    margin: 0;
    color: #355781;
    line-height: 1.72;
    font-size: clamp(1.08rem, 1.08vw, 1.24rem);
}

.hbr-cta-final {
    padding-top: clamp(24px, 3.2vw, 48px);
}

.hbr-center {
    text-align: center;
    background: linear-gradient(160deg, #ffffff 0%, #eaf4ff 100%);
    border: 1px solid var(--hbr-border);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(15, 78, 164, 0.14);
    padding: clamp(34px, 5vw, 62px);
}

.hbr-center h2 {
    margin: 0 0 12px;
    color: #0d3f84;
    font-size: clamp(2rem, 2.7vw, 2.6rem);
    line-height: 1.2;
}

.hbr-center p {
    margin: 0 0 24px;
    color: #3a5f8e;
    font-size: clamp(1.1rem, 1.18vw, 1.3rem);
}

.hbr-center .hbr-cta-row {
    justify-content: center;
}

@media (max-width: 1024px) {
    .hbr-cards-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .navbar-breadcrumb-wrapper .uxp-breadcrumb {
        width: min(1700px, 95vw);
    }
}

@media (max-width: 768px) {
    .navbar-breadcrumb-wrapper .uxp-breadcrumb {
        left: 12px;
        right: auto;
        transform: none;
        width: auto;
        max-width: min(calc(100vw - 24px), 340px);
        border-radius: 999px;
        max-height: 30px;
        padding: 3px 8px;
    }

    .hbr-page {
        padding-top: 8px;
    }

    .hbr-hero {
        padding-top: clamp(44px, 9vw, 58px);
        padding-bottom: 10px;
    }

    .hbr-hero-grid {
        grid-template-columns: 1fr;
        border-radius: 16px;
        padding: 18px;
    }

    .hbr-hero-content {
        order: 1;
        height: auto;
        padding-top: 0;
        justify-content: flex-start;
    }

    .hbr-hero-image-wrap {
        order: 2;
    }

    .hbr-description {
        font-size: clamp(1.05rem, 4.1vw, 1.18rem);
    }

    .hbr-cards-three,
    .hbr-cards-four {
        grid-template-columns: 1fr;
    }

    .hbr-section-title {
        font-size: clamp(1.8rem, 6.2vw, 2.2rem);
        margin-bottom: 18px;
    }

    .hbr-card {
        min-height: 0;
        padding: 18px;
    }

    .hbr-card h3 {
        font-size: clamp(1.18rem, 4.6vw, 1.38rem);
    }

    .hbr-card p {
        font-size: clamp(1rem, 3.9vw, 1.12rem);
    }

    .hbr-center {
        padding: 24px 18px 28px;
    }

    .hbr-center h2 {
        font-size: clamp(1.72rem, 6vw, 2.05rem);
    }

    .hbr-center p {
        font-size: clamp(1rem, 3.9vw, 1.12rem);
    }

    .hbr-cta-row {
        flex-direction: column;
        margin-top: 16px;
    }

    .hbr-hero-content .hbr-cta-row {
        margin-top: 16px;
        padding-top: 0;
    }

    .hbr-hero-image-wrap img {
        width: min(92%, 480px);
        height: clamp(180px, 52vw, 260px);
    }

    .hbr-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hbr-btn {
        transition: none;
    }
}
