/* css/sub/pages/imprint.css */
/* KÜNYE (IMPRINT) SAYFASI ÖZEL STİLLERİ - KAPSÜLLENMİŞ & FLUID SCALE */

/* ============================================================
   0. GENEL ORTAK YAPI (Tüm Ekranlar)
   ============================================================ */
.imprint-hub-section {
    background-color: #f8f9fa;
    min-height: calc(100vh - 350px);
}

.imprint-hub-header {
    text-align: center;
    margin: 0 auto;
}

.imprint-hub-header h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #00325B;
    letter-spacing: -1px;
}

.imprint-hub-header p {
    font-family: 'Inter', sans-serif;
    color: #555;
    line-height: 1.6;
}

.imprint-card-grid {
    display: grid;
}

.imprint-info-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.3s ease; 
    border-top: 4px solid #00325B;
}

.imprint-info-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.card-icon {
    background-color: rgba(0, 50, 91, 0.05);
    color: #00325B;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imprint-info-card h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #00325B;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.imprint-content-block {
    width: 100%;
    font-family: 'Inter', sans-serif;
    color: #444;
    line-height: 1.7;
}

.imprint-content-block p { margin-bottom: 15px; }
.imprint-content-block strong { color: #00325B; }
.imprint-content-block a { color: #0071CE; text-decoration: none; transition: color 0.3s; }
.imprint-content-block a:hover { color: #00325B; text-decoration: underline; }

.update-date {
    font-style: italic;
    border-top: 1px dashed #eee;
}

/* BANKA GRUPLARI VE KOPYALA BUTONU (COPY BOX) */
.bank-group {
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #0071CE;
}

.bank-title {
    display: block;
    color: #00325B;
}

.bank-group span {
    display: block;
    color: #555;
    word-break: break-all;
}

/* Kopyalanabilir Alan Konteyneri */
.copy-box {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 6px;
    padding: 2px 5px;
    margin-left: -5px; 
}

.copy-box:hover {
    background-color: rgba(0, 113, 206, 0.05);
}

.copy-box strong, .copy-box span {
    margin-bottom: 0 !important; 
}

.imprint-content-block > .copy-box {
    margin-bottom: 25px; 
}

/* Kopyala İkonları */
.copy-icon-wrapper {
    width: 18px;
    height: 18px;
    color: #0071CE;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-icon-wrapper svg {
    width: 100%;
    height: 100%;
}

.icon-check {
    display: none;
}


/* ============================================================
   1. MASAÜSTÜ KORUMASI (1201px - 1999px)
   ============================================================ */
@media screen and (min-width: 1201px) and (max-width: 1999px) {
    .imprint-hub-section { padding: 80px 0 120px 0; }
    .imprint-hub-header { max-width: 800px; margin-bottom: 60px; }
    .imprint-hub-header h1 { font-size: 42px; margin-bottom: 20px; }
    .imprint-hub-header p { font-size: 18px; }
    
    .imprint-card-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .imprint-info-card { padding: 40px 30px; }
    .card-icon { width: 60px; height: 60px; margin-bottom: 25px; }
    
    .imprint-info-card h3 { font-size: 22px; margin-bottom: 25px; padding-bottom: 15px; }
    .imprint-content-block { font-size: 15px; }
    
    .imprint-content-block > .copy-box { margin-bottom: 25px; }
    
    .update-date { font-size: 13px !important; color: #888 !important; margin-top: 30px !important; padding-top: 15px; }
    
    .bank-group { padding: 15px; margin-bottom: 15px; }
    .bank-title { font-size: 14px; margin-bottom: 5px; }
    .bank-group span { font-size: 14px; margin-bottom: 3px; }
}

/* ============================================================
   2. BÜYÜK TABLET - iPad 13" Dahil (992px - 1200px)
   ============================================================ */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .imprint-hub-section { padding: 70px 0 100px 0; }
    .imprint-hub-header { max-width: 700px; margin-bottom: 50px; }
    .imprint-hub-header h1 { font-size: 38px; margin-bottom: 15px; }
    .imprint-hub-header p { font-size: 16px; }
    
    .imprint-card-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
    .imprint-info-card { padding: 35px 25px; }
    .card-icon { width: 55px; height: 55px; margin-bottom: 20px; }
    
    .imprint-info-card h3 { font-size: 20px; margin-bottom: 20px; padding-bottom: 12px; }
    .imprint-content-block { font-size: 14px; }
    
    .imprint-content-block > .copy-box { margin-bottom: 20px; }
    
    .update-date { font-size: 12px !important; color: #888 !important; margin-top: 25px !important; padding-top: 12px; }
    
    .bank-group { padding: 12px; margin-bottom: 12px; }
    .bank-title { font-size: 13px; margin-bottom: 4px; }
    .bank-group span { font-size: 13px; margin-bottom: 2px; }
}

/* ============================================================
   3. KÜÇÜK VE ORTA TABLET (700px - 991px)
   ============================================================ */
@media screen and (min-width: 700px) and (max-width: 991px) {
    .imprint-hub-section { padding: 60px 0 90px 0; }
    .imprint-hub-header { max-width: 600px; margin-bottom: 40px; }
    .imprint-hub-header h1 { font-size: 34px; margin-bottom: 15px; }
    .imprint-hub-header p { font-size: 15px; }
    
    .imprint-card-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .imprint-info-card { padding: 30px 20px; }
    .card-icon { width: 50px; height: 50px; margin-bottom: 20px; }
    
    .imprint-info-card h3 { font-size: 18px; margin-bottom: 15px; padding-bottom: 10px; }
    .imprint-content-block { font-size: 14px; }
    
    .imprint-content-block > .copy-box { margin-bottom: 20px; }
    
    .update-date { font-size: 12px !important; color: #888 !important; margin-top: 20px !important; padding-top: 10px; }
    
    .bank-group { padding: 12px; margin-bottom: 12px; }
    .bank-title { font-size: 13px; margin-bottom: 4px; }
    .bank-group span { font-size: 13px; margin-bottom: 2px; }
}

/* ============================================================
   4. MOBİL TELEFONLAR (699px ve Altı)
   ============================================================ */
@media screen and (max-width: 699px) {
    .imprint-hub-section { padding: 50px 0 80px 0; }
    
    /* FIX: Mobilde sayfa geneli 10px koruma kalkanı eklendi */
    .imprint-hub-section .sub-page-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .imprint-hub-header { max-width: 100%; margin-bottom: 40px; padding: 0; }
    .imprint-hub-header h1 { font-size: 28px; margin-bottom: 10px; }
    .imprint-hub-header p { font-size: 15px; }
    
    .imprint-card-grid { grid-template-columns: 1fr; gap: 20px; padding: 0; }
    
    /* Kartların içi biraz daraltıldı ki küçük ekranlara tam sığsın */
    .imprint-info-card { padding: 25px 15px; } 
    .card-icon { width: 45px; height: 45px; margin-bottom: 15px; }
    
    .imprint-info-card h3 { font-size: 18px; margin-bottom: 15px; padding-bottom: 10px; }
    .imprint-content-block { font-size: 14px; }
    
    .imprint-content-block > .copy-box { margin-bottom: 20px; }
    
    .update-date { font-size: 12px !important; color: #888 !important; margin-top: 20px !important; padding-top: 10px; }
    
    .bank-group { padding: 12px; margin-bottom: 12px; }
    .bank-title { font-size: 13px; margin-bottom: 4px; }
    .bank-group span { font-size: 13px; margin-bottom: 2px; }
}

/* ============================================================
   5. FLUID SCALE - DEV EKRAN (2000px ve Üzeri)
   ============================================================ */
@media screen and (min-width: 2000px) {
    .imprint-hub-section { padding: 110px 0 160px 0; }
    .imprint-hub-header { max-width: 1200px; margin-bottom: 80px; }
    .imprint-hub-header h1 { font-size: 56px; margin-bottom: 25px; }
    .imprint-hub-header p { font-size: 24px; }
    
    .imprint-card-grid { grid-template-columns: repeat(3, 1fr); gap: 40px; }
    .imprint-info-card { padding: 50px 40px; border-radius: 16px; border-top-width: 6px; }
    .card-icon { width: 80px; height: 80px; margin-bottom: 35px; border-radius: 16px; }
    .card-icon svg { width: 40px; height: 40px; } 
    
    .imprint-info-card h3 { font-size: 28px; margin-bottom: 35px; padding-bottom: 20px; }
    .imprint-content-block { font-size: 18px; line-height: 1.8; }
    
    .imprint-content-block > .copy-box { margin-bottom: 35px; }
    
    .update-date { font-size: 16px !important; color: #888 !important; margin-top: 40px !important; padding-top: 20px; }
    
    .bank-group { padding: 20px; margin-bottom: 20px; border-radius: 12px; border-left-width: 4px; }
    .bank-title { font-size: 18px; margin-bottom: 8px; }
    .bank-group span { font-size: 18px; margin-bottom: 5px; }
    
    .copy-box { padding: 5px 10px; border-radius: 8px; margin-left: -10px; gap: 15px; }
    .copy-icon-wrapper { width: 24px; height: 24px; }
}