/* css/sub/pages/hospitality.css */
/* =========================================
   ÖZEL ÜNYE ÇAKIRTEPE HASTANESİ
   Sayfa: Otelcilik Hizmetleri (Hospitality)
   Versiyon: V2.0 - FINAL GOLDEN MASTER.
   
   REFERANS: 
   - Master Template (Operating Room V14.20).
   - Visitors V2.0 (Full Width & Spacing Rules).
   
   ÖZELLİKLER:
   1. INTRO METNİ (.hos-lead-text): 
      - Sağda fotoğraf olmadığı için tüm cihazlarda max-width: 100% (Sınır Yok).
   
   2. DİYETİSYEN BÖLÜMÜ:
      - .hos-flex-wrapper yapısı ile metin ve resim yan yana (Mobilde alt alta).
   
   3. BOŞLUKLAR (SPACING):
      - Masaüstü: 15px / 38px (Intro).
      - Fluid: 38px / 55px (Intro).
      - Mobil: 25-30-60 Kuralı (Hayalet Paylar Düşüldü).
   ========================================= */

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

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 --- */
.hos-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;
}

.hos-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;
}

.hos-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;
}

.hos-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;
}

.hos-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;
}

.hos-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; /* 24px Alt Boşluk */
    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;
}

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

/* --- INTRO ALANI (BOŞLUK HESABI) --- */
.hos-intro {
    /* Breadcrumb(24px) + 15px = ~50px Görünür Boşluk */
    margin-top: 15px !important; 
    margin-bottom: 0;
}

.hos-intro h2 {
    font-size: 34px;
    color: #00325B;
    font-weight: 700;
    line-height: 44px;
    margin-top: 0; 
    
    /* 38px + Satır Payı = ~45px Görünür Boşluk */
    margin-bottom: 38px !important; 
}

.hos-lead-text {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    line-height: 29px;
    
    /* DÜZELTME: Sınır Kaldırıldı (Full Width) */
    max-width: 100% !important; 
    display: block;
}

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

/* --- SECTION CONTENT --- */
.hos-section {
    margin-bottom: 0;
}

.hos-section-title {
    font-size: 30px;
    color: #00325B;
    font-weight: 700;
    line-height: 39px;
    margin-top: 0;
    margin-bottom: 35.5px;
}

.hos-section-desc {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    line-height: 29px;
    margin-top: 0 !important;
    margin-bottom: 70px;
    max-width: 565px;
}

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

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

.hos-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;
}

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

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

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

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

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

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

.hos-inline-link {
    color: #0071CE;
    font-weight: 600;
    text-decoration: none;
}

.hos-inline-link:hover {
    text-decoration: underline;
}

/* --- DİYETİSYEN BÖLÜMÜ (ÖZEL MODÜL) --- */
.hos-flex-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.hos-text-content {
    flex: 1;
}

.hos-person-card {
    width: 168px; 
    flex-shrink: 0;
    margin-top: 5px; 
}

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

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

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

/* --- SIDEBAR --- */
.hos-sidebar {
    height: 100%;
    position: relative;
    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);
}

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

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

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

.hos-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;
}

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

.hos-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 --- */
.hos-bottom-section {
    padding-top: 100px;
    padding-bottom: 220px !important;
}

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

.hos-bottom-title {
    font-size: 30px;
    font-weight: 700;
    color: #00325B;
    margin-top: 0;
    margin-bottom: 67.5px;
}

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

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

.hos-card-img-wrap {
    width: 100%;
    aspect-ratio: 377 / 236;
    overflow: hidden;
    margin-bottom: 18px;
}

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

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

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

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

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

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

/* ==========================================================================
   2. FLUID SCALE (2K ve 4K EKRANLAR) - 2000px+
   ========================================================================== */
