﻿/* =========================================
   WILLSFLY – INTELLIGENCELAB.CSS
========================================= */

.wil-page {
    position: relative;
    overflow: hidden;
}

.wil-section,
.wil-hero {
    position: relative;
    padding: 56px 0;
    overflow: hidden;
}

.wil-hero {
    padding-top: 54px;
    padding-bottom: 28px;
}

.wil-shell {
    position: relative;
    z-index: 2;
}

.wil-shell-wide {
    padding-left: clamp(18px, 2vw, 32px);
    padding-right: clamp(18px, 2vw, 32px);
}

/* ---------- BACKGROUND ---------- */

.wil-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.wil-orb,
.wil-grid-bg,
.wil-noise {
    position: absolute;
    pointer-events: none;
}

.wil-orb {
    border-radius: 999px;
    filter: blur(95px);
}

.wil-orb-1 {
    width: 360px;
    height: 360px;
    left: -110px;
    top: 28px;
    background: rgba(196, 135, 54, 0.18);
}

.wil-orb-2 {
    width: 330px;
    height: 330px;
    right: 2%;
    top: 12px;
    background: rgba(77, 115, 255, 0.14);
}

.wil-orb-3 {
    width: 220px;
    height: 220px;
    right: 14%;
    bottom: 10%;
    background: rgba(120, 160, 255, 0.08);
}

.wil-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%);
}

.wil-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 ---------- */

.wil-hero-copy {
    max-width: none;
    padding-top: 8px;
    padding-right: 10px;
}

.wil-kicker-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.wil-kicker,
.wil-section-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;
}

.wil-kicker-line {
    width: 74px;
    height: 1px;
    background: linear-gradient(90deg, rgba(196,135,54,0.46), transparent);
}

.wil-title {
    margin: 0;
    max-width: 95%;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(3rem, 4.1vw, 3.1rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
    color: var(--wf-text);
}

.wil-subtitle {
    max-width: 96%;
    margin: 24px 0 0;
    color: var(--wf-text-soft);
    font-size: 1.01rem;
    line-height: 1.9;
}

.wil-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.wil-actions-center {
    justify-content: center;
}

.wil-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.wil-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;
}

    .wil-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);
    }

.wil-left-band {
    margin-top: 26px;
}

/* ---------- GLASS ---------- */

.wil-panel,
.wil-mini-card,
.wil-card,
.wil-cap-card,
.wil-model-shell,
.wil-flow-card,
.wil-usecase-card,
.wil-products-shell,
.wil-foundation-shell,
.wil-foundation-item,
.wil-note-card,
.wil-cta-shell {
    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.46s cubic-bezier(.22,1,.36,1), border-color 0.38s ease, box-shadow 0.38s ease;
}

    .wil-panel::before,
    .wil-mini-card::before,
    .wil-card::before,
    .wil-cap-card::before,
    .wil-model-shell::before,
    .wil-flow-card::before,
    .wil-usecase-card::before,
    .wil-products-shell::before,
    .wil-foundation-shell::before,
    .wil-foundation-item::before,
    .wil-note-card::before,
    .wil-cta-shell::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;
    }

    .wil-panel:hover,
    .wil-mini-card:hover,
    .wil-card:hover,
    .wil-cap-card:hover,
    .wil-model-shell:hover,
    .wil-flow-card:hover,
    .wil-usecase-card:hover,
    .wil-products-shell:hover,
    .wil-foundation-shell:hover,
    .wil-foundation-item:hover,
    .wil-note-card:hover,
    .wil-cta-shell: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);
    }

/* ---------- ICON SYSTEM ---------- */

.wil-mini-icon,
.wil-card-icon,
.wil-cap-icon,
.wil-flow-icon,
.wil-usecase-icon,
.wil-foundation-item-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;
}

