﻿body.sky-showroom-active {
    background: #0B101D;
}

.sky-extreme-showroom {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 40px 0 100px 0;
    color: #fff;
    background: #0B101D;
    animation: skyShowroomBackgroundCycle 64s linear infinite;
}

@keyframes skyShowroomBackgroundCycle {
    /* CURRENT */
    0% {
        background-color: #0B101D;
    }
    /* +15sn bekle */
    23.4375% {
        background-color: #0B101D;
    }
    /* +5sn MAX */
    31.25% {
        background-color: #223055;
    }
    /* +7sn MAX bekle */
    42.1875% {
        background-color: #223055;
    }
    /* +5sn CURRENT */
    50% {
        background-color: #0B101D;
    }
    /* +15sn CURRENT bekle */
    73.4375% {
        background-color: #0B101D;
    }
    /* +5sn MIN */
    81.25% {
        background-color: #000000;
    }
    /* +7sn MIN bekle */
    92.1875% {
        background-color: #000000;
    }
    /* +5sn CURRENT */
    100% {
        background-color: #0B101D;
    }
}

    .sky-extreme-showroom::before {
        content: "";
        position: absolute;
        inset: -20%;
        z-index: 0;
        pointer-events: none;
        background: radial-gradient(circle at 18% 18%, rgba(190,23,60,.28), transparent 30%), radial-gradient(circle at 82% 28%, rgba(0,120,212,.24), transparent 32%), radial-gradient(circle at 48% 88%, rgba(146,94,255,.20), transparent 30%);
        filter: blur(65px);
        animation: skyBackgroundFade 4.5s ease-in-out infinite alternate;
    }

    .sky-extreme-showroom::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
        background-size: 86px 86px;
        opacity: .10;
    }

.sky-bg-stars,
.sky-bg-meteors {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.sky-bg-stars {
    background-image: radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.6px), radial-gradient(circle, rgba(120,190,255,.75) 0 1px, transparent 1.7px), radial-gradient(circle, rgba(255,255,255,.60) 0 1px, transparent 1.6px);
    background-size: 160px 110px, 230px 160px, 310px 220px;
    background-position: 0 0, 80px 40px, 140px 70px;
    animation: skyStarsMove 18s linear infinite, skyStarsFade 3.5s ease-in-out infinite alternate;
}

.sky-bg-meteors::before,
.sky-bg-meteors::after {
    content: "";
    position: absolute;
    left: -280px;
    top: 18%;
    width: 260px;
    height: 2px;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.95), rgba(120,190,255,.65), transparent );
    transform: rotate(-12deg);
    filter: blur(.2px);
    animation: skyMeteorMove 5s linear infinite;
}

.sky-bg-meteors::after {
    top: 62%;
    width: 190px;
    animation-duration: 7s;
    animation-delay: 2.2s;
}

.sky-extreme-showroom > .container {
    position: relative;
    z-index: 5;
}

@keyframes skyBackgroundFade {
    0% {
        opacity: .35;
        transform: scale(1) translate(-2%, -2%);
    }

    50% {
        opacity: .95;
        transform: scale(1.05) translate(2%, 1%);
    }

    100% {
        opacity: .45;
        transform: scale(1.02) translate(-1%, 2%);
    }
}

@keyframes skyStarsFade {
    0% {
        opacity: .25;
    }

    50% {
        opacity: .75;
    }

    100% {
        opacity: .35;
    }
}

@keyframes skyStarsMove {
    from {
        background-position: 0 0, 80px 40px, 140px 70px;
    }

    to {
        background-position: 700px 0, 900px 40px, 1100px 70px;
    }
}