@media (min-width: 2000px) {
    
    .hos-hero { 
        height: 550px !important; 
        min-height: 550px !important;
        align-items: flex-end !important; 
        justify-content: flex-start !important;
        padding-bottom: 3rem !important; 
        padding-left: 0 !important; 
    }
    
    .hos-hero-content h1 { 
        font-size: 3.75rem !important; 
        margin-bottom: 20px !important; 
        line-height: 1.1 !important;
    } 
    
    .hos-subtitle { 
        font-size: 1.5rem !important; 
    }

    .hos-layout-grid {
        grid-template-columns: 1fr 500px !important; 
        gap: 80px !important; 
        margin-bottom: 150px !important;
    }

    /* --- FLUID BOŞLUK HESABI --- */
    .hos-intro {
        /* Hedef 80px - Hayalet Pay ~42px = 38px */
        margin-top: 38px !important; 
    }

    .hos-intro h2 { 
        /* GÜNCELLEME: Başlık Hiyerarşisi */
        font-size: 46px !important; 
        font-weight: 700 !important;
        line-height: 60px !important;
        
        /* Hedef 60px - Hayalet Pay ~5px = 55px */
        margin-bottom: 55px !important; 
    }
    
    .hos-lead-text { 
        font-size: 28px !important; 
        line-height: 1.5 !important;
        
        /* DÜZELTME: Sınır Kaldırıldı */
        max-width: 100% !important; 
    }

    .hos-divider {
        margin-top: 70px !important;    
        margin-bottom: 19.5px !important; 
    }

    .hos-section-title { 
        font-size: 38px !important; 
        margin-bottom: 40px !important; 
    }
    
    .hos-section-desc { 
        max-width: 880px !important;
        width: 100% !important;
        font-size: 28px !important; 
        line-height: 36px !important;
        margin-bottom: 90px !important;
    }
    
    /* Akordiyon Fluid */
    .hos-accordion-wrapper { 
        max-width: 880px !important;
        width: 100% !important;
        gap: 30px !important;
    }
    .hos-acc-header { 
        min-height: 70px !important; 
        padding: 20px 35px !important;
    }
    .hos-acc-header span { 
        font-size: 26px !important; 
    } 
    .hos-acc-inner { 
        padding: 40px !important; 
        font-size: 24px !important; 
        line-height: 41px !important;
    }

    /* Sidebar Fluid */
    .hos-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 { font-size: 24px !important; }
    .sc-item, .sidebar-link-list a { font-size: 24px !important; gap: 15px !important; }
    .sc-item svg, .sidebar-link-list .arrow-icon { width: 36px !important; height: 36px !important; }

    /* Parallax Fluid */
    .hos-parallax { height: 800px !important; }
    .hos-parallax-content h2 { 
        font-size: 86px !important; 
        line-height: 103px !important; 
    }
    
    /* Bottom Grid Fluid */
    .hos-bottom-section { 
        padding-top: 150px !important; 
        padding-bottom: 215px !important; 
    }
    .hos-bottom-title { 
        font-size: 38px !important; 
        margin-bottom: 80px !important; 
    }
    .hos-bottom-grid { 
        grid-template-columns: repeat(4, 375px) !important;
        gap: 50px !important; 
        row-gap: 80px !important; 
    }
    .hos-card-img-wrap { width: 100% !important; margin-bottom: 25px !important; }
    .hos-bottom-card h3 { 
        font-size: 32px !important; 
        margin-bottom: 30px !important; 
    }
    .hos-card-link { font-size: 20px !important; }
}

/* ==========================================================================
   KARANTİNA 1: TABLET & KÜÇÜK LAPTOP (1000px - 1200px)
   ========================================================================== */
@media (min-width: 1000px) and (max-width: 1200px) {

    .sub-page-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
        width: 100% !important;
    }

    .hos-hero {
        height: 400px !important; 
        min-height: 400px !important;
        max-height: 400px !important;
    }
    
    .hos-hero-content h1 { font-size: 2.5rem !important; line-height: 1.1 !important; }
    .hos-subtitle { font-size: 26px !important; line-height: 1.2 !important; }

    .hos-layout-grid {
        grid-template-columns: 1fr 300px !important;
        gap: 30px !important;
        margin-bottom: 80px !important;
    }

    .hos-intro { margin-top: 15px !important; }
    .hos-intro h2 { font-size: 25px !important; margin-bottom: 30px !important; }
    
    .hos-lead-text { 
        font-size: 18px !important;
        /* DÜZELTME: Sınır Kaldırıldı */
        max-width: 100% !important; 
    }

    .hos-section-title { font-size: 25px !important; margin-bottom: 30px !important; }
    .hos-section-desc { font-size: 18px !important; margin-bottom: 50px !important; }

    .hos-acc-header { padding: 12px 20px !important; min-height: 50px !important; }
    .hos-acc-header span { font-size: 20px !important; }
    .hos-acc-inner { padding: 25px !important; font-size: 15px !important; }

    .sidebar-inner { padding: 30px !important; }
    .sidebar-heading { font-size: 18px !important; }
    .sp-role, .sp-name, .sc-item, .sidebar-link-list a { font-size: 15px !important; }
    
    .hos-parallax { height: 450px !important; }
    .hos-parallax-content h2 { font-size: 40px !important; }

    .hos-bottom-section {
        padding-top: 80px !important;
        padding-bottom: 120px !important;
    }
    .hos-bottom-line { margin-bottom: 25px !important; }
    .hos-bottom-title {
        font-size: 25px !important;
        margin-top: 0 !important;
        margin-bottom: 75px !important;
    }
    .hos-bottom-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        row-gap: 40px !important;
        column-gap: 30px !important;
    }
    .hos-bottom-card h3 { font-size: 20px !important; min-height: auto !important; }
    .hos-card-img-wrap { margin-bottom: 15px !important; }
    
    /* DİYETİSYEN RESPONSIVE */
    .hos-flex-wrapper {
        flex-direction: column; 
    }
    .hos-person-card {
        margin-top: 30px; 
    }
}

