/* ==========================================================================
   INFO-PAGES.CSS — İletişim Sayfası + Kurumsal Policy Template
   (Çerez, Gizlilik, İade, KVKK, Mesafeli Satış, Ön Bilgilendirme)
   ========================================================================== */

/* ==========================================================================
   7. İLETİŞİM SAYFASI
   ========================================================================== */
.contact-header { text-align: left; margin-bottom: 40px; margin-top: 20px; }
.contact-header h1 { font-size: 4em; color: #222; margin-bottom: 10px; font-weight: 800; position: relative; display: inline-block; line-height: 1.1; }
.contact-header h1::before { content: ''; position: absolute; top: -15px; left: 0; width: 60px; height: 4px; background-color: #0b3d7a; }
.contact-header p { color: #666; font-size: 1.1em; max-width: 800px; margin-top: 15px; }

.contact-grid-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-bottom: 80px; }

/* Sol Kutu Tasarımı */
.contact-info-side h3 { font-size: 1.5em; color: #222; margin-top: 0; margin-bottom: 10px; }
.info-desc { color: #666; margin-bottom: 25px; font-size: 0.95em; }
.info-card { display: flex; align-items: flex-start; gap: 20px; background: #fff; padding: 20px 25px; border-radius: 16px; margin-bottom: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #eee; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(11, 61, 122, 0.15); border-color: #0b3d7a; }
.icon-circle { width: 50px; height: 50px; background-color: rgba(11, 61, 122, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #0b3d7a; font-size: 1.2em; flex-shrink: 0; }
.info-text h4 { margin: 0 0 5px 0; color: #222; font-size: 1.1em; font-weight: 700; }
.info-text p { margin: 0 0 5px 0; color: #555; line-height: 1.4; font-size: 0.95em; }
.info-text a { color: #0b3d7a; text-decoration: none; font-weight: 600; font-size: 0.9em; transition: color 0.2s; display: inline-block; }
.info-text a:hover { color: #3a7bd5; }
.phone-link { display: block; margin-bottom: 3px; }

/* Sağ Form Tasarımı */
.form-box { background: #ffffff; padding: 75px 30px; border-radius: 24px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.02); margin-top: 0; height: auto; }
.form-box h3 { margin-top: 0; margin-bottom: 20px; font-size: 1.6em; color: #222; }
.input-wrapper { position: relative; margin-bottom: 15px; }
.input-wrapper input, .input-wrapper textarea { width: 100%; padding: 10px 0; font-size: 15px; color: #333; border: none; border-bottom: 1px solid #ccc; outline: none; background: transparent; font-family: 'Inter', sans-serif; transition: 0.3s; border-radius: 0; }
.input-wrapper textarea { height: 60px; resize: none; }
.input-wrapper label { position: absolute; top: 10px; left: 0; color: #999; font-size: 15px; pointer-events: none; transition: 0.3s ease all; }
.input-wrapper input:focus ~ label, .input-wrapper input:valid ~ label, .input-wrapper textarea:focus ~ label, .input-wrapper textarea:valid ~ label { top: -15px; font-size: 12px; color: #0b3d7a; font-weight: 700; }
.focus-border { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #0b3d7a; transition: 0.4s; }
.input-wrapper input:focus ~ .focus-border, .input-wrapper textarea:focus ~ .focus-border { width: 100%; }
.submit-btn { background: #2962ff; color: white; border: none; padding: 12px 35px; border-radius: 50px; font-size: 1rem; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(41, 98, 255, 0.25); margin-top: 5px; }
.submit-btn:hover { background: #0b3d7a; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(11, 61, 122, 0.35); }
.full-map { border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }



@media (max-width: 992px) {
    .contact-grid-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .contact-header h1 { font-size: 2.5em; }
    .form-box { padding: 25px; }
}

/* ==========================================================================
   13. KURUMSAL SAYFALAR — POLİCY TEMPLATE
   (Çerez, Gizlilik, İade, KVKK, Mesafeli Satış, Ön Bilgilendirme)
   ========================================================================== */

/* Kurumsal Ortak Değişkenler */
.policy-page,
.bilgi-page {
    --bg-base: #f8fafc;
    --brand-blue: #0ea5e9;
    --brand-blue-dark: #0b3d7a;
    --text-main: #334155;
    --text-muted: #64748b;
    background-color: var(--bg-base);
    color: var(--text-main);
    -webkit-font-smoothing: antialiased;
}
.font-jakarta { font-family: 'Plus Jakarta Sans', sans-serif; }

/* OKUMA İLERLEME BARI */
.progress-container { position: fixed; top: 0; left: 0; width: 100%; height: 4px; background: transparent; z-index: 9999; }
.progress-bar { height: 4px; background: linear-gradient(90deg, var(--brand-blue), #3b82f6, var(--brand-blue-dark)); width: 0%; transition: width 0.1s ease; border-radius: 0 4px 4px 0; }

/* HERO BÖLÜMÜ */
.policy-hero { position: relative; background: linear-gradient(135deg, #0b3d7a 0%, #1e3a8a 100%); padding: 5rem 2rem 6rem; border-radius: 0 0 40px 40px; text-align: center; overflow: hidden; margin-bottom: -3rem; box-shadow: 0 20px 40px -10px rgba(11, 61, 122, 0.2); }
.policy-hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(56,189,248,0.1) 0%, rgba(0,0,0,0) 60%); pointer-events: none; }
.policy-hero h1 { font-family: 'Plus Jakarta Sans', sans-serif; color: #ffffff; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 1rem; line-height: 1.1; position: relative; z-index: 10; text-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.policy-hero p { color: #bae6fd; font-size: 1.1rem; max-width: 650px; font-weight: 400; line-height: 1.6; position: relative; z-index: 10; margin: 0 auto; }
.update-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); color: #e0f2fe; padding: 6px 16px; border-radius: 99px; font-size: 0.85rem; font-weight: 600; margin-bottom: 1.5rem; position: relative; z-index: 10; }

/* TL;DR (ÖZET) KUTUSU */
.tldr-box { background: #ffffff; border-radius: 24px; padding: 2.5rem; margin-bottom: 3rem; position: relative; box-shadow: 0 20px 40px -15px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; border-top: 4px solid var(--brand-blue); z-index: 20; }
.tldr-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 800; color: #0f172a; text-transform: uppercase; letter-spacing: 0.05em; display: flex; align-items: center; gap: 10px; margin-bottom: 1.5rem; }
.tldr-title i { color: var(--brand-blue); font-size: 1.4rem; }
.tldr-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.tldr-item { display: flex; gap: 12px; align-items: flex-start; }
.tldr-icon { width: 36px; height: 36px; border-radius: 10px; background: #eff6ff; color: var(--brand-blue); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.tldr-text { font-size: 0.95rem; color: var(--text-muted); line-height: 1.5; }
.tldr-text strong { color: #0f172a; display: block; margin-bottom: 4px; font-family: 'Plus Jakarta Sans', sans-serif; }

/* MADDE KARTLARI */
.clause-card { background: #ffffff; border-radius: 24px; padding: 2.5rem; margin-bottom: 2rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); border: 1px solid #f1f5f9; transition: transform 0.3s ease, box-shadow 0.3s ease; scroll-margin-top: 100px; }
.clause-card:hover { transform: translateY(-2px); box-shadow: 0 15px 30px -10px rgba(0,0,0,0.06); border-color: #e2e8f0; }

.clause-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.clause-icon { width: 44px; height: 44px; background: linear-gradient(135deg, #eff6ff, #dbeafe); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--brand-blue-dark); font-size: 1.2rem; flex-shrink: 0; border: 1px solid #bfdbfe; }
.clause-card h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; color: #0f172a; font-size: 1.35rem; margin: 0; line-height: 1.2; letter-spacing: -0.01em; }

.clause-content { font-size: 1.05rem; line-height: 1.8; color: #475569; }
.clause-content p { margin-bottom: 1.25rem; }
.clause-content p:last-child { margin-bottom: 0; }
.clause-content ul { list-style: none; padding-left: 0; margin-top: 1rem; margin-bottom: 1.25rem; }
.clause-content li { position: relative; padding-left: 28px; margin-bottom: 0.75rem; }
.clause-content li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 2px; color: #10b981; font-size: 0.9rem; }

/* VURGULU BİLGİ KUTUSU (İade, Mesafeli Satış, Ön Bilgilendirme) */
.alert-box { background: linear-gradient(to right, #fff1f2, #ffffff); border-left: 4px solid #f43f5e; padding: 1.5rem; border-radius: 0 16px 16px 0; margin: 2rem 0; font-size: 0.95rem; display: flex; gap: 1rem; align-items: flex-start; border: 1px solid #ffe4e6; border-left-width: 4px; box-shadow: 0 10px 15px -3px rgba(244, 63, 94, 0.05); }
.alert-icon { color: #f43f5e; font-size: 1.5rem; margin-top: 2px; }
.alert-content strong { color: #9f1239; font-weight: 800; display: block; margin-bottom: 0.5rem; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.05rem; }
.alert-content p { color: #be123c; margin: 0; line-height: 1.6; }

/* BİLGİ PANELLERİ (KVKK, Mesafeli Satış, Ön Bilgilendirme) */
.info-panel { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.5rem; margin-bottom: 1.25rem; }
.info-row { display: flex; margin-bottom: 0.75rem; border-bottom: 1px dashed #cbd5e1; padding-bottom: 0.75rem; }
.info-row:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.info-label { width: 140px; font-weight: 600; color: #0f172a; flex-shrink: 0; font-size: 0.95rem; }
.info-value { color: #475569; font-size: 0.95rem; }

/* CAM EFEKTLİ SIDEBAR (İçindekiler) */
.glass-sidebar { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 24px; padding: 2rem; box-shadow: 0 10px 40px -10px rgba(0,0,0,0.04); border: 1px solid rgba(255, 255, 255, 1); position: sticky; top: 120px; }
.toc-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.8rem; color: #94a3b8; margin-bottom: 1.5rem; }
.toc-menu { display: flex; flex-direction: column; gap: 6px; }
.toc-link { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: #475569; font-weight: 500; padding: 10px 14px; border-radius: 12px; transition: all 0.2s ease; position: relative; overflow: hidden; z-index: 1; text-decoration: none; line-height: 1.3; }
.toc-link::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #eff6ff; opacity: 0; z-index: -1; transition: opacity 0.2s ease; border-radius: 12px; }
.toc-link:hover { color: var(--brand-blue-dark); transform: translateX(5px); }
.toc-link:hover::before { opacity: 0.5; }
.toc-link.active { color: var(--brand-blue-dark); font-weight: 700; }
.toc-link.active::before { opacity: 1; border-left: 3px solid var(--brand-blue); }
.toc-indicator { width: 6px; height: 6px; border-radius: 50%; background: #cbd5e1; transition: background 0.2s ease; flex-shrink: 0; }
.toc-link.active .toc-indicator { background: var(--brand-blue); box-shadow: 0 0 8px var(--brand-blue); }

@media (max-width: 1024px) {
    .policy-hero { padding: 4rem 1.5rem 5rem; border-radius: 0 0 30px 30px; }
    .tldr-box { padding: 1.5rem; margin-top: -1.5rem; }
    .clause-card { padding: 1.5rem; }
    .info-row { flex-direction: column; gap: 4px; }
    .glass-sidebar { position: relative; top: 0; margin-bottom: 2rem; }
}


