/* --- page.css - OPTIMIZED & PERFORMANCE V1 --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ========================
   WHAT IS THIS SITE (Nedir?)
======================== */
.whatis-wrapper { padding: 40px 0; }

.whatis-card {
    /* Blur yerine sabit renk */
    background: #111c2e !important; 
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 40px 25px;
    max-width: 700px;
    margin: 0 auto;
    /* Gölge optimize edildi */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.whatis-icon {
    width: 70px; height: 70px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 25px auto;
    color: #3b82f6; font-size: 32px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.1);
}

.whatis-title { font-size: 32px; font-weight: 900; color: #fff; margin-bottom: 25px; letter-spacing: -1px; }
.whatis-text { color: #94a3b8; font-size: 15px; line-height: 1.8; text-align: left; }
.whatis-text b { color: #3b82f6; font-weight: 700; }

.whatis-highlight { 
    background: rgba(59, 130, 246, 0.05); 
    padding: 15px; border-radius: 15px; 
    border-left: 4px solid #3b82f6; 
    margin: 20px 0; color: #cbd5e0;
}

.why-us-list { margin-top: 30px; text-align: left; }
.why-us-item { 
    display: flex; align-items: center; gap: 15px; margin-bottom: 15px; 
    padding: 12px; background: rgba(255,255,255,0.02); 
    border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); 
}
.why-us-item i { color: #3b82f6; font-size: 18px; width: 25px; text-align: center; }
.why-us-item span { color: #cbd5e0; font-size: 14px; font-weight: 600; }
.whatis-footer { text-align: center; margin-top: 30px; font-style: italic; color: #64748b; font-size: 13px; }

/* ========================
   CONTACT (İletişim)
======================== */
.contact-premium-section { padding: 60px 0; }

.contact-glass-box {
    background: #111c2e !important; /* Blur yok */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 35px;
    padding: 50px 30px;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    position: relative;
}

.contact-premium-icon { 
    width: 70px; height: 70px; 
    background: linear-gradient(45deg, #3b82f6, #1d4ed8); 
    border-radius: 20px; display: flex; align-items: center; justify-content: center; 
    margin: 0 auto 20px auto; color: #fff; font-size: 30px; 
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25); 
}

.contact-premium-title { font-size: 36px; font-weight: 900; color: #fff; margin-bottom: 10px; letter-spacing: -1.5px; text-align: center; }

.contact-hours-pill { 
    display: inline-flex; align-items: center; gap: 8px; 
    background: rgba(59, 130, 246, 0.1); color: #3b82f6; 
    padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; 
    margin-bottom: 25px; border: 1px solid rgba(59, 130, 246, 0.2); 
}

.contact-mail-btn { 
    background: rgba(255, 255, 255, 0.03); 
    border: 1px solid rgba(255, 255, 255, 0.06); 
    padding: 20px; border-radius: 22px; 
    display: flex; align-items: center; gap: 15px; 
    text-decoration: none !important; transition: 0.3s; 
    width: 100%; max-width: 450px; margin: 0 auto; 
}

.contact-mail-btn:hover { 
    background: rgba(59, 130, 246, 0.1); border-color: #3b82f6; 
    transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); 
}

.mail-icon-box { 
    width: 50px; height: 50px; background: #3b82f6; 
    border-radius: 15px; display: flex; align-items: center; justify-content: center; 
    color: #fff; font-size: 20px; flex-shrink: 0; 
}

.mail-info-text { text-align: left; overflow: hidden; }
.mail-info-text span { display: block; color: #64748b; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mail-info-text strong { color: #fff; font-size: 14px; font-weight: 700; word-break: break-all; }

/* ========================
   TERMS (Sözleşmeler)
======================== */
.legal-premium-wrapper { padding: 60px 0; position: relative; }

/* Arka plan glow (CSS ile hafifletildi) */
.legal-premium-wrapper::before { 
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 80%; height: 200px; 
    background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.08) 0%, transparent 70%); 
    z-index: -1;
}

.legal-glass-card {
    background: #111c2e !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding: 60px 50px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.legal-header-group { margin-bottom: 40px; text-align: center; }

.legal-badge-pill {
    background: rgba(59, 130, 246, 0.1); color: #3b82f6; 
    padding: 8px 24px; border-radius: 50px; font-size: 11px;
    font-weight: 800; text-transform: uppercase; letter-spacing: 2px;
    display: inline-block; margin-bottom: 20px; 
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.legal-title-main { font-size: 38px; font-weight: 900; color: #fff; margin-bottom: 15px; letter-spacing: -1.5px; }
.legal-update-text { color: #64748b; font-size: 13px; font-weight: 600; }

.legal-body-content { color: #94a3b8; font-size: 15px; line-height: 1.8; text-align: left; }
.legal-body-content b { color: #fff; font-weight: 700; }

.legal-section-block { margin-bottom: 35px; position: relative; }

.legal-section-header {
    color: #fff; font-size: 18px; font-weight: 800;
    margin-bottom: 15px; display: flex; align-items: center; gap: 15px;
}

.legal-section-header i { 
    width: 36px; height: 36px; background: rgba(59, 130, 246, 0.1); 
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    color: #3b82f6; font-size: 16px; border: 1px solid rgba(59, 130, 246, 0.2);
}

.legal-text-container { 
    background: rgba(255,255,255,0.02); padding: 20px 25px; 
    border-radius: 18px; border: 1px solid rgba(255,255,255,0.04);
    transition: 0.2s;
}
.legal-text-container:hover { border-color: rgba(59, 130, 246, 0.2); }

/* ========================
   DELIVERY (Teslimat)
======================== */
.delivery-wrapper { padding: 60px 0; }

.delivery-card {
    background: #111c2e !important;
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 35px;
    padding: 50px 30px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.delivery-icon-box {
    width: 80px; height: 80px; 
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 24px; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 25px auto; color: #fff; font-size: 34px;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.delivery-title { font-size: 34px; font-weight: 900; color: #fff; margin-bottom: 12px; letter-spacing: -1px; }
.delivery-subtitle { color: #94a3b8; font-size: 15px; margin-bottom: 35px; font-weight: 500; }

.delivery-steps { display: grid; gap: 15px; margin-bottom: 40px; }

.delivery-step-item {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px 22px; border-radius: 18px; display: flex; align-items: center; gap: 18px;
    transition: 0.2s ease; text-align: left;
}
.delivery-step-item:hover { transform: translateX(5px); background: rgba(59, 130, 246, 0.05); border-color: rgba(59, 130, 246, 0.2); }

.step-num { 
    width: 36px; height: 36px; background: #3b82f6; color: #fff; 
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 16px; flex-shrink: 0;
}

.step-text { color: #cbd5e0; font-size: 14px; font-weight: 600; line-height: 1.4; }
.step-text b { color: #fff; text-decoration: underline; text-decoration-color: #3b82f6; }

.delivery-btn-go {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    color: #fff !important; padding: 18px 35px !important; border-radius: 16px !important;
    font-weight: 800 !important; font-size: 15px !important; border: none !important;
    display: inline-flex; align-items: center; gap: 10px; transition: 0.3s;
    text-decoration: none !important; box-shadow: 0 8px 20px rgba(29, 78, 216, 0.3);
}
.delivery-btn-go:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(29, 78, 216, 0.5); }

/* ========================
   DEFAULT / CORPORATE
======================== */
.corporate-section { padding: 50px 0; }

.compact-glass-card { 
    background: #111c2e !important; 
    border: 1px solid rgba(255, 255, 255, 0.08); 
    border-radius: 24px; 
    padding: 30px 35px; 
    max-width: 600px; margin: 0 auto; 
}

.brand-pill { 
    display: inline-block; background: rgba(59, 130, 246, 0.1); 
    color: #3b82f6; padding: 4px 12px; border-radius: 50px; 
    font-size: 10px; font-weight: 800; border: 1px solid rgba(59, 130, 246, 0.2); 
}

.page-header-title { font-size: 28px; font-weight: 900; color: #fff; margin-bottom: 5px; }
.page-body-content { color: #94a3b8; font-size: 14px; line-height: 1.5; max-width: 500px; margin: 0 auto; text-align: left; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .whatis-wrapper { padding: 20px 0; }
    .whatis-card { padding: 25px 20px; border-radius: 20px; }
    .whatis-title { font-size: 26px; }
    
    .contact-premium-section { padding: 30px 0; }
    .contact-glass-box { padding: 30px 20px; border-radius: 25px; }
    .contact-premium-title { font-size: 28px; }
    
    .legal-premium-wrapper { padding: 40px 0; }
    .legal-glass-card { padding: 35px 20px; border-radius: 25px; }
    .legal-title-main { font-size: 28px; }
    .legal-text-container { padding: 15px; }
    
    .delivery-wrapper { padding: 30px 0; }
    .delivery-card { padding: 35px 20px; border-radius: 25px; }
    .delivery-title { font-size: 26px; }
    .delivery-step-item { padding: 15px; gap: 12px; }
    
    .corporate-section { padding: 30px 0; }
    .compact-glass-card { padding: 20px; }
    .page-header-title { font-size: 24px; }
}