/* =============================================
   MOBILE STYLES — Lexnova
   Anasayfa slider ve mobil düzenlemeler
   ============================================= */

/* Tablet ve altı */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    .slider {
        height: 75vh;
        height: 75dvh;
        max-height: 620px;
        min-height: 400px;
    }

    .slider .slider-images .swiper-slide .mobile-slide {
        display: block;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .slider .slider-images .swiper-slide {
        background-position: center center !important;
    }

    .slider .slider-texts {
        padding-top: 80px;
    }

    .slider .slider-texts .swiper-slide h1,
    .slider .slider-texts .swiper-slide h2 {
        font-size: clamp(32px, 8vw, 56px);
        line-height: 1.15;
    }

    .play-now {
        display: none;
    }
}

/* Telefon */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    body {
        overflow-x: hidden;
    }

    .smooth-scroll,
    .section-wrapper {
        overflow-x: hidden;
        max-width: 100%;
    }

    .slider {
        height: 65vh;
        height: 65dvh;
        max-height: 520px;
        min-height: 340px;
        width: 100%;
        max-width: 100vw;
    }

    .slider .container-fluid {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .slider .slider-images {
        width: 100%;
        height: 100%;
    }

    .slider .slider-images .swiper-slide,
    .slider .slider-images .swiper-slide .mobile-slide {
        background-size: cover !important;
        background-position: center center !important;
    }

    .slider .slider-texts {
        padding-top: 56px;
        position: relative;
        z-index: 2;
    }

    .slider .slider-texts .swiper-slide h1,
    .slider .slider-texts .swiper-slide h2 {
        font-size: clamp(22px, 6.5vw, 34px);
        line-height: 1.2;
        margin-bottom: 12px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .slider .slider-texts .swiper-slide p {
        font-size: 15px;
        padding-left: 16px;
        margin-left: 0;
    }

    .slider .slider-nav {
        height: auto;
        margin-top: -48px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .slider .slider-nav .button-prev,
    .slider .slider-nav .button-next {
        width: 44px;
        height: 44px;
        font-size: 20px;
        transform: translateY(0);
    }

    .slider .swiper-pagination-progressbar,
    .slider .swiper-fraction {
        display: none;
    }
}

/* Küçük ekranlar */
@media only screen and (max-width: 450px),
only screen and (max-device-width: 450px) {

    .slider {
        height: 60vh;
        height: 60dvh;
        max-height: 460px;
        min-height: 320px;
    }

    .slider .slider-texts {
        padding-top: 48px;
    }

    .slider .slider-texts .swiper-slide h1,
    .slider .slider-texts .swiper-slide h2 {
        font-size: clamp(20px, 6vw, 28px);
    }

    .slider .container-fluid {
        padding: 0 16px;
    }
}

/* =============================================
   Bölüm başlıkları & hikâye galerisi
   ============================================= */

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    .section-title {
        margin-bottom: 48px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section-title figure {
        margin-bottom: 16px;
    }

    .section-title figure img {
        height: 48px;
    }

    .spacing-100 {
        height: 48px;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    .section-title {
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .section-title figure img {
        height: 36px;
    }

    .spacing-100 {
        height: 32px;
    }
}

/* =============================================
   Anasayfa — mobil başlık hiyerarşisi (h1–h6)
   Masaüstüne dokunulmaz; yalnızca max-width içinde
   ============================================= */

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    body.page-home .slider .slider-texts .swiper-slide h1,
    body.page-home .slider .slider-texts .swiper-slide h2 {
        font-size: clamp(28px, 7vw, 48px);
    }

    body.page-home .section-title h2,
    body.page-home .cta-box h2 {
        font-size: clamp(26px, 6.5vw, 40px);
        line-height: 1.15;
    }

    body.page-home .section-title h6,
    body.page-home .cta-box h6 {
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 400;
        opacity: 0.5;
        margin-bottom: 8px;
    }

    body.page-home .text-content h6 {
        font-size: clamp(16px, 4.5vw, 20px);
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    body.page-home .content-section .col-12.text-center > h3 {
        font-size: clamp(22px, 5.5vw, 30px) !important;
        line-height: 1.2;
    }

    body.page-home #one-cikan .collection-box h4,
    body.page-home #one-cikan .collection-box h4 a {
        font-size: clamp(15px, 4vw, 18px);
        font-weight: 400;
        line-height: 1.25;
    }

    body.page-home .section-title h2 strong,
    body.page-home .section-title h2 b,
    body.page-home .cta-box h2 strong,
    body.page-home .cta-box h2 b {
        font-weight: 600;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    body.page-home .slider .slider-texts .swiper-slide h1,
    body.page-home .slider .slider-texts .swiper-slide h2 {
        font-size: clamp(24px, 6.5vw, 34px);
    }

    body.page-home .section-title h2,
    body.page-home .cta-box h2 {
        font-size: clamp(24px, 6vw, 32px);
        line-height: 1.2;
    }

    body.page-home .section-title h6,
    body.page-home .cta-box h6 {
        font-size: 11px;
        letter-spacing: 2px;
        font-weight: 400;
        opacity: 0.5;
    }

    body.page-home .text-content h6 {
        font-size: clamp(14px, 4vw, 18px);
        font-weight: 600;
        line-height: 1.35;
    }

    body.page-home .content-section .col-12.text-center > h3 {
        font-size: clamp(20px, 5.5vw, 26px) !important;
        line-height: 1.25;
    }

    body.page-home #one-cikan .collection-box h4,
    body.page-home #one-cikan .collection-box h4 a {
        font-size: clamp(14px, 3.8vw, 17px);
    }

    body.page-home .text-content h1 { font-size: clamp(22px, 6vw, 30px); }
    body.page-home .text-content h2 { font-size: clamp(20px, 5.5vw, 26px); }
    body.page-home .text-content h3 { font-size: clamp(18px, 5vw, 22px); }
    body.page-home .text-content h4 { font-size: clamp(16px, 4.5vw, 20px); }
    body.page-home .text-content h5 { font-size: clamp(14px, 4vw, 18px); }
}

@media only screen and (max-width: 450px),
only screen and (max-device-width: 450px) {

    body.page-home .slider .slider-texts .swiper-slide h1,
    body.page-home .slider .slider-texts .swiper-slide h2 {
        font-size: clamp(22px, 6vw, 28px);
    }

    body.page-home .section-title h2,
    body.page-home .cta-box h2 {
        font-size: clamp(22px, 5.5vw, 28px);
    }

    body.page-home .text-content h6 {
        font-size: clamp(13px, 3.8vw, 16px);
        font-weight: 600;
    }

    body.page-home .content-section .col-12.text-center > h3 {
        font-size: clamp(18px, 5vw, 24px) !important;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    /* Hikâye galerisi — dokunmatik yatay kaydırma */
    .horizontal-scroll .scroll-inner {
        transform: none !important;
    }

    .horizontal-scroll.is-touch-scroll {
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        padding-bottom: 8px;
    }

    .horizontal-scroll.is-touch-scroll::-webkit-scrollbar {
        display: none;
    }

    .horizontal-scroll.is-touch-scroll .scroll-inner {
        width: max-content !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        transform: none !important;
        will-change: auto !important;
    }

    .horizontal-scroll.is-touch-scroll .scroll-inner .scroll-wrapper {
        width: auto !important;
        flex: 0 0 auto;
        float: none;
    }

    .horizontal-scroll.is-touch-scroll .scroll-inner .scroll-wrapper + .scroll-wrapper {
        display: none;
    }

    .horizontal-scroll.is-touch-scroll .scroll-inner .scroll-wrapper .row {
        flex-wrap: nowrap !important;
        margin: 0;
        gap: 12px;
        padding: 0 16px;
    }

    .horizontal-scroll.is-touch-scroll .scroll-inner .scroll-wrapper .col-md-2 {
        width: 72vw !important;
        max-width: 280px !important;
        min-width: 240px !important;
        flex: 0 0 auto !important;
        padding: 0 !important;
        scroll-snap-align: start;
    }

    .horizontal-scroll.is-touch-scroll .image-box {
        margin: 0;
    }

    .horizontal-scroll.is-touch-scroll .image-box img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center;
        opacity: 1 !important;
        transform: none !important;
    }

    /* Uzmanlık alanları grid */
    #one-cikan {
        padding: 0 16px !important;
    }

    #one-cikan .col-lg-2,
    #one-cikan .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 8px;
    }

    #one-cikan .collection-box figure img,
    #one-cikan img {
        height: 140px;
        object-fit: cover;
        object-position: center;
        opacity: 1 !important;
        transform: none !important;
    }

    #one-cikan .collection-box h4 {
        margin-bottom: 8px;
        line-height: 1.25;
    }

    #one-cikan .collection-box p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 450px),
