﻿/* =========================================
   WILLSFLY – HOME.CSS (ULTRA PREMIUM FINAL)
========================================= */
.wf-home-hero {
    position: relative;
    z-index: 2;
    padding: 52px 0 24px;
    overflow: clip;
}

.wf-home-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.wf-home-orb,
.wf-home-grid,
.wf-home-beam,
.wf-home-noise {
    position: absolute;
    pointer-events: none;
}

.wf-home-orb {
    border-radius: 999px;
    filter: blur(10px);
}

.wf-home-orb-1 {
    width: 320px;
    height: 320px;
    left: -80px;
    top: 88px;
    background: rgba(196, 135, 54, 0.15);
}

.wf-home-orb-2 {
    width: 280px;
    height: 280px;
    right: 10%;
    top: 70px;
    background: rgba(77, 115, 255, 0.12);
}

.wf-home-orb-3 {
    width: 250px;
    height: 250px;
    right: -40px;
    bottom: 8%;
    background: rgba(154, 205, 196, 0.07);
}

.wf-home-grid {
    inset: 0;
    opacity: 0.10;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black 34%, transparent 92%);
}

.wf-home-beam {
    width: 24vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196,135,54,0.22), transparent);
    opacity: 0.62;
}

.wf-home-beam-1 {
    left: 5%;
    top: 126px;
}

.wf-home-beam-2 {
    right: 6%;
    bottom: 74px;
    background: linear-gradient(90deg, transparent, rgba(77,115,255,0.20), transparent);
}

.wf-home-noise {
    inset: 0;
    opacity: 0.04;
    background-image: radial-gradient(rgba(255,255,255,0.35) 0.55px, transparent 0.55px);
    background-size: 8px 8px;
    mix-blend-mode: soft-light;
}

.wf-home-copy {
    max-width: none !important;
    padding-right: 12px;
    padding-left: 0;
    padding-top: 6px;
}

.wf-home-kicker-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.wf-home-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wf-primary);
    background: rgba(196, 135, 54, 0.08);
    border: 1px solid rgba(196, 135, 54, 0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.wf-home-kicker-line {
    width: 68px;
    height: 1px;
    background: linear-gradient(90deg, rgba(196,135,54,0.50), transparent);
}

.wf-home-title {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(3rem, 4vw, 3rem);
    line-height: 1.03;
    letter-spacing: -0.065em;
    font-weight: 800;
    color: var(--wf-text);
    max-width: none !important;
}

.wf-home-subtitle {
    margin: 22px 0 0;
    max-width: none !important;
    color: var(--wf-text-soft);
    font-size: 1rem;
    line-height: 1.84;
}

.wf-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.wf-home-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.wf-home-trust-chip {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--wf-text-soft);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 0.88rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform 0.35s cubic-bezier(.22,1,.36,1), border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

    .wf-home-trust-chip:hover {
        transform: translateY(-2px);
        border-color: rgba(196,135,54,0.18);
        background: rgba(255,255,255,0.055);
        box-shadow: 0 12px 24px rgba(0,0,0,0.16);
    }

.wf-hero-stack {
    display: grid;
    gap: 18px;
}

.wf-hero-panel,
.wf-home-info-card,
.wf-mini-card,
.wf-metric-card,
.wf-position-card,
.wf-eng-card,
.wf-perspective-card,
.wf-intelligence-card,
.wf-industry-card,
.wf-product-feature,
.wf-intelligence-feature,
.wf-career-banner,
.wf-final-cta,
.wf-ecosystem-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(22, 26, 36, 0.82) 0%, rgba(13, 16, 24, 0.93) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 34px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.04);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.48s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease, background 0.38s ease;
    will-change: transform;
}

    .wf-hero-panel::before,
    .wf-home-info-card::before,
    .wf-mini-card::before,
    .wf-metric-card::before,
    .wf-position-card::before,
    .wf-eng-card::before,
    .wf-perspective-card::before,
    .wf-intelligence-card::before,
    .wf-product-feature::before,
    .wf-intelligence-feature::before,
    .wf-career-banner::before,
    .wf-final-cta::before,
    .wf-ecosystem-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 14% 16%, rgba(255,255,255,0.06), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.02), transparent 55%);
        pointer-events: none;
    }

    .wf-hero-panel:hover,
    .wf-home-info-card:hover,
    .wf-mini-card:hover,
    .wf-metric-card:hover,
    .wf-position-card:hover,
    .wf-eng-card:hover,
    .wf-perspective-card:hover,
    .wf-intelligence-card:hover,
    .wf-product-feature:hover,
    .wf-intelligence-feature:hover,
    .wf-career-banner:hover,
    .wf-final-cta:hover,
    .wf-ecosystem-card:hover {
        transform: translateY(-7px);
        border-color: rgba(196,135,54,0.17);
        box-shadow: 0 22px 48px rgba(0,0,0,0.28), 0 0 0 1px rgba(196,135,54,0.04), inset 0 1px 0 rgba(255,255,255,0.05);
    }

.wf-hero-panel-primary {
    padding: 32px;
}

.wf-hero-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.wf-panel-badge,
.wf-panel-status {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wf-panel-badge {
    color: var(--wf-primary);
    background: rgba(196,135,54,0.08);
    border: 1px solid rgba(196,135,54,0.16);
}

.wf-panel-status {
    color: #a6d7ce;
    background: rgba(154,205,196,0.08);
    border: 1px solid rgba(154,205,196,0.16);
}

.wf-hero-panel-primary h3 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.45rem, 1.65vw, 1.95rem);
    line-height: 1.14;
    letter-spacing: -0.04em;
    color: var(--wf-text);
}

.wf-hero-panel-primary p {
    margin: 16px 0 0;
    color: var(--wf-text-soft);
    font-size: 0.98rem;
    line-height: 1.86;
}

.wf-hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.wf-mini-card {
    min-height: 128px;
    padding: 20px;
}

    .wf-mini-card strong {
        display: block;
        font-family: 'Manrope', sans-serif;
        font-size: 0.98rem;
        margin-bottom: 10px;
        color: var(--wf-text);
    }

    .wf-mini-card span {
        color: var(--wf-text-soft);
        line-height: 1.7;
        font-size: 0.92rem;
    }

.wf-hero-panel-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wf-hero-panel-metric {
    min-height: 112px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.wf-metric-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(196,135,54,0.10);
    color: var(--wf-primary);
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease;
}

.wf-hero-panel:hover .wf-metric-icon,
.wf-product-feature:hover .wf-product-icon,
.wf-intelligence-card:hover .wf-intelligence-icon,
.wf-ecosystem-card:hover .wf-ecosystem-chip {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 26px rgba(0,0,0,0.24);
}

.wf-hero-panel-metric small {
    display: block;
    color: var(--wf-text-faint);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    font-size: 0.69rem;
}

.wf-hero-panel-metric strong {
    color: var(--wf-text);
    font-family: 'Manrope', sans-serif;
    font-size: 0.98rem;
    line-height: 1.35;
}

.wf-hero-panel-glass {
    padding: 22px;
}

.wf-hero-architecture {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.wf-arch-node {
    min-height: 76px;
    padding: 14px 16px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    color: var(--wf-text-soft);
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, background 0.38s ease;
}

    .wf-arch-node:hover {
        transform: translateY(-3px);
        border-color: rgba(154,205,196,0.18);
        background: rgba(255,255,255,0.05);
    }

    .wf-arch-node i {
        color: var(--wf-accent);
        font-size: 1rem;
    }

    .wf-arch-node span {
        font-weight: 700;
        line-height: 1.55;
    }

.wf-arch-node-main {
    grid-column: 1 / -1;
    min-height: 82px;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at center, rgba(196,135,54,0.16), rgba(255,255,255,0.02));
    color: var(--wf-text);
    padding-left: 18px;
    padding-right: 18px;
}

.wf-home-info-cluster {
    margin-top: 18px;
    max-width: 860px;
}

.wf-home-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.wf-home-info-card {
    padding: 18px 18px 19px;
}

.wf-home-info-card-wide {
    min-height: 110px;
}

    .wf-home-info-card-wide h4 {
        max-width: 88%;
    }

.wf-home-info-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--wf-primary);
    background: rgba(196,135,54,0.08);
    border: 1px solid rgba(196,135,54,0.14);
    margin-bottom: 12px;
}

.wf-home-info-card h4 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    line-height: 1.62;
    color: var(--wf-text);
    font-weight: 700;
}

.wf-home-info-card p {
    margin: 0;
    color: var(--wf-text-soft);
    font-size: 0.95rem;
    line-height: 1.78;
}

.wf-home-metrics {
    margin-top: 0;
}

.wf-metric-card {
    padding: 24px;
    min-height: 184px;
}

.wf-metric-label,
.wf-product-eyebrow,
.wf-perspective-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
}

