﻿/* =========================================
   WILLSFLY – ENGINEERINGSYSTEMS.CSS
   Built from Platforms design language
========================================= */
.wf-eng-hero,
.wf-eng-core,
.wf-eng-frameworks,
.wf-eng-reliability,
.wf-eng-intelligence,
.wf-eng-global,
.wf-eng-cta {
    position: relative;
    padding: 56px 0;
    overflow: hidden;
}

.wf-eng-hero {
    padding-top: 54px;
    padding-bottom: 28px;
}

.wf-eng-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.wf-eng-orb,
.wf-eng-grid-bg,
.wf-eng-noise {
    position: absolute;
    pointer-events: none;
}

.wf-eng-orb {
    border-radius: 999px;
    filter: blur(95px);
}

.wf-eng-orb-1 {
    width: 360px;
    height: 360px;
    left: -110px;
    top: 28px;
    background: rgba(196, 135, 54, 0.18);
}

.wf-eng-orb-2 {
    width: 330px;
    height: 330px;
    right: 2%;
    top: 12px;
    background: rgba(77, 115, 255, 0.14);
}

.wf-eng-orb-3 {
    width: 220px;
    height: 220px;
    right: 14%;
    bottom: 10%;
    background: rgba(120, 160, 255, 0.08);
}

.wf-eng-grid-bg {
    inset: 0;
    opacity: 0.08;
    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: 42px 42px;
    mask-image: radial-gradient(circle at center, black 34%, transparent 92%);
}

.wf-eng-noise {
    inset: 0;
    opacity: 0.03;
    background-image: radial-gradient(rgba(255,255,255,0.35) 0.5px, transparent 0.5px);
    background-size: 8px 8px;
    mix-blend-mode: soft-light;
}

/* ---------- HERO ---------- */

.wf-eng-hero-copy {
    max-width: none;
    padding-top: 8px;
    padding-right: 10px;
}

.wf-eng-kicker-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.wf-eng-kicker {
    min-height: 40px;
    padding: 0 18px;
    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);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.wf-eng-kicker-line {
    width: 74px;
    height: 1px;
    background: linear-gradient(90deg, rgba(196,135,54,0.46), transparent);
}

.wf-eng-title {
    margin: 0;
    max-width: none !important;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(3rem, 4.1vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
    color: var(--wf-text);
}

.wf-eng-subtitle {
    max-width: none !important;
    margin: 24px 0 0;
    color: var(--wf-text-soft);
    font-size: 1.01rem;
    line-height: 1.9;
}

.wf-eng-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.wf-eng-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.wf-eng-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);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    font-size: 0.88rem;
    font-weight: 700;
    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-eng-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-eng-left-band {
    margin-top: 26px;
}

.wf-eng-mini-card {
    position: relative;
    height: 100%;
    padding: 22px;
    border-radius: 26px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    overflow: hidden;
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-mini-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 56%);
        pointer-events: none;
    }

    .wf-eng-mini-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-eng-mini-card-wide {
    min-height: 148px;
}

.wf-eng-mini-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;
}

.wf-eng-mini-card:hover .wf-eng-mini-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 26px rgba(0,0,0,0.24);
}

.wf-eng-mini-card h4 {
    margin: 2px 0 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.08rem;
    line-height: 1.34;
    color: var(--wf-text);
}

.wf-eng-mini-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.8;
    font-size: 0.94rem;
}

/* ---------- HERO RIGHT STACK ---------- */

.wf-eng-side-stack {
    display: grid;
    gap: 18px;
}

.wf-eng-panel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    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: 24px;
    transition: transform 0.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-panel::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 56%);
        pointer-events: none;
    }

    .wf-eng-panel: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-eng-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.wf-eng-panel-badge,
.wf-eng-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-eng-panel-badge {
    color: var(--wf-primary);
    background: rgba(196,135,54,0.08);
    border: 1px solid rgba(196,135,54,0.16);
}

.wf-eng-panel-status {
    color: #b8dfd8;
    background: rgba(154,205,196,0.08);
    border: 1px solid rgba(154,205,196,0.16);
}

.wf-eng-panel h3 {
    margin: 0 0 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.45rem;
    line-height: 1.18;
    letter-spacing: -0.04em;
    color: var(--wf-text);
}

.wf-eng-panel > p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.84;
}

