body {
    background-color: #e0e0e0; /* Daha koyu gri renk */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px; /* Temel yazı tipini büyütüyoruz */
}

.header-banner {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: -0.125rem; /* Göreceli birim */
    line-height: 0; /* Ek boşlukları kaldırmak için */
    font-size: 0; /* Ek boşlukları kaldırmak için */
    overflow: hidden; /* Taşma engelleme */
}

/* Masaüstü ve mobil ekran bannerları için genel stil */
.banner-image {
    width: 90%;
    display: block;
    max-height: 12rem;
    object-fit: contain;
    margin: 1px auto 0;
    max-width: 100%;
}

/* Varsayılan olarak masaüstü banner'ları göster, mobil banner'ları gizle */
.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.main-content {
    min-height: 80vh;
    padding: 0;
    background-color: white;
    max-width: 1210px; /* Genişliği 1210px'e artırıyoruz */
    margin: 50px auto 0; /* Üst margin'i 50px'e ayarlıyoruz */
    box-shadow: 0 0 15px rgba(0,0,0,0.15); /* Gölgeyi belirginleştiriyoruz */
    border-radius: 8px 8px 0 0;
    font-size: 1.05em; /* İçerik yazı boyutunu artırıyoruz */
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: -5px 30px; /* Üst ve alt padding */
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.08); /* Altına gölge ekliyorum */
    position: relative;
    z-index: 5; /* Gölgenin alt öğeleri etkilemesi için */
    margin-bottom: 25px; /* Altındaki içerik ile arasındaki boşluğu daha fazla artırıyorum */
}

.ch-left {
    display: flex;
    align-items: center;
    margin-left: 20px; /* Sol boşluk */
}

.ch-text {
    margin-left: 10px;
}

.ch-text h2 {
    font-size: 18px !important; 
    color: #387ebf;
    margin: 0 0 2px 0 !important; 
    font-weight: 100 !important; 
    letter-spacing: 0.5px !important;
    opacity: 0.85 !important;
}

.ch-text h3 {
    font-size: 20px !important; 
    color: #333;
    margin: 0 !important;
    font-weight: 200 !important; 
    letter-spacing: 0.3px !important;
    opacity: 0.90 !important;
}

.ch-right {
    margin-left: 20px;
}

.share-button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.share-button:hover {
    background-color: #e9e9e9;
}

/* İçerik gövdesi için stil */
.content-body {
    display: flex;
    gap: 0;
    padding: 0;
    margin-top: 10px; /* Üst kısım ile içerik arasındaki boşluğu artırıyorum */
}

/* Sol içerik alanı - %20 */
.content-left {
    flex: 0.2;
    border-right: 1px solid #ddd;
    padding: 30px 20px;
    background-color: #f5f5f5; /* Grimsi arka plan rengi */
    min-height: 600px; /* Uzunluğu artırıyorum */
}

/* Sağ içerik alanı - %80 */
.content-right {
    flex: 0.8;
    padding: 30px;
    min-height: 600px; /* Uzunluğu artırıyorum */
    box-shadow: -5px 0 10px -5px rgba(0,0,0,0.2); /* Sol tarafa doğru gölge ekliyorum */
    position: relative; /* Gölgenin doğru konumda olması için */
    z-index: 1; /* Sol içerikten daha yüksek bir z-index değeri */
}

/* İçerik bölümleri */
.content-section {
    margin-bottom: 30px;
}

.content-section h4 {
    font-size: 18px;
    color: #387ebf;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.content-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 15px 0;
}

/* Ana içerik alanı padding */
.main-content > * {
    margin: 0;
}

/* Şeffaf, mavi kenarlı kutu */
.transparent-box {
    border: 1px solid #9ec7ed; /* Daha soluk açık mavi ince kenar çizgisi */
    background-color: transparent; /* İçi şeffaf */
    height: 310px; /* Yükseklik */
    margin: 20px 0; /* Boşluk */
    border-radius: 4px; /* Hafif oval köşeler */
    box-shadow: 0 0 5px rgba(158, 199, 237, 0.1); /* Hafif soluk mavi gölge */
    position: relative; /* Butonun absolute position için referans noktası */
}

/* Kutu içeriği için esnek yapı */
.box-content {
    display: flex;
    height: calc(100% - 60px); /* Buton için altta boşluk bırakıyorum */
    flex-direction: row-reverse; /* Görseli sola yaslayacak şekilde ters yerleştirme */
}

