﻿/* Site custom styles - header, footer, anasayfa */

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 10000;
    padding: 0.75rem 1rem;
    background: #1f2937;
    color: #fff;
    text-decoration: none;
    border-radius: 0.25rem;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    overflow: visible;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Erişilebilirlik — kontrast (WCAG AA, tema renkleri korunarak) */
body {
    color: #4a4540;
}

.tf-top-bar .top-info a,
.tf-top-bar .top-bar-right a {
    color: #5a5248;
}

.tf-top-bar .top-info a:hover,
.tf-top-bar .top-info a:focus,
.tf-top-bar .top-bar-right a:hover,
.tf-top-bar .top-bar-right a:focus {
    color: #3d3833;
}

.tf-top-bar .top-info li.top-address {
    color: #5a5248;
}

.tf-top-bar .social-link a {
    color: #5a5248;
}

#header-main .main-menu .navigation > li > a {
    color: #5a5248 !important;
}

#header-main .main-menu .navigation > li > a:hover,
#header-main .main-menu .navigation > li > a:focus {
    color: #3d3833 !important;
}

/* Header — dropdown menüler sayfa formlarının ve içeriğin üstünde
   (styles.css: form { z-index: 30 } — header'a position olmadan z-index işlemez) */
#header-main.header {
    position: relative;
    z-index: 1200;
}

#header-main.header.scrollHeader {
    position: sticky !important;
    z-index: 1200;
}

#header-main .header-inner,
#header-main .header-inner-wrap,
#header-main .main-menu,
#header-main .main-menu .navigation {
    overflow: visible;
}

#main-content {
    position: relative;
    z-index: 1;
}

#main-content form {
    z-index: auto;
}

@media (min-width: 1151px) {
    #header-main.style-1 .main-menu {
        position: relative !important;
        z-index: 40 !important;
    }

    #header-main.style-1 .header-col-left,
    #header-main.style-1 .header-col-right,
    #header-main.style-1 .header-logo,
    #header-main.style-1 .header-right {
        z-index: 10;
    }

    #header-main .main-menu .navigation > li.has-child {
        position: relative;
    }

    #header-main .main-menu .navigation > li.has-child:hover,
    #header-main .main-menu .navigation > li.has-child:focus-within {
        z-index: 100;
    }

    #header-main .main-menu .navigation > li.has-child .sub-menu {
        z-index: 1300;
    }

    #header-main .main-menu .navigation > li.has-child .sub-menu > li.has-child-2 {
        position: relative;
    }

    #header-main .main-menu .navigation > li.has-child .sub-menu > li.has-child-2:hover,
    #header-main .main-menu .navigation > li.has-child .sub-menu > li.has-child-2:focus-within {
        z-index: 101;
    }

    #header-main .main-menu .navigation > li.has-child .sub-menu > li > .sub-menu {
        z-index: 1301;
    }
}

.page-title .breadcrumbs a {
    color: #5a5248;
}

.page-title .breadcrumbs a:hover,
.page-title .breadcrumbs a:focus {
    color: #3d3833;
}

.page-title .breadcrumbs li {
    color: #5a5248;
}

.page-title .breadcrumbs li:last-child {
    color: #4a4540;
}

#footer .footer-menu-list ul li a {
    color: #f2efec !important;
}

#footer .footer-bottom p,
#footer .footer-bottom .footer-credit {
    color: #ebe6e1 !important;
}

#footer .footer-bottom nav.content-right {
    display: flex;
}

#footer .footer-bottom nav.content-right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-bottom .content-right li a,
#footer .footer-bottom nav.content-right li a {
    color: #f2efec !important;
}

#footer .footer-bottom p a,
#footer .footer-bottom .footer-credit a {
    color: #ffffff !important;
}