/* ---------- TIMELINE ---------- */

.wf-eng-timeline {
    position: relative;
    display: grid;
    gap: 14px;
}

.wf-eng-line {
    position: absolute;
    left: 17px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient( 180deg, rgba(196,135,54,0.16) 0%, rgba(196,135,54,0.42) 24%, rgba(77,115,255,0.22) 100% );
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02), 0 0 16px rgba(196,135,54,0.08);
}

.wf-eng-node {
    position: relative;
    padding-left: 34px;
}

.wf-eng-dot {
    position: absolute;
    left: 11px;
    top: 32px;
    width: 12px;
    height: 12px;
    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);
    z-index: 3;
}

.wf-eng-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-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 56%);
        pointer-events: none;
    }

    .wf-eng-card:hover {
        transform: translateY(-6px);
        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-eng-card-tight {
    min-height: 132px;
    padding: 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.wf-eng-card-icon,
.wf-eng-core-icon,
.wf-eng-feature-icon,
.wf-eng-reliability-icon,
.wf-eng-global-mini-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    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);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 18px rgba(0,0,0,0.18);
    flex-shrink: 0;
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease;
}

.wf-eng-card:hover .wf-eng-card-icon,
.wf-eng-core-card:hover .wf-eng-core-icon,
.wf-eng-framework-feature:hover .wf-eng-feature-icon,
.wf-eng-reliability-card:hover .wf-eng-reliability-icon,
.wf-eng-global-mini:hover .wf-eng-global-mini-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 26px rgba(0,0,0,0.24);
}

.wf-eng-card h4 {
    margin: 2px 0 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.04rem;
    line-height: 1.42;
    color: var(--wf-text);
    text-align: left;
}

.wf-eng-card p {
    margin: 0;
    color: var(--wf-text-soft);
    font-size: 0.92rem;
    line-height: 1.74;
    text-align: left;
}

/* ---------- CORE ---------- */

.wf-eng-core-card {
    position: relative;
    height: 100%;
    padding: 28px;
    border-radius: 28px;
    overflow: hidden;
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-core-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 56%);
        pointer-events: none;
    }

    .wf-eng-core-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-eng-core-top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.wf-eng-core-card h3 {
    margin: 0 0 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.12rem;
    line-height: 1.34;
    letter-spacing: -0.02em;
    color: var(--wf-text);
    max-width: 88%;
}

.wf-eng-core-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.8;
    font-size: 0.94rem;
}

/* ---------- FRAMEWORKS ---------- */

.wf-eng-framework-copy-card {
    position: relative;
    height: 100%;
    padding: 28px;
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-framework-copy-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 56%);
        pointer-events: none;
    }

    .wf-eng-framework-copy-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-eng-framework-copy-card h2 {
        margin: 12px 0 14px;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2rem, 2.6vw, 2.45rem);
        line-height: 1.1;
        letter-spacing: -0.045em;
        color: var(--wf-text);
    }

    .wf-eng-framework-copy-card p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.88;
    }

.wf-eng-framework-feature {
    position: relative;
    height: 100%;
    padding: 24px;
    border-radius: 28px;
    overflow: hidden;
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-framework-feature::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 56%);
        pointer-events: none;
    }

    .wf-eng-framework-feature: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-eng-feature-icon {
    margin-bottom: 14px;
}

.wf-eng-framework-feature h4 {
    margin: 0 0 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.06rem;
    line-height: 1.42;
    letter-spacing: -0.015em;
    color: var(--wf-text);
    max-width: 92%;
}

.wf-eng-framework-feature p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.8;
    font-size: 0.94rem;
}

/* ---------- RELIABILITY ---------- */

.wf-eng-reliability-card {
    position: relative;
    height: 100%;
    padding: 24px;
    border-radius: 28px;
    overflow: hidden;
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-reliability-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 56%);
        pointer-events: none;
    }

    .wf-eng-reliability-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-eng-reliability-icon {
    margin-bottom: 14px;
}

.wf-eng-reliability-card h4 {
    margin: 0 0 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.06rem;
    line-height: 1.42;
    letter-spacing: -0.015em;
    color: var(--wf-text);
    max-width: 92%;
}

.wf-eng-reliability-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.8;
    font-size: 0.94rem;
}

/* ---------- INTELLIGENCE ---------- */

