/*
 Theme Name:   Neve Child
 Theme URI:    https://themeisle.com/themes/neve/
 Description:  Neve Child Theme for custom edits.
 Author:       Antigravity AI
 Template:     neve
 Version:      1.0.0
 Text Domain:  neve-child
*/

/* Özel CSS kodlarınızı bu satırdan itibaren ekleyebilirsiniz */

/* ===== SEREBRAL PALSI SAYFASI STILLERI ===== */
.sp-main-content-block {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}
.section-title {
    text-align: center;
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #3498db;
}
.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #555;
    font-size: 18px;
}

/* Bilgi Kartlari */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 50px 0;
}
.info-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.card-image {
    height: 220px;
    background-color: #e0e0e0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 15px;
}

.card-image-1 { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url('/wp-content/themes/neve-child/assets/erken-belirtiler.png'); }
.card-image-2 { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url('/wp-content/themes/neve-child/assets/serebral-palsi-tipleri.png'); }
.card-image-3 { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url('/wp-content/themes/neve-child/assets/risk-faktorleri.png'); }
.card-image-4 { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url('/wp-content/themes/neve-child/assets/fizyoterapi-rehabilitasyon.png'); }
.card-image-5 { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url('/wp-content/themes/neve-child/assets/aile-destegi.png'); }
.card-image-6 { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url('/wp-content/themes/neve-child/assets/ortopedik-cihazlar.png'); }

.image-label {
    background: #3498db;
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.card-content {
    padding: 25px;
}
.card-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}
.card-content p {
    color: #666;
    margin-bottom: 20px;
}
.card-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.card-link:hover {
    gap: 8px;
}

/* Istatistik Bolumu */
.stats-section {
    background: white;
    padding: 60px 0;
    margin: 40px 0;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}
.stat-item {
    padding: 20px;
}
.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 10px;
}
.stat-label {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Gorsel Galeri */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}
.gallery-item {
    height: 200px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    transition: transform 0.3s;
}
.gallery-item:hover {
    transform: scale(1.02);
}
.gallery-1 { background-image: url('/wp-content/themes/neve-child/assets/fizyoterapi-rehabilitasyon.png'); }
.gallery-2 { background-image: url('/wp-content/themes/neve-child/assets/ortopedik-cihazlar.png'); }
.gallery-3 { background-image: url('/wp-content/themes/neve-child/assets/aile-destegi.png'); }
.gallery-4 { background-image: url('/wp-content/themes/neve-child/assets/erken-belirtiler.png'); }

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 36px;
    }
    .section-title {
        font-size: 28px;
    }
}



/* ===== HAKKIMDA SAYFASI INTERAKTIF ISTATISTIK STILLERI ===== */
.bsv-stats-container {
    --bsv-primary: #1e3a8a;      
    --bsv-primary-light: #3b82f6;
    --bsv-accent: #0f766e;       
    --bsv-accent-light: #14b8a6; 
    
    --bsv-text-dark: #0f172a;    
    --bsv-text-gray: #475569;    
    --bsv-text-light: #64748b;   
    
    --bsv-bg-glass: rgba(255, 255, 255, 0.75);
    --bsv-border-glass: rgba(226, 232, 240, 0.8);
    --bsv-shadow-glass: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
    --bsv-shadow-hover: 0 20px 40px -15px rgba(59, 130, 246, 0.15);
    
    --bsv-font-primary: 'Plus Jakarta Sans', sans-serif;
    --bsv-font-title: 'Outfit', sans-serif;
    --bsv-radius: 24px;
    --bsv-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    
    font-family: var(--bsv-font-primary);
    color: var(--bsv-text-dark);
}

.bsv-stats-container.bsv-content-col {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

#bsv-top-stats-cards-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
}

.bsv-stats-container.bsv-content-col * {
    box-sizing: border-box;
}

/* Başlık Alanı */
.bsv-stats-container .bsv-header {
    margin-bottom: 30px;
}

.bsv-stats-container .bsv-subtitle {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--bsv-accent-light);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.bsv-stats-container .bsv-title {
    font-family: var(--bsv-font-title);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--bsv-primary);
    margin: 0 0 15px 0;
}

.bsv-stats-container .bsv-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--bsv-text-gray);
    margin: 0;
}