.article-page-theme .article-detail-card__meta {
    color: #5a635a;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.tf-top-bar .top-bar-left .top-info > li.top-mobile-contact {
            display: none !important;
        }
        @media (min-width: 768px) {
            .tf-top-bar .top-bar-left .top-info > li.top-mobile-contact {
                display: none !important;
            }
        }
        @media (max-width: 767px) {
            .tf-top-bar {
                padding: 7px 0 !important;
            }
            .tf-top-bar:not(.style-has-logo) .btn-show-top {
                display: none !important;
            }
            .tf-top-bar:not(.style-has-logo) .wrap-top-bar,
            .tf-top-bar .wrap-top-bar {
                max-height: none !important;
                overflow: visible !important;
                padding: 0 10px 6px !important;
                flex-direction: column !important;
                align-items: stretch !important;
                gap: 6px !important;
            }
            .tf-top-bar .top-bar-left {
                width: 100%;
            }
            .tf-top-bar .top-bar-left .top-info {
                flex-wrap: wrap !important;
                justify-content: center !important;
                align-items: center !important;
                gap: 8px !important;
                width: 100%;
            }
            .tf-top-bar .top-bar-left .top-info li.social-link a {
                font-size: 16px;
                line-height: 1;
            }
            .tf-top-bar .top-bar-left .top-info li.top-address {
                flex: 0 0 100% !important;
                justify-content: center;
                text-align: center;
                font-size: clamp(11px, 3.1vw, 13px) !important;
                line-height: 1.35;
                padding: 0 4px;
                gap: 5px;
                white-space: normal;
                word-break: break-word;
            }
            .tf-top-bar .top-bar-left .top-info li.top-address a {
                color: inherit;
                text-decoration: none;
            }
            .tf-top-bar .top-bar-left .top-info li.top-address i {
                font-size: 15px;
                flex-shrink: 0;
            }
            .tf-top-bar .top-bar-left .top-info li.top-address::before {
                display: none !important;
            }
            .tf-top-bar .top-bar-right,
            .top-bar-mobile-contact {
                display: none !important;
            }
            .tf-top-bar .top-bar-left .top-info > li.top-mobile-contact {
                display: flex !important;
                flex: 0 0 100% !important;
                width: 100%;
                justify-content: center;
                align-items: center;
            }
            .top-mobile-contact__inner {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: nowrap;
                width: 100%;
                max-width: 100%;
                font-size: clamp(10px, 2.8vw, 12px);
                line-height: 1.25;
                gap: 0;
            }
            .top-mobile-contact__inner a {
                display: inline-flex;
                align-items: center;
                gap: 4px;
                color: inherit;
                text-decoration: none;
                white-space: nowrap;
                flex-shrink: 1;
                min-width: 0;
            }
            .top-mobile-contact__inner a span {
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .top-mobile-contact__inner i {
                font-size: 14px;
                flex-shrink: 0;
            }
            .top-mobile-contact__sep {
                margin: 0 8px;
                color: var(--Outline);
                flex-shrink: 0;
            }
            #header-main.style-1 .header-inner-wrap {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }
            #header-main.style-1 .header-col-left {
                flex: 1 1 0 !important;
                min-width: 0;
            }
            #header-main.style-1 .header-inner-wrap .mobile-button {
                flex: 0 0 42px !important;
            }
            #header-main.style-1 .header-logo {
                flex: 1 1 auto !important;
                margin-left: 0 !important;
                padding: 4px 0 !important;
                display: flex !important;
                justify-content: center;
                align-items: center;
            }
            #header-main.style-1 .header-logo .site-logo {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: 280px;
            }
            #header-main.style-1 .header-logo .site-logo img {
                display: block;
                width: auto;
                height: clamp(42px, 11vw, 54px) !important;
                max-width: 100%;
                max-height: none !important;
                object-fit: contain;
            }
            #header-main.style-1 .header-col-right {
                flex: 0 0 42px !important;
            }
        }
        @media (max-width: 1150px) and (min-width: 768px) {
            #header-main .header-inner-wrap .header-logo,
            #header-main.style-1 .header-logo {
                padding: 14px 0 !important;
            }
        }
        @media (min-width: 1151px) {
            #header-main.style-1 .header-inner-wrap {
                display: grid !important;
                grid-template-columns: auto minmax(0, 1fr) auto !important;
                align-items: center;
                column-gap: 20px;
            }
            #header-main.style-1 .header-col-left {
                grid-column: 1;
                justify-self: start;
                z-index: 10;
            }
            #header-main.style-1 .main-menu {
                grid-column: 2;
                justify-self: center;
                position: relative !important;
                transform: none !important;
                margin: 0 !important;
                max-width: 100%;
                z-index: 40;
            }
            #header-main.style-1 .header-col-right {
                grid-column: 3;
                justify-self: end;
                z-index: 10;
            }
        }
        @media (min-width: 1151px) and (max-width: 1500px) {
            #header-main.style-1 .main-menu .navigation {
                gap: 19px !important;
                letter-spacing: 0 !important;
            }
            #header-main.style-1 .main-menu .navigation > li > a {
                font-size: 19px !important;
            }
        }

        /* Mobil menü — logo & destek kartı */
        .mobile-nav-wrap .offcanvas-header.top-nav-mobile {
            align-items: center;
            padding: 14px 16px 12px;
            border-bottom: 1px solid rgba(90, 111, 90, 0.14);
        }
        .mobile-nav-wrap .offcanvas-title {
            flex: 1;
            min-width: 0;
            margin: 0;
            line-height: 1;
        }
        .mobile-nav-wrap .offcanvas-title a {
            display: block;
            max-width: 100%;
        }
        .mobile-nav-wrap .offcanvas-title img {
            display: block;
            width: auto;
            height: clamp(48px, 14vw, 58px) !important;
            max-width: min(260px, calc(100vw - 72px)) !important;
            object-fit: contain;
            object-position: left center;
        }
        .mobile-nav-wrap .offcanvas-header .btn .icon-close {
            font-size: 22px;
        }
        .inner-mobile-nav .mb-body .support-card {
            margin-top: 22px;
            padding: 18px 16px;
            border-radius: 16px;
            background: linear-gradient(160deg, #f8f6f2 0%, #fff 100%);
            border: 1px solid rgba(90, 111, 90, 0.16);
            box-shadow: 0 8px 24px rgba(61, 79, 61, 0.08);
        }
        .inner-mobile-nav .mb-body .support-card__heading {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0 0 14px;
            font-size: 15px;
            font-weight: 700;
            color: #3d4f3d;
            line-height: 1.35;
        }
        .inner-mobile-nav .mb-body .support-card__heading i {
            font-size: 18px;
            color: #5a6f5a;
        }
        .inner-mobile-nav .mb-body .support-card__list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .inner-mobile-nav .mb-body .support-card__item a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 11px 12px;
            border-radius: 12px;
            text-decoration: none;
            background: #fff;
            border: 1px solid rgba(90, 111, 90, 0.12);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .inner-mobile-nav .mb-body .support-card__item a:hover,
        .inner-mobile-nav .mb-body .support-card__item a:focus {
            border-color: rgba(90, 111, 90, 0.28);
            box-shadow: 0 4px 12px rgba(61, 79, 61, 0.08);
        }
        .inner-mobile-nav .mb-body .support-card__icon {
            flex: 0 0 38px;
            width: 38px;
            height: 38px;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }
        .inner-mobile-nav .mb-body .support-card__item--phone .support-card__icon {
            background: rgba(90, 111, 90, 0.12);
            color: #3d4f3d;
        }
        .inner-mobile-nav .mb-body .support-card__item--wa .support-card__icon {
            background: rgba(37, 211, 102, 0.14);
            color: #128C7E;
        }
        .inner-mobile-nav .mb-body .support-card__item--mail .support-card__icon {
            background: rgba(90, 111, 90, 0.1);
            color: #5a6f5a;
        }
        .inner-mobile-nav .mb-body .support-card__text {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }
        .inner-mobile-nav .mb-body .support-card__text small {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.3px;
            text-transform: uppercase;
            color: #8a8a8a;
            line-height: 1.2;
        }
        .inner-mobile-nav .mb-body .support-card__text strong {
            font-size: 14px;
            font-weight: 700;
            color: #3d4f3d;
            line-height: 1.35;
            word-break: break-word;
        }
        .inner-mobile-nav .mb-body .support-card__item--wa .support-card__text strong {
            color: #128C7E;
        }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.form-check .form-check-input{
    opacity: 1;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.iletisim {
    position: fixed;
    width: 100%;
    height: 70px;
    bottom: 0;
    color: #FFF;
    z-index: 999;
    background-color: #f8f9fa;
    text-align: center;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
    display: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.mobilgoster {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobilgizle {
        display: none !important;
    }
    .mobilgoster {
        display: flex;
    }
    .iletisim {
        display: flex;
    }

    #footer .footer-main {
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #footer {
        padding-top: 0;
        padding-bottom: calc(70px + 10px + env(safe-area-inset-bottom, 0px));
    }

    #footer .tf-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    #footer .footer-bottom {
        padding-top: 10px;
        padding-bottom: 6px;
        margin: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-align: center;
    }

    #footer .footer-bottom .content-right {
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px 10px;
    }

    #footer .footer-bottom p {
        margin: 0;
        line-height: 1.4;
        font-size: 13px;
    }

    #footer .footer-bottom .content-right li a {
        font-size: 13px;
        line-height: 1.35;
    }
}

.iletisim-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5px;
}

.iletisim-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 55px;
    margin: 0 5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.iletisim-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: 600;
}