/* Sağ kısım (metin alanı) - sıralama değişti */
.box-text {
    flex: 1;
    padding: 20px 20px 20px 0px; /* Sol boşluğu tamamen kaldırıyorum */
    margin-left: -180px; /* Sola daha fazla kaydırdım */
    text-align: left; /* Metni sola hizala */
}

/* Kimlik doğrulama başlığı */
.auth-title {
    color: #4b4e51;
    font-size: 17px;
    margin: 0 0 15px 45px; /* Sol boşluğu son seviyeye artırıyorum */
    font-weight: 600;
}

/* Kimlik doğrulama açıklaması */
.auth-description {
    font-size: 16px;
    line-height: 1.5;
    color: #222225;
    margin: 0 0 15px 45px; /* Sol boşluğu son seviyeye artırıyorum */
}

/* Kimlik doğrulama yöntemleri listesi */
.auth-methods {
    list-style-type: disc;
    padding-left: 0px; /* Liste madde işaretlerini en sola yaklaştırıyorum */
    margin: 15px 0 15px 45px; /* Sol margin'i son seviyeye artırıyorum */
}

.auth-methods li {
    font-size: 14px;
    line-height: 1.8;
    color: #222225;
}

/* Doğrulama butonu container */
.auth-button-container {
    text-align: center; /* Butonu ortala */
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
}

/* Doğrulama butonu */
.auth-button {
    background-color: #3276b1;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.auth-button:hover {
    background-color: #2567a3;
}

/* Sol kısım (resim alanı) - sıralama değişti */
.box-image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Sola yasla */
    padding: 10px;
}

/* Sağ kısımdaki resim */
.box-right-image {
    max-width: 50%; /* Daha küçük boyut */
    max-height: 50%; /* Daha küçük boyut */
    object-fit: contain;
}

header {
    background-color: #3679b8; /* Rengi çok az daha koyulaştırdım */
    color: white;
    padding: 8px 20px; /* Daha da az padding ile header'i küçültüyoruz */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Altına gölge ekliyorum */
    position: relative;
    z-index: 10; /* Gölgenin diğer öğeler üzerinde görünmesi için */
}

.header-content {
    max-width: 1210px; /* Header genişliğini içerik genişliğiyle uyumlu hale getiriyoruz */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; /* Daha da az padding */
}

.header-left {
    text-align: left;
    padding-left: 20px; /* Logoyu daha fazla sola kaydırıyoruz */
}

.header-left h1 {
    margin: 0;
    font-size: 24px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 2px; /* Boşluğu 5px'den 2px'e düşürdüm */
    padding-right: 20px; /* Diğer öğeleri daha fazla sağa kaydırıyoruz */
}

