﻿/* =========================================
   WILLSFLY – COMPANY.CSS (FULL FINAL)
========================================= */
/* ---------- HERO ---------- */
.wf-company-hero {
    position: relative;
    z-index: 2;
    padding: 54px 0 24px;
    overflow: clip;
}

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

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

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

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

.wf-company-orb-2 {
    width: 290px;
    height: 290px;
    right: 7%;
    top: 30px;
    background: rgba(77, 115, 255, 0.13);
}

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

.wf-company-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-company-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-company-beam {
    width: 24vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 135, 54, 0.22), transparent);
    opacity: 0.62;
}

.wf-company-beam-1 {
    left: 5%;
    top: 120px;
}

.wf-company-beam-2 {
    right: 5%;
    bottom: 40px;
    background: linear-gradient(90deg, transparent, rgba(77, 115, 255, 0.22), transparent);
}

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

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

.wf-company-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-company-kicker-line {
    width: 68px;
    height: 1px;
    background: linear-gradient(90deg, rgba(196, 135, 54, 0.50), transparent);
}

.wf-company-title {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.95rem, 4vw, 3.35rem);
    line-height: 1.03;
    letter-spacing: -0.065em;
    color: var(--wf-text);
}

.wf-company-subtitle {
    margin: 22px 0 0;
    color: var(--wf-text-soft);
    font-size: 1rem;
    line-height: 1.86;
    max-width: 94%;
}

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

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

.wf-company-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-company-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-company-side-stack {
    display: grid;
    gap: 18px;
}

/* ---------- SHARED CARD SYSTEM ---------- */

.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 {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(24, 28, 39, 0.82) 0%, rgba(12, 15, 24, 0.94) 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(16px);
    -webkit-backdrop-filter: blur(16px);
    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-company-panel::before,
    .wf-company-identity-card::before,
    .wf-company-story-card::before,
    .wf-company-pillar-card::before,
    .wf-company-approach-feature::before,
    .wf-company-approach-card::before,
    .wf-company-presence-panel::before,
    .wf-company-region-card::before,
    .wf-company-value-card::before,
    .wf-company-final-cta::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-company-panel:hover,
    .wf-company-identity-card:hover,
    .wf-company-story-card:hover,
    .wf-company-pillar-card:hover,
    .wf-company-approach-feature:hover,
    .wf-company-approach-card:hover,
    .wf-company-presence-panel:hover,
    .wf-company-region-card:hover,
    .wf-company-value-card:hover,
    .wf-company-final-cta:hover {
        transform: translateY(-7px);
        border-color: rgba(196, 135, 54, 0.18);
        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);
    }

/* ---------- HERO RIGHT MAIN CARD ---------- */

.wf-company-panel-primary {
    padding: 28px;
}

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

.wf-company-panel-badge,
.wf-company-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-company-panel-badge {
    color: var(--wf-primary);
    background: rgba(196, 135, 54, 0.08);
    border: 1px solid rgba(196, 135, 54, 0.16);
}

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

.wf-company-panel-primary h3 {
    margin: 0 0 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    line-height: 1.18;
    letter-spacing: -0.04em;
    color: var(--wf-text);
}

.wf-company-panel-primary p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.82;
}

/* ---------- HERO RIGHT TIMELINE ---------- */

.wf-company-identity-timeline {
    position: relative;
    display: grid;
    gap: 16px;
    padding-left: 34px;
}

.wf-company-identity-line {
    position: absolute;
    left: 12px;
    top: 14px;
    bottom: 14px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient( 180deg, rgba(196, 135, 54, 0.12) 0%, rgba(196, 135, 54, 0.38) 20%, rgba(77, 115, 255, 0.22) 100% );
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 14px rgba(196, 135, 54, 0.08);
}

.wf-company-identity-node {
    position: relative;
}

.wf-company-identity-node-2 {
    margin-left: 16px;
}

.wf-company-identity-node-3 {
    margin-left: 28px;
}

.wf-company-identity-node-4 {
    margin-left: 40px;
}

.wf-company-node-dot {
    position: absolute;
    left: -31px;
    top: 46px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #d6a760, #c48736);
    box-shadow: 0 0 0 6px rgba(196, 135, 54, 0.10), 0 0 22px rgba(196, 135, 54, 0.20);
    transition: transform 0.38s cubic-bezier(.22, 1, .36, 1), box-shadow 0.38s ease;
    z-index: 3;
}