.tel-item {
    background: linear-gradient(135deg, #3C210E 0%, #6B4226 100%);
}

.tel-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(60, 33, 14, 0.3);
}

.whatsapp-item {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.whatsapp-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.iletisim-item i {
    font-size: 20px;
    margin-right: 8px;
}

.iletisim-item span {
    font-size: 14px;
    font-weight: 600;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    color: rgba(255,255,255,.96);
    margin-bottom: 12px;
    line-height: 1.7;
}

.footer-contact-list li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact-list li a:hover,
.footer-contact-list li a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.footer-contact-list li i {
    margin-right: 8px;
    color: #ffffff;
}

.footer-post-item {
    margin-bottom: 15px;
}

.footer-post-item span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.88);
    margin-bottom: 5px;
}

.footer-post-item a {
    color: #fff;
    line-height: 1.5;
}

.wrap-form .tf-collapse-content p {
    color: rgba(255,255,255,.92) !important;
}

#footer .footer-main .title-desktop {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 18px !important;
}

#footer .footer-main .title-desktop::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 255, 255, 0.14) 72%,
        transparent 100%
    );
}

#footer .footer-main .title-desktop::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 46px;
    height: 2px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
}

.footer-main a,
.footer-bottom a,
.footer-menu-list ul li a,
.content-right li a {
    color: #ffffff;
}

.footer-main a:hover,
.footer-main a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-menu-list ul li a:hover,
.footer-menu-list ul li a:focus,
.content-right li a:hover,
.content-right li a:focus {
    color: #ffffff;
    text-decoration: underline;
}

/* WhatsApp widget - sağ alt */
.floating-wpp,
#WAButton.floating-wpp {
    left: auto !important;
    right: 20px !important;
    bottom: 29px;
    z-index: 999;
}

.floating-wpp .floating-wpp-popup {
    right: 0;
    left: auto;
}

/* Floating WhatsApp erişilebilirlik */
.floating-wpp .floating-wpp-input-message textarea,
.floating-wpp .floating-wpp-input-message textarea.whatsapp {
    color: #212529 !important;
    background: #ffffff !important;
    border: 1px solid #ced4da !important;
}

.floating-wpp .floating-wpp-input-message textarea::placeholder,
.floating-wpp .floating-wpp-input-message textarea.whatsapp::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

.floating-wpp .floating-wpp-btn-send,
.floating-wpp .floating-wpp-button {
    outline-offset: 2px;
}

.floating-wpp .floating-wpp-input-message textarea:focus,
.floating-wpp .floating-wpp-input-message textarea.whatsapp:focus,
.floating-wpp a:focus,
.floating-wpp button:focus,
.offcanvas a:focus,
.offcanvas button:focus {
    outline: 2px solid #0d6efd !important;
    outline-offset: 2px !important;
}

/* ==========================================================================
   ANASAYFA
   ========================================================================== */

/* --- ANASAYFA block 1 --- */
@media (min-width: 768px) {
    .home-hero__overlay {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        padding-bottom: 7.5% !important;
    }
    .home-hero__cta {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 47% !important;
        max-width: 780px;
        padding-left: 7.8% !important;
        padding-right: 24px;
        box-sizing: border-box;
        justify-content: flex-start !important;
        gap: 18px !important;
    }
    .home-hero__btn {
        min-height: 62px !important;
        padding: 0 44px !important;
        font-size: 19px !important;
    }
}
@media (min-width: 768px) and (max-width: 1599px) {
    .home-hero__overlay {
        padding-bottom: 7% !important;
    }
    .home-hero__cta {
        padding-left: 7.2% !important;
        width: 48% !important;
    }
}
@media (min-width: 1600px) {
    .home-hero__overlay {
        padding-bottom: 7.8% !important;
    }
    .home-hero__cta {
        padding-left: 8.4% !important;
        width: 46% !important;
    }
    .home-hero__btn {
        min-height: 64px !important;
        padding: 0 48px !important;
        font-size: 20px !important;
    }
}