/* İstatistik Kart Izgarası */
.bsv-stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .bsv-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (min-width: 768px) {
    .bsv-stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


.bsv-stats-container .bsv-stat-card {
    position: relative;
    padding: 24px;
    background: var(--bsv-bg-glass);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--bsv-border-glass);
    border-radius: var(--bsv-radius);
    box-shadow: var(--bsv-shadow-glass);
    cursor: pointer;
    transition: var(--bsv-transition);
    overflow: hidden;
    transform-style: preserve-3d;
}

.bsv-stats-container .bsv-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.04) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
    transition: var(--bsv-transition);
}

.bsv-stats-container .bsv-stat-card:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: var(--bsv-shadow-hover);
    border-color: rgba(59, 130, 246, 0.28);
}

.bsv-stats-container .bsv-stat-card.active {
    background: #ffffff;
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: 0 15px 35px -10px rgba(59, 130, 246, 0.16);
}

.bsv-stats-container .bsv-stat-card.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--bsv-primary-light), var(--bsv-accent-light));
    border-radius: 5px 0 0 5px;
}

.bsv-stats-container .bsv-stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.bsv-stats-container .bsv-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.07);
    color: var(--bsv-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--bsv-transition);
}

.bsv-stats-container .bsv-stat-card:hover .bsv-stat-icon,
.bsv-stats-container .bsv-stat-card.active .bsv-stat-icon {
    background: linear-gradient(135deg, var(--bsv-primary-light) 0%, var(--bsv-accent-light) 100%);
    color: #ffffff;
    box-shadow: 0 6px 16px -4px rgba(59, 130, 246, 0.28);
}

.bsv-stats-container .bsv-stat-icon svg {
    width: 22px;
    height: 22px;
}

.bsv-stats-container .bsv-stat-number-wrapper {
    display: flex;
    align-items: baseline;
    font-family: var(--bsv-font-title);
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--bsv-primary);
}

.bsv-stats-container .bsv-stat-plus {
    font-size: 1.5rem;
    color: var(--bsv-accent-light);
    margin-left: 2px;
}

.bsv-stats-container .bsv-stat-label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bsv-text-dark);
    margin: 0 0 4px 0;
    position: relative;
    z-index: 2;
}

.bsv-stats-container .bsv-stat-sublabel {
    font-size: 0.82rem;
    color: var(--bsv-text-light);
    margin: 0 0 15px 0;
    position: relative;
    z-index: 2;
}

.bsv-stats-container .bsv-card-indicator {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--bsv-primary-light);
    opacity: 0.65;
    transition: var(--bsv-transition);
    position: relative;
    z-index: 2;
}

.bsv-stats-container .arrow-icon {
    width: 12px;
    height: 12px;
    transition: var(--bsv-transition);
}

.bsv-stats-container .bsv-stat-card:hover .bsv-card-indicator,
.bsv-stats-container .bsv-stat-card.active .bsv-card-indicator {
    opacity: 1;
    color: var(--bsv-accent-light);
}

.bsv-stats-container .bsv-stat-card:hover .arrow-icon {
    transform: translateX(4px);
}

.bsv-stats-container .bsv-stat-card.active .arrow-icon {
    transform: rotate(90deg);
}

/* Detay Listesi Paneli */
.bsv-stats-container .bsv-details-panel {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--bsv-border-glass);
    border-radius: var(--bsv-radius);
    box-shadow: 0 12px 30px -10px rgba(15, 23, 42, 0.05);
    padding: 30px;
    transition: var(--bsv-transition);
    scroll-margin-top: 20px; /* Scroll yaparken üstte biraz pay bırakır */
}

.bsv-stats-container .bsv-panel-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.bsv-stats-container .bsv-details-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.bsv-stats-container .bsv-details-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.bsv-stats-container .bsv-details-title {
    font-family: var(--bsv-font-title);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bsv-primary);
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bsv-stats-container .title-decor {
    width: 5px;
    height: 22px;
    background: linear-gradient(to bottom, var(--bsv-primary-light), var(--bsv-accent-light));
    border-radius: 4px;
    display: inline-block;
}

.bsv-stats-container .bsv-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .bsv-stats-container .bsv-details-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

.bsv-stats-container .bsv-details-list li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    animation: bsv-slide-in 0.4s ease forwards;
    opacity: 0;
}

