/* ====== Business Enablement & Process Optimization page ====== */
.be-eyebrow {
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

/* ---- hero (dark header band) ---- */
.be-hero {
    padding: calc(var(--nav-height) + 54px) 0 76px;
    background: var(--dark-band);
}

.be-hero .be-eyebrow {
    color: var(--accent-light);
}

.be-hero .be-title {
    color: #fff;
}

.be-hero .be-lead {
    color: rgba(255, 255, 255, 0.9);
}

.be-hero .be-body {
    color: rgba(255, 255, 255, 0.66);
}

.be-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.be-title {
    font-family: 'Archivo', 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: var(--secondary);
    margin: 14px 0 20px;
    max-width: 16ch;
}

.be-lead {
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.6;
    color: var(--secondary);
    font-weight: 500;
    margin: 0 0 18px;
    max-width: 60ch;
}

.be-body {
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0 0 16px;
    max-width: 60ch;
}

.be-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
    padding: 14px 26px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.be-cta:visited {
    color: #fff;
}

.be-cta:hover {
    background: var(--secondary);
    transform: translateY(-2px);
}

.be-cta i,
.be-cta svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.2;
    transition: transform 0.2s ease;
}

.be-cta:hover i,
.be-cta:hover svg {
    transform: translateX(3px);
}

.be-hero-media {
    align-self: stretch;
    border-radius: 22px;
    overflow: hidden;
    min-height: 360px;
    box-shadow: var(--card-shadow);
}

.be-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ---- generic section ---- */
.be-section {
    padding: 78px 0;
}

.be-section-alt {
    background: #F2F2F2;
}

.be-h2 {
    font-family: 'Archivo', 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--secondary);
    margin: 12px 0 0;
}

.be-intro-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    margin: 16px 0 0;
    max-width: 60ch;
}

/* ---- what we deliver ---- */
.be-deliver-head {
    max-width: 820px;
    margin-bottom: 42px;
}

.be-deliver-cols {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.be-deliver-lead {
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.45;
    color: var(--secondary);
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0;
}

.be-prose p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0 0 18px;
}

.be-prose p:last-child {
    margin-bottom: 0;
}

/* ---- process steps ---- */
.be-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.be-step {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--divider);
    border-radius: 18px;
    padding: 26px 24px;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.be-step:hover {
    transform: translateY(-6px);
    border-color: rgba(44, 127, 184, 0.45);
    box-shadow: 0 18px 40px rgba(15, 21, 33, 0.12);
}

.be-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.be-step-num {
    font-family: 'Archivo', 'Inter', sans-serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--accent);
}

.be-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(44, 127, 184, 0.1);
    border: 1px solid rgba(44, 127, 184, 0.28);
    color: var(--accent);
    transition: background 0.3s ease, color 0.3s ease;
}

.be-step:hover .be-step-icon {
    background: var(--accent);
    color: #fff;
}

.be-step-icon svg {
    width: 21px;
    height: 21px;
    stroke-width: 1.9;
}

.be-step h3 {
    font-family: 'Archivo', 'Inter', sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: var(--secondary);
    letter-spacing: -0.01em;
    margin: 0 0 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--divider);
}

.be-step p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

/* ---- key outcomes panel ---- */
.be-outcomes {
    background: var(--secondary);
    border-radius: 26px;
    padding: 56px;
}

.be-outcomes .be-eyebrow {
    color: var(--accent-light);
}

.be-outcomes .be-h2 {
    color: #fff;
}

.be-outcomes-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
    max-width: 64ch;
    margin: 18px 0 0;
}

.be-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 48px;
    margin-top: 34px;
}

.be-outcome {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.be-outcome-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(44, 127, 184, 0.24);
    color: var(--accent-light);
}

.be-outcome-check svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.6;
}

.be-outcome span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 500;
}

/* ---- responsive ---- */
@media (max-width: 980px) {

    .be-hero-grid,
    .be-deliver-cols {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .be-hero-media {
        min-height: 280px;
        order: -1;
    }

    .be-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .be-outcomes-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .be-outcomes {
        padding: 36px 26px;
    }
}

@media (max-width: 560px) {
    .be-steps {
        grid-template-columns: 1fr;
    }
}