/* --- ANASAYFA block 2 --- */
.home-section-bg-tone {
    background: linear-gradient(180deg, #f5f2ed 0%, #faf8f5 55%, #f8f6f2 100%);
}
.home-section-bg-white {
    background: #fff;
}

/* --- ANASAYFA block 3 --- */
.section-benefits-home .benefits-home__seo a {
    color: #3d4f3d;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.section-benefits-home .benefits-home__seo a:hover,
.section-benefits-home .benefits-home__seo a:focus {
    color: #5a6f5a;
}
.section-benefits-home .benefits-home__seo strong {
    color: #3d4f3d;
    font-weight: 700;
}
.section-benefits-home {
    position: relative;
    overflow: hidden;
}
.section-benefits-home::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(90, 111, 90, 0.06);
    pointer-events: none;
}
.section-benefits-home::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(90, 111, 90, 0.05);
    pointer-events: none;
}
.section-benefits-home .benefits-home__frame {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid rgba(90, 111, 90, 0.16);
    border-radius: 28px;
    padding: clamp(28px, 4.5vw, 52px) clamp(24px, 4vw, 48px);
    box-shadow:
        0 4px 6px rgba(61, 79, 61, 0.04),
        0 18px 48px rgba(61, 79, 61, 0.1);
}
.section-benefits-home .benefits-home__frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(24px, 4vw, 48px);
    right: clamp(24px, 4vw, 48px);
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #5a6f5a 0%, rgba(90, 111, 90, 0.35) 60%, transparent 100%);
    pointer-events: none;
}
.section-benefits-home .box-benefits-home {
    padding-right: clamp(0px, 3vw, 40px);
}
.section-benefits-home .text-2.sub {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #5a6f5a;
}
.section-benefits-home .benefits-home__title {
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.25;
    margin-bottom: 20px;
    color: #3d4f3d;
}
.section-benefits-home .heading-section .description {
    margin-top: 0;
}
.section-benefits-home .heading-section .description p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #5f5f5f;
}
.section-benefits-home .heading-section .description p:last-child {
    margin-bottom: 0;
}
.section-benefits-home .benefits-home__visual {
    position: relative;
    padding: 8px 8px 16px 0;
}
.section-benefits-home .benefits-home__visual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8px;
    left: 16px;
    border: 2px solid rgba(90, 111, 90, 0.22);
    border-radius: 26px;
    pointer-events: none;
    z-index: 0;
}
.section-benefits-home .benefits-home__image-wrap {
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow:
        0 28px 56px -14px rgba(61, 79, 61, 0.28),
        0 14px 28px -8px rgba(0, 0, 0, 0.12),
        0 4px 12px rgba(61, 79, 61, 0.08);
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.section-benefits-home .benefits-home__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(90, 111, 90, 0.12);
    border-radius: 18px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.section-benefits-home .benefits-home__image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
@media (max-width: 991px) {
    .section-benefits-home .benefits-home__frame {
        border-radius: 22px;
        padding: 28px 22px;
    }
    .section-benefits-home .box-benefits-home {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .section-benefits-home .benefits-home__visual {
        padding: 6px 4px 12px 4px;
    }
    .section-benefits-home .benefits-home__visual::before {
        left: 8px;
        right: 4px;
        bottom: 4px;
        border-radius: 22px;
    }
    .section-benefits-home .benefits-home__image-wrap {
        max-width: 100%;
    }
}

/* --- ANASAYFA block 4 --- */
.section-expertise-home {
    position: relative;
}
.section-expertise-home .expertise-home__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}
.section-expertise-home .expertise-home__header .text-2.sub {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #5a6f5a;
}
.section-expertise-home .expertise-home__header h2 {
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.25;
    margin-bottom: 14px;
    color: #3d4f3d;
}
.section-expertise-home .expertise-home__header .description {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #5f5f5f;
}
.section-expertise-home .expertise-home__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.section-expertise-home .expertise-home__card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 18px;
    background: linear-gradient(160deg, #faf8f5 0%, #fff 100%);
    border: 1px solid rgba(90, 111, 90, 0.14);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    min-height: 100%;
}
.section-expertise-home .expertise-home__card:hover,
.section-expertise-home .expertise-home__card:focus {
    transform: translateY(-4px);
    border-color: rgba(90, 111, 90, 0.28);
    box-shadow: 0 14px 32px rgba(61, 79, 61, 0.12);
}
.section-expertise-home .expertise-home__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 111, 90, 0.12);
    color: #3d4f3d;
    font-size: 20px;
    transition: background 0.25s ease, color 0.25s ease;
}
.section-expertise-home .expertise-home__card:hover .expertise-home__icon,
.section-expertise-home .expertise-home__card:focus .expertise-home__icon {
    background: #5a6f5a;
    color: #fff;
}
.section-expertise-home .expertise-home__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.section-expertise-home .expertise-home__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #3d4f3d;
}
.section-expertise-home .expertise-home__desc {
    font-size: 14px;
    line-height: 1.55;
    color: #6f6f6f;
}
.section-expertise-home .expertise-home__arrow {
    flex: 0 0 24px;
    margin-top: 4px;
    color: #5a6f5a;
    font-size: 18px;
    opacity: 0.5;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.section-expertise-home .expertise-home__card:hover .expertise-home__arrow,
.section-expertise-home .expertise-home__card:focus .expertise-home__arrow {
    opacity: 1;
    transform: translateX(3px);
}
@media (max-width: 991px) {
    .section-expertise-home .expertise-home__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}
@media (max-width: 575px) {
    .section-expertise-home .expertise-home__header {
        margin-bottom: 28px;
        text-align: left;
    }
    .section-expertise-home .expertise-home__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .section-expertise-home .expertise-home__card {
        padding: 16px 14px;
        border-radius: 16px;
    }
    .section-expertise-home .expertise-home__icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .section-expertise-home .expertise-home__title {
        font-size: 16px;
    }
    .section-expertise-home .expertise-home__desc {
        font-size: 13px;
    }
}

/* --- ANASAYFA block 5 --- */
.section-contact-home .home-contact__frame {
    background: #fff;
    border: 1px solid rgba(90, 111, 90, 0.16);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 48px);
    box-shadow: 0 18px 48px rgba(61, 79, 61, 0.1);
}
.section-contact-home .home-contact__wrap {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 480px);
    gap: clamp(24px, 4vw, 48px);
    align-items: start;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.section-contact-home .home-contact__info .heading-section {
    padding-bottom: 0;
    margin-bottom: 22px;
    border-bottom: none;
}
.section-contact-home .home-contact__info .text-2.sub {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #5a6f5a;
}
.section-contact-home .home-contact__info h2 {
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.25;
    color: #3d4f3d;
    margin-bottom: 14px;
}
.section-contact-home .home-contact__info .description {
    font-size: 16px;
    line-height: 1.75;
    color: #5f6f6f;
    margin: 0;
}
.section-contact-home .home-contact__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.section-contact-home .home-contact__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(160deg, #faf8f5 0%, #fff 100%);
    border: 1px solid rgba(90, 111, 90, 0.14);
    margin: 0;
}
.section-contact-home .home-contact__list-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 111, 90, 0.12);
    color: #3d4f3d;
    font-size: 18px;
}
.section-contact-home .home-contact__list-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.section-contact-home .home-contact__list-text small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #8a8a8a;
}
.section-contact-home .home-contact__list-text a,
.section-contact-home .home-contact__list-text span {
    font-size: 15px;
    line-height: 1.5;
    color: #3d4f3d;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}
.section-contact-home .home-contact__list-text a:hover,
.section-contact-home .home-contact__list-text a:focus {
    color: #5a6f5a;
    text-decoration: underline;
}
.section-contact-home .home-contact-form {
    max-width: none;
    background: #fafbf9;
    border: 1px solid rgba(90, 111, 90, 0.14);
    border-radius: 20px;
    padding: clamp(20px, 3vw, 28px);
}
.section-contact-home .home-contact-form__title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.3;
    color: #3d4f3d;
    text-align: center;
}
.section-contact-home .home-contact-kvkk {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    color: #5f6f6f;
    margin: 4px 0 16px;
}
.section-contact-home .home-contact-kvkk input {
    margin-top: 4px;
    flex-shrink: 0;
}
.section-contact-home .home-contact-kvkk a {
    color: #3d4f3d;
    font-weight: 600;
}
.section-contact-home .home-contact-submit-row {
    margin-top: 4px;
}
.section-contact-home .home-contact-captcha {
    min-width: 0;
    overflow: hidden;
}
.section-contact-home .home-contact-captcha .h-captcha {
    transform: scale(0.92);
    transform-origin: left center;
}
.section-contact-home .home-contact-submit-btn {
    height: auto !important;
    min-height: 40px;
    padding: 10px 12px !important;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
}
.section-contact-home .home-contact-submit-btn span {
    display: inline-block;
}
@media (max-width: 991px) {
    .section-contact-home .home-contact__wrap {
        grid-template-columns: 1fr;
    }
    .section-contact-home .home-contact-form {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .section-contact-home .home-contact__frame {
        border-radius: 22px;
        padding: 20px 16px;
    }
}
.kvkk-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:99999;
    padding:20px;
}
.kvkk-modal.active{
    display:flex;
    align-items:center;
    justify-content:center;
}
.kvkk-modal-content{
    position:relative;
    width:100%;
    max-width:850px;
    max-height:90vh;
    background:#fff;
    border-radius:18px;
    padding:30px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.kvkk-modal-content h3{
    margin-bottom:20px;
}
.kvkk-scroll{
    max-height:58vh;
    overflow:auto;
    padding-right:10px;
    line-height:1.8;
    font-size:15px;
}
.kvkk-scroll ul{
    padding-left:20px;
    margin-bottom:18px;
}
.kvkk-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:22px;
    flex-wrap:wrap;
}
.kvkk-modal-check{
    display:flex;
    align-items:flex-start;
    gap:10px;
    cursor:pointer;
    font-size:14px;
}
.kvkk-close{
    position:absolute;
    right:14px;
    top:10px;
    border:none;
    background:none;
    font-size:30px;
    line-height:1;
    cursor:pointer;
}
@media (max-width: 767px){
    .kvkk-modal-content{
        padding:20px 16px;
        border-radius:14px;
    }
    .kvkk-scroll{
        max-height:55vh;
        font-size:14px;
    }
    .kvkk-actions{
        flex-direction:column;
        align-items:stretch;
    }
}

