﻿/* Kardelen — sayfa özel stilleri (apply-form, dealers, contact, resources, analyses) */

/* ========== Site logoları (header / footer) ========== */
.header-1 .logo .header-logo img,
.header-1 .logo .header-logo-2 img,
.footer-widget-wrapper .footer-logo img {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Anasayfa: tema sticky geçişi (footer → ana logo). Diğer sayfalar: yalnızca ana logo */
.header-1:not(.header-1--home) .logo .header-logo-2--solo {
    display: block !important;
}

/* Arama popup overlay — main.css içindeki close.png 404 düzeltmesi */
.search-popup__overlay {
    cursor: url(../img/close-cursor.svg) 16 16, pointer;
}

@media (max-width: 575px) {
    .header-1 .logo .header-logo img,
    .header-1 .logo .header-logo-2 img,
    .footer-widget-wrapper .footer-logo img {
        max-width: 150px;
        max-height: 120px;
    }
}

/* Mobil/tablet: menü offcanvas'a taşınır; boş pill çerçevesi görünmesin */
@media (max-width: 1199px) {
    .header-main .mean__menu-wrapper {
        display: none !important;
    }
}

/* Header pill/buton — siyah ton yalnızca slider üstünde (henüz scroll yok) */
.header-1:not(.sticky) .header-main .main-menu,
.header-1:not(.sticky) .header-right .search-toggler,
.header-1:not(.sticky) .header-right .header-button .theme-btn,
.header-1:not(.sticky) .header-right .header__hamburger .sidebar__toggle,
.header-1:not(.sticky) .header-right .lang-toggler,
.offcanvas__wrapper .offcanvas__close,
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    background-image: linear-gradient(var(--header, #000), var(--header, #000)), linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, transparent 40%, rgba(255, 255, 255, 0.2) 100%) !important;
}

.header-1:not(.sticky) .header-main .main-menu,
.header-1:not(.sticky) .header-right .header-button .theme-btn {
    background-image: linear-gradient(var(--header, #000), var(--header, #000)), linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, transparent 16%, rgba(255, 255, 255, 0.2) 100%) !important;
}

/* Scroll sonrası — beyaz bar, siyah pill kalmasın */
.sticky.header-1 {
    background-color: var(--white);
    border-bottom: 1px solid rgba(3, 7, 13, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    animation: none;
}

.sticky.header-1 .header-main .main-menu {
    background: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
}

.sticky.header-1 .header-right .search-toggler,
.sticky.header-1 .header-right .header__hamburger .sidebar__toggle,
.sticky.header-1 .header-right .lang-toggler {
    background: rgba(0, 0, 0, 0.06) !important;
    background-image: none !important;
    color: var(--header);
}

.sticky.header-1 .header-right .search-toggler img,
.sticky.header-1 .header-right .header__hamburger .sidebar__toggle img {
    filter: brightness(0);
}

.sticky.header-1 .header-right .header-button .theme-btn {
    background: var(--header) !important;
    background-image: none !important;
}

.sticky.header-1 .header-right .lang-toggler .header-icon-btn__label {
    color: var(--header);
}

/* Footer menü başlık linkleri — tema sadece span'i beyaz yapıyordu */
.footer-widget-wrapper .footer-widget-items .widget-head a {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    display: inline-block;
    font-family: "Geist", sans-serif;
    text-decoration: none;
}

.footer-widget-wrapper .footer-widget-items .widget-head a:hover {
    color: var(--theme);
}

.footer-widget-row {
    align-items: flex-start;
}

.footer-widget-row > .col-xl-3:first-child .footer-content {
    max-width: none;
}

.footer-bera-holding {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bera-holding__logo {
    display: block;
    max-width: 140px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.footer-bera-holding__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.footer-bera-holding__text strong {
    color: var(--white);
    font-weight: 600;
}

.footer-widget-row > .col-xl-3:last-child .footer-form-3 {
    max-width: 100%;
}

.footer-section {
    overflow: visible;
}

body:not(.site-home) #smooth-wrapper,
body:not(.site-home) #smooth-content {
    overflow: visible;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
}

.footer-bottom {
    position: relative;
    z-index: 12;
    visibility: visible !important;
    opacity: 1 !important;
}

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

.footer-bottom .footer-list--credit a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.footer-bottom .footer-list--credit img {
    display: block;
    width: auto;
    height: 30px;
    max-width: none;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.footer-bottom .footer-list--credit a:hover img {
    opacity: 1;
}

.footer-bottom .footer-bottom-wrapper p b {
    color: #fff;
    font-weight: 600;
}

.lets-talk-section.image-distortion {
    height: auto;
}


/* ========== Fixed contact bar (sol orta, tüm sayfalar — layout/base) ========== */
.fixed-contact-bar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9990;
    pointer-events: none;
    margin: 0;
    padding: 0;
}
.fixed-contact-bar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    pointer-events: auto;
}
.fixed-contact-bar__list li {
    align-self: flex-start;
    position: relative;
    z-index: 1;
}
.fixed-contact-bar__list li:has(.fixed-contact-bar__link:hover),
.fixed-contact-bar__list li:has(.fixed-contact-bar__link:focus-visible) {
    z-index: 3;
}
.fixed-contact-bar__link {
    display: flex;
    align-items: center;
    gap: 0;
    width: auto;
    max-width: 46px;
    min-height: 46px;
    padding: 0;
    background: var(--theme, #002D72);
    color: #fff;
    text-decoration: none;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 8px 28px rgba(0, 45, 114, 0.22);
    overflow: hidden;
    transition:
        max-width 0.28s ease,
        background 0.15s ease,
        box-shadow 0.15s ease;
}
.fixed-contact-bar__link:hover,
.fixed-contact-bar__link:focus-visible {
    max-width: 220px;
    background: var(--theme-dark, #001F4D);
    color: #fff;
    box-shadow: 0 10px 32px rgba(0, 45, 114, 0.3);
}
.fixed-contact-bar__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #fff;
}
.fixed-contact-bar__icon i {
    color: #fff;
}
.fixed-contact-bar__label {
    display: inline-block;
    flex-shrink: 0;
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    padding-right: 0;
    line-height: 1.2;
    transition: max-width 0.28s ease, opacity 0.2s ease, padding 0.2s ease;
}
.fixed-contact-bar__link:hover .fixed-contact-bar__label,
.fixed-contact-bar__link:focus-visible .fixed-contact-bar__label {
    max-width: 170px;
    opacity: 1;
    padding-right: 0.9rem;
    color: #fff;
}
.fixed-contact-bar__link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
@media (max-width: 767px) {
    .fixed-contact-bar {
        top: auto;
        bottom: 5.5rem;
        transform: none;
    }
    .fixed-contact-bar__icon {
        width: 40px;
        height: 40px;
        min-height: 40px;
        font-size: 0.9rem;
    }
    .fixed-contact-bar__link {
        max-width: 40px;
        min-height: 40px;
    }
    .fixed-contact-bar__link:hover,
    .fixed-contact-bar__link:focus-visible {
        max-width: 200px;
    }
    .fixed-contact-bar__link:hover .fixed-contact-bar__label,
    .fixed-contact-bar__link:focus-visible .fixed-contact-bar__label {
        max-width: 150px;
        padding-right: 0.75rem;
    }
}

/* ========== Offcanvas / header drawer ========== */
.offcanvas__wrapper .offcanvas__top.offcanvas-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem !important;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.offcanvas__wrapper .offcanvas__logo {
    flex: 1;
    min-width: 0;
}

.offcanvas__wrapper .offcanvas__logo a {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}

.offcanvas__wrapper .offcanvas__logo img {
    max-width: min(148px, 100%) !important;
    max-height: 52px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close,
.offcanvas__wrapper .offcanvas__close {
    flex-shrink: 0;
    align-self: flex-start;
    margin: 0;
    width: auto;
    height: auto;
    background: none !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0;
    position: static;
    line-height: 1;
}

.offcanvas__wrapper .offcanvas__close button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.2s ease;
}

.offcanvas__wrapper .offcanvas__close button i {
    color: #fff;
}

.offcanvas__wrapper .offcanvas__close button:hover,
.offcanvas__wrapper .offcanvas__close button:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(90deg);
    outline: none;
}

.offcanvas-panel__head {
    margin-bottom: 1.25rem !important;
}
.offcanvas-panel__intro {
    margin: 0 0 1.35rem;
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}
.offcanvas-panel__eyebrow {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.55);
}
.offcanvas-panel__quick {
    margin-bottom: 1.35rem;
}
.offcanvas-panel__quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}
.offcanvas-panel__quick-btn {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.offcanvas-panel__quick-btn:hover {
    background: var(--theme, #002D72);
    border-color: var(--theme, #002D72);
    color: #fff;
    transform: translateY(-1px);
}
.offcanvas-panel__quick-btn i {
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    font-size: 0.95rem;
    opacity: 0.95;
}
.offcanvas-panel__nav {
    margin-bottom: 1.15rem !important;
}
.offcanvas-panel__lang {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    margin-bottom: 1.35rem;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.offcanvas-panel__lang:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}
.offcanvas-panel__lang strong {
    margin-left: auto;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    opacity: 0.85;
}
.offcanvas-panel__contact {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-panel__contact h4 {
    margin-bottom: 1rem !important;
    font-size: 1.05rem !important;
}
.offcanvas-panel__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.offcanvas-panel__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
}
.offcanvas-panel__contact-list .offcanvas__contact-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 0 !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas-panel__contact-list .offcanvas__contact-icon i {
    color: #fff !important;
    font-size: 0.9rem;
}
.offcanvas-panel__contact-list .offcanvas__contact-text {
    line-height: 1.5;
    color: #fff;
}
.offcanvas-panel__contact-list .offcanvas__contact-text span {
    color: #fff;
}
.offcanvas-panel__contact-list .offcanvas__contact-text a {
    color: #fff;
    text-decoration: none;
}
.offcanvas-panel__contact-list .offcanvas__contact-text a:hover {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
}
.offcanvas-panel__directions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin: 0 0 0.85rem;
    padding: 0.72rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    color: #fff !important;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.offcanvas-panel__directions:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
}
.offcanvas-panel__contact-sub {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.8rem;
    opacity: 0.8;
}
.offcanvas-panel__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin: 0.5rem 0 1.25rem;
    padding: 0.82rem 1.15rem;
    background: var(--theme, #002D72);
    border-radius: 10px;
    color: #fff !important;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
}
.offcanvas-panel__cta:hover {
    background: var(--theme-dark, #001F4D);
    color: #fff !important;
    transform: translateY(-1px);
}
.offcanvas-panel__social {
    margin-top: 0.25rem;
}
.offcanvas-panel__social .social-icon {
    margin-top: 0.35rem !important;
}
@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__logo img {
        max-width: min(120px, 100%) !important;
        max-height: 44px !important;
    }

    .offcanvas-panel__quick-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== Apply Forms ========== */
.apply-form-page {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}
.apply-form-page .container {
    max-width: 1140px;
}

.apply-form-page .career-positions-card {
    margin-bottom: 0;
}

.apply-form-page .career-page-content {
    margin-top: 0;
    margin-bottom: 0;
}

.apply-form-page .career-page-content + .career-positions-card {
    margin-top: 2rem;
}

.apply-form-page .apply-form-intro + .career-positions-card {
    margin-top: 0;
}

.career-page-content__lead {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #4b5563;
    font-weight: 600;
}

.career-page-content__body.news-details-content > :first-child {
    margin-top: 0;
}

.apply-form-content {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 8px 32px rgba(0, 45, 114, 0.06);
    padding: 1.75rem 2rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #374151;
}
.apply-form-content h2,
.apply-form-content h3,
.apply-form-content h4 {
    color: var(--theme, #002D72);
    font-weight: 700;
    margin: 0 0 0.75rem;
}
.apply-form-content p {
    margin: 0 0 1rem;
}
.apply-form-content p:last-child,
.apply-form-content ul:last-child,
.apply-form-content ol:last-child {
    margin-bottom: 0;
}
.apply-form-content ul,
.apply-form-content ol {
    padding-left: 1.25rem;
    margin: 0 0 1rem;
}
.apply-form-content a {
    color: var(--theme, #002D72);
    font-weight: 600;
}
.apply-form-intro {
    position: relative;
    overflow: hidden;
    background: linear-gradient(128deg, var(--theme, #002D72) 0%, #1a4a8a 52%, #2459a0 100%);
    color: #fff;
    padding: 1.65rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 48px rgba(0, 45, 114, 0.18);
}
.apply-form-intro__glow {
    position: absolute;
    top: -40%;
    right: -8%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 68%);
    pointer-events: none;
}
.apply-form-intro__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.apply-form-intro__body {
    flex: 1;
    min-width: 0;
}
.apply-form-intro__eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}
.apply-form-intro__text {
    margin: 0;
    max-width: 680px;
    line-height: 1.7;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.94);
}
.apply-form-intro__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem 0.9rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
}
.apply-form-intro__icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 1.65rem;
    color: rgba(255, 255, 255, 0.88);
}
.apply-form-position {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 12px 48px rgba(0, 45, 114, 0.08);
    margin-bottom: 2rem;
    overflow: hidden;
}
.apply-form-position__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}
.apply-form-position__layout:has(.apply-form-position__media) {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}
.apply-form-position__media {
    background: linear-gradient(145deg, #d4e8f7 0%, #edf2f4 55%, #c8dce8 100%);
    min-height: 220px;
}
.apply-form-position__media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}
.apply-form-position__body {
    padding: 1.85rem 2rem;
}
.apply-form-position__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    margin-bottom: 1.15rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid rgba(0, 45, 114, 0.08);
}
.apply-form-position__label {
    display: inline-block;
    margin-bottom: 0.45rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--theme-accent, #3B6FB8);
}
.apply-form-position__title {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--theme, #002D72);
    line-height: 1.3;
}
.apply-form-position__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}
.apply-form-position__lead {
    margin: 0 0 1.15rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    font-weight: 500;
}
.apply-form-position__content {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #374151;
}
.apply-form-position__content h2,
.apply-form-position__content h3,
.apply-form-position__content h4 {
    color: var(--theme, #002D72);
    font-weight: 700;
    margin: 0 0 0.75rem;
}
.apply-form-position__content p {
    margin: 0 0 1rem;
}
.apply-form-position__content p:last-child,
.apply-form-position__content ul:last-child,
.apply-form-position__content ol:last-child {
    margin-bottom: 0;
}
.apply-form-position__content ul,
.apply-form-position__content ol {
    padding-left: 1.25rem;
    margin: 0 0 1rem;
}
.apply-form-position__content a {
    color: var(--theme, #002D72);
    font-weight: 600;
}
.apply-form-layout {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}
.apply-form-aside {
    position: sticky;
    top: 110px;
}
.apply-form-steps {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 8px 32px rgba(0, 45, 114, 0.06);
    overflow: hidden;
}
.apply-form-steps li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #6b7280;
    border-bottom: 1px solid rgba(0, 45, 114, 0.06);
}
.apply-form-steps li:last-child {
    border-bottom: none;
}
.apply-form-steps__num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    font-size: 0.78rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-form-aside-note {
    padding: 1.1rem 1.15rem;
    background: var(--theme-muted-bg, #E8EEF7);
    border-radius: 10px;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #374151;
    margin-bottom: 1rem;
}
.apply-form-aside-note i {
    color: var(--theme, #002D72);
    margin-right: 0.35rem;
}
.apply-form-aside-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--theme, #002D72);
    text-decoration: none;
    transition: gap 0.15s ease;
}
.apply-form-aside-link:hover {
    color: var(--theme-dark, #001F4D);
    gap: 0.6rem;
}
.apply-form-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 12px 48px rgba(0, 45, 114, 0.08);
    padding: 2rem 2.25rem;
}
.apply-form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 45, 114, 0.08);
}
.apply-form-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.apply-form-section__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.35rem;
}
.apply-form-section__badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--theme, #002D72);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.apply-form-section__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--theme, #002D72);
    line-height: 1.3;
}
.apply-form-section__desc {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 500;
}
.apply-form-field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 0.4rem;
}
.apply-form-field .form-control,
.apply-form-field .form-select {
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.92rem;
    color: #111827;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.apply-form-field textarea.form-control {
    height: auto;
    min-height: 130px;
    padding: 0.85rem 1rem;
    resize: vertical;
}
.apply-form-field .form-control:focus,
.apply-form-field .form-select:focus {
    border-color: var(--theme, #002D72);
    box-shadow: 0 0 0 3px rgba(0, 45, 114, 0.1);
    outline: none;
}
.apply-form-field .form-control::placeholder {
    color: #9ca3af;
    text-transform: none;
}
.apply-form-alert {
    padding: 1rem 1.15rem;
    background: var(--theme-muted-bg, #E8EEF7);
    border-radius: 10px;
    border: 1px solid rgba(0, 45, 114, 0.1);
    font-size: 0.86rem;
    line-height: 1.6;
    color: #374151;
    margin-top: 1rem;
}
.apply-form-footer {
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(0, 45, 114, 0.08);
}
.apply-form-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #4b5563;
}
.apply-form-kvkk input {
    margin-top: 0.2rem;
    accent-color: var(--theme, #002D72);
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}
.apply-form-kvkk a {
    color: var(--theme, #002D72);
    font-weight: 600;
}
.apply-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.apply-form-actions .thems-btn,
.apply-form-actions .apply-form-back-btn {
    flex: 1 1 200px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
}
.apply-form-back-btn {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.apply-form-back-btn:hover {
    background: var(--theme-muted-bg, #E8EEF7);
    border-color: rgba(0, 45, 114, 0.15);
    color: var(--theme, #002D72);
}
.career-positions-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 12px 48px rgba(0, 45, 114, 0.08);
    padding: 2rem 2.25rem;
}
.career-positions-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 1.75rem;
}
.career-positions-card__head h3 {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--theme, #002D72);
}
.career-positions-card__head p {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
}
.career-positions-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.career-positions-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.15rem;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.career-positions-card__btn--primary {
    background: var(--theme, #002D72);
    color: #fff !important;
}
.career-positions-card__btn--primary:hover {
    background: var(--theme-dark, #001F4D);
    color: #fff !important;
}
.career-positions-card__btn--secondary {
    background: #fff;
    color: var(--theme, #002D72) !important;
    border: 1px solid rgba(0, 45, 114, 0.15);
}
.career-positions-card__btn--secondary:hover {
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72) !important;
}
.career-positions-card__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 45, 114, 0.12);
}
.career-positions-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.career-position-item {
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(0, 45, 114, 0.1);
    border-radius: 12px;
    background: #fafbfd;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.career-position-item:hover {
    border-color: rgba(0, 45, 114, 0.18);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 45, 114, 0.08);
}

.career-position-item__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
}

.career-position-item__title {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
}

.career-position-item__title a {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: var(--theme, #002D72);
    text-decoration: none;
}

.career-position-item__title a:hover {
    color: var(--theme-accent, #3B6FB8);
}

.career-position-item__index {
    flex-shrink: 0;
    min-width: 2rem;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--theme-accent, #3B6FB8);
    opacity: 0.9;
    line-height: 1.5;
}

.career-position-item__name {
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.career-position-item__arrow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.career-position-item:hover .career-position-item__arrow {
    background: var(--theme, #002D72);
    color: #fff;
}

.career-position-item__desc {
    margin: 0.65rem 0 0;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(0, 45, 114, 0.08);
    font-size: 0.9rem;
    line-height: 1.55;
}

.career-position-item__desc a {
    color: #6b7280;
    text-decoration: none;
}

.career-position-item__desc a:hover {
    color: var(--theme, #002D72);
}
@media (max-width: 991px) {
    .apply-form-position__layout:has(.apply-form-position__media) {
        grid-template-columns: 1fr;
    }
    .apply-form-position__media {
        min-height: 200px;
    }
    .apply-form-position__body {
        padding: 1.5rem 1.25rem;
    }
    .apply-form-layout {
        grid-template-columns: 1fr;
    }
    .apply-form-aside {
        position: static;
    }
    .apply-form-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .apply-form-steps li {
        border-bottom: none;
        border-right: 1px solid rgba(0, 45, 114, 0.06);
        padding: 0.75rem;
        font-size: 0.8rem;
    }
    .apply-form-steps li:nth-child(odd) {
        border-right: 1px solid rgba(0, 45, 114, 0.06);
    }
    .apply-form-card,
    .career-positions-card {
        padding: 1.5rem 1.25rem;
    }

    .career-positions-card__head {
        flex-direction: column;
        align-items: stretch;
    }

    .career-positions-card__actions {
        flex-direction: column;
        width: 100%;
    }

    .career-positions-card__btn {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .apply-form-intro {
        padding: 1.35rem 1.25rem;
    }
    .apply-form-intro__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .apply-form-intro__icon {
        width: 56px;
        height: 56px;
        font-size: 1.35rem;
    }
    .apply-form-steps {
        grid-template-columns: 1fr;
    }
    .apply-form-steps li {
        border-right: none;
        border-bottom: 1px solid rgba(0, 45, 114, 0.06);
    }

    .career-positions-card {
        padding: 1.25rem 1rem;
    }

    .career-positions-card__head h3 {
        font-size: 1.15rem;
    }

    .career-position-item {
        padding: 1rem;
    }

    .career-position-item__title {
        font-size: 1rem;
    }

    .career-position-item__arrow {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
}

/* ========== Dealers ========== */
.dealers-page-wrap {
    padding-top: 1.75rem;
    padding-bottom: 3.5rem;
}
.dealers-apply-section {
    padding-top: 0;
    padding-bottom: 3.5rem;
}

.dealers-empty-page {
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: 3.5rem;
}

.dealers-empty-page__apply {
    max-width: 56rem;
    margin: 2.5rem auto 0;
}

.dealers-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    background: linear-gradient(135deg, var(--theme, #002D72) 0%, #1a4a8a 100%);
    color: #fff;
    padding: 1.75rem 2rem;
    border-radius: 12px;
    margin: 0;
}
.dealers-intro__text h2 {
    margin: 0 0 0.4rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}
.dealers-intro__text p {
    margin: 0;
    opacity: 0.9;
    font-size: 0.92rem;
    max-width: 560px;
    line-height: 1.6;
}
.dealers-intro__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #fff;
    color: var(--theme, #002D72);
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.dealers-intro__btn:hover {
    color: var(--theme, #002D72);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.dealers-locator {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}
.dealers-filters-bar {
    padding: 1.15rem 1.35rem 1.2rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 8px 28px rgba(0, 45, 114, 0.06);
    flex-shrink: 0;
}
.dealers-locator__board {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 12px 40px rgba(0, 45, 114, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 560px;
    height: auto;
}
.dealers-filters-bar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 45, 114, 0.06);
}
.dealers-filters-bar__head-left {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}
.dealers-locate-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 45, 114, 0.06) 0%, rgba(37, 99, 235, 0.08) 100%);
    border: 1px solid rgba(0, 45, 114, 0.1);
}
.dealers-locate-strip__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}
.dealers-locate-strip__text strong {
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--theme, #002D72);
    line-height: 1.3;
}
.dealers-locate-strip__text span {
    font-size: 0.75rem;
    line-height: 1.4;
    color: rgba(0, 45, 114, 0.68);
}
.dealers-locate-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    min-height: 40px;
    padding: 0.5rem 0.95rem;
    border: 1px solid rgba(0, 45, 114, 0.14);
    border-radius: 999px;
    background: var(--theme, #002D72);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 45, 114, 0.18);
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.dealers-locate-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 45, 114, 0.24);
}
.dealers-locate-btn.is-active {
    background: #fff;
    color: var(--theme, #002D72);
    border-color: rgba(0, 45, 114, 0.22);
}
.dealers-locate-btn.is-loading {
    opacity: 0.8;
    pointer-events: none;
}
.dealers-locate-btn.is-loading i {
    animation: dealers-locate-spin 0.9s linear infinite;
}
.dealers-locate-hint {
    margin: 0.55rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(0, 45, 114, 0.78);
}
.dealers-locate-hint.is-error {
    color: #b91c1c;
}
@keyframes dealers-locate-spin {
    to { transform: rotate(360deg); }
}
.dealers-filters-bar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: var(--theme, #002D72);
    color: #fff;
    font-size: 0.8rem;
}
.dealers-filters-bar__title {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme, #002D72);
}
.dealers-filters-bar__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    align-items: end;
}
.dealers-filters-bar__field label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--theme, #002D72);
    margin-bottom: 0.35rem;
    opacity: 0.8;
}
.dealers-filter-control {
    position: relative;
    display: flex;
    align-items: center;
}
.dealers-filter-control .form-select {
    padding-right: 2.5rem;
}
.dealers-filter-clear {
    position: absolute;
    right: 0.45rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 45, 114, 0.08);
    color: var(--theme, #002D72);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}
.dealers-filter-clear:hover {
    background: var(--theme, #002D72);
    color: #fff;
}
.dealers-filters-bar__field .form-select {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(0, 45, 114, 0.14);
    border-radius: 10px;
    font-size: 0.875rem;
    padding: 0 0.85rem;
    color: #111827;
    background: var(--theme-muted-bg, #E8EEF7);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.dealers-filters-bar__field .form-select:not(:disabled):hover {
    background: #fff;
}
.dealers-filters-bar__field .form-select:focus {
    border-color: var(--theme, #002D72);
    box-shadow: 0 0 0 3px rgba(0, 45, 114, 0.12);
    background: #fff;
    outline: none;
}
.dealers-filters-bar__field .form-select:disabled {
    background: #f3f4f6;
    color: #9ca3af;
}
.dealers-locator__map {
    flex: 1;
    min-height: 520px;
    background: #dce6f0;
    overflow: hidden;
}
.dealers-leaflet-map {
    width: 100%;
    height: 100%;
    min-height: 520px;
}
.dealers-list-item__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.65rem;
}
.dealers-list-item__distance {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 1.5rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.dealer-user-marker-tip {
    font-size: 0.75rem;
    font-weight: 700;
}
.dealers-locator__map .leaflet-container {
    touch-action: none;
}
.dealers-layout-row {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 0;
    align-items: stretch;
    flex: 1;
    min-height: 0;
}
.dealers-locator__panel-card,
.dealers-locator__map-card {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.dealers-locator__panel-card {
    border-right: 1px solid rgba(0, 45, 114, 0.08);
    min-height: 0;
    align-self: stretch;
    overflow: hidden;
}
.dealers-locator__map-card {
    min-height: 520px;
}
.dealers-locator__panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}
.dealers-panel__list-wrap {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.dealers-panel__list-scroll {
    flex: 0 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #c5d0e0 transparent;
    overscroll-behavior: contain;
}
.dealers-panel__list-scroll.is-scrollable {
    padding-right: 2px;
    border-bottom: 1px solid rgba(0, 45, 114, 0.06);
}
.dealers-panel__list-scroll::-webkit-scrollbar {
    width: 4px;
}
.dealers-panel__list-scroll::-webkit-scrollbar-thumb {
    background: #c5d0e0;
    border-radius: 4px;
}
.dealers-list-item {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 10px;
    padding: 0.9rem 0.95rem;
    margin-bottom: 0.4rem;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    position: relative;
}
.dealers-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65rem;
    bottom: 0.65rem;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: transparent;
    transition: background 0.15s ease;
}
.dealers-list-item:hover {
    background: #f8fafc;
}
.dealers-list-item.is-active {
    background: var(--theme-muted-bg, #E8EEF7);
    box-shadow: inset 0 0 0 1px rgba(0, 45, 114, 0.1);
}
.dealers-list-item.is-active::before {
    background: var(--theme, #002D72);
}
.dealers-list-item__title {
    margin: 0 0 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}
.dealers-list-item__location {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding-left: 0.5rem;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 0.35rem;
}
.dealers-list-item__location i {
    color: var(--theme-accent, #3B6FB8);
    font-size: 0.72rem;
}
.dealers-list-item__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    padding-left: 0.5rem;
}
.dealers-list-item__contact a {
    font-size: 0.76rem;
    color: #4b5563;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: color 0.15s ease;
}
.dealers-list-item__contact a:hover {
    color: var(--theme, #002D72);
}
.dealers-list-item__contact i {
    font-size: 0.68rem;
    opacity: 0.7;
}
.dealers-list-loader {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--theme, #002D72);
}
.dealers-list-loader.is-visible {
    display: flex;
}
.dealers-list-empty {
    display: none;
    padding: 2.5rem 1rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.86rem;
    line-height: 1.5;
}
.dealers-list-empty.is-visible {
    display: block;
}
.dealers-empty-state {
    display: none;
    margin-top: 1.5rem;
    padding: 3rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(3, 7, 13, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}
.dealers-empty-state.is-visible {
    display: block;
}
.dealers-empty-state h2 {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--theme, #002D72);
}
.dealers-empty-state p {
    margin: 0 0 1.25rem;
    color: #6b7280;
}
.dealers-empty-state__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    background: var(--theme, #002D72);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease;
}
.dealers-empty-state__btn:hover {
    background: var(--theme-dark, #001F4D);
}
.dealer-map-pin {
    background: transparent !important;
    border: none !important;
}
.dealer-map-pin__marker {
    position: relative;
    width: 42px;
    height: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: transform 0.2s ease;
}
.dealer-map-pin__head {
    width: 38px;
    height: 38px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: var(--theme, #002D72);
    border: 3px solid #fff;
    box-shadow: 0 6px 18px rgba(0, 45, 114, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.dealer-map-pin__logo {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 45, 114, 0.08);
}
.dealer-map-pin__logo img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.dealer-map-pin.is-active .dealer-map-pin__marker {
    transform: scale(1.12) translateY(-4px);
}
.dealer-map-pin.is-active .dealer-map-pin__head {
    background: var(--theme-accent, #3B6FB8);
    box-shadow: 0 8px 24px rgba(59, 111, 184, 0.45);
}
.leaflet-popup-content-wrapper {
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.14);
}
.leaflet-popup-content {
    margin: 0;
    min-width: 260px;
}
.dealer-map-popup {
    padding: 1.1rem 1.25rem;
    font-size: 0.88rem;
    line-height: 1.55;
}
.dealer-map-popup__title {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--theme, #002D72);
}
.dealer-map-popup__meta {
    margin: 0 0 0.75rem;
    font-size: 0.82rem;
    color: #6b7280;
}
.dealer-map-popup__row {
    margin: 0.3rem 0;
    color: #374151;
}
.dealer-map-popup__row strong {
    color: #111827;
}
.dealer-map-popup a {
    color: var(--theme, #002D72);
    font-weight: 600;
    text-decoration: none;
}
@media (max-width: 767px) {
    .dealers-locator__map .leaflet-popup-content {
        min-width: 0;
        max-width: min(76vw, 228px);
    }
    .dealers-locator__map .leaflet-popup-content-wrapper {
        border-radius: 8px;
        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    }
    .dealers-locator__map .dealer-map-popup {
        padding: 0.7rem 0.8rem;
        font-size: 0.76rem;
        line-height: 1.42;
    }
    .dealers-locator__map .dealer-map-popup__title {
        font-size: 0.88rem;
        margin-bottom: 0.15rem;
    }
    .dealers-locator__map .dealer-map-popup__meta {
        margin-bottom: 0.45rem;
        font-size: 0.7rem;
    }
    .dealers-locator__map .dealer-map-popup__row {
        margin: 0.18rem 0;
        font-size: 0.72rem;
        word-break: break-word;
    }
}
@media (max-width: 991px) {
    .dealers-page-wrap {
        padding-top: 1.25rem;
    }
    .dealers-locator {
        margin-top: 0.85rem;
        gap: 0.9rem;
    }
    .dealers-locator__board {
        min-height: auto;
    }
    .dealers-layout-row {
        grid-template-columns: 1fr;
    }
    .dealers-locator__panel-card {
        border-right: none;
        border-bottom: 1px solid rgba(0, 45, 114, 0.08);
        min-height: auto;
        max-height: none;
    }
    .dealers-locator__map-card {
        min-height: auto;
    }
    .dealers-locator__map {
        min-height: 360px;
    }
    .dealers-leaflet-map {
        min-height: 360px;
    }
    .dealers-filters-bar__row {
        grid-template-columns: 1fr 1fr;
    }
    .dealers-filters-bar__field:last-child {
        grid-column: 1 / -1;
    }
}
@media (max-width: 575px) {
    .dealers-intro {
        padding: 1.35rem 1.25rem;
    }
    .dealers-filters-bar {
        padding: 1rem 1rem 1.1rem;
    }
    .dealers-locate-strip {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    .dealers-locate-btn {
        width: 100%;
        justify-content: center;
    }
    .dealers-filters-bar__row {
        grid-template-columns: 1fr;
    }
    .dealers-filters-bar__field:last-child {
        grid-column: auto;
    }
}

/* ========== Contact ========== */
.contact-page-wrap {
    padding-top: 2.75rem;
    padding-bottom: 3.5rem;
}
.contact-page-wrap .container--header {
    padding-top: 0.5rem;
}
.contact-dealers-cta {
    margin-bottom: 1.75rem;
}
.contact-dealers-cta__inner {
    position: relative;
    overflow: hidden;
}
.contact-dealers-cta__inner::before {
    content: '';
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}
.contact-dealers-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
    margin-bottom: 0.5rem;
}
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.75rem;
}
.contact-info-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 12px 40px rgba(0, 45, 114, 0.08);
    padding: 1.5rem 1.35rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    height: 100%;
}
.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(0, 45, 114, 0.12);
}
.contact-info-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}
.contact-info-card__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme, #002D72);
    opacity: 0.65;
    margin-bottom: 0.35rem;
}
.contact-info-card__value {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.45;
}
.contact-info-card__value a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}
.contact-info-card__value a:hover {
    color: var(--theme-accent, #3B6FB8);
}
.contact-info-card__sub {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #6b7280;
}
.contact-main-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 1.5rem;
    align-items: stretch;
}
.contact-panel-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 45, 114, 0.08);
    box-shadow: 0 12px 40px rgba(0, 45, 114, 0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.contact-map-block {
    display: grid;
    grid-template-columns: 1fr 280px;
    flex: 1;
    min-height: 520px;
}
.contact-map-block__map {
    position: relative;
    background: #dce6f0;
    min-height: 520px;
}
.contact-map-block__map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-map-block__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}
.contact-directions {
    padding: 1.35rem 1.25rem;
    background: var(--theme-muted-bg, #E8EEF7);
    border-left: 1px solid rgba(0, 45, 114, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contact-directions__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--theme, #002D72);
}
.contact-directions__text {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.65;
    color: #4b5563;
    flex: 1;
}
.contact-directions__meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-directions__meta a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    transition: color 0.15s ease;
}
.contact-directions__meta a:hover {
    color: var(--theme, #002D72);
}
.contact-directions__meta i {
    color: var(--theme-accent, #3B6FB8);
    width: 14px;
    text-align: center;
}
.contact-directions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.15rem;
    background: var(--theme, #002D72);
    color: #fff !important;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
}
.contact-directions__btn:hover {
    background: var(--theme-dark, #001F4D);
    color: #fff !important;
    transform: translateY(-1px);
}
.contact-directions__social-title {
    margin: 0.75rem 0 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 45, 114, 0.1);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--theme, #002D72);
    width: 100%;
}
.contact-directions__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.contact-directions__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff;
    color: var(--theme, #002D72);
    border: 1px solid rgba(0, 45, 114, 0.12);
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.contact-directions__social-link:hover {
    background: var(--theme, #002D72);
    color: #fff;
    transform: translateY(-2px);
}
.contact-directions__social-link.social-x-link {
    line-height: 1;
}
.contact-directions__social-link.social-x-link .social-x-icon {
    width: 15px;
    height: 15px;
}
.social-x-link .social-x-icon {
    display: block;
    flex-shrink: 0;
}
.social-icon a.social-x-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    padding: 0;
    vertical-align: middle;
}
.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a.social-x-link .social-x-icon {
    width: 14px;
    height: 14px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a.social-x-link .social-x-icon {
    width: 16px;
    height: 16px;
}
.contact-form-kvkk {
    cursor: pointer;
}
.contact-form-kvkk input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--theme, #002D72);
    cursor: pointer;
}
.contact-form-card {
    padding: 1.75rem 1.65rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contact-form-card__head {
    margin-bottom: 1.35rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid rgba(0, 45, 114, 0.08);
}
.contact-form-card__eyebrow {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.65rem;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.contact-form-card__head h2 {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--theme, #002D72);
}
.contact-form-card__head p {
    margin: 0;
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.55;
}
.contact-form-grid .form-clt {
    margin-bottom: 0;
}
.contact-form-grid input,
.contact-form-grid textarea {
    width: 100%;
    border: 1px solid rgba(0, 45, 114, 0.12);
    border-radius: 8px;
    padding: 0.72rem 0.9rem;
    font-size: 0.88rem;
    color: #111827;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-form-grid input:focus,
.contact-form-grid textarea:focus {
    border-color: var(--theme, #002D72);
    box-shadow: 0 0 0 3px rgba(0, 45, 114, 0.1);
    outline: none;
}
.contact-form-grid textarea {
    min-height: 130px;
    resize: vertical;
}
.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
    color: #9ca3af;
}
.contact-form-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.8rem;
    line-height: 1.55;
    color: #4b5563;
}
.contact-form-kvkk input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}
.contact-form-kvkk a {
    color: var(--theme, #002D72);
    font-weight: 600;
}

.footer-widget-wrapper .footer-form-3 form {
    position: static;
}

.footer-widget-wrapper .footer-form-3 .footer-form-3__field {
    position: relative;
}

.footer-widget-wrapper .footer-form-3 .footer-form-3__field .email-btn {
    position: absolute;
    top: 50%;
    right: 18px;
    bottom: auto;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    border-left: 1px solid rgba(235, 232, 230, 0.12);
}

.footer-widget-wrapper .footer-form-3 .sq-checkbox.footer-form-kvkk {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
    line-height: 1.45;
}

.footer-widget-wrapper .footer-form-3 .sq-checkbox.footer-form-kvkk .label-text {
    line-height: 1.45;
    font-size: 0.8125rem;
}

.footer-widget-wrapper .footer-form-3 .sq-checkbox.footer-form-kvkk .label-text a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-widget-wrapper .footer-form-3 .sq-checkbox.footer-form-kvkk .label-text a:hover {
    color: var(--theme-muted-bg, #E8EEF7);
}
.contact-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.85rem 1.25rem;
    background: var(--theme, #002D72);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}
.contact-form-submit:hover {
    background: var(--theme-dark, #001F4D);
    transform: translateY(-1px);
}
@media (max-width: 1199px) {
    .contact-main-grid {
        grid-template-columns: 1fr;
    }
    .contact-map-block {
        min-height: 460px;
    }
    .contact-map-block__map {
        min-height: 460px;
    }
}
@media (max-width: 991px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    .contact-map-block {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .contact-map-block__map {
        min-height: 360px;
        position: relative;
    }
    .contact-directions {
        border-left: none;
        border-top: 1px solid rgba(0, 45, 114, 0.08);
    }
}
@media (max-width: 575px) {
    .contact-form-card {
        padding: 1.35rem 1.15rem;
    }
    .contact-info-card {
        padding: 1.2rem 1.1rem;
    }
}

/* ========== Resources ========== */
.resources-intro {
    background: linear-gradient(135deg, var(--theme, #002D72) 0%, #1a4a8a 100%);
    color: #fff;
    padding: 2rem 2.25rem;
    border-radius: 10px;
    margin-bottom: 2.5rem;
}
.resources-intro h2 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 700;
}
.resources-intro p {
    margin: 0;
    opacity: 0.92;
    max-width: 720px;
    line-height: 1.65;
    font-size: 0.95rem;
}
.resources-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.resources-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8ecf1;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.resources-panel:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.resources-panel.is-reverse {
    direction: rtl;
}
.resources-panel.is-reverse > * {
    direction: ltr;
}
.resources-panel__media {
    position: relative;
    min-height: 320px;
    background: linear-gradient(145deg, #d4e8f7 0%, #edf2f4 55%, #c8dce8 100%);
}
.resources-panel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}
.resources-panel__media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    color: var(--theme, #002D72);
    opacity: 0.35;
    font-size: 4rem;
}
.resources-panel__index {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--theme, #002D72);
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.resources-panel__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2.25rem;
}
.resources-panel__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    margin-bottom: 0.85rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: #edf2f4;
    color: var(--theme, #002D72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.resources-panel__title {
    margin: 0 0 0.75rem;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.3;
    color: #111827;
}
.resources-panel__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}
.resources-panel__title a:hover {
    color: var(--theme, #002D72);
}
.resources-panel__desc {
    margin: 0 0 1.25rem;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.7;
}
.resources-panel__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
}
.resources-panel__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 600;
}
.resources-panel__meta-item i {
    color: var(--theme, #002D72);
}
.resources-panel__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.7rem 1.35rem;
    border-radius: 6px;
    background: var(--theme, #002D72);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.15s ease;
}
.resources-panel__btn:hover {
    color: #fff;
    opacity: 0.92;
}
/* Sidebar recent posts: force compact thumbs (theme CSS lacks .recent-thumb) */
.main-sideber .recent-post-area .recent-items .recent-thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    background: #edf2f4;
}
.main-sideber .recent-post-area .recent-items .recent-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.main-sideber .recent-post-area .recent-items .recent-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-sideber .recent-post-area .recent-items .recent-content {
    flex: 1 1 auto;
    min-width: 0;
}

.resource-details-section .news-details-content .content-detail-post {
    margin-top: 1.25rem;
}
.resource-details-section .news-details-content .content-detail-post > :first-child {
    margin-top: 0;
}
.resource-details-section .news-details-content .content-detail-post p,
.resource-details-section .news-details-content .content-detail-post li {
    color: #4b5563;
    line-height: 1.8;
}
.resource-details-section .news-details-content .content-detail-post p + p {
    margin-top: 1rem;
}
.resource-details-section .news-details-content .content-detail-post h2,
.resource-details-section .news-details-content .content-detail-post h3,
.resource-details-section .news-details-content .content-detail-post h4 {
    margin: 1.5rem 0 0.75rem;
    color: #111827;
    font-weight: 800;
}
.resource-details-section .news-details-content .content-detail-post ul,
.resource-details-section .news-details-content .content-detail-post ol {
    padding-left: 1.25rem;
    margin: 1rem 0;
}
.resource-details-section .news-details-content .content-detail-post a {
    color: var(--theme, #002D72);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.resource-details-products {
    padding-top: 4rem;
}
@media (max-width: 991px) {
    .resources-panel,
    .resources-panel.is-reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    .resources-panel__media {
        min-height: 240px;
    }
    .resources-panel__media img,
    .resources-panel__media-placeholder {
        min-height: 240px;
    }
    .resources-panel__body {
        padding: 1.5rem 1.25rem;
    }
    .resources-panel__title {
        font-size: 1.3rem;
    }
}

/* ========== Analyses ========== */
.analyses-table-wrap {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #e8ecf1;
}
.analyses-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 0.92rem;
}
.analyses-table thead {
    background: var(--theme, #002D72);
    color: #fff;
}
.analyses-table thead th {
    padding: 1rem 1.25rem;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
}
.analyses-table tbody tr {
    border-bottom: 1px solid #eef0f3;
    transition: background 0.15s ease;
}
.analyses-table tbody tr:last-child {
    border-bottom: none;
}
.analyses-table tbody tr:hover {
    background: #f8fafc;
}
.analyses-table tbody td {
    padding: 1rem 1.25rem;
    vertical-align: middle;
    color: #374151;
}
.analyses-table__index {
    width: 48px;
    font-weight: 700;
    color: #9ca3af;
    font-size: 0.85rem;
}
.analyses-table__title {
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
}
.analyses-table__badge {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    background: #edf2f4;
    color: var(--theme, #002D72);
    white-space: nowrap;
}
.analyses-table__badge.is-drinking {
    background: #e0f2fe;
    color: #0369a1;
}
.analyses-table__badge.is-wastewater {
    background: #fef3c7;
    color: #b45309;
}
.analyses-table__badge.is-periodic {
    background: #ede9fe;
    color: #6d28d9;
}
.analyses-table__date {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.analyses-table__location {
    color: #6b7280;
}
.analyses-table__action {
    text-align: right;
    white-space: nowrap;
}
.analyses-table__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    border-radius: 6px;
    background: var(--theme, #002D72);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s ease;
}
.analyses-table__btn:hover {
    color: #fff;
    opacity: 0.9;
}
.analyses-table__btn.is-muted {
    background: #e5e7eb;
    color: #6b7280;
    pointer-events: none;
}
@media (max-width: 991px) {
    .analyses-table thead {
        display: none;
    }
    .analyses-table tbody tr {
        display: block;
        padding: 1rem 1.25rem;
    }
    .analyses-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
        padding: 0.35rem 0;
        border: none;
    }
    .analyses-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        font-size: 0.75rem;
        color: #9ca3af;
        text-transform: uppercase;
        flex-shrink: 0;
    }
    .analyses-table__index {
        display: none !important;
    }
    .analyses-table__action {
        justify-content: flex-end;
        padding-top: 0.75rem;
    }
    .analyses-table__action::before {
        display: none;
    }
}

/* ========== Dealers Empty State ========== */
.no-dealers-message {
    max-width: 600px;
    margin: 0 auto;
}

.no-dealers-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #002D72 0%, #001F4D 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(228, 37, 40, 0.3);
}

.no-dealers-icon i {
    font-size: 2rem;
    color: white;
}

.no-dealers-title {
    color: #002D72;
    font-weight: 700;
    margin-bottom: 1rem;
}

.no-dealers-description {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
}

.suggestion-list {
    text-align: left;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #495057;
}

.no-dealers-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .no-dealers-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .no-dealers-actions .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* ========== Çerez onay (sol alt kompakt banner) ========== */
.cookie-consent {
    position: fixed;
    left: 0;
    bottom: 1.25rem;
    z-index: 9985;
    max-width: min(360px, calc(100vw - 1.5rem));
    margin: 0 0 0 0.75rem;
    pointer-events: none;
}
.cookie-consent__card {
    pointer-events: auto;
    background: #fff;
    border: 1px solid rgba(0, 45, 114, 0.12);
    border-radius: 0 14px 14px 0;
    box-shadow: 0 12px 40px rgba(0, 45, 114, 0.18);
    padding: 0.9rem 1rem 1rem;
    color: #334155;
}
.cookie-consent__head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
}
.cookie-consent__icon {
    color: var(--theme, #002D72);
    font-size: 1rem;
    flex-shrink: 0;
}
.cookie-consent__title {
    margin: 0;
    flex: 1;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--theme, #002D72);
    line-height: 1.3;
}
.cookie-consent__close {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease;
}
.cookie-consent__close:hover,
.cookie-consent__close:focus-visible {
    background: rgba(0, 45, 114, 0.08);
    color: var(--theme, #002D72);
}
.cookie-consent__text {
    margin: 0 0 0.75rem;
    font-size: 0.76rem;
    line-height: 1.55;
    color: #475569;
}
.cookie-consent__text a {
    color: var(--theme, #002D72);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.cookie-consent__btn {
    border: 0;
    border-radius: 8px;
    padding: 0.45rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.cookie-consent__btn--primary {
    background: var(--theme, #002D72);
    color: #fff;
}
.cookie-consent__btn--primary:hover,
.cookie-consent__btn--primary:focus-visible {
    background: var(--theme-dark, #001F4D);
    color: #fff;
}
.cookie-consent__btn--ghost {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}
.cookie-consent__btn--ghost:hover,
.cookie-consent__btn--ghost:focus-visible {
    background: #e2e8f0;
    color: var(--theme, #002D72);
}
.cookie-consent__btn--block {
    width: 100%;
    margin-top: 0.35rem;
}
.cookie-consent__panel {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.cookie-consent__option {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    cursor: pointer;
    font-size: 0.74rem;
    line-height: 1.4;
    color: #334155;
}
.cookie-consent__option input {
    margin-top: 0.15rem;
    flex-shrink: 0;
    accent-color: var(--theme, #002D72);
}
.cookie-consent__option strong {
    display: block;
    font-size: 0.76rem;
    color: #1e293b;
}
.cookie-consent__option small {
    display: block;
    margin-top: 0.1rem;
    color: #64748b;
    font-size: 0.7rem;
    line-height: 1.45;
}
.cookie-consent__reopen {
    position: fixed;
    left: 0;
    bottom: 1.25rem;
    z-index: 9984;
    width: 42px;
    height: 42px;
    margin: 0 0 0 0.75rem;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: var(--theme, #002D72);
    color: #fff;
    box-shadow: 0 8px 28px rgba(0, 45, 114, 0.22);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}
.cookie-consent__reopen:hover,
.cookie-consent__reopen:focus-visible {
    background: var(--theme-dark, #001F4D);
    box-shadow: 0 10px 32px rgba(0, 45, 114, 0.3);
}
@media (max-width: 767px) {
    .cookie-consent {
        bottom: 1rem;
        max-width: calc(100vw - 1rem);
        margin-left: 0.5rem;
    }
    .cookie-consent__reopen {
        bottom: 1rem;
        margin-left: 0.5rem;
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
}

/* ========== News / Fair detail gallery slider ========== */
.detail-gallery-slider {
    position: relative;
}
.detail-gallery-main-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: var(--theme-muted-bg, #f4f6f9);
}
.detail-gallery-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    background: var(--theme-muted-bg, #f4f6f9);
}
.detail-gallery-main-link {
    display: block;
    width: 100%;
    height: 100%;
}
.detail-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.detail-gallery-nav {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.75rem;
}
.detail-gallery-prev,
.detail-gallery-next {
    pointer-events: auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--theme, #002D72);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}
.detail-gallery-prev:hover,
.detail-gallery-next:hover {
    background: var(--theme, #002D72);
    color: #fff;
}
.detail-gallery-thumbs .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.55;
    border: 2px solid transparent;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}
.detail-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--theme, #002D72);
}
.detail-gallery-thumbs img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}
.details-image a {
    display: block;
}

/* Belge / KVKK / katalog kartları — buton yazısı kontrastı */
.news-standard-items .content > .theme-btn {
    background-color: var(--theme, #002D72);
}
.news-standard-items .content > .theme-btn .btn-title {
    color: #fff;
}
.news-standard-items .content > .theme-btn .btn-arrow-right,
.news-standard-items .content > .theme-btn .btn-arrow-left {
    background-color: #fff;
    color: var(--theme, #002D72);
}

/* ========== FAQ — tema uyumu (accordion + butonlar) ========== */
.faq-section-4 .grt-faq-content-1,
.faq-section-5 .grt-faq-content-1,
.home-faq-section .grt-faq-content-1 {
    margin-left: 0;
}

.grt-faq-content-1 .accordion-box .block {
    border-radius: 8px;
}

.grt-faq-content-1 .accordion-box.style-4 .block.acc-bg:not(.active-block),
.grt-faq-content-1 .accordion-box.style-5 .block.acc-bg-2:not(.active-block) {
    background-color: #fff !important;
    border-color: rgba(3, 7, 13, 0.1) !important;
}

.grt-faq-content-1 .accordion-box .block .acc-btn {
    color: var(--header, #03070d);
}

.grt-faq-content-1 .accordion-box.style-4 .block .acc-btn .icon,
.grt-faq-content-1 .accordion-box.style-5 .block .acc-btn .icon {
    background-color: transparent !important;
    color: var(--header, #03070d) !important;
}

.grt-faq-content-1 .accordion-box.style-4 .block .acc-btn.active .icon:before,
.grt-faq-content-1 .accordion-box.style-5 .block .acc-btn.active .icon:before {
    color: var(--header, #03070d) !important;
}

.grt-faq-content-1 .accordion-box .block .acc-content .content .text {
    color: rgba(3, 7, 13, 0.85);
}

.faq-section-4 .theme-btn,
.faq-section-5 .theme-btn,
.home-faq-section .theme-btn {
    background-color: var(--theme, #002D72);
}

.faq-section-4 .theme-btn .btn-title,
.faq-section-5 .theme-btn .btn-title,
.home-faq-section .theme-btn .btn-title {
    color: #fff;
}

.faq-section-4 .theme-btn.bg-white-style,
.faq-section-5 .theme-btn.bg-white-style {
    background-color: #fff;
}

.faq-section-4 .theme-btn.bg-white-style .btn-title,
.faq-section-5 .theme-btn.bg-white-style .btn-title {
    color: var(--theme, #002D72);
}

.home-faq-section .faq-image-5,
.home-faq-image {
    margin-left: 0;
    max-width: none;
}

/* ========== Header mega menü ========== */
.header-1 .mega-menu-wrapper {
    position: relative;
}

.header-main .main-menu ul li.menu-thumb {
    position: static;
    display: inline-block;
}

.header-main .main-menu ul li .has-homemenu {
    left: 50%;
    right: auto;
    width: min(1140px, calc(100vw - 2rem));
    max-width: 100%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
}

.header-main .main-menu ul li:hover > .has-homemenu {
    transform: translateX(-50%) scaleY(1);
}

/* ========== Ürünler sayfası (açık arka plan + orijinal kart + pin efekt) ========== */

/* .fix class'ı overflow:hidden koyuyor — GSAP pin bunu bozuyor, override et */
.products-page-stack.fix,
.products-page-stack.fix > .container {
    overflow: visible;
}

.products-page-stack .section-title-2 {
    margin-bottom: 1.5rem;
}

.products-page-stack .section-title-2 .title {
    color: var(--header, #03070d);
}

.products-page-stack__lead {
    max-width: 40rem;
    margin: 1rem auto 0;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(3, 7, 13, 0.68);
}

.products-page-stack__search {
    max-width: 44rem;
    margin: 1.75rem auto 2.5rem;
    padding: 0 0.5rem;
}

.products-search-form--live {
    margin: 0;
}

.products-search-bar {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3.75rem;
    padding: 0.45rem 0.55rem 0.45rem 1.35rem;
    background: #fff;
    border-radius: 999px;
    border: 1px solid rgba(0, 45, 114, 0.1);
    box-shadow:
        0 10px 36px rgba(0, 45, 114, 0.08),
        0 2px 8px rgba(0, 45, 114, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.products-search-bar:focus-within {
    border-color: rgba(0, 45, 114, 0.22);
    box-shadow:
        0 14px 42px rgba(0, 45, 114, 0.11),
        0 0 0 4px rgba(0, 45, 114, 0.07);
}

.products-search-bar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.35rem;
    color: var(--theme, #002D72);
    font-size: 1.05rem;
    opacity: 0.85;
}

.products-search-bar input[type=search] {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 2.5rem;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    font-size: 1rem;
    color: var(--header, #03070d);
}

.products-search-bar input[type=search]::placeholder {
    color: rgba(3, 7, 13, 0.42);
}

.products-search-bar input[type=search]::-webkit-search-cancel-button,
.products-search-bar input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.products-search-bar__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 45, 114, 0.08);
    color: var(--theme, #002D72);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.products-search-bar__clear:hover {
    background: rgba(0, 45, 114, 0.14);
    color: var(--theme-dark, #001F4D);
}

.products-search-bar__clear.is-hidden {
    display: none;
}

.products-service-stack .des-portfolio-panel {
    visibility: visible;
    opacity: 1;
}

.products-service-stack .des-portfolio-panel.is-filter-hidden,
.psc-list .psc-item.is-filter-hidden {
    display: none !important;
}

.products-service-stack.is-hidden-during-search {
    display: none !important;
}

.products-search-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.products-search-list.is-hidden {
    display: none !important;
}

.products-search-list .des-portfolio-panel {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 24px;
}

.products-search-list .des-portfolio-panel.psc-item--first {
    margin-top: 0;
}

.products-service-stack--search-active .des-portfolio-panel {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.products-service-stack--search-active .des-portfolio-panel.is-filter-hidden {
    display: none !important;
}

.products-page-stack #products-stack-results {
    padding-bottom: 0;
}

#products-stack-results.is-search-collapsed {
    display: none;
}

#products-stack-empty {
    margin: 1.25rem auto 0;
}

.products-page-empty__card--inline {
    max-width: 480px;
    padding: 2rem 1.75rem;
}

/* Pin bittikten sonra kısa geçiş alanı — wrap dışında */
.products-service-stack__scroll-out {
    display: block;
    width: 100%;
    height: 4rem;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .psc-item {
        overflow: visible;
    }
}

#products-stack-results.is-search-collapsed .products-service-stack__scroll-out {
    display: none;
}

.products-service-stack.is-hidden-during-search + .products-service-stack__scroll-out {
    display: none;
}

.products-page-stack-footer .catalog-seo-content__inner {
    margin-top: 1.5rem;
    padding-top: 0;
    border-top: 0;
}

.products-page-stack .page-listing-content {
    position: relative;
    z-index: 20;
}

.products-page-stack-footer {
    padding-top: 0 !important;
}

.products-page-stack.pt-0 {
    padding-top: 0 !important;
}

/* Anasayfa: kategori bölümü — başlık üstü tam genişlik görsel */
.home-categories-section:has(.home-categories-header-media-shell) {
    padding-top: 0;
}

.home-categories-header-media-shell {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: clamp(1.5rem, 3vw, 2.75rem);
    line-height: 0;
}

.home-categories-header-media {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    --hc-img-max-h: min(460px, 52vh);
}

@media (min-width: 1400px) {
    .home-categories-header-media {
        --hc-img-max-h: min(540px, 58vh);
    }
}

.home-categories-header-media img,
.home-categories-header-media__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: var(--hc-img-max-h);
    object-fit: contain;
    object-position: left center;
}

.home-categories-header-media__img--desktop {
    display: block;
}

.home-categories-header-media__img--mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .home-categories-header-media {
        --hc-img-max-h: clamp(140px, 38vw, 280px);
    }

    .home-categories-header-media__img--desktop {
        display: none;
    }

    .home-categories-header-media__img--mobile {
        display: block;
    }
}

.home-categories-section:has(.home-categories-header-media.is-scrollable) {
    overflow: visible;
}

.home-categories-header-media.is-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
}

.home-categories-header-media.is-scrollable::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.home-categories-header-media.is-scrollable.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
    user-select: none;
}

/* Gradient dış kabukta — kaydırırken kenarda sabit kalır */
.home-categories-header-media-shell.has-scroll::before,
.home-categories-header-media-shell.has-scroll::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(28px, 4vw, 56px);
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.home-categories-header-media-shell.has-scroll::before {
    left: 0;
    background: linear-gradient(to right, rgba(3, 7, 13, 0.14), transparent);
}

.home-categories-header-media-shell.has-scroll::after {
    right: 0;
    background: linear-gradient(to left, rgba(3, 7, 13, 0.14), transparent);
}

.home-categories-header-media-shell.has-scroll:not(.is-at-start)::before {
    opacity: 1;
}

.home-categories-header-media-shell.has-scroll:not(.is-at-end)::after {
    opacity: 1;
}

.home-categories-header-media.is-scrollable img,
.home-categories-header-media.is-scrollable .home-categories-header-media__img {
    width: auto;
    max-width: none;
    min-width: 100%;
    height: var(--hc-img-max-h);
    max-height: var(--hc-img-max-h);
    object-fit: unset;
    object-position: left center;
    scroll-snap-align: start;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

@media (min-width: 1400px) {
    .home-categories-header-media,
    .home-categories-header-media.is-scrollable {
        overflow: hidden;
        cursor: default;
        touch-action: auto;
    }

    .home-categories-header-media img,
    .home-categories-header-media.is-scrollable img,
    .home-categories-header-media.is-scrollable .home-categories-header-media__img {
        width: 100%;
        min-width: 0;
        height: auto;
        max-height: var(--hc-img-max-h);
        object-fit: contain;
        object-position: left center;
        pointer-events: auto;
    }

    .home-categories-header-media-shell.has-scroll::before,
    .home-categories-header-media-shell.has-scroll::after {
        display: none;
    }
}

.home-categories-section > .container {
    padding-top: 0;
}

/* Anasayfa: kategori bölümü — başlık üstü tam genişlik görsel sonu */

.products-category-hub__lead {
    max-width: 40rem;
    margin: 0.75rem auto 0;
    color: rgba(3, 7, 13, 0.68);
}

.products-category-hub__hint {
    margin-top: 0.65rem !important;
    font-size: 0.95rem;
    color: rgba(3, 7, 13, 0.52);
}

#products-stack-empty.is-hidden {
    display: none;
}

/* ============================================================
   Ürün Stack Kartları  (psc-*)
   Tamamen izole — theme class çakışması yok
   ============================================================ */

/* ----- Liste wrapper ----- */
.psc-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ----- Tek kart ----- */
.psc-item {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    display: block;
    min-height: 320px;
    background-color: #e8eef7;
}

.psc-item.psc-item--first {
    margin-top: 0;
}

/* ----- Banner: tam görünür, kırpılmaz ----- */
.psc-item__visual {
    display: block;
    width: 100%;
    line-height: 0;
    min-height: 320px;
    background-color: #e8eef7;
}

.psc-item__visual-link {
    display: block;
    line-height: 0;
    cursor: pointer;
    text-decoration: none;
}

.psc-item__visual-link img,
.psc-item__visual img {
    display: block;
    width: 100%;
    height: auto;
}

/* Overlay — kullanılmıyor */
.psc-item__overlay {
    display: none;
}

/* ----- Metin alanı — yazı bloğu etrafında hafif panel ----- */
.psc-item__body {
    position: absolute;
    top: 50%;
    left: clamp(24px, 4vw, 44px);
    z-index: 2;
    width: min(520px, 46%);
    max-width: min(520px, 46%);
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(3, 7, 13, 0.1);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Etiketler */
.psc-item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.psc-item__tag {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.psc-item__tag:hover {
    background: var(--theme, #002D72);
    color: #fff;
}

/* Başlık */
.psc-item__title {
    font-size: clamp(20px, 2.2vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.psc-item__title a {
    color: var(--theme, #002D72);
    text-decoration: none;
    transition: color 0.2s;
}

.psc-item__title a:hover {
    color: var(--theme-dark, #001F4D);
}

/* Açıklama */
.psc-item__desc {
    color: rgba(0, 45, 114, 0.88);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 24px;
    overflow-wrap: anywhere;
}

/* Ok butonu */
.psc-item__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    font-size: 15px;
    text-decoration: none;
    transition: background 0.25s, color 0.25s;
}

.psc-item__btn:hover {
    background: var(--theme, #002D72);
    color: #fff;
}

/* Mobil görsel — masaüstünde gizli */
.psc-item__mobile-img {
    display: none;
}

/* ----- Mobil ≤ 991px ----- */
@media (max-width: 991px) {
    .psc-item {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        background-color: var(--theme, #002D72);
    }

    .psc-item__visual,
    .psc-item__overlay {
        display: none;
    }

    .psc-item__mobile-img {
        display: block;
        width: 100%;
    }

    .psc-item__mobile-img .psc-item__visual-link {
        display: block;
    }

    .psc-item__mobile-img img,
    .psc-item__mobile-img .psc-item__visual-link img {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .psc-item__body {
        position: static;
        width: 100%;
        max-width: none;
        padding: 24px 20px 32px;
        background: none;
        border-radius: 0;
        box-shadow: none;
        transform: none;
        overflow-y: visible;
    }

    .psc-item__title {
        font-size: clamp(20px, 5vw, 28px);
    }

    .psc-item__title a {
        color: #fff;
    }

    .psc-item__title a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

    .psc-item__tag {
        background: rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.92);
    }

    .psc-item__tag:hover {
        background: #fff;
        color: var(--theme, #002D72);
    }

    .psc-item__desc {
        color: rgba(255, 255, 255, 0.88);
    }

    .psc-item__btn {
        background: rgba(255, 255, 255, 0.18);
        color: #fff;
    }

    .psc-item__btn:hover {
        background: #fff;
        color: var(--theme, #002D72);
    }
}

.products-search-form {
    width: 100%;
}

.products-search-form--stack {
    margin: 0 auto;
}

.products-catalog-head > .products-search-form--inline {
    align-self: flex-start;
    flex-shrink: 0;
    width: min(100%, 300px);
    margin-top: 0.15rem;
}

.products-search-form__field {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 45, 114, 0.14);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.products-search-form__field:focus-within {
    border-color: var(--theme, #002D72);
    box-shadow: 0 0 0 3px rgba(0, 45, 114, 0.1);
}

.products-search-form__leading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    flex-shrink: 0;
    color: rgba(3, 7, 13, 0.45);
    background: var(--theme-muted-bg, #E8EEF7);
}

.products-search-form input[type=search] {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 48px;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 0.5rem 0 0;
    font-size: 0.9375rem;
    color: var(--header, #03070d);
}

.products-search-form input[type=search]::placeholder {
    color: rgba(3, 7, 13, 0.45);
}

.products-search-form__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    flex-shrink: 0;
    color: rgba(3, 7, 13, 0.5);
    text-decoration: none;
    transition: color 0.15s ease;
}

.products-search-form__clear:hover {
    color: var(--theme, #002D72);
}

.products-search-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-shrink: 0;
    min-height: 48px;
    padding: 0 1rem;
    border: 0;
    background: var(--theme, #002D72);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: background 0.2s ease;
}

.products-search-form__submit:hover {
    background: var(--theme-dark, #001F4D);
    color: #fff;
}

.products-search-form .search-btn {
    position: static;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: auto;
    min-height: 58px;
    padding: 0 1.35rem;
    border: 0;
    border-radius: 0;
    background: var(--theme, #002D72);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.2s ease;
}

.products-search-form .search-btn:hover {
    background: var(--theme-dark, #001F4D);
    color: #fff;
}

.products-cat-showcase__head {
    margin-bottom: 1.25rem;
}

.products-cat-showcase__item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
}

.products-cat-showcase__subs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0 0.15rem;
}

.products-cat-showcase__sub {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 45, 114, 0.12);
    background: #fff;
    color: var(--header, #03070d);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.products-cat-showcase__sub:hover {
    border-color: var(--theme, #002D72);
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
}

.products-cat-showcase__sub span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    font-size: 0.72rem;
    font-weight: 700;
}

.products-cat-showcase__sub:hover span {
    background: var(--theme, #002D72);
    color: #fff;
}

.products-catalog-panel--spaced {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 45, 114, 0.1);
}

.products-catalog-head__clear {
    margin-left: 0.35rem;
    font-weight: 600;
    text-decoration: underline;
    color: var(--theme, #002D72);
}

.products-catalog-head__meta {
    display: inline-block;
    margin-left: 0.35rem;
    font-weight: 600;
    color: var(--theme, #002D72);
}

.products-page-grid,
.products-standard-list {
    margin-top: 0.25rem;
}

/* Neden biz — panelden yüklenen ikon / madde görseli */
.choose-us-wrapper .choose-us-content .choose-list-items li.choose-list-item--has-image {
    align-items: center;
}

.choose-us-wrapper .choose-us-content .choose-list-items li .icon.icon--custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.choose-us-wrapper .choose-us-content .choose-list-items li .icon.icon--custom img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.choose-us-wrapper .choose-us-content .choose-list-items li:hover .icon.icon--custom img {
    filter: brightness(0) invert(1);
}

.choose-list-item__image {
    flex-shrink: 0;
    width: 112px;
    max-width: 28%;
    margin-left: auto;
}

.choose-list-item__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 88px;
    object-fit: contain;
    border-radius: 12px;
}

@media (max-width: 470px) {
    .choose-list-item__image {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }

    .choose-list-item__image img {
        max-height: 140px;
        object-fit: cover;
    }
}

/* Benzer ürün / compact kart — sol üst etiket: varsayılan siyah, hover site rengi */
.project-box-items-3 .thumb .thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.project-box-items-3 .thumb .tag-box {
    color: #fff;
    background-color: #000;
    border-color: rgba(0, 0, 0, 0.35);
}

.project-box-items-3 .thumb .tag-box:hover,
.project-box-items-3:hover .thumb .tag-box {
    background-color: var(--theme, #002D72);
    border-color: var(--theme, #002D72);
    color: #fff;
}

.products-standard-list .products-standard-item {
    margin-bottom: 0;
}

.products-standard-item__thumb {
    min-height: 280px;
}

.products-standard-item__thumb img {
    min-height: 280px;
}

@media (min-width: 768px) {
    .products-standard-item__thumb {
        min-height: 360px;
    }

    .products-standard-item__thumb img {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    .products-catalog-head > .products-search-form--inline {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
}

.products-page-empty__card {
    max-width: 560px;
    margin: 0 auto;
    padding: 2.75rem 2.25rem;
    background: #fff;
    border: 1px solid rgba(0, 45, 114, 0.1);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 45, 114, 0.08);
}

.products-page-empty__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.products-page-empty__title {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--header, #03070d);
}

.products-page-empty__query {
    margin: 0 0 0.75rem;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--theme, #002D72);
}

.products-page-empty__text {
    margin: 0 0 1.75rem;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(3, 7, 13, 0.68);
}

.products-page-empty__card .theme-btn .btn-title {
    color: #fff;
}

/* ========== Boş içerik / yakında güncelleme ========== */
.page-soon-wrap {
    padding-top: clamp(2rem, 4vw, 3rem);
}

.page-soon {
    max-width: 56rem;
    margin: 0 auto;
}

.page-soon__intro {
    text-align: center;
    margin-bottom: 2.25rem;
}

.page-soon__status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: var(--theme-muted-bg, #E8EEF7);
    color: var(--theme, #002D72);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.page-soon__status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--theme, #002D72);
    animation: page-soon-pulse 1.8s ease-in-out infinite;
}

@keyframes page-soon-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.85); }
}

.page-soon__lead {
    margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--header, #03070d);
}

.page-soon__text {
    margin: 0 auto;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #6b7280;
}

.page-soon__grid {
    margin-bottom: 1.75rem;
}

.page-soon__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.page-soon__grid--one {
    grid-template-columns: minmax(0, 1fr);
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

.page-soon__card-link {
    text-decoration: none;
    color: inherit;
}

.page-soon__banner {
    margin-bottom: 1.5rem;
}

.page-soon__banner-inner {
    margin: 0;
}

.page-soon__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    padding-top: 0.5rem;
    text-align: center;
}

.page-soon__nav a {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--theme, #002D72);
    text-decoration: none;
    transition: color 0.15s ease;
}

.page-soon__nav a:hover {
    color: var(--theme-accent, #3B6FB8);
}

.page-soon__nav-sep {
    color: rgba(3, 7, 13, 0.25);
    user-select: none;
}

.page-soon--embedded {
    padding: 0.75rem 0 0.25rem;
    text-align: center;
}

.page-soon__embedded-lead {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--theme, #002D72);
}

.page-soon__embedded-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6b7280;
}

@media (max-width: 767px) {
    .page-soon__grid,
    .page-soon__grid--two {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .page-soon__banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ========== Breadcrumb linkleri ========== */
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    text-decoration: none;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    text-decoration: none;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li span[aria-current="page"] {
    color: rgba(255, 255, 255, 0.92);
}

/* ========== Katalog SEO alt içerik ========== */
.catalog-seo-content.section-bg-2 {
    padding-top: 0;
}

.catalog-seo-content__inner {
    width: 100%;
    padding-top: 1rem;
    margin-top: 2.5rem;
}

.products-page-listing .products-page-grid {
    margin-bottom: 0.5rem;
}

.products-page-listing .catalog-seo-content__inner,
.project-section.section-bg-2 .catalog-seo-content__inner {
    margin-top: 3.5rem;
    padding-top: 1.25rem;
}

@media (min-width: 992px) {
    .products-page-listing .catalog-seo-content__inner,
    .project-section.section-bg-2 .catalog-seo-content__inner {
        margin-top: 4.5rem;
        padding-top: 1.5rem;
    }
}

.catalog-seo-content__panel {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 45, 114, 0.1);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 12px 40px rgba(0, 45, 114, 0.08);
    position: relative;
    overflow: hidden;
}

.catalog-seo-content__panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--theme, #002D72) 0%, rgba(0, 45, 114, 0.35) 55%, transparent 100%);
}

@media (min-width: 768px) {
    .catalog-seo-content__panel {
        padding: 2.25rem 2.5rem;
    }
}

.catalog-seo-content__head {
    margin-bottom: 1.35rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 45, 114, 0.08);
}

.catalog-seo-content__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.4rem, 2.8vw, 1.875rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--header, #03070d);
    letter-spacing: -0.02em;
}

.catalog-seo-content__lead {
    margin: 0;
    max-width: 72ch;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(3, 7, 13, 0.62);
}

.catalog-seo-content__body.news-details-content {
    margin-top: 0;
}

.catalog-seo-content__body.news-details-content > :first-child,
.page-listing-content__body.news-details-content > :first-child {
    margin-top: 0;
}

.catalog-seo-content__body.news-details-content p,
.catalog-seo-content__body.news-details-content li,
.page-listing-content__body.news-details-content p,
.page-listing-content__body.news-details-content li {
    font-size: 1.0125rem;
    line-height: 1.8;
    color: rgba(3, 7, 13, 0.76);
}

.catalog-seo-content__body.news-details-content p + p,
.page-listing-content__body.news-details-content p + p {
    margin-top: 1rem;
}

.catalog-seo-content__body.news-details-content h2,
.catalog-seo-content__body.news-details-content h3,
.catalog-seo-content__body.news-details-content h4,
.page-listing-content__body.news-details-content h2,
.page-listing-content__body.news-details-content h3,
.page-listing-content__body.news-details-content h4 {
    color: var(--theme, #002D72);
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
}

.catalog-seo-content__body.news-details-content a,
.page-listing-content__body.news-details-content a {
    color: var(--theme, #002D72);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(0, 45, 114, 0.35);
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.catalog-seo-content__body.news-details-content a:hover,
.page-listing-content__body.news-details-content a:hover {
    color: var(--theme-dark, #001F4D);
    text-decoration-color: currentColor;
}

.catalog-seo-content__body.news-details-content ul,
.catalog-seo-content__body.news-details-content ol,
.page-listing-content__body.news-details-content ul,
.page-listing-content__body.news-details-content ol {
    padding-left: 1.35rem;
    margin-bottom: 1rem;
}

.catalog-seo-content__body.news-details-content li,
.page-listing-content__body.news-details-content li {
    margin-bottom: 0.35rem;
}

.catalog-seo-content__body.news-details-content li::marker,
.page-listing-content__body.news-details-content li::marker {
    color: var(--theme, #002D72);
}

/* CMS page blocks moved to page-components.css */

/* Anasayfa çift şerit marquee — .fix overflow:hidden ikinci şeridi kesiyordu */
.home-marquee-double {
    overflow: visible;
    position: relative;
    z-index: 1;
    margin: 2.5rem 0;
}

.home-marquee-double .marquee:first-child {
    position: relative;
    z-index: 2;
}

.home-marquee-double .marquee.style-2 {
    z-index: 1;
    position: relative;
}

/* Footer konuşalım — kaydırma animasyonu kendi alanı / container ölçüsünde kalsın */
.lets-talk-section .container,
.lets-talk-section .lets-talk-content {
    overflow: hidden;
}

.lets-talk-section .as-partner-3-big-title {
    width: 100%;
    text-align: center;
}

.lets-talk-section .as-partner-3-big-title .title {
    display: inline-block;
}

.lets-talk-section .as-partner-3-big-title .split-line {
    overflow: hidden !important;
}

/* Özel imleç — transform anında güncellensin (main.css transition: all gecikme yapıyordu) */
@media (min-width: 992px) {
    .cursor-inner,
    .cursor-outer {
        transition-property: opacity, width, height, margin-inline-start, margin-top, background-color, border-color, border-width;
        transition-duration: 0.12s;
        transition-timing-function: ease-out;
        will-change: transform;
    }
}

.mfp-video-inline .slider-html5-video-popup {
    background: #000;
    padding: 0;
    max-width: min(960px, 92vw);
}

.mfp-video-inline .slider-html5-video-popup video {
    display: block;
    width: 100%;
    max-height: 80vh;
}

/* Slider hero — içerik akışta yüksekliği belirler, arka plan swiper absolute */
.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
}

.hero-1-swiper-host {
    position: relative;
    display: block;
    width: 100%;
    flex: 0 0 auto;
    height: auto !important;
    min-height: clamp(680px, 88vh, 1020px);
    z-index: 2;
}

@media (max-width: 991.98px) {
    .hero-1-swiper-host {
        min-height: clamp(600px, 82vh, 900px);
    }
}

@media (max-width: 767.98px) {
    .hero-1-swiper-host {
        min-height: clamp(540px, 78vh, 820px);
    }
}

.hero-section .hero-1-swiper-host.hero-1 {
    padding-bottom: 0;
}

.hero-section .hero-1-swiper-host .hero-1-front {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

.hero-section .hero-1-swiper-host .hero-1-front .container {
    flex: 0 0 auto;
    width: 100%;
    padding-top: clamp(100px, 11vh, 140px);
    margin-bottom: 0;
}

.hero-section .hero-1-swiper-host .hero-1-front .marquee-section {
    flex: 0 0 auto;
    width: 100%;
    margin-top: clamp(12px, 2vh, 28px);
    padding-bottom: clamp(10px, 1.5vh, 20px);
    overflow: hidden;
}

/* Kayan yazı yoksa içerik biraz daha yukarıda kalsın */
.hero-section .hero-1-swiper-host .hero-1-front:not(:has(.marquee-section)) {
    justify-content: center;
    padding-bottom: clamp(24px, 4vh, 48px);
}

.hero-section .hero-1-swiper-host .hero-1-front:not(:has(.marquee-section)) .container {
    padding-top: clamp(110px, 12vh, 150px);
}

/* Eski büyük boşlukları kaldır — metin kayan yazının hemen üstünde */
.hero-section .hero-1-swiper-host .hero-list {
    margin-top: clamp(20px, 3vh, 36px) !important;
}

.hero-section .hero-1-swiper-host .marquee-section .text {
    font-size: clamp(58px, 7.5vw, 115px);
    letter-spacing: -0.03em;
    line-height: 0.95;
}

@media (max-width: 1199.98px) {
    .hero-section .hero-1-swiper-host .marquee-section .text {
        font-size: clamp(40px, 6vw, 60px);
    }
}

@media (max-width: 767.98px) {
    .hero-section .hero-1-swiper-host .marquee-section .text {
        font-size: clamp(30px, 8.5vw, 44px);
    }
}

@media (max-width: 575.98px) {
    .hero-section .hero-1-swiper-host .marquee-section .text {
        font-size: clamp(24px, 8vw, 34px);
    }
}

.hero-1-swiper-host.image-distortion {
    overflow: hidden;
}

.hero-1-swiper-host.image-distortion .hero-slide-media:not(.hero-slide-media--video) .hero-slide-bg {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Birden fazla slide — arka plan swiper fade ile görünür, distortion kapatılır */
.hero-1-swiper-host.hero-1-swiper-host--multi.image-distortion .hero-slide-media:not(.hero-slide-media--video) .hero-slide-bg {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.hero-1-swiper-host.hero-1-swiper-host--multi.image-distortion canvas {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.hero-section .hero-home-swiper {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-section .hero-home-swiper .swiper-wrapper,
.hero-section .hero-home-swiper .swiper-slide {
    height: 100%;
}

.hero-section .hero-slide-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.hero-section .hero-slide-media--video {
    overflow: hidden;
    background: transparent;
}

.hero-section .hero-slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section .hero-slide-bg--desktop {
    display: block;
}

.hero-section .hero-slide-bg--mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .hero-section .hero-slide-bg--desktop {
        display: none;
    }

    .hero-section .hero-slide-bg--mobile {
        display: block;
    }
}

.hero-section .hero-1-front {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-section .hero-1-front .container,
.hero-section .hero-1-front .marquee-section {
    pointer-events: auto;
}

.hero-section .hero-image-2 {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    z-index: 1;
    margin-top: 0;
}

.hero-1 .hero-bg-video {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
}

.hero-1 .hero-bg-video.hero-bg-video--fitted {
    opacity: 1;
}

.hero-1 .hero-bg-video--desktop {
    display: block;
}

.hero-1 .hero-bg-video--mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .hero-1 .hero-bg-video--desktop {
        display: none;
    }

    .hero-1 .hero-bg-video--mobile {
        display: block;
    }
}

.hero-1 .hero-bg-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 20, 50, 0.25) 0%, rgba(0, 20, 50, 0.45) 100%);
    pointer-events: none;
}

.hero-section .js-hero-slide-video-wrap.d-none {
    display: none !important;
}

.hero-1 .hero-list a.hero-box {
    text-decoration: none;
    color: var(--white);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-1 .hero-list a.hero-box:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.16);
}

.hero-section .hero-image-2__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* legacy pg styles removed — see page-components.css */

/* Video play ring — same behaviour as video-text.png */
.video-banner .thumb .video-text .video-text__svg {
    width: initial;
    height: initial;
    display: inline-block;
    vertical-align: middle;
}

.video-banner .thumb .video-text .video-text__path {
    font-family: inherit;
    text-transform: uppercase;
}

/* Parallax / scale — orijinal tema (.fix + data-speed / scale-up) */
.video-banner .thumb.fix,
.choose-us-image.fix,
.home-faq-image.fix,
.faq-image-5.fix {
    overflow: hidden;
}

.video-banner .thumb .scale-up,
.choose-us-image img,
.home-faq-image img,
.faq-image-5 img {
    will-change: transform;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-faq-image,
.faq-image-5.home-faq-image {
    max-width: none;
    margin-left: 0;
}

.video-banner .thumb .video-banner__img--desktop {
    display: block;
}

.video-banner .thumb .video-banner__img--mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .video-banner .thumb .video-banner__img--desktop {
        display: none;
    }

    .video-banner .thumb .video-banner__img--mobile {
        display: block;
    }
}

/* Anasayfa: istatistikler — masaüstü / mobil arka plan */
.counter-section__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.counter-section__bg.image-distortion canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

.counter-section__bg--mobile {
    display: none;
}

.counter-section .counter-wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .counter-section__bg--desktop {
        display: none;
    }

    .counter-section__bg--mobile {
        display: block;
    }
}

/* Anasayfa: Kaynaklarımız — yan yana 3 kart */
.home-resources-grid {
    align-items: stretch;
}

.home-resources-grid > [class*="col-"] {
    display: flex;
}

.home-resources-grid .project-box-items {
    max-width: none;
    width: 100%;
    margin-top: 0;
}

.home-resources-grid .project-box-items .thumb {
    height: 420px;
}

.home-resources-grid .project-box-items .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .home-resources-grid .project-box-items .thumb {
        height: 360px;
    }
}

@media (max-width: 767.98px) {
    .home-resources-grid .project-box-items .thumb {
        height: 300px;
    }
}

/* Anasayfa: Kardelen Su (team-card) */
.brand-section .section-title-2 .title,
.brand-section .section-title-2 .title span,
.brand-section .section-title-2 .title .char,
.brand-section .section-title-2 .title .word {
    color: var(--header, #03070d) !important;
}

.brand-section .section-title-2 .sub-title {
    color: var(--header, #03070d);
}

.brand-section .brand-card-cta {
    margin-top: 1rem;
}

.brand-section .brand-card-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.brand-section .brand-card-cta__link:hover {
    color: var(--theme, #0ea5e9);
}

.brand-section .team-card-items-2 .thumb .content .title,
.brand-section .team-card-items-2 .thumb .content-box .title {
    font-size: 22px;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .brand-section .team-card-items-2 .thumb .content .title,
    .brand-section .team-card-items-2 .thumb .content-box .title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .brand-section .team-card-items-2 .thumb .content .title,
    .brand-section .team-card-items-2 .thumb .content-box .title {
        font-size: 18px;
    }
}

.brand-section .team-card-items-2 .thumb .content .title span,
.brand-section .team-card-items-2 .thumb .content-box .title span {
    color: inherit;
}

.brand-section .team-card-items-2 .thumb .content .title a,
.brand-section .team-card-items-2 .thumb .content .title span {
    color: #fff;
}

/* Anasayfa: Uygulama indir */
.app-download-section {
    position: relative;
}

.app-download {
    position: relative;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(14, 165, 233, 0.12), transparent 42%),
        radial-gradient(circle at 88% 80%, rgba(0, 45, 114, 0.08), transparent 46%),
        linear-gradient(135deg, #f7fafc 0%, #eef5fb 52%, #f8fafc 100%);
    overflow: hidden;
}

.app-download__content {
    max-width: 34rem;
}

.app-download__text {
    margin: 1.25rem 0 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(3, 7, 13, 0.72);
}

.app-download__stores {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
    max-width: 34rem;
}

.app-download__store {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.app-download__store:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

.app-download__store img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.app-download__media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-download__media img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 40px rgba(3, 7, 13, 0.16));
}

@media (max-width: 991.98px) {
    .app-download {
        padding: 2.25rem 1.5rem;
        text-align: center;
    }

    .app-download__content {
        max-width: none;
    }

    .app-download__stores {
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto;
    }

    .app-download__media {
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .app-download {
        padding: 1.75rem 1.15rem;
        border-radius: 18px;
    }

    .app-download__stores {
        gap: 0.5rem;
        max-width: 100%;
    }

    .app-download__store img {
        max-height: 42px;
    }
}