.wf-metric-label,
.wf-product-eyebrow {
    color: var(--wf-primary);
    background: rgba(196,135,54,0.08);
    border: 1px solid rgba(196,135,54,0.14);
}

.wf-metric-card h4 {
    margin: 16px 0 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.16rem;
    color: var(--wf-text);
    line-height: 1.24;
}

.wf-metric-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.78;
}

.wf-home-positioning,
.wf-home-products,
.wf-home-ecosystems,
.wf-home-intelligence,
.wf-home-perspectives,
.wf-home-careers,
.wf-home-connect {
    padding-top: 64px;
    padding-bottom: 64px;
}

.wf-section-heading {
    max-width: none !important;
    margin-inline: auto;
}

.wf-section-heading-left {
    max-width: none !important;
}

.wf-section-heading h2 {
    margin: 12px 0 10px;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.5rem, 3vw, 2.5rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    color: var(--wf-text);
    max-width: none !important;
}

.wf-section-heading p,
.wf-section-aside {
    color: var(--wf-text-soft);
    font-size: 1.02rem;
    line-height: 1.88;
}

.wf-position-card {
    padding: 28px;
    min-height: 226px;
}

.wf-position-icon,
.wf-eng-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(196,135,54,0.10);
    color: var(--wf-primary);
    font-size: 1.16rem;
    margin-bottom: 18px;
}

.wf-position-card h3,
.wf-eng-card h3,
.wf-perspective-card h3,
.wf-product-feature h3 {
    margin: 0 0 12px;
    font-family: 'Manrope', sans-serif;
    color: var(--wf-text);
    font-size: 1.34rem;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.wf-position-card p,
.wf-eng-card p,
.wf-perspective-card p,
.wf-product-feature p,
.wf-intelligence-card p,
.wf-ecosystem-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.84;
}

.wf-home-products .row {
    align-items: stretch;
}

.wf-product-feature {
    padding: 28px;
    min-height: 100%;
}

.wf-product-feature-premium::after {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(196,135,54,0), rgba(196,135,54,0.35), rgba(196,135,54,0));
    opacity: 0.9;
}

.wf-product-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.wf-product-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--wf-primary);
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 8px 20px rgba(0,0,0,0.25);
}

    .wf-product-icon::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.12), transparent 60%);
        opacity: 0.6;
    }

.wf-product-title-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

    .wf-product-title-block h3 {
        margin: 0;
        font-size: 1.55rem;
        letter-spacing: -0.04em;
    }

.wf-home-products .col-xl-6:nth-child(1) .wf-product-icon {
    color: #c084fc;
    background: radial-gradient(circle, rgba(192,132,252,0.18), rgba(255,255,255,0.02));
}

.wf-home-products .col-xl-6:nth-child(2) .wf-product-icon {
    color: #60a5fa;
    background: radial-gradient(circle, rgba(96,165,250,0.18), rgba(255,255,255,0.02));
}

.wf-home-products .col-xl-6:nth-child(3) .wf-product-icon {
    color: #fbbf24;
    background: radial-gradient(circle, rgba(251,191,36,0.18), rgba(255,255,255,0.02));
}

.wf-home-products .col-xl-6:nth-child(4) .wf-product-icon {
    color: #5eead4;
    background: radial-gradient(circle, rgba(45,212,191,0.18), rgba(255,255,255,0.02));
}

.wf-product-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .wf-product-pills span {
        min-height: 38px;
        padding: 0 14px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.08);
        color: var(--wf-text-soft);
        font-size: 0.82rem;
        font-weight: 700;
    }

.wf-intelligence-feature {
    padding: 30px;
}

    .wf-intelligence-feature h2 {
        margin: 14px 0 14px;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2.15rem, 2.7vw, 2.5rem);
        line-height: 1.08;
        letter-spacing: -0.045em;
        color: var(--wf-text);
    }

    .wf-intelligence-feature p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.86;
    }

.wf-intelligence-stack {
    display: grid;
    gap: 18px;
}

.wf-intelligence-card {
    padding: 24px;
    min-height: 126px;
}

.wf-intelligence-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.wf-intelligence-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(196,135,54,0.10);
    color: var(--wf-primary);
    border: 1px solid rgba(196,135,54,0.12);
    flex-shrink: 0;
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease;
}

.wf-intelligence-card h4 {
    margin: 0;
    color: var(--wf-text);
    font-family: 'Manrope', sans-serif;
    font-size: 1.04rem;
}

.wf-perspective-card {
    min-height: 100%;
    padding: 24px;
}

.wf-perspective-chip {
    color: #9ed5cc;
    background: rgba(154,205,196,0.08);
    border: 1px solid rgba(154,205,196,0.16);
    margin-bottom: 18px;
}

.wf-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-weight: 800;
    color: var(--wf-text);
}

    .wf-card-link i {
        transition: transform 0.28s ease;
    }

    .wf-card-link:hover i {
        transform: translateX(4px);
    }

.wf-career-banner,
.wf-final-cta {
    padding: 34px;
}

    .wf-career-banner h2,
    .wf-final-cta h2 {
        margin: 18px 0 16px;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2.5rem, 2.5vw, 2.5rem);
        line-height: 1.06;
        letter-spacing: -0.05em;
        color: var(--wf-text);
    }

    .wf-career-banner p,
    .wf-final-cta p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.86;
    }

.wf-career-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.wf-final-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 22px;
}

.wf-final-cta p {
    max-width: none !important;
}

/* =========================================
   PRODUCT ECOSYSTEMS – FINAL PREMIUM LAYOUT
========================================= */

.wf-home-ecosystems {
    padding-top: 64px;
    padding-bottom: 64px;
}

.wf-ecosystem-triple-layout {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
    align-items: start;
}

.wf-ecosystem-col {
    display: grid;
    gap: 20px;
}

.wf-ecosystem-col-left {
    grid-template-rows: auto auto auto;
}

.wf-ecosystem-col-center {
    grid-template-rows: auto auto;
}

.wf-ecosystem-col-right {
    grid-template-rows: auto auto auto;
}

.wf-ecosystem-card {
    padding: 24px;
    min-height: 170px;
}

.wf-ecosystem-card-tall {
    min-height: 232px;
}

.wf-ecosystem-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.wf-ecosystem-chip {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--wf-primary);
    background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 8px 20px rgba(0,0,0,0.20);
    flex-shrink: 0;
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease;
}

    .wf-ecosystem-chip i {
        font-size: 1rem;
        line-height: 1;
    }

.wf-ecosystem-card:hover .wf-ecosystem-chip {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 14px 26px rgba(0,0,0,0.24), 0 0 18px rgba(196,135,54,0.10);
}

.wf-ecosystem-head h3 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1.26rem;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: var(--wf-text);
}

.wf-ecosystem-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.82;
    font-size: 0.98rem;
}

.wf-ecosystem-note {
    margin-top: 12px !important;
    color: rgba(255,255,255,0.60) !important;
    font-size: 0.92rem !important;
    line-height: 1.72 !important;
}

@media (max-width: 1399.98px) {
    .wf-home-title {
        font-size: clamp(2.3rem, 4.5vw, 4.2rem);
    }
}