/* --- ANASAYFA EMDR --- */
.section-emdr-home {
    position: relative;
    overflow: hidden;
}
.section-emdr-home .emdr-home__frame {
    position: relative;
    background: linear-gradient(145deg, #f4f7f4 0%, #fff 48%, #faf8f5 100%);
    border: 1px solid rgba(90, 111, 90, 0.2);
    border-radius: 28px;
    padding: clamp(28px, 4.5vw, 52px) clamp(24px, 4vw, 48px);
    box-shadow:
        0 4px 6px rgba(61, 79, 61, 0.04),
        0 22px 56px rgba(61, 79, 61, 0.12);
}
.section-emdr-home .emdr-home__frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(24px, 4vw, 48px);
    right: clamp(24px, 4vw, 48px);
    height: 4px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, #5a6f5a 0%, #8fa88f 55%, rgba(143, 168, 143, 0.2) 100%);
    pointer-events: none;
}
.section-emdr-home .emdr-home__sub {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #5a6f5a;
}
.section-emdr-home .emdr-home__title {
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.25;
    margin-bottom: 16px;
    color: #3d4f3d;
}
.section-emdr-home .emdr-home__lead,
.section-emdr-home .emdr-home__desc {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
    color: #5f5f5f;
}
.section-emdr-home .emdr-home__points {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-emdr-home .emdr-home__points li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    line-height: 1.55;
    color: #4a5548;
}
.section-emdr-home .emdr-home__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5a6f5a;
    box-shadow: 0 0 0 3px rgba(90, 111, 90, 0.18);
}
.section-emdr-home .emdr-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.section-emdr-home .emdr-home__btn {
    min-width: 0;
}
.section-emdr-home .emdr-home__btn--outline {
    background: transparent;
    border: 2px solid #5a6f5a;
    color: #3d4f3d;
}
.section-emdr-home .emdr-home__btn--outline:hover,
.section-emdr-home .emdr-home__btn--outline:focus {
    background: #5a6f5a;
    color: #fff;
}
.section-emdr-home .emdr-home__visual {
    position: relative;
    padding: 12px 12px 20px 0;
}
.section-emdr-home .emdr-home__badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5a6f5a;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 12px 28px rgba(61, 79, 61, 0.28);
}
.section-emdr-home .emdr-home__image-wrap {
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow:
        0 28px 56px -14px rgba(61, 79, 61, 0.28),
        0 14px 28px -8px rgba(0, 0, 0, 0.12);
}
.section-emdr-home .emdr-home__image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width: 991px) {
    .section-emdr-home .emdr-home__visual {
        max-width: 560px;
        margin: 0 auto;
        padding-right: 0;
    }
    .section-emdr-home .emdr-home__actions {
        flex-direction: column;
    }
    .section-emdr-home .emdr-home__btn {
        width: 100%;
        justify-content: center;
    }
}

/* --- ANASAYFA block 6 --- */
.section-therapy-home {
    padding-bottom: clamp(32px, 4vw, 56px);
}
.section-therapy-home .therapy-home__frame {
    background: #fff;
    border: 1px solid rgba(90, 111, 90, 0.14);
    border-radius: 28px;
    padding: clamp(28px, 4vw, 52px);
    box-shadow: 0 18px 48px rgba(61, 79, 61, 0.08);
}
.section-therapy-home .therapy-home__header {
    max-width: 760px;
    margin: 0 auto 36px;
}
.section-therapy-home .therapy-home__header .text-2.sub {
    color: #5a6f5a;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-therapy-home .therapy-home__header h2 {
    color: #3d4f3d;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.25;
    margin-bottom: 12px;
}
.section-therapy-home .therapy-home__header .description {
    color: #5f6f6f;
    margin: 0;
}
.section-therapy-home .therapy-home__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
}
.section-therapy-home .therapy-home__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: clamp(18px, 2.5vw, 24px);
    border-radius: 20px;
    background: linear-gradient(165deg, #faf8f5 0%, #fff 55%, #f3f0ea 100%);
    border: 1px solid rgba(90, 111, 90, 0.12);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.section-therapy-home .therapy-home__card:hover,
.section-therapy-home .therapy-home__card:focus {
    transform: translateY(-5px);
    border-color: rgba(90, 111, 90, 0.28);
    box-shadow: 0 16px 36px rgba(61, 79, 61, 0.12);
}
.section-therapy-home .therapy-home__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.section-therapy-home .therapy-home__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 111, 90, 0.14);
    color: #3d4f3d;
    font-size: 22px;
    transition: background 0.25s ease, color 0.25s ease;
}
.section-therapy-home .therapy-home__card:hover .therapy-home__icon,
.section-therapy-home .therapy-home__card:focus .therapy-home__icon {
    background: #5a6f5a;
    color: #fff;
}
.section-therapy-home .therapy-home__badge {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8a9a8a;
}
.section-therapy-home .therapy-home__title {
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: 700;
    line-height: 1.35;
    color: #3d4f3d;
}
.section-therapy-home .therapy-home__desc {
    font-size: 14px;
    line-height: 1.65;
    color: #6f6f6f;
    flex: 1;
}
.section-therapy-home .therapy-home__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #5a6f5a;
    transition: gap 0.25s ease;
}
.section-therapy-home .therapy-home__card:hover .therapy-home__link,
.section-therapy-home .therapy-home__card:focus .therapy-home__link {
    gap: 10px;
}
@media (max-width: 991px) {
    .section-therapy-home .therapy-home__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .section-therapy-home .therapy-home__frame {
        border-radius: 22px;
        padding: 22px 16px;
    }
    .section-therapy-home .therapy-home__header {
        text-align: left;
        margin-bottom: 24px;
    }
    .section-therapy-home .therapy-home__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .section-therapy-home .therapy-home__card {
        padding: 16px;
        border-radius: 16px;
    }
    .section-therapy-home .therapy-home__icon {
        width: 42px;
        height: 42px;
        font-size: 19px;
    }
}

