﻿/* =========================================================
   WINGSKYLINE ABOUT PAGE
   ========================================================= */

.wk-about-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-about-title {
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.6px;
    line-height: 1.12;
    margin: 0;
}

.wk-about-subtitle {
    font-size: 1.08rem;
    color: #4b5563;
    line-height: 1.75;
    max-width: 900px;
}

.wk-about-hero-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
}

    .wk-about-hero-card ul {
        margin: 0;
        padding-left: 18px;
        color: #374151;
        line-height: 1.8;
    }

.wk-about-section {
    background: #ffffff;
}

.wk-alt {
    background: #f9fafb;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.wk-section-head {
    max-width: 980px;
}

.wk-section-title {
    font-weight: 900;
    color: #111827;
    margin: 0;
    font-size: clamp(24px, 2vw, 34px);
    letter-spacing: -0.4px;
}

.wk-section-subtitle {
    /*margin-top: 10px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 920px;*/
    /*font-size: 1.02rem;*/

    margin-top: 12px;
    color: #6b7280;
    line-height: 1.9;
    max-width: 920px;
    font-size: 1.04rem;
    text-align: justify;
}

.wk-callout {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 20px;
    color: #374151;
    line-height: 1.75;
    font-size: 0.98rem;
}

.wk-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    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);
        box-shadow: 0 18px 40px rgba(17,24,39,0.10);
        border-color: #d1d5db;
    }

.wk-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-bottom: 14px;
}

.wk-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.35;
}

.wk-card-text {
    color: #6b7280;
    line-height: 1.75;
    margin: 0;
}

.wk-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
}

.wk-panel-title {
    font-size: 1.06rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 10px;
}

.wk-panel-text {
    color: #6b7280;
    line-height: 1.75;
    margin: 0;
}

.wk-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 18px 0;
}

.wk-mini-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    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-mini-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 34px rgba(17,24,39,0.08);
        border-color: #d1d5db;
    }

.wk-mini-num {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.wk-mini-title {
    font-size: 1.04rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.wk-mini-text {
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

.wk-metric-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.wk-metric-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
}

.wk-metric-num {
    font-weight: 900;
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.2;
    margin-bottom: 4px;
}

.wk-metric-label {
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.4;
}

.wk-about-cta {
    background: #ffffff;
    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-subtitle {
    color: #6b7280;
    line-height: 1.7;
    max-width: 820px;
}

@media (max-width: 768px) {
    .wk-metric-box {
        grid-template-columns: 1fr;
    }
}


/* ===== ABOUT ICON HEADERS ===== */

.wk-about-point-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.wk-about-point-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47,111,237,0.08);
    flex: 0 0 auto;
}

    .wk-about-point-icon i {
        font-size: 18px;
        color: #2f6fed;
        line-height: 1;
    }


/* ===== ABOUT FOUNDATION TIMELINE ===== */

.wk-about-timeline {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

    .wk-about-timeline::before {
        content: "";
        position: absolute;
        left: 25px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #e5e7eb;
    }

.wk-about-step {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 34px;
}

.wk-about-step-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2f6fed, #4f46e5);
    color: #ffffff;
    font-size: 20px;
    flex: 0 0 auto;
    box-shadow: 0 10px 25px rgba(47,111,237,0.18);
    position: relative;
    z-index: 2;
}

.wk-about-step-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.05);
    flex: 1 1 auto;
}

    .wk-about-step-content h5 {
        font-weight: 800;
        color: #111827;
        margin: 0 0 8px;
    }

    .wk-about-step-content p {
        margin: 0;
        color: #6b7280;
        line-height: 1.75;
    }

/* ===== WHY WE EXIST PREMIUM CARDS ===== */

.wk-mini-card {
    position: relative;
    padding: 30px 22px 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(17,24,39,0.05);
    transition: all .25s ease;
}

    .wk-mini-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 36px rgba(17,24,39,0.08);
    }

.wk-mini-badge {
    position: absolute;
    top: -16px;
    left: 20px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-weight: 800;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(15,23,42,0.16);
}

.wk-mini-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47,111,237,0.08);
    margin-bottom: 16px;
}

    .wk-mini-icon i {
        font-size: 20px;
        color: #2f6fed;
        line-height: 1;
    }

.wk-mini-title {
    font-weight: 800;
    color: #111827;
    margin: 0 0 10px;
    line-height: 1.35;
}

.wk-mini-text {
    margin: 0;
    color: #6b7280;
    line-height: 1.75;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .wk-about-timeline::before {
        left: 23px;
    }

    .wk-about-step {
        gap: 14px;
    }

    .wk-about-step-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .wk-about-step-content {
        padding: 16px 16px;
    }
}