/* ==========================================================================
   KARANTİNA 2: KÜÇÜK TABLET & DİKEY MOD (700px - 999px)
   ###################################################################### */
@media (min-width: 700px) and (max-width: 999px) {

    .sub-page-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
        width: 100% !important;
    }

    .hos-hero {
        height: 400px !important; 
        min-height: 400px !important;
        max-height: 400px !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        padding-bottom: 3rem !important;
    }
    
    .hos-hero-content h1 {
        font-size: 2.2rem !important; 
        line-height: 1.2 !important;
        margin-bottom: 0.5rem !important;
    }
    .hos-subtitle { font-size: 26px !important; }

    .hos-layout-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 60px !important;
        margin-bottom: 80px !important;
    }

    /* Intro */
    .hos-intro { 
        margin-top: 15px !important; 
        margin-bottom: 0 !important;
    }
    .hos-intro h2 { font-size: 26px !important; }
    
    .hos-lead-text { 
        font-size: 18px !important; 
        /* DÜZELTME: Sınır Kaldırıldı */
        max-width: 100% !important; 
    }

    .hos-divider { margin-top: 55px !important; }

    .hos-section-title {
        font-size: 26px !important; 
        font-weight: 700 !important;
        margin-bottom: 25px !important;
        margin-top: 15px !important; 
    }
    .hos-section-desc {
        font-size: 18px !important;
        margin-bottom: 40px !important;
    }

    /* Akordiyon Genişliği (Air/Mini) */
    .hos-accordion-wrapper {
        width: 100% !important;
        margin-bottom: 85px !important;
        max-width: 660px !important;
    }
    @media (max-width: 799px) {
        .hos-accordion-wrapper { max-width: 610px !important; }
    }

    .hos-acc-header { padding: 12px 25px !important; min-height: 60px !important; }
    .hos-acc-header span { font-size: 20px !important; }
    .hos-acc-inner { padding: 30px !important; font-size: 16px !important; }

    .hos-sidebar { width: 100% !important; padding-top: 0 !important; }
    .sidebar-inner { padding: 40px !important; width: 100% !important; }
    .sidebar-heading { font-size: 22px !important; }
    
    .hos-parallax { height: 360px !important; }
    .hos-parallax-content h2 { font-size: 37px !important; }

    .hos-bottom-section {
        padding-top: 80px !important;
        padding-bottom: 195px !important;
    }
    .hos-bottom-line { margin-bottom: 25px !important; }
    .hos-bottom-title { font-size: 26px !important; margin-bottom: 75px !important; }

    .hos-bottom-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        column-gap: 30px !important;
        row-gap: 60px !important; 
    }
    .hos-bottom-card {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        height: 100% !important;
    }
    .hos-card-img-wrap { margin-bottom: 25px !important; width: 100% !important; }
    .hos-bottom-card h3 { 
        font-size: 20px !important; 
        min-height: auto !important; 
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .hos-card-link { margin-top: 0 !important; }
}

/* ######################################################################
   KARANTİNA 3: MOBİL MOD (699px ve Altı)
   Referans: Master Template (25-30-60 Rule + Phantom Space Fixes)
   ###################################################################### */
