/* css/sub/pages/nursing.css */
/* =========================================
   ÖZEL ÜNYE ÇAKIRTEPE HASTANESİ
   Sayfa: Hemşirelik Hizmetleri (Nursing)
   Versiyon: V3.6 - MASTER SYNC (FINAL).
   
   REFERANS: 
   - Master Template (Operating Room V14.20).
   
   YAPILAN DÜZELTMELER:
   1. FLUID SCALE (2000px+): 
      - Sidebar: 500px (Ameliyathane ile eşitlendi).
      - Gap: 80px (Ameliyathane ile eşitlendi).
      - Intro/Sidebar Top: 40px (Ameliyathane ile eşitlendi).
      - Intro Title: 46px/700/60px (Senin kuralın).
   
   2. BASE DESKTOP:
      - Sidebar Padding: 26px.
      - Semanur Foto Margin: 8px.
      - Blog Title Margin: 80px.
   ========================================= */

/* --- GENEL AYARLAR --- */
body, html {
    overflow: visible !important;
    overflow-x: clip !important;
    scroll-padding-top: 0;
}

main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ==========================================================================
   MASAÜSTÜ (BASE) - STANDART GÖRÜNÜM (1201px - 1999px)
   ========================================================================== */

/* --- HERO SECTION --- */
.nur-hero {
    position: relative;
    width: 100%;
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    padding-bottom: 3rem !important;
    margin: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nur-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,50,91,0.3), rgba(0,50,91,0.9)) !important;
    z-index: 1;
    opacity: 1 !important;
}

.nur-hero .sub-page-container {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
}

.nur-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.nur-hero-content h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3rem !important;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    color: #ffffff;
}

.nur-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 26px !important;
    font-weight: 600;
    line-height: 1.2;
    opacity: 0.95;
    color: #ffffff;
}

/* --- BREADCRUMB --- */
.page-breadcrumb {
    padding: 1.5rem 0; 
    font-size: 0.9rem;
    color: #666;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0 !important;
    margin-bottom: 0 !important; 
}

.page-breadcrumb a {
    color: #00325B;
    text-decoration: none;
    font-weight: 600;
}

.page-breadcrumb span {
    margin: 0 0.5rem;
    color: #ccc;
}

.page-breadcrumb strong {
    color: #666;
    font-weight: 700;
}

/* --- FİLTRE BUTONLARI (Standard) --- */
.nur-filters {
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    /* Masaüstü standart: 30px boşluk */
}

/* FLUID FIX: Ameliyathane'de sağa yaslama (Bleed) vardır, burada standart tutuyoruz çünkü az filtre var */
/* Ancak mobilde yatay scroll çalışacak */

.nur-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #C6CFDA; 
    padding: 0 20px;
    color: #00325B;
    background-color: transparent; 
    font-size: 14px; 
    font-weight: 600; 
    letter-spacing: -0.49px;
    white-space: nowrap;
    height: 49px;
    text-decoration: none; 
    cursor: pointer;
    transition: 0.3s;
}

.nur-filter-btn:hover {
    background-color: #F2F2F2;
    border-color: #C6CFDA;
    color: #00325B;
}

/* --- GRID LAYOUT --- */
.nur-layout-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 50px;
    margin-bottom: 80px;
    align-items: start;
}

/* --- INTRO & PERSON BLOCK --- */
.nur-intro-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 26px; /* KRİTİK: Sidebar Padding ile Eşitlendi */
    margin-bottom: 0;
    align-items: flex-start;
}

.nur-intro-text {
    flex: 1;
}

.nur-intro-text h2 {
    font-size: 34px;
    color: #00325B;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 20px;
    margin-top: 0; 
}

.nur-lead-text {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    line-height: 29px;
    max-width: 480px; 
}

/* Person Card (Semanur) */
.nur-person-card {
    width: 168px;
    flex-shrink: 0;
    margin-top: 8px; /* KRİTİK: Ameliyathane Hizalaması */
}