.wf-company-identity-node::after {
    content: "";
    position: absolute;
    left: -17px;
    top: 52px;
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, rgba(196, 135, 54, 0.42), rgba(255, 255, 255, 0.06));
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.wf-company-identity-node:hover .wf-company-node-dot {
    transform: scale(1.08);
    box-shadow: 0 0 0 7px rgba(196, 135, 54, 0.12), 0 0 28px rgba(196, 135, 54, 0.28);
}

.wf-company-identity-node:hover::after {
    transform: scaleX(1.08);
    opacity: 1;
}

.wf-company-identity-card {
    padding: 18px;
    min-height: 148px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.wf-company-identity-card-wide {
    min-height: 126px;
}

.wf-company-identity-icon,
.wf-company-pillar-icon,
.wf-company-approach-icon,
.wf-company-region-icon,
.wf-company-value-icon,
.wf-company-story-icon {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(196, 135, 54, 0.16), rgba(255, 255, 255, 0.03));
    color: var(--wf-primary);
    border: 1px solid rgba(196, 135, 54, 0.16);
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 20px rgba(0, 0, 0, 0.18);
    transition: transform 0.38s cubic-bezier(.22, 1, .36, 1), box-shadow 0.38s ease, border-color 0.38s ease;
}

.wf-company-identity-card:hover .wf-company-identity-icon,
.wf-company-pillar-card:hover .wf-company-pillar-icon,
.wf-company-approach-card:hover .wf-company-approach-icon,
.wf-company-region-card:hover .wf-company-region-icon,
.wf-company-value-card:hover .wf-company-value-icon,
.wf-company-story-card:hover .wf-company-story-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(196, 135, 54, 0.06);
}

.wf-company-identity-card h4 {
    margin: 2px 0 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: var(--wf-text);
}

.wf-company-identity-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.72;
    font-size: 0.93rem;
}

/* ---------- LEFT HERO TIMELINE CARDS ---------- */

.wf-company-left-timeline {
    position: relative;
    display: grid;
    gap: 16px;
    padding-left: 34px;
    margin-top: 28px;
    max-width: 760px;
}

.wf-company-left-line {
    position: absolute;
    left: 12px;
    top: 14px;
    bottom: 14px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient( 180deg, rgba(196, 135, 54, 0.12) 0%, rgba(196, 135, 54, 0.36) 22%, rgba(77, 115, 255, 0.18) 100% );
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02), 0 0 14px rgba(196,135,54,0.08);
}

.wf-company-left-node {
    position: relative;
}

.wf-company-left-node-2 {
    margin-left: 18px;
}

.wf-company-left-node-3 {
    margin-left: 36px;
}

.wf-company-left-dot {
    position: absolute;
    left: -31px;
    top: 42px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #d6a760, #c48736);
    box-shadow: 0 0 0 6px rgba(196,135,54,0.10), 0 0 22px rgba(196,135,54,0.20);
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease;
    z-index: 3;
}

.wf-company-left-node::after {
    content: "";
    position: absolute;
    left: -17px;
    top: 48px;
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, rgba(196,135,54,0.42), rgba(255,255,255,0.06));
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.wf-company-left-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(24, 28, 39, 0.82) 0%, rgba(12, 15, 24, 0.94) 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(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    min-height: 132px;
    transition: transform 0.45s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease, background 0.38s ease;
}

    .wf-company-left-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-company-left-card-wide {
    min-height: 142px;
}

.wf-company-left-card:hover {
    transform: translateY(-7px);
    border-color: rgba(196,135,54,0.18);
    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-company-left-node:hover .wf-company-left-dot {
    transform: scale(1.08);
    box-shadow: 0 0 0 7px rgba(196,135,54,0.12), 0 0 28px rgba(196,135,54,0.28);
}

.wf-company-left-node:hover::after {
    transform: scaleX(1.08);
    opacity: 1;
}

.wf-company-left-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(196,135,54,0.16), rgba(255,255,255,0.03));
    color: var(--wf-primary);
    border: 1px solid rgba(196,135,54,0.16);
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 20px rgba(0,0,0,0.18);
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease, border-color 0.38s ease;
}

.wf-company-left-card:hover .wf-company-left-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 26px rgba(0,0,0,0.24), 0 0 0 1px rgba(196,135,54,0.06);
}

.wf-company-left-card h4 {
    margin: 2px 0 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: var(--wf-text);
}

