/* Content Description Section */
.buzadasi-services-text {
    color: #00bcd4;
    font-weight: 500;
}

/* Brand Elements Section - Renk paleti + Tipografi */
.buzadasi-brand-elements-section {
    background-color: #fff;
}

.buzadasi-brand-elements-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Transition Section - Siyah geçiş alanı */
.buzadasi-transition-section {
    background-color: #000;
    height: 240px;
    /* Artırıldı */
    position: relative;
    z-index: 1;
}

/* Transition Section - Siyah geçiş alanı */
.buzadasi-transition-section {
    background-color: #000;
    height: 240px;
    position: relative;
    z-index: 1;
}

/* Character Evolution Section - Karakter gelişim aşamaları */
.buzadasi-character-evolution-section {
    background-color: #fff;
    position: relative;
    z-index: 2;
    height: 490px;
    /* Sabit yükseklik ver */
    overflow: visible;
    /* Taşan içeriğin görünmesini sağla */
}

.buzadasi-character-evolution-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.buzadasi-evolution-title {
    position: absolute;
    top: -20px;
    left: 40px;
    z-index: 3;
}

.buzadasi-evolution-title h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 400;
}

.buzadasi-evolution-content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    padding-top: 60px;
    height: 100%;
}

.buzadasi-evolution-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 250px;
}

.buzadasi-evolution-item:last-child {
    position: relative;
    z-index: 3;
    margin-top: -320px;
    max-width: 450px;
}

.buzadasi-evolution-arrow {
    width: 40px;
    height: 300px;
    margin-bottom: 80px;
}

/* Character Showcase Section - Mor arka planda karakterler */

.buzadasi-character-showcase-container {
    max-width: 800px;
    width: 100%;
}

/* Application Mockups Section - Uygulama görselleri */
.buzadasi-application-mockups-section {
    padding: 0;
}

.buzadasi-application-mockups-container {
    max-width: 100%;
    width: 100%;
}

.buzadasi-mockup-item {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Building Applications Section - Bina uygulamaları */
.buzadasi-building-applications-section {
    background-color: #000;
}

.buzadasi-building-applications-container {
    max-width: 800px;
    width: 100%;
}

/* Stadium & Interior Applications Section */
.buzadasi-stadium-interior-section {
    position: relative;
    height: 180vh;
}

.buzadasi-final-building-full {
    position: absolute;
    top: 20vh;
    left: 0;
    width: 100%;
    height: 99%;
    z-index: 1;
}

.buzadasi-final-building-full img {
    width: 100%;
    height: 90%;
    display: block;
}

.buzadasi-stadium-interior-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 0;
}

.buzadasi-stadium-row {
    width: 100%;
}

.buzadasi-interior-row {
    width: 100%;
}

.buzadasi-stadium-item,
.buzadasi-interior-item {
    width: 100%;
}

/* Outdoor Campaign Section - Dış mekan kampanyası */
.buzadasi-outdoor-campaign-section {
    background-color: #000;
    height: 100vh;
}

.buzadasi-outdoor-campaign-container {
    width: 100%;
    height: 100%;
}

.buzadasi-outdoor-campaign-container img {
    height: 100%;
}

/* Outdoor Billboard Section - Büyük outdoor billboard */
.buzadasi-outdoor-billboard-section {
    background-color: #000;
}

.buzadasi-outdoor-billboard-container {
    max-width: 800px;
    width: 100%;
}

/* Print Materials Section - Basılı materyaller (overlap) */
.buzadasi-print-materials-section {
    background-color: #00bcd4;
    position: relative;
}

.buzadasi-print-materials-container {
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
}

.buzadasi-print-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buzadasi-print-item:last-child {
    position: relative;
    z-index: 3;
    margin-top: -150px;
    transform: scale(1.6);
}

/* Animations */
.buzadasi-evolution-item:nth-child(1) {
    animation-delay: 0s;
}

.buzadasi-evolution-item:nth-child(2) {
    animation-delay: 0.2s;
}

.buzadasi-evolution-item:nth-child(3) {
    animation-delay: 0.4s;
}

.buzadasi-evolution-arrow:nth-child(2) {
    animation-delay: 0.1s;
}

.buzadasi-evolution-arrow:nth-child(4) {
    animation-delay: 0.3s;
}

.buzadasi-print-item:first-child {
    transform: translateY(10px) rotate(-5deg);
    transition: all 0.8s ease;
}

.buzadasi-print-item:last-child {
    transform: translateY(50px) rotate(5deg) scale(1.6);
    transition: all 0.8s ease 0.3s;
}

.buzadasi-print-materials-section.animate .buzadasi-print-item:last-child {
    transform: translateY(0) rotate(0deg) scale(1.6);
}

.buzadasi-print-materials-section.animate .buzadasi-print-item:first-child {
    transform: translateY(0) rotate(0deg) scale(1.1);
}