.nur-person-card img {
    width: 168px;
    height: 187px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.npc-info strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    color: #00325B;
    margin-bottom: 5px;
}

.npc-info span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

/* --- DIVIDER --- */
.nur-divider {
    border: 0;
    border-top: 4px solid #00325B;
    margin-top: 75px;
    margin-bottom: 25px;
    width: 100%;
}

/* --- SECTION CONTENT --- */
.nur-section {
    margin-bottom: 30px;
}

.nur-section-title {
    font-size: 30px;
    color: #00325B;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 50px;
}

/* --- ACCORDION --- */
.nur-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 630px;
}

.nur-acc-item {
    width: 100%;
}

.nur-acc-header {
    background-color: #00325B;
    color: #ffffff;
    width: 100%;
    height: auto !important;
    min-height: 54px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 25px !important; 
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nur-acc-header:hover {
    background-color: #002545;
}

.nur-acc-header span {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    padding-right: 15px;
}

.nur-acc-icon {
    width: 22px;
    height: 16px;
    flex-shrink: 0;
    transform: rotate(90deg);
    transition: transform 0.5s ease;
}

.nur-acc-item.active .nur-acc-icon {
    transform: rotate(270deg);
}

.nur-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    background-color: #F2F2F2;
}

.nur-acc-inner {
    padding: 30px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    border: none;
    box-shadow: none;
}

/* --- SIDEBAR --- */
.nur-sidebar {
    height: 100%;
    position: relative;
    /* KRİTİK: Intro Margin ile Eşitlendi (26px) */
    padding-top: 26px;
}

.sidebar-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    width: 100%;
    background-color: #F2F2F2;
    padding: 40px;
    border-radius: 4px;
    z-index: 10;
}

.sidebar-section {
    margin-bottom: 50px;
}

.sidebar-section:last-child {
    margin-bottom: 0;
}

.sidebar-heading {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #00325B;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.sidebar-person-block {
    margin-bottom: 30px;
}

.sp-role {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #00325B;
    margin-bottom: 5px;
}

.sp-name {
    display: block;
    font-size: 16px;
    color: #333;
}

.sidebar-contact-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sc-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #0071CE;
    text-decoration: none;
    font-weight: 400;
    line-height: 22px;
    transition: 0.3s ease;
}

.sc-item:hover {
    color: #00325B;
}

.sc-item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.sidebar-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-link-list li {
    margin-bottom: 15px;
}

.sidebar-link-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0071CE;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    transition: 0.3s;
}

.sidebar-link-list a:hover {
    color: #00325B;
    transform: translateX(5px);
}

.arrow-icon {
    width: 20px;
    height: 14px;
    stroke-width: 2;
}

.sidebar-tel {
    font-size: 24px;
    font-weight: 700;
    color: #00325B;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

/* --- PARALLAX BANNER --- */
.nur-parallax {
    position: relative;
    width: 100%;
    height: 600px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.nur-parallax-bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    will-change: transform;
}

.nur-parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 50, 91, 0.65);
    z-index: 2;
    pointer-events: none;
}

.nur-parallax-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.nur-parallax-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    color: #fff;
    max-width: 1200px;
    margin: 0;
}

/* --- BOTTOM GRID --- */
.nur-bottom-section {
    padding-top: 100px;
}

.nur-bottom-line {
    border: 0;
    border-top: 4px solid #00325B;
    margin-bottom: 25px;
}

.nur-bottom-title {
    font-size: 30px;
    font-weight: 700;
    color: #00325B;
    margin-bottom: 80px;
}

.nur-bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.nur-bottom-card {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.nur-card-img-wrap {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
}

.nur-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nur-card-img-wrap:hover img {
    transform: scale(1.05);
}

.nur-bottom-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #00325B;
    margin-bottom: 20px;
    line-height: 1.2;
    min-height: 54px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nur-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0071CE;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin-top: auto; 
}

.nur-card-link svg {
    width: 22px;
    height: 14px;
}