.bsv-stats-container .bsv-details-list li:nth-child(1) { animation-delay: 0.05s; }
.bsv-stats-container .bsv-details-list li:nth-child(2) { animation-delay: 0.10s; }
.bsv-stats-container .bsv-details-list li:nth-child(3) { animation-delay: 0.15s; }
.bsv-stats-container .bsv-details-list li:nth-child(4) { animation-delay: 0.20s; }
.bsv-stats-container .bsv-details-list li:nth-child(5) { animation-delay: 0.25s; }

.bsv-stats-container .list-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--bsv-accent-light);
    margin-top: 6px;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.15);
}

.bsv-stats-container .bsv-details-list li strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--bsv-text-dark);
    line-height: 1.4;
    display: block;
    margin-bottom: 3px;
}

.bsv-stats-container .bsv-details-list li p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--bsv-text-gray);
    margin: 0;
}

@keyframes bsv-slide-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== YAZILARIM (BLOG) SAYFASI STILLERI ===== */
.archive-container article.post {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    margin-bottom: 30px;
}

.archive-container article.post:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px -15px rgba(59, 130, 246, 0.14);
    border-color: rgba(59, 130, 246, 0.25);
}

.archive-container .nv-post-thumbnail-wrap {
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 20px !important;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.archive-container .nv-post-thumbnail-wrap img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border-radius: 14px !important;
}

.archive-container article.post:hover .nv-post-thumbnail-wrap img {
    transform: scale(1.05);
}

.archive-container .blog-entry-title a {
    font-family: 'Outfit', sans-serif !important;
    color: #1e3a8a !important;
    font-weight: 700 !important;
    font-size: 1.35rem !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    display: inline-block;
}

.archive-container article.post:hover .blog-entry-title a {
    color: #3b82f6 !important;
}

.archive-container .nv-meta-list {
    margin: 12px 0 16px 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 12px;
    list-style: none;
    font-size: 0.8rem;
    color: #64748b;
    border-top: 1px solid rgba(229, 231, 235, 0.5);
    border-bottom: 1px solid rgba(229, 231, 235, 0.5);
    padding: 8px 0 !important;
}

.archive-container .nv-meta-list li {
    display: inline-flex;
    align-items: center;
}

.archive-container .nv-meta-list li a {
    color: #0f766e !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.archive-container .nv-meta-list li a:hover {
    color: #14b8a6 !important;
}

.archive-container .excerpt-wrap p {
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
    color: #475569 !important;
    margin: 0 !important;
}

.archive-container .excerpt-wrap a.more-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #3b82f6;
    text-decoration: none;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.archive-container .excerpt-wrap a.more-link:hover {
    color: #1e3a8a;
    gap: 8px;
}

/* ===== YENİ EKLEMELER: BLOG CARD, İLETİŞİM, DETAY SAYFALARI, POPUP VE CTA BÖLÜMLERİ ===== */

/* --- 1. Blog (Yazılarım) Arşiv Sayfası Küçük Kart Tasarımı --- */
.blog .nv-index-posts, .archive .nv-index-posts {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    margin-top: 30px !important;
}
.blog .nv-index-posts article, .archive .nv-index-posts article {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 20px !important;
    padding: 20px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 10px 25px -10px rgba(15, 23, 42, 0.04) !important;
}
.blog .nv-index-posts article:hover, .archive .nv-index-posts article:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 35px -12px rgba(59, 130, 246, 0.15) !important;
    border-color: rgba(59, 130, 246, 0.25) !important;
}
.blog .nv-post-thumbnail-wrap, .archive .nv-post-thumbnail-wrap {
    margin-bottom: 16px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}
.blog .nv-post-thumbnail-wrap img, .archive .nv-post-thumbnail-wrap img {
    height: 160px !important;
    object-fit: cover !important;
    width: 100% !important;
    transition: transform 0.5s ease !important;
}
.blog .nv-index-posts article:hover .nv-post-thumbnail-wrap img,
.archive .nv-index-posts article:hover .nv-post-thumbnail-wrap img {
    transform: scale(1.05) !important;
}
.blog .blog-entry-title, .archive .blog-entry-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
}
.blog .blog-entry-title a, .archive .blog-entry-title a {
    color: #1e3a8a !important;
    text-decoration: none !important;
}
.blog .blog-entry-title a:hover, .archive .blog-entry-title a:hover {
    color: #3b82f6 !important;
}
.blog .excerpt-wrap p, .archive .excerpt-wrap p {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    margin-bottom: 15px !important;
}

