/* Tüm bölümlerde hero ile aynı video kartı (320px stage, katmanlı gölge) */

.intro-section,
.about-section,
.advantage-section,
.work-process-section,
.wcu-section,
.faq-section {
    overflow-x: clip;
    max-width: 100%;
}

.hero-video__media {
    background: #1a1333;
    object-fit: cover;
}

.hero-video__media.is-ready {
    background: #000;
}

.hero-video--intro {
    position: relative;
}

.hero-video__media--intro {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video__volume {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 19, 51, 0.72);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.2s ease;
}

.hero-video__volume:hover {
    background: rgba(116, 68, 253, 0.92);
    transform: scale(1.05);
}

.hero-video__volume i {
    font-size: 15px;
    pointer-events: none;
}

.hp-video-carousel {
    width: 100%;
    max-width: 340px;
}

.hp-video-carousel .hero-video-stage {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 0;
}

.hp-video-carousel .hero-video {
    max-width: 280px;
    width: 100%;
}

.hp-video-carousel--left {
    margin-right: auto;
    margin-left: 0;
}

.hp-video-carousel--left .hero-video-stage {
    margin-left: 0;
    margin-right: auto;
}

.hp-video-carousel--right {
    margin-left: auto;
    margin-right: 0;
}

.hp-video-carousel--right .hero-video-stage {
    margin-left: auto;
    margin-right: 0;
}

.hp-video-carousel--center {
    margin-left: auto;
    margin-right: auto;
}

/* Carousel track — hero-video içinde tam doldur */
.hero-video .hp-video-carousel__track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hp-video-carousel__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s ease, visibility .45s ease;
}

.hp-video-carousel__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hp-video-carousel__slide .hero-video__frame,
.hp-video-carousel__slide .hero-video__media,
.hp-video-carousel__slide .hero-video__placeholder {
    width: 100%;
    height: 100%;
}

.hp-video-carousel__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
    padding-bottom: 4px;
}

.hp-video-carousel__btn {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(116, 68, 253, 0.12);
    color: #7444FD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, transform .2s;
}

.hp-video-carousel__btn:hover {
    background: rgba(116, 68, 253, 0.22);
    transform: scale(1.05);
}

.hp-video-carousel__dots {
    display: flex;
    gap: 8px;
}

.hp-video-carousel__dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(116, 68, 253, 0.25);
    cursor: pointer;
    transition: transform .2s, background .2s;
}

.hp-video-carousel__dot.is-active {
    background: #7444FD;
    transform: scale(1.25);
}

/* About — sol video */
.about-section .about-thumb.about-thumb--video {
    padding-bottom: 0 !important;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
}

.about-section .about-thumb--video .hp-video-carousel {
    max-width: 340px;
}

/* Advantage — sağ video */
.advantage-thumb--video {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    overflow: visible;
}

.advantage-thumb--video .hp-video-carousel {
    margin-left: auto;
}

/* Neden Biz — ortada hero kart */
.hp-video-center {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: visible;
}

.hp-video-center .hero-video-stage {
    max-width: 320px;
    margin: 0 auto;
}

.wcu-section .wcu-thumb.wcu-thumb--video {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    min-height: 520px;
    width: 100%;
}

.wcu-section .wcu-thumb--video .shape {
    display: none;
}

/* SSS — sağ video */
.faq-thumb--video {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    padding-top: 20px;
    overflow: visible;
}

.faq-thumb--video .hp-video-carousel {
    margin: 0 auto;
}