.wf-company-left-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.72;
    font-size: 0.93rem;
}

/* ---------- SECTION SPACING ---------- */

.wf-company-story,
.wf-company-pillars,
.wf-company-approach,
.wf-company-presence,
.wf-company-values,
.wf-company-cta {
    padding-top: 52px;
    padding-bottom: 52px;
}

/* ---------- STORY ---------- */

.wf-company-story-card {
    height: 100%;
    padding: 30px;
}

.wf-company-story-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

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

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

.wf-company-story-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.88;
    font-size: 1rem;
}

/* ---------- CORE PILLARS UPGRADE ---------- */

.wf-company-pillars {
    position: relative;
}

    .wf-company-pillars .wf-section-heading {
        margin-bottom: 10px;
    }

.wf-company-pillar-card {
    position: relative;
    min-height: 100%;
    padding: 24px 24px 22px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(24, 28, 39, 0.84) 0%, rgba(12, 15, 24, 0.96) 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(16px);
    -webkit-backdrop-filter: blur(16px);
    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-company-pillar-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 12% 14%, rgba(255,255,255,0.06), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.02), transparent 56%);
        pointer-events: none;
    }

.wf-company-pillar-card-glow {
    position: absolute;
    inset: auto auto -30% -10%;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    filter: blur(48px);
    opacity: 0.16;
    transition: opacity 0.38s ease, transform 0.48s cubic-bezier(.22,1,.36,1);
    pointer-events: none;
}

.wf-company-pillar-card-1 .wf-company-pillar-card-glow {
    background: rgba(196, 135, 54, 0.34);
}

.wf-company-pillar-card-2 .wf-company-pillar-card-glow {
    background: rgba(86, 129, 255, 0.28);
}

.wf-company-pillar-card-3 .wf-company-pillar-card-glow {
    background: rgba(141, 196, 185, 0.24);
}

.wf-company-pillar-card:hover {
    transform: translateY(-8px);
    border-color: rgba(196, 135, 54, 0.18);
    box-shadow: 0 24px 52px 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-company-pillar-card:hover .wf-company-pillar-card-glow {
        opacity: 0.26;
        transform: scale(1.08);
    }

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

.wf-company-pillar-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.wf-company-pillar-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(196,135,54,0.16), rgba(255,255,255,0.03));
    color: var(--wf-primary);
    border: 1px solid rgba(196,135,54,0.16);
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 20px rgba(0,0,0,0.18);
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease, border-color 0.38s ease;
}

.wf-company-pillar-card:hover .wf-company-pillar-icon {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 14px 26px rgba(0,0,0,0.24), 0 0 0 1px rgba(196,135,54,0.06);
}

.wf-company-pillar-body h3 {
    margin: 0 0 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.38rem;
    line-height: 1.16;
    letter-spacing: -0.03em;
    color: var(--wf-text);
}

.wf-company-pillar-body p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.84;
    font-size: 0.99rem;
    max-width: 95%;
}

/* ---------- APPROACH ---------- */

.wf-company-approach-feature {
    padding: 30px;
    height: 100%;
}

    .wf-company-approach-feature h2 {
        margin: 12px 0 14px;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2.1rem, 2.8vw, 2.55rem);
        line-height: 1.08;
        letter-spacing: -0.045em;
        color: var(--wf-text);
    }

    .wf-company-approach-feature p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.88;
    }

.wf-company-approach-flow {
    position: relative;
    display: grid;
    gap: 16px;
    padding-left: 30px;
}

.wf-company-approach-line {
    position: absolute;
    left: 11px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: linear-gradient(180deg, rgba(196, 135, 54, 0.34), rgba(77, 115, 255, 0.16));
}

.wf-company-approach-node {
    position: relative;
}

.wf-company-approach-dot {
    position: absolute;
    left: -24px;
    top: 36px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--wf-primary);
    box-shadow: 0 0 0 5px rgba(196, 135, 54, 0.10);
}

.wf-company-approach-card {
    padding: 22px;
    min-height: 126px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

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

    .wf-company-approach-card p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.76;
    }

/* ---------- PRESENCE ---------- */

.wf-company-presence-panel {
    padding: 32px;
}

.wf-company-presence-copy h2 {
    margin: 12px 0 14px;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.1rem, 2.8vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: var(--wf-text);
}

.wf-company-presence-copy p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.88;
}

.wf-company-region-grid {
    display: grid;
    gap: 16px;
}