.quick-solution {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.key-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.anahtar-image {
    width: 75px; /* Genişliği 75px'e düşürdüm */
    height: auto;
}

.anahtar-image {
    height: 41px; /* Yüksekliği 2px artırdım */
    margin-top: 2px;
}

.hizli-image {
    height: 40px;
}

.search-container {
    display: flex;
    position: relative;
}

.search-input {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 210px;
    font-size: 14px;
    outline: none;
}

.search-input::placeholder {
    color: #aaa;
    opacity: 0.7;
}

.search-button {
    background: transparent;
    border: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #387ebf;
}

.login-button a {
    background-color: white;
    color: #387ebf;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #ddd;
}

.logo-container {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 100;
}

.header-logo {
    max-height: 50px;
}

/* Footer Styles */
footer {
    background-color: #404040;
    color: #fff;
    padding: 40px 0 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1000px; /* Footer genişliğini artırıyoruz */
    margin: 0 auto;
    padding: 0 25px; /* Padding'i artırıyoruz */
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-column {
    flex-basis: 23%;
    margin-bottom: 20px;
}

.footer-column h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-column h3.margin-top {
    margin-top: 45px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-help-box {
    background-color: #4d4d4d;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.help-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #fff;
}

.help-text h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}

.footer-tools {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.footer-tool {
    display: flex;
    align-items: center;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-tool i {
    margin-right: 8px;
    color: #fff;
}

.footer-tool:hover {
    color: #fff;
    text-decoration: underline;
}

.social-media {
    display: flex;
    flex-wrap: wrap;
}

.social-icon {
    display: flex;
    align-items: center;
    color: #ccc;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.social-icon i {
    margin-right: 5px;
}

.social-icon:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    border-top: none;
    padding-top: 20px;
    background-image: radial-gradient(circle, #555 1.5px, transparent 1.5px);
    background-size: 8px 1.5px;
    background-position: top;
    background-repeat: repeat-x;
}

/* Logo ve yazı konteynırı */
.footer-logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.footer-logo img {
    height: 34px;
    margin-right: 10px;
}

.footer-text-inline {
    flex: 1;
    min-width: 300px;
}

.footer-text-inline p {
    font-size: 11px;
    color: #aaa;
    margin: 0;
    line-height: 1.3;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-text p, .footer-copyright p {
    font-size: 13px;
    color: #aaa;
    line-height: 1.5;
    margin: 0;
}

.footer-copyright {
    color: #888;
    font-size: 12px;
    text-align: center;
}

.centered-copyright {
    font-size: 10px;
    color: #888;
    text-align: right; /* Sağa hizalı */
    width: 100%;
    margin: 0; /* Tüm margin'i sıfırla */
    padding-right: 110px; /* 10px daha az sağ padding */
}

/* Düz çizgi stili */
.solid-line {
    border-top: 1px solid #666;
    width: 100%;
    height: 1px;
    margin: 0;
}

/* Noktalı çizgi stili */
.dotted-line {
    background-image: radial-gradient(circle, #555 1.5px, transparent 1.5px);
    background-size: 8px 1.5px;
    background-position: center;
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
    margin: 8px 0;
}

/* Mobil Header ve Hamburger Menü Stilleri */
.mobile-header {
    display: none;
}

.header-logo-mobile {
    max-height: 40px;
}

/* Mobil menü içeriği */
/* Mobil menü içeriği - önemli: responsive tasarım için optimize edildi */
.mobile-menu-content {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #387ebf;
    padding: max(8px, 2vw) max(10px, 3vw); /* Responsive padding */
    box-shadow: none; /* Gölge kaldırıldı */
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    gap: clamp(6px, 1.5vw, 10px); /* Responsive boşluk - minimum 6px, maksimum 10px */
    box-sizing: border-box; /* Kutu modelini iyileştirme */
}

/* Mobil menü açık */
.mobile-menu-content.active {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}

/* Mobil menü elemanları konteyneri - daha büyük elemanlar */
.mobile-menu-elements {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 98%;
    gap: 3px; /* Elemanlar arası mesafeyi artırdım */
    padding: 5px 0; /* Dikey padding eklendi */
    box-sizing: border-box;
    min-height: 40px; /* Yükseklik artırıldı */
    margin-right: auto;
}

/* Mobil menü içindeki görseller için güçlü stil */
.mobile-menu-content .hizli-image,
#mobil-menu .hizli-image {
    height: 40px !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: 0 !important;
    object-fit: contain !important;
    max-width: none !important;
    display: inline-block !important;
}

.mobile-menu-content .anahtar-image,
#mobil-menu .anahtar-image {
    height: 40px !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: 0 !important;
    object-fit: contain !important;
    max-width: none !important;
    display: inline-block !important;
}

.mobile-menu-content .search-container,
#mobil-menu .search-container {
    display: inline-flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 2px 6px !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    width: 160px !important;
    height: 35px !important;
    vertical-align: middle !important;
    margin: 0 3px !important;
    box-sizing: border-box !important;
}

#mobil-menu .login-button {
    width: 100% !important;
    max-width: clamp(160px, 40vw, 200px) !important; /* Responsive genişlik */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: clamp(2px, 0.5vw, 3px) !important; /* Responsive padding */
    border-radius: 5px !important;
    background-color: transparent !important;
    transition: background-color 0.2s ease !important;
    margin: clamp(1px, 0.5vw, 2px) auto !important; /* Responsive kenar boşluğu */
    height: clamp(24px, 5vw, 28px) !important; /* Responsive yükseklik */
    text-align: center !important;
}

.mobile-menu-content .quick-solution:hover,
.mobile-menu-content .key-icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-content .search-input {
    border: none;
    background: transparent;
    flex-grow: 1;
    padding: 8px;
    outline: none;
    font-size: 14px;
}

.mobile-menu-content .search-button {
    background: transparent;
    border: none;
    color: #387ebf;
    cursor: pointer;
    padding: 5px;
}

/* İkinci tanımlama kaldırıldı */

#mobil-menu .login-button a {
    color: #387ebf !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: clamp(12px, 3.5vw, 14px) !important; /* Responsive font boyutu */
    display: block !important;
    padding: clamp(3px, 1vw, 5px) !important; /* Responsive padding */
    width: 100% !important;
    white-space: nowrap !important; /* Metin kaymalarını önler */
}

.mobile-menu-content .hizli-image,
.mobile-menu-content .anahtar-image {
    height: 40px;
    width: auto;
}

.hamburger-menu {
    display: none;
    cursor: pointer;
    margin-left: 15px;
}

.hamburger-icon {
    font-size: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

/* Responsive Tasarım Kuralları */
@media (max-width: 1200px) {
    .header-content, .footer-container {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .footer-column {
        flex-basis: 48%;
    }
    
    .logo-container {
        left: 30px;
        top: 15px;
    }
    
    .anahtar-image {
        height: 35px;
    }
    
    .hizli-image {
        height: 35px;
    }
}

/* Tüm mobil cihazlar için temel ayarlar */
@media (max-width: 768px) {
    /* Header için mobil düzenlemeler */
    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #387ebf;
        padding: clamp(8px, 2vw, 10px) clamp(10px, 3vw, 15px);
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Mobil banner görünümü */
    .desktop-banner {
        display: none;
    }
    
    .mobile-banner {
        display: block;
        margin-top: -8px; /* Daha az yukarı kaydırıyoruz */
        position: relative;
        top: -5px;
    }
    
    header {
        padding: 5px;
    }
    
    .header-content {
        display: none; /* Normal header'ı mobil görünümde gizle */
    }
    
    /* Header right dışarı çıkarıldı */
    .header-right {
        position: fixed;
        display: none;
        top: 60px; /* Mobil header'dan sonra */
        left: 0;
        width: 100%;
        background-color: #387ebf;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 15px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        z-index: 1000;
    }
    
    .hamburger-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        position: static;
    }
    
    .header-right {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #387ebf;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        z-index: 100;
    }
    
    .quick-solution, .key-icon, .search-container, .login-button {
        display: block;
        margin: 10px auto;
        width: 100%;
        max-width: 300px;
    }
    
    .search-container {
        width: 100%;
        max-width: 300px;
    }
    
    .login-button {
        text-align: center;
    }
    
    .header-right.active {
        display: flex !important;
        animation: fadeIn 0.3s ease-in-out;
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .logo-container {
        position: static;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    
    .search-input {
        width: 160px;
    }
    
    /* Footer için mobil düzenlemeler */
    .footer-columns {
        flex-direction: column;
    }
    
    .footer-column {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    
    .footer-help-box {
        flex-direction: column;
        text-align: center;
    }
    
    .help-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .footer-logo {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-logo img {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    /* Çok küçük ekranlarda ek düzenlemeler */
    .header-right {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .key-icon, .search-container, .login-button {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .search-input {
        width: 100%;
    }
    
    /* İçerik düzeni ayarlamaları */
    .main-content {
        margin: 10px auto 0; /* Üst boşluk eski haline getirildi */
        padding: 0 5px; /* Yatay padding eklendi */
        width: 100%; /* Tam genişlik */
        border-radius: 0; /* Kenarlık ovallik devre dışı */
        box-shadow: none; /* Gölge kaldırıldı */
        overflow-x: hidden; /* Yatay taşmayı engeller */
        box-sizing: border-box; /* Kenar boşluklarını iç genişliğe dahil eder */
    }
    
    .content-header {
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 60px 45px 12px; /* Padding artırıldı */
        text-align: left;
        margin: 0 0 15px 0; /* Alt kısma 15px boşluk eklendi */
        background-color: #ffffff; /* Beyaz arka plan rengi */
        min-height: 70px; /* Minimum yükseklik eklendi */
        box-sizing: border-box;
    }
    
    .ch-left {
        display: flex;
        flex-direction: row;
        width: 100%; /* Tam genişlik */
        margin: 0; /* Kenar boşluğu kaldırıldı */
        padding: 0; /* İç boşluk kaldırıldı */
        align-items: center;
        flex-grow: 1;
    }
    
    .ch-logo {
        margin: 0;
        padding: 0;
        flex-shrink: 0; /* Logo boyutunun küçülmesini engeller */
        width: auto;
        display: flex;
        align-items: center;
    }
    
    .ch-text {
        margin: 0 0 0 10px; /* Soldan 10px boşluk - logodan sonra başlaması için */
        text-align: left;
        padding: 5px 0; /* Üst ve alt padding eklendi */
        flex-grow: 1; /* Kalan alanı doldurur */
        width: calc(100% - 70px); /* Logo genişliğini çıkart */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .ch-text h2 {
        font-size: 12px;
        line-height: 1.5; /* Satır yüksekliği artırıldı */
        margin: 0 0 5px 0; /* Alt boşluk artırıldı */
        white-space: nowrap; /* Tek satır */
        overflow: hidden; /* Taşma gizle */
        text-overflow: ellipsis; /* 3 nokta ekle */
        max-width: 100%; /* Maksimum genişlik */
    }
    
    .ch-text h3 {
        font-size: 13px;
        line-height: 1.2;
        padding: 0;
        margin: 0; /* Boşluk kaldırıldı */
        font-weight: normal;
        color: #444;
        white-space: nowrap; /* Tek satır */
        overflow: hidden; /* Taşma gizle */
        text-overflow: ellipsis; /* 3 nokta ekle */
        max-width: 100%; /* Maksimum genişlik */
    }
    
    .ch-right {
        position: absolute;
        bottom: 4px; /* Daha aşağı indi */
        right: 10px;
        margin: 0;
        width: auto;
        display: flex;
        justify-content: flex-end; /* Sağa yasla */
        flex-shrink: 0;
    }
    
    .share-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        box-shadow: none;
    }
    
    .share-image {
        width: 18px !important;
        height: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
        object-fit: contain;
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
    }
    
    /* Mobil ekranlarda paylaş ikonu daha büyük */
    @media only screen and (max-width: 768px) {
        .share-image {
            width: 50px !important;
            height: 50px !important;
            min-width: 50px !important;
            min-height: 50px !important;
            filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
        }
        
        .ch-right {
            bottom: -10px;
            right: 10px;
            padding: 0;
            z-index: 999;
            width: 50px;
        }
        
        .ch-left {
            flex-grow: 1;
            flex-basis: calc(100% - 50px);
        }
        
        .ch-logo {
            width: 80px !important;
            height: 80px !important;
            min-width: 80px !important;
            min-height: 80px !important;
        }
        
        .ch-logo img {
            width: 90px !important;
            height: 90px !important;
        }
        
        .ch-text {
            font-size: 18px !important;
            margin-left: 15px !important;
        }
        
        .ch-text img {
            max-width: 85% !important;
            height: auto !important;
        }
        
        .ch-right {
            bottom: -10px;
            right: 10px;
            padding: 0;
            z-index: 999;
        }
        
        .share-button {
            padding: 0;
            margin: 0;
            box-shadow: none;
            background: transparent;
        }
    }
    
    /* Transparan kutular ve içerikleri için ayarlamalar */
    .transparent-box {
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 1px solid #9ec7ed; /* Çerçeve eklendi */
        background: white; /* Beyaz arka plan */
        width: 98%; /* İçeriye sığdırma */
        box-sizing: border-box;
        border-radius: 4px; /* Hafif yuvarlak köşeler */
        margin: 0 auto; /* Ortalama */
        position: relative;
        overflow: hidden;
    }
    
    .transparent-box:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 80px;
        background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
        pointer-events: none;
        z-index: 1;
    }
    
    .box-content {
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 0;
        padding: 0;
        overflow: visible; /* İçeriğin görünmesini sağlar */
        width: 100%;
        box-sizing: border-box;
    }
    
    .box-text {
        width: 100%;
        padding: 10px 15px 0 15px; /* Alt padding azaltıldı */
        overflow-x: hidden; /* Yatay taşmayı önler */
        text-align: left;
        margin: 0; /* Boşluk kaldırıldı */
        box-sizing: border-box;
        word-wrap: break-word; /* Uzun kelimeleri böler */
        overflow-wrap: break-word; /* Taşmayı önler */
        order: 1; /* Sıralamada ilk */
    }
    
    .box-image {
        position: relative;
        width: 100%;
        padding: 0 10px 0 10px;
        text-align: left; /* Sola yasla */
        order: 2; /* Sıralamada ikinci */
        margin-top: -15px !important; /* Biraz daha aşağı konumlandırma */
        margin-bottom: 20px !important; /* Alt boşluk eklendi */
    }
    
    .box-right-image {
        max-width: 45%; /* Görseli küçült */
        margin: 0 0 0 10px; /* Sola yasla */
        position: relative;
        top: -5px !important; /* Biraz daha aşağı konumlandırma */
    }
    
    .auth-button-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px !important; /* Üst boşluk azaltıldı */
        margin-bottom: 30px !important;
        padding: 0;
        box-sizing: border-box;
        order: 3; /* Sıralamada üçüncü (en sonda) */
    }
    
    .auth-button {
        width: 90%;
        margin: 0 auto;
        max-width: 280px;
    }
    
    .social-media {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .social-icon {
        margin-bottom: 8px;
    }
    
    .auth-description {
        font-size: 14px; 
        width: 100%;
        padding: 0 5px;
        margin: 5px 0;
        box-sizing: border-box;
        word-wrap: break-word; /* Uzun kelimeleri böler */
        overflow-wrap: break-word; /* Taşmayı önler */
    }
    
    .footer-columns {
        gap: 15px;
    }
}

/* Ekstra küçük ekranlar için ek düzenlemeler (480px ve altı) */
@media (max-width: 480px) {
    /* Genel mobil düzenlemeler */
    .banner-image {
        width: 100%;
        max-height: 12rem;
        margin-top: 5px;
    }
    
    /* Küçük ekranlarda mobil menü optimizasyonu */
    .mobile-menu-elements {
        gap: 2px;
        padding: 2px;
    }
    
    .mobile-menu-content .hizli-image,
    .mobile-menu-content .anahtar-image {
        height: 25px;
        margin-right: 1px;
        margin-left: 1px;
    }
    
    .mobile-menu-content .search-container {
        width: 115px;
        height: 22px;
        padding: 1px 5px;
    }
    
    .mobile-menu-content .search-input {
        font-size: 12px;
        padding: 4px;
    }
    
    #mobil-menu .login-button {
        max-width: 160px;
        height: 25px;
    }
    
    #mobil-menu .login-button a {
        font-size: 12px;
        padding: 2px;
    }
    
    .content-body {
        flex-direction: column;
        margin: 0;
        padding: 10px 0 0 0; /* Üst kısma padding eklendi */
        overflow: visible; /* İçeriğin görünmesini sağlar */
        width: 100%;
        box-sizing: border-box;
    }
    
    .content-left, .content-right {
        flex: 1;
        width: 100%;
        min-height: auto;
        border-right: none;
        padding: 0;
        margin: 0;
        overflow: hidden; /* Taşma sorununu önler */
    }
    
    .content-left {
        padding: 6px;
        border-bottom: 1px solid #ddd;
        min-height: 0;
        max-height: 40px; /* Boşluğu azaltır */
        display: none; /* İçeriği gizler */
    }
    
    .content-right {
        padding: 0;
        box-shadow: none;
        overflow: visible; /* İçeriğin görünmesini sağlar */
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center; /* İçeriği ortala */
    }
    
    .auth-methods {
        padding-left: 25px;
        margin: 10px 0 5px 0; /* Alt boşluk daha da azaltıldı */
        width: 100%;
        box-sizing: border-box;
        max-width: 95%;
    }
    
    .auth-methods li {
        font-size: 13px;
        margin-bottom: 6px;
        padding-right: 5px;
    }
    
    .auth-title {
        font-size: 16px;
        width: 100%;
        padding: 0 5px;
        margin: 5px 0;
        box-sizing: border-box;
    }
    
    .auth-description {
        font-size: 13px;
    }
    
    .footer-columns {
        gap: 15px;
    }
}

/* En küçük ekranlar için ek düzenlemeler (320px ve altı) */
@media (max-width: 320px) {
    .main-content {
        width: 98%;
        margin: 5px auto 0;
    }
    
    .content-header {
        padding: 10px;
    }
    
    .content-left, .content-right {
        padding: 10px;
    }
    
    .transparent-box {
        min-height: 450px;
    }
    
    .box-text {
        padding: 15px 10px 80px 10px;
    }
    
    .ch-text h2 {
        font-size: 11px;
    }
    
    .ch-text h3 {
        font-size: 13px;
    }
}