.wf-eng-radar-panel,
.wf-eng-progress-panel {
    position: relative;
    height: 100%;
    padding: 28px;
    border-radius: 30px;
    overflow: hidden;
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-radar-panel::before,
    .wf-eng-progress-panel::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 56%);
        pointer-events: none;
    }

    .wf-eng-radar-panel:hover,
    .wf-eng-progress-panel: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-eng-intel-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.wf-eng-radar-panel h3,
.wf-eng-progress-panel h3 {
    margin: 0 0 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--wf-text);
}

.wf-eng-radar-panel > p,
.wf-eng-progress-panel > p {
    margin: 0;
    color: var(--wf-text-soft);
    font-size: 0.96rem;
    line-height: 1.86;
}

/* ---------- PULSE RADAR ---------- */

.wf-eng-radar-stage {
    position: relative;
    min-height: 360px;
    margin-top: 24px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    background: radial-gradient(circle at center, rgba(196,135,54,0.05) 0%, transparent 38%), linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005));
}

    .wf-eng-radar-stage::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
        background-size: 38px 38px;
        mask-image: radial-gradient(circle at center, black 45%, transparent 92%);
        pointer-events: none;
    }

.wf-eng-radar-center {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
}

.wf-eng-radar-core-glow {
    position: absolute;
    inset: 50%;
    width: 78px;
    height: 78px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: rgba(196,135,54,0.18);
    filter: blur(18px);
    animation: wfRadarPulse 2.8s ease-in-out infinite;
}

.wf-eng-radar-core-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(196,135,54,0.16);
    animation: wfRadarRing 3.4s ease-in-out infinite;
}

.wf-eng-radar-core-ring-1 {
    width: 86px;
    height: 86px;
}

.wf-eng-radar-core-ring-2 {
    width: 142px;
    height: 142px;
    animation-delay: 0.25s;
}

.wf-eng-radar-core-ring-3 {
    width: 198px;
    height: 198px;
    animation-delay: 0.5s;
}

.wf-eng-radar-core {
    position: absolute;
    inset: 50%;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    background: linear-gradient(180deg, rgba(196,135,54,0.16), rgba(255,255,255,0.03));
    border: 1px solid rgba(196,135,54,0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 14px 30px rgba(0,0,0,0.22);
    color: var(--wf-primary);
    z-index: 3;
}

    .wf-eng-radar-core i {
        font-size: 1.18rem;
    }

    .wf-eng-radar-core strong {
        font-size: 0.8rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--wf-text);
    }

.wf-eng-radar-points {
    position: absolute;
    inset: 0;
}

.wf-eng-radar-point {
    position: absolute;
    min-width: 120px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--wf-text-soft);
    font-size: 0.84rem;
    font-weight: 700;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.35s cubic-bezier(.22,1,.36,1), border-color 0.35s ease, box-shadow 0.35s ease;
}

    .wf-eng-radar-point:hover {
        transform: translateY(-3px);
        border-color: rgba(196,135,54,0.18);
        box-shadow: 0 12px 24px rgba(0,0,0,0.18);
    }

.wf-eng-radar-point-1 {
    top: 56px;
    left: 54px;
}

.wf-eng-radar-point-2 {
    top: 56px;
    right: 54px;
}

.wf-eng-radar-point-3 {
    top: 146px;
    right: 12px;
}

.wf-eng-radar-point-4 {
    bottom: 78px;
    right: 46px;
}

.wf-eng-radar-point-5 {
    bottom: 76px;
    left: 46px;
}

.wf-eng-radar-point-6 {
    top: 146px;
    left: 12px;
}

@keyframes wfRadarPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.18);
        opacity: 1;
    }
}

@keyframes wfRadarRing {
    0%, 100% {
        opacity: 0.55;
    }

    50% {
        opacity: 0.95;
    }
}

/* ---------- PROGRESS ---------- */

.wf-eng-progress-track {
    position: relative;
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding-left: 40px;
}

.wf-eng-progress-line {
    position: absolute;
    left: 19px;
    top: 14px;
    bottom: 14px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient( 180deg, rgba(196,135,54,0.16) 0%, rgba(196,135,54,0.42) 24%, rgba(77,115,255,0.22) 100% );
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02), 0 0 16px rgba(196,135,54,0.08);
}