@media (max-width: 1199.98px) {
    .wf-home-hero {
        padding: 72px 0 24px;
    }

    .wf-home-copy {
        max-width: 100%;
        padding-right: 32px;
    }

    .wf-home-title {
        font-size: clamp(2.2rem, 6vw, 3.7rem);
    }

    .wf-hero-panel-row,
    .wf-hero-mini-grid,
    .wf-hero-architecture,
    .wf-home-info-grid,
    .wf-ecosystem-triple-layout {
        grid-template-columns: 1fr;
    }

    .wf-ecosystem-col {
        grid-template-columns: 1fr;
    }

    .wf-ecosystem-card,
    .wf-ecosystem-card-tall {
        min-height: auto;
    }

    .wf-career-actions {
        justify-content: flex-start;
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .wf-home-hero {
        padding: 68px 0 20px;
    }

    .wf-home-kicker-wrap {
        gap: 12px;
    }

    .wf-home-kicker-line {
        width: 38px;
    }

    .wf-home-title {
        font-size: clamp(1.95rem, 10vw, 3rem);
        line-height: 1;
    }

    .wf-home-subtitle {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .wf-home-actions,
    .wf-home-trust,
    .wf-product-pills,
    .wf-career-actions,
    .wf-final-cta-actions {
        flex-direction: column;
    }

        .wf-home-trust-chip,
        .wf-product-pills span {
            width: 100%;
            justify-content: center;
        }

    .wf-product-head,
    .wf-ecosystem-head {
        align-items: flex-start;
    }

    .wf-metric-card,
    .wf-position-card,
    .wf-product-feature,
    .wf-perspective-card,
    .wf-intelligence-card,
    .wf-intelligence-feature,
    .wf-career-banner,
    .wf-final-cta,
    .wf-home-info-card,
    .wf-hero-panel,
    .wf-ecosystem-card {
        padding: 22px;
    }

    .wf-home-info-grid {
        grid-template-columns: 1fr;
    }

    .wf-ecosystem-head h3 {
        font-size: 1.12rem;
    }
}

.wf-home-shell {
    position: relative;
    z-index: 2;
}

.wf-home-shell-wide {
    padding-left: clamp(18px, 2vw, 32px);
    padding-right: clamp(18px, 2vw, 32px);
    /*max-width: 1600px;*/
    width:none!important;
    margin: 0 auto;
}

/* =========================================================
   FINAL WIDTH + SMOOTHNESS FIX
   Match Product Ecosystems width and stop right-side shaking
   Keep this block at the very bottom of Home.css
========================================================= */

.wf-home-hero,
.wf-home-positioning,
.wf-home-products,
.wf-home-ecosystems,
.wf-home-intelligence,
.wf-home-perspectives,
.wf-home-careers,
.wf-home-connect {
    max-width: 100%;
    overflow-x: clip;
    contain: paint;
}

.wf-home-hero-bg,
.wf-home-orb,
.wf-home-grid,
.wf-home-beam,
.wf-home-noise {
    max-width: 100vw;
    pointer-events: none;
}

.wf-home-copy,
.wf-hero-stack,
.wf-home-info-cluster,
.wf-section-heading,
.wf-section-heading-left {
    min-width: 0;
}

/* Same visual width as Product Ecosystems page */
.wf-home-shell,
.wf-home-shell-wide {
    width: min(100% - 68px, var(--wf-shell-max, 1820px));
    max-width: var(--wf-shell-max, 1820px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Also support common Product Ecosystems shell classes if used in Home.cshtml */
.wf-home-hero .wf-shell,
.wf-home-hero .wf-shell-wide,
.wf-home-positioning .wf-shell,
.wf-home-positioning .wf-shell-wide,
.wf-home-products .wf-shell,
.wf-home-products .wf-shell-wide,
.wf-home-ecosystems .wf-shell,
.wf-home-ecosystems .wf-shell-wide,
.wf-home-intelligence .wf-shell,
.wf-home-intelligence .wf-shell-wide,
.wf-home-perspectives .wf-shell,
.wf-home-perspectives .wf-shell-wide,
.wf-home-careers .wf-shell,
.wf-home-careers .wf-shell-wide,
.wf-home-connect .wf-shell,
.wf-home-connect .wf-shell-wide {
    width: min(100% - 68px, var(--wf-shell-max, 1820px));
    max-width: var(--wf-shell-max, 1820px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wf-home-hero .row,
.wf-home-positioning .row,
.wf-home-products .row,
.wf-home-ecosystems .row,
.wf-home-intelligence .row,
.wf-home-perspectives .row,
.wf-home-careers .row,
.wf-home-connect .row {
    margin-left: 0;
    margin-right: 0;
}

    .wf-home-hero .row > *,
    .wf-home-positioning .row > *,
    .wf-home-products .row > *,
    .wf-home-ecosystems .row > *,
    .wf-home-intelligence .row > *,
    .wf-home-perspectives .row > *,
    .wf-home-careers .row > *,
    .wf-home-connect .row > * {
        min-width: 0;
    }

/* Smooth transition only; avoid width/layout transition shake */
.wf-hero-panel,
.wf-home-info-card,
.wf-mini-card,
.wf-metric-card,
.wf-position-card,
.wf-eng-card,
.wf-perspective-card,
.wf-intelligence-card,
.wf-industry-card,
.wf-product-feature,
.wf-intelligence-feature,
.wf-career-banner,
.wf-final-cta,
.wf-ecosystem-card,
.wf-home-trust-chip,
.wf-arch-node {
    transition-property: transform, opacity, box-shadow, border-color, background-color, color;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* Large blurred objects must never create horizontal scroll */
.wf-home-orb-1 {
    left: max(-80px, -5vw);
}

.wf-home-orb-3 {
    right: max(-40px, -3vw);
}

@media (max-width: 767.98px) {
    .wf-home-shell,
    .wf-home-shell-wide,
    .wf-home-hero .wf-shell,
    .wf-home-hero .wf-shell-wide,
    .wf-home-positioning .wf-shell,
    .wf-home-positioning .wf-shell-wide,
    .wf-home-products .wf-shell,
    .wf-home-products .wf-shell-wide,
    .wf-home-ecosystems .wf-shell,
    .wf-home-ecosystems .wf-shell-wide,
    .wf-home-intelligence .wf-shell,
    .wf-home-intelligence .wf-shell-wide,
    .wf-home-perspectives .wf-shell,
    .wf-home-perspectives .wf-shell-wide,
    .wf-home-careers .wf-shell,
    .wf-home-careers .wf-shell-wide,
    .wf-home-connect .wf-shell,
    .wf-home-connect .wf-shell-wide {
        width: min(100% - 36px, var(--wf-shell-max, 1820px));
    }
}


/* =========================================================
   HOME – FINAL PRODUCT-ECOSYSTEM STYLE UPGRADE
   Applies reference-style connected cards to hero info + right architecture blocks
========================================================= */

.wf-home-enterprise-rail,
.wf-home-architecture-flow {
    position: relative;
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.wf-home-enterprise-rail {
    max-width: 980px;
    padding-left: 52px;
}

.wf-home-rail-line,
.wf-home-flow-line {
    position: absolute;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(214,167,96,0.90), rgba(77,115,255,0.30), rgba(214,167,96,0.58));
    box-shadow: 0 0 22px rgba(214,167,96,0.16);
    pointer-events: none;
}

.wf-home-rail-line {
    left: 18px;
    top: 26px;
    bottom: 26px;
}

.wf-home-rail-card,
.wf-home-flow-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: radial-gradient(circle at 8% 0%, rgba(214,167,96,0.10), transparent 34%), linear-gradient(180deg, rgba(24,28,39,0.88), rgba(10,14,24,0.96));
    border: 1px solid rgba(255,255,255,0.095);
    box-shadow: 0 16px 38px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.055);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.wf-home-rail-card {
    min-height: 116px;
    padding: 24px 26px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

    .wf-home-rail-card::before,
    .wf-home-flow-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 14% 18%, rgba(255,255,255,0.065), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.018), transparent 58%);
        pointer-events: none;
    }

.wf-home-rail-dot,
.wf-home-flow-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e3b35f, #c48736);
    box-shadow: 0 0 0 10px rgba(196,135,54,0.10), 0 10px 24px rgba(196,135,54,0.28);
    pointer-events: none;
}

.wf-home-rail-dot {
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
}

.wf-home-rail-card::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, rgba(214,167,96,0.44), transparent);
}

.wf-home-rail-icon,
.wf-home-flow-icon {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--wf-primary);
    background: linear-gradient(145deg, rgba(196,135,54,0.16), rgba(255,255,255,0.035));
    border: 1px solid rgba(196,135,54,0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 10px 22px rgba(0,0,0,0.22);
}

.wf-home-rail-copy,
.wf-home-flow-card > div:last-child {
    position: relative;
    z-index: 2;
    min-width: 0;
}

    .wf-home-rail-copy h4,
    .wf-home-flow-card strong {
        display: block;
        margin: 0;
        font-family: 'Manrope', sans-serif;
        color: var(--wf-text);
        font-size: 1.08rem;
        line-height: 1.32;
        letter-spacing: -0.028em;
        font-weight: 850;
    }

    .wf-home-rail-copy p,
    .wf-home-flow-card p {
        margin: 8px 0 0;
        color: rgba(226,232,244,0.78);
        font-size: 0.95rem;
        line-height: 1.72;
    }

.wf-home-rail-card-lead .wf-home-rail-copy h4 {
    max-width: 760px;
    font-size: 1.16rem;
}

.wf-home-architecture-flow {
    padding-left: 48px;
}

.wf-home-flow-line {
    left: 16px;
    top: 34px;
    bottom: 34px;
}

.wf-home-flow-card {
    min-height: 124px;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.wf-home-flow-dot {
    left: -41px;
    top: 34px;
}

.wf-home-flow-card::after {
    content: "";
    position: absolute;
    left: -23px;
    top: 42px;
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, rgba(214,167,96,0.44), transparent);
}

.wf-home-flow-card small {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    margin-bottom: 10px;
    border-radius: 999px;
    color: var(--wf-primary);
    background: rgba(196,135,54,0.08);
    border: 1px solid rgba(196,135,54,0.14);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wf-home-flow-card-highlight {
    background: radial-gradient(circle at 12% 0%, rgba(154,205,196,0.12), transparent 34%), linear-gradient(180deg, rgba(25,31,45,0.92), rgba(10,14,24,0.96));
}

/* Hide old grid rules after markup upgrade */
.wf-home-info-cluster,
.wf-home-info-grid,
.wf-hero-panel-row,
.wf-hero-panel-glass,
.wf-hero-architecture {
    contain: layout paint;
}

/* Stable premium hover: glow only, no movement */
.wf-home-rail-card,
.wf-home-flow-card {
    transition: border-color 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
}

    .wf-home-rail-card:hover,
    .wf-home-flow-card:hover {
        border-color: rgba(214,167,96,0.24);
        box-shadow: 0 24px 58px rgba(0,0,0,0.36), 0 0 0 1px rgba(214,167,96,0.055), inset 0 1px 0 rgba(255,255,255,0.07);
    }

@media (max-width: 1199.98px) {
    .wf-home-enterprise-rail,
    .wf-home-architecture-flow {
        padding-left: 46px;
    }
}

@media (max-width: 767.98px) {
    .wf-home-enterprise-rail,
    .wf-home-architecture-flow {
        padding-left: 0;
    }

    .wf-home-rail-line,
    .wf-home-flow-line,
    .wf-home-rail-dot,
    .wf-home-flow-dot,
    .wf-home-rail-card::after,
    .wf-home-flow-card::after {
        display: none;
    }

    .wf-home-rail-card,
    .wf-home-flow-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 20px;
        border-radius: 22px;
    }

    .wf-home-rail-icon,
    .wf-home-flow-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }
}

