﻿/* ===== Wingskyline Engineering Page ===== */

/*.wk-eng-hero {
    background: linear-gradient(120deg,#f8fafc 0%,#ffffff 55%,#f3f4f6 100%);
    border-bottom: 1px solid #e5e7eb;
}

.wk-pill {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
    background: rgba(17,24,39,0.06);
    color: #111827;
}

.wk-h1 {
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.6px;
    line-height: 1.12;
    margin: 0;
}

.wk-lead {
    font-size: 1.08rem;
    color: #4b5563;
    line-height: 1.75;
    max-width: 920px;
}

.wk-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wk-chip {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 10px 22px rgba(17,24,39,0.04);
}

.wk-section {
    background: #fff;
    padding: 80px 0;
}

    .wk-section.wk-alt {
        background: #f9fafb;
    }

.wk-section-head {
    max-width: 980px;
    margin-bottom: 30px;
}

.wk-h2 {
    font-weight: 900;
    color: #111827;
    margin: 0;
    font-size: clamp(22px, 2vw, 32px);
}

.wk-h5 {
    font-weight: 800;
    color: #111827;
    margin: 0 0 8px;
    font-size: 1.08rem;
    line-height: 1.35;
}

.wk-sub {
    margin-top: 10px;
    color: #6b7280;
    line-height: 1.75;
    font-size: 1rem;
}

.wk-sub2 {
    margin: 0;
    color: #6b7280;
    line-height: 1.7;
    font-size: .96rem;
}

.wk-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .wk-card:hover {
        transform: translateY(-3px);
        border-color: #d1d5db;
        box-shadow: 0 14px 34px rgba(17,24,39,0.08);
    }

.wk-hero-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
}

.wk-list {
    margin: 10px 0 0;
    padding-left: 18px;
    color: #374151;
    line-height: 1.8;
}*/

/* pillar header */
/*.wk-mini-title {
    margin-bottom: 10px;
}

.wk-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37,99,235,0.08);
    color: #2563eb;
    font-size: .82rem;
    font-weight: 800;
}

    .wk-mini-badge i {
        font-size: 16px;
    }

    .wk-mini-badge span {
        line-height: 1;
    }*/

/* lifecycle cards */
/*.wk-stage-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .wk-stage-card:hover {
        transform: translateY(-3px);
        border-color: #d1d5db;
        box-shadow: 0 14px 34px rgba(17,24,39,0.08);
    }

.wk-stage-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.wk-stage-num {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #fff;
    font-weight: 800;
    font-size: .95rem;
}

.wk-stage-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37,99,235,0.08);
    color: #2563eb;
    font-size: 18px;
}*/

/* CTA */
/*.wk-cta {
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.wk-cta-inner {
    background: linear-gradient(120deg,#f8fafc 0%,#ffffff 55%,#f3f4f6 100%);
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.wk-cta-title {
    font-weight: 900;
    margin: 0 0 6px;
    color: #111827;
}

.wk-cta-sub {
    color: #6b7280;
    line-height: 1.6;
    max-width: 850px;
}*/

/* responsive */
/*@media (max-width: 991.98px) {
    .wk-section {
        padding: 60px 0;
    }

    .wk-h1 {
        font-size: clamp(28px, 8vw, 40px);
    }

    .wk-h2 {
        font-size: clamp(22px, 6vw, 28px);
    }
}*/

/* ===== Wingskyline Engineering Page ===== */

.wk-eng-hero {
    background: linear-gradient(120deg, #f8fafc 0%, #ffffff 55%, #f3f4f6 100%);
    border-bottom: 1px solid #e5e7eb;
}

.wk-pill {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
    background: rgba(17,24,39,0.06);
    color: #111827;
}

.wk-h1 {
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.6px;
    line-height: 1.12;
    margin: 0;
}

.wk-lead {
    font-size: 1.08rem;
    color: #4b5563;
    line-height: 1.82;
    max-width: 920px;
}

.wk-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wk-chip {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 10px 22px rgba(17,24,39,0.04);
}

.wk-section {
    background: #fff;
    padding: 80px 0;
}

    .wk-section.wk-alt {
        background: #f9fafb;
    }

.wk-section-head {
    max-width: 980px;
    margin-bottom: 30px;
}

.wk-h2 {
    font-weight: 900;
    color: #111827;
    margin: 0;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.22;
    letter-spacing: -0.3px;
}

.wk-h5 {
    font-weight: 800;
    color: #111827;
    margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.4;
}

.wk-sub {
    margin-top: 12px;
    color: #6b7280;
    line-height: 1.82;
    font-size: 1rem;
    max-width: 920px;
}

.wk-sub2 {
    margin: 0;
    color: #6b7280;
    line-height: 1.8;
    font-size: 0.97rem;
}

.wk-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .wk-card:hover {
        transform: translateY(-4px);
        border-color: #e5e7eb;
        box-shadow: 0 18px 40px rgba(17,24,39,0.08);
    }

.wk-hero-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
}

.wk-list {
    margin: 10px 0 0;
    padding-left: 18px;
    color: #374151;
    line-height: 1.8;
}

/* ===== Core Pillar Icon ===== */

.wk-eng-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    color: #ffffff;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all .25s ease;
    margin-bottom: 16px;
}

.wk-card:hover .wk-eng-icon {
    transform: translateY(-3px);
}

/* ===== Lifecycle Cards ===== */

.wk-stage-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .wk-stage-card:hover {
        transform: translateY(-4px);
        border-color: #e5e7eb;
        box-shadow: 0 18px 40px rgba(17,24,39,0.08);
    }

.wk-stage-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.wk-stage-num {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(17,24,39,0.12);
}

.wk-stage-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(79,70,229,0.08);
    color: #4f46e5;
    font-size: 18px;
}

/* ===== CTA ===== */

.wk-cta {
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.wk-cta-inner {
    background: linear-gradient(120deg, #f8fafc 0%, #ffffff 55%, #f3f4f6 100%);
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.wk-cta-title {
    font-weight: 900;
    margin: 0 0 6px;
    color: #111827;
}

.wk-cta-sub {
    color: #6b7280;
    line-height: 1.7;
    max-width: 850px;
}

/* ===== Responsive ===== */

@media (max-width: 991.98px) {
    .wk-section {
        padding: 60px 0;
    }

    .wk-h1 {
        font-size: clamp(28px, 8vw, 40px);
    }

    .wk-h2 {
        font-size: clamp(22px, 6vw, 28px);
    }
}

/* ===============================
   ENGINEERING HERO MEDIA
================================ */

.wk-eng-media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(17,24,39,0.08);
    transition: all .25s ease;
}

    .wk-eng-media:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgba(17,24,39,0.12);
    }

.wk-eng-img {
    width: 100%;
    height: auto;
    display: block;
}

.wk-eng-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(17,24,39,0.85);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}