/* --- ANASAYFA block 7 --- */
.section-blog-home {
    padding-bottom: clamp(48px, 6vw, 88px);
}
.section-blog-home .blog-home__frame {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(90, 111, 90, 0.14);
    border-radius: 28px;
    padding: clamp(28px, 4vw, 52px);
    box-shadow: 0 20px 50px rgba(61, 79, 61, 0.08);
}
.section-blog-home .blog-home__header {
    max-width: 720px;
    margin: 0 auto 36px;
}
.section-blog-home .blog-home__header .text-2.sub {
    color: #5a6f5a;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}
.section-blog-home .blog-home__header h2 {
    color: #3d4f3d;
    margin-bottom: 12px;
}
.section-blog-home .blog-home__header .description {
    color: #5f6f6f;
    margin: 0;
}
.section-blog-home .blog-home__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 28px);
}
.section-blog-home .blog-home__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(90, 111, 90, 0.12);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(61, 79, 61, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.section-blog-home .blog-home__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(61, 79, 61, 0.12);
}
.section-blog-home .blog-home__thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8e4dc;
}
.section-blog-home .blog-home__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.section-blog-home .blog-home__card:hover .blog-home__thumb img {
    transform: scale(1.04);
}
.section-blog-home .blog-home__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: clamp(18px, 2.5vw, 26px);
    gap: 10px;
}
.section-blog-home .blog-home__date {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #7a8f7a;
    text-transform: uppercase;
}
.section-blog-home .blog-home__title {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.35;
    margin: 0;
}
.section-blog-home .blog-home__title a {
    color: #3d4f3d;
    text-decoration: none;
}
.section-blog-home .blog-home__title a:hover,
.section-blog-home .blog-home__title a:focus {
    color: #5a6f5a;
}
.section-blog-home .blog-home__excerpt {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5f6f6f;
    flex: 1;
}
.section-blog-home .blog-home__btn {
    align-self: flex-start;
    margin-top: 6px;
    min-height: 46px;
}
.section-blog-home .blog-home__empty {
    margin: 0;
}
@media (max-width: 767px) {
    .section-blog-home .blog-home__frame {
        border-radius: 22px;
        padding: 22px 16px;
    }
    .section-blog-home .blog-home__grid {
        grid-template-columns: 1fr;
    }
    .section-blog-home .blog-home__btn {
        width: 100%;
        justify-content: center;
    }
}

/* --- BLOG & KATEGORİ LİSTESİ --- */
.page-blog-listing .section-blog-grid .grid-layout-3 {
    gap: 28px 24px;
}
.page-blog-listing .blog-card-framed {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 18px;
    border: 2px solid #c8d4c8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(45, 62, 45, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.page-blog-listing .blog-card-framed:hover {
    transform: translateY(-6px);
    border-color: #8fa38f;
    box-shadow: 0 20px 44px rgba(45, 62, 45, 0.2);
}
.page-blog-listing .blog-card-framed .image-wrap {
    margin-bottom: 18px;
    border: 1px solid #d5dfd5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(45, 62, 45, 0.16);
}
.page-blog-listing .blog-card-framed .image-wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 210px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.page-blog-listing .blog-card-framed:hover .image-wrap img {
    transform: scale(1.04);
}
.page-blog-listing .blog-card-framed .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 4px;
    border-top: 1px solid #e4ebe4;
}
.page-blog-listing .blog-card-framed .content .title {
    margin: 14px 0 10px;
}
.page-blog-listing .blog-card-framed .content .title a {
    color: #2f4030;
    font-weight: 700;
}
.page-blog-listing .blog-card-framed .content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #667566;
}
.page-blog-listing .listing-intro-card {
    margin-bottom: 32px;
    padding: 20px 24px;
    border: 2px solid #c8d4c8;
    border-left: 5px solid #5a6f5a;
    border-radius: 0 16px 16px 0;
    background: #f7faf7;
    box-shadow: 0 8px 22px rgba(45, 62, 45, 0.08);
}
.page-blog-listing .listing-intro-card__sub {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5a6f5a;
}
.page-blog-listing .listing-intro-card__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    color: #5f6f6f;
}
.page-blog-listing .listing-empty-card {
    padding: 28px;
    border: 2px dashed #b8c5b8;
    border-radius: 16px;
    background: #f7faf7;
    text-align: center;
    color: #5f6f6f;
}
.page-blog-listing .section-category-about {
    padding-top: 12px;
    padding-bottom: 24px;
}
.page-blog-listing .category-about-card {
    margin-top: 12px;
    padding: 28px;
    border: 2px solid #c8d4c8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(45, 62, 45, 0.12);
}
.page-blog-listing .category-about-card__image {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d5dfd5;
    box-shadow: 0 10px 24px rgba(45, 62, 45, 0.14);
}
.page-blog-listing .category-about-card__image img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.page-blog-listing .category-about-card__content .sub {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #5a6f5a;
}
.page-blog-listing .category-about-card__content .title {
    margin-bottom: 16px;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.3;
    color: #3d4f3d;
}
.page-blog-listing .category-about-card__text {
    color: #5f6f6f;
}
.page-blog-listing .category-about-card__text p {
    margin: 0 0 1em;
}
.page-blog-listing .category-about-card__text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .page-blog-listing .blog-card-framed {
        padding: 14px;
    }
    .page-blog-listing .blog-card-framed .image-wrap img {
        min-height: 180px;
    }
    .page-blog-listing .category-about-card {
        padding: 18px 16px;
    }
}
.main-content.page-blog .blog-scroll-sentinel {
    width: 100%;
    height: 1px;
}
.main-content.page-blog .blog-scroll-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #5f6f6f;
}
.main-content.page-blog .blog-scroll-loader__spinner {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(90, 111, 90, 0.2);
    border-top-color: #5a6f5a;
    border-radius: 50%;
    animation: blog-spin 0.8s linear infinite;
}
.main-content.page-blog .blog-scroll-end {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    color: #8a9a8a;
}
@keyframes blog-spin {
    to { transform: rotate(360deg); }
}