@keyframes skyMeteorMove {
    0% {
        transform: translateX(0) translateY(0) rotate(-12deg);
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    18% {
        opacity: .65;
    }

    32% {
        transform: translateX(calc(100vw + 620px)) translateY(110px) rotate(-12deg);
        opacity: 0;
    }

    100% {
        transform: translateX(calc(100vw + 620px)) translateY(110px) rotate(-12deg);
        opacity: 0;
    }
}

/* TOP SLIDER */

.sky-showroom-top-slider {
    width: 100%;
    max-width: 1296px;
    height: 420px;
    margin: 0 auto 82px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 0% 0%, rgba(190,23,60,.34), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 34px 90px rgba(0,0,0,.38);
}

.sky-sts-left,
.sky-sts-right {
    position: relative;
    overflow: hidden;
    min-width: 0;
    height: 420px;
}

.sky-sts-left {
    padding: 52px 54px;
    background: linear-gradient(90deg, rgba(8,13,25,.96), rgba(14,22,38,.82)), radial-gradient(circle at 18% 24%, rgba(190,23,60,.32), transparent 36%), radial-gradient(circle at 88% 80%, rgba(0,120,212,.18), transparent 38%);
}

    .sky-sts-left::before {
        content: "";
        position: absolute;
        inset: 24px;
        border-radius: 28px;
        border: 1px solid rgba(255,255,255,.075);
        pointer-events: none;
    }

.sky-sts-text-slide {
    position: absolute;
    inset: 52px 54px;
    opacity: 0;
    transform: translateX(-54px);
    transition: opacity .75s ease, transform .75s ease;
    pointer-events: none;
}

    .sky-sts-text-slide.is-active {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

.sky-sts-kicker {
    display: block;
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: .22em;
    color: #ffb7c6;
    font-weight: 800;
}

.sky-sts-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

    .sky-sts-badges small {
        display: inline-flex;
        align-items: center;
        min-height: 27px;
        padding: 0 11px;
        border-radius: 100px;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .04em;
        border: 1px solid rgba(255,255,255,.14);
    }

.sky-badge-red {
    background: rgba(190,23,60,.22);
    color: #ffd4dd;
}

.sky-badge-blue {
    background: rgba(0,120,212,.22);
    color: #d7ecff;
}

.sky-badge-dark {
    background: rgba(255,255,255,.075);
    color: rgba(255,255,255,.82);
}

.sky-badge-orange {
    background: rgba(255,118,38,.23);
    color: #ffe1cd;
}

.sky-badge-purple {
    background: rgba(146,94,255,.24);
    color: #e6dcff;
}

.sky-badge-green {
    background: rgba(0,210,180,.20);
    color: #d5fff8;
}

.sky-sts-text-slide h2 {
    max-width: 560px;
    margin: 0 0 16px;
    font-size: 39px;
    line-height: 1.04;
    font-weight: 850;
    color: #fff;
    letter-spacing: -.035em;
}

.sky-sts-text-slide p {
    max-width: 565px;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.72;
    color: rgba(255,255,255,.74);
}

.sky-sts-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-height: 46px;
    padding: 0 4px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .02em;
}

    .sky-sts-link i {
        display: block;
        width: 4px;
        height: 31px;
        border-radius: 100px;
        background: #BE173C;
        box-shadow: 0 0 20px rgba(190,23,60,.70);
    }

    .sky-sts-link:hover {
        color: #fff;
        text-decoration: none;
    }

.sky-sts-right {
    background: #060A13;
}

    .sky-sts-right::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 5;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(8,13,25,.70), transparent 34%), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.54));
    }

    .sky-sts-right::after {
        content: "SHOWROOM PREVIEW";
        position: absolute;
        left: 28px;
        bottom: 26px;
        z-index: 6;
        padding: 10px 15px;
        border-radius: 100px;
        background: rgba(0,0,0,.42);
        border: 1px solid rgba(255,255,255,.16);
        backdrop-filter: blur(14px);
        color: rgba(255,255,255,.82);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .16em;
    }

.sky-sts-img-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity .95s ease, transform 1.9s ease;
}

    .sky-sts-img-slide.is-active {
        opacity: 1;
        transform: scale(1);
    }

    .sky-sts-img-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(1.12) contrast(1.05);
    }

/* HEADER */

.sky-showroom-header {
    max-width: 880px;
    margin-bottom: 90px;
}

    .sky-showroom-header span {
        display: inline-flex;
        padding: 8px 15px;
        margin-bottom: 18px;
        border-radius: 100px;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.13);
        font-size: 12px;
        letter-spacing: .18em;
        color: #D9E6FF;
    }

    .sky-showroom-header h1 {
        font-size: clamp(42px, 6vw, 58px);
        line-height: .98;
        font-weight: 800;
        margin: 0 0 24px;
    }

    .sky-showroom-header p {
        max-width: 720px;
        color: rgba(255,255,255,.70);
        font-size: 18px;
        line-height: 1.75;
    }

/* PRODUCT */

.sky-showroom-product {
    margin-bottom: 90px;
    position: relative;
}

.sky-product-stage {
    min-height: 680px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 36px;
    align-items: stretch;
    padding: 28px;
    border-radius: 38px;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 40px 110px rgba(0,0,0,.42);
}

    .sky-product-stage::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .55;
        pointer-events: none;
    }

.sky-theme-space .sky-product-stage::before {
    background: linear-gradient(135deg, rgba(46, 115, 255, .35), transparent 55%);
}

.sky-theme-cockpit .sky-product-stage::before {
    background: linear-gradient(135deg, rgba(255, 118, 38, .32), transparent 55%);
}

.sky-theme-scorpion .sky-product-stage::before {
    background: linear-gradient(135deg, rgba(190, 23, 60, .40), transparent 55%);
}

.sky-theme-command .sky-product-stage::before {
    background: linear-gradient(135deg, rgba(0, 210, 180, .28), transparent 55%);
}

.sky-reverse {
    grid-template-columns: .85fr 1.15fr;
}

    .sky-reverse .sky-product-video {
        order: 2;
    }

    .sky-reverse .sky-product-content {
        order: 1;
    }