.wil-mini-card:hover .wil-mini-icon,
.wil-card:hover .wil-card-icon,
.wil-cap-card:hover .wil-cap-icon,
.wil-flow-card:hover .wil-flow-icon,
.wil-usecase-card:hover .wil-usecase-icon,
.wil-foundation-item:hover .wil-foundation-item-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 26px rgba(0,0,0,0.24);
}

/* ---------- MINI CARDS ---------- */

.wil-mini-card {
    height: 100%;
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.wil-mini-card-wide {
    min-height: 148px;
}

.wil-mini-card h4 {
    margin: 2px 0 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.08rem;
    line-height: 1.34;
    color: var(--wf-text);
}

.wil-mini-card p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.8;
    font-size: 0.94rem;
}

/* ---------- SIDE STACK ---------- */

.wil-side-stack {
    display: grid;
    gap: 18px;
}

.wil-panel {
    padding: 24px;
    border-radius: 30px;
}

.wil-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.wil-panel-badge,
.wil-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;
}

.wil-panel-badge {
    color: var(--wf-primary);
    background: rgba(196,135,54,0.08);
    border: 1px solid rgba(196,135,54,0.16);
}

.wil-panel-status {
    color: #b8dfd8;
    background: rgba(154,205,196,0.08);
    border: 1px solid rgba(154,205,196,0.16);
}

.wil-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);
}

.wil-panel > p {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.84;
}

/* ---------- TIMELINE ---------- */

.wil-timeline {
    position: relative;
    display: grid;
    gap: 14px;
}

.wil-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);
}

.wil-node {
    position: relative;
    padding-left: 34px;
}

.wil-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;
}

.wil-card {
    border-radius: 24px;
}

.wil-card-tight {
    min-height: 132px;
    padding: 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.wil-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;
}

.wil-card p {
    margin: 0;
    color: var(--wf-text-soft);
    font-size: 0.92rem;
    line-height: 1.74;
    text-align: left;
}

/* ---------- SECTION TYPOGRAPHY ---------- */

.wil-section-title {
    margin: 14px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 2.7vw, 2.3rem);
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: var(--wf-text);
}

.wil-section-text {
    margin: 0;
    color: var(--wf-text-soft);
    line-height: 1.9;
    font-size: 1rem;
}

.wil-grid-head {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 28px;
}

    .wil-grid-head h2 {
        margin: 14px 0 10px;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2.1rem, 3vw, 3rem);
        line-height: 1.08;
        letter-spacing: -0.05em;
        color: var(--wf-text);
    }

    .wil-grid-head p {
        margin: 0;
        color: var(--wf-text-soft);
        line-height: 1.8;
    }

/* ---------- CAPABILITIES ---------- */

.wil-cap-card {
    height: 100%;
    padding: 24px;
}

    .wil-cap-card h3 {
        margin: 16px 0 10px;
        font-family: 'Manrope', sans-serif;
        font-size: 1.08rem;
        line-height: 1.34;
        color: var(--wf-text);
    }

    .wil-cap-card p {
        margin: 0;
        color: var(--wf-text-soft);
        font-size: 0.94rem;
        line-height: 1.8;
    }

/* ---------- MODEL ---------- */

.wil-model-shell {
    padding: 28px;
    border-radius: 30px;
}

.wil-model-notes {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.wil-note-card {
    padding: 16px 18px;
    border-radius: 20px;
}

    .wil-note-card strong {
        display: block;
        margin-bottom: 6px;
        color: var(--wf-text);
        font-size: 0.95rem;
        font-weight: 800;
    }

    .wil-note-card span {
        display: block;
        color: var(--wf-text-soft);
        line-height: 1.72;
        font-size: 0.9rem;
    }

.wil-flow-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 100%;
}

.wil-flow-card {
    padding: 22px;
    min-height: 176px;
}

    .wil-flow-card h4 {
        margin: 16px 0 8px;
        font-family: 'Manrope', sans-serif;
        font-size: 1.04rem;
        color: var(--wf-text);
    }

    .wil-flow-card p {
        margin: 0;
        color: var(--wf-text-soft);
        font-size: 0.92rem;
        line-height: 1.76;
    }