/* =========================================================
   HOME HERO CONNECTED TIMELINE – FINAL WORKING VERSION
   Uses the actual classes present in Home.cshtml:
   .wf-home-enterprise-rail, .wf-home-rail-line, .wf-home-rail-dot
   .wf-home-architecture-flow, .wf-home-flow-line, .wf-home-flow-dot
========================================================= */

/* Stable connected rail wrappers */
.wf-home-enterprise-rail,
.wf-home-architecture-flow {
    position: relative !important;
    overflow: visible !important;
}

/* Animated vertical rails */
.wf-home-rail-line,
.wf-home-flow-line {
    position: absolute !important;
    width: 2px !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    z-index: 4 !important;
    background: linear-gradient( 180deg, rgba(214,167,96,.98) 0%, rgba(214,167,96,.62) 34%, rgba(77,115,255,.38) 68%, rgba(214,167,96,.78) 100% ) !important;
    box-shadow: 0 0 18px rgba(214,167,96,.22), 0 0 36px rgba(77,115,255,.13) !important;
    animation: wfHomeRailEnergy 3.4s ease-in-out infinite !important;
}

.wf-home-rail-line {
    left: 18px !important;
    top: 26px !important;
    bottom: 26px !important;
}

.wf-home-flow-line {
    left: 16px !important;
    top: 34px !important;
    bottom: 34px !important;
}

/* Actual dot elements */
.wf-home-rail-dot,
.wf-home-flow-dot {
    position: absolute !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    z-index: 8 !important;
    background: radial-gradient(circle at 32% 25%, #ffd98a 0%, #e3b35f 36%, #c48736 100%) !important;
    border: 1px solid rgba(255,226,168,.42) !important;
    box-shadow: 0 0 0 9px rgba(214,167,96,.10), 0 0 22px rgba(214,167,96,.38), 0 12px 24px rgba(0,0,0,.28) !important;
    animation: wfHomeRailDotPulse 2.6s ease-in-out infinite !important;
}

.wf-home-rail-dot {
    left: -43px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.wf-home-flow-dot {
    left: -41px !important;
    top: 34px !important;
}

/* Connector lines from rail to cards */
.wf-home-rail-card,
.wf-home-flow-card {
    overflow: visible !important;
    isolation: isolate !important;
    transition: border-color .32s ease, box-shadow .32s ease, background .32s ease, filter .32s ease !important;
}

    .wf-home-rail-card::after,
    .wf-home-flow-card::after {
        content: "" !important;
        position: absolute !important;
        height: 1px !important;
        pointer-events: none !important;
        z-index: 5 !important;
        background: linear-gradient(90deg, rgba(214,167,96,.72), rgba(214,167,96,.08)) !important;
    }

    .wf-home-rail-card::after {
        left: -25px !important;
        top: 50% !important;
        width: 25px !important;
        transform: translateY(-50%) !important;
    }

    .wf-home-flow-card::after {
        left: -23px !important;
        top: 42px !important;
        width: 23px !important;
    }

    /* Light sweep overlay uses separate inner pseudo safely */
    .wf-home-rail-card::before,
    .wf-home-flow-card::before {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        border-radius: inherit !important;
        pointer-events: none !important;
        z-index: 1 !important;
        opacity: .88 !important;
        background: radial-gradient(circle at 14% 18%, rgba(255,255,255,.065), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.018), transparent 58%) !important;
    }

    /* Premium hover: no movement, only glow */
    .wf-home-rail-card:hover,
    .wf-home-flow-card:hover {
        transform: none !important;
        border-color: rgba(214,167,96,.34) !important;
        background: radial-gradient(circle at 12% 18%, rgba(214,167,96,.14), transparent 36%), linear-gradient(180deg, rgba(29,34,48,.92), rgba(11,15,25,.98)) !important;
        box-shadow: 0 26px 62px rgba(0,0,0,.38), 0 0 34px rgba(214,167,96,.12), inset 0 1px 0 rgba(255,255,255,.08) !important;
    }

        .wf-home-rail-card:hover .wf-home-rail-icon,
        .wf-home-flow-card:hover .wf-home-flow-icon {
            color: #f3c879 !important;
            border-color: rgba(214,167,96,.38) !important;
            background: radial-gradient(circle at 35% 20%, rgba(255,255,255,.15), transparent 52%), rgba(214,167,96,.17) !important;
            box-shadow: 0 0 0 7px rgba(214,167,96,.08), 0 14px 28px rgba(0,0,0,.28) !important;
        }

    /* stagger the actual dots */
    .wf-home-rail-card:nth-child(3) .wf-home-rail-dot,
    .wf-home-flow-card:nth-child(3) .wf-home-flow-dot {
        animation-delay: .22s !important;
    }

    .wf-home-rail-card:nth-child(4) .wf-home-rail-dot,
    .wf-home-flow-card:nth-child(4) .wf-home-flow-dot {
        animation-delay: .44s !important;
    }

    .wf-home-rail-card:nth-child(5) .wf-home-rail-dot,
    .wf-home-flow-card:nth-child(5) .wf-home-flow-dot {
        animation-delay: .66s !important;
    }

@keyframes wfHomeRailEnergy {
    0%, 100% {
        opacity: .64;
        filter: drop-shadow(0 0 0 rgba(214,167,96,0));
    }

    50% {
        opacity: 1;
        filter: drop-shadow(0 0 12px rgba(214,167,96,.34));
    }
}

@keyframes wfHomeRailDotPulse {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 8px rgba(214,167,96,.08), 0 0 20px rgba(214,167,96,.30), 0 12px 24px rgba(0,0,0,.28);
    }

    50% {
        transform: translateY(-50%) scale(1.06);
        box-shadow: 0 0 0 13px rgba(214,167,96,.16), 0 0 36px rgba(214,167,96,.50), 0 16px 34px rgba(0,0,0,.34);
    }
}

/* Flow dots are top-positioned, so animation must preserve top positioning */
.wf-home-flow-dot {
    animation-name: wfHomeFlowDotPulse !important;
}

@keyframes wfHomeFlowDotPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(214,167,96,.08), 0 0 20px rgba(214,167,96,.30), 0 12px 24px rgba(0,0,0,.28);
    }

    50% {
        transform: scale(1.06);
        box-shadow: 0 0 0 13px rgba(214,167,96,.16), 0 0 36px rgba(214,167,96,.50), 0 16px 34px rgba(0,0,0,.34);
    }
}