/* --- 2. Global Arama ve WhatsApp Popup'ı --- */
.bsv-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.bsv-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
.bsv-popup-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    border-radius: 28px;
    padding: 36px;
    width: 90%;
    max-width: 440px;
    text-align: center;
    position: relative;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.bsv-popup-overlay.active .bsv-popup-card {
    transform: translateY(0) scale(1);
}
.bsv-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #f1f5f9;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748b;
    transition: all 0.3s ease;
}
.bsv-popup-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}
.bsv-popup-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 8px;
    margin-top: 10px;
}
.bsv-popup-card p {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 28px;
    line-height: 1.5;
}
.bsv-popup-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bsv-popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.bsv-popup-btn-phone {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white !important;
    box-shadow: 0 8px 20px -8px rgba(59, 130, 246, 0.5);
}
.bsv-popup-btn-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(59, 130, 246, 0.6);
}
.bsv-popup-btn-wa {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: white !important;
    box-shadow: 0 8px 20px -8px rgba(16, 185, 129, 0.5);
}
.bsv-popup-btn-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -8px rgba(16, 185, 129, 0.6);
}

/* --- 3. Reusable Premium CTA Button --- */
.bsv-cta-button {
    font-family: 'Outfit', sans-serif;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    color: white !important;
    border: none;
    border-radius: 50px;
    padding: 16px 36px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 25px -10px rgba(59, 130, 246, 0.5);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}
.bsv-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -8px rgba(59, 130, 246, 0.6);
}
.bsv-cta-button:active {
    transform: translateY(-1px);
}

/* --- 4. İletişim Sayfası Tasarımı --- */
.bsv-contact-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.bsv-contact-hero {
    text-align: center;
    margin-bottom: 50px;
}
.bsv-hero-badge {
    background: #e0effb;
    color: #1e3a8a;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.bsv-contact-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 850;
    color: #1e3a8a;
    margin-bottom: 12px;
}
.bsv-contact-hero p {
    font-size: 1.15rem;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}
.bsv-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}
.bsv-contact-card {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bsv-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px -15px rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.2);
}
.bsv-card-icon {
    width: 64px;
    height: 64px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.bsv-contact-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 12px;
}
.bsv-contact-card p {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}
.bsv-card-detail {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
}
.bsv-card-actions {
    display: flex;
    gap: 12px;
    width: 100%;
}
.bsv-card-actions .bsv-btn {
    flex: 1;
}
.bsv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.bsv-btn-primary {
    background: #3b82f6;
    color: white !important;
}
.bsv-btn-primary:hover {
    background: #1d4ed8;
}
.bsv-btn-success {
    background: #10b981;
    color: white !important;
}
.bsv-btn-success:hover {
    background: #047857;
}