.wf-eng-progress-step {
    position: relative;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 14px;
    align-items: start;
    padding: 10px 0 18px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

    .wf-eng-progress-step:first-of-type {
        border-top: 0;
        padding-top: 0;
    }

.wf-eng-progress-dot {
    position: absolute;
    left: -27px;
    top: 22px;
    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);
    z-index: 3;
    transition: transform 0.38s cubic-bezier(.22,1,.36,1), box-shadow 0.38s ease;
}

.wf-eng-progress-step:hover .wf-eng-progress-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-eng-progress-number {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--wf-primary);
    background: rgba(196,135,54,0.10);
    border: 1px solid rgba(196,135,54,0.16);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.wf-eng-progress-copy h5 {
    margin: 0 0 4px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: var(--wf-text);
}

.wf-eng-progress-copy p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.72;
    font-size: 0.92rem;
}

/* ---------- GLOBAL ---------- */

.wf-eng-global-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    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: 30px;
    transition: transform 0.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-global-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 56%);
        pointer-events: none;
    }

    .wf-eng-global-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-eng-global-card h2 {
        margin: 12px 0 14px;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2rem, 2.6vw, 2.45rem);
        line-height: 1.1;
        letter-spacing: -0.045em;
        color: var(--wf-text);
    }

    .wf-eng-global-card p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.88;
    }

.wf-eng-global-side {
    display: grid;
    gap: 14px;
}

.wf-eng-global-mini {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    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;
    transition: transform 0.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-global-mini::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 56%);
        pointer-events: none;
    }

    .wf-eng-global-mini:hover {
        transform: translateY(-6px);
        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-eng-global-mini small {
        display: block;
        margin-bottom: 6px;
        color: var(--wf-text-faint);
        font-size: 0.72rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        font-weight: 700;
    }

    .wf-eng-global-mini strong {
        display: block;
        font-family: 'Manrope', sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        color: var(--wf-text);
    }

/* ---------- CTA ---------- */

.wf-eng-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    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: 32px;
    transition: transform 0.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wf-eng-cta-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 56%);
        pointer-events: none;
    }

    .wf-eng-cta-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-eng-cta-card h2 {
        margin: 12px 0 0;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2.05rem, 2.8vw, 2.45rem);
        line-height: 1.08;
        letter-spacing: -0.045em;
        color: var(--wf-text);
    }

    .wf-eng-cta-card p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.86;
    }

.wf-eng-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

/* ---------- SUPPORT ---------- */

