/*
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;
}
/* Model Kurtarma Hatalarýný Önleyen Yardýmcý Sýnýflar */
.sahaj-mini-badge {
    background-color: rgba(255, 255, 255, 0.15) !important;
    display: inline-block !important;
    padding: 4px 12px !important;
    border-radius: 30px !important;
}

.sahaj-faq-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 180px !important;
    position: relative !important;
}

.sahaj-flex-center {
    display: flex !important;
    align-items: center !important;
}

/* Araþtýrma ve SSS Bloklarýndaki Özel Stiller */
.sahaj-faq-card h4 {
    margin: 0 !important;
    line-height: 1.4 !important;
}

.sahaj-number-circle {
    padding: 12px 8px !important;
    border-radius: 50% !important;
    margin: 0 !important;
    line-height: 1 !important;
    min-width: 64px !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.sahaj-number-text {
    margin: 0 !important;
    padding-left: 15px !important;
}

/* Modellerden (Patterns) Çýkarýlan CSS Sýnýflarý */
.sahaj-research-stat-card {
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.sahaj-research-stat-card:last-child {
    margin-bottom: 0;
}

.sahaj-number-circle.small {
    font-size: 1.3rem !important;
}

.sahaj-number-text {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding-left: 15px !important;
    color: var(--wp--preset--color--contrast, #111) !important;
}

/* SSS Alaný Ýkon ve Linkleri */
.sahaj-faq-icon {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    margin-bottom: 12px;
}
.sahaj-faq-arrow-wrap {
    text-align: right;
    margin-top: 10px;
}
.sahaj-faq-footer-link {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}
.sahaj-faq-footer-link a {
    color: #0d6847 !important;
    text-decoration: underline !important;
}

/* Detay Sayfasý Ýkon Baþlýklarý */
.sahaj-detail-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.sahaj-detail-icon {
    font-size: 1.8rem;
    background: #e6f2ed;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sahaj-detail-title {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

.sahaj-rounded-image img {
    border-radius: 20px !important;
}

/* SSS ve Arrow Ýyileþtirmeleri */
.sahaj-faq-icon {
    width: 44px !important;
    height: 44px !important;
    font-size: 1.25rem !important;
    margin-bottom: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    margin-top: 0 !important;
}

.sahaj-arrow-circle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: #eaf5f0 !important;
    color: #0d6847 !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.sahaj-faq-arrow-wrap {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: auto !important;
}

/* --- MOBÝL UYUMLULUK (RESPONSIVENESS) --- */
@media (max-width: 768px) {
    /* Kartlarýn iç boþluklarýný (padding) daralt */
    .sahaj-glass-card {
        padding: 20px !important;
    }

    /* Hero görselinin oval kesimini mobilde daha makul yap */
    .sahaj-hero-image-clip img {
        border-radius: 20px 20px 20px 60px !important;
    }

    /* SSS alaný minimum yüksekliðini kaldýr ki mobil cihazlarda gereksiz uzun olmasýn */
    .sahaj-faq-card {
        min-height: auto !important;
    }

    /* Ýkon ve Oklarýn boyutlarýný koruyarak mobilde orantýla */
    .sahaj-faq-icon {
        margin-bottom: 8px !important;
    }
    
    .sahaj-faq-arrow-wrap {
        margin-top: 15px !important;
    }

    /* Araþtýrma Ýstatistik kartlarýndaki sayý ile metin boyutlarýný ve aralýðýný mobilde optimize et */
    .sahaj-number-circle {
        min-width: 50px !important;
        height: 50px !important;
        font-size: 1.1rem !important;
        padding: 8px !important;
    }
    
    .sahaj-number-text {
        font-size: 0.8rem !important;
        padding-left: 10px !important;
    }
}