only screen and (max-device-width: 450px) {

    .horizontal-scroll.is-touch-scroll .scroll-inner .scroll-wrapper .col-md-2 {
        width: 78vw !important;
        min-width: 220px !important;
    }

    .horizontal-scroll.is-touch-scroll .image-box img {
        height: 200px;
    }

    #one-cikan .collection-box figure img,
    #one-cikan img {
        height: 120px;
    }
}

/* =============================================
   Anasayfa — eşit bölüm aralıkları
   ============================================= */

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    body.page-home {
        --home-space-section: 48px;
        --home-space-block: 28px;
        --home-space-tight: 16px;
    }

    body.page-home .content-section {
        padding-top: calc(var(--home-space-section) / 2) !important;
        padding-bottom: calc(var(--home-space-section) / 2) !important;
    }

    body.page-home .content-section.no-bottom-spacing {
        padding-bottom: calc(var(--home-space-section) / 2) !important;
    }

    body.page-home .slider + .content-section {
        padding-top: var(--home-space-section) !important;
    }

    body.page-home .bottom-white::before {
        height: 0;
        display: none;
    }

    body.page-home .cta-section .cta-box {
        padding: 36px 0;
    }

    body.page-home .cta-section .cta-box h2 {
        font-size: clamp(24px, 5vw, 34px) !important;
        line-height: 1.3 !important;
    }

    body.page-home .cta-section .cta-box h2 p {
        margin: 0;
        font-size: inherit;
        line-height: inherit;
    }

    body.page-home .cta-section .cta-box-action {
        padding-top: 24px !important;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    body.page-home {
        --home-space-block: 24px;
        --home-space-tight: 12px;
    }

    body.page-home .content-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }

    body.page-home .content-section.no-bottom-spacing {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }

    body.page-home .slider + .content-section {
        margin-top: 35px !important;
        padding-top: 0 !important;
    }

    body.page-home .bottom-white::before {
        height: 0;
        display: none;
    }

    body.page-home .section-title {
        margin-bottom: var(--home-space-block) !important;
    }

    body.page-home .section-title figure {
        margin-bottom: 10px;
    }

    body.page-home .spacing-100 {
        height: var(--home-space-block);
    }

    body.page-home .text-content {
        margin-bottom: 0;
        padding: 0 16px;
    }

    body.page-home .text-content h6 {
        margin-bottom: var(--home-space-tight);
    }

    body.page-home .text-content p {
        margin-bottom: var(--home-space-tight);
    }

    body.page-home .text-content p:last-child {
        margin-bottom: 0;
    }

    body.page-home .horizontal-scroll {
        margin-top: var(--home-space-block);
        margin-bottom: 0;
    }

    body.page-home .horizontal-scroll.is-touch-scroll {
        padding-bottom: 0;
    }

    body.page-home #one-cikan {
        padding: 0 16px !important;
        margin-top: 0;
    }

    body.page-home #one-cikan .collection-box {
        margin: var(--home-space-tight) 0;
    }

    body.page-home #one-cikan .collection-box figure {
        margin-bottom: var(--home-space-tight);
    }

    body.page-home #one-cikan .col-12[style*="text-align: center"] {
        padding-top: var(--home-space-block) !important;
        margin-top: 0;
    }

    body.page-home .content-section .col-12.text-center > h3 {
        margin: 0 0 var(--home-space-block) !important;
        padding: 0 16px;
    }

    body.page-home .exhibition-box {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    body.page-home .exhibition-box figure {
        margin-bottom: var(--home-space-tight);
    }

    body.page-home .exhibition-box .content-box {
        margin-bottom: 0;
    }

    body.page-home .cta-box {
        margin: 0 !important;
        padding: 0;
    }

    body.page-home .content-section .col-12[style*="padding-top: 50px"] {
        padding-top: var(--home-space-block) !important;
    }

    body.page-home .content-section .content[style*="padding-top"] {
        padding-top: var(--home-space-block) !important;
    }

    body.page-home #blog-lists {
        padding-top: 0;
    }

    body.page-home #blog-lists .blog-card {
        padding: 0;
    }

    body.page-home #blog-lists .blog-card figure {
        margin-bottom: 16px;
    }

    body.page-home #blog-lists .blog-card figure img {
        height: 180px;
    }

    body.page-home #blog-lists .blog-card .content-box {
        padding: 0 16px;
    }

    body.page-home #blog-lists .blog-card .content-box small {
        margin-left: 0;
    }

    body.page-home #blog-lists .blog-slide-title {
        font-size: 16px !important;
        margin-bottom: 16px;
    }

    body.page-home #blog-lists .blog-card .custom-button {
        font-size: 12px;
        padding: 0 24px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        text-indent: 0;
    }

    body.page-home #blog-lists .blog-card .custom-button:hover {
        line-height: 44px;
        text-indent: 0;
    }

    body.page-home #blog-lists .blog-slider-nav {
        margin-top: 30px;
        gap: 16px;
    }

    body.page-home #blog-lists .blog-slider-nav .button-prev,
    body.page-home #blog-lists .blog-slider-nav .button-next {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    body.page-home #blog-lists .blog-slider-button {
        padding-top: var(--home-space-block) !important;
    }

    /* Ofis — yol tarifi butonları */
    body.page-home .content .address {
        margin-bottom: 0;
        padding: 0 16px;
        text-align: center;
    }

    body.page-home .content .address + .row {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 20px 16px 0;
        padding: 0;
    }

    body.page-home .content .address + .row .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    body.page-home .content .address + .row .custom-button2 {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    /* CTA video bölümü */
    body.page-home .cta-section {
        position: relative;
        overflow: hidden;
    }

    body.page-home .cta-section .video-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    body.page-home .cta-section .container {
        position: relative;
        z-index: 2;
        padding-left: 16px;
        padding-right: 16px;
    }

    body.page-home .cta-section .cta-box {
        margin: 0 !important;
        padding: 28px 0;
        transform: none !important;
    }

    body.page-home .cta-section .cta-box h2 {
        font-size: clamp(20px, 5.5vw, 28px) !important;
        line-height: 1.35 !important;
        letter-spacing: 0;
        margin: 0;
        padding: 0 4px;
    }

    body.page-home .cta-section .cta-box h2 p {
        margin: 0;
        padding: 0;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    }

    body.page-home .cta-section .cta-box-action {
        text-align: center;
        padding-top: 20px !important;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    body.page-home .cta-section .custom-button2 {
        display: block;
        width: 100%;
        max-width: 115px;
        margin: 0 auto;
        padding: 0 20px;
        height: 46px;
        line-height: 46px;
        font-size: 13px;
    }

    body.page-home .cta-section .custom-button2:hover {
        line-height: 46px;
    }

    body.page-home .cta-section .col-12.text-center .custom-button2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 450px),
only screen and (max-device-width: 450px) {

    body.page-home .content-section,
    body.page-home .content-section.no-bottom-spacing {
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }
}

/* =============================================
   İç sayfa banner (page-header)
   ============================================= */

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    .page-header {
        height: auto;
        min-height: 260px;
        align-items: flex-end;
        padding-bottom: 28px;
    }

    .page-header .inner,
    .page-header .inner2 {
        padding-top: 80px;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    .page-header {
        min-height: 240px;
        padding-bottom: 24px;
    }

    .page-header .inner,
    .page-header .inner2 {
        padding-top: 72px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header .inner h1,
    .page-header .inner2 h1 {
        font-size: clamp(26px, 7vw, 34px);
        line-height: 1.15;
    }

    .page-header .inner p,
    .page-header .inner2 p {
        font-size: 15px;
        line-height: 1.45;
        padding-right: 0;
        margin-left: 0;
        padding-left: 16px;
    }

    .page-breadcrumb {
        margin-bottom: 12px;
    }
}

/* =============================================
   Hakkımızda — görsel ve metin aralıkları
   ============================================= */

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    body.page-hakkimizda .content-section.hakkimizda-intro-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }

    body.page-hakkimizda .content-section.hakkimizda-mission {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    body.page-hakkimizda .hakkimizda-intro-body {
        padding: 0 16px;
    }

    body.page-hakkimizda .hakkimizda-intro-body h2 {
        font-size: clamp(22px, 6vw, 30px);
        margin-bottom: 12px;
    }

    body.page-hakkimizda .hakkimizda-intro-body p {
        line-height: 1.55;
        margin-bottom: 8px;
    }

    body.page-hakkimizda .hakkimizda-intro-photo {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        float: none;
        margin: 0 0 16px;
        padding: 0 16px;
        box-sizing: border-box;
        transform: none !important;
    }

    body.page-hakkimizda .hakkimizda-intro-photo img {
        width: 100%;
        height: auto;
        opacity: 1 !important;
        transform: none !important;
    }

    body.page-hakkimizda .hakkimizda-mission-photo {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        float: none;
        margin: 0 0 16px;
        padding: 0 16px;
        box-sizing: border-box;
        transform: none !important;
    }

    body.page-hakkimizda .hakkimizda-mission-photo img {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
        object-position: center;
        opacity: 1 !important;
        transform: none !important;
    }

    body.page-hakkimizda .col-lg-6 .side-list.right {
        margin-top: 12px !important;
        padding-left: 0;
        padding: 0 16px;
    }

    body.page-hakkimizda .side-list ul li {
        margin-bottom: 14px;
        line-height: 1.5;
    }

    body.page-hakkimizda .side-list ul li:last-child {
        margin-bottom: 0;
    }

    body.page-hakkimizda .side-list ul li:before {
        margin-top: 7px;
    }
}

/* =============================================
   Ekip detay — mobil düzen
   ============================================= */

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    body.page-ekipDetay .ekip-detay-row {
        display: flex;
        flex-direction: column;
    }

    body.page-ekipDetay .ekip-detay-left {
        display: contents;
    }

    body.page-ekipDetay .ekip-detay-header {
        order: 1;
    }

    body.page-ekipDetay .ekip-detay-photo-col {
        order: 2;
        width: 100%;
    }

    body.page-ekipDetay .ekip-detay-details {
        order: 3;
    }

    body.page-ekipDetay .ekip-detay-extra {
        order: 4;
    }

    body.page-ekipDetay .ekip-detay-photo,
    body.page-ekipDetay .ekip-detay-photo.right-half {
        width: 100% !important;
        height: auto !important;
        float: none;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    body.page-ekipDetay .ekip-detay-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }

    body.page-ekipDetay .page-header .inner[style] {
        padding-top: 72px !important;
    }

    body.page-ekipDetay .ekip-detay-header {
        padding: 0 16px;
    }

    body.page-ekipDetay .ekip-detay-name {
        font-size: clamp(22px, 6vw, 28px);
        line-height: 1.2;
        margin-bottom: 6px;
    }

    body.page-ekipDetay .ekip-detay-role {
        font-size: clamp(14px, 4vw, 18px);
        margin-top: 0;
        margin-bottom: 0;
        opacity: 0.7;
        line-height: 1.3;
    }

    body.page-ekipDetay .ekip-detay-photo-col {
        padding: 0;
        margin: 0;
    }

    body.page-ekipDetay .ekip-detay-photo {
        margin: 12px 0 16px;
        padding: 0 16px;
        box-sizing: border-box;
        transform: none !important;
    }

    body.page-ekipDetay .ekip-detay-photo img {
        width: 100%;
        height: auto;
        opacity: 1 !important;
        transform: none !important;
        object-fit: cover;
    }

    body.page-ekipDetay .ekip-detay-details,
    body.page-ekipDetay .ekip-detay-extra {
        padding: 0 16px;
    }

    body.page-ekipDetay .side-content h2 {
        font-size: clamp(22px, 6vw, 28px);
    }

    body.page-ekipDetay .ekip-detay-block {
        margin-top: 50px;
    }

    body.page-ekipDetay .ekip-detay-block:first-child {
        margin-top: 32px;
    }

    body.page-ekipDetay .ekip-detay-extra .ekip-detay-block:first-child {
        margin-top: 20px;
    }

    body.page-ekipDetay .ekip-detay-label {
        display: inline-block;
        margin-bottom: 8px;
    }

    body.page-ekipDetay .ekip-detay-address {
        margin: 8px 0 0;
        font-style: normal;
        line-height: 1.5;
    }

    body.page-ekipDetay .ekip-detay-contact-line {
        display: block;
        margin-bottom: 8px;
    }

    body.page-ekipDetay .ekip-detay-contact-line:last-child {
        margin-bottom: 0;
    }

    body.page-ekipDetay .ekip-detay-details .rte-content,
    body.page-ekipDetay .ekip-detay-extra .rte-content {
        margin-top: 8px;
        line-height: 1.5;
    }

    body.page-ekipDetay .ekip-detay-details .rte-content p,
    body.page-ekipDetay .ekip-detay-extra .rte-content p {
        margin-bottom: 6px;
        line-height: 1.5;
    }

    body.page-ekipDetay .ekip-detay-details .rte-content p:last-child,
    body.page-ekipDetay .ekip-detay-extra .rte-content p:last-child {
        margin-bottom: 0;
    }

    body.page-ekipDetay .ekip-detay-details > p:empty,
    body.page-ekipDetay .ekip-detay-extra > p:empty {
        display: none;
        margin: 0;
    }
}

