/*
Theme Name:         Sahaja Meditasyon ve Farkındalık Teması
Theme URI:          https://sahajameditasyon.org
Description:        Sahaja Meditasyon sitesi için zihinsel sakinlik, meditasyon ve yoga odaklı özel blok ve şablon altyapısı.
Author:             Sahaj Keşif Geliştirici Ekibi
Author URI:         https://sahajameditasyon.org
Template:           twentytwentyfive
Version:            1.1.2
Text Domain:        sahaja-meditasyon
*/

/* --- TWENTY TWENTY-FIVE TASARIM SİSTEMİNE ÖZEL EKLEMELER --- */

/* Genel Sayfa Yumuşatması ve Yazı Tipi */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Yumuşak Cam ve Kart Efektleri (Mükemmel Gölge ve Yuvarlatma) */
.sahaj-glass-card {
    background: #ffffff !important;
    border: 1px solid rgba(13, 104, 71, 0.06) !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015), 0 10px 40px rgba(13, 104, 71, 0.02) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sahaj-glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(13, 104, 71, 0.05), 0 4px 10px rgba(0, 0, 0, 0.01) !important;
    border-color: rgba(13, 104, 71, 0.15) !important;
}

/* Yuvarlatılmış Özel Görsel Kesimi (Hero Görseli için) */
.sahaj-hero-image-clip img {
    border-radius: 24px 24px 24px 140px !important;
    object-fit: cover !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06) !important;
}

/* Badge (Rozet) Tasarımları */
.sahaj-pill-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(13, 104, 71, 0.08) !important;
    color: #0d6847 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    margin-bottom: 20px !important;
}

/* Kartlar İçin İkon Taşıyıcı Daireleri */
.sahaj-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    font-size: 1.8rem;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.sahaj-glass-card:hover .sahaj-icon-wrapper {
    transform: scale(1.08);
}

/* Daire İkon Arka Plan Renkleri (Görsellerdeki Tam Tonlar) */
.sahaj-bg-blue { background-color: #eef5f8 !important; }
.sahaj-bg-orange { background-color: #fef7ec !important; }
.sahaj-bg-yellow { background-color: #fff9e6 !important; }
.sahaj-bg-green { background-color: #eaf5f0 !important; }
.sahaj-bg-purple { background-color: #f6eff9 !important; }
.sahaj-bg-red { background-color: #fdeee9 !important; }

/* FAQ Kartı İçi Ok Dairesi */
.sahaj-arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background-color: #eaf5f0 !important;
    color: #0d6847 !important;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.sahaj-glass-card:hover .sahaj-arrow-circle {
    background-color: #0d6847 !important;
    color: #ffffff !important;
    transform: translateX(3px);
}

/* İlerleme Çubukları (Progress Bar) */
.sahaj-progress-track {
    background-color: #eae8df !important;
    height: 8px !important;
    border-radius: 10px !important;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 12px;
}

.sahaj-progress-bar {
    height: 100% !important;
    border-radius: 10px !important;
    background-color: #0d6847 !important;
    transition: width 1s ease-in-out;
}

/* Karşılaştırma / Dürüst Güven İkonları */
.sahaj-trust-icon {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.sahaj-trust-icon.check {
    background-color: #eaf5f0 !important;
    color: #0d6847 !important;
}

.sahaj-trust-icon.cross {
    background-color: #fdeee9 !important;
    color: #d9381e !important;
}

/* Buton Mikro Etkileşimleri */
.wp-block-button__link {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 104, 71, 0.18) !important;
    opacity: 0.95;
}