.new-wingz-section {
    background: linear-gradient(270deg,
    #2c5d7b 0%,
    #1f4e6a 20%,
    #123f5a 100%);
    float: left;
    width: 100%;
}

.wingz-content {
    text-align: center;
    margin: 50px 0;
}

.wingz-content h2 {
    color: #b9d719;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wingz-content p {
    color: #869fad;
    font-size: 15px;
    font-weight: 400;
}

.wingz-container {
    position: relative;
    width: 720px;
    height: 390px;
    max-width: 100%;
    border-radius: 400px 400px 0px 0;
    border: 12px solid #b9d719;
    margin: 0 auto;
    border-bottom: 0;
    margin-top: 140px;
}

.wingz-container::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -7px;
    border: 1px solid #24587a;
    width: 710px;
    height: 384px;
    border-radius: 400px 400px 0px 0;
    border-bottom: none;
}

.wingz-container::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -13px;
    border: 1px solid #fff;
    width: 722px;
    height: 390px;
    border-radius: 400px 400px 0px 0;
    border-bottom: none;
}

.wingz-border {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #fff;
    width: 696px;
    height: 398px;
    border-radius: 400px 400px 0px 0;
    border-bottom: none;
}

.wingz-features {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}

.wingz-feature-details {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Orbit items around the arc (no grid) */
.wingz-orbit {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: -40px -40px auto -40px;
    height: calc(100% + 70px);
    pointer-events: none;
}

.wingz-orbit-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: 0.2px;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: -1px 3px 11px rgba(0, 0, 0, 0.22);
    z-index: 9;
}

.wingz-orbit-item img {
    width: 80px;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    border-radius: 50%;
}

.wingz-orbit-label {
    opacity: 0.98;
}

.wingz-orbit-icon {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #ffffff;
    border: 2px solid rgba(185, 215, 25, 0.85);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(25, 78, 106, 0.9);
    flex: 0 0 46px;
}

.wingz-orbit-icon svg {
    width: 22px;
    height: 22px;
}

/* Positions tuned to match the provided design */
.wingz-orbit-item.is-internship {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.wingz-orbit-item.is-live {
    top: 43px;
    left: 4%;
    transform: translateX(-10%);
}

.wingz-orbit-item.is-ai {
    top: 43px;
    right: 3%;
    justify-content: flex-end;
    text-align: right;
}

.wingz-orbit-item.is-track {
    bottom: 46%;
    left: -17%;
}

.wingz-orbit-item.is-replay {
    bottom: 46%;
    right: -22%;
    justify-content: flex-end;
    text-align: right;
}

.wingz-orbit-item.is-self {
    bottom: 60px;
    left: -20%;
}

.wingz-orbit-item.is-apply {
    bottom: 13%;
    right: -22%;
    justify-content: flex-end;
    text-align: right;
}

/* Inner white semi-panel */
.wingz-inner {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 400px 400px 0 0;
    height: 260px;
}

.wingz-inner-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.wingz-logo {
    display: inline-flex;
    align-items: flex-end;
    gap: 6px;
    color: #1c6f8e;
    font-weight: 800;
    letter-spacing: 1px;
}

.wingz-logo-text {
    font-size: 44px;
    line-height: 1;
}

.wingz-logo-x {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 6px;
}

.wingz-logo-x::before,
.wingz-logo-x::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: #b9d719;
    transform-origin: 50% 50%;
    clip-path: polygon(42% 0, 58% 0, 58% 42%, 100% 42%, 100% 58%, 58% 58%, 58% 100%, 42% 100%, 42% 58%, 0 58%, 0 42%, 42% 42%);
    opacity: 0.95;
}