/* ---------- USE CASES ---------- */

.wil-usecase-card {
    height: 100%;
    padding: 24px;
}

.wil-usecase-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

    .wil-usecase-header h3 {
        margin: 0;
        font-family: 'Manrope', sans-serif;
        font-size: 1.08rem;
        line-height: 1.34;
        color: var(--wf-text);
    }

.wil-usecase-card p {
    margin: 0;
    color: var(--wf-text-soft);
    font-size: 0.94rem;
    line-height: 1.82;
    padding-left: 66px;
}

/* ---------- PRODUCTS ---------- */

.wil-products-shell {
    padding: 28px;
    border-radius: 30px;
}

.wil-products-list {
    display: grid;
    gap: 12px;
}

    .wil-products-list span {
        min-height: 48px;
        padding: 0 18px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        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-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;
    }

        .wil-products-list span: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);
        }

/* ---------- FOUNDATION ---------- */

.wil-foundation-shell {
    padding: 28px;
    border-radius: 30px;
}

.wil-foundation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: start;
}

.wil-foundation-item {
    min-height: 138px;
    padding: 20px 22px;
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.wil-foundation-item-copy {
    min-width: 0;
    padding-top: 2px;
}

    .wil-foundation-item-copy h4 {
        margin: 0 0 8px;
        font-family: 'Manrope', sans-serif;
        font-size: 1.03rem;
        line-height: 1.38;
        letter-spacing: -0.015em;
        color: var(--wf-text);
    }

    .wil-foundation-item-copy p {
        margin: 0;
        color: var(--wf-text-soft);
        font-size: 0.92rem;
        line-height: 1.72;
    }

/* ---------- CTA ---------- */

.wil-cta-shell {
    text-align: center;
    padding: 36px 28px;
    border-radius: 30px;
}

    .wil-cta-shell h2 {
        margin: 16px 0 14px;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(2.15rem, 3vw, 3rem);
        line-height: 1.08;
        letter-spacing: -0.05em;
        color: var(--wf-text);
    }

    .wil-cta-shell p {
        max-width: 860px;
        margin: 0 auto;
        color: var(--wf-text-soft);
        line-height: 1.86;
    }

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1399.98px) {
    .wil-title,
    .wil-subtitle {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .wil-hero {
        padding-top: 72px;
        padding-bottom: 24px;
    }

    .wil-flow-grid,
    .wil-foundation-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .wil-hero {
        padding-top: 62px;
        padding-bottom: 18px;
    }

    .wil-title {
        font-size: clamp(2.15rem, 10vw, 3rem);
        line-height: 1;
    }

    .wil-actions,
    .wil-trust {
        flex-direction: column;
    }

    .wil-panel,
    .wil-mini-card,
    .wil-card,
    .wil-cap-card,
    .wil-model-shell,
    .wil-flow-card,
    .wil-usecase-card,
    .wil-products-shell,
    .wil-foundation-shell,
    .wil-foundation-item,
    .wil-note-card,
    .wil-cta-shell {
        padding: 22px;
    }

        .wil-usecase-card p {
            padding-left: 0;
        }

        .wil-cta-shell h2,
        .wil-section-title,
        .wil-grid-head h2 {
            font-size: clamp(1.85rem, 9vw, 2.3rem);
        }
}


/* ---------- INTELLIGENCE PILLARS ---------- */

.wil-pillars {
    margin-top: 26px;
}

.wil-pillar-card {
    position: relative;
    height: 100%;
    min-height: 205px;
    padding: 22px 22px 20px;
    border-radius: 26px;
    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.42s cubic-bezier(.22,1,.36,1), border-color 0.36s ease, box-shadow 0.36s ease;
}

    .wil-pillar-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;
    }

    .wil-pillar-card:hover {
        transform: translateY(-6px);
        border-color: rgba(196,135,54,0.18);
        box-shadow: 0 20px 38px rgba(0,0,0,0.24), 0 0 0 1px rgba(196,135,54,0.04), inset 0 1px 0 rgba(255,255,255,0.05);
    }

