/* ============================================================
   CLAUDE DESIGN v1 — "Claude design requirements" tasarımlarının
   birebir uygulaması. Renk/spacing/tipografi değerleri .dc.html
   dosyalarından alınmıştır. Sınıflar cd-* önekiyle izole.
   ============================================================ */
:root {
    --theme-primary: #1b2a4a;
    --cd-navy-deep: #131f38;
    --cd-navy: #1b2a4a;
    --cd-navy-soft: #24375d;
    --theme-secondary: #d4a24c;
    --cd-gold: #d4a24c;
    --cd-gold-dark: #c08f3d;
    --cd-gold-deep: #b8863a;
    --theme-accent: #3fa796;
    --cd-teal: #3fa796;
    --cd-teal-dark: #2c8577;
    --cd-teal-light: #58bfae;
    --cd-bg: #f7f8fb;
    --cd-ink: #1c2333;
    --cd-text: #374151;
    --cd-text-soft: #4b5563;
    --cd-muted: #6b7280;
    --cd-faint: #9ca3af;
    --theme-font-heading: 'Fraunces', Georgia, serif;
    --theme-font-body: 'Inter', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
body.site-body { margin: 0; font-family: var(--theme-font-body); background: var(--cd-bg); color: var(--cd-ink); -webkit-font-smoothing: antialiased; }
body.site-body a { color: var(--cd-teal); text-decoration: none; }
body.site-body a:hover { color: var(--cd-teal-dark); }
.cd-serif { font-family: var(--theme-font-heading); letter-spacing: -0.01em; }
.cd-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

@keyframes cdFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes cdPop { 0% { transform: scale(0.4); opacity: 0; } 70% { transform: scale(1.12); } 100% { transform: scale(1); opacity: 1; } }

/* ---------- NAVBAR (CdNavbar.dc.html) ---------- */
.cd-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(27,42,74,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,0.08); transition: background .35s ease, border-color .35s ease; }
.cd-header.cd-nav-seffaf:not(.cd-scrolled):not(.cd-menu-acik) { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: transparent; }
.cd-nav { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cd-brand { display: flex; align-items: center; gap: 12px; color: #fff !important; }
.cd-brand-ico { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, #d4a24c, #b8863a); display: flex; align-items: center; justify-content: center; color: #1b2a4a; font-size: 20px; flex-shrink: 0; overflow: hidden; }
.cd-brand-ico img { width: 100%; height: 100%; object-fit: cover; }
.cd-brand-adi { display: flex; flex-direction: column; line-height: 1.1; }
.cd-brand-adi .b1 { font-family: var(--theme-font-heading); font-size: 20px; font-weight: 600; letter-spacing: -0.01em; color: #fff; }
.cd-brand-adi .b2 { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.cd-nav-links { display: flex; align-items: center; gap: 6px; }
.cd-nav-item { position: relative; display: inline-flex; }
.cd-nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,0.88) !important; border-bottom: 2px solid transparent; transition: color .2s; }
.cd-nav-link:hover { color: #d4a24c !important; }
.cd-nav-link.aktif { color: #d4a24c !important; border-bottom-color: #d4a24c; }
.cd-nav-link .bi-chevron-down { font-size: 11px; }
.cd-dropdown { position: absolute; top: 100%; left: 0; padding-top: 8px; min-width: 220px; display: none; }
.cd-nav-item:hover .cd-dropdown, .cd-nav-item:focus-within .cd-dropdown { display: block; }
.cd-dropdown-ic { background: #fff; border-radius: 10px; box-shadow: 0 12px 32px rgba(27,42,74,0.18); border: 1px solid rgba(27,42,74,0.08); padding: 8px; display: flex; flex-direction: column; }
.cd-dropdown-ic a { padding: 10px 14px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #1c2333 !important; display: flex; align-items: center; gap: 10px; }
.cd-dropdown-ic a:hover { background: #f7f8fb; color: #1b2a4a !important; }
.cd-dropdown-ic a i { color: var(--cd-teal); font-size: 15px; }
.cd-nav-bagis { margin-left: 14px; display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #d4a24c, #c08f3d); color: #1b2a4a !important; font-size: 14.5px; font-weight: 600; padding: 11px 22px; border-radius: 10px; box-shadow: 0 4px 14px rgba(212,162,76,0.35); transition: transform .2s, box-shadow .2s; white-space: nowrap; }
.cd-nav-bagis:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(212,162,76,0.45); }
.cd-nav-bagis i { font-size: 13px; }
.cd-hamburger { display: none; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; width: 44px; height: 44px; border-radius: 10px; font-size: 20px; cursor: pointer; align-items: center; justify-content: center; }
.cd-mobil-menu { display: none; background: #1b2a4a; border-top: 1px solid rgba(255,255,255,0.1); padding: 12px 24px 20px; flex-direction: column; gap: 2px; }
.cd-mobil-menu.acik { display: flex; }
.cd-mobil-menu a { padding: 13px 10px; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.9) !important; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 10px; }
.cd-mobil-menu a i { color: #d4a24c; font-size: 15px; }
.cd-mobil-menu a.aktif { color: #d4a24c !important; }
.cd-mobil-bagis { margin-top: 14px; display: flex !important; align-items: center; justify-content: center; gap: 8px; background: #d4a24c; color: #1b2a4a !important; font-size: 15px; font-weight: 600; padding: 14px !important; border-radius: 10px; border-bottom: none !important; }
.cd-mobil-bagis i { color: #1b2a4a !important; }
@media (max-width: 919px) {
    .cd-nav-links { display: none; }
    .cd-hamburger { display: flex; }
}

/* ---------- BUTONLAR ---------- */
.cd-btn-gold { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, #d4a24c, #c08f3d); color: #1b2a4a !important; font-size: 16px; font-weight: 600; padding: 15px 30px; border-radius: 10px; box-shadow: 0 8px 24px rgba(212,162,76,0.4); transition: transform .2s; border: none; cursor: pointer; font-family: var(--theme-font-body); }
.cd-btn-gold:hover { transform: translateY(-3px); }
.cd-btn-ghost-light { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.25); color: #fff !important; font-size: 16px; font-weight: 500; padding: 15px 30px; border-radius: 10px; backdrop-filter: blur(8px); transition: background .2s; }
.cd-btn-ghost-light:hover { background: rgba(255,255,255,0.16); }
.cd-btn-navy { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #1b2a4a; color: #fff !important; font-size: 14.5px; font-weight: 600; padding: 12px; border-radius: 10px; transition: background .2s; border: none; cursor: pointer; font-family: var(--theme-font-body); }
.cd-btn-navy:hover { background: #24375d; }
.cd-btn-geri { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid rgba(27,42,74,0.15); color: #4b5563 !important; font-size: 15px; font-weight: 500; padding: 14px 24px; border-radius: 10px; background: #fff; cursor: pointer; font-family: var(--theme-font-body); }
.cd-btn-geri:hover { border-color: #1b2a4a; color: #1b2a4a !important; }
.cd-link-teal { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--cd-teal) !important; width: fit-content; white-space: nowrap; }
.cd-link-teal:hover { color: var(--cd-teal-dark) !important; }

/* ---------- SAYFA HERO BANDI (alt sayfalar — ortak) ---------- */
.cd-page-hero { background: linear-gradient(140deg, #131f38, #1b2a4a 65%, #24375d); padding: 152px 24px 72px; position: relative; overflow: hidden; }
.cd-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(212,162,76,0.1) 1.5px, transparent 1.5px); background-size: 32px 32px; pointer-events: none; }
.cd-page-hero-ic { position: relative; max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.cd-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #d4a24c; }
.cd-eyebrow-teal { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cd-teal); }
.cd-page-hero h1 { margin: 0; font-family: var(--theme-font-heading); font-size: clamp(32px, 4.4vw, 52px); font-weight: 600; letter-spacing: -0.01em; color: #fff; }
.cd-page-hero .cd-alt { margin: 0; font-size: 16.5px; line-height: 1.7; color: rgba(255,255,255,0.72); max-width: 620px; }
.cd-rozet-cam { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: 999px; }
.cd-rozet-cam i { color: var(--cd-teal); }

/* ---------- ANA SAYFA HERO ---------- */
.cd-hero-gradient { position: relative; min-height: 620px; display: flex; align-items: center; background: linear-gradient(150deg, #131f38 0%, #1b2a4a 55%, #24375d 100%); overflow: hidden; }
.cd-hero-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(212,162,76,0.14) 1.5px, transparent 1.5px); background-size: 34px 34px; }
.cd-hero-halka1 { position: absolute; top: -160px; right: -120px; width: 560px; height: 560px; border-radius: 50%; border: 1px solid rgba(212,162,76,0.25); }
.cd-hero-halka2 { position: absolute; top: -80px; right: -40px; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(212,162,76,0.18); }
.cd-hero-glow { position: absolute; bottom: -200px; left: -140px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(63,167,150,0.16), transparent 65%); }
.cd-hero-ic { position: relative; max-width: 1200px; margin: 0 auto; padding: 160px 24px 140px; width: 100%; text-align: center; }
.cd-hero-kolon { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.cd-hero-rozet { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,162,76,0.15); border: 1px solid rgba(212,162,76,0.4); color: #d4a24c; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; }
.cd-hero-baslik { margin: 0; font-family: var(--theme-font-heading); font-size: clamp(38px, 5.5vw, 64px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.12; color: #fff; }
.cd-hero-baslik .vurgu { color: #d4a24c; }
.cd-hero-metin { margin: 0; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.7; color: rgba(255,255,255,0.82); }
.cd-hero-butonlar { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 8px; }
/* Görsel + Overlay varyantı (Index.dc.html hero varyant 1) */
.cd-hero-gorsel { position: relative; min-height: 640px; display: flex; align-items: center; background: #1b2a4a; overflow: hidden; }
.cd-hero-gorsel .arka { position: absolute; inset: 0; }
.cd-hero-gorsel .arka img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cd-hero-gorsel .arka .overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(19,31,56,0.92) 0%, rgba(27,42,74,0.78) 45%, rgba(27,42,74,0.35) 100%); pointer-events: none; }
.cd-hero-gorsel .icerik { position: relative; max-width: 1200px; margin: 0 auto; padding: 160px 24px 140px; width: 100%; }
.cd-hero-gorsel .kolon { max-width: 640px; display: flex; flex-direction: column; gap: 24px; }
.cd-hero-gorsel .kolon .cd-hero-rozet { width: fit-content; }
.cd-hero-gorsel .kolon .cd-hero-baslik { font-size: clamp(38px, 5.5vw, 62px); }
.cd-hero-gorsel .kolon .cd-hero-metin { max-width: 540px; }
.cd-hero-gorsel .kolon .cd-hero-butonlar { justify-content: flex-start; }

/* Split varyant (hero görseli varsa) */
.cd-hero-split { position: relative; background: #1b2a4a; overflow: hidden; }
.cd-hero-split-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 28px 28px; }
.cd-hero-split-ic { position: relative; max-width: 1200px; margin: 0 auto; padding: 150px 24px 130px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; align-items: center; }
.cd-hero-split-sol { display: flex; flex-direction: column; gap: 24px; text-align: left; }
.cd-hero-split-sol .cd-hero-butonlar { justify-content: flex-start; }
.cd-hero-gorsel-kutu { position: relative; min-height: 380px; animation: cdFloat 7s ease-in-out infinite; }
.cd-hero-gorsel-kutu .cerceve { position: absolute; inset: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.15); }
.cd-hero-gorsel-kutu .cerceve img { width: 100%; height: 100%; object-fit: cover; }
.cd-hero-yuzen { position: absolute; bottom: -18px; left: -18px; background: rgba(255,255,255,0.1); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; padding: 16px 22px; display: flex; align-items: center; gap: 12px; pointer-events: none; }
.cd-hero-yuzen i { font-size: 26px; color: #d4a24c; }
.cd-hero-yuzen .st { display: flex; flex-direction: column; color: #fff; }
.cd-hero-yuzen .st strong { font-size: 20px; font-family: var(--theme-font-heading); }
.cd-hero-yuzen .st span { font-size: 12.5px; color: rgba(255,255,255,0.7); }

/* ---------- CAM İSTATİSTİK ŞERİDİ ---------- */
.cd-stat-wrap { position: relative; z-index: 5; max-width: 1200px; margin: -64px auto 0; padding: 0 24px; }
.cd-stat-bar { background: rgba(255,255,255,0.72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,0.9); border-radius: 20px; box-shadow: 0 20px 50px rgba(27,42,74,0.14); padding: 34px 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; }
.cd-stat { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.cd-stat i { font-size: 22px; color: var(--cd-teal); }
.cd-stat .deger { font-family: var(--theme-font-heading); font-size: 32px; font-weight: 700; color: #d4a24c; letter-spacing: -0.01em; }
.cd-stat .etiket { font-size: 13px; font-weight: 500; color: var(--cd-muted); letter-spacing: 0.04em; text-transform: uppercase; }

/* ---------- BÖLÜM BAŞLIKLARI ---------- */
.cd-bolum-ust { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 40px; }
.cd-bolum-baslik { display: flex; flex-direction: column; gap: 10px; }
.cd-h2 { margin: 0; font-family: var(--theme-font-heading); font-size: clamp(28px, 3.4vw, 40px); font-weight: 600; letter-spacing: -0.01em; color: #1b2a4a; }
.cd-h2k { margin: 0; font-family: var(--theme-font-heading); font-size: clamp(24px, 2.8vw, 32px); font-weight: 600; letter-spacing: -0.01em; color: #1b2a4a; }
.cd-h3 { margin: 0; font-family: var(--theme-font-heading); font-size: 30px; font-weight: 600; letter-spacing: -0.01em; color: #1b2a4a; }

/* ---------- KART (kampanya/duyuru/etkinlik) ---------- */
.cd-kart { background: #fff; border-radius: 10px; border: 1px solid rgba(27,42,74,0.08); box-shadow: 0 2px 8px rgba(27,42,74,0.05); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; color: #1c2333 !important; }
.cd-kart:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(27,42,74,0.14); }
.cd-kart-kapak { height: 150px; position: relative; display: flex; align-items: center; justify-content: center; }
.cd-kart-kapak.yuksek { height: 180px; }
.cd-kart-kapak.orta { height: 160px; }
.cd-kart-kapak img.kapak { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cd-kart-kapak > i { font-size: 44px; color: rgba(255,255,255,0.9); position: relative; }
.cd-kart-kapak .kapak-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.12) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.cd-kart-etiket { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,0.92); color: #1b2a4a; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.cd-kart-tarihrozet { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,0.95); border-radius: 10px; padding: 8px 14px; display: flex; flex-direction: column; align-items: center; line-height: 1.1; box-shadow: 0 4px 12px rgba(27,42,74,0.2); }
.cd-kart-tarihrozet strong { font-family: var(--theme-font-heading); font-size: 22px; color: #1b2a4a; }
.cd-kart-tarihrozet span { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #d4a24c; }
.cd-kart-govde { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.cd-kart-govde h3, .cd-kart-govde h2 { margin: 0; font-family: var(--theme-font-heading); font-size: 21px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; color: #1b2a4a; }
.cd-kart-govde .ozet { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--cd-muted); flex: 1; }
.cd-kart-meta { font-size: 13px; color: var(--cd-faint); display: flex; align-items: center; gap: 7px; }
.cd-kart-meta i { color: #d4a24c; }
.cd-kart-alt { display: flex; flex-direction: column; gap: 7px; border-top: 1px solid rgba(27,42,74,0.06); padding-top: 14px; }
.cd-kart-alt span { font-size: 13.5px; color: var(--cd-text-soft); display: flex; align-items: center; gap: 8px; }
.cd-kart-alt i { color: var(--cd-teal); }

/* İlerleme çubuğu */
.cd-progress-grup { display: flex; flex-direction: column; gap: 8px; }
.cd-progress-ust { display: flex; justify-content: space-between; font-size: 13.5px; font-weight: 600; }
.cd-progress-ust .sol { color: #1b2a4a; }
.cd-progress-ust .sag { color: var(--cd-teal); }
.cd-progress { height: 8px; background: #eef0f5; border-radius: 999px; overflow: hidden; }
.cd-progress-bar { height: 100%; background: linear-gradient(90deg, #3fa796, #58bfae); border-radius: 999px; }
.cd-progress-hedef { font-size: 12.5px; color: var(--cd-faint); }

/* ---------- BEYAZ BANT + KİŞİ KARTLARI ---------- */
.cd-beyaz-bant { background: #fff; border-top: 1px solid rgba(27,42,74,0.06); border-bottom: 1px solid rgba(27,42,74,0.06); }
.cd-kisi { background: #f7f8fb; border-radius: 10px; border: 1px solid rgba(27,42,74,0.06); padding: 28px 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; transition: transform .25s, box-shadow .25s; }
.cd-kisi:hover { transform: translateY(-5px); box-shadow: 0 14px 32px rgba(27,42,74,0.12); }
.cd-kisi.beyaz { background: #fff; border-color: rgba(27,42,74,0.08); padding: 24px 18px; }
.cd-avatar { width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--theme-font-heading); font-size: 26px; font-weight: 600; color: #fff; border: 3px solid #fff; box-shadow: 0 6px 16px rgba(27,42,74,0.18); overflow: hidden; }
.cd-avatar.kucuk { width: 72px; height: 72px; font-size: 22px; border: none; box-shadow: none; }
.cd-avatar img { width: 100%; height: 100%; object-fit: cover; }
.cd-kisi-adi { display: flex; flex-direction: column; gap: 3px; }
.cd-kisi-adi strong { font-size: 16.5px; color: #1b2a4a; }
.cd-kisi-adi .gorev { font-size: 13px; font-weight: 500; color: #d4a24c; letter-spacing: 0.05em; text-transform: uppercase; }
.cd-grad-1 { background: linear-gradient(135deg, #1b2a4a, #3fa796); }
.cd-grad-2 { background: linear-gradient(135deg, #24375d, #d4a24c); }
.cd-grad-3 { background: linear-gradient(135deg, #3fa796, #1b2a4a); }
.cd-grad-4 { background: linear-gradient(135deg, #d4a24c, #24375d); }
.cd-grad-5 { background: linear-gradient(135deg, #1b2a4a, #58bfae); }
.cd-grad-6 { background: linear-gradient(135deg, #131f38, #d4a24c); }

/* Komisyon satır kartı (ana sayfa) */
.cd-komisyon-satir { background: #fff; border: 1px solid rgba(27,42,74,0.1); border-radius: 10px; padding: 20px 22px; display: flex; align-items: center; gap: 14px; color: #1c2333 !important; transition: border-color .2s, transform .2s; }
.cd-komisyon-satir:hover { border-color: var(--cd-teal); transform: translateY(-3px); }
.cd-komisyon-satir .iko { width: 44px; height: 44px; border-radius: 10px; background: rgba(63,167,150,0.12); color: var(--cd-teal); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.cd-komisyon-satir .yazi { display: flex; flex-direction: column; gap: 2px; }
.cd-komisyon-satir .yazi strong { font-size: 15px; color: #1b2a4a; }
.cd-komisyon-satir .yazi span { font-size: 12.5px; color: var(--cd-faint); }

/* Liste satırı (etkinlik/duyuru — ana sayfa) */
.cd-satir { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 10px; padding: 18px 20px; display: flex; align-items: center; gap: 18px; color: #1c2333 !important; box-shadow: 0 2px 8px rgba(27,42,74,0.04); transition: transform .2s, box-shadow .2s; }
.cd-satir:hover { transform: translateX(6px); box-shadow: 0 10px 24px rgba(27,42,74,0.1); }
.cd-satir-kutu { width: 62px; height: 62px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.cd-satir-kutu.tarih { background: #1b2a4a; color: #fff; }
.cd-satir-kutu.tarih strong { font-family: var(--theme-font-heading); font-size: 22px; line-height: 1; color: #d4a24c; }
.cd-satir-kutu.tarih span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.cd-satir-kutu.iko { font-size: 24px; color: rgba(255,255,255,0.95); }
.cd-satir-yazi { display: flex; flex-direction: column; gap: 4px; }
.cd-satir-yazi strong { font-size: 16px; color: #1b2a4a; }
.cd-satir-yazi .alt { font-size: 13px; color: var(--cd-muted); display: flex; align-items: center; gap: 6px; }
.cd-satir-yazi .alt i { color: var(--cd-teal); }

/* Şube chip */
.cd-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(27,42,74,0.1); border-radius: 999px; padding: 10px 20px; font-size: 14.5px; font-weight: 500; color: #1b2a4a; }
.cd-chip i { color: #d4a24c; font-size: 13px; }
.cd-chip-kucuk { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(27,42,74,0.1); border-radius: 999px; padding: 9px 18px; font-size: 14px; font-weight: 500; color: #1b2a4a; }
.cd-chip-kucuk i { color: #d4a24c; }

/* ---------- CTA ---------- */
.cd-cta { background: linear-gradient(135deg, #131f38, #1b2a4a 60%, #24375d); position: relative; overflow: hidden; }
.cd-cta-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(212,162,76,0.12) 1.5px, transparent 1.5px); background-size: 30px 30px; }
.cd-cta-ic { position: relative; max-width: 800px; margin: 0 auto; padding: 96px 24px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.cd-cta-ic h2 { margin: 0; font-family: var(--theme-font-heading); font-size: clamp(30px, 4vw, 46px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; color: #fff; }
.cd-cta-ic p { margin: 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.75); }
.cd-ssl-notu { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: rgba(255,255,255,0.55); }
.cd-ssl-notu i { color: var(--cd-teal); }

/* ---------- MİSYON/VİZYON + İLKELER (YonetimKurulu) ---------- */
.cd-panel { background: #fff; border-radius: 10px; border: 1px solid rgba(27,42,74,0.08); box-shadow: 0 2px 8px rgba(27,42,74,0.05); padding: 34px; display: flex; flex-direction: column; gap: 14px; }
.cd-panel.navy { background: #1b2a4a; border: none; }
.cd-panel.navy h2 { color: #fff; }
.cd-panel.navy p { color: rgba(255,255,255,0.75); }
.cd-panel h2 { margin: 0; font-family: var(--theme-font-heading); font-size: 26px; font-weight: 600; color: #1b2a4a; }
.cd-panel p { margin: 0; font-size: 15.5px; line-height: 1.8; color: var(--cd-text-soft); }
.cd-panel-iko { width: 52px; height: 52px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.cd-panel-iko.teal { background: rgba(63,167,150,0.12); color: var(--cd-teal); }
.cd-panel-iko.gold { background: rgba(212,162,76,0.16); color: #d4a24c; }
.cd-ilke { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 10px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.cd-ilke .iko { width: 42px; height: 42px; border-radius: 10px; background: rgba(212,162,76,0.14); color: var(--cd-gold-deep); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.cd-ilke .yazi { display: flex; flex-direction: column; gap: 5px; }
.cd-ilke .yazi strong { font-size: 15.5px; color: #1b2a4a; }
.cd-ilke .yazi span { font-size: 13.5px; line-height: 1.6; color: var(--cd-muted); }

/* Kurul başlığı */
.cd-kurul-baslik { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.cd-kurul-baslik .iko { width: 38px; height: 38px; border-radius: 10px; background: #1b2a4a; color: #d4a24c; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.cd-kurul-baslik h3 { margin: 0; font-family: var(--theme-font-heading); font-size: 23px; font-weight: 600; color: #1b2a4a; }
.cd-uye-rozet { background: rgba(63,167,150,0.12); color: var(--cd-teal-dark); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 999px; }

/* Akordeon (geçmiş dönem + SSS) */
.cd-akordeon { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 10px; overflow: hidden; }
.cd-akordeon-btn { width: 100%; background: none; border: none; cursor: pointer; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-family: var(--theme-font-body); text-align: left; }
.cd-akordeon-btn .sol { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cd-akordeon-btn .sol i { color: #d4a24c; font-size: 16px; }
.cd-akordeon-btn .sol strong { font-size: 15.5px; color: #1b2a4a; }
.cd-akordeon-btn .sol .not { font-size: 13px; color: var(--cd-faint); }
.cd-akordeon-btn > i { color: var(--cd-muted); font-size: 14px; flex-shrink: 0; }
.cd-akordeon-icerik { display: none; padding: 0 22px 20px; border-top: 1px solid rgba(27,42,74,0.06); }
.cd-akordeon.acik .cd-akordeon-icerik { display: block; }
.cd-akordeon-icerik ul { margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cd-akordeon-icerik li { font-size: 14px; color: var(--cd-text-soft); display: flex; align-items: center; gap: 10px; }
.cd-akordeon-icerik li i { color: var(--cd-teal); }
.cd-sss-btn { width: 100%; background: none; border: none; cursor: pointer; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-family: var(--theme-font-body); text-align: left; }
.cd-sss-btn strong { font-size: 15px; color: #1b2a4a; }
.cd-sss-btn i { color: var(--cd-muted); font-size: 13px; flex-shrink: 0; }
.cd-sss-cevap { display: none; margin: 0; padding: 0 20px 18px; font-size: 14.5px; line-height: 1.7; color: var(--cd-muted); }
.cd-akordeon.acik .cd-sss-cevap { display: block; }
.cd-sss-kutu { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 20px; padding: clamp(28px, 4vw, 44px); }
.cd-sss-kutu h2 { margin: 0 0 24px; font-family: var(--theme-font-heading); font-size: 26px; font-weight: 600; letter-spacing: -0.01em; color: #1b2a4a; display: flex; align-items: center; gap: 12px; }
.cd-sss-kutu h2 i { color: #d4a24c; }

/* Banka kartı */
.cd-banka { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 10px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.cd-banka .ust { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cd-banka .ust strong { font-size: 15.5px; color: #1b2a4a; display: flex; align-items: center; gap: 10px; }
.cd-banka .ust strong i { color: #d4a24c; }
.cd-banka .sube { font-size: 14px; color: var(--cd-muted); }
.cd-banka code { font-size: 14px; background: #f7f8fb; border: 1px dashed rgba(27,42,74,0.15); border-radius: 8px; padding: 10px 14px; color: #1b2a4a; letter-spacing: 0.03em; font-family: var(--theme-font-body); word-break: break-all; }

/* ---------- FORM ELEMANLARI ---------- */
.cd-form-etiket { font-size: 13.5px; font-weight: 600; color: #1b2a4a; }
.cd-input { font-family: var(--theme-font-body); font-size: 14.5px; padding: 13px 16px; border: 1.5px solid rgba(27,42,74,0.14); border-radius: 10px; background: #f7f8fb; color: #1c2333; outline: none; transition: border-color .2s; width: 100%; }
.cd-input:focus { border-color: var(--cd-teal); background: #fff; }
.cd-form-grup { display: flex; flex-direction: column; gap: 7px; }
.cd-zorunlu { color: #c0392b; }
.cd-kucuk-not { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; color: var(--cd-faint); }
.cd-kucuk-not i { color: var(--cd-teal); }

/* Seçim butonları (bağış) */
.cd-secim-btn { font-family: var(--theme-font-body); text-align: left; padding: 14px 16px; border-radius: 10px; border: 1.5px solid rgba(27,42,74,0.12); background: #fff; cursor: pointer; display: flex; align-items: center; gap: 12px; transition: all .2s; width: 100%; }
.cd-secim-btn i.on { font-size: 18px; color: var(--cd-faint); }
.cd-secim-btn .adi { flex: 1; font-size: 14.5px; font-weight: 500; color: #1b2a4a; }
.cd-secim-btn i.check { font-size: 17px; color: var(--cd-teal); }
.cd-secim-btn.secili { background: rgba(63,167,150,0.08); border-color: var(--cd-teal); }
.cd-secim-btn.secili i.on { color: var(--cd-teal-dark); }
.cd-tutar-btn { font-family: var(--theme-font-heading); padding: 14px 8px; border-radius: 10px; border: 1.5px solid rgba(27,42,74,0.14); background: #fff; color: #1b2a4a; font-size: 18px; font-weight: 600; cursor: pointer; transition: all .2s; }
.cd-tutar-btn.secili { background: #1b2a4a; color: #d4a24c; border-color: #1b2a4a; }

/* Sayfalama */
.cd-sayfalama { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.cd-sayfa-btn { min-width: 44px; height: 44px; border-radius: 10px; border: 1px solid rgba(27,42,74,0.12); background: #fff; color: #1b2a4a !important; font-size: 15px; font-weight: 600; font-family: var(--theme-font-body); padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; }
.cd-sayfa-btn:hover { border-color: var(--cd-teal); }
.cd-sayfa-btn.aktif { background: #1b2a4a; color: #d4a24c !important; border-color: #1b2a4a; }
.cd-sayfa-btn.pasif { color: #d1d5db !important; pointer-events: none; }

/* Adım göstergesi (ödeme) */
.cd-adimlar { display: flex; align-items: center; justify-content: center; margin-bottom: 40px; }
.cd-adim { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 120px; }
.cd-adim .num { width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 2px solid rgba(27,42,74,0.15); color: var(--cd-faint); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; }
.cd-adim .ad { font-size: 12.5px; font-weight: 500; color: var(--cd-faint); }
.cd-adim.aktif .num { background: #1b2a4a; border-color: #1b2a4a; color: #d4a24c; }
.cd-adim.aktif .ad { font-weight: 600; color: #1b2a4a; }
.cd-adim.tamam .num { background: var(--cd-teal); border-color: var(--cd-teal); color: #fff; font-size: 16px; }
.cd-adim.tamam .ad { color: var(--cd-teal-dark); }
.cd-adim-cizgi { height: 2px; flex: 1; max-width: 100px; background: rgba(27,42,74,0.15); margin-bottom: 26px; }
.cd-adim-cizgi.tamam { background: var(--cd-teal); }

/* Büyük yuvarlak panel (ödeme kutuları / iletişim formu) */
.cd-buyuk-panel { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 20px; box-shadow: 0 8px 28px rgba(27,42,74,0.08); padding: clamp(28px, 5vw, 48px); display: flex; flex-direction: column; gap: 22px; }
.cd-buyuk-panel h1, .cd-buyuk-panel > h2 { margin: 0; font-family: var(--theme-font-heading); font-weight: 600; letter-spacing: -0.01em; color: #1b2a4a; }
.cd-ozet-kutu { background: #faf6ee; border: 1px solid rgba(212,162,76,0.3); border-radius: 10px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.cd-ozet-kutu .sol { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: #1b2a4a; }
.cd-ozet-kutu .sol i { color: #d4a24c; }
.cd-ozet-kutu .tutar { font-family: var(--theme-font-heading); font-size: 22px; font-weight: 700; color: var(--cd-gold-deep); }

/* Navy yan panel */
.cd-navy-panel { background: #1b2a4a; border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.cd-navy-panel h2, .cd-navy-panel h3 { margin: 0; font-family: var(--theme-font-heading); font-weight: 600; color: #fff; }
.cd-navy-panel p { margin: 0; font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,0.72); }
.cd-navy-panel .satir { display: flex; gap: 14px; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.8); }
.cd-navy-panel .satir i { color: #d4a24c; font-size: 17px; }

/* Zaman çizelgesi (Hakkında) */
.cd-zaman { position: relative; display: flex; flex-direction: column; }
.cd-zaman-cizgi { position: absolute; left: 27px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(180deg, #d4a24c, #3fa796 60%, rgba(63,167,150,0.15)); }
.cd-zaman-item { position: relative; display: flex; gap: 28px; padding: 0 0 48px; }
.cd-zaman-iko { width: 56px; height: 56px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; border: 4px solid #f7f8fb; box-shadow: 0 4px 14px rgba(27,42,74,0.18); z-index: 1; }
.cd-zaman-kart { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 10px; box-shadow: 0 2px 8px rgba(27,42,74,0.05); padding: 26px 30px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.cd-zaman-kart .yil { font-family: var(--theme-font-heading); font-size: 24px; font-weight: 700; color: #d4a24c; letter-spacing: -0.01em; }
.cd-zaman-kart h2 { margin: 0; font-family: var(--theme-font-heading); font-size: 21px; font-weight: 600; color: #1b2a4a; }
.cd-zaman-kart p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--cd-muted); }

/* İçerik makale (Sayfa) — kullanıcı panelden düz HTML girer, tema burada giydirir */
.cd-makale { background: #fff; border: 1px solid rgba(27,42,74,0.08); border-radius: 10px; box-shadow: 0 2px 8px rgba(27,42,74,0.05); padding: clamp(28px, 5vw, 56px); }
.cd-makale h1, .cd-makale h2, .cd-makale h3, .cd-makale h4 { font-family: var(--theme-font-heading); font-weight: 600; letter-spacing: -0.01em; color: #1b2a4a; }
.cd-makale h2 { font-size: 27px; margin: 28px 0 6px; padding-bottom: 12px; border-bottom: 2px solid rgba(212,162,76,0.35); }
.cd-makale h3 { font-size: 21px; margin: 24px 0 4px; }
.cd-makale h2:first-child, .cd-makale h3:first-child, .cd-makale p:first-child { margin-top: 0; }
.cd-makale p { font-size: 16px; line-height: 1.85; color: var(--cd-text); margin: 14px 0; }
.cd-makale ul { list-style: none; margin: 14px 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cd-makale ul li { font-size: 16px; line-height: 1.7; color: var(--cd-text); position: relative; padding-left: 32px; }
.cd-makale ul li::before { content: "\F26A"; font-family: "bootstrap-icons"; position: absolute; left: 0; top: 2px; color: var(--cd-teal); font-size: 17px; }
.cd-makale ol { margin: 14px 0; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.cd-makale ol li { font-size: 16px; line-height: 1.7; color: var(--cd-text); padding-left: 6px; }
.cd-makale ol li::marker { font-family: var(--theme-font-heading); font-weight: 700; color: #d4a24c; }
.cd-makale blockquote { margin: 20px 0; border-left: 3px solid #d4a24c; background: #faf6ee; border-radius: 0 10px 10px 0; padding: 20px 24px; font-size: 15.5px; line-height: 1.8; color: var(--cd-text-soft); font-style: italic; }
.cd-makale a { color: var(--cd-teal); font-weight: 500; }
.cd-makale img { max-width: 100%; border-radius: 10px; }
.cd-makale table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.cd-makale table th { background: #1b2a4a; color: #fff; font-weight: 600; text-align: left; padding: 12px 14px; }
.cd-makale table td { border: 1px solid rgba(27,42,74,0.1); padding: 11px 14px; color: var(--cd-text); }
.cd-makale table tr:nth-child(even) td { background: #f7f8fb; }
.cd-makale hr { border: none; border-top: 1px dashed rgba(27,42,74,0.15); margin: 24px 0; }

/* Kurumsal sayfa yan menüsü — site paletine uygun: lacivert metin, altın ikon, aktifte lacivert zemin */
.cd-yan-link { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 8px; font-size: 14.5px; font-weight: 500; color: #1b2a4a !important; border: 1px solid transparent; transition: background .15s, border-color .15s; }
.cd-yan-link i { color: #d4a24c; font-size: 15px; width: 18px; text-align: center; flex-shrink: 0; }
.cd-yan-link:hover { background: var(--cd-bg); border-color: rgba(27,42,74,0.08); color: #1b2a4a !important; }
.cd-yan-link.aktif { background: #1b2a4a; color: #d4a24c !important; border-color: #1b2a4a; }
.cd-yan-link.aktif i { color: #d4a24c; }
.cd-yan-menu-baslik { margin: 0 0 14px; font-family: var(--theme-font-heading); font-size: 18px; font-weight: 600; color: #1b2a4a; display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 2px solid rgba(212,162,76,0.35); }
.cd-yan-menu-baslik i { color: #d4a24c; }

/* Etkinlik detay cam bilgi çubuğu */
.cd-bilgi-cubugu { background: rgba(255,255,255,0.85); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.9); border-radius: 20px; box-shadow: 0 18px 44px rgba(27,42,74,0.14); padding: 26px 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; }
.cd-bilgi { display: flex; align-items: center; gap: 14px; }
.cd-bilgi .iko { width: 46px; height: 46px; border-radius: 10px; background: rgba(27,42,74,0.06); color: #1b2a4a; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.cd-bilgi .iko.teal { background: rgba(63,167,150,0.12); color: var(--cd-teal); }
.cd-bilgi .yazi { display: flex; flex-direction: column; }
.cd-bilgi .yazi .etiket { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cd-faint); }
.cd-bilgi .yazi strong { font-size: 15px; color: #1b2a4a; }
.cd-bilgi .yazi strong.teal { color: var(--cd-teal-dark); }

/* ---------- FOOTER (CdFooter.dc.html) ---------- */
.cd-footer { background: #131f38; color: rgba(255,255,255,0.75); border-top: 3px solid #d4a24c; }
.cd-footer-ic { max-width: 1200px; margin: 0 auto; padding: 72px 24px 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 48px; }
.cd-footer-kolon { display: flex; flex-direction: column; gap: 12px; }
.cd-footer h4 { margin: 0 0 6px; font-family: var(--theme-font-heading); font-size: 16px; font-weight: 600; color: #fff; }
.cd-footer-marka { display: flex; align-items: center; gap: 12px; }
.cd-footer-marka .adi { font-family: var(--theme-font-heading); font-size: 20px; font-weight: 600; color: #fff; }
.cd-footer-ozet { margin: 0; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.6); }
.cd-footer-onay { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--cd-teal); }
.cd-footer-link { font-size: 14px; color: rgba(255,255,255,0.65) !important; display: inline-flex; align-items: center; gap: 8px; }
.cd-footer-link:hover { color: #d4a24c !important; }
.cd-footer-link i { font-size: 10px; color: #d4a24c; }
.cd-footer-iletisim { font-size: 14px; line-height: 1.6; display: flex; gap: 10px; color: rgba(255,255,255,0.65); }
.cd-footer-iletisim i { color: #d4a24c; }
.cd-footer-sosyal { display: flex; gap: 10px; }
.cd-footer-sosyal a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.8) !important; font-size: 16px; }
.cd-footer-sosyal a:hover { background: #d4a24c; color: #1b2a4a !important; }
.cd-footer-duyuru { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: #d4a24c !important; border: 1px solid rgba(212,162,76,0.4); border-radius: 10px; padding: 10px 16px; width: fit-content; }
.cd-footer-duyuru:hover { background: rgba(212,162,76,0.12); }
.cd-footer-alt { border-top: 1px solid rgba(255,255,255,0.08); }
.cd-footer-alt-ic { max-width: 1200px; margin: 0 auto; padding: 20px 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.45); }
.cd-footer-alt-ic a { color: rgba(255,255,255,0.45) !important; }
.cd-footer-alt-ic a:hover { color: #d4a24c !important; }

/* ---------- Scroll-reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].cd-goster { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    [data-reveal] { opacity: 1; transform: none; transition: none; }
    .cd-hero-gorsel-kutu { animation: none; }
}

/* ---------- Yardımcılar ---------- */
.cd-grid { display: grid; gap: 28px; }
.cd-grid-3 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cd-grid-3f { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.cd-grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.cd-grid-4f { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.cd-grid-kom { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