.sky-product-video,
.sky-product-content {
    position: relative;
    z-index: 2;
}

.sky-product-video {
    min-height: 620px;
    border-radius: 30px;
    overflow: hidden;
    background: #060A13;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 24px 70px rgba(0,0,0,.36);
}

    .sky-product-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: .9;
    }

.sky-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55)), linear-gradient(90deg, rgba(0,0,0,.35), transparent);
}

.sky-video-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 10px 16px;
    border-radius: 100px;
    background: rgba(0,0,0,.45);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);
    font-size: 12px;
    letter-spacing: .16em;
    color: #fff;
}

.sky-product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.sky-product-no {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: .18em;
    color: #AFC4FF;
    font-weight: 700;
}

.sky-product-content h2 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    font-weight: 800;
    margin: 0 0 24px;
}

.sky-product-content p {
    color: rgba(255,255,255,.74);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.sky-product-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

    .sky-product-details div {
        min-height: 92px;
        padding: 18px;
        border-radius: 20px;
        background: rgba(255,255,255,.075);
        border: 1px solid rgba(255,255,255,.12);
    }

    .sky-product-details strong {
        display: block;
        font-size: 15px;
        color: #fff;
        margin-bottom: 8px;
    }

    .sky-product-details small {
        display: block;
        color: rgba(255,255,255,.62);
        font-size: 13px;
        line-height: 1.4;
    }

.sky-product-btn {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 100px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

    .sky-product-btn:hover {
        color: #111827;
        text-decoration: none;
    }

/* RESPONSIVE */

@media (max-width: 1199px) {
    .sky-product-stage,
    .sky-reverse {
        grid-template-columns: 1fr;
    }

        .sky-reverse .sky-product-video,
        .sky-reverse .sky-product-content {
            order: initial;
        }

    .sky-product-video {
        min-height: 460px;
    }
}

@media (max-width: 991px) {
    .sky-showroom-top-slider {
        height: auto;
        grid-template-columns: 1fr;
    }

    .sky-sts-left,
    .sky-sts-right {
        height: 420px;
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .sky-extreme-showroom {
        padding: 60px 0 70px;
    }

    .sky-showroom-top-slider {
        margin-bottom: 54px;
        border-radius: 24px;
    }

    .sky-sts-left {
        padding: 34px 24px;
    }

    .sky-sts-text-slide {
        inset: 34px 24px;
    }

        .sky-sts-text-slide h2 {
            font-size: 29px;
        }

        .sky-sts-text-slide p {
            font-size: 14px;
            line-height: 1.58;
            margin-bottom: 22px;
        }

    .sky-showroom-header {
        margin-bottom: 50px;
    }

    .sky-product-stage {
        padding: 18px;
        border-radius: 28px;
    }

    .sky-product-video {
        min-height: 300px;
        border-radius: 22px;
    }

    .sky-product-content {
        padding: 18px 4px 8px;
    }

    .sky-product-details {
        grid-template-columns: 1fr;
    }

    .sky-product-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sky-sts-left,
    .sky-sts-right {
        height: 390px;
        min-height: 390px;
    }

    .sky-sts-text-slide h2 {
        font-size: 25px;
    }

    .sky-sts-badges {
        gap: 6px;
    }

        .sky-sts-badges small {
            min-height: 24px;
            padding: 0 9px;
            font-size: 10px;
        }
}

@media (prefers-reduced-motion: reduce) {
    .sky-extreme-showroom::before,
    .sky-extreme-showroom::after,
    .sky-bg-stars,
    .sky-bg-meteors::before,
    .sky-bg-meteors::after,
    .sky-sts-img-slide,
    .sky-sts-text-slide {
        animation: none;
        transition: none;
    }
}


/* STEPS */

.step1 {
    color: #5C9CF7 !important;
    font-size:22px !important;
}

.step2 {
    color: #E89035 !important;
    font-size: 22px !important;
}

.step3 {
    color: #7BE2FB !important;
    font-size: 22px !important;
}

.step4 {
    color: #E24B54 !important;
    font-size: 22px !important;
}

.step5 {
    color: #9367F6 !important;
    font-size: 22px !important;
}

.step6 {
    color: #8BF685 !important;
    font-size: 22px !important;
}

.step7 {
    color: #F0C45A !important;
    font-size: 22px !important;
}

.sky-extreme-order-flow {
    position: relative;
    padding: 0px 0 105px;
    background: transparent;
    overflow: hidden;
}

.sky-extreme-order-head {
    max-width: 920px;
    margin: 0 auto 68px;
    text-align: center;
}

    .sky-extreme-order-head span {
        display: inline-block;
        margin-bottom: 16px;
        color: #8FE8FF;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .28em;
        text-shadow: 0 0 18px rgba(143, 232, 255, .85);
    }

    .sky-extreme-order-head h2 {
        color: #EAF9FF;
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 18px;
        text-shadow: 0 0 18px rgba(70, 200, 255, .75), 0 0 42px rgba(70, 200, 255, .35);
    }

    .sky-extreme-order-head p {
        color: rgba(234, 249, 255, .76);
        font-size: 16px;
        line-height: 1.8;
        margin: 0;
    }

.sky-extreme-order-road {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
    z-index: 2;
}

.sky-extreme-order-line {
    position: absolute;
    left: 2%;
    right: 2%;
    top: 78px;
    height: 2px;
    background: linear-gradient( 90deg, transparent, rgba(30,155,255,.9), rgba(255,138,0,.9), rgba(0,229,255,.9), rgba(255,51,78,.9), rgba(155,92,255,.9), rgba(65,255,117,.9), rgba(255,195,62,.9), transparent );
    box-shadow: 0 0 22px rgba(0, 200, 255, .8);
    z-index: 1;
}

.sky-extreme-order-step {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--eof-color);
}

.sky-eof-icon {
    position: relative;
    width: 112px;
    height: 112px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.22), transparent 38%), rgba(3, 10, 24, .42);
    border: 2px solid currentColor;
    box-shadow: 0 0 12px currentColor, 0 0 30px rgba(255,255,255,.08), inset 0 0 26px rgba(255,255,255,.08);
    backdrop-filter: blur(3px);
}

    .sky-eof-icon::before {
        content: "";
        position: absolute;
        width: 126px;
        height: 126px;
        border-radius: 50%;
        border: 1px solid currentColor;
        opacity: .35;
        box-shadow: 0 0 22px currentColor;
    }

    .sky-eof-icon b {
        position: absolute;
        top: -18px;
        right: 2px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(5, 10, 24, .92);
        border: 2px solid currentColor;
        color: #ffffff;
        font-size: 16px;
        font-weight: 900;
        line-height: 32px;
        text-align: center;
        box-shadow: 0 0 12px currentColor, inset 0 0 12px rgba(255,255,255,.12);
        z-index: 4;
    }

    .sky-eof-icon i {
        font-size: 43px;
        color: #F4FCFF;
        text-shadow: 0 0 12px currentColor, 0 0 26px currentColor;
    }