/* Mobile: hide rails, keep cards clean */
@media (max-width: 767.98px) {
    .wf-home-enterprise-rail,
    .wf-home-architecture-flow {
        padding-left: 0 !important;
    }

    .wf-home-rail-line,
    .wf-home-flow-line,
    .wf-home-rail-dot,
    .wf-home-flow-dot,
    .wf-home-rail-card::after,
    .wf-home-flow-card::after {
        display: none !important;
    }

    .wf-home-rail-card,
    .wf-home-flow-card {
        overflow: hidden !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wf-home-rail-line,
    .wf-home-flow-line,
    .wf-home-rail-dot,
    .wf-home-flow-dot {
        animation: none !important;
    }
}

/* =========================================================
   HOME – SCROLL STORY REVEAL (FINAL MVC VERSION)
   Controlled by wwwroot/js/home.js
   No AOS needed for these rail/flow cards.
========================================================= */
body.wf-home-story-ready .wf-home-rail-card,
body.wf-home-story-ready .wf-home-flow-card {
    opacity: 0;
    transform: translateY(28px) scale(.985);
    filter: blur(7px);
    transition: opacity .78s ease, transform .78s cubic-bezier(.2,.8,.2,1), filter .78s ease, border-color .32s ease, box-shadow .32s ease, background .32s ease !important;
    transition-delay: var(--wf-story-delay, 0ms);
}

    body.wf-home-story-ready .wf-home-rail-card.wf-visible,
    body.wf-home-story-ready .wf-home-flow-card.wf-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }

    body.wf-home-story-ready .wf-home-rail-card.wf-active,
    body.wf-home-story-ready .wf-home-flow-card.wf-active {
        border-color: rgba(214,167,96,.42) !important;
        box-shadow: 0 28px 70px rgba(0,0,0,.40), 0 0 42px rgba(214,167,96,.18), inset 0 1px 0 rgba(255,255,255,.09) !important;
    }

    body.wf-home-story-ready .wf-home-rail-card.wf-visible:not(.wf-active),
    body.wf-home-story-ready .wf-home-flow-card.wf-visible:not(.wf-active) {
        opacity: .88;
    }

    body.wf-home-story-ready .wf-home-rail-card:hover,
    body.wf-home-story-ready .wf-home-flow-card:hover {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }

        body.wf-home-story-ready .wf-home-rail-card:hover .wf-home-rail-icon,
        body.wf-home-story-ready .wf-home-flow-card:hover .wf-home-flow-icon {
            color: #f3c879 !important;
            border-color: rgba(214,167,96,.40) !important;
            box-shadow: 0 0 0 7px rgba(214,167,96,.08), 0 14px 28px rgba(0,0,0,.28) !important;
        }

@media (prefers-reduced-motion: reduce) {
    body.wf-home-story-ready .wf-home-rail-card,
    body.wf-home-story-ready .wf-home-flow-card {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }
}


/* sharper reveal */
.wf-story-init {
    opacity: 0;
    transform: translateY(22px);
    filter: none !important;
}

.wf-story-visible {
    opacity: 1;
    transform: translateY(0);
    filter: none !important;
    transition: opacity .7s ease, transform .75s cubic-bezier(.16, 1, .3, 1);
}

/* stronger active card */
.wf-story-active {
    border-color: rgba(214,167,96,.55) !important;
    background: radial-gradient(circle at 12% 0%, rgba(214,167,96,.18), transparent 38%), linear-gradient(180deg, rgba(31,36,50,.96), rgba(10,14,24,.98)) !important;
    box-shadow: 0 30px 80px rgba(0,0,0,.44), 0 0 54px rgba(214,167,96,.20), inset 0 1px 0 rgba(255,255,255,.10) !important;
}

/* make non-active cards still clear */
.wf-home-rail-card,
.wf-home-flow-card {
    opacity: 1 !important;
    filter: none !important;
}

