body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #01231c, #053528, #064330);
    color: #fff;
    overflow-x: hidden;
}

/* HEADER */
/* STICKY HEADER */
.premium-header.sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* HEADER TEMEL */
.premium-header {
    width: 100%;
    padding: 18px 20px 10px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* HEADER CONTENT ALANI */
.header-content {
    position: relative;
    height: 70px;

    display: flex;
    justify-content: center;  /* Logo ortada */
    align-items: center;
}

/* LOGO ORTADA */
.header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-logo img {
    width: 170px;
    filter: drop-shadow(0 0 12px #d1a84a);
}

/* BİLET BUTONU SAĞDA */
.buy-ticket-btn {
    position: absolute;
    right: 20px;
    padding: 10px 20px;
    border-radius: 12px;
    border: 2px solid #d1a84a;
    color: #fbe7a3;
    background: rgba(0,0,0,0.25);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.buy-ticket-btn:hover {
    background: rgba(255,215,80,0.15);
    box-shadow: 0 0 12px #d1a84a;
}

/* ALTIN ÇİZGİ */
.header-gold-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(120deg, transparent, #f6e27a, #d1a84a, #f6e27a, transparent);
    filter: drop-shadow(0 0 8px #d1a84a);
    margin-top: 6px;
}


}

.header-inner {
    position: relative;
    width: 100%;
    height: 80px;

    display: flex;
    justify-content: center; /* LOGOYU ORTALIYOR */
    align-items: center;
}

#snowCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0 !important;
    pointer-events: none;
}

.logo-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo-box img {
    width: 160px;
    filter: drop-shadow(0 0 10px #d1a84a);
}

/* BUY BUTTON sağda */
.buy-ticket-btn {
    position: absolute;
    right: 25px;
    padding: 10px 18px;
    border-radius: 12px;
    border: 2px solid #d1a84a;
    color: #fbe7a3;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    z-index: 1000;
}
.buy-ticket-btn:hover {
    background: rgba(255,215,128,0.15);
    box-shadow: 0 0 12px #d1a84a;
}

/* ALTIN ÇİZGİ */
.gold-divider {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #e9cd67, #f3d27e, #e9cd67, transparent);
    margin-top: 5px;
    filter: drop-shadow(0 0 8px #d1a84a);
}

/* HERO */
.hero {
    padding: 50px 20px;
    text-align: center;
}

.title {
    font-size: 48px;
    background: linear-gradient(90deg, #f6e27a, #d1a84a, #f6e27a);
    -webkit-background-clip: text;
    color: transparent;
}

/* COUNTDOWN */
.countdown-box {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #d1a84a;
    padding: 10px 22px;
    border-radius: 12px;
    background: rgba(0,0,0,0.25);
}

.countdown {
    display: flex;
    gap: 20px;
}

.countdown div {
    text-align: center;
}

.countdown span {
    font-size: 32px;
    font-weight: 700;
    color: #f6e27a;
}

/* SLIDER */
.slider {
    width: 92%;
    max-width: 850px;
    height: 350px;
    margin: 35px auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background: #02251c;
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;

    /* MOTION BLUR TRANSITION */
    transition: opacity 1s ease-in-out, filter 0.5s ease-in-out;
    filter: blur(12px);
}

.slide.active {
    opacity: 1;
    filter: blur(0px);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

/* SLIDER ARROWS */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 18px;
    font-size: 32px;
    color: #fbe7a3;
    background: rgba(0,0,0,0.25);
    border: 2px solid #d1a84a;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 4;
}
.slider-arrow.left { left: 15px; }
.slider-arrow.right { right: 15px; }

.slider-arrow:hover {
    box-shadow: 0 0 15px #d1a84a;
}

/* ÖDÜLLER */
.oduller {
    padding: 40px 20px 60px;
    text-align: center;
}

/* SSS */
.faq {
    padding: 60px 20px;
    text-align: center;
}

.faq-item {
    margin: 10px auto;
    max-width: 650px;
    border: 2px solid #d1a84a;
    border-radius: 12px;
    background: rgba(0,0,0,0.25);
}

.faq-question {
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
}

.faq-answer {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #e2d4aa;
}

/* FOOTER */
.premium-footer {
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(to top, #011a14, #033024);
    border-top: 2px solid #d1a84a;
    text-align: center;
}

.footer-social {
    margin: 10px 0 15px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* PREMIUM ÖDÜLLER BAŞLIĞI */
.premium-title {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 700;
    background: linear-gradient(90deg, #f6e27a, #d8b34c, #f3e3a3);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 12px rgba(255, 230, 160, 0.3);
}

/* BÜYÜK ÖDÜLLER PREMIUM BOX */
.big-prizes {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.total-prize {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 28px;
    border: 2px solid #d1a84a;
    border-radius: 14px;
    background: rgba(0,0,0,0.30);
    backdrop-filter: blur(6px);
    color: #f3e9c1;
    box-shadow: 0 0 12px rgba(209,168,74,0.35);
}

.total-prize span {
    background: linear-gradient(90deg, #f6e27a, #d1a84a, #f7e9b8);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
}

.footer-social {
    margin: 10px 0 15px;
    display: flex;
    gap: 22px;
    justify-content: center;
}

/* ÖDÜLLERİN KOYU PREMIUM ARKAPLAN ALANI */
.premium-oduller {
    margin-top: 80px;
    padding: 80px 20px;
    background: linear-gradient(180deg, #011a14 0%, #00221a 60%, #001a15 100%);
    border-top: 2px solid #d1a84a;
    border-bottom: 2px solid #d1a84a;
}
/* Premium Başlık Iconları */
.premium-icon {
    font-size: 35px;
    margin-right: 8px;
    background: linear-gradient(90deg,#f6e27a,#d1a84a,#ffeebe);
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 8px rgba(209,168,74,0.4));
}

/* Araç ikonları */
.car-icon {
    font-size: 46px;
    margin-bottom: 12px;
    background: linear-gradient(90deg,#f6e27a,#d1a84a,#ffeebe);
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 12px rgba(209,168,74,0.6));
    display: block;
}


/* İçerik ortalayıcı container */
.oduller-inner {
    max-width: 900px;
    margin: auto;
}

/* Minimum Bilet Satırı - vurgulu */
.total-row {
    background: rgba(255,215,120,0.12);
    font-weight: 700;
}
.total-row strong {
    color: #ffeec4 !important;
}
.total-row:hover {
    background: rgba(255,215,120,0.25);
}

/* ÖDÜLLER KARAMSI PREMIUM ALAN */
.premium-oduller {
    margin-top: 80px;
    padding: 80px 20px;
    background: linear-gradient(180deg, #011a14 0%, #00251d 60%, #001911 100%);
    border-top: 2px solid #d1a84a;
}

/* Sol-Sağ iki kolon yapı */
.oduller-flex {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* SOL TARAF — Büyük ödüller */
.odul-sol, .odul-sag {
    width: 50%;
}

/* Başlıklar sola ve sağa uyumlu */
.premium-title-left,
.premium-title-right {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(90deg,#f6e27a,#d1a84a,#fff3c9);
    -webkit-background-clip: text;
    color: transparent;
}

/* Dikey büyük ödül kartları */
.big-item-vertical {
    padding: 18px 20px;
    margin-bottom: 18px;
    background: rgba(0,0,0,0.25);
    border: 2px solid #d1a84a;
    border-radius: 14px;
    transition: 0.3s;
    text-align: left;
}

.big-item-vertical h3 {
    font-size: 20px;
    margin: 0;
    color: #ffeec4;
}

.big-item-vertical:hover {
    box-shadow: 0 0 15px #d1a84a;
    transform: translateX(5px);
}

/* NAKİT ÖDÜLLER SAĞ TARAFTA */
.cash-table-vertical .cash-row-vertical {
    padding: 14px 20px;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.30);
    border: 2px solid #d1a84a;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

.cash-row-vertical span {
    font-size: 16px;
    color: #ffeec4;
}

.cash-row-vertical strong {
    font-size: 18px;
    color: #f6e27a;
}

.cash-row-vertical:hover {
    box-shadow: 0 0 15px #d1a84a;
    transform: translateX(5px);
}

/* Minimum bilet vurgusu */
.total-row-vertical {
    background: rgba(255,215,120,0.12) !important;
}
.total-row-vertical strong {
    color: #fff5d6 !important;
}

/* Mobile uyum */
@media(max-width: 800px){
    .oduller-flex {
        flex-direction: column;
    }
    .odul-sol, .odul-sag {
        width: 100%;
    }
}

/* PREMIUM ÖDÜLLER ALANI */
.premium-oduller {
    margin-top: 80px;
    padding: 60px 20px 80px;
    background: linear-gradient(180deg, #011a14 0%, #00251d 50%, #011a14 100%);
}

/* ALTIN ÇİZGİLER */
.oduller-gold-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(120deg, transparent, #f6e27a, #d1a84a, #f6e27a, transparent);
    margin: 20px 0;
    filter: drop-shadow(0 0 6px #d1a84a);
}

/* ÖDÜLLER BAŞLIĞI */
.premium-title-center {
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
    background: linear-gradient(90deg,#f6e27a,#d1a84a,#fff3c9);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
}

/* Kapsayıcı */
.oduller-wrapper {
    max-width: 950px;
    margin: auto;
}

/* CAR BOX – Daha büyük, yan yana */
.oduller-cars {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 45px;
}

.car-box {
    width: 30%;
    padding: 20px;
    background: rgba(0,0,0,0.30);
    border: 2px solid #d1a84a;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s;
}

.car-box h3 {
    margin: 0;
    font-size: 20px;
    color: #ffeec4;
    font-weight: 600;
}

.car-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px #d1a84a;
}

/* NAKİT ÖDÜLLER – DÜZGÜN TEK SÜTUN LİSTE */
.cash-list {
    max-width: 550px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cash-item {
    background: rgba(0,0,0,0.30);
    border: 2px solid #d1a84a;
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

.cash-item:hover {
    background: rgba(255,215,120,0.12);
    transform: translateX(5px);
}

.cash-item span {
    font-size: 17px;
    color: #ffeec4;
}

.cash-item strong {
    font-size: 18px;
    color: #f6e27a;
}

/* BİLET TUTARI – FULL WIDTH */
.ticket-row {
    background: rgba(255,215,120,0.18);
    font-weight: 700;
}
.ticket-row strong {
    color: #fff4d1 !important;
}

/* MOBILE */
@media(max-width: 800px){
    .oduller-cars {
        flex-direction: column;
    }
    .car-box {
        width: 100%;
    }
}


/* İKON TEMEL */
.social-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #d1a84a;
    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    transition: 0.3s;
    background: rgba(0,0,0,0.25);
}

/* İKON ALTIN BOYAMA */
.social-icon i {
    font-size: 22px;
    background: linear-gradient(90deg, #f6e27a, #d1a84a, #f6e27a);
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.3s;
}

/* HOVER - PREMIUM PARLAMA */
.social-icon:hover {
    box-shadow: 0 0 15px #d1a84a, 0 0 25px #caa64f inset;
    background: rgba(255,215,120,0.10);
}

.social-icon:hover i {
    filter: brightness(1.4);
}



.prize-box {
    width: 260px;
    padding: 20px;
    border: 2px solid #d1a84a;
    border-radius: 18px;
    background: rgba(0,0,0,0.25);
    text-align: center;
    transition: 0.3s;
}
.prize-box:hover {
    box-shadow: 0 0 20px #d1a84a;
    transform: translateY(-5px);
}

.prize-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.prize-box h3 {
    margin: 0;
    font-size: 20px;
}

/* NAKİT ÖDÜLLER TABLO */
.cash-table {
    max-width: 600px;
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #d1a84a;
}

.cash-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    background: rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: 0.3s;
}

.cash-row:hover {
    background: rgba(255, 200, 100, 0.12);
}

.cash-row span {
    font-size: 17px;
}

.cash-row strong {
    font-size: 18px;
    color: #f3e3a3;
}


.social img {
    width: 35px;
    filter: invert(90%) sepia(40%) saturate(400%) hue-rotate(10deg);
    transition: 0.3s;
}

.social:hover img {
    filter: brightness(1.4) drop-shadow(0 0 8px #d1a84a);
}


@media(max-width: 800px){

    /* HEADER düzeni */
    .header-content {
        height: auto;
        flex-direction: column;      /* LOGO ÜSTTE */
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }

    .header-logo {
        position: relative;
        transform: none;
        left: 0;
        margin-bottom: 10px;
    }

    .header-logo img {
        width: 150px;
    }

    .buy-ticket-btn {
        position: relative;
        right: 0;
        margin-top: 8px;
        padding: 9px 16px;
        font-size: 15px;
    }

    /* BAŞLIK daha kompakt */
    .title {
        font-size: 32px;
        line-height: 1.2;
        margin: 10px auto;
        max-width: 90%;
    }

    /* SAYAC DÜZELTME */
    .countdown-box {
        margin-top: 15px;
        padding: 8px 12px;
    }

    .countdown {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;     /* Taşma tamamen biter */
    }

    .countdown div {
        min-width: 65px;
    }

    .countdown span {
        font-size: 22px;
    }

    /* SLIDER mobil uyum */
    .slider {
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .slide img {
        padding: 10px;
        object-fit: contain;
    }

    .slider-arrow {
        padding: 6px 10px;
        font-size: 22px;
    }

    /* ARABA KUTULARI → TEK SÜTUN */
    .oduller-cars {
        flex-direction: column;
        gap: 18px;
        width: 100%;
    }

    .car-box {
        width: 89%;
        padding: 18px;
    }

    .car-box h3 {
        font-size: 18px;
    }
}