/* Responsive Design for Buzadası */
@media (max-width: 768px) {
    .buzadasi-highlight-text {
        font-size: 14px;
    }

    /* Brand Elements Section */
    .buzadasi-brand-elements-container {
        gap: 20px;
        padding: 0 16px;
    }

    /* Transition Section */
    .buzadasi-transition-section {
        height: 80px;
    }

    /* Character Evolution Section */
    .buzadasi-character-evolution-section {
        height: auto;
        /* Sabit yükseklik kaldırıldı */
        overflow: visible;
    }

    .buzadasi-character-evolution-container {
        height: auto;
    }

    .buzadasi-evolution-title {
        position: static;
        margin-bottom: 20px;
        text-align: center;
    }

    .buzadasi-evolution-content {
        flex-direction: column;
        gap: 15px;
        padding-top: 0;
        align-items: center;
        height: auto;
    }

    .buzadasi-evolution-item {
        max-width: 200px;
    }

    .buzadasi-evolution-item:last-child {
        margin-top: 0;
        /* Margin sıfırlandı */
        max-width: 300px;
        order: 3;
        /* Son sırada kalmasını sağla */
    }

    .buzadasi-evolution-arrow {
        width: 40px;
        /* Genişlik yükseklikle değiştirildi */
        height: 30px;
        /* Yükseklik genişlikle değiştirildi */
        margin-bottom: 0;
        transform: rotate(90deg);
        /* 90 derece döndür */
    }

    .buzadasi-evolution-arrow img {
        transform: rotate(90deg);
    }

    /* Okların sıralaması */
    .buzadasi-evolution-content>.buzadasi-evolution-arrow:first-of-type {
        order: 2;
        /* İlk ok ikinci sıraya */
    }

    .buzadasi-evolution-content>.buzadasi-evolution-arrow:last-of-type {
        order: 4;
        /* İkinci ok dördüncü sıraya */
    }

    /* Application Mockups Section */

    /* Stadium & Interior Applications Section */
    .buzadasi-stadium-interior-section {
        height: 150vh;
    }

    .buzadasi-final-building-full {
        top: 20vh;
    }

    .buzadasi-stadium-interior-container {
        padding: 40px 16px;
        gap: 4px;
    }


    /* Outdoor Campaign Section */
    .buzadasi-outdoor-campaign-section {
        margin-top: 20vh;
        height: 60vh;
    }

    /* Print Materials Section */
    .buzadasi-print-materials-container {
        gap: 20px;
    }

    .buzadasi-print-item:last-child {
        margin-top: -80px;
        transform: scale(1.3);
    }
}

@media (max-width: 480px) {

    /* Content Section */
    .buzadasi-highlight-text {
        font-size: 13px;
    }

    /* Brand Elements Section */
    .buzadasi-brand-elements-container {
        gap: 15px;
        padding: 0 12px;
    }

    /* Transition Section */
    .buzadasi-transition-section {
        height: 60px;
    }

    /* Character Evolution Section */
    .buzadasi-evolution-content {
        gap: 10px;
    }

    .buzadasi-evolution-item {
        max-width: 150px;
    }

    .buzadasi-evolution-item:last-child {
        max-width: 250px;
        margin-top: 0;
        /* Margin sıfır */
    }

    .buzadasi-evolution-arrow {
        width: 30px;
        height: 25px;
    }

    .buzadasi-evolution-arrow img {
        transform: rotate(90deg);
    }


    /* Application Mockups Section */
    .buzadasi-application-mockups-container {
        gap: 2px;
    }

    /* Stadium & Interior Applications Section */
    .buzadasi-stadium-interior-section {
        height: 80vh;
    }

    .buzadasi-final-building-full {
        top: 15vh;
    }

    .buzadasi-stadium-interior-container {
        padding: 30px 12px;
        gap: 2px;
    }

    .buzadasi-interior-row {
        gap: 2px;
    }

    /* Outdoor Campaign Section */
    .buzadasi-outdoor-campaign-section {
        margin-top: 6vh;
        height: 50vh;
    }

    /* Print Materials Section */
    .buzadasi-print-materials-container {
        gap: 15px;
    }

    .buzadasi-print-item:last-child {
        margin-top: -60px;
        transform: scale(1.2);
    }

    /* Mobile Animation Adjustments */
    .buzadasi-print-item:first-child {
        transform: translateY(5px) rotate(-3deg);
    }

    .buzadasi-print-item:last-child {
        transform: translateY(30px) rotate(3deg) scale(1.2);
    }

    .buzadasi-print-materials-section.animate .buzadasi-print-item:last-child {
        transform: translateY(0) rotate(0deg) scale(1.2);
    }

    .buzadasi-print-materials-section.animate .buzadasi-print-item:first-child {
        transform: translateY(0) rotate(0deg) scale(1.05);
    }
}