.wil-pillar-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.wil-pillar-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    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.36s cubic-bezier(.22,1,.36,1), box-shadow 0.36s ease;
}

.wil-pillar-card:hover .wil-pillar-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 24px rgba(0,0,0,0.20);
}

.wil-pillar-header h4 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1.08rem;
    line-height: 1.34;
    letter-spacing: -0.02em;
    color: var(--wf-text);
}

.wil-pillar-card p {
    margin: 0;
    color: var(--wf-text-soft);
    font-size: 0.94rem;
    line-height: 1.82;
}

/* mobile */
@media (max-width: 991.98px) {
    .wil-pillar-card {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .wil-pillars {
        margin-top: 22px;
    }

    .wil-pillar-card {
        padding: 20px;
        border-radius: 22px;
    }

    .wil-pillar-header {
        gap: 12px;
        margin-bottom: 12px;
    }

    .wil-pillar-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 14px;
    }

    .wil-pillar-header h4 {
        font-size: 1rem;
    }

    .wil-pillar-card p {
        font-size: 0.9rem;
        line-height: 1.74;
    }
}

/* =========================================================
   FINAL ALIGNMENT FIXES
========================================================= */

/* ---------- CAPABILITIES: icon + heading + paragraph ---------- */
.wil-cap-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.wil-cap-card h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.34;
}

.wil-cap-card p {
    margin: 0;
    padding-left: 66px;
}

/* ---------- FLOW CARDS: icon + heading + paragraph ---------- */
.wil-flow-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.wil-flow-card h4 {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.34;
}

.wil-flow-card p {
    margin: 0;
    padding-left: 66px;
}

/* ---------- PRODUCTS: 2x2 grid cards ---------- */
.wil-products-list {
    display: none !important;
}

.wil-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: start;
}

.wil-products-card {
    position: relative;
    min-height: 156px;
    padding: 20px 22px;
    border-radius: 24px;
    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.42s cubic-bezier(.22,1,.36,1), border-color 0.36s ease, box-shadow 0.36s ease;
}

    .wil-products-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 14% 16%, rgba(255,255,255,0.05), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.02), transparent 56%);
        pointer-events: none;
    }

    .wil-products-card:hover {
        transform: translateY(-6px);
        border-color: rgba(196,135,54,0.18);
        box-shadow: 0 20px 38px rgba(0,0,0,0.24), 0 0 0 1px rgba(196,135,54,0.04), inset 0 1px 0 rgba(255,255,255,0.05);
    }

.wil-products-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.wil-products-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    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.36s cubic-bezier(.22,1,.36,1), box-shadow 0.36s ease;
}

.wil-products-card:hover .wil-products-card-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 24px rgba(0,0,0,0.20);
}

.wil-products-card h4 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1.02rem;
    line-height: 1.36;
    letter-spacing: -0.015em;
    color: var(--wf-text);
}

.wil-products-card p {
    margin: 0;
    color: var(--wf-text-soft);
    font-size: 0.92rem;
    line-height: 1.72;
    padding-left: 62px;
}

/* ---------- MOBILE ---------- */
@media (max-width: 1199.98px) {
    .wil-products-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .wil-cap-card p,
    .wil-flow-card p,
    .wil-products-card p {
        padding-left: 0;
    }

    .wil-products-card {
        min-height: auto;
        padding: 18px;
        border-radius: 22px;
    }

    .wil-products-card-top {
        gap: 12px;
        margin-bottom: 10px;
    }

    .wil-products-card-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 14px;
    }

    .wil-products-card h4 {
        font-size: 0.98rem;
    }

    .wil-products-card p {
        font-size: 0.89rem;
    }
}