@media (max-width: 699px) {

    html {
        scroll-padding-top: 90px !important; 
        scroll-behavior: smooth !important;
    }

    .sub-page-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
    }

    .hos-hero {
        margin-top: 0 !important;
        padding-top: 0 !important;
        height: calc(100vh - 54px) !important; 
        min-height: calc(100vh - 54px) !important;
        max-height: none !important;
        background-position: center top !important;
        align-items: center !important; 
        justify-content: flex-start !important;
        padding-bottom: 0 !important;
    }
    
    .hos-hero-content {
        padding: 0 !important; 
        text-align: left !important;
        width: 100% !important;
    }

    .hos-hero-content h1 {
        font-size: 40px !important; 
        font-weight: 700 !important;
        letter-spacing: -0.5px !important;
        line-height: 44px !important;
        margin-bottom: 5px !important;
    }
    
    .hos-subtitle {
        font-size: 26px !important;
        font-weight: 500 !important;
        line-height: 31px !important;
        margin-top: 0 !important;
    }

    .hos-layout-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important; 
        margin-bottom: 80px !important;
    }

    /* Intro */
    .hos-intro {
        margin-top: 15px !important; 
        margin-bottom: 40px !important;
    }

    .hos-intro h2 {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    .hos-lead-text {
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        /* GÜNCELLEME: Sınır Kaldırıldı */
        max-width: 100% !important;
    }

    .hos-divider {
        margin-top: 0 !important;
        scroll-margin-top: 0 !important;
        border-top: 4px solid #00325B !important;
        width: 100% !important;
    }

    .hos-section-title {
        font-size: 26px !important;
        font-weight: 700 !important;
        margin-top: 25px !important;
        margin-bottom: 20px !important;
    }
    
    .hos-section-desc {
        font-size: 17px !important;
        font-weight: 400 !important;
        margin-bottom: 30px !important;
        max-width: 100% !important;
    }

    .hos-accordion-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 60px !important;
    }

    .hos-acc-header {
        padding: 15px 20px !important;
        min-height: 60px !important;
    }
    
    .hos-acc-header span { 
        font-size: 18px !important; 
        line-height: 1.3 !important; 
    }
    
    .hos-acc-inner { 
        padding: 25px !important; 
        font-size: 16px !important; 
    }

    .hos-sidebar { 
        width: 100% !important; 
        padding-top: 0 !important; 
    }
    
    .sidebar-inner { 
        padding: 30px 20px !important; 
    }

    .hos-parallax { 
        height: 480px !important; 
    }
    
    .hos-parallax-content { 
        padding-left: 10px !important; 
    }
    
    .hos-parallax-content h2 { 
        font-size: 30px !important; 
        line-height: 1.2 !important; 
    }

    .hos-bottom-section {
        padding-top: 60px !important;
        padding-bottom: 120px !important;
    }
    
    .hos-bottom-line { 
        margin-bottom: 20px !important; 
    }
    
    .hos-bottom-title {
        font-size: 26px !important; 
        font-weight: 700 !important;
        margin-bottom: 75px !important;
    }

    /* --- BOTTOM GRID (25, 30, 60 KURALI) --- */
    .hos-bottom-grid {
        grid-template-columns: 1fr !important;
        gap: 60px !important; /* Kural 3: Kartlar arası 60px */
    }
    
    .hos-bottom-card {
        width: 100% !important;
        height: auto !important; 
    }

    .hos-card-img-wrap { 
        /* Kural 1: Foto-Başlık (20px kod = 25px görsel) */
        margin-bottom: 20px !important; 
    }
    
    .hos-bottom-card h3 {
        font-size: 22px !important;
        font-weight: 600 !important; 
        line-height: 1.4 !important; 
        margin-top: 0 !important;
        
        /* Kural 2: Başlık-Ayrıntı (20px kod = 30px görsel) */
        margin-bottom: 20px !important; 
        
        min-height: auto !important; 
    }

    .hos-card-link {
        font-size: 18px !important;
        font-weight: 600 !important;
        letter-spacing: 0.8px !important;
        margin-top: 0 !important; 
    }
    .hos-card-link svg { width: 22px !important; height: 14px !important; }
    
    /* DİYETİSYEN KARTI MOBİL DÜZELTME */
    .hos-flex-wrapper {
        flex-direction: column;
        gap: 30px; 
    }

    .hos-person-card {
        width: 100% !important;
        margin-top: 0 !important; 
    }

    .hos-person-card img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }
}

/* --- 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; 
    }
}