.sky-eof-panel {
    min-height: 322px;
    padding: 18px 14px 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, .68);
    border: 1px solid currentColor;
    box-shadow: 0 0 18px rgba(0,0,0,.55), 0 0 22px color-mix(in srgb, currentColor 36%, transparent);
    backdrop-filter: blur(5px);
}

    .sky-eof-panel h4 {
        min-height: 44px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 850;
        line-height: 1.35;
        margin: 0 0 14px;
       
    }

    .sky-eof-panel ul {
        padding-left: 17px;
        margin: 0;
        text-align: left;
    }

    .sky-eof-panel li {
        color: rgba(234, 249, 255, .75);
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 7px;
    }

        .sky-eof-panel li::marker {
            color: currentColor;
        }

.sky-eof-blue {
    --eof-color: #1E9BFF;
}

.sky-eof-orange {
    --eof-color: #FF8A00;
}

.sky-eof-cyan {
    --eof-color: #00E5FF;
}

.sky-eof-red {
    --eof-color: #FF334E;
}

.sky-eof-purple {
    --eof-color: #9B5CFF;
}

.sky-eof-green {
    --eof-color: #41FF75;
}

.sky-eof-yellow {
    --eof-color: #FFC33E;
}

@media (max-width: 1399px) {
    .sky-extreme-order-road {
        gap: 10px;
    }

    .sky-eof-icon {
        width: 98px;
        height: 98px;
    }

        .sky-eof-icon::before {
            width: 112px;
            height: 112px;
        }

        .sky-eof-icon i {
            font-size: 38px;
        }

    .sky-eof-panel {
        padding: 16px 11px;
    }

        .sky-eof-panel h4 {
            font-size: 14px;
        }

        .sky-eof-panel li {
            font-size: 11.5px;
        }
}