.wf-company-region-card {
    padding: 22px;
    min-height: 116px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

    .wf-company-region-card small {
        display: block;
        margin-bottom: 6px;
        color: var(--wf-text-faint);
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        font-weight: 700;
    }

    .wf-company-region-card strong {
        color: var(--wf-text);
        font-family: 'Manrope', sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }

/* ---------- VALUES ---------- */

.wf-company-value-card {
    padding: 24px;
    min-height: 190px;
}

    .wf-company-value-card h4 {
        margin: 16px 0 8px;
        font-family: 'Manrope', sans-serif;
        font-size: 1.08rem;
        color: var(--wf-text);
    }

    .wf-company-value-card p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.76;
    }

/* ---------- CTA ---------- */

.wf-company-final-cta {
    padding: 32px;
}

    .wf-company-final-cta h2 {
        margin: 12px 0 0;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2.2rem, 2.8vw, 2.75rem);
        line-height: 1.08;
        letter-spacing: -0.045em;
        color: var(--wf-text);
    }

    .wf-company-final-cta p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.84;
    }

/* ---------- FALLBACK ---------- */

@supports not (backdrop-filter: blur(16px)) {
    .wf-company-panel,
    .wf-company-identity-card,
    .wf-company-pillar-card,
    .wf-company-left-card,
    .wf-company-story-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 {
        background: rgba(18, 22, 32, 0.95);
    }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1199.98px) {
    .wf-company-hero {
        padding: 74px 0 22px;
    }

    .wf-company-subtitle {
        max-width: 100%;
    }

    .wf-company-identity-node-2,
    .wf-company-identity-node-3,
    .wf-company-identity-node-4,
    .wf-company-left-node-2,
    .wf-company-left-node-3 {
        margin-left: 0;
    }

    .wf-company-left-timeline {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .wf-company-hero {
        padding: 66px 0 18px;
    }

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

    .wf-company-actions,
    .wf-company-trust,
    .wf-final-cta-actions {
        flex-direction: column;
    }

    .wf-company-trust-chip {
        width: 100%;
        justify-content: center;
    }

    .wf-company-panel-primary,
    .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 {
        padding: 22px;
    }

        .wf-company-story-card h2,
        .wf-company-approach-feature h2,
        .wf-company-presence-copy h2,
        .wf-company-final-cta h2 {
            font-size: clamp(1.8rem, 9vw, 2.4rem);
        }

    .wf-company-approach-flow {
        padding-left: 24px;
    }

    .wf-company-approach-dot {
        left: -18px;
    }

    .wf-company-identity-timeline,
    .wf-company-left-timeline {
        padding-left: 28px;
    }

    .wf-company-identity-line,
    .wf-company-left-line {
        left: 10px;
    }

    .wf-company-node-dot,
    .wf-company-left-dot {
        left: -24px;
    }

    .wf-company-identity-node::after,
    .wf-company-left-node::after {
        left: -12px;
        width: 16px;
    }

    .wf-company-left-card,
    .wf-company-left-card-wide {
        min-height: auto;
        padding: 18px;
    }

    .wf-company-pillar-card {
        padding: 22px;
        border-radius: 24px;
    }

    .wf-company-pillar-body h3 {
        font-size: 1.22rem;
    }

    .wf-company-pillar-icon {
        width: 54px;
        height: 54px;
    }
}

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

.wf-company-hero,
.wf-company-story,
.wf-company-pillars,
.wf-company-approach,
.wf-company-presence,
.wf-company-values,
.wf-company-cta {
    max-width: 100%;
    overflow-x: clip;
    contain: paint;
}

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

.wf-company-copy,
.wf-company-side-stack,
.wf-company-left-timeline,
.wf-company-identity-timeline {
    min-width: 0;
}

/* Same visual width as Product Ecosystems page */
.wf-company-shell,
.wf-company-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 Company.cshtml */
.wf-company-hero .wf-shell,
.wf-company-hero .wf-shell-wide,
.wf-company-story .wf-shell,
.wf-company-story .wf-shell-wide,
.wf-company-pillars .wf-shell,
.wf-company-pillars .wf-shell-wide,
.wf-company-approach .wf-shell,
.wf-company-approach .wf-shell-wide,
.wf-company-presence .wf-shell,
.wf-company-presence .wf-shell-wide,
.wf-company-values .wf-shell,
.wf-company-values .wf-shell-wide,
.wf-company-cta .wf-shell,
.wf-company-cta .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-company-hero .row,
.wf-company-story .row,
.wf-company-pillars .row,
.wf-company-approach .row,
.wf-company-presence .row,
.wf-company-values .row,
.wf-company-cta .row {
    margin-left: 0;
    margin-right: 0;
}

    .wf-company-hero .row > *,
    .wf-company-story .row > *,
    .wf-company-pillars .row > *,
    .wf-company-approach .row > *,
    .wf-company-presence .row > *,
    .wf-company-values .row > *,
    .wf-company-cta .row > * {
        min-width: 0;
    }

/* Smooth transition only; avoid width/layout transition shake */
.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,
.wf-company-trust-chip {
    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-company-orb-1 {
    left: max(-80px, -5vw);
}

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

@media (max-width: 767.98px) {
    .wf-company-shell,
    .wf-company-shell-wide,
    .wf-company-hero .wf-shell,
    .wf-company-hero .wf-shell-wide,
    .wf-company-story .wf-shell,
    .wf-company-story .wf-shell-wide,
    .wf-company-pillars .wf-shell,
    .wf-company-pillars .wf-shell-wide,
    .wf-company-approach .wf-shell,
    .wf-company-approach .wf-shell-wide,
    .wf-company-presence .wf-shell,
    .wf-company-presence .wf-shell-wide,
    .wf-company-values .wf-shell,
    .wf-company-values .wf-shell-wide,
    .wf-company-cta .wf-shell,
    .wf-company-cta .wf-shell-wide {
        width: min(100% - 36px, var(--wf-shell-max, 1820px));
    }
}


/* =========================================================
   COMPANY CORE PILLARS — FINAL HEADER + CARD ALIGNMENT
========================================================= */

.wf-company-pillars .wf-section-heading-simple {
    max-width: 1580px;
    margin: 0 auto 34px !important;
}

.wf-company-pillars .wf-section-kicker {
    width: fit-content !important;
    max-width: max-content !important;
    display: inline-flex !important;
    margin: 0 auto 18px !important;
    padding: 0 18px !important;
    justify-content: center !important;
}

.wf-company-pillars .wf-section-heading-flex {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: clamp(34px, 5vw, 90px);
    align-items: end;
}

.wf-company-pillars .wf-section-heading-left h2 {
    max-width: 760px;
    margin: 0 !important;
    font-size: clamp(2rem, 2.45vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
}

.wf-company-pillars .wf-section-heading-right p {
    max-width: 760px;
    margin: 0 0 4px !important;
    line-height: 1.78;
}

.wf-company-pillar-card {
    height: 100%;
    padding: 28px 30px !important;
    transition: transform .34s ease, border-color .34s ease, box-shadow .34s ease, background .34s ease;
}

    .wf-company-pillar-card:hover {
        transform: translateY(-6px);
        border-color: rgba(214,167,96,.26);
        box-shadow: 0 26px 60px rgba(0,0,0,.34), 0 0 30px rgba(214,167,96,.08), inset 0 1px 0 rgba(255,255,255,.07);
    }

.wf-company-pillar-top {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-start !important;
    margin-bottom: 18px;
}

.wf-company-pillar-label {
    margin-left: 0 !important;
    text-align: left !important;
    white-space: normal;
}

@media (max-width: 991.98px) {
    .wf-company-pillars .wf-section-heading-flex {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wf-company-pillars .wf-section-heading-left h2,
    .wf-company-pillars .wf-section-heading-right p {
        max-width: 100%;
    }

    .wf-company-pillars .wf-section-kicker {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

/* COMPANY CORE PILLARS — CENTERED HEADER FINAL */

.wf-company-pillars-head {
    max-width: 1120px !important;
    margin: 0 auto 42px !important;
    text-align: center !important;
}

    .wf-company-pillars-head .wf-section-kicker {
        width: fit-content !important;
        display: inline-flex !important;
        margin: 0 auto 18px !important;
    }

    .wf-company-pillars-head h2 {
        max-width: 900px !important;
        margin: 0 auto 16px !important;
        font-size: clamp(2.35rem, 3vw, 3.45rem) !important;
        line-height: 1.06 !important;
        letter-spacing: -.06em !important;
        text-wrap: balance;
    }

    .wf-company-pillars-head p {
        max-width: 920px !important;
        margin: 0 auto !important;
        color: rgba(226,232,244,.82) !important;
        line-height: 1.8 !important;
    }