.wf-position-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.wf-position-label {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: var(--wf-primary);
    background: rgba(196,135,54,0.08);
    border: 1px solid rgba(196,135,54,0.16);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wf-position-card .wf-position-icon {
    margin-bottom: 0 !important;
}

/* =========================================================
   WILLSFLY HOME – FINAL RESPONSIVE TYPOGRAPHY + LAYOUT FIX
   Keep this block at the VERY BOTTOM of home.css
   Covers: mobile, tablet, small laptop, desktop, large desktop.
========================================================= */

/* ---------- base protection ---------- */
.wf-home-hero,
.wf-home-positioning,
.wf-home-products,
.wf-home-ecosystems,
.wf-home-intelligence,
.wf-home-perspectives,
.wf-home-careers,
.wf-home-connect {
    overflow-x: clip !important;
}

.wf-home-shell,
.wf-home-shell-wide {
    width: min(100% - 68px, var(--wf-shell-max, 1820px)) !important;
    max-width: var(--wf-shell-max, 1820px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wf-home-title,
.wf-section-heading h2,
.wf-intelligence-feature h2,
.wf-career-banner h2,
.wf-final-cta h2,
.wf-product-feature h3,
.wf-perspective-card h3,
.wf-position-card h3,
.wf-ecosystem-head h3,
.wf-home-rail-copy h4,
.wf-home-flow-card strong {
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.wf-home-subtitle,
.wf-section-heading p,
.wf-section-aside,
.wf-product-feature p,
.wf-ecosystem-card p,
.wf-perspective-card p,
.wf-position-card p,
.wf-intelligence-feature p,
.wf-career-banner p,
.wf-final-cta p {
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

/* ---------- large desktop polish ---------- */
@media (min-width: 1600px) {
    .wf-home-title {
        font-size: clamp(3rem, 3.1vw, 3.75rem) !important;
        max-width: 980px !important;
    }

    .wf-section-heading h2,
    .wf-intelligence-feature h2,
    .wf-career-banner h2,
    .wf-final-cta h2 {
        font-size: clamp(2.35rem, 2.35vw, 3rem) !important;
        line-height: 1.08 !important;
    }

    .wf-home-subtitle,
    .wf-section-heading p,
    .wf-section-aside {
        font-size: 1.02rem !important;
        line-height: 1.82 !important;
    }
}

/* ---------- normal desktop / small laptop ---------- */
@media (max-width: 1399.98px) {
    .wf-home-title {
        font-size: clamp(2.45rem, 4vw, 3.35rem) !important;
        line-height: 1.06 !important;
        letter-spacing: -0.055em !important;
        max-width: 920px !important;
    }

    .wf-section-heading h2,
    .wf-intelligence-feature h2,
    .wf-career-banner h2,
    .wf-final-cta h2 {
        font-size: clamp(2rem, 2.6vw, 2.55rem) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.045em !important;
    }

    .wf-position-card h3,
    .wf-perspective-card h3,
    .wf-ecosystem-head h3,
    .wf-product-feature h3 {
        font-size: clamp(1.12rem, 1.25vw, 1.36rem) !important;
        line-height: 1.24 !important;
    }
}

/* ---------- tablet landscape / tablet ---------- */
@media (max-width: 1199.98px) {
    .wf-home-hero {
        padding-top: 66px !important;
        padding-bottom: 28px !important;
    }

    .wf-home-copy {
        padding-right: 0 !important;
    }

    .wf-home-title {
        font-size: clamp(2.25rem, 5.2vw, 3.05rem) !important;
        line-height: 1.07 !important;
        max-width: 760px !important;
    }

    .wf-home-subtitle {
        max-width: 760px !important;
        font-size: 0.98rem !important;
        line-height: 1.76 !important;
    }

    .wf-hero-stack {
        margin-top: 18px !important;
    }

    .wf-hero-panel-primary,
    .wf-product-feature,
    .wf-intelligence-feature,
    .wf-career-banner,
    .wf-final-cta {
        padding: 28px !important;
    }

    .wf-hero-mini-grid,
    .wf-ecosystem-triple-layout {
        grid-template-columns: 1fr !important;
    }

    .wf-section-heading h2,
    .wf-intelligence-feature h2,
    .wf-career-banner h2,
    .wf-final-cta h2 {
        font-size: clamp(1.88rem, 4.2vw, 2.45rem) !important;
        line-height: 1.13 !important;
    }
}

/* ---------- tablet portrait ---------- */
@media (max-width: 991.98px) {
    .wf-home-shell,
    .wf-home-shell-wide {
        width: min(100% - 48px, var(--wf-shell-max, 1820px)) !important;
    }

    .wf-home-hero {
        padding-top: 56px !important;
    }

    .wf-home-title {
        font-size: clamp(2.05rem, 6.1vw, 2.75rem) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.047em !important;
    }

    .wf-section-heading {
        margin-bottom: 28px !important;
        text-align: center !important;
    }

    .wf-section-heading-left {
        text-align: center !important;
    }

    .wf-section-heading h2,
    .wf-intelligence-feature h2,
    .wf-career-banner h2,
    .wf-final-cta h2 {
        font-size: clamp(1.7rem, 5.1vw, 2.25rem) !important;
        line-height: 1.14 !important;
        letter-spacing: -0.038em !important;
        max-width: 760px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .wf-section-heading p,
    .wf-section-aside {
        max-width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 0.96rem !important;
        line-height: 1.72 !important;
        text-align: center !important;
    }

    .wf-product-head,
    .wf-ecosystem-head,
    .wf-position-top {
        align-items: center !important;
    }

    .wf-product-feature p,
    .wf-ecosystem-card p,
    .wf-position-card p,
    .wf-perspective-card p {
        font-size: 0.96rem !important;
        line-height: 1.72 !important;
    }
}

/* ---------- mobile ---------- */
@media (max-width: 767.98px) {
    .wf-home-shell,
    .wf-home-shell-wide {
        width: min(100% - 34px, var(--wf-shell-max, 1820px)) !important;
    }

    .wf-home-hero {
        padding-top: 44px !important;
        padding-bottom: 22px !important;
    }

    .wf-home-kicker-wrap {
        gap: 10px !important;
        align-items: flex-start !important;
    }

    .wf-home-kicker-line {
        display: none !important;
    }

    .wf-home-kicker,
    .wf-section-kicker,
    .wf-metric-label,
    .wf-product-eyebrow,
    .wf-perspective-chip,
    .wf-position-label,
    .wf-home-info-kicker,
    .wf-panel-badge,
    .wf-panel-status,
    .wf-home-flow-card small {
        min-height: 30px !important;
        padding: 0 12px !important;
        font-size: 0.62rem !important;
        letter-spacing: 0.115em !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .wf-home-title {
        font-size: clamp(2.02rem, 8.1vw, 2.48rem) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.043em !important;
        max-width: 100% !important;
    }

    .wf-home-subtitle {
        margin-top: 18px !important;
        font-size: 0.96rem !important;
        line-height: 1.74 !important;
    }

    .wf-home-actions,
    .wf-home-trust,
    .wf-product-pills,
    .wf-career-actions,
    .wf-final-cta-actions {
        flex-direction: column !important;
        gap: 12px !important;
    }

        .wf-home-actions .wf-btn,
        .wf-home-trust-chip,
        .wf-product-pills span,
        .wf-career-actions .wf-btn,
        .wf-final-cta-actions .wf-btn {
            width: 100% !important;
            justify-content: center !important;
            text-align: center !important;
        }

    .wf-section {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .wf-home-positioning,
    .wf-home-products,
    .wf-home-ecosystems,
    .wf-home-intelligence,
    .wf-home-perspectives,
    .wf-home-careers,
    .wf-home-connect {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .wf-section-heading h2,
    .wf-intelligence-feature h2,
    .wf-career-banner h2,
    .wf-final-cta h2 {
        font-size: clamp(1.75rem, 7.4vw, 2.18rem) !important;
        line-height: 1.15 !important;
        letter-spacing: -0.038em !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wf-section-heading.text-center h2,
    .wf-section-heading.text-center p {
        text-align: center !important;
    }

    .wf-section-heading p,
    .wf-section-aside {
        font-size: 0.94rem !important;
        line-height: 1.72 !important;
        text-align: left !important;
    }

    .wf-section-heading.text-center p {
        text-align: center !important;
    }

    .wf-hero-panel-primary,
    .wf-home-rail-card,
    .wf-home-flow-card,
    .wf-mini-card,
    .wf-metric-card,
    .wf-position-card,
    .wf-product-feature,
    .wf-ecosystem-card,
    .wf-intelligence-card,
    .wf-intelligence-feature,
    .wf-perspective-card,
    .wf-career-banner,
    .wf-final-cta {
        padding: 22px !important;
        border-radius: 24px !important;
    }

    .wf-hero-panel-top {
        align-items: flex-start !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    .wf-hero-panel-primary h3 {
        font-size: clamp(1.25rem, 5.2vw, 1.58rem) !important;
        line-height: 1.18 !important;
    }

    .wf-hero-panel-primary p,
    .wf-mini-card span {
        font-size: 0.94rem !important;
        line-height: 1.7 !important;
    }

    .wf-home-rail-card,
    .wf-home-flow-card {
        grid-template-columns: 48px minmax(0, 1fr) !important;
        gap: 14px !important;
        min-height: auto !important;
    }

    .wf-home-rail-icon,
    .wf-home-flow-icon,
    .wf-position-icon,
    .wf-product-icon,
    .wf-ecosystem-chip {
        width: 48px !important;
        height: 48px !important;
        border-radius: 16px !important;
        font-size: 1rem !important;
        flex-shrink: 0 !important;
    }

    .wf-home-rail-copy h4,
    .wf-home-flow-card strong,
    .wf-position-card h3,
    .wf-ecosystem-head h3,
    .wf-perspective-card h3,
    .wf-product-feature h3,
    .wf-metric-card h4 {
        font-size: clamp(1.06rem, 4.4vw, 1.22rem) !important;
        line-height: 1.28 !important;
        letter-spacing: -0.024em !important;
    }

    .wf-home-rail-copy p,
    .wf-home-flow-card p,
    .wf-position-card p,
    .wf-ecosystem-card p,
    .wf-perspective-card p,
    .wf-product-feature p,
    .wf-metric-card p,
    .wf-intelligence-card p {
        font-size: 0.94rem !important;
        line-height: 1.68 !important;
    }

    .wf-position-top,
    .wf-product-head,
    .wf-ecosystem-head,
    .wf-intelligence-head {
        gap: 12px !important;
    }

    .wf-position-top {
        flex-wrap: wrap !important;
    }

    .wf-product-title-block h3 {
        font-size: 1.22rem !important;
    }

    .wf-product-pills span {
        min-height: 36px !important;
        font-size: 0.82rem !important;
    }

    .wf-career-banner,
    .wf-final-cta {
        text-align: left !important;
    }

        .wf-career-banner h2,
        .wf-final-cta h2 {
            font-size: clamp(1.78rem, 7.2vw, 2.16rem) !important;
        }

        /* touch devices: no lift movement */
        .wf-hero-panel:hover,
        .wf-mini-card:hover,
        .wf-metric-card:hover,
        .wf-position-card:hover,
        .wf-perspective-card:hover,
        .wf-intelligence-card:hover,
        .wf-product-feature:hover,
        .wf-intelligence-feature:hover,
        .wf-career-banner:hover,
        .wf-final-cta:hover,
        .wf-ecosystem-card:hover,
        .wf-home-trust-chip:hover {
            transform: none !important;
        }
}

/* ---------- small mobile ---------- */
@media (max-width: 480px) {
    .wf-home-shell,
    .wf-home-shell-wide {
        width: min(100% - 28px, var(--wf-shell-max, 1820px)) !important;
    }

    .wf-home-title {
        font-size: clamp(1.82rem, 8.6vw, 2.18rem) !important;
        line-height: 1.09 !important;
    }

    .wf-section-heading h2,
    .wf-intelligence-feature h2,
    .wf-career-banner h2,
    .wf-final-cta h2 {
        font-size: clamp(1.48rem, 7.8vw, 1.88rem) !important;
        line-height: 1.16 !important;
    }

    .wf-home-subtitle,
    .wf-section-heading p,
    .wf-section-aside,
    .wf-product-feature p,
    .wf-ecosystem-card p,
    .wf-perspective-card p,
    .wf-position-card p {
        font-size: 0.92rem !important;
        line-height: 1.68 !important;
    }

    .wf-hero-panel-primary,
    .wf-home-rail-card,
    .wf-home-flow-card,
    .wf-mini-card,
    .wf-metric-card,
    .wf-position-card,
    .wf-product-feature,
    .wf-ecosystem-card,
    .wf-intelligence-card,
    .wf-intelligence-feature,
    .wf-perspective-card,
    .wf-career-banner,
    .wf-final-cta {
        padding: 20px !important;
        border-radius: 22px !important;
    }

    .wf-home-rail-card,
    .wf-home-flow-card {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    .wf-home-rail-icon,
    .wf-home-flow-icon,
    .wf-position-icon,
    .wf-product-icon,
    .wf-ecosystem-chip {
        width: 44px !important;
        height: 44px !important;
        border-radius: 15px !important;
    }

    .wf-product-head {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .wf-product-eyebrow {
        justify-content: center !important;
    }
}

/* =========================================================
   WILLSFLY – PRODUCT ECOSYSTEMS STYLE MATCH
   FINAL LOCKED OVERRIDES
   Keep this block at the VERY BOTTOM of this CSS file.
   Purpose: match ProductEcosystems width, background, card tone,
   spacing, and prevent navbar/global layout interference.
========================================================= */

/* ---------- Page background / color rhythm copied from Product Ecosystems ---------- */
:root {
    --wf-shell-max: 1820px;
}

body {
    background: radial-gradient(circle at 0% 18%, rgba(196,135,54,0.16), transparent 28%), radial-gradient(circle at 88% 12%, rgba(77,115,255,0.13), transparent 31%), linear-gradient(180deg, #070910 0%, #090d16 42%, #070910 100%) !important;
}

/* ---------- DO NOT let page CSS affect the shared navbar/header ---------- */
.wf-navbar,
.wf-header,
header,
.navbar,
.wf-main-nav,
.wf-site-header {
    max-width: 100% !important;
    contain: none !important;
}

/* ---------- ProductEcosystems width system ---------- */
.wf-home-shell,
.wf-home-shell-wide,
.wf-company-shell,
.wf-company-shell-wide {
    width: min(100% - 68px, var(--wf-shell-max, 1820px)) !important;
    max-width: var(--wf-shell-max, 1820px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* If shared wf-shell classes are used inside Home/Company sections, match ProductEcosystems width only inside page sections */
.wf-home-hero .wf-shell,
.wf-home-positioning .wf-shell,
.wf-home-products .wf-shell,
.wf-home-ecosystems .wf-shell,
.wf-home-intelligence .wf-shell,
.wf-home-perspectives .wf-shell,
.wf-home-careers .wf-shell,
.wf-home-connect .wf-shell,
.wf-company-hero .wf-shell,
.wf-company-identity .wf-shell,
.wf-company-story .wf-shell,
.wf-company-pillars .wf-shell,
.wf-company-approach .wf-shell,
.wf-company-presence .wf-shell,
.wf-company-values .wf-shell,
.wf-company-final .wf-shell,
.wf-home-hero .wf-shell-wide,
.wf-home-positioning .wf-shell-wide,
.wf-home-products .wf-shell-wide,
.wf-home-ecosystems .wf-shell-wide,
.wf-home-intelligence .wf-shell-wide,
.wf-home-perspectives .wf-shell-wide,
.wf-home-careers .wf-shell-wide,
.wf-home-connect .wf-shell-wide,
.wf-company-hero .wf-shell-wide,
.wf-company-identity .wf-shell-wide,
.wf-company-story .wf-shell-wide,
.wf-company-pillars .wf-shell-wide,
.wf-company-approach .wf-shell-wide,
.wf-company-presence .wf-shell-wide,
.wf-company-values .wf-shell-wide,
.wf-company-final .wf-shell-wide {
    width: min(100% - 68px, var(--wf-shell-max, 1820px)) !important;
    max-width: var(--wf-shell-max, 1820px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Bootstrap row safety inside page sections only */
.wf-home-hero .row,
.wf-home-positioning .row,
.wf-home-products .row,
.wf-home-ecosystems .row,
.wf-home-intelligence .row,
.wf-home-perspectives .row,
.wf-home-careers .row,
.wf-home-connect .row,
.wf-company-hero .row,
.wf-company-identity .row,
.wf-company-story .row,
.wf-company-pillars .row,
.wf-company-approach .row,
.wf-company-presence .row,
.wf-company-values .row,
.wf-company-final .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .wf-home-hero .row > *,
    .wf-home-positioning .row > *,
    .wf-home-products .row > *,
    .wf-home-ecosystems .row > *,
    .wf-home-intelligence .row > *,
    .wf-home-perspectives .row > *,
    .wf-home-careers .row > *,
    .wf-home-connect .row > *,
    .wf-company-hero .row > *,
    .wf-company-identity .row > *,
    .wf-company-story .row > *,
    .wf-company-pillars .row > *,
    .wf-company-approach .row > *,
    .wf-company-presence .row > *,
    .wf-company-values .row > *,
    .wf-company-final .row > * {
        min-width: 0 !important;
    }

/* ---------- ProductEcosystems background behavior ---------- */
.wf-home-hero,
.wf-company-hero {
    padding-top: 54px !important;
    padding-bottom: 24px !important;
    overflow: clip !important;
}

.wf-home-positioning,
.wf-home-products,
.wf-home-ecosystems,
.wf-home-intelligence,
.wf-home-perspectives,
.wf-home-careers,
.wf-home-connect,
.wf-company-identity,
.wf-company-story,
.wf-company-pillars,
.wf-company-approach,
.wf-company-presence,
.wf-company-values,
.wf-company-final,
.wf-company-cta {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
    overflow-x: clip !important;
}

/* Make Home/Company orb blur match ProductEcosystems */
.wf-home-orb,
.wf-company-orb {
    filter: blur(90px) !important;
}

.wf-home-orb-1,
.wf-company-orb-1 {
    width: 340px !important;
    height: 340px !important;
    left: -90px !important;
    top: 52px !important;
    background: rgba(196, 135, 54, 0.16) !important;
}

.wf-home-orb-2,
.wf-company-orb-2 {
    width: 300px !important;
    height: 300px !important;
    right: 6% !important;
    top: 34px !important;
    background: rgba(77, 115, 255, 0.13) !important;
}

.wf-home-orb-3,
.wf-company-orb-3 {
    width: 240px !important;
    height: 240px !important;
    right: -30px !important;
    bottom: 10% !important;
    background: rgba(154, 205, 196, 0.07) !important;
}

.wf-home-grid,
.wf-company-grid {
    opacity: 0.10 !important;
    background-size: 44px 44px !important;
}

/* ---------- ProductEcosystems card tone ---------- */
.wf-hero-panel,
.wf-home-info-card,
.wf-mini-card,
.wf-metric-card,
.wf-position-card,
.wf-eng-card,
.wf-perspective-card,
.wf-intelligence-card,
.wf-industry-card,
.wf-product-feature,
.wf-intelligence-feature,
.wf-career-banner,
.wf-final-cta,
.wf-ecosystem-card,
.wf-company-panel,
.wf-company-identity-card,
.wf-company-story-card,
.wf-company-pillar-card,
.wf-company-approach-feature,
.wf-company-approach-card,
.wf-company-presence-panel,
.wf-company-region-card,
.wf-company-value-card,
.wf-company-final-cta,
.wf-company-left-card {
    background: linear-gradient(180deg, rgba(24, 28, 39, 0.82) 0%, rgba(12, 15, 24, 0.94) 100%) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.04) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

/* Stable hover like ProductEcosystems, but avoid page shaking */
.wf-hero-panel,
.wf-home-info-card,
.wf-mini-card,
.wf-metric-card,
.wf-position-card,
.wf-eng-card,
.wf-perspective-card,
.wf-intelligence-card,
.wf-industry-card,
.wf-product-feature,
.wf-intelligence-feature,
.wf-career-banner,
.wf-final-cta,
.wf-ecosystem-card,
.wf-company-panel,
.wf-company-identity-card,
.wf-company-story-card,
.wf-company-pillar-card,
.wf-company-approach-feature,
.wf-company-approach-card,
.wf-company-presence-panel,
.wf-company-region-card,
.wf-company-value-card,
.wf-company-final-cta,
.wf-company-left-card {
    transition-property: transform, opacity, box-shadow, border-color, background-color, color !important;
    backface-visibility: hidden !important;
}

/* ---------- Heading and text discipline ---------- */
.wf-section-heading h2,
.wf-home-title,
.wf-company-title {
    text-wrap: balance;
}

.wf-section-heading p,
.wf-section-aside,
.wf-home-subtitle,
.wf-company-subtitle {
    text-wrap: pretty;
}

.wf-section-heading h2 {
    max-width: 980px !important;
}

.wf-section-heading.text-center h2,
.wf-section-heading.text-center p {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wf-section-heading.text-center h2 {
    text-align: center !important;
}

.wf-section-heading.text-center p {
    max-width: 1040px !important;
    text-align: center !important;
}

.wf-section-aside {
    max-width: 720px !important;
}

/* Product/Home split headings: label center, h2 left, paragraph right */
.wf-home-products > .container-fluid > .row.align-items-end,
.wf-home-ecosystems > .container-fluid > .row.align-items-end {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr) !important;
    gap: clamp(42px, 5vw, 96px) !important;
    align-items: center !important;
    margin: 0 0 30px !important;
}

    .wf-home-products > .container-fluid > .row.align-items-end > .col-lg-7,
    .wf-home-products > .container-fluid > .row.align-items-end > .col-lg-5,
    .wf-home-ecosystems > .container-fluid > .row.align-items-end > .col-lg-7,
    .wf-home-ecosystems > .container-fluid > .row.align-items-end > .col-lg-5 {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.wf-home-products .wf-section-heading-left,
.wf-home-ecosystems .wf-section-heading-left {
    max-width: 930px !important;
    margin: 0 !important;
    text-align: left !important;
}

    .wf-home-products .wf-section-heading-left .wf-section-kicker,
    .wf-home-ecosystems .wf-section-heading-left .wf-section-kicker {
        display: inline-flex !important;
        width: auto !important;
        margin-bottom: 18px !important;
    }

    .wf-home-products .wf-section-heading-left h2,
    .wf-home-ecosystems .wf-section-heading-left h2 {
        max-width: 930px !important;
        margin: 0 !important;
        font-size: clamp(2.08rem, 2.50vw, 2.74rem) !important;
        line-height: 1.11 !important;
        letter-spacing: -0.045em !important;
    }

.wf-home-products .wf-section-aside,
.wf-home-ecosystems .wf-section-aside {
    max-width: 720px !important;
    margin: 0 !important;
    padding-top: 10px !important;
    font-size: 1.03rem !important;
    line-height: 1.86 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    hyphens: auto !important;
}

/* Product card and ecosystem text balance */
.wf-product-feature p,
.wf-ecosystem-card p,
.wf-position-card p,
.wf-company-pillar-card p,
.wf-company-identity-card p,
.wf-company-story-card p,
.wf-company-approach-card p,
.wf-company-value-card p {
    line-height: 1.78 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199.98px) {
    .wf-home-products > .container-fluid > .row.align-items-end,
    .wf-home-ecosystems > .container-fluid > .row.align-items-end {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        align-items: start !important;
    }

    .wf-home-products .wf-section-aside,
    .wf-home-ecosystems .wf-section-aside {
        max-width: 860px !important;
        padding-top: 0 !important;
        text-align: left !important;
    }

    .wf-company-subtitle,
    .wf-home-subtitle {
        max-width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .wf-home-shell,
    .wf-home-shell-wide,
    .wf-company-shell,
    .wf-company-shell-wide,
    .wf-home-hero .wf-shell,
    .wf-home-positioning .wf-shell,
    .wf-home-products .wf-shell,
    .wf-home-ecosystems .wf-shell,
    .wf-home-intelligence .wf-shell,
    .wf-home-perspectives .wf-shell,
    .wf-home-careers .wf-shell,
    .wf-home-connect .wf-shell,
    .wf-company-hero .wf-shell,
    .wf-company-identity .wf-shell,
    .wf-company-story .wf-shell,
    .wf-company-pillars .wf-shell,
    .wf-company-approach .wf-shell,
    .wf-company-presence .wf-shell,
    .wf-company-values .wf-shell,
    .wf-company-final .wf-shell,
    .wf-home-hero .wf-shell-wide,
    .wf-home-positioning .wf-shell-wide,
    .wf-home-products .wf-shell-wide,
    .wf-home-ecosystems .wf-shell-wide,
    .wf-home-intelligence .wf-shell-wide,
    .wf-home-perspectives .wf-shell-wide,
    .wf-home-careers .wf-shell-wide,
    .wf-home-connect .wf-shell-wide,
    .wf-company-hero .wf-shell-wide,
    .wf-company-identity .wf-shell-wide,
    .wf-company-story .wf-shell-wide,
    .wf-company-pillars .wf-shell-wide,
    .wf-company-approach .wf-shell-wide,
    .wf-company-presence .wf-shell-wide,
    .wf-company-values .wf-shell-wide,
    .wf-company-final .wf-shell-wide {
        width: min(100% - 36px, var(--wf-shell-max, 1820px)) !important;
    }

    .wf-home-hero,
    .wf-company-hero {
        padding-top: 68px !important;
        padding-bottom: 20px !important;
    }

    .wf-home-positioning,
    .wf-home-products,
    .wf-home-ecosystems,
    .wf-home-intelligence,
    .wf-home-perspectives,
    .wf-home-careers,
    .wf-home-connect,
    .wf-company-identity,
    .wf-company-story,
    .wf-company-pillars,
    .wf-company-approach,
    .wf-company-presence,
    .wf-company-values,
    .wf-company-final,
    .wf-company-cta {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

        .wf-section-heading h2,
        .wf-home-products .wf-section-heading-left h2,
        .wf-home-ecosystems .wf-section-heading-left h2 {
            font-size: clamp(1.72rem, 7vw, 2.18rem) !important;
            line-height: 1.15 !important;
            letter-spacing: -0.036em !important;
        }

        .wf-section-aside,
        .wf-home-products .wf-section-aside,
        .wf-home-ecosystems .wf-section-aside {
            font-size: 0.94rem !important;
            line-height: 1.68 !important;
            text-align: left !important;
        }
}

/* =========================================================
   HOME – FINAL CENTERED SECTION HEADINGS LIKE ENTERPRISE POSITIONING
   Apply to Products + Product Ecosystems.
   Keep this block at the VERY BOTTOM of home.css.
========================================================= */

/* PRODUCTS heading: make it same style as Enterprise Positioning */
.wf-home-products .wf-split-header {
    width: 100% !important;
    max-width: 1220px !important;
    margin: 0 auto 38px !important;
    text-align: center !important;
}

.wf-home-products .wf-split-label {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 16px !important;
}

    .wf-home-products .wf-split-label .wf-section-kicker {
        display: inline-flex !important;
        width: auto !important;
        max-width: max-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.wf-home-products .wf-split-row {
    display: block !important;
    width: 100% !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
}

.wf-home-products .wf-split-left,
.wf-home-products .wf-split-right {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 0 !important;
}

    .wf-home-products .wf-split-left h2 {
        max-width: 1080px !important;
        margin: 0 auto 14px !important;
        font-family: 'Manrope', sans-serif !important;
        font-size: clamp(2.05rem, 2.45vw, 2.72rem) !important;
        line-height: 1.13 !important;
        letter-spacing: -0.045em !important;
        font-weight: 820 !important;
        color: var(--wf-text) !important;
        text-align: center !important;
        text-wrap: balance !important;
    }

    .wf-home-products .wf-split-right p {
        max-width: 1120px !important;
        margin: 0 auto !important;
        color: var(--wf-text-soft) !important;
        font-size: 1rem !important;
        line-height: 1.78 !important;
        text-align: center !important;
        text-wrap: pretty !important;
    }

/* PRODUCT ECOSYSTEMS heading: make it same style as Enterprise Positioning */
.wf-home-ecosystems .wf-premium-heading-split,
.wf-home-ecosystems .wf-premium-heading-ecosystems {
    width: 100% !important;
    max-width: 1220px !important;
    margin: 0 auto 38px !important;
    text-align: center !important;
}

.wf-home-ecosystems .wf-premium-heading-label {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 16px !important;
}

    .wf-home-ecosystems .wf-premium-heading-label .wf-section-kicker {
        display: inline-flex !important;
        width: auto !important;
        max-width: max-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.wf-home-ecosystems .wf-premium-heading-row {
    display: block !important;
    width: 100% !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
}

.wf-home-ecosystems .wf-premium-heading-title,
.wf-home-ecosystems .wf-premium-heading-copy {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 0 !important;
}

    .wf-home-ecosystems .wf-premium-heading-title h2 {
        max-width: 1080px !important;
        margin: 0 auto 14px !important;
        font-family: 'Manrope', sans-serif !important;
        font-size: clamp(2.05rem, 2.45vw, 2.72rem) !important;
        line-height: 1.13 !important;
        letter-spacing: -0.045em !important;
        font-weight: 820 !important;
        color: var(--wf-text) !important;
        text-align: center !important;
        text-wrap: balance !important;
    }

    .wf-home-ecosystems .wf-premium-heading-copy p {
        max-width: 1120px !important;
        margin: 0 auto !important;
        color: var(--wf-text-soft) !important;
        font-size: 1rem !important;
        line-height: 1.78 !important;
        text-align: center !important;
        text-wrap: pretty !important;
    }

/* If Product Ecosystems section is still using old Bootstrap row, center that too */
.wf-home-ecosystems > .container-fluid > .row.align-items-end {
    display: block !important;
    max-width: 1220px !important;
    margin: 0 auto 38px !important;
    text-align: center !important;
}

    .wf-home-ecosystems > .container-fluid > .row.align-items-end > .col-lg-7,
    .wf-home-ecosystems > .container-fluid > .row.align-items-end > .col-lg-5 {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.wf-home-ecosystems .wf-section-heading-left {
    max-width: 1220px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

    .wf-home-ecosystems .wf-section-heading-left .wf-section-kicker {
        display: inline-flex !important;
        width: auto !important;
        max-width: max-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 16px !important;
    }

    .wf-home-ecosystems .wf-section-heading-left h2 {
        max-width: 1080px !important;
        margin: 0 auto 14px !important;
        font-size: clamp(2.05rem, 2.45vw, 2.72rem) !important;
        line-height: 1.13 !important;
        letter-spacing: -0.045em !important;
        text-align: center !important;
        text-wrap: balance !important;
    }

.wf-home-ecosystems .wf-section-aside {
    max-width: 1120px !important;
    margin: 0 auto !important;
    font-size: 1rem !important;
    line-height: 1.78 !important;
    text-align: center !important;
}

/* Card grid spacing after headings */
.wf-home-products .row.g-4.mt-2,
.wf-home-ecosystems .wf-ecosystem-triple-layout {
    margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 767.98px) {
    .wf-home-products .wf-split-header,
    .wf-home-ecosystems .wf-premium-heading-split,
    .wf-home-ecosystems .wf-premium-heading-ecosystems,
    .wf-home-ecosystems > .container-fluid > .row.align-items-end {
        margin-bottom: 28px !important;
    }

    .wf-home-products .wf-split-left h2,
    .wf-home-ecosystems .wf-premium-heading-title h2,
    .wf-home-ecosystems .wf-section-heading-left h2 {
        font-size: clamp(1.72rem, 7vw, 2.18rem) !important;
        line-height: 1.15 !important;
        letter-spacing: -0.036em !important;
    }

    .wf-home-products .wf-split-right p,
    .wf-home-ecosystems .wf-premium-heading-copy p,
    .wf-home-ecosystems .wf-section-aside {
        font-size: 0.94rem !important;
        line-height: 1.68 !important;
    }
}