/* Mükemmeliyetin Yolculuğu — zigzag, hero kart */
.journey-modern {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-top: 48px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.journey-modern__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.journey-modern__row--reverse .journey-modern__media {
    order: 2;
}

.journey-modern__row--reverse .journey-modern__content {
    order: 1;
    text-align: right;
}

.journey-modern__media {
    display: flex;
    justify-content: center;
    overflow: visible;
}

.journey-modern__media .hero-video-stage {
    max-width: 320px;
    margin: 0 auto;
}

.journey-modern__badge {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(116, 68, 253, 0.12);
    color: #7444FD;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
}

.journey-modern__content h3 {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 800;
    color: #1a1333;
    margin-bottom: 10px;
    line-height: 1.25;
}

.journey-modern__content p {
    color: #6b6680;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    max-width: 420px;
}

.journey-modern__row--reverse .journey-modern__content p {
    margin-left: auto;
}

.work-process-section .work-process-wrapper.style1 .shape {
    display: none;
}

/* ——— Intro hero mobil düzeltmesi ——— */
.intro-wrapper.style1.fix {
    overflow: visible !important;
}

.intro-section {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero-video-stage::before {
        transform: translate(-8px, 6px) rotate(-4deg) scale(.94);
        opacity: .3;
    }

    .hero-video-stage::after {
        transform: translate(8px, -5px) rotate(4deg) scale(.94);
        opacity: .25;
    }

    .hero-video-stage {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: min(280px, calc(100vw - 40px));
        padding-left: 0;
        padding-right: 0;
    }

    .hero-video {
        max-width: min(248px, calc(100vw - 56px));
    }

    .intro-wrapper.style1 .shape1,
    .intro-wrapper.style1 .shape2 {
        display: none !important;
    }

    .intro-wrapper.style1.fix {
        overflow: hidden !important;
    }

    .hp-video-carousel,
    .hp-video-carousel--left,
    .hp-video-carousel--right,
    .hp-video-center,
    .faq-thumb--video,
    .journey-modern__media,
    .advantage-thumb--video,
    .about-thumb.about-thumb--video,
    .wcu-thumb--video {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden;
    }

    .hp-video-carousel .hero-video-stage,
    .hp-video-carousel--left .hero-video-stage,
    .hp-video-carousel--right .hero-video-stage,
    .journey-modern__media .hero-video-stage,
    .faq-thumb--video .hero-video-stage,
    .hp-video-center .hero-video-stage,
    .intro-hero-video-col .hero-video-stage {
        margin-left: auto !important;
        margin-right: auto !important;
        left: auto;
        right: auto;
        transform: none;
    }

    .intro-section {
        padding-top: 20px;
    }

    .intro-wrapper.style1 .intro-content--home {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .intro-wrapper.style1 .intro-content--home .intro-section-title,
    .intro-wrapper.style1 .intro-content--home .intro-subtitle,
    .intro-wrapper.style1 .intro-content--home .intro-title,
    .intro-wrapper.style1 .intro-content--home .intro-desc {
        text-align: center !important;
    }

    .intro-wrapper.style1 .intro-content--home .btn-wrapper {
        justify-content: center !important;
        display: flex !important;
    }

    .intro-wrapper.style1 .intro-content--home .home-google-reviews {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left;
        max-width: 520px;
    }

    .intro-hero-video-col {
        justify-content: center !important;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .intro-hero-video-col .hero-video-stage {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Tüm video bölümleri ortalı */
    .about-section .about-content,
    .advantage-content,
    .work-process-section .section-title,
    .wcu-section .section-title,
    .wcu-section .wcu-content,
    .faq-section .faq-content {
        text-align: center !important;
    }

    .about-section .about-content .section-title,
    .about-section .about-content .checklist,
    .advantage-content .section-title,
    .advantage-content .checklist-wrapper,
    .advantage-content .theme-btn,
    .about-section .theme-btn {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .about-section .checklist,
    .advantage-content .checklist-wrapper {
        display: inline-block;
        text-align: left;
    }

    .advantage-section .row.gy-5.d-flex.align-items-center {
        text-align: center;
    }

    .advantage-content .checklist-wrapper.style1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 24px;
    }

    .journey-modern__badge {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .journey-modern__row,
    .journey-modern__row--reverse {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center !important;
    }

    .journey-modern__row--reverse .journey-modern__media,
    .journey-modern__row--reverse .journey-modern__content {
        order: unset;
        text-align: center !important;
    }

    .journey-modern__content p,
    .journey-modern__row--reverse .journey-modern__content p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-section .about-thumb.about-thumb--video,
    .advantage-thumb--video,
    .faq-thumb--video,
    .wcu-section .wcu-thumb.wcu-thumb--video {
        min-height: auto;
        margin-bottom: 24px;
        justify-content: center;
    }

    .hp-video-carousel,
    .hp-video-carousel--left,
    .hp-video-carousel--right {
        margin-left: auto;
        margin-right: auto;
    }

    .about-section .about-thumb--video .hp-video-carousel--left .hero-video-stage {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .about-section .row.gy-5.gx-60 > .col-xl-6:first-child {
        order: 1;
    }
    .about-section .row.gy-5.gx-60 > .col-xl-6:last-child {
        order: 2;
    }

    .hp-video-carousel .hero-video-stage {
        max-width: 280px;
    }

    .hp-video-carousel .hero-video {
        max-width: 248px;
    }
}