/* =============================================
   Çalışma Alanlarımız — mobil kart görselleri
   ============================================= */

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    body.page-calismaAlanlarimiz .content-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }

    body.page-calismaAlanlarimiz .section-title {
        margin-bottom: 24px;
        padding: 0 16px;
    }

    body.page-calismaAlanlarimiz .section-title h2 {
        font-size: clamp(22px, 6vw, 32px);
        padding-top: 0 !important;
        line-height: 1.2;
    }

    body.page-calismaAlanlarimiz .section-title p {
        padding-top: 12px !important;
        font-size: 15px;
        line-height: 1.5;
    }

    body.page-calismaAlanlarimiz .collection-box {
        margin: 0 0 24px;
        padding: 0 16px;
    }

    body.page-calismaAlanlarimiz .collection-box figure {
        margin-bottom: 12px;
        overflow: hidden;
    }

    body.page-calismaAlanlarimiz .collection-box figure img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        object-position: center;
        opacity: 1 !important;
        transform: none !important;
    }

    body.page-calismaAlanlarimiz .collection-box h4 {
        font-size: clamp(16px, 4.2vw, 20px);
        margin-bottom: 8px;
        line-height: 1.25;
    }

    body.page-calismaAlanlarimiz .collection-box p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    body.page-calismaAlanlarimiz .cta-box h2 {
        font-size: clamp(20px, 5.5vw, 28px) !important;
        line-height: 1.3;
        padding: 0 16px;
    }

    body.page-calismaAlanlarimiz .cta-box .custom-button2 {
        display: block;
        max-width: 260px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 450px),