/* --- MAKALE / İÇERİK DETAY --- */
.article-page-theme {
    --article-accent: #5a6f5a;
    --article-accent-soft: rgba(90, 111, 90, 0.12);
    --article-text: #3d4f3d;
    --article-text-soft: #5f6f6f;
    --article-border: rgba(90, 111, 90, 0.18);
    --article-shadow: 0 18px 40px rgba(61, 79, 61, 0.1);
    scroll-behavior: smooth;
}
.article-page-theme .section-article-detail {
    padding-bottom: clamp(48px, 6vw, 80px);
}
.article-page-theme .article-detail-card {
    background: #fff;
    border: 1px solid var(--article-border);
    border-radius: 28px;
    padding: clamp(22px, 3vw, 36px);
    box-shadow: var(--article-shadow);
}
.article-page-theme .article-detail-card__hero {
    margin-bottom: clamp(24px, 3vw, 34px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--article-border);
    box-shadow: 0 12px 28px rgba(61, 79, 61, 0.1);
}
.article-page-theme .article-detail-card__hero img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}
.article-page-theme .article-detail-card__toc {
    margin-bottom: clamp(24px, 3vw, 34px);
    padding: clamp(18px, 2.5vw, 24px) clamp(20px, 2.5vw, 28px);
    border-radius: 18px;
    border: 1px solid var(--article-border);
    background: linear-gradient(160deg, #fafbf9 0%, #fff 100%);
    box-shadow: 0 8px 22px rgba(61, 79, 61, 0.06);
}
.article-page-theme .article-toc__title {
    margin: 0 0 14px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.35;
    color: var(--article-text);
}
.article-page-theme .article-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.article-page-theme .article-toc__item a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: #5a5248;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.article-page-theme .article-toc__item a::before {
    content: "›";
    flex: 0 0 auto;
    color: var(--article-accent);
    font-size: 18px;
    line-height: 1.2;
}
.article-page-theme .article-toc__item a:hover,
.article-page-theme .article-toc__item a:focus {
    color: var(--article-text);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.article-page-theme .article-toc__item--h3 {
    padding-left: 16px;
}
.article-page-theme .article-toc__item--h4 {
    padding-left: 32px;
}
.article-page-theme .article-toc__item--h5 {
    padding-left: 48px;
}
.article-page-theme .article-toc__item--h6 {
    padding-left: 64px;
}
.article-page-theme .article-detail-card__header {
    margin-bottom: 0;
    padding-bottom: clamp(18px, 2.5vw, 24px);
    border-bottom: none;
}
.article-page-theme .article-detail-card__header + .article-detail-card__toc {
    margin-top: 0;
}
.article-page-theme .article-detail-card__toc + .article-detail-card__content {
    margin-top: clamp(24px, 3vw, 34px);
    padding-top: clamp(22px, 3vw, 30px);
    border-top: 1px solid var(--article-border);
}
.article-page-theme .article-detail-card__header:not(:has(+ .article-detail-card__toc)) + .article-detail-card__content {
    margin-top: clamp(22px, 3vw, 30px);
    padding-top: clamp(18px, 2.5vw, 24px);
    border-top: 1px solid var(--article-border);
}
.article-page-theme .article-detail-card__title {
    margin: 0 0 12px;
    font-size: clamp(26px, 3.2vw, 36px);
    line-height: 1.3;
    color: var(--article-text);
}
.article-page-theme .article-detail-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: #8a9a8a;
}
.article-page-theme .article-detail-card__lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: var(--article-text-soft);
    font-weight: 500;
}
.article-page-theme .article-rich-content {
    font-size: 17px;
    line-height: 1.9;
    color: var(--article-text-soft);
    word-break: break-word;
}
.article-page-theme .article-rich-content > p:first-of-type {
    font-size: 18px;
    line-height: 1.85;
    color: var(--article-text);
    font-weight: 500;
}
.article-page-theme .article-rich-content p {
    margin: 0 0 1.05em;
}
.article-page-theme .article-rich-content p:last-child {
    margin-bottom: 0;
}
.article-page-theme .article-rich-content p > strong:only-child,
.article-page-theme .article-rich-content > p > strong:first-child:last-child {
    display: block;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.45;
    color: var(--article-text);
    margin: 1.5em 0 0.85em;
    padding: 12px 16px;
    background: linear-gradient(90deg, var(--article-accent-soft) 0%, rgba(255, 255, 255, 0) 100%);
    border-left: 4px solid var(--article-accent);
    border-radius: 0 12px 12px 0;
}
.article-page-theme .article-rich-content > p:first-of-type > strong:only-child {
    margin-top: 0;
}
.article-page-theme .article-rich-content strong {
    color: var(--article-text);
    font-weight: 700;
}
.article-page-theme .article-rich-content em,
.article-page-theme .article-rich-content u {
    color: #4a5d4a;
}
.article-page-theme .article-rich-content hr {
    margin: 1.8em 0;
    border: 0;
    border-top: 1px solid var(--article-border);
}
.article-page-theme .article-rich-content ul,
.article-page-theme .article-rich-content ol {
    list-style: none;
    margin: 0 0 1.2em;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.article-page-theme .article-rich-content ul li,
.article-page-theme .article-rich-content ol li {
    margin: 0;
    padding: 12px 14px 12px 38px;
    border: 1px solid var(--article-border);
    border-radius: 14px;
    background: #fafbf9;
    position: relative;
    font-size: 16px;
    line-height: 1.75;
    color: var(--article-text-soft);
}
.article-page-theme .article-rich-content ul li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--article-accent);
}
.article-page-theme .article-rich-content ol {
    counter-reset: article-ol;
}
.article-page-theme .article-rich-content ol li {
    counter-increment: article-ol;
    padding-left: 44px;
}
.article-page-theme .article-rich-content ol li::before {
    content: counter(article-ol);
    position: absolute;
    left: 14px;
    top: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--article-accent-soft);
    color: var(--article-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}
