/* Pastel Bebek Teması - UI Overrides */
/* Bu dosya, mevcut galaktik temayı daha yumuşak bebek mavisi/pembe palete taşır */

/* Renk Değerleri (Değişken Override) */
:root {
  --space-dark: #f7fbff;           /* Arka plan çok açık mavi */
  --nebula-purple: #f9a8d4;        /* Pembemsi yumuşak */
  --cosmic-pink: #fecdd3;          /* Çok açık pembe */
  --star-blue: #93c5fd;            /* Bebek mavisi */
  --ana-beyaz: #ffffff;            /* Beyaz */
  --koyu-gri: #334155;             /* Koyu metin */
}

/* Genel Arka Plan ve Metin (okunabilirlik) */
html { font-size: 16px; }
body {
  background: linear-gradient(180deg, #f7fbff 0%, #fff7f9 100%);
  color: var(--koyu-gri);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Üst Menü Açık Zemin */
.navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #e5e7eb !important;
  backdrop-filter: blur(18px);
}
.nav-link { color: #475569; }
.nav-link:hover { color: #2563eb; text-shadow: none; }

/* Hero – Koyu temayı kaldır, bulutlu açık zemin */
.hero { background: transparent; align-items: flex-start !important; padding-top: 32px !important; }
.galaxy-bg { background: linear-gradient(180deg, #f7fbff 0%, #fff7f9 100%); }
.galaxy-bg .stars,
.galaxy-bg .nebula,
.galaxy-bg .planets,
.galaxy-bg .shooting-stars { display: none !important; }

/* Basit bulut katmanı */
.galaxy-bg::before,
.galaxy-bg::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  height: 40%;
  background-repeat: repeat-x;
  filter: blur(10px);
  opacity: 0.5;
  animation: cloudMove 60s linear infinite;
}
.galaxy-bg::before {
  top: 10%;
  background-image:
    radial-gradient(closest-side, rgba(255,255,255,0.8), rgba(255,255,255,0) 60%) ,
    radial-gradient(closest-side, rgba(255,255,255,0.7), rgba(255,255,255,0) 60%) ,
    radial-gradient(closest-side, rgba(255,255,255,0.7), rgba(255,255,255,0) 60%);
  background-size: 260px 120px, 200px 100px, 180px 90px;
  background-position: 0 0, 300px 30px, 600px 10px;
}
.galaxy-bg::after {
  bottom: 5%;
  background-image:
    radial-gradient(closest-side, rgba(255,255,255,0.75), rgba(255,255,255,0) 60%) ,
    radial-gradient(closest-side, rgba(255,255,255,0.65), rgba(255,255,255,0) 60%);
  background-size: 220px 100px, 260px 120px;
  background-position: 150px 0, 520px 20px;
  animation-duration: 80s;
}

@keyframes cloudMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(20%); }
}

/* Başlıklar daha koyu ve gölgesiz */
.hero-content,
.section-title,
.step-title,
.konsept-ad,
.cta-card h3,
.footer-logo { color: var(--koyu-gri) !important; text-shadow: none !important; }
.hero-title { font-weight: 800 !important; letter-spacing: -0.01em; }
.hero-subtitle { color: #475569 !important; }
.section-title { font-weight: 800 !important; letter-spacing: -0.005em; }
.section-subtitle { color: #475569 !important; }

/* Metin boyutları (daha okunur) */
.hero-title { font-size: clamp(2.2rem, 5.5vw, 3.2rem) !important; }
.hero-subtitle { font-size: clamp(1rem, 2.2vw, 1.15rem) !important; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem) !important; }
.section-subtitle { font-size: clamp(0.95rem, 1.8vw, 1.1rem) !important; }

/* Kart içi tipografi */
.konsept-ad { font-size: 1.25rem !important; font-weight: 800 !important; color: #0f172a !important; }
.konsept-fiyat { font-size: 1.1rem !important; font-weight: 700 !important; color: #0f766e !important; }

/* Filtre butonları – 1.2rem font optimized */
.filter-btn {
  background: #ffffff !important;
  border: 2px solid #cbd5e1 !important;
  color: #334155 !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  padding: 0.8rem 1.8rem !important;
  border-radius: 12px !important;
  min-width: 95px !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1.3 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08) !important;
}
.filter-btn.active,
.filter-btn:hover {
  background: linear-gradient(135deg, var(--star-blue), var(--nebula-purple)) !important;
  border-color: var(--star-blue) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(147, 197, 253, 0.3) !important;
}

/* Mobil responsive filter butonları - 1.2rem base için optimize */
@media (max-width: 768px) {
  .filter-btn {
    font-size: 1.1rem !important;
    padding: 0.7rem 1.4rem !important;
    min-width: 85px !important;
    border-radius: 10px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 480px) {
  .filter-btn {
    font-size: 1rem !important;
    padding: 0.65rem 1.2rem !important;
    min-width: 80px !important;
    border-radius: 8px !important;
    margin: 2px !important;
    line-height: 1.2 !important;
  }
}

/* Butonlar – bebek mavisi/pembe geçiş */
.btn-primary {
  background: linear-gradient(135deg, var(--star-blue), var(--nebula-purple)) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(147, 197, 253, 0.35) !important;
}
.btn-secondary {
  background: rgba(147, 197, 253, 0.12) !important;
  border-color: rgba(147, 197, 253, 0.35) !important;
  color: #2563eb !important;
}

/* Hero CTA butonları – yükselti, iç boşluk, ikon hizası, hover/focus */
.hero-buttons .btn-primary,
.hero-buttons .btn-secondary {
  display:inline-flex; align-items:center; gap:10px; padding:12px 18px !important; border-radius: 14px !important;
  font-weight: 800 !important; letter-spacing: 0.01em; font-size: 0.98rem !important;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.hero-buttons .btn-primary { box-shadow: 0 14px 28px rgba(147, 197, 253, 0.35) !important; }
.hero-buttons .btn-secondary { background:#ffffff !important; color:#2563eb !important; border:1px solid #cbd5e1 !important; }
.hero-buttons .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(147,197,253,0.45) !important; }
.hero-buttons .btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(2,8,23,0.06) !important; }
.hero-buttons .btn-primary:active, .hero-buttons .btn-secondary:active { transform: translateY(-1px); }
.hero-buttons .btn-primary:focus, .hero-buttons .btn-secondary:focus { outline:none; box-shadow: 0 0 0 3px rgba(147,197,253,0.35) !important; }
.hero-buttons .btn-icon { font-size: 1.1rem; }

/* Hero CTA grup boşlukları */
.hero-buttons { gap: 12px !important; }

/* Kartlar – beyaz zemin, açık kenarlık */
.konsept-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 10px 24px rgba(2, 8, 23, 0.06) !important;
  padding: 18px !important;
  box-sizing: border-box !important;
}
.konsept-card.selected { background: #fff7f9 !important; border-color: #f9a8d4 !important; }

.konsept-card .konsept-info { color: #0f172a !important; }
.konsept-card .konsept-title { color: #0f172a !important; }
.konsept-card .konsept-price { color: #0f766e !important; font-weight: 700 !important; }

/* Rozetler */
.konsept-rozetler { gap: 6px !important; }
.konsept-rozet { 
  background: #eaf2ff !important; 
  color: #1e40af !important; 
  border-color: #93c5fd !important; 
  font-weight: 700 !important;
  padding: 6px 12px !important;
  font-size: 0.85rem !important;
}
.konsept-rozet-cinsiyet { 
  background: #fde8f3 !important; 
  color: #9d174d !important; 
  border-color: #f9a8d4 !important; 
  font-weight: 700 !important;
  padding: 6px 12px !important;
  font-size: 0.85rem !important;
}

/* İndirim görselleri – metin kontrastını arttır */
.konsept-fiyat-container.indirimli {
  background: #fff0f4 !important;
  border: 1px solid #f9a8d4 !important;
  box-shadow: 0 8px 20px rgba(249, 168, 212, 0.25) !important;
}
.konsept-fiyat-container,
.konsept-fiyat.normal { min-height: 68px !important; display:flex !important; align-items:center !important; justify-content:center !important; flex-direction:column !important; }
.konsept-fiyat-yeni { color: #be123c !important; font-weight: 800 !important; font-size: 1.25rem !important; }
.konsept-fiyat-eski { color: #64748b !important; font-weight: 600 !important; }
.indirim-etiketi { background: linear-gradient(135deg, #fb7185, #f9a8d4) !important; color:#fff !important; }

/* Seç butonu – daha belirgin */
.konsept-sec-btn {
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 10px 24px rgba(147, 197, 253, 0.35) !important;
}

/* Zoom ikonunun görünürlüğü */
.konsept-zoom-ikon { background: rgba(30, 41, 59, 0.9) !important; }
.konsept-zoom-ikon:hover { background: #0f172a !important; }

/* Form okunabilirlik */
.form-group label { color: #0f172a !important; font-weight: 700 !important; }
.form-group input,
.form-group select,
.form-group textarea { font-size: 1rem !important; }
.contact-form-card { background: rgba(255,255,255,0.9) !important; }

/* Bölümler – daha açık arkaplanlar */
.how-it-works { background: linear-gradient(135deg, #f0f9ff 0%, #fff7f9 100%) !important; }
.konseptler-section { background: transparent !important; }
.contact-section { background: linear-gradient(135deg, #f7fbff 0%, #fff7f9 100%) !important; }

/* Footer açık zemin */
.footer { background: #ffffff !important; border-top: 1px solid #e5e7eb !important; }
.footer-links a { color: #64748b !important; }
.footer-links a:hover { color: #2563eb !important; }

/* Yeni Hero Layout (index3 esinli) */
.hero-container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center; padding-top: 0; }
@media (max-width: 992px){ .hero-container { grid-template-columns: 1fr; } }

.hero-text h1, .hero-text .hero-title { color: #0f172a !important; }
.hero-text p { color: #475569 !important; }
.hero-buttons { display:flex; gap:12px; margin-top:12px; }

.hero-stats.compact { display:flex; gap:20px; margin-top:16px; flex-wrap:wrap; }
.hero-stats.compact strong.stat-number { color:#ff5d8f; font-size:1.3rem; }
.hero-stats.compact .stat-label { color:#64748b; font-weight:600; font-size:0.9rem; display:block; }

.hero-gallery { display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; position: static !important; top:auto !important; left:auto !important; width:auto !important; height:auto !important; z-index:auto !important; pointer-events:auto !important; }
.hero-gallery > div { border-radius:14px; overflow:hidden; background:#fff; box-shadow: 0 6px 16px rgba(2,8,23,0.06); }
.hero-gallery img { width:100%; height: 140px; object-fit: cover; transition: transform .3s ease; }
.hero-gallery img:hover { transform: scale(1.04); }
@media (min-width: 1200px){ .hero-gallery img { height: 180px; } }

/* Sticky açık navbar uyumu */
.navbar { position: sticky !important; top:0; }
.nav-container { padding: 10px 16px !important; }
.nav-logo .logo-text, .nav-logo { color:#0f172a !important; }
.nav-link { color:#475569 !important; }
.nav-link:hover { color:#2563eb !important; }

/* Modal override: en öne getir, arka karartmayı yumuşat */
.modal-arkaplan { z-index: 99990 !important; background: rgba(15,23,42,0.85) !important; }
.modal-arkaplan.active { display:block !important; }
.modal-icerik { box-shadow: 0 30px 80px rgba(2,8,23,0.45) !important; }
.modal-kapat { background: rgba(15, 23, 42, 0.8) !important; }

/* Filtre bar ve arama alanı okunabilirliği */
.filter-bar { background:#ffffff !important; border:1px solid #e5e7eb !important; box-shadow: 0 6px 16px rgba(2,8,23,0.04) !important; }
.filter-label { color:#0f172a !important; }
.arama-input { background:#ffffff !important; border:1px solid #cbd5e1 !important; color:#0f172a !important; }
.arama-input::placeholder { color:#94a3b8 !important; }
.arama-ikon { color:#64748b !important; }

/* How it works kartları */
.how-it-works { background: linear-gradient(135deg, #f0f9ff 0%, #fff7f9 100%) !important; }
.step { background:#ffffff !important; border:1px solid #e5e7eb !important; }
.step-title { color:#0f172a !important; }
.step-description { color:#475569 !important; }

/* Süreç (How it works) responsivity */
.steps-container { display:grid !important; grid-template-columns: 1fr; gap: 1rem !important; }
@media (min-width: 640px){ .steps-container { grid-template-columns: repeat(2, 1fr) !important; gap: 1.25rem !important; } }
@media (min-width: 1024px){ .steps-container { grid-template-columns: repeat(3, 1fr) !important; gap: 1.5rem !important; } }

.step { display:grid !important; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; height: 100%; padding: 1.25rem !important; }
.step-icon { width: 56px !important; height: 56px !important; }
.step-number { width: 56px !important; height: 56px !important; font-size: 1.25rem !important; }
.step-content { display:flex; flex-direction:column; gap: .4rem; }
.step-title { margin: 0 !important; font-size: 1.05rem !important; }
.step-description { margin: 0 !important; line-height: 1.6 !important; }

/* Konsept kart içi metinler zaten koyulaştırıldı, grid boşlukları net */
.konseptler-grid { gap: 1.25rem !important; }
/* Konsept grid responsive 2x2 (mobile) */
.konseptler-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
@media (min-width: 768px){ .konseptler-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (min-width: 1200px){ .konseptler-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }

/* Mobil badge düzenlemeleri */
@media (max-width: 768px) {
    .konsept-meta { 
        gap: 4px !important; 
        height: 26px !important; 
        margin-bottom: 8px !important; 
        overflow: visible !important;
        position: relative !important;
        z-index: 2 !important;
    }
    .konsept-age-badge, .konsept-gender-badge { 
        height: 24px !important; 
        padding: 2px 6px !important; 
        border-radius: 12px !important; 
        max-width: 48% !important; 
        border-width: 1px !important;
        position: relative !important;
    }
    .konsept-age-badge span, .konsept-gender-badge span { 
        font-size: 15px !important; 
    }
    .konsept-information { 
        padding: 6px 10px 12px 10px !important; 
        height: 120px !important; 
        position: relative !important;
        z-index: 1 !important;
    }
    .konsept-title { 
        font-size: 14px !important; 
        margin: 0 0 8px 0 !important; 
        padding: 6px 10px !important;
        gap: 6px !important;
    }
    .konsept-title span[style*="PRO"] {
        font-size: 8px !important;
        padding: 1px 4px !important;
    }
    /* Buton mobilde daha küçük */
    .konsept-select-btn { 
        padding: 8px 12px !important; 
        font-size: 12px !important; 
        height: 36px !important; 
    }
}

/* Sparkle animation keyframes */
@keyframes sparkle {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
        opacity: 1; 
    }
    25% { 
        transform: scale(1.1) rotate(90deg); 
        opacity: 0.8; 
    }
    50% { 
        transform: scale(0.95) rotate(180deg); 
        opacity: 1; 
    }
    75% { 
        transform: scale(1.05) rotate(270deg); 
        opacity: 0.9; 
    }
}

/* İndirimli kart efektleri – layout kaymasını önlemek için outline kullan */
.indirimli-kart { outline: 2px solid #f9a8d4 !important; border-color: #e5e7eb !important; }
.indirimli-kart:hover { outline-color: #ec4899 !important; }

/* Kart bilgi alanı sabitlenir */
.konsept-info { min-height: 120px !important; display:flex; flex-direction:column; justify-content:center; }

/* Contact bölümü kutuları */
.contact-item { background:#ffffff !important; border:1px solid #e5e7eb !important; }
.contact-item { min-height: 180px; display:flex; align-items:center; }
.contact-details h3 { color:#0f172a !important; }
.contact-details p { color:#475569 !important; }
.contact-link { color:#2563eb !important; }
.cta-card { background:#ffffff !important; border:1px solid #e5e7eb !important; }

/* Form alanları */
.contact-form-card { background:#ffffff !important; border:1px solid #e5e7eb !important; }
.contact-form-card { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; }
.form-group input,
.form-group select,
.form-group textarea { background:#ffffff !important; border:1px solid #cbd5e1 !important; color:#0f172a !important; }
.form-group input::placeholder,
.form-group textarea::placeholder { color:#94a3b8 !important; }
.form-group select option { color:#0f172a !important; background:#ffffff !important; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color:#93c5fd !important; box-shadow: 0 0 0 3px rgba(147,197,253,0.25) !important; }

/* Loading okunabilirliği */
.loading { color:#334155 !important; }
.spinner-ring { border-color: rgba(147,197,253,0.35) !important; border-top-color:#93c5fd !important; }

/* Mobile nav açık zemin */
@media (max-width: 767px){
  .nav-links { background:#ffffff !important; border-top:1px solid #e5e7eb !important; }
  .nav-link { color:#334155 !important; border-bottom-color:#e5e7eb !important; }
}

/* Desktop iletişim grid düzeni: sol bilgi, sağ form, altta CTA */
@media (min-width: 1024px){
  .contact-content { 
    display:grid !important; 
    grid-template-columns: 1.2fr 1fr !important; 
    gap: 2rem !important; 
    align-items: start !important; 
    max-width: 1100px; 
    margin: 3rem auto 0 auto; 
  }
  .contact-info { grid-column: 1; grid-template-columns: repeat(2, 1fr) !important; gap: 1.25rem !important; }
  .contact-info .contact-item:last-child { grid-column: auto !important; max-width: none !important; margin: 0 !important; }
  .contact-form-container { grid-column: 2; margin: 0 !important; }
  .contact-cta { grid-column: 1 / -1; margin-top: 1rem; }
  .contact-form-card, .cta-card { width: 100%; max-width: 600px; margin-left: auto; margin-right: 0; }
}

/* Tablet hizalama */
@media (min-width: 768px) and (max-width: 1023px){
  .contact-content { max-width: 900px; margin: 2rem auto 0 auto; gap: 1.5rem !important; }
  .contact-info { grid-template-columns: repeat(2, 1fr) !important; }
  .contact-form-card, .cta-card { max-width: 700px; margin: 0 auto; }
}

/* KONSEPT KARTLARI TEMA UYUMLU GRID SİSTEMİ */

/* Ana grid container - tema padding'i ile */
.konseptler-grid {
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    justify-items: center !important;
    align-items: stretch !important;
    padding: 0 0 40px 0 !important;
}

/* Konsept kartları - maksimum görsel alan */
.konsept-card {
    width: 100% !important;
    max-width: 350px !important;
    min-height: 600px !important;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex !important;
    flex-direction: column !important;
}

/* Görsel thumbnail - shorts formatına uygun uzun alan */
.konsept-thumbnail {
    height: 500px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Blog card wrapper - tam yükseklik */
.single-blog-list-wrapper {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    padding: 2px !important;
}

/* İçerik bölümü - minimal, görsele yapışık */
.konsept-information {
    padding: 8px 15px 15px 15px !important;
    height: 130px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Responsive grid sistemi */
@media (max-width: 1200px) {
    .konseptler-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .konseptler-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    
    .konsept-card {
        max-width: 100% !important;
        min-height: 380px !important;
    }
}

@media (max-width: 480px) {
    .konseptler-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    .konsept-card {
        max-width: 100% !important;
        min-height: 360px !important;
    }
}

/* Hover efektleri */
.single-blog-list-wrapper:hover .konsept-thumbnail img {
    transform: scale(1.05) !important;
}

.single-blog-list-wrapper .zoom-icon:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
}

/* Cinsiyet ikonları efektleri */
.cinsiyet-icon {
    transition: all 0.3s ease !important;
}

.single-blog-list-wrapper:hover .cinsiyet-icon {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

/* Çift ikon için özel positioning */
.cinsiyet-icon.kiz-icon {
    border-radius: 50% 50% 20% 50% !important;
}

.cinsiyet-icon.erkek-icon {
    border-radius: 50% 50% 50% 20% !important;
}



/* Konsept seçim butonu stilleri - Optimize Edilmiş */
.konsept-select-btn {
    border-width: 2px 4px 4px 2px !important;
    border-style: solid !important;
    border-color: var(--color-heading-1) !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    height: 44px !important;
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: var(--color-primary) !important;
    color: var(--color-heading-1) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    flex-shrink: 0 !important;
}

.konsept-select-btn:hover {
    transform: translateY(-1px) scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    border-width: 3px 5px 5px 3px !important;
}

.konsept-select-btn:active {
    transform: translateY(0px) scale(1) !important;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Seçilmiş buton için özel efekt */
.konsept-card.selected .konsept-select-btn {
    background: var(--color-primary-2) !important;
    color: var(--color-white) !important;
    box-shadow: 0 4px 12px rgba(119, 99, 229, 0.3), 0 2px 4px rgba(119, 99, 229, 0.2) !important;
}

.konsept-card.selected .konsept-select-btn:hover {
    box-shadow: 0 6px 20px rgba(119, 99, 229, 0.4), 0 3px 8px rgba(119, 99, 229, 0.3) !important;
}

/* Mutluluk verici parıltı efekti */
.konsept-select-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.konsept-select-btn:hover::after {
    left: 100%;
}

/* Badge stilinde yaş/cinsiyet */
.konsept-meta {
    gap: 12px !important;
    flex-wrap: nowrap !important;
    margin-bottom: 10px !important;
}

.konsept-age-badge,
.konsept-gender-badge {
    transition: all 0.3s ease !important;
    position: relative !important;
}

.konsept-age-badge:hover,
.konsept-gender-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

.konsept-age-badge {
    background: var(--color-primary) !important;
}

/* Cinsiyet badge için özel renkler */
.konsept-gender-badge {
    /* JavaScript ile dinamik arkaplan atanıyor */
}

/* Konsept başlık stili */
.konsept-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    font-family: var(--font-secondary) !important;
    color: var(--color-heading-1) !important;
    flex-shrink: 0 !important;
}

/* Mobil için responsive düzenlemeler */
@media (max-width: 768px) {
    .konsept-information {
        height: 125px !important;
    }
    
    .konsept-meta {
        gap: 10px !important;
    }
    
    .konsept-age-badge,
    .konsept-gender-badge {
        padding: 5px 10px !important;
        font-size: 13px !important;
    }
    
    .konsept-title {
        font-size: 18px !important;
    }
    
    .konsept-select-btn {
        height: 42px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .konsept-information {
        height: 120px !important;
    }
    
    .konsept-meta {
        gap: 8px !important;
        flex-wrap: wrap !important;
    }
    
    .konsept-age-badge,
    .konsept-gender-badge {
        padding: 4px 8px !important;
        font-size: 12px !important;
        border-radius: 15px !important;
    }
    
    .konsept-title {
        font-size: 16px !important;
    }
    
    .konsept-select-btn {
        height: 40px !important;
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
}

/* Bounce animasyonu */
.konsept-card.bounce {
    animation: bounceIn 0.6s ease !important;
}

@keyframes bounceIn {
    0% { transform: scale(0.3) translateY(-50px); }
    50% { transform: scale(1.05) translateY(-10px); }
    70% { transform: scale(0.9) translateY(0); }
    100% { transform: scale(1) translateY(0); }
}

/* Fade-in animasyonu */
.konsept-card.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Fiyat stilleri - blog card stiline uyumlu */
.konsept-fiyat-container.indirimli {
    background: #fff0f4 !important;
    border: 1px solid #f9a8d4 !important;
    padding: 8px !important;
    border-radius: 4px !important;
    text-align: center !important;
}

.konsept-fiyat-yeni {
    color: #be123c !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
}

.konsept-fiyat-eski {
    color: #64748b !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
}

.konsept-fiyat.normal {
    color: #0f766e !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-align: center !important;
}

.indirim-etiketi {
    background: linear-gradient(135deg, #fb7185, #f9a8d4) !important;
    color: #fff !important;
    font-size: 0.75rem !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
    margin-top: 4px !important;
    display: inline-block !important;
}

/* SABİT FİYAT BÖLÜMÜ STİLLERİ - TEMA UYUMLU */

/* Desktop - Tema standardı */
.fixed-price-section {
    height: auto !important;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.08) !important;
}

/* İkon tema standardı - temanın border stiline uygun */
.selection-icon {
    position: relative !important;
}

.selection-icon::after {
    content: "" !important;
    position: absolute !important;
    width: 101% !important;
    height: 103% !important;
    background: var(--color-heading-1) !important;
    z-index: -1 !important;
    bottom: -3px !important;
    right: -3px !important;
}

/* Mobile responsive - Kompakt tema uyumlu */
@media (max-width: 768px) {
    .fixed-price-section {
        padding: 14px 0 !important;
    }
    
    .fixed-price-section .container {
        max-width: 100% !important;
        padding: 0 20px !important;
    }
    
    .selection-icon {
        width: 36px !important;
        height: 36px !important;
        margin-right: 12px !important;
    }
    
    .selection-icon i {
        font-size: 13px !important;
    }
    
    .selection-count {
        font-size: 15px !important;
        font-weight: 800 !important;
    }
    
    .price-info {
        font-size: 12px !important;
    }
    
    #currentPrice {
        font-size: 14px !important;
    }
    
    .fixed-price-section .rts-btn {
        padding: 10px 10px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .fixed-price-section {
        padding: 12px 0 !important;
    }
    
    .fixed-price-section .container {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    
    .selection-icon {
        width: 32px !important;
        height: 32px !important;
        margin-right: 10px !important;
    }
    
    .selection-icon i {
        font-size: 11px !important;
    }
    
    .selection-count {
        font-size: 14px !important;
        font-weight: 800 !important;
        margin-bottom: 2px !important;
    }
    
    .price-info {
        font-size: 11px !important;
    }
    
    #currentPrice {
        font-size: 13px !important;
    }
    
    .fixed-price-section .rts-btn {
        padding: 10px 10px !important;
        font-size: 12px !important;
        border-radius: 4px !important;
    }
    
    .fixed-price-section .rts-btn i {
        font-size: 13px !important;
        margin-right: 4px !important;
    }
}

/* Sabit fiyat bölümünün bottom padding'i - Tema uyumlu */
body.fixed-price-active {
    padding-bottom: 90px !important;
}

@media (max-width: 768px) {
    body.fixed-price-active {
        padding-bottom: 85px !important;
    }
}

@media (max-width: 480px) {
    body.fixed-price-active {
        padding-bottom: 80px !important;
    }
}

/* İkon hover animasyonu - tema stiline uygun */
.selection-icon:hover {
    transform: rotate(-12deg) translateY(-2px) !important;
    transition: transform 0.3s ease !important;
}

/* Buton hover'ı tema standardı */
.fixed-price-section .rts-btn.btn-primary:hover {
    background: var(--color-white) !important;
    color: var(--color-heading-1) !important;
    transform: translateY(-2px) !important;
}

/* KONSEPT KART İÇİ ELEMANLAR - TEMA UYUMLU */

/* Meta bilgiler container - görsele yapışık */
.konsept-meta {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 6px !important;
    flex-wrap: wrap !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Yaş ve cinsiyet bilgileri - tema fontları */
.konsept-age-info,
.konsept-gender-info {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.konsept-age-info i.fa-calendar-days,
.konsept-gender-info i.fa-user {
    font-size: 11px !important;
    font-weight: 900 !important;
}

.konsept-age-info span,
.konsept-gender-info span {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--color-body) !important;
    font-family: var(--font-secondary) !important;
}

/* Konsept başlığı - kompakt ve belirgin */
.konsept-title {
    font-family: var(--font-secondary) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--color-heading-1) !important;
    line-height: 1.3 !important;
    margin: 0 0 8px 0 !important;
    cursor: pointer !important;
}

/* Cinsiyet ikonu - kompakt */
.konsept-gender-info i.fa-user {
    font-size: 11px !important;
    font-weight: 900 !important;
}

.konsept-gender-info span {
    color: var(--color-heading-1) !important;
    font-weight: 600 !important;
}

/* Seçim butonu - Kompakt, tam genişlik */
.konsept-select-btn {
    width: 100% !important;
    height: 38px !important;
    margin: auto 0 0 0 !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: var(--font-secondary) !important;
    line-height: 38px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    display: block !important;
    text-align: center !important;
    color: var(--color-white) !important;
    border: none !important;
    outline: none !important;
    box-sizing: border-box !important;
}

/* Seç durumu - Tema mor rengi */
.konsept-select-btn:not(.selected) {
    background: var(--color-primary-2) !important;
    box-shadow: 0 4px 12px rgba(119, 99, 229, 0.3) !important;
}

/* Seçildi durumu - Tema sarı rengi */
.konsept-select-btn.selected {
    background: var(--color-primary) !important;
    box-shadow: 0 4px 12px rgba(255, 211, 53, 0.3) !important;
}

/* Hover efektleri */
.konsept-select-btn:not(.selected):hover {
    background: #6553d0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(119, 99, 229, 0.4) !important;
}

.konsept-select-btn.selected:hover {
    background: #f5c831 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(255, 211, 53, 0.5) !important;
}

/* Focus durumu */
.konsept-select-btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(119, 99, 229, 0.2) !important;
}

.konsept-select-btn.selected:focus {
    box-shadow: 0 0 0 3px rgba(255, 211, 53, 0.3) !important;
}


/* Kart genel yazı tiplerini güçlendir */
.konsept-information * {
    font-family: var(--font-secondary) !important;
}

/* Responsive düzenlemeler - yeni hiyerarşi */
@media (max-width: 768px) {
    .konsept-information {
        padding: 16px !important;
        gap: 10px !important;
        min-height: 140px !important;
    }
    
    .konsept-age-info i.fa-calendar-days {
        font-size: 11px !important;
    }
    
    .konsept-age-text {
        font-size: 10px !important;
    }
    
    .konsept-title {
        font-size: 18px !important;
        line-height: 1.25 !important;
    }
    
    .konsept-gender-info {
        font-size: 11px !important;
        padding: 4px 7px !important;
    }
    
    .konsept-select-btn {
        width: 100% !important;
        height: 40px !important;
        font-size: 13px !important;
        padding: 0 12px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 480px) {
    .konsept-information {
        padding: 14px !important;
        gap: 8px !important;
        min-height: 130px !important;
    }
    
    .konsept-age-info i.fa-calendar-days {
        font-size: 10px !important;
    }
    
    .konsept-age-text {
        font-size: 9px !important;
    }
    
    .konsept-title {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    
    .konsept-gender-info {
        font-size: 10px !important;
        padding: 3px 6px !important;
    }
    
    .konsept-gender-info i.fa-user {
        font-size: 9px !important;
    }
    
    .konsept-select-btn {
        width: 100% !important;
        height: 38px !important;
        font-size: 12px !important;
        padding: 0 10px !important;
        line-height: 38px !important;
    }
}