.wingz-tagline {
    margin-top: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.wingz-appbar {
    margin-top: 30px;
    width: 100%;
    background: #b9d719;
    color: #1b5f7c;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}

.wingz-container-mobile {
    display: none;
}


@media (max-width: 1024px) {
    .wingz-container {
        width: 380px;
        height: 240px;
        margin-top: 80px;
    }

    .wingz-container::before {
        width: 370px;
        height: 233px;
    }

    .wingz-container::after {
        width: 382px;
        height: 241px;
    }

    .wingz-logo img{
        width: 150px;
        height: auto;
    }

    .wingz-appbar{
        margin-top: 15px;
        font-size: 16px;
        padding: 6px 0;
    }

    .wingz-border {
        width: 356px;
        height: 228px;
    }

    .wingz-orbit-item {
        gap: 8px;
    }

    .wingz-orbit-item img {
        width: 50px;
        height: auto;
    }

    .wingz-orbit-item.is-live {
        left: 2%;
    }

    .wingz-orbit-item.is-internship {
        top: -20px;
    }

    .wingz-orbit-item.is-ai {
        right: 0%;
    }

    .wingz-orbit-item.is-replay {
        right: -22%;
    }

    .wingz-orbit-item.is-apply {
        right: -18%;
        bottom: 18%;
    }

    .wingz-orbit-item.is-self {
        left: -18%;
        bottom: 18%;
    }

    .wingz-orbit-item.is-track {
        left: -18%;
    }

    .wingz-orbit-item {
        font-size: 14px;
    }

    .wingz-inner{
        bottom: 30px;
    }
}

/* Mobile layout (scoped to this section only) */
@media (max-width: 576px){
    .new-wingz-section .wingz-container {
        display: none;
    }

    .new-wingz-section .wingz-container-mobile {
        display: block;
        width: 100%;
        position: relative;
        padding: 10px 0 40px;
        overflow: hidden;
        margin: 0 auto;
        margin-left: -15px;
    }

    .new-wingz-section .wingz-mobile-stage {
        position: relative;
        width: 100%;
        height: 645px;
        /* max-width: 520px; */
        margin: 0 auto;
    }

    /* Outer ring like screenshot (partial circle from left) */
    .new-wingz-section .wingz-mobile-stage::before {
        content: "";
        position: absolute;
        left: -355px;
        top: 8px;
        width: 560px;
        height: 625px;
        border-radius: 48%;
        border: 10px solid #b9d719;
        box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 1px #24587a;
        background: transparent;
    }

    .new-wingz-section .wingz-mobile-border {
        position: absolute;
        left: -355px;
        top: 16px;
        width: 551px;
        height: 608px;
        border-radius: 48%;
        border: 1px solid #fff;
        pointer-events: none;
        z-index: 1;
    }

    .new-wingz-section .wingz-mobile-orbit {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        inset: 0;
    }

    .new-wingz-section .wingz-mobile-orbit-item {
        position: absolute;
        display: flex;
        align-items: center;
        gap: 14px;
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.15;
        text-shadow: -1px 3px 11px rgba(0, 0, 0, 0.22);
        max-width: 240px;
        z-index: 1;
    }

    .new-wingz-section .wingz-mobile-orbit-item img {
        width: 54px;
        height: auto;
        background: #fff;
        border-radius: 999px;
        padding: 1px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
        flex: 0 0 auto;
    }

    /* Positions (tuned to match screenshot layout on mobile) */
    .new-wingz-section .wingz-mobile-orbit-item.is-self {
        top: 22px;
        left: 30px;
    }

    .new-wingz-section .wingz-mobile-orbit-item.is-track {
        top: 90px;
        left: 106px;
    }

    .new-wingz-section .wingz-mobile-orbit-item.is-live {
        top: 180px;
        left: 156px;
    }

    .new-wingz-section .wingz-mobile-orbit-item.is-internship {
        top: 290px;
        left: 172px;
    }

    .new-wingz-section .wingz-mobile-orbit-item.is-ai {
        left: 159px;
        bottom: 190px;
    
    }

    .new-wingz-section .wingz-mobile-orbit-item.is-replay {
        left: 114px;
        bottom: 90px;
    }

    .new-wingz-section .wingz-mobile-orbit-item.is-apply {
        left: 24px;
        right: auto;
        max-width: 220px;
        gap: 18px;
        bottom: 19px;
    }

    /* Latest mobile design: remove center white circle/panel */
    /* .new-wingz-section .wingz-mobile-center {
        display: none;
    } */

    .new-wingz-section .wingz-mobile-center-inner {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        bottom: 44px;
        width: 196px;
    }

    .new-wingz-section .wingz-mobile-logo img {
        width: 124px;
        height: 42px;
        display: block;
    }

    .new-wingz-section .wingz-mobile-tagline {
        margin-top: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
    }

    .new-wingz-section .wingz-mobile-appbar {
        margin-top: 15px;
        width: 100%;
        background: #b9d719;
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        padding: 8px 0;
    }

    /* make heading closer to screenshot proportions */
    .new-wingz-section .wingz-content {
        margin: 30px 0 10px;
    }

    .new-wingz-section .wingz-content h2 {
        font-size: 28px;
        line-height: 1.2;
        padding: 0 10px;
    }

    .new-wingz-section .wingz-content p {
        font-size: 14px;
    }
}