only screen and (max-device-width: 450px) {

    body.page-calismaAlanlarimiz .collection-box figure img {
        height: 310px;
    }
}

/* =============================================
   Çalışma alanı detay — mobil düzen
   ============================================= */

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    body.page-calismaDetay .calisma-detay-photo,
    body.page-calismaDetay .side-image.calisma-detay-photo {
        width: 100% !important;
        height: auto !important;
        float: none;
    }
}

@media only screen and (max-width: 768px),
only screen and (max-device-width: 768px) {

    body.page-calismaDetay .side-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

    body.page-calismaDetay .calisma-detay-section,
    body.page-calismaDetay .calisma-detay-related {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }

    body.page-calismaDetay .calisma-detay-related.no-bottom-spacing {
        margin-bottom: 25px !important;
    }

    body.page-calismaDetay .page-header .inner h1 {
        font-size: clamp(17px, 4.5vw, 22px) !important;
        line-height: 1.3;
        letter-spacing: 0;
    }

    body.page-calismaDetay .page-header .inner p {
        font-size: 12px;
        line-height: 1.4;
        opacity: 0.85;
        padding-left: 12px;
        margin-top: 8px;
    }

    body.page-calismaDetay .page-breadcrumb {
        margin-bottom: 8px;
    }

    body.page-calismaDetay .page-breadcrumb .breadcrumb {
        font-size: 11px;
    }

    /* Banner’da başlık zaten var — tekrarı gizle */
    body.page-calismaDetay .calisma-detay-header {
        display: none;
    }

    body.page-calismaDetay .calisma-detay-title {
        font-size: clamp(17px, 4.5vw, 21px) !important;
        line-height: 1.3;
        margin-bottom: 0;
        font-family: 'Open Sans', serif;
    }

    body.page-calismaDetay .calisma-detay-photo {
        margin: 0 0 16px;
        padding: 0 16px;
        box-sizing: border-box;
        transform: none !important;
        overflow: hidden;
    }

    body.page-calismaDetay .calisma-detay-photo img {
        width: 100%;
        height: auto;
        opacity: 1 !important;
        transform: none !important;
    }

    body.page-calismaDetay .calisma-detay-body {
        padding: 0 16px;
    }

    body.page-calismaDetay .calisma-detay-body p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 10px;
        opacity: 0.85;
    }

    body.page-calismaDetay .calisma-detay-body p:last-child {
        margin-bottom: 0;
    }

    body.page-calismaDetay .calisma-detay-meta {
        padding: 16px 16px 0;
    }

    body.page-calismaDetay .calisma-detay-meta ul li figure {
        width: auto;
        margin-bottom: 0;
        margin-right: 12px;
    }

    body.page-calismaDetay .calisma-detay-meta ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    body.page-calismaDetay .calisma-detay-meta ul li .content {
        width: auto;
        flex: 1;
    }

    body.page-calismaDetay .calisma-detay-meta ul li .content .calisma-detay-meta-label {
        font-size: 13px;
        margin-bottom: 4px;
    }

    body.page-calismaDetay .calisma-detay-meta ul li .content p {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
    }

    body.page-calismaDetay .calisma-detay-related .section-title {
        margin-bottom: 20px;
    }

    body.page-calismaDetay .calisma-detay-related .section-title .calisma-detay-related-title {
        font-size: clamp(20px, 5.5vw, 28px);
        padding-top: 0 !important;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-swiper-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 0;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-swiper {
        flex: 0 0 100%;
        width: 100%;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-swiper .collection-box {
        margin: 0;
        padding: 0;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-swiper .collection-box figure {
        margin-bottom: 12px;
        overflow: hidden;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-swiper .collection-box figure img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;
        opacity: 1 !important;
        transform: none !important;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-swiper .collection-box-title {
        font-size: 15px;
        line-height: 1.35;
        margin: 0;
        padding: 0 4px;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-prev,
    body.page-calismaDetay .calisma-detay-related .calisma-areas-next {
        position: static;
        transform: none;
        top: auto;
        width: 36px;
        height: 36px;
        font-size: 13px;
        flex: 0 0 auto;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-prev {
        left: auto;
    }

    body.page-calismaDetay .calisma-detay-related .calisma-areas-next {
        right: auto;
    }

    body.page-haberlerBlog .blog-list-section .blog-list-grid {
        row-gap: 28px;
    }

    body.page-haberlerBlog .blog-list-section .blog-card figure img {
        height: 180px;
    }

    body.page-haberlerBlog .blog-list-section .blog-card-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    body.page-haberlerBlog .blog-list-section .blog-card .custom-button {
        font-size: 12px;
        padding: 0 20px;
        height: 44px;
        line-height: 44px;
        width: auto;
    }

    body.page-haberlerBlog .blog-list-section .blog-card .custom-button:hover {
        line-height: 44px;
    }

    body.page-haberlerBlog .blog-list-section .blog-pagination {
        margin-top: 32px;
    }

    /* Gizlilik / Açık Rıza — metin sayfası */
    .legal-text-section .side-content.left {
        padding-right: 0;
        padding: 0 16px;
    }

    .legal-text-section .legal-text-title,
    .legal-text-section .side-content h2 {
        font-size: clamp(20px, 5.5vw, 26px) !important;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .legal-text-section .side-content h3 {
        font-size: clamp(16px, 4.2vw, 20px);
        line-height: 1.35;
        margin: 20px 0 10px;
    }

    .legal-text-section .side-content p {
        line-height: 1.55;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 450px),
only screen and (max-device-width: 450px) {

    body.page-calismaDetay .calisma-detay-related .calisma-areas-swiper .collection-box-title {
        font-size: 14px;
    }
}