@media (max-width: 1199px) {
    .sky-extreme-order-road {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 22px;
    }

    .sky-extreme-order-line {
        display: none;
    }

    .sky-eof-panel {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .sky-extreme-order-flow {
        padding: 70px 0;
    }

    .sky-extreme-order-head h2 {
        font-size: 30px;
    }

    .sky-extreme-order-road {
        grid-template-columns: 1fr;
    }
}


/* YOUTUBE SECTION */
.sky-extreme-video-showcase {
    position: relative;
    padding: 0 0 110px;
    background: transparent;
    overflow: hidden;
}

.sky-extreme-video-head {
    max-width: 920px;
    margin: 0 auto 60px;
    text-align: center;
}

    .sky-extreme-video-head span {
        display: inline-block;
        margin-bottom: 16px;
        color: #8FE8FF;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .28em;
        text-shadow: 0 0 18px rgba(143, 232, 255, .85);
    }

    .sky-extreme-video-head h2 {
        color: #EAF9FF;
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 18px;
        text-shadow: 0 0 18px rgba(70, 200, 255, .75), 0 0 42px rgba(70, 200, 255, .35);
    }

    .sky-extreme-video-head p {
        color: rgba(234, 249, 255, .76);
        font-size: 16px;
        line-height: 1.8;
        margin: 0;
    }

.sky-extreme-video-card {
    position: relative;
}

.sky-extreme-video-frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(4, 10, 24, .45);
    border: 1px solid rgba(143, 232, 255, .35);
    box-shadow: 0 0 20px rgba(0, 229, 255, .16), 0 0 45px rgba(0, 150, 255, .10);
    backdrop-filter: blur(6px);
    aspect-ratio: 16 / 9;
}

    .sky-extreme-video-frame::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 22px;
        pointer-events: none;
        border: 1px solid rgba(255,255,255,.08);
        z-index: 4;
    }

.sky-extreme-video-player {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #020814;
    object-fit: cover;
}

.sky-extreme-video-preview {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: radial-gradient(circle at center, rgba(0, 229, 255, .16), rgba(4, 10, 24, .96));
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sky-extreme-video-preview img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .76;
    }

    .sky-extreme-video-preview::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(4, 10, 24, .10), rgba(4, 10, 24, .72));
    }

.sky-extreme-main-play {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid rgba(143, 232, 255, .75);
    background: rgba(4, 10, 24, .62);
    color: #ffffff;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgba(0, 229, 255, .38);
}

    .sky-extreme-main-play i {
        margin-left: 4px;
    }

.sky-extreme-quality-buttons {
    position: relative;
    z-index: 3;
    display: none;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.sky-extreme-video-card.is-quality-open .sky-extreme-main-play {
    display: none;
}

.sky-extreme-video-card.is-quality-open .sky-extreme-quality-buttons {
    display: flex;
}

.sky-extreme-quality-buttons button {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(143, 232, 255, .72);
    background: rgba(4, 10, 24, .72);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 18px rgba(0, 229, 255, .28);
}

    .sky-extreme-quality-buttons button i {
        font-size: 22px;
        line-height: 1;
    }

    .sky-extreme-quality-buttons button span {
        display: block;
        margin-top: 2px;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .08em;
        color: #8FE8FF;
    }

.sky-extreme-video-card.is-playing .sky-extreme-video-preview {
    display: none;
}

.sky-extreme-video-card h4 {
    margin: 20px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(0, 229, 255, .25);
}

@media (max-width: 991px) {
    .sky-extreme-video-showcase {
        padding: 80px 0;
    }

    .sky-extreme-video-head h2 {
        font-size: 34px;
    }

    .sky-extreme-video-card h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .sky-extreme-video-head h2 {
        font-size: 28px;
    }

    .sky-extreme-video-head p {
        font-size: 15px;
    }

    .sky-extreme-quality-buttons {
        gap: 12px;
    }

        .sky-extreme-quality-buttons button {
            width: 52px;
            height: 52px;
        }
}



/* MIN GALLERY SECTION */
.sky-extreme-photo-flow {
    position: relative;
    padding: 85px 0 95px;
    background: transparent;
    overflow: hidden;
}

.sky-extreme-photo-head {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

    .sky-extreme-photo-head span {
        display: inline-block;
        margin-bottom: 14px;
        color: #8FE8FF;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .28em;
        text-shadow: 0 0 18px rgba(143, 232, 255, .85);
    }

    .sky-extreme-photo-head h2 {
        color: #EAF9FF;
        font-size: 38px;
        font-weight: 900;
        margin-bottom: 14px;
        text-shadow: 0 0 18px rgba(70, 200, 255, .75), 0 0 42px rgba(70, 200, 255, .35);
    }

    .sky-extreme-photo-head p {
        color: rgba(234, 249, 255, .72);
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
    }

.sky-extreme-photo-slider {
    position: relative;
}

    .sky-extreme-photo-slider .slick-list {
        overflow: hidden;
    }

    .sky-extreme-photo-slider .slick-track {
        display: flex;
        align-items: center;
    }

    .sky-extreme-photo-slider .slick-slide {
        width: 180px;
    }

.sky-extreme-photo-item {
    width: 160px;
    height: 135px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(4, 10, 24, .45);
    border: 1px solid rgba(143, 232, 255, .35);
    box-shadow: 0 0 18px rgba(0, 229, 255, .15), 0 0 42px rgba(0, 150, 255, .10);
    backdrop-filter: blur(5px);
}

    .sky-extreme-photo-item img {
        width: 160px;
        height: 135px;
        display: block;
        object-fit: cover;
    }

.sky-extreme-photo-slider::before,
.sky-extreme-photo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.sky-extreme-photo-slider::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.55), transparent);
}