@supports not (backdrop-filter: blur(16px)) {
    .wf-eng-panel,
    .wf-eng-mini-card,
    .wf-eng-card,
    .wf-eng-core-card,
    .wf-eng-framework-copy-card,
    .wf-eng-framework-feature,
    .wf-eng-reliability-card,
    .wf-eng-radar-panel,
    .wf-eng-progress-panel,
    .wf-eng-global-card,
    .wf-eng-global-mini,
    .wf-eng-cta-card {
        background: rgba(18, 22, 32, 0.95);
    }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1399.98px) {
    .wf-eng-title,
    .wf-eng-subtitle {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .wf-eng-hero {
        padding-top: 72px;
        padding-bottom: 24px;
    }

    .wf-eng-radar-stage {
        min-height: 420px;
    }

    .wf-eng-radar-point-1 {
        top: 44px;
        left: 18px;
    }

    .wf-eng-radar-point-2 {
        top: 44px;
        right: 18px;
    }

    .wf-eng-radar-point-3 {
        top: 144px;
        right: 8px;
    }

    .wf-eng-radar-point-4 {
        bottom: 84px;
        right: 16px;
    }

    .wf-eng-radar-point-5 {
        bottom: 84px;
        left: 16px;
    }

    .wf-eng-radar-point-6 {
        top: 144px;
        left: 8px;
    }
}

@media (max-width: 767.98px) {
    .wf-eng-hero {
        padding-top: 62px;
        padding-bottom: 18px;
    }

    .wf-eng-title {
        font-size: clamp(2.15rem, 10vw, 3rem);
        line-height: 1;
    }

    .wf-eng-actions,
    .wf-eng-trust,
    .wf-eng-cta-actions {
        flex-direction: column;
    }

    .wf-eng-panel,
    .wf-eng-mini-card,
    .wf-eng-card,
    .wf-eng-core-card,
    .wf-eng-framework-copy-card,
    .wf-eng-framework-feature,
    .wf-eng-reliability-card,
    .wf-eng-radar-panel,
    .wf-eng-progress-panel,
    .wf-eng-global-card,
    .wf-eng-global-mini,
    .wf-eng-cta-card {
        padding: 22px;
    }

    .wf-eng-radar-stage {
        min-height: 500px;
    }

    .wf-eng-radar-center {
        top: 54%;
        width: 180px;
        height: 180px;
    }

    .wf-eng-radar-core {
        width: 96px;
        height: 96px;
    }

    .wf-eng-radar-core-ring-1 {
        width: 76px;
        height: 76px;
    }

    .wf-eng-radar-core-ring-2 {
        width: 124px;
        height: 124px;
    }

    .wf-eng-radar-core-ring-3 {
        width: 172px;
        height: 172px;
    }

    .wf-eng-radar-point {
        min-width: 108px;
        font-size: 0.78rem;
        padding: 0 10px;
    }

    .wf-eng-radar-point-1 {
        top: 26px;
        left: 10px;
    }

    .wf-eng-radar-point-2 {
        top: 26px;
        right: 10px;
    }

    .wf-eng-radar-point-3 {
        top: 132px;
        right: 0;
    }

    .wf-eng-radar-point-4 {
        bottom: 98px;
        right: 8px;
    }

    .wf-eng-radar-point-5 {
        bottom: 98px;
        left: 8px;
    }

    .wf-eng-radar-point-6 {
        top: 132px;
        left: 0;
    }

    .wf-eng-progress-track {
        padding-left: 30px;
    }

    .wf-eng-progress-line {
        left: 14px;
    }

    .wf-eng-progress-dot {
        left: -20px;
    }

    .wf-eng-global-card h2,
    .wf-eng-framework-copy-card h2,
    .wf-eng-cta-card h2 {
        font-size: clamp(1.85rem, 9vw, 2.3rem);
    }
}


/* =========================================================
   FINAL MERGED ALIGNMENT FIX
   icon + heading side by side
   paragraph below
========================================================= */

/* ---------- CORE ENGINEERING SYSTEMS ---------- */
.wf-eng-core-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.wf-eng-core-top {
    display: none !important;
}

.wf-eng-core-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-shrink: 0;
}

.wf-eng-core-card h3 {
    margin: 0;
    max-width: none;
    font-size: 1.12rem;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.wf-eng-core-card p {
    margin: 0;
    padding-left: 60px;
    font-size: 0.94rem;
    line-height: 1.8;
}

/* ---------- GOVERNANCE LAYER ---------- */
.wf-eng-feature-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.wf-eng-feature-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-shrink: 0;
}

.wf-eng-framework-feature h4 {
    margin: 0;
    max-width: none;
    font-size: 1.06rem;
    line-height: 1.38;
    letter-spacing: -0.015em;
}

.wf-eng-framework-feature p {
    margin: 0;
    padding-left: 60px;
    font-size: 0.94rem;
    line-height: 1.8;
}

/* ---------- MODERNIZATION & RELIABILITY ---------- */
.wf-eng-reliability-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.wf-eng-reliability-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-shrink: 0;
}

.wf-eng-reliability-card h4 {
    margin: 0;
    max-width: none;
    font-size: 1.06rem;
    line-height: 1.38;
    letter-spacing: -0.015em;
}

.wf-eng-reliability-card p {
    margin: 0;
    padding-left: 60px;
    font-size: 0.94rem;
    line-height: 1.8;
}

/* ---------- CONSISTENT CARD FLOW ---------- */
.wf-eng-core-card,
.wf-eng-framework-feature,
.wf-eng-reliability-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* ---------- SMALL RESPONSIVE TUNE ---------- */
@media (max-width: 767.98px) {
    .wf-eng-core-header,
    .wf-eng-feature-header,
    .wf-eng-reliability-header {
        gap: 12px;
        margin-bottom: 12px;
    }

    .wf-eng-core-icon,
    .wf-eng-feature-icon,
    .wf-eng-reliability-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 14px;
    }

    .wf-eng-core-card p,
    .wf-eng-framework-feature p,
    .wf-eng-reliability-card p {
        padding-left: 54px;
    }
}