.nur-card-link:hover {
    gap: 12px;
    color: #00325B;
}

/* ==========================================================================
   BLOG GRID SECTION (BASE)
   ========================================================================== */
.blog-grid-section {
    background-color: #fff;
    padding-bottom: 220px;
    padding-top: 90px;
}

.blog-section-line {
    border: none;
    border-top: 4px solid #00325B;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}

.blog-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #00325B;
    line-height: 39px;
    margin-top: 0;
    /* GÜNCELLEME: nur-bottom-title ile eşitlendi (80px) */
    margin-bottom: 80px;
    text-align: left;
}

.blog-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: none;
    background: #fff;
}

.blog-image {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    flex-shrink: 0;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-meta-area {
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    background-color: rgba(0,50,91, 0.05);
    flex-shrink: 0;
}

.blog-category {
    background-color: #00325B;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.blog-date {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    padding-right: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.blog-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #00325B;
    margin: 0 0 15px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-btn-wrapper {
    margin-top: auto;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.blog-read-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #00325B;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-bottom: 15px;
}

.blog-read-link:hover {
    color: #0071CE;
    transform: translateX(5px);
}

.blog-card-separator {
    width: 100%;
    height: 2px;
    background-color: #00325B;
    display: block;
}

.blog-grid-wrapper .blog-card:nth-child(4) {
    display: none;
}


/* ==========================================================================
   FLUID SCALE (DEV EKRANLAR - 2000px ve Üzeri)
   DÜZELTME V3.7: PIXEL PERFECT HİZALAMA
   1. Filtre Altı Boşluk: Margin 35px + Padding 10px = 45px (Ameliyathane ile eşitlendi).
   2. Intro Title: 46px / 700 / 60px.
   3. Sidebar & Intro Top: 40px.
   ========================================================================== */
@media (min-width: 2000px) {
    
    /* --- 1. HERO ALANI --- */
    .nur-hero { 
        height: 550px !important; 
        min-height: 550px !important;
        max-height: 550px !important;
        padding-bottom: 3rem !important; 
        align-items: flex-end !important;
        justify-content: flex-start !important;
        padding-left: 0 !important; 
    }
    
    .nur-hero-content h1 { 
        font-size: 3.75rem !important; 
        margin-bottom: 0.5rem !important; 
        line-height: 1.1 !important;
    } 
    .nur-subtitle { 
        font-size: 1.5rem !important; 
        line-height: 1.2 !important;
    }

    /* --- 2. BREADCRUMB & FILTERS --- */
    .page-breadcrumb {
        margin-bottom: 0 !important;
    }

    .nur-filter-btn {
        font-size: 18px !important;
        height: 55px !important;
        padding: 0 25px !important;
    }

    .nur-filters {
        /* DÜZELTME BURADA: Ameliyathane'deki gizli padding eklendi */
        margin-bottom: 35px !important;
        padding-bottom: 10px !important; 
    }

    /* --- 3. LAYOUT & SIDEBAR --- */
    .nur-layout-grid {
        grid-template-columns: 1fr 500px !important; 
        gap: 80px !important; 
        margin-bottom: 150px !important;
    }

    .nur-intro-wrapper {
        margin-top: 40px !important; 
        gap: 60px !important;
    }

    .nur-sidebar { 
        padding-top: 40px !important; 
    }

    .sidebar-inner { 
        padding: 50px !important; 
        top: 40px !important; 
    }
    
    .sidebar-heading { 
        font-size: 32px !important; 
        margin-bottom: 30px !important; 
    }

    .sp-role, .sp-name, .sc-item, .sidebar-link-list a { 
        font-size: 24px !important; 
    }
    
    .sc-item, .sidebar-link-list a {
        gap: 15px !important;
    }

    .sc-item svg, .sidebar-link-list .arrow-icon { 
        width: 36px !important; 
        height: 36px !important; 
    }

    /* --- 4. INTRO TEXT & TYPOGRAPHY --- */
    .nur-intro-text { 
        max-width: 685px !important;
        width: 100% !important;
        flex: none !important;
    }

    /* Intro Başlığı: 46px / 700 / 60px */
    .nur-intro-text h2 { 
        font-size: 46px !important; 
        font-weight: 700 !important;
        line-height: 60px !important;
        margin-bottom: 30px !important; 
    }

    .nur-lead-text { 
        font-size: 28px !important; 
        line-height: 1.5 !important;
        max-width: 100% !important; 
    }

    /* --- 5. PERSON CARD --- */
    .nur-person-card { 
        width: 263px !important; 
    }
    .nur-person-card img {
        height: 293px !important;
        width: 263px !important;
        margin-bottom: 25px !important;
    }
    
    .npc-info strong {
        font-size: 28px !important;
    }
    .npc-info span {
        font-size: 20px !important;
    }

    /* --- 6. SECTIONS & ACCORDION --- */
    .nur-section-title { 
        font-size: 38px !important; 
        font-weight: 700 !important;
        line-height: 49px !important;
        margin-bottom: 40px !important; 
    }

    .nur-divider {
        border-top-width: 6px !important;
        margin-top: 70px !important;
        margin-bottom: 19.5px !important;
    }

    .nur-accordion-wrapper {
        max-width: 880px !important;
        width: 100% !important;
        gap: 30px !important;
    }
    
    .nur-acc-header { 
        min-height: 70px !important; 
        padding: 20px 35px !important;
    }
    .nur-acc-header span {
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 26px !important;
    }
    .nur-acc-icon { 
        width: 30px !important; 
        height: 22px !important; 
    }
    .nur-acc-inner { 
        padding: 40px !important; 
        font-size: 24px !important; 
        font-weight: 400 !important;
        line-height: 41px !important;
    }

    /* --- 7. PARALLAX --- */
    .nur-parallax { 
        height: 800px !important; 
    }
    .nur-parallax-content h2 { 
        font-size: 86px !important; 
        font-weight: 600 !important;
        line-height: 103px !important;
    }
    
    /* --- 8. BOTTOM GRID --- */
    .nur-bottom-section { 
        padding-top: 150px !important; 
        padding-bottom: 215px !important; 
    }
    .nur-bottom-title { 
        font-size: 38px !important; 
        font-weight: 700 !important;
        line-height: 49px !important;
        margin-bottom: 80px !important; 
    }
    .nur-bottom-line { 
        border-top-width: 6px !important;
        margin-bottom: 40px !important; 
    }

    .nur-bottom-grid { 
        grid-template-columns: repeat(4, 375px) !important;
        gap: 50px !important; 
        row-gap: 80px !important; 
    }
    
    .nur-card-img-wrap { 
        height: auto !important;
        aspect-ratio: 377 / 236 !important;
        width: 100% !important;
        margin-bottom: 25px !important; 
    }
    .nur-bottom-card h3 { 
        font-size: 32px !important; 
        margin-bottom: 30px !important;
        min-height: auto !important; 
    }
    .nur-card-link { 
        font-size: 20px !important; 
    }

    /* --- 9. BLOG GRID FLUID --- */
    .blog-grid-section { 
        padding-top: 150px !important; 
        padding-bottom: 350px !important; 
    }
    .blog-section-line { 
        border-top-width: 6px !important; 
        margin-bottom: 40px !important; 
    }
    .blog-section-title { 
        font-size: 48px !important; 
        margin-bottom: 80px !important; 
    }
    .blog-grid-wrapper { 
        gap: 60px !important; 
    }
    .blog-image { 
        height: 300px !important; 
    } 
    .blog-content { 
        padding-top: 30px !important; 
    }
    .blog-content h3 { 
        font-size: 32px !important; 
        line-height: 1.3 !important; 
        margin-bottom: 25px !important; 
    }
    .blog-content p { 
        font-size: 22px !important; 
        line-height: 1.6 !important; 
    }
    .blog-read-link { 
        font-size: 22px !important; 
        padding-bottom: 25px !important; 
    }
    .blog-read-link svg { 
        width: 30px !important; 
        height: 18px !important; 
    }
    .blog-card-separator { 
        height: 3px !important; 
    }
    .blog-grid-wrapper .blog-card:nth-child(4) { 
        display: none; 
    }
}

/* ==========================================================================
   3. TABLET (1000px - 1200px)
   ========================================================================== */
@media (max-width: 1200px) {
    .nur-layout-grid {
        grid-template-columns: 1fr 320px;
        gap: 40px;
    }
    .nur-intro-wrapper {
        flex-direction: column;
    }
    .nur-person-card {
        margin-top: 30px;
    }
    
    .nur-lead-text {
        max-width: 100%;
    }

    /* Blog Tablet */
    .blog-grid-section {
        padding-top: 80px !important;
        padding-bottom: 150px !important;
    }
    .blog-section-title {
        font-size: 34px !important;
        margin-bottom: 50px !important;
    }
    .blog-grid-wrapper {
        gap: 20px !important;
    }
    .blog-image {
        height: 180px !important;
    }
    .blog-content {
        padding-top: 15px !important;
    }
    .blog-content h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .blog-content p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    .blog-grid-wrapper .blog-card:nth-child(4) {
        display: none;
    }
}

/* ==========================================================================
   4. SMALL TABLET (700px - 999px)
   ========================================================================== */
@media (max-width: 999px) {
    /* SCROLL PADDING (TABLET FIX) */
    html {
        scroll-padding-top: 73px !important;
    }

    .nur-layout-grid {
        grid-template-columns: 1fr !important;
    }
    .nur-sidebar {
        width: 100% !important;
        margin-top: 50px;
        padding-top: 0 !important;
    }
    .nur-bottom-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .nur-bottom-card h3 {
        min-height: auto;
    }

    /* Blog Small Tablet (4. Kart Görünür) */
    .blog-grid-section {
        padding-top: 60px !important;
        padding-bottom: 120px !important;
    }
    .blog-section-title {
        font-size: 30px !important;
        margin-bottom: 40px !important;
    }
    .blog-grid-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    .blog-image {
        height: 180px !important;
    }
    .blog-content {
        padding-top: 15px !important;
    }
    .blog-content h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .blog-content p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    .blog-grid-wrapper .blog-card:nth-child(4) {
        display: flex !important;
    }
}

/* ==========================================================================
   5. MOBILE (699px ve Altı) - (TAM DÜZELTME: Hero, 55px Boşluk, 25-30-60 Kuralı)
   ========================================================================== */
@media (max-width: 699px) {
    
    /* SCROLL PADDING (MOBILE FIX) */
    html {
        scroll-padding-top: 90px !important;
    }

    .sub-page-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Hero Fix - TAM EKRAN */
    .nur-hero {
        margin-top: 0 !important;
        padding-top: 0 !important;
        max-height: none !important; 
        
        height: calc(100svh - 54px) !important;
        min-height: calc(100svh - 54px) !important;
        
        background-position: center top !important;
        align-items: center !important; 
        justify-content: flex-start !important;
        padding-bottom: 0 !important;
    }

    .nur-hero-content {
        padding: 0 !important;
        text-align: left !important;
        width: 100% !important;
    }

    .nur-hero-content h1 {
        font-size: 40px !important;
        line-height: 1.1 !important;
        margin-bottom: 5px !important;
        font-weight: 700 !important;
        letter-spacing: -0.5px !important;
    }
    
    .nur-subtitle { 
        font-size: 26px !important; 
        line-height: 1.2 !important;
        font-weight: 500 !important;
        margin-top: 0 !important;
        opacity: 0.95 !important;
    }
    
    /* Filtreler Mobilde Yatay Scroll */
    .nur-filters { 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        gap: 10px; 
        
        /* Scrollbar payı (10px) */
        padding-bottom: 10px; 
        
        /* Masaüstü margin iptal - Boşluğu Intro'dan vereceğiz */
        margin-bottom: 0 !important; 
        
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .nur-filters::-webkit-scrollbar {
        display: none;
    }
    .nur-filter-btn {
        flex: 0 0 auto;
    }

    /* Intro Wrapper Stack & 55px Boşluk */
    .nur-intro-wrapper {
        flex-direction: column;
        
        /* HESAP: Filtrelerdeki 10px padding + buradaki 45px margin = 55px */
        margin-top: 45px !important; 
        
        gap: 30px;
        margin-bottom: 0 !important;
    }

    /* Person Card (Foto) - Container Hizasında */
    .nur-person-card {
        margin-top: 0 !important; 
        width: 100% !important;
    }
    .nur-person-card img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }
    .npc-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Intro & Text Fixes */
    .nur-intro-text h2 {
        font-size: 26px !important;
        margin-top: 0 !important;
    }
    
    /* Intro Metni: Mobilde tam genişlik */
    .nur-lead-text {
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
        max-width: 100%;
        color: #333 !important;
    }
    
    /* Sidebar */
    .nur-sidebar {
        padding-top: 0 !important;
        width: 100% !important;
    }
    .sidebar-inner {
        position: static !important;
        padding: 25px !important;
    }
    .sidebar-heading { font-size: 20px !important; }

    /* Divider & Section */
    .nur-divider {
        margin-top: 40px !important;
        margin-bottom: 25px !important;
    }
    .nur-section { margin-bottom: 40px !important; }
    
    .nur-section-title {
        font-size: 24px !important;
        margin-bottom: 25px !important;
    }

    /* Accordion */
    .nur-acc-header {
        padding: 0 15px !important;
        height: auto !important; 
        min-height: 54px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .nur-acc-header span {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
    }
    .nur-acc-inner {
        padding: 20px !important;
        font-size: 16px !important;
    }
    
    /* Parallax */
    .nur-parallax {
        height: 400px !important;
        padding: 0 !important;
        display: flex; 
        align-items: center; 
    }
    .nur-parallax-content {
        padding: 0 10px !important;
    }
    .nur-parallax-content h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    /* Bottom Section */
    .nur-bottom-section {
        padding-top: 60px !important;
        padding-bottom: 100px !important;
    }
    .nur-bottom-title {
        font-size: 26px !important;
        margin-bottom: 40px !important;
    }

    /* --- BOTTOM GRID (25-30-60 KURALI) --- */
    .nur-bottom-grid {
        grid-template-columns: 1fr !important;
        gap: 60px !important; /* KURAL 3: 60px */
    }
    
    .nur-card-img-wrap {
        height: 220px !important;
        margin-bottom: 25px !important; /* KURAL 1: 25px */
    }
    
    .nur-bottom-card h3 {
        font-size: 26px !important;
        line-height: 1.2 !important;
        min-height: auto !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important; /* KURAL 2: 30px */
    }

    /* Blog Mobile */
    .blog-grid-section {
        padding-top: 50px !important;
        padding-bottom: 140px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blog-section-title {
        font-size: 26px !important;
        margin-bottom: 40px !important;
        margin-left: 0 !important;
    }
    .blog-grid-wrapper {
        grid-template-columns: 1fr !important;
        gap: 70px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .blog-card {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .blog-image {
        height: 200px !important;
    }
    .blog-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 20px !important;
    }
    .blog-grid-wrapper .blog-card:nth-child(4) {
        display: none !important;
    }
}

/* --- HASTA HAKLARI OKU KESİN DÜZELTME (EZİLEMEZ) --- */
.sidebar-link-list .nur-sidebar-arrow {
    width: 22px !important;
    height: 14px !important;
    stroke-width: 2 !important;
    flex-shrink: 0;
}

/* Dev ekranlar için orantılı büyüme */
@media (min-width: 2000px) {
    .sidebar-link-list .nur-sidebar-arrow {
        width: 36px !important;
        height: 23px !important; 
    }
}