.sky-extreme-photo-slider::after {
    right: 0;
    background: linear-gradient(270deg, rgba(0,0,0,.55), transparent);
}

@media (max-width: 767px) {
    .sky-extreme-photo-flow {
        padding: 65px 0 75px;
    }

    .sky-extreme-photo-head h2 {
        font-size: 28px;
    }
}



/* INFORMATION PANEL */
.sky-extreme-info-panel {
    position: relative;
    padding: 0 0 140px 0;
    background: transparent;
    overflow: hidden;
}

.sky-extreme-info-box {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 42px;
    align-items: center;
    padding: 42px;
    padding-top: 78px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(5, 12, 30, .78), rgba(3, 7, 18, .46)), radial-gradient(circle at top left, rgba(0, 229, 255, .16), transparent 34%), radial-gradient(circle at bottom right, rgba(255, 138, 0, .14), transparent 34%);
    border: 1px solid rgba(143, 232, 255, .28);
    box-shadow: 0 0 28px rgba(0, 229, 255, .12), 0 0 70px rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    overflow: hidden;
}

    .sky-extreme-info-box::before {
        content: "";
        position: absolute;
        inset: 12px;
        border-radius: 22px;
        border: 1px solid rgba(255,255,255,.06);
        pointer-events: none;
    }

.sky-extreme-info-logo {
    position: absolute;
    top: 18px;
    left: 22px;
    z-index: 3;
    pointer-events: none;
}

    .sky-extreme-info-logo img {
        display: block;
        height: 126px;
        width: auto;
        max-width: none;
        object-fit: contain;
        filter: drop-shadow(0 0 18px rgba(143, 232, 255, .28));
    }

.sky-extreme-info-content {
    position: relative;
    z-index: 2;
}

    .sky-extreme-info-content span {
        display: inline-block;
        margin-bottom: 16px;
        color: #8FE8FF;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .22em;
        text-shadow: 0 0 16px rgba(143, 232, 255, .85);
    }

    .sky-extreme-info-content h2 {
        color: #EAF9FF;
        font-size: 36px;
        font-weight: 900;
        line-height: 1.15;
        margin-bottom: 18px;
        text-shadow: 0 0 16px rgba(70, 200, 255, .58), 0 0 38px rgba(70, 200, 255, .22);
    }

    .sky-extreme-info-content p {
        color: rgba(234, 249, 255, .72);
        font-size: 15px;
        line-height: 1.8;
        margin: 0;
    }

.sky-extreme-info-list {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

    .sky-extreme-info-list li {
        display: flex;
        gap: 14px;
        padding: 18px;
        border-radius: 18px;
        background: rgba(0, 0, 0, .42);
        border: 1px solid rgba(255,255,255,.08);
        box-shadow: inset 0 0 18px rgba(255,255,255,.03);
    }

        .sky-extreme-info-list li:nth-child(1) i {
            color: #00E5FF;
        }

        .sky-extreme-info-list li:nth-child(2) i {
            color: #FF8A00;
        }

        .sky-extreme-info-list li:nth-child(3) i {
            color: #41FF75;
        }

        .sky-extreme-info-list li:nth-child(4) i {
            color: #9B5CFF;
        }

        .sky-extreme-info-list li:nth-child(5) i {
            color: #FF334E;
        }

        .sky-extreme-info-list li:nth-child(6) i {
            color: #FFC33E;
        }

    .sky-extreme-info-list i {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.06);
        font-size: 20px;
        box-shadow: 0 0 14px currentColor;
    }

    .sky-extreme-info-list h4 {
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.35;
        margin: 0 0 6px;
    }

    .sky-extreme-info-list p {
        color: rgba(234, 249, 255, .68);
        font-size: 13px;
        line-height: 1.55;
        margin: 0;
    }

@media (max-width: 1199px) {
    .sky-extreme-info-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sky-extreme-info-panel {
        padding: 65px 0;
    }

    .sky-extreme-info-box {
        padding: 28px 20px;
        padding-top: 92px;
        border-radius: 22px;
    }

    .sky-extreme-info-logo {
        top: 14px;
        left: 18px;
    }

        .sky-extreme-info-logo img {
            height: 86px;
        }

    .sky-extreme-info-content h2 {
        font-size: 28px;
    }

    .sky-extreme-info-list {
        grid-template-columns: 1fr;
    }
}

/* QUESTION PANEL */
.sky-extreme-faq-section {
    position: relative;
    padding: 90px 0 100px;
    background: transparent;
    overflow: visible;
}