/* --- 5. Riskli Bebek Sayfası Tasarım Kuralları --- */
.bsv-rb-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.bsv-rb-hero {
    border-radius: 32px;
    padding: 60px 40px;
    margin-bottom: 50px;
    box-shadow: 0 15px 35px -15px rgba(28, 52, 84, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.bsv-rb-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.bsv-rb-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 850;
    color: #0c3348;
    margin-bottom: 16px;
    line-height: 1.2;
}
.bsv-rb-hero h1 i {
    font-style: normal;
    color: #3b82f6;
}
.bsv-rb-hero p.lead {
    font-size: 1.2rem;
    color: #1e4a6b;
    line-height: 1.6;
    margin-bottom: 40px;
}
.bsv-hero-img-wrap {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.15);
    border: 4px solid white;
}
.bsv-hero-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
.bsv-rb-info-card {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    margin-bottom: 50px;
}
.bsv-info-text {
    flex: 2;
}
.bsv-info-text h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0c3348;
    margin-bottom: 16px;
}
.bsv-info-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #334155;
    margin: 0;
}
.bsv-info-graphic {
    flex: 1;
    height: 180px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    border: 3px solid white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.bsv-rb-stats {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.bsv-rb-stat-item {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 18px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    font-weight: 600;
    color: #1e4a6b;
}
.bsv-stat-icon {
    font-size: 1.5rem;
}
.bsv-rb-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #0c3348;
    margin-bottom: 30px;
    border-left: 6px solid #3b82f6;
    padding-left: 16px;
}
.bsv-rb-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}
.bsv-rb-feature-card {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 20px -8px rgba(0, 45, 70, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.bsv-rb-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -10px rgba(28, 52, 84, 0.12);
}
.bsv-rb-feature-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0c3348;
    margin-bottom: 12px;
}
.bsv-rb-feature-card p {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}
.bsv-badge {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 30px;
    padding: 4px 12px;
    align-self: flex-start;
}
.bsv-rb-details-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.bsv-rb-details-col {
    flex: 1 1 450px;
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
.bsv-rb-details-col h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0c3348;
    margin-bottom: 24px;
}
.bsv-rb-details-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bsv-rb-details-col li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
}
.bsv-rb-details-col li::before {
    content: "✓";
    color: #3b82f6;
    font-weight: 800;
    position: absolute;
    left: 0;
}
.bsv-rb-note {
    background: #eff6ff;
    border-radius: 16px;
    padding: 16px;
    color: #1d4ed8;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 24px;
    line-height: 1.5;
}
.bsv-rb-details-bg {
    background: #f8fafc;
}
.bsv-rb-stages {
    background: #f0f7ff;
    border-radius: 32px;
    padding: 40px;
    margin-bottom: 60px;
    border: 1px solid rgba(186, 230, 253, 0.4);
}
.bsv-rb-stages h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0c3348;
    text-align: center;
    margin-bottom: 36px;
}
.bsv-rb-stages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.bsv-rb-stage-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(30, 41, 59, 0.03);
    text-align: center;
}
.bsv-stage-icon {
    font-size: 2.2rem;
    margin-bottom: 16px;
    display: inline-block;
}
.bsv-rb-stage-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0c3348;
    margin-bottom: 8px;
}
.bsv-rb-stage-card p {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}
.bsv-rb-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}
.bsv-gallery-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding-bottom: 16px;
}
.bsv-gallery-img {
    height: 180px;
    background-size: cover;
    background-position: center;
}
.bsv-gallery-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0c3348;
    margin-top: 16px;
    margin-bottom: 0;
}
.bsv-rb-cta-box {
    background: linear-gradient(135deg, #1e3b8b 0%, #0c1c49 100%);
    color: white;
    border-radius: 28px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 20px 40px -15px rgba(12, 28, 73, 0.3);
    margin-bottom: 50px;
}
.bsv-rb-cta-box h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
}
.bsv-rb-cta-box p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 30px auto;
    opacity: 0.9;
}
.bsv-rb-disclaimer {
    text-align: center;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.6;
}
.bsv-rb-disclaimer i {
    display: block;
    margin-bottom: 12px;
    color: #475569;
    font-size: 0.95rem;
}

