﻿/* ===== Wingskyline Platforms Page ===== */

.wk-platform-hero {
    background:
        radial-gradient(circle at 20% 20%, rgba(59,130,246,0.06), transparent 40%),
        radial-gradient(circle at 80% 40%, rgba(6,182,212,0.06), transparent 45%),
        linear-gradient(120deg, #f8fafc 0%, #ffffff 55%, #f3f4f6 100%);
    border-bottom: 1px solid #e5e7eb;
    padding: 48px 0 56px;
}

.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.8px;
    line-height: 1.12;
    margin: 0;
}

.wk-lead {
    font-size: 1.08rem;
    color: #4b5563;
    line-height: 1.7;
    max-width: 820px;
}

.wk-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wk-chip {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    box-shadow: 0 12px 25px rgba(17,24,39,0.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.wk-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(17,24,39,0.08);
    border-color: #d1d5db;
}

.wk-section {
    padding: 64px 0;
    background: #fff;
}

.wk-alt {
    background: #fafafa;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.wk-section-head {
    max-width: 820px;
    margin-bottom: 24px;
}

.wk-h2 {
    font-weight: 900;
    color: #111827;
    margin: 0;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.2;
}

.wk-h5 {
    font-weight: 800;
    color: #111827;
    margin: 0 0 8px;
    line-height: 1.35;
}

.wk-sub {
    margin-top: 10px;
    color: #6b7280;
    line-height: 1.7;
}

.wk-sub2 {
    margin: 0;
    color: #6b7280;
    line-height: 1.65;
}

.wk-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s 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-hero-media {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    height: 360px;
    box-shadow: 0 20px 45px rgba(17,24,39,0.10);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.wk-hero-media:hover {
    transform: translateY(-4px);
    border-color: #d1d5db;
    box-shadow: 0 28px 60px rgba(17,24,39,0.14);
}

.wk-card-media {
    padding: 10px;
}

.wk-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.wk-hero-media .wk-img {
    height: 100%;
    border-radius: 0;
}

.wk-list {
    margin: 10px 0 0;
    padding-left: 18px;
    color: #374151;
    line-height: 1.8;
}

.wk-cap-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(17,24,39,0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.wk-cap-card:hover {
    transform: translateY(-2px);
    border-color: #d1d5db;
    box-shadow: 0 14px 34px rgba(17,24,39,0.08);
}

.wk-cap-ic {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 10px 24px rgba(37,99,235,0.18);
}

.wk-cap-ic i {
    font-size: 22px;
    color: #ffffff;
}

.wk-media-note {
    text-align: center;
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.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: 22px;
    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;
    line-height: 1.25;
}

.wk-cta-sub {
    color: #6b7280;
    line-height: 1.6;
    max-width: 850px;
}

@media (max-width: 992px) {
    .wk-platform-hero {
        padding: 40px 0 48px;
    }

    .wk-section {
        padding: 56px 0;
    }

    .wk-hero-media {
        height: 300px;
    }

    .wk-cta-inner {
        padding: 18px;
    }
}

@media (max-width: 576px) {
    .wk-h1 {
        letter-spacing: -0.6px;
    }

    .wk-hero-card {
        padding: 18px;
    }

    .wk-platform-hero {
        padding: 32px 0 40px;
    }

    .wk-hero-media {
        height: 240px;
    }

    .wk-img {
        height: 220px;
    }
}