.sky-extreme-faq-head {
    max-width: 900px;
    margin: 0 auto 52px;
    text-align: center;
}

    .sky-extreme-faq-head span {
        display: inline-block;
        margin-bottom: 16px;
        color: #8FE8FF;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .28em;
        text-shadow: 0 0 10px rgba(143, 232, 255, .55);
    }

    .sky-extreme-faq-head h2 {
        color: #EAF9FF;
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 18px;
        text-shadow: 0 0 14px rgba(70, 200, 255, .35);
    }

    .sky-extreme-faq-head p {
        color: rgba(234, 249, 255, .76);
        font-size: 16px;
        line-height: 1.8;
        margin: 0;
    }

.sky-extreme-faq-list {
    position: relative;
    padding: 14px;
    border-radius: 28px;
    overflow: visible;
    background: rgba(3, 7, 18, .58);
    border: 1px solid rgba(143, 232, 255, .18);
}

.sky-extreme-faq-item {
    position: relative;
    overflow: visible;
    border-radius: 18px;
    background: rgba(0, 0, 0, .46);
    border: 1px solid rgba(255, 255, 255, .08);
}

    .sky-extreme-faq-item + .sky-extreme-faq-item {
        margin-top: 12px;
    }

.sky-extreme-faq-question {
    width: 100%;
    min-height: 72px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 64px 1fr 34px;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

    .sky-extreme-faq-question strong {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 14px;
        font-weight: 900;
        background: rgba(5, 10, 24, .94);
        border: 1px solid #00E5FF;
    }

    .sky-extreme-faq-question span {
        color: #ffffff;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.4;
    }

    .sky-extreme-faq-question i {
        color: #8FE8FF;
        font-size: 20px;
        text-align: center;
    }

.sky-extreme-faq-answer {
    display: none;
    position: absolute;
    left: 102px;
    right: 22px;
    top: calc(100% - 8px);
    z-index: 50;
    padding: 0;
}

.sky-extreme-faq-item.is-open {
    z-index: 60;
    border-color: rgba(0, 229, 255, .35);
}

    .sky-extreme-faq-item.is-open .sky-extreme-faq-answer {
        display: block;
    }

    .sky-extreme-faq-item.is-open .sky-extreme-faq-question i {
        transform: rotate(180deg);
    }

.sky-extreme-faq-answer p {
    margin: 0;
    padding: 18px 20px;
    border-radius: 16px;
    color: rgba(234, 249, 255, .78);
    font-size: 14px;
    line-height: 1.8;
    background: rgba(0, 0, 0, .94);
    border: 1px solid rgba(143, 232, 255, .18);
    border-left: 3px solid #00E5FF;
}

.sky-extreme-faq-item:nth-child(2) .sky-extreme-faq-question strong,
.sky-extreme-faq-item:nth-child(2) .sky-extreme-faq-answer p {
    border-color: #FF8A00;
}

.sky-extreme-faq-item:nth-child(3) .sky-extreme-faq-question strong,
.sky-extreme-faq-item:nth-child(3) .sky-extreme-faq-answer p {
    border-color: #41FF75;
}

.sky-extreme-faq-item:nth-child(4) .sky-extreme-faq-question strong,
.sky-extreme-faq-item:nth-child(4) .sky-extreme-faq-answer p {
    border-color: #9B5CFF;
}

.sky-extreme-faq-item:nth-child(5) .sky-extreme-faq-question strong,
.sky-extreme-faq-item:nth-child(5) .sky-extreme-faq-answer p {
    border-color: #FF334E;
}

.sky-extreme-faq-item:nth-child(6) .sky-extreme-faq-question strong,
.sky-extreme-faq-item:nth-child(6) .sky-extreme-faq-answer p {
    border-color: #FFC33E;
}

@media (max-width: 767px) {
    .sky-extreme-faq-section {
        padding: 70px 0;
    }

    .sky-extreme-faq-head h2 {
        font-size: 30px;
    }

    .sky-extreme-faq-list {
        padding: 10px;
        border-radius: 22px;
    }

    .sky-extreme-faq-question {
        grid-template-columns: 48px 1fr 28px;
        padding: 16px;
        gap: 12px;
    }

        .sky-extreme-faq-question strong {
            width: 40px;
            height: 40px;
            font-size: 13px;
        }

        .sky-extreme-faq-question span {
            font-size: 15px;
        }

    .sky-extreme-faq-answer {
        left: 16px;
        right: 16px;
        top: calc(100% - 4px);
    }

        .sky-extreme-faq-answer p {
            font-size: 13px;
            padding: 16px;
        }
}



/* CIRCLE GALLERY */
.sky-extreme-solution-brands {
    position: relative;
    width: 100%;
    padding: 34px 0 90px;
    background: transparent;
    overflow: hidden;
}

/* Sol başlık paneli */
.sky-esb-title {
    position: relative;
    z-index: 3;
    width: min(380px, calc(100% - 32px));
    margin-left: clamp(16px, 5vw, 64px);
    margin-bottom: 24px;
    padding: 16px 22px 18px;
    background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.26), rgba(0,0,0,0));
    border-left: 1px solid rgba(255,255,255,.30);
    border-top: 1px solid rgba(255,255,255,.18);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 22%);

}

    .sky-esb-title span {
        
        display: block;
        font-size: clamp(9px, 1.1vw, 10px);
        line-height: 1;
        font-weight: 800;
        letter-spacing: 2.5px;
        text-transform: uppercase;

        color: #8FE8FF !important;
        text-shadow: 0 0 18px rgba(143, 232, 255, .85);
        font-weight: 800;
        letter-spacing: .28em;
    }

    .sky-esb-title h2 {
        margin: 10px 0 0;
        color: rgba(255,255,255,.78);
        font-size: clamp(14px, 2vw, 16px);
        line-height: 1.15;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        .sky-esb-title h2 strong {
            color: #fff;
            font-weight: 900;
        }

    .sky-esb-title::after {
        content: "";
        display: block;
        width: min(300px, 100%);
        height: 1px;
        margin-top: 14px;
        background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(120,210,255,.72), transparent);
        box-shadow: 0 0 12px rgba(120,210,255,.65);
    }