.article-page-theme .article-rich-content ul li p,
.article-page-theme .article-rich-content ol li p {
    margin: 0;
}
.article-page-theme .article-rich-content ul li strong,
.article-page-theme .article-rich-content ol li strong {
    color: var(--article-text);
}
.article-page-theme .article-rich-content h1,
.article-page-theme .article-rich-content h2,
.article-page-theme .article-rich-content h3,
.article-page-theme .article-rich-content h4,
.article-page-theme .article-rich-content h5,
.article-page-theme .article-rich-content h6 {
    color: var(--article-text);
    line-height: 1.45;
    margin: 1.4em 0 0.75em;
    scroll-margin-top: 120px;
}
.article-page-theme .article-rich-content h2:target,
.article-page-theme .article-rich-content h3:target,
.article-page-theme .article-rich-content h4:target,
.article-page-theme .article-rich-content h5:target,
.article-page-theme .article-rich-content h6:target {
    outline: 2px solid rgba(90, 111, 90, 0.35);
    outline-offset: 4px;
    border-radius: 4px;
}
.article-page-theme .article-rich-content a {
    color: var(--article-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.article-page-theme .article-rich-content a:hover,
.article-page-theme .article-rich-content a:focus {
    color: var(--article-text);
}
.article-page-theme .article-detail-card__tags {
    margin-top: clamp(28px, 4vw, 40px);
    padding-top: clamp(22px, 3vw, 30px);
    border-top: 1px solid var(--article-border);
}
.article-page-theme .article-detail-card__tags h3 {
    margin: 0 0 14px;
    font-size: 20px;
    color: var(--article-text);
}
.article-page-theme .article-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.article-page-theme .article-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid var(--article-border);
    border-radius: 999px;
    background: #fafbf9;
    color: var(--article-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.article-page-theme .article-tag:hover,
.article-page-theme .article-tag:focus {
    background: var(--article-accent-soft);
    border-color: rgba(90, 111, 90, 0.35);
    color: var(--article-accent);
}
@media (max-width: 767px) {
    .article-page-theme .article-detail-card {
        border-radius: 20px;
        padding: 18px 16px;
    }
    .article-page-theme .article-detail-card__hero img {
        aspect-ratio: 4 / 3;
    }
    .article-page-theme .article-rich-content {
        font-size: 16px;
        line-height: 1.85;
    }
    .article-page-theme .article-rich-content ul li,
    .article-page-theme .article-rich-content ol li {
        font-size: 15px;
        padding-left: 34px;
    }
    .article-page-theme .article-rich-content ol li {
        padding-left: 40px;
    }
}

/* --- İLETİŞİM SAYFASI --- */
.page-contact-theme {
    padding-top: 0 !important;
    padding-bottom: clamp(48px, 6vw, 80px);
}

.page-contact-theme .section-contact-page {
    padding-bottom: clamp(28px, 4vw, 40px);
}

.page-contact-theme .contact-page__frame {
    background: #fff;
    border: 1px solid rgba(90, 111, 90, 0.16);
    border-radius: 28px;
    padding: clamp(24px, 4vw, 44px);
    box-shadow: 0 18px 48px rgba(61, 79, 61, 0.1);
}

.page-contact-theme .contact-page__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(300px, 460px);
    gap: clamp(24px, 4vw, 48px);
    align-items: start;
}

.page-contact-theme .contact-page__info .heading-section {
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: none;
}

.page-contact-theme .contact-page__info h2 {
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.25;
    color: #3d4f3d;
    margin-bottom: 14px;
}

.page-contact-theme .contact-page__info .description {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #5f6f6f;
}

.page-contact-theme .contact-page__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-contact-theme .contact-page__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(160deg, #faf8f5 0%, #fff 100%);
    border: 1px solid rgba(90, 111, 90, 0.14);
}

.page-contact-theme .contact-page__list-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 111, 90, 0.12);
    color: #3d4f3d;
    font-size: 18px;
}

.page-contact-theme .contact-page__list-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.page-contact-theme .contact-page__list-text small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #8a8a8a;
}

.page-contact-theme .contact-page__list-text a,
.page-contact-theme .contact-page__list-text span {
    font-size: 15px;
    line-height: 1.5;
    color: #3d4f3d;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.page-contact-theme .contact-page__list-text a:hover,
.page-contact-theme .contact-page__list-text a:focus {
    color: #5a6f5a;
    text-decoration: underline;
}

.page-contact-theme .contact-page__form {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: clamp(20px, 3vw, 28px);
    background: linear-gradient(165deg, #f8f6f2 0%, #fff 100%);
    border: 2px solid #d9cfc3;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(111, 100, 91, 0.1);
}

.page-contact-theme .contact-page__form-title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.3;
    color: #3d4f3d;
    text-align: center;
}

.page-contact-theme .contact-page__form .tf-input {
    background: #fff;
    border-color: #e0d8cf;
}

.page-contact-theme .contact-page__datetime-row {
    margin-bottom: 4px;
}

.page-contact-theme .contact-page__datetime-row > [class*="col-"] {
    min-width: 0;
}

.page-contact-theme .contact-page__datetime-row fieldset {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    min-width: 0;
}

.page-contact-theme .contact-page__datetime-row fieldset input {
    width: 100%;
}

.page-contact-theme .contact-page__kvkk {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.55;
    color: #5f6f6f;
    margin: 10px 0 14px;
}

.page-contact-theme .contact-page__kvkk input {
    margin-top: 3px;
}

.page-contact-theme .contact-page__list-icon--wa {
    background: rgba(37, 211, 102, 0.14);
    color: #1fa855;
}

.page-contact-theme .contact-page__submit-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.page-contact-theme .contact-page__captcha {
    margin: 0;
    min-width: 0;
    height: 58px;
    overflow: hidden;
}

.page-contact-theme .contact-page__captcha-inner {
    transform: scale(0.76);
    transform-origin: left center;
    width: 304px;
    max-width: 100%;
}

.page-contact-theme .contact-page__submit-btn {
    justify-self: end;
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 10px 16px !important;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 10px !important;
    white-space: nowrap;
}

.page-contact-theme .contact-page__submit-btn span {
    padding: 0;
}

.page-contact-theme .contact-page__map-section {
    padding-bottom: 0;
}

.page-contact-theme .contact-page__map {
    height: clamp(280px, 40vw, 420px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(90, 111, 90, 0.16);
    box-shadow: 0 12px 32px rgba(61, 79, 61, 0.08);
    background: #f7faf7;
}

.page-contact-theme .contact-page__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-page-kvkk-modal.kvkk-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.contact-page-kvkk-modal.kvkk-modal.active {
    display: flex;
}

.contact-page-kvkk-modal .kvkk-modal-content {
    background: #fff;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.contact-page-kvkk-modal .kvkk-scroll {
    max-height: 55vh;
    overflow-y: auto;
    padding-right: 10px;
    line-height: 1.7;
}

.contact-page-kvkk-modal .kvkk-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .page-contact-theme .contact-page__grid {
        grid-template-columns: 1fr;
    }

    .page-contact-theme .contact-page__form {
        order: 2;
    }

    .page-contact-theme .contact-page__submit-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .page-contact-theme .contact-page__captcha {
        height: auto;
        overflow: visible;
    }

    .page-contact-theme .contact-page__captcha-inner {
        transform: scale(0.88);
        transform-origin: left top;
    }

    .page-contact-theme .contact-page__submit-btn {
        justify-self: stretch;
        width: 100% !important;
        text-align: center;
    }
}
