* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    overflow-x: hidden;
}

/* Header Styles - SADECE OPAKLIK DEĞİŞTİ */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000;
    backdrop-filter: none;
    z-index: 1000;
    height: 70px; /* Sabit yükseklik */
    display: flex;
    align-items: center; /* İçeriği ortala */
    padding: 0; /* Padding kaldır */
}
.logo {
    flex: 0 0 auto;
    margin-right: auto;
}

.social-icons {
    flex: 0 0 auto;
    margin-left: auto;
}
.header-container {
    width: 100% !important;
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 100%;
}

.logo-img {
    height: 180px; /* Logo yüksekliği */
    width: auto; /* Genişlik otomatik */
    max-width: 600px; /* Maksimum genişlik */
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.social-icon img {
    width: 24px;
    height: 24px;
}

.social-icon:hover {
    transform: scale(1.2);
}

/* Video Banner */
.video-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    top: 70px; /* Header yüksekliği */
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
	background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.button-container {
    text-align: center;
}

/* BAHSET YAZISI SİLİNDİ - .main-title kaldırıldı */

/* Ana Buton - 1.5 kat büyük ve dikdörtgen */
.main-button {
    background-color: #5d19ea;
    color: white;
    border: none;
    padding: 22px 60px; /* 15px 40px yerine 1.5 katı */
    font-size: 30px; /* 20px yerine 1.5 katı */
    font-weight: 600;
    border-radius: 5px; /* 30px yerine dikdörtgen */
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    display: inline-block;
}

.main-button:hover {
    background-color: #4a0ed4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(93, 25, 234, 0.4);
}

.sub-buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* Alt Butonlar - 1.5 kat büyük ve dikdörtgen */
.sub-button {
    background-color: #5d19ea;
    color: white;
    border: none;
    padding: 18px 37px; /* 12px 25px yerine 1.5 katı */
    font-size: 24px; /* 16px yerine 1.5 katı */
    font-weight: 500;
    border-radius: 4px; /* 25px yerine dikdörtgen */
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    display: inline-block;
}

.sub-button:hover {
    background-color: #4a0ed4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(93, 25, 234, 0.4);
}

/* Footer Styles - SADECE OPAKLIK DEĞİŞTİ */
.site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000000; /* rgba(0, 0, 0, 0.8) yerine tamamen siyah */
    backdrop-filter: none; /* blur(10px) yerine none */
    z-index: 1000;
    padding: 15px 0;
}

.footer-container {
    width: 100%;
    max-width: none; /* Sınırlama kaldır */
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

/* Footer elemanlarını zorla ayır */
.footer-site {
    flex: 0 0 auto;
    margin-right: auto;
}

.footer-credit {
    flex: 0 0 auto;
    margin-left: auto;
}

.footer-container p {
    color: white;
    font-size: 14px;
}

@media (max-width: 768px) {
 /* Header mobilde sabit yükseklik */
    .site-header {
        height: 100px; /* Sabit header yüksekliği */
    }
    
    .header-container {
        height: 100%;
        padding: 0 10px;
    }
    /* Ana buton - mobilde küçült */
    .main-button {
        padding: 16px 40px;
        font-size: 24px;
        border-radius: 12px;
    }
    
    /* Alt butonlar - mobilde küçült */
    .sub-button {
        padding: 14px 28px;
        font-size: 18px;
        border-radius: 8px;
    }
    
    .sub-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
  /* Logo mobilde küçült */
    .logo-img {
        height: 144px;
        max-width: 540px;
    }
/* Mobil footer düzeni - tek kod */
    .site-footer {
        height: 50px;
        max-height: 50px;
    }

    .footer-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    .footer-site p,
    .footer-credit p {
        font-size: 12px;
        margin: 0;
        padding: 0;
        line-height: 50px;
    }
/* Video banner mobilde tamamen yeniden yapılandır */
    .video-banner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        z-index: 1;
    }
    
    .video-overlay {
        top: 100px !important; /* Mobilde header yüksekliği */
        height: calc(100% - 150px) !important;
    }
    .background-video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translateX(-50%) translateY(-50%);
        z-index: -1;
    }
    
    /* Video alternatif çözüm */
    .video-banner video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 480px) {
    /* Header telefonda da 150px olsun */
    .site-header {
        height: 100px !important;
    }
    
/* Video banner için telefon ayarı */
    .video-banner {
        position: relative;
        height: 100vh;
        padding-top: 0 !important;
        margin-top: 0 !important;
        overflow: hidden;
    }
    
    /* Video overlay'i header altından başlat */
    .video-overlay {
        position: absolute;
        top: 150px !important;
        left: 0;
        width: 100%;
        height: calc(100% - 150px) !important;
	background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Video pozisyonunu ayarla */
    .background-video {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }

    .main-button {
        padding: 14px 30px;
        font-size: 20px;
	  margin-top: -120px; /* Butonu yukarı taşı */  
  }

    .sub-button {
        padding: 12px 24px;
        font-size: 16px;
    }
/* Telefon için özel footer */
.site-footer {
    height: 40px;
    display: flex;
    align-items: center;
}

.footer-container {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.footer-site,
.footer-credit {
    height: 40px;
    display: flex;
    align-items: center;
}

.footer-site p,
.footer-credit p {
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: normal;
    height: auto;
}
/* SVG İkon Boyutları - En Son */
.social-icons img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
}