/* Slider alanı */
.sky-esb-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(34px, 6vw, 74px);
}

.sky-esb-stage {
    position: relative;
    width: 100%;
    min-height: clamp(150px, 22vw, 260px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2.4vw, 34px);
}

/* Daire ortak */
.sky-esb-logo {
    position: relative;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 15%, rgba(255,255,255,.20), transparent 30%), radial-gradient(circle at center, rgba(22,31,42,.98), rgba(0,0,0,.96));
    border: 2px solid rgba(255,255,255,.98);
    box-shadow: 0 0 0 4px rgba(255,255,255,.10), 0 0 18px rgba(255,255,255,.82), 0 0 34px rgba(106,206,255,.34), inset 0 0 30px rgba(255,255,255,.08);
    overflow: visible;
}

    .sky-esb-logo::before {
        content: "";
        position: absolute;
        inset: 8px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.42);
        box-shadow: inset 0 0 18px rgba(255,255,255,.10);
    }

    .sky-esb-logo::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -12px;
        width: 46%;
        height: 8px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: rgba(205,238,255,.88);
        filter: blur(8px);
    }

    .sky-esb-logo img {
        position: relative;
        z-index: 2;
        max-width: 66%;
        max-height: 46%;
        object-fit: contain;
        opacity: 1;
        transition: opacity .22s ease;
        filter: drop-shadow(0 0 9px rgba(255,255,255,.18));
    }

/* Sabit ama responsive oranlı ölçüler */
.sky-esb-logo-sm {
    width: clamp(46px, 8.8vw, 112px);
    height: clamp(46px, 8.8vw, 112px);
}

.sky-esb-logo-md {
    width: clamp(62px, 11.4vw, 146px);
    height: clamp(62px, 11.4vw, 146px);
}

.sky-esb-logo-lg {
    width: clamp(94px, 16.6vw, 212px);
    height: clamp(94px, 16.6vw, 212px);
    box-shadow: 0 0 0 5px rgba(255,255,255,.14), 0 0 24px rgba(255,255,255,.96), 0 0 52px rgba(106,206,255,.48), inset 0 0 38px rgba(255,255,255,.10);
}

/* Oklar */
.sky-esb-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: clamp(28px, 4vw, 48px);
    height: 74px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #eaf8ff;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 16px rgba(120,210,255,.9);
}

.sky-esb-prev {
    left: 4px;
}

.sky-esb-next {
    right: 4px;
}

/* Dots */
.sky-esb-dots {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}

.sky-esb-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(255,255,255,.35);
    box-shadow: 0 0 8px rgba(255,255,255,.18);
}

    .sky-esb-dot.active {
        background: #fff;
        box-shadow: 0 0 14px rgba(120,210,255,.95);
    }

@media (max-width: 575px) {
    .sky-extreme-solution-brands {
        padding: 26px 0 64px;
    }

    .sky-esb-title {
        padding: 14px 18px 16px;
        margin-bottom: 18px;
    }

    .sky-esb-stage {
        gap: 7px;
        min-height: 140px;
    }

    .sky-esb-logo {
        border-width: 1px;
        box-shadow: 0 0 0 2px rgba(255,255,255,.10), 0 0 12px rgba(255,255,255,.65), 0 0 20px rgba(106,206,255,.24), inset 0 0 20px rgba(255,255,255,.06);
    }

        .sky-esb-logo::before {
            inset: 5px;
        }

        .sky-esb-logo::after {
            bottom: -9px;
            height: 6px;
        }

    .sky-esb-dots {
        gap: 8px;
        margin-top: 0px !important;
    }

    .sky-esb-dot {
        width: 7px;
        height: 7px;
    }
}