/* --- 6. Brakiyal Pleksus Sayfası Stil Kuralları --- */
.bsv-bp-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.bsv-bp-hero {
    border-radius: 32px;
    padding: 60px 40px;
    margin-bottom: 50px;
    box-shadow: 0 15px 35px -15px rgba(28, 54, 84, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.bsv-bp-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.bsv-bp-hero-badge {
    background: #dcfce7;
    color: #166534;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.bsv-bp-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 850;
    color: #0f2d1d;
    margin-bottom: 16px;
    line-height: 1.2;
}
.bsv-bp-hero h1 i {
    font-style: normal;
    color: #22c55e;
}
.bsv-bp-hero p.lead {
    font-size: 1.2rem;
    color: #1b4332;
    line-height: 1.6;
    margin-bottom: 40px;
}
.bsv-bp-info-card {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    margin-bottom: 50px;
}
.bsv-bp-info-card h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f2d1d;
    margin-bottom: 16px;
}
.bsv-bp-info-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #334155;
    margin: 0;
}
.bsv-bp-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f2d1d;
    margin-bottom: 30px;
    border-left: 6px solid #22c55e;
    padding-left: 16px;
}
.bsv-bp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}
.bsv-bp-feature-card {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 20px -8px rgba(0, 45, 70, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.bsv-bp-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -10px rgba(28, 84, 52, 0.1);
}
.bsv-bp-feature-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f2d1d;
    margin-bottom: 12px;
}
.bsv-bp-feature-card p {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}
.bsv-bp-details-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.bsv-bp-details-col {
    flex: 1 1 450px;
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
.bsv-bp-details-col h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f2d1d;
    margin-bottom: 24px;
}
.bsv-bp-details-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bsv-bp-details-col li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
}
.bsv-bp-details-col li::before {
    content: "✓";
    color: #22c55e;
    font-weight: 800;
    position: absolute;
    left: 0;
}
.bsv-bp-note {
    background: #f0fdf4;
    border-radius: 16px;
    padding: 16px;
    color: #166534;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 24px;
    line-height: 1.5;
}
.bsv-bp-details-bg {
    background: #fdfdfd;
}
.bsv-bp-cta-box {
    background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
    color: white;
    border-radius: 28px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 20px 40px -15px rgba(20, 83, 45, 0.3);
    margin-bottom: 50px;
}
.bsv-bp-cta-box h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
}
.bsv-bp-cta-box p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 30px auto;
    opacity: 0.9;
}
.bsv-bp-disclaimer {
    text-align: center;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* --- 7. Tedavi Detay Sayfaları (CP Subpages) Stil Kuralları --- */
.bsv-detail-page-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.bsv-dp-hero {
    border-radius: 24px;
    padding: 48px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px -10px rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bsv-dp-badge {
    background: rgba(255, 255, 255, 0.7);
    color: #1e3a8a;
    border: 1px solid rgba(59, 130, 246, 0.15);
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.bsv-dp-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 850;
    color: #1e3a8a;
    margin-bottom: 12px;
}
.bsv-dp-hero p.lead {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    max-width: 750px;
    margin-bottom: 30px;
}
.bsv-dp-hero-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 3px solid white;
    max-width: 100%;
}
.bsv-dp-hero-img img {
    height: 200px;
    object-fit: cover;
    width: 450px;
    max-width: 100%;
    display: block;
}
.bsv-dp-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}
.bsv-dp-card {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 10px 25px -10px rgba(15, 23, 42, 0.03);
}
.bsv-dp-card h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 20px;
}
.bsv-dp-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 24px;
}
.bsv-dp-goals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.bsv-dp-goal-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 0.5);
}
.bsv-dp-goal-item strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
}
.bsv-dp-goal-item span {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #475569;
    display: block;
}
.bsv-dp-card-highlight {
    background: #f0f7ff;
    border-color: rgba(186, 230, 253, 0.5);
}
.bsv-dp-card-highlight ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bsv-dp-card-highlight li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
}
.bsv-dp-card-highlight li::before {
    content: "✦";
    color: #3b82f6;
    font-weight: 800;
    position: absolute;
    left: 0;
}
.bsv-dp-card-highlight li strong {
    color: #0f172a;
}
.bsv-dp-cta {
    background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
    color: white;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(30, 58, 138, 0.2);
}
.bsv-dp-cta h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
}
.bsv-dp-cta p {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto 24px auto;
    opacity: 0.9;
}

/* --- 8. Responsive Düzenlemeler --- */
@media (max-width: 768px) {
    .bsv-contact-hero h1, .bsv-rb-hero h1, .bsv-bp-hero h1 {
        font-size: 2.2rem;
    }
    .bsv-contact-hero p, .bsv-rb-hero p.lead, .bsv-bp-hero p.lead {
        font-size: 1rem;
    }
    .bsv-contact-grid {
        grid-template-columns: 1fr;
    }
    .bsv-rb-info-card {
        flex-direction: column;
        padding: 24px;
    }
    .bsv-info-graphic {
        width: 100%;
        height: 150px;
    }
    .bsv-rb-details-row, .bsv-bp-details-row {
        flex-direction: column;
    }
    .bsv-rb-details-col, .bsv-bp-details-col {
        flex: 1 1 100%;
        padding: 24px;
    }
    .bsv-rb-cta-box, .bsv-bp-cta-box, .bsv-dp-cta {
        padding: 30px 20px;
    }
    .bsv-rb-cta-box h3, .bsv-bp-cta-box h3, .bsv-dp-cta h3 {
        font-size: 1.5rem;
    }
    .bsv-rb-cta-box p, .bsv-bp-cta-box p, .bsv-dp-cta p {
        font-size: 0.95rem;
    }
    .bsv-dp-hero {
        padding: 24px;
    }
    .bsv-dp-hero h1 {
        font-size: 1.8rem;
    }
    .bsv-dp-card {
        padding: 24px;
    }
}
