/* ============================================
   Dinamik Sayfa Stilleri - custom_dynamic.css
   ============================================ */

/* ---- SVG ikon boyutları (sprite + mask) ---- */
svg.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    vertical-align: middle;
}
.productDetailV2 .actionCardArrow svg.icon {
    width: 36px;
    height: 36px;
}
.productDetailV2 .docCardArrow svg.icon {
    width: 28px;
    height: 28px;
}
.productDetailV2 .richContent img,
.productDetailV2 .richContent svg {
    max-width: 100%;
    height: auto;
}

/* ---- Genel ---- */
:root {
    --site-max-width: 1400px;
    --site-gutter: 24px;
}
.container,
.container.customContainer1,
.customContainer1,
.siteWidth {
    width: 100%;
    max-width: var(--site-max-width) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter) !important;
    padding-right: var(--site-gutter) !important;
    --containerMaxWidth: var(--site-max-width);
    box-sizing: border-box;
}
header > .container.megaContainer.siteWidth {
    max-width: var(--site-max-width) !important;
}
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
/* style.css .row > * { width:100% } — sütun genişlikleri korunsun */
.row > [class*="col-"] {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
}
[class^="col-"] { padding: 0 12px; box-sizing: border-box; }
.row > .col-12, .col-12 { width: 100%; flex-basis: 100%; max-width: 100%; }
.row > .col-md-6, .col-md-6 { width: 50%; flex-basis: 50%; max-width: 50%; }
.row > .col-lg-4, .col-lg-4 { width: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.row > .col-lg-5, .col-lg-5 { width: 41.666%; flex-basis: 41.666%; max-width: 41.666%; }
.row > .col-lg-7, .col-lg-7 { width: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.row > .col-lg-8, .col-lg-8 { width: 66.666%; flex-basis: 66.666%; max-width: 66.666%; }
.row > .col-xl-2, .col-xl-2 { width: 16.666%; flex-basis: 16.666%; max-width: 16.666%; }
.row > .col-xl-3, .col-xl-3 { width: 25%; flex-basis: 25%; max-width: 25%; }
.row > .col-xl-4, .col-xl-4 { width: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.row > .col-xl-5, .col-xl-5 { width: 41.666%; flex-basis: 41.666%; max-width: 41.666%; }
.row > .col-xl-6, .col-xl-6 { width: 50%; flex-basis: 50%; max-width: 50%; }
.row > .col-xl-7, .col-xl-7 { width: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.row > .col-xl-8, .col-xl-8 { width: 66.666%; flex-basis: 66.666%; max-width: 66.666%; }
.row > .col-xl-9, .col-xl-9 { width: 75%; flex-basis: 75%; max-width: 75%; }
.row > .col-xl-12, .col-xl-12 { width: 100%; flex-basis: 100%; max-width: 100%; }
.text-center { text-align: center; }
.mt-4 { margin-top: 32px; }
.noResult { text-align: center; padding: 60px 20px; color: #777; font-size: 16px; }

/* ---- İç sayfa banner + breadcrumb (birleşik) ---- */
section.innerBanner {
    background: #0f3460;
    padding: 40px 0 0;
    margin: 0;
}
section.innerBanner .pageHeroTitle,
section.innerBanner .bannerContent h1 {
    color: #fff !important;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 28px;
}
section.innerBanner .innerBanner-crumbBar {
    background: #fff;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}
section.innerBanner + section.pageContentMerged,
section.innerBanner + section.contactPage,
section.innerBanner + section.formPage {
    margin-top: 0;
    padding-top: 0;
}
section.innerBanner .breadcrumbTrail,
section.innerBanner .bannerContent .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 16px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}
section.innerBanner .breadcrumbTrail a,
section.innerBanner .bannerContent .breadcrumb a {
    color: #a8a8a8 !important;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
section.innerBanner .breadcrumbTrail .sep,
section.innerBanner .bannerContent .breadcrumb > span {
    color: #d0d0d0 !important;
}
section.innerBanner .breadcrumbTrail .current,
section.innerBanner .bannerContent .breadcrumb > span:last-child {
    color: #333 !important;
    font-weight: 500;
}
section.pageContentMerged,
section.contactPage.pageContentMerged,
section.formPage.pageContentMerged {
    background: #ececec;
    padding: 0 0 56px;
    margin: 0;
}
section.pageContentMerged .pageContentBox,
section.contactPage.pageContentMerged .pageContentBox,
section.formPage.pageContentMerged .pageContentBox {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 40px 32px 48px;
    margin-top: 0;
}

/* ---- Product Cards ---- */
.productGrid { margin-top: 24px; }
.productCard { display: block; text-decoration: none; color: inherit; border: 1px solid #eee; border-radius: 12px; overflow: hidden; padding: 20px; background: #fff; transition: all 0.25s; margin-bottom: 24px; }
.productCard:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); transform: translateY(-4px); border-color: #ddd; }
.productCard .productImg { height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.productCard .productImg img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.productCard .productCode { font-size: 12px; color: #999; margin-bottom: 4px; font-family: monospace; }
.productCard .productName { font-size: 14px; font-weight: 600; color: #222; margin-bottom: 4px; line-height: 1.4; }
.productCard .productCat { font-size: 12px; color: #888; margin-bottom: 12px; }
.productCard .productBtn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #1a1a2e; }
.productCard .productBtn .icon { width: 18px; height: 18px; }

/* ---- Category Cards ---- */
.categoryCard { display: block; text-decoration: none; color: inherit; border-radius: 12px; overflow: hidden; border: 1px solid #eee; margin-bottom: 24px; transition: all 0.25s; background: #fff; }
.categoryCard:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-3px); }
.categoryCard .catImg img { width: 100%; height: 220px; object-fit: cover; display: block; }
.categoryCard .catImgPlaceholder img { filter: brightness(0.7); }
.categoryCard .catInfo { padding: 20px; }
.categoryCard .catName { font-size: 16px; font-weight: 700; color: #1a1a2e; display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.categoryCard .catName .icon { width: 20px; height: 20px; color: #e94560; }
.categoryCard .catDesc { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 12px; }
.categoryCard .catBtn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #e94560; }
.categoryCard .catBtn .icon { width: 18px; height: 18px; }

/* ---- Ürün Kategorileri sayfası ---- */
.categoriesPage {
    padding: 56px 0 80px;
    background: #ececec;
}
.categoriesPage .row {
    row-gap: 24px;
}
.categoriesPage .row > [class*="col-"] {
    display: flex;
}
.categoriesPage a.categoryCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 14px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    border: none;
}
.categoriesPage .categoryCard .catImg {
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
}
.categoriesPage .categoryCard .catImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.categoriesPage .categoryCard .catInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 22px 22px;
}
.categoriesPage .categoryCard .catDesc {
    flex: 1;
    min-height: 2.8em;
    margin-bottom: 16px;
}
.categoriesPage .categoryCard .catBtn {
    margin-top: auto;
}

/* ---- Sub category filter ---- */
.subCategoryFilter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.filterBtn { padding: 8px 18px; border-radius: 20px; border: 1px solid #ddd; font-size: 13px; font-weight: 500; color: #555; text-decoration: none; transition: all 0.2s; background: #fff; }
.filterBtn:hover, .filterBtn.active { background: #1a1a2e; color: #fff; border-color: #1a1a2e; }
.categoryDesc { padding: 20px; background: #f8f9fa; border-radius: 10px; margin-bottom: 24px; font-size: 14px; color: #555; line-height: 1.7; }

/* ---- Product Detail ---- */
.productDetailPage { padding: 60px 0; }
.productGallery .mainImage { border: 1px solid #eee; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 12px; }
.productGallery .mainImage img { max-height: 420px; max-width: 100%; object-fit: contain; cursor: zoom-in; }
.thumbGallery { display: flex; gap: 8px; flex-wrap: wrap; }
.thumb { width: 72px; height: 72px; border: 2px solid #eee; border-radius: 8px; overflow: hidden; cursor: pointer; transition: border-color 0.2s; }
.thumb:hover, .thumb.active { border-color: #1a1a2e; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.productInfo .productCode { font-size: 13px; color: #999; font-family: monospace; margin-bottom: 8px; }
.productInfo .productTitle { font-size: 28px; font-weight: 700; color: #1a1a2e; margin-bottom: 10px; line-height: 1.3; }
.productInfo .productCategory a { font-size: 13px; color: #e94560; text-decoration: none; background: #fff0f3; padding: 4px 12px; border-radius: 20px; display: inline-block; margin-bottom: 16px; }
.productShortDesc { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.productFeatures .featuresTitle { font-weight: 700; font-size: 15px; margin-bottom: 12px; color: #1a1a2e; }
.productFeatures ul { list-style: none; padding: 0; margin-bottom: 20px; }
.productFeatures li { display: flex; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #444; }
.productFeatures li strong { color: #1a1a2e; min-width: 120px; }
.productDocs { margin-bottom: 24px; }
.productDocs .docsTitle { font-weight: 700; font-size: 15px; margin-bottom: 10px; }
.docBtn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border: 1px solid #ddd; border-radius: 8px; font-size: 13px; color: #444; text-decoration: none; margin-right: 8px; margin-bottom: 8px; transition: all 0.2s; }
.docBtn:hover { background: #1a1a2e; color: #fff; border-color: #1a1a2e; }
.productActions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.quoteBtn, .infoBtn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; transition: all 0.2s; }
.quoteBtn { background: #e94560; color: #fff; }
.quoteBtn:hover { background: #c73652; }
.infoBtn { background: #1a1a2e; color: #fff; }
.infoBtn:hover { background: #0f2848; }
.quoteBtn .icon, .infoBtn .icon { width: 18px; height: 18px; }
.productDescription { margin-top: 48px; border-top: 2px solid #f0f0f0; padding-top: 32px; }
.tabButtons { display: flex; gap: 0; margin-bottom: 24px; border-bottom: 2px solid #eee; }
.tabBtn { padding: 10px 24px; border: none; background: none; font-size: 14px; font-weight: 600; color: #888; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.tabBtn.active { color: #1a1a2e; border-bottom-color: #1a1a2e; }
.tabContent { font-size: 15px; line-height: 1.8; color: #444; }
.tabContent p { margin-bottom: 12px; }
.tabContent img { max-width: 100%; border-radius: 8px; }
.relatedProducts { margin-top: 60px; padding-top: 40px; border-top: 2px solid #f0f0f0; }
.relatedProducts .sectionTitle h3 { font-size: 22px; font-weight: 700; margin-bottom: 24px; }

/* ---- Blog / News ---- */
.blogListPage, .newsListPage { padding: 60px 0; }
.blogCard, .newsCard { border-radius: 12px; overflow: hidden; border: 1px solid #eee; background: #fff; margin-bottom: 28px; transition: box-shadow 0.2s; }
.blogCard:hover, .newsCard:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.blogImg, .newsImg { display: block; height: 200px; overflow: hidden; }
.blogImg img, .newsImg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.blogCard:hover .blogImg img, .newsCard:hover .newsImg img { transform: scale(1.05); }
.blogBody, .newsBody { padding: 20px; }
.blogMeta, .newsMeta { display: flex; gap: 12px; font-size: 12px; color: #999; margin-bottom: 10px; }
.blogCat { background: #f0f4ff; color: #3355cc; padding: 2px 8px; border-radius: 4px; }
.blogTitle h3, .blogTitle, .newsTitle h3, .newsTitle { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.blogTitle a, .newsTitle a { color: #1a1a2e; text-decoration: none; }
.blogTitle a:hover, .newsTitle a:hover { color: #e94560; }
.blogExcerpt, .newsExcerpt { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 14px; }
.readMore { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #e94560; text-decoration: none; }
.readMore .icon { width: 16px; height: 16px; }
.blogDetailPage, .newsDetailPage { padding: 60px 0; }
.blogDetailImg img, .newsDetailImg img { width: 100%; max-height: 480px; object-fit: cover; border-radius: 12px; margin-bottom: 24px; }
.blogDetailMeta, .newsDetailMeta { color: #999; font-size: 13px; margin-bottom: 16px; }
.blogDetailMeta .separator { margin: 0 8px; }
.blogDetailTitle, .newsDetailTitle { font-size: 30px; font-weight: 700; color: #1a1a2e; margin-bottom: 24px; line-height: 1.4; }
.blogDetailContent, .newsDetailContent { font-size: 15px; line-height: 1.9; color: #444; }
.blogDetailContent p, .newsDetailContent p { margin-bottom: 16px; }
.blogDetailContent img, .newsDetailContent img { max-width: 100%; border-radius: 8px; }
.blogTags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.tag { background: #f0f0f0; padding: 4px 12px; border-radius: 20px; font-size: 12px; color: #666; }
.shareButtons { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #eee; font-size: 14px; color: #666; }
.shareBtn { padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; color: #fff; }
.shareBtn.fb { background: #1877f2; }
.shareBtn.tw { background: #1da1f2; }
.shareBtn.li { background: #0077b5; }
.blogSidebar { padding-left: 20px; }
.sidebarTitle { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid #eee; }
.sidebarBlogCard { display: flex; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #f0f0f0; }
.sidebarBlogCard img { width: 72px; height: 60px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.sidebarBlogTitle { font-size: 13px; font-weight: 600; color: #1a1a2e; text-decoration: none; display: block; margin-bottom: 4px; line-height: 1.4; }
.sidebarBlogTitle:hover { color: #e94560; }
.sidebarBlogDate { font-size: 12px; color: #999; }

/* ---- Contact Page ---- */
.contactPage, .formPage { padding: 60px 0; }
.contactPage.pageContentMerged { padding: 0 0 56px; }
.contactMapSection { background: #ececec; padding: 0 0 56px; }
.contactMapSection .contactMap {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1342/403;
    max-height: 420px;
    background: #ddd;
}
.contactMapSection .contactMap iframe,
.contactMapSection .contactMap .map {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}
.contactInfo { padding-right: 24px; }
.contactInfoCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.contactInfoCard {
    background: #f8f9fa;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 140px;
}
.contactInfoCard .cardLabel {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
}
.contactInfoCard .cardValue {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.5;
}
.contactInfoCard .cardValue a {
    color: inherit;
    text-decoration: none;
}
.contactInfoCard .cardValue a:hover {
    color: #e94560;
}
.contactInfoCard .cardIcon {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #1a1a2e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactPage.pageContentMerged .contactForm {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 40px;
}
@media (max-width: 991px) {
    .contactInfoCards {
        grid-template-columns: 1fr;
    }
}
.formHint { font-size: 12px; color: #888; margin-top: 8px; }
.contactTitle { font-size: 22px; font-weight: 700; color: #1a1a2e; margin-bottom: 24px; }
.contactItem { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; font-size: 14px; color: #444; }
.contactItem .icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: #e94560; }
.contactItem a { color: inherit; text-decoration: none; }
.contactItem a:hover { color: #e94560; }
.contactMap { margin-top: 24px; border-radius: 12px; overflow: hidden; }
.contactMap iframe { width: 100%; height: 250px; border: 0; display: block; }
.contactForm { background: #f8f9fa; border-radius: 16px; padding: 36px; }
.formTitle { font-size: 20px; font-weight: 700; color: #1a1a2e; margin-bottom: 24px; }
.formGroup { margin-bottom: 18px; }
.formGroup label { display: block; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 6px; }
.formControl { width: 100%; padding: 12px 16px; border: 1.5px solid #ddd; border-radius: 10px; font-size: 14px; outline: none; transition: border-color 0.2s; background: #fff; font-family: inherit; }
.formControl:focus { border-color: #1a1a2e; }
textarea.formControl { resize: vertical; }
.submitBtn, .sendBtn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #1a1a2e; color: #fff; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background 0.2s; text-decoration: none; }
.submitBtn:hover, .sendBtn:hover { background: #e94560; }
.submitBtn .icon, .sendBtn .icon { width: 18px; height: 18px; }

/* ---- Alert ---- */
.alert { padding: 14px 20px; border-radius: 10px; font-size: 14px; margin-bottom: 20px; }
.alert-success { background: #f0fff4; border: 1px solid #68d391; color: #276749; }
.alert-danger { background: #fff5f5; border: 1px solid #fc8181; color: #c53030; }

/* ---- Pagination ---- */
.paginationArea { display: flex; justify-content: center; margin-top: 40px; }
.pagination { display: flex; gap: 4px; list-style: none; padding: 0; }
.page-link { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 8px; border: 1px solid #ddd; color: #444; text-decoration: none; font-size: 14px; background: #fff; transition: all 0.2s; }
.page-link:hover { background: #1a1a2e; color: #fff; border-color: #1a1a2e; }
.page-item.active .page-link { background: #1a1a2e; color: #fff; border-color: #1a1a2e; }

/* ---- Gallery ---- */
.galleryPage, .videoGalleryPage { padding: 60px 0; }
.galleryItem { display: block; overflow: hidden; border-radius: 10px; border: 1px solid #eee; position: relative; margin-bottom: 24px; }
.galleryItem img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.3s; }
.galleryItem:hover img { transform: scale(1.05); }
.galleryCaption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.7)); color: #fff; padding: 20px 14px 14px; font-size: 13px; }
.videoCard { margin-bottom: 28px; }
.videoThumb { display: block; position: relative; border-radius: 12px; overflow: hidden; }
.videoThumb img { width: 100%; height: 220px; object-fit: cover; display: block; }
.playBtn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.3); transition: background 0.2s; }
.playBtn:hover { background: rgba(0,0,0,0.5); }
.playBtn .icon { width: 56px; height: 56px; color: #fff; }
.videoTitle { font-size: 14px; font-weight: 600; color: #1a1a2e; margin-top: 10px; padding: 0 4px; }

/* ---- Docs / Catalog ---- */
.catalogsPage, .docsPage { padding: 60px 0; }
.catalogCard { border: 1px solid #eee; border-radius: 12px; overflow: hidden; margin-bottom: 24px; background: #fff; transition: box-shadow 0.2s; }
.catalogCard:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.catalogCover {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}
.catalogCover img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.catalogCoverPlaceholder {
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}
.catalogViewOverlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(26, 26, 46, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.catalogCard:hover .catalogViewOverlay,
.catalogCover:focus-visible .catalogViewOverlay {
    opacity: 1;
}
.catalogCard:hover .catalogCover img {
    transform: scale(1.04);
}
.catalogTitle { padding: 14px; font-size: 14px; font-weight: 600; color: #1a1a2e; }
.downloadBtn { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #f0f0f0; color: #444; text-decoration: none; font-size: 13px; font-weight: 600; transition: background 0.2s; margin: 0 14px 14px; border-radius: 8px; }
.downloadBtn:hover { background: #1a1a2e; color: #fff; }
.downloadBtn .icon { width: 16px; height: 16px; }
.docsPage .docsGrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 920px;
}
.catalogDocCard {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 20px 24px;
    align-items: start;
    padding: 24px 26px;
    background: #fff;
    border: 1px solid #e8e8ec;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(26, 26, 46, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.catalogDocCard:hover {
    border-color: #d8d8e0;
    box-shadow: 0 8px 28px rgba(26, 26, 46, 0.09);
}
.catalogDocCard__icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.catalogDocCard--technical .catalogDocCard__icon {
    background: rgba(233, 69, 96, 0.1);
    color: #e94560;
}
.catalogDocCard--manual .catalogDocCard__icon {
    background: rgba(64, 50, 44, 0.1);
    color: #40322c;
}
.catalogDocCard__title {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a2e;
}
.catalogDocCard__productsLabel {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    margin-bottom: 8px;
}
.catalogDocCard__productList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.catalogDocCard__productList a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a2e;
    background: #f4f4f8;
    border: 1px solid #e8e8ec;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.catalogDocCard__productList a:hover {
    background: #1a1a2e;
    border-color: #1a1a2e;
    color: #fff;
}
.catalogDocCard__noProducts {
    font-size: 13px;
    color: #999;
    font-style: italic;
}
.catalogDocCard__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    min-width: 140px;
}
.catalogDocCard__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    white-space: nowrap;
}
.catalogDocCard__btn--view {
    background: #1a1a2e;
    color: #fff;
    border: 1px solid #1a1a2e;
}
.catalogDocCard__btn--view:hover {
    background: #2d2d44;
    border-color: #2d2d44;
    color: #fff;
}
.catalogDocCard__btn--download {
    background: #fff;
    color: #e94560;
    border: 1px solid #e94560;
}
.catalogDocCard__btn--download:hover {
    background: #e94560;
    color: #fff;
}
.catalogDocCard__btn--download .icon {
    width: 16px;
    height: 16px;
}
@media (max-width: 767px) {
    .catalogDocCard {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }
    .catalogDocCard__icon {
        width: 48px;
        height: 48px;
    }
    .catalogDocCard__actions {
        flex-direction: row;
        flex-wrap: wrap;
        min-width: 0;
        width: 100%;
    }
    .catalogDocCard__btn {
        flex: 1 1 auto;
    }
}

/* ---- FAQ Accordion ---- */
.faqPage { padding: 60px 0; }
.accordion { max-width: 860px; margin: 0 auto; }
.accordionItem { border: 1px solid #eee; border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.accordionHeader { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; background: #fff; font-size: 15px; font-weight: 600; color: #1a1a2e; user-select: none; gap: 12px; }
.accordionHeader .icon { width: 20px; height: 20px; flex-shrink: 0; transition: transform 0.3s; }
.accordionItem.open .accordionHeader .icon { transform: rotate(180deg); }
.accordionBody { display: none; padding: 0 22px 20px; font-size: 14px; color: #555; line-height: 1.8; }
.accordionItem.open .accordionBody { display: block; }

/* ---- Career ---- */
.careerPage, .careerDetailPage { padding: 60px 0; }
.careerCard { border: 1px solid #eee; border-radius: 12px; padding: 28px; background: #fff; margin-bottom: 24px; transition: box-shadow 0.2s; }
.careerCard:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }
.careerTitle { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }
.careerMeta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.careerTag { background: #f0f4ff; color: #3355cc; font-size: 12px; padding: 4px 10px; border-radius: 20px; font-weight: 500; }
.careerDesc { font-size: 14px; color: #666; line-height: 1.7; margin-bottom: 18px; }
.careerBtn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 24px; background: #1a1a2e; color: #fff; border-radius: 8px; font-size: 13px; font-weight: 700; text-decoration: none; transition: background 0.2s; }
.careerBtn:hover { background: #e94560; }
.careerBtn .icon { width: 16px; height: 16px; }
.careerDetailTitle { font-size: 32px; font-weight: 700; color: #1a1a2e; margin-bottom: 16px; }
.careerDetailMeta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.careerDetailContent, .careerRequirements { font-size: 15px; color: #444; line-height: 1.9; margin-bottom: 28px; }
.careerRequirements h3 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 14px; }
.applyForm { background: #f8f9fa; border-radius: 16px; padding: 32px; position: sticky; top: 80px; }
.applyTitle { font-size: 20px; font-weight: 700; color: #1a1a2e; margin-bottom: 24px; }

/* ---- Static page ---- */
.staticPage { padding: 60px 0; }
.staticPage p { font-size: 15px; line-height: 1.8; color: #444; margin-bottom: 16px; }
.staticPage h2 { font-size: 22px; font-weight: 700; color: #1a1a2e; margin-bottom: 16px; margin-top: 32px; }
.staticPage ul { padding-left: 20px; margin-bottom: 16px; }
.staticPage li { margin-bottom: 8px; font-size: 15px; color: #444; }

/* ---- Dealers ---- */
.dealersPage {
    padding: 56px 0 80px;
    background: #ececec;
}
.dealersPage .pageIntro {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-top: 8px;
}
.dealersList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dealerCard {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: none;
    border-radius: 14px;
    padding: 0;
    background: #fff;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}
.dealerCardInfo {
    flex: 1;
    min-width: 0;
    padding: 28px 32px;
}
.dealerName {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.dealerCity { font-size: 14px; color: #666; margin-bottom: 8px; }
.dealerAddress, .dealerPhone, .dealerEmail, .dealerWeb {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
    line-height: 1.5;
    word-break: break-word;
}
.dealerPhone a, .dealerEmail a, .dealerWeb a { color: #1a1a2e; text-decoration: none; }
.dealerPhone a:hover, .dealerEmail a:hover, .dealerWeb a:hover { color: #e94560; }
.dealerMapPreview {
    flex: 0 0 42%;
    max-width: 480px;
    min-width: 260px;
    position: relative;
    display: block;
    text-decoration: none;
    border-left: 1px solid #eee;
    background: #f5f5f5;
    overflow: hidden;
}
.dealerMapThumb {
    width: 100%;
    height: 100%;
    min-height: 220px;
    pointer-events: none;
    overflow: hidden;
}
.dealerMapThumb iframe {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border: 0;
    display: block;
}
.dealerMapLabel {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    background: rgba(255, 77, 0, 0.92);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 2;
}
.dealerMapFull {
    width: min(92vw, 960px);
    height: min(80vh, 640px);
}
.dealerMapFull iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
    display: block;
}
@media (max-width: 767px) {
    .dealerCard {
        flex-direction: column;
    }
    .dealerMapPreview {
        flex: none;
        max-width: none;
        min-width: 0;
        border-left: none;
        border-top: 1px solid #eee;
    }
}

/* ---- Errors & Search ---- */
.errorPage { padding: 100px 0; text-align: center; }
.errorContent h1 { font-size: 80px; font-weight: 800; color: #1a1a2e; margin: 20px 0 16px; }
.errorContent p { font-size: 18px; color: #666; margin-bottom: 32px; }
.homeBtn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #1a1a2e; color: #fff; border-radius: 10px; font-size: 15px; font-weight: 700; text-decoration: none; }
.homeBtn .icon { width: 18px; height: 18px; }
.searchPage { padding: 60px 0; }
.searchBigForm { display: flex; margin-bottom: 40px; max-width: 600px; }
.searchBigForm input { flex: 1; padding: 14px 20px; border: 2px solid #ddd; border-radius: 10px 0 0 10px; font-size: 15px; outline: none; }
.searchBigForm input:focus { border-color: #1a1a2e; }
.searchBigForm button { padding: 14px 28px; background: #1a1a2e; color: #fff; border: none; border-radius: 0 10px 10px 0; font-size: 15px; font-weight: 700; cursor: pointer; }
.resultCount { font-size: 14px; color: #666; margin-bottom: 24px; }

/* ---- View All Button ---- */
.viewAllBtn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: #1a1a2e; color: #fff; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; margin-top: 8px; transition: background 0.2s; }
.viewAllBtn:hover { background: #e94560; }
.viewAllBtn .icon { width: 18px; height: 18px; }

/* ---- Section Titles ---- */
.sectionTitle h2 { font-size: 28px; font-weight: 700; color: #1a1a2e; margin-bottom: 28px; position: relative; padding-bottom: 14px; }
.sectionTitle h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 48px; height: 3px; background: #e94560; border-radius: 2px; }

/* ---- Features ---- */
.mainFeatures { padding: 60px 0; background: #f8f9fa; }
section.mainFeatures > .container.siteWidth {
    max-width: var(--site-max-width) !important;
}
section.mainFeatures > .container.siteWidth {
    padding-left: var(--site-gutter) !important;
    padding-right: var(--site-gutter) !important;
}
section.mainFeatures .mainFeaturesRow {
    width: 100%;
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
}
section.mainFeatures .mainFeaturesRow > [class*="col-"] {
    display: flex;
}
.featureCard { text-align: center; padding: 32px 24px; border-radius: 12px; background: #fff; margin-bottom: 0; border: 1px solid #eee; transition: box-shadow 0.2s; width: 100%; min-height: 220px; box-sizing: border-box; }
.featureCard:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }
.featureCard .icon { margin-bottom: 16px; min-height: 80px; display: flex; align-items: center; justify-content: center; }
.featureCard .icon img { width: auto; max-width: 120px; height: 80px; object-fit: contain; }
.featureCard .title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 10px; }
.featureCard .description { font-size: 14px; color: #666; line-height: 1.7; }

/* ---- Main Categories Section ---- */
.mainCategories { padding: 60px 0; }
section.mainCategories a.categoryCard {
    display: flex;
    flex-direction: column;
    border-radius: 0 !important;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 24px;
    text-decoration: none;
    height: 100%;
}
section.mainCategories a.categoryCard:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: none;
}
section.mainCategories .catImg {
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f5f5;
}
section.mainCategories .catImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
section.mainCategories .catName {
    padding: 18px 20px;
    background: #fff;
    border-top: 1px solid #eee;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
}
section.mainCategories .catName .icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #e94560;
}

/* ---- Anasayfa blog slider: koyu slide arka planı kaldır (siyahlık) ---- */
section.mainBlogSlide {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-bottom: 8px;
}
section.mainBlogSlide .mainBlogSlider {
    max-height: none !important;
    overflow: visible;
    padding: 4px 0 16px;
}
section.mainBlogSlide .mainBlogSlider .swiper-slide {
    background: transparent !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    height: auto !important;
    pointer-events: auto;
}
section.mainBlogSlide .mainBlogSlider .swiper-slide a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
section.mainBlogSlide .blogCard {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
section.mainBlogSlide .blogCard > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}
section.mainBlogSlide .blogInfo {
    padding: 18px 20px 20px;
    background: #fff;
    flex: 1;
}
section.mainBlogSlide .blogTitle {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.4;
}
section.mainBlogSlide .blogDate {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* ---- Footer ---- */
footer { background: #1a1a2e; color: rgba(255,255,255,0.7); padding: 60px 0 0; margin-top: 60px; }
footer > .container.siteWidth,
footer .footerBottom > .container.siteWidth {
    max-width: var(--site-max-width) !important;
    width: 100%;
}
footer {
    width: 100%;
}
footer > .container.siteWidth .footerMainRow {
    max-width: 100%;
}
footer .footerMainRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px 32px;
    width: 100%;
    margin: 0;
}
footer .footerMainRow > [class*="col-"] {
    flex: 1 1 160px;
    width: auto !important;
    max-width: none !important;
    padding: 0;
    box-sizing: border-box;
}
footer .footerMainRow > .col-xl-3:first-child {
    flex: 1.4 1 220px;
    max-width: 320px !important;
}
footer .footerMainRow > .col-xl-3:nth-child(3) {
    flex: 1.3 1 200px;
    max-width: 300px !important;
}
footer .footerBottomInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 32px;
    flex-wrap: wrap;
    width: 100%;
}
.footerLogo { margin-bottom: 20px; }
.footerLogo img { max-height: 60px; }
.footerDesc { font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
.socialLinks { display: flex; gap: 10px; }
.social-link { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); transition: all 0.2s; text-decoration: none; }
.social-link:hover { background: #e94560; color: #fff; }
.footerTitle { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.footerList { list-style: none; padding: 0; margin: 0; }
.footerList li { margin-bottom: 10px; }
.footerList a { font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.footerList a:hover { color: #fff; }
.footerContactList { list-style: none; padding: 0; }
.footerContactList li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 13px; }
.footerContactList .icon { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: #e94560; }
.footerContactList a { color: rgba(255,255,255,0.7); text-decoration: none; }
.footerContactList a:hover { color: #fff; }
.footerContactList .whatsapp-btn { display: inline-flex; align-items: center; gap: 6px; background: #25D366; color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; }
.footerContactSocial {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footerContactSocial .footerSocialTitle {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}
.footerContactSocial .socialLinks {
    flex-wrap: wrap;
}
footer .footerBottom {
    background: #12121f;
    margin-top: 40px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
footer .footerBottom .copyright {
    margin: 0;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.55);
}
footer .footerPolicy {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
footer .footerPolicy li {
    margin: 0;
}
footer .footerPolicy a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    white-space: nowrap;
}
footer .footerPolicy a:hover {
    color: #fff;
}
@media (max-width: 767px) {
    footer .footerBottomInner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    footer .footerPolicy {
        justify-content: flex-start;
        gap: 20px;
    }
}
@media (max-width: 991px) {
    footer .footerMainRow > [class*="col-"] {
        flex: 1 1 100%;
        max-width: 100% !important;
    }
    footer .footerMainRow > .col-xl-3:first-child,
    footer .footerMainRow > .col-xl-3:nth-child(3) {
        max-width: 100% !important;
    }
}

/* ---- Mobile ---- */
@media (max-width: 1199px) {
    .row > .col-xl-2 { width: 25%; flex-basis: 25%; max-width: 25%; }
    .row > .col-xl-3 { width: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
    .row > .col-xl-4 { width: 50%; flex-basis: 50%; max-width: 50%; }
    .row > .col-xl-5 { width: 50%; flex-basis: 50%; max-width: 50%; }
    .row > .col-xl-6 { width: 50%; flex-basis: 50%; max-width: 50%; }
    .row > .col-xl-7 { width: 50%; flex-basis: 50%; max-width: 50%; }
    .row > .col-xl-8 { width: 66.666%; flex-basis: 66.666%; max-width: 66.666%; }
    .row > .col-xl-9 { width: 75%; flex-basis: 75%; max-width: 75%; }
}
@media (max-width: 991px) {
    .row > .col-lg-4 { width: 50%; flex-basis: 50%; max-width: 50%; }
    .row > .col-lg-5,
    .row > .col-lg-7,
    .row > .col-lg-8 { width: 100%; flex-basis: 100%; max-width: 100%; }
    .row > .col-xl-2,
    .row > .col-xl-3,
    .row > .col-xl-4,
    .row > .col-xl-5,
    .row > .col-xl-6 { width: 50%; flex-basis: 50%; max-width: 50%; }
    .row > .col-xl-7,
    .row > .col-xl-8,
    .row > .col-xl-9,
    .row > .col-xl-12 { width: 100%; flex-basis: 100%; max-width: 100%; }
    section.mainPlateArea .plateTextArea .info {
        writing-mode: horizontal-tb;
        transform: none;
        white-space: normal;
        padding: 32px 20px 16px;
        border-left: none;
    }
    section.mainPlateArea .plateTextArea .description {
        padding: 0 20px 32px;
        max-width: none;
        font-size: 18px;
        line-height: 1.6;
    }
    section.mainPlateArea .plateSlide {
        margin-top: 0;
    }
    .blogSidebar { padding-left: 0; margin-top: 40px; }
    .contactInfo { padding-right: 0; margin-bottom: 40px; }
    .innerBanner .bannerContent h1 { font-size: 28px; }
    .applyForm { position: static; margin-top: 40px; }
}
@media (max-width: 767px) {
    .row > [class*="col-"] { width: 100%; flex-basis: 100%; max-width: 100%; }
    .subCategoryFilter { gap: 6px; }
    .filterBtn { padding: 6px 14px; font-size: 12px; }
    .productActions { flex-direction: column; }
    .quoteBtn, .infoBtn { width: 100%; justify-content: center; }
    .searchBigForm { flex-direction: column; }
    .searchBigForm input { border-radius: 10px; margin-bottom: 8px; }
    .searchBigForm button { border-radius: 10px; }
    .footerContactList .whatsapp-btn { display: none; }
}

/* ---- Mega menü: header altında, tıklayınca açık kalır ---- */
@media (min-width: 1025px) {
    header,
    header .container,
    header .headerContent,
    header .menu {
        overflow: visible !important;
    }
    header .menu > li.dropdown:not(:has(.megaMenuArea)) {
        position: relative;
    }
    header .menu > li .dropdownMenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 200;
        min-width: 240px;
        visibility: hidden;
    }
    header .menu > li.dropdown:hover .dropdownMenu {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    header .menu > li.dropdown.active .dropdownMenu {
        opacity: 1 !important;
        pointer-events: auto !important;
        visibility: visible !important;
    }
    header .menu > li.dropdown:has(.megaMenuArea) {
        position: static;
    }
    header .megaMenuArea {
        top: 100% !important;
        left: 0;
        right: 0;
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        box-sizing: border-box;
        z-index: 100;
    }
    header .menu > li.dropdown.active .megaMenuArea,
    header .megaMenuArea.active {
        opacity: 1 !important;
        pointer-events: auto !important;
        visibility: visible;
    }
    header .megaMenuArea::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 20px;
    }
    /* style.css .megaMenuArea .container { flex-direction:column } satırı düşürüyordu */
    header .megaMenuArea > .container {
        display: block !important;
        max-width: var(--site-max-width) !important;
    }
    header .megaMenuArea .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    header .megaMenuArea .row > .col-xl-9 {
        width: 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
    header .megaMenuArea .row > .col-xl-3 {
        width: 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    header .megaMenuArea .megaMenuOfferForm {
        height: 100%;
        min-height: 320px;
    }
    header .megaMenu,
    header .megaMenuArea .megaMenuOfferForm {
        border-radius: 0 !important;
    }
    body.mega-menu-open {
        overflow-x: hidden;
    }
}

/* ---- Ürün detay (referans tasarım – productDetailContent) ---- */
section.productDetailContent {
    background: #ececec;
    padding: 32px 0 80px;
}
section.productDetailContent .productBreadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    font-size: 14px;
    color: #666;
}
section.productDetailContent .productBreadcrumb a {
    color: #666;
    text-decoration: none;
}
section.productDetailContent .productBreadcrumb a:hover {
    color: #000;
}
section.productDetailContent .productDetailTop {
    margin-bottom: 40px;
    align-items: flex-start;
}
section.productDetailContent .productDetailTop > [class*="col-"] {
    overflow: hidden;
}
section.productDetailContent .productGalleryCol {
    height: auto;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}
section.productDetailContent .productThumbs {
    height: auto !important;
    margin-top: 12px;
    position: relative !important;
    overflow: hidden;
}
section.productDetailContent .productThumbs .swiper-slide {
    height: auto;
}
section.productDetailContent .productTable {
    clear: both;
    position: relative;
    z-index: 5;
    margin-top: 32px;
}
section.productDetailContent .productGalleryMain {
    position: relative;
}
section.productDetailContent .productGalleryMain .productDetailSlide {
    border-radius: 20px;
    overflow: hidden;
    min-height: 420px;
    height: auto;
    margin-bottom: 20px;
    background: #fff;
}
section.productDetailContent .productGalleryMain .productDetailSlide .swiper-slide {
    height: auto;
    min-height: 420px;
}
section.productDetailContent .productGalleryMain .productDetailSlide .swiper-slide .imgArea {
    width: 100%;
    height: 100%;
    min-height: 420px;
    margin: 0;
    aspect-ratio: unset;
}
section.productDetailContent .productGalleryMain .productDetailSlide .imgArea a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
}
section.productDetailContent .productGalleryMain .productDetailSlide .imgArea img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
}
section.productDetailContent .productGalleryMain .productDetailSlide .buttons {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
}
section.productDetailContent .productGalleryMain .productDetailSlide .buttons .swiper-button {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    width: 74px;
    height: 74px;
    min-height: 74px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
section.productDetailContent .productGalleryMain .productDetailSlide .buttons .swiper-button-prev {
    left: 28px;
    right: auto;
    transform: translateY(-50%);
}
section.productDetailContent .productGalleryMain .productDetailSlide .buttons .swiper-button-next {
    right: 28px;
    left: auto;
    transform: translateY(-50%);
}
section.productDetailContent .productGalleryMain .productDetailSlide .buttons .swiper-button-prev .icon {
    transform: rotate(90deg);
}
section.productDetailContent .productGalleryMain .productDetailSlide .buttons .swiper-button-next .icon {
    transform: rotate(-90deg);
}
section.productDetailContent .docCardsRow.docCardsGrid > [class*="col-"] {
    margin-bottom: 20px;
}
section.productDetailContent .docCardsRow.docCardsGrid .pdfCard {
    width: 100%;
    height: 100%;
}
section.productDetailContent .pdfCard > span:not(.goDetail):not(.categoryName) {
    display: none !important;
}
section.productDetailContent .pdfCard {
    gap: 24px;
    padding-right: 72px;
}
section.productDetailContent .otherCatsRow {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
section.productDetailContent .otherCatsRow > [class*="col-"] {
    display: flex;
    margin-bottom: 20px;
}
section.productDetailContent .otherCatsRow .categoryItem {
    width: 100%;
    height: 100%;
    min-height: 160px;
    aspect-ratio: unset;
    padding: 22px 58px 22px 22px;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-sizing: border-box;
}
section.productDetailContent .otherCatsRow .categoryItem .imgArea {
    width: 55px;
    flex-shrink: 0;
    filter: none;
}
section.productDetailContent .otherCatsRow .categoryItem > span:not(.goDetail) {
    height: 50px;
    align-self: center;
}
section.productDetailContent .otherCatsRow .categoryItem .categoryName {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 1.25;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1199px) {
    section.productDetailContent .otherCatsRow .categoryItem {
        aspect-ratio: auto;
        min-height: 130px;
    }
    section.productDetailContent .otherCatsRow .categoryItem .categoryName {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}
section.productDetailContent .productDescCard {
    border-radius: 20px;
    background: #fff;
    padding: 42px 55px;
    margin: 40px 0;
}
section.productDetailContent .productDescCard h3 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
section.productDetailContent .productDescCard.editorContent ul li::after {
    width: 9.5px;
    height: 5.8px;
    border-radius: 0;
    background-color: #FF4D00;
    -webkit-mask-image: url("../img/svg/chevron.svg");
    mask-image: url("../img/svg/chevron.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    left: -18px;
    top: 16px;
}
section.productDetailContent .productDetailOthers {
    margin-top: 20px;
}
section.productDetailContent .productDetailOthers--cats {
    margin-top: 48px;
    padding-top: 24px;
}
section.productDetailContent .productDetailOthersHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    padding: 45px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #000;
    position: relative;
    box-sizing: border-box;
}
section.productDetailContent .productDetailOthersHead:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(55%);
    width: 6px;
    height: 6px;
    -webkit-mask-image: url("../img/svg/circle.svg");
    mask-image: url("../img/svg/circle.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: #000;
}
section.productDetailContent .productDetailOthersHead .title {
    padding: 0;
    margin: 0;
    border-bottom: none;
    width: auto;
    flex: 0 1 auto;
    font-size: 24px;
    font-weight: 600;
}
section.productDetailContent .productDetailOthersHead .title--view {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 0;
    border-bottom: none;
}
section.productDetailContent .productDetailOthersHead .title--view .icon {
    width: 14px;
    height: 14px;
    fill: #000;
    transform: rotate(-90deg);
    flex-shrink: 0;
}
section.productDetailContent .productDetailOthersHead .title--view:hover {
    opacity: 0.75;
}
section.productDetailContent .docCardsRow {
    margin-top: 30px;
}
section.productDetailContent .detailSlide .categoryItem {
    width: 100%;
    text-decoration: none;
    color: inherit;
}
section.productDetailContent .detailSlide .item {
    padding: 0 10px;
}
section.productDetailContent .productDetailInfo .name .productCode {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #9d9d9d;
    margin-top: 8px;
}
section.productDetailContent .productWaLink {
    padding: 0 40px 40px;
}
section.productDetailContent .productWaLink a {
    color: #25d366;
    font-weight: 600;
    text-decoration: none;
}
section.productDetailContent .documenty .item svg {
    fill: #FF4D00;
    stroke: #FF4D00;
}
@media (max-width: 767px) {
    section.productDetailContent .productDescCard {
        padding: 28px 22px;
    }
    section.productDetailContent .productDetailInfo .buttons {
        flex-direction: column;
        padding-bottom: 50px;
    }
    section.productDetailContent .productDetailInfo .buttons .detailBtn {
        width: 100%;
    }
}

/* Eski V2 (yedek) */
.productHero { background: linear-gradient(135deg, #f5f6f8 0%, #eceef2 100%); padding: 28px 0 36px; border-bottom: 1px solid #e5e7eb; }
.productHero h1 { font-size: clamp(22px, 3vw, 34px); font-weight: 700; color: #1a1a2e; margin: 12px 0 0; line-height: 1.25; }
.productHeroCode { font-size: 14px; color: #666; font-family: monospace; margin-top: 8px; }
.breadcrumb.light a, .breadcrumb.light span { color: #666; }
.productDetailV2 { padding: 40px 0 60px; background: #ececec; }
.productTopRow {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}
.productTopRow > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}
.productInfoV2 {
    position: sticky;
    top: 24px;
}
.productLeftStack > * + * {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .productTopRow {
        grid-template-columns: 1fr;
    }
    .productInfoV2 {
        position: static;
    }
}
.productGalleryV2 .mainImage { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid #eee; text-align: center; }
.productGalleryV2 .mainImage img { max-width: 100%; max-height: 420px; object-fit: contain; }
.productGalleryV2 .thumbGallery { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.productGalleryV2 .thumb { width: 72px; height: 72px; border: 2px solid #eee; border-radius: 10px; overflow: hidden; cursor: pointer; padding: 4px; background: #fff; }
.productGalleryV2 .thumb.active { border-color: #e67e22; }
.productGalleryV2 .thumb img { width: 100%; height: 100%; object-fit: contain; }
.productInfoV2 .productIntro { font-size: 16px; line-height: 1.7; color: #444; margin-bottom: 20px; }
.productDescBlock {
    background: #fff;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 20px;
}
.productDescBlock .richContent {
    line-height: 1.75;
    color: #333;
    font-size: 15px;
}
.productActionsV2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}
.actionCard {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 16px 18px; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 15px;
    transition: transform .2s, box-shadow .2s; min-height: 56px;
}
.actionCardPrimary { background: #FF4D00; color: #fff; }
.actionCardSecondary { background: #2d3748; color: #fff; }
.actionCardWhatsApp {
    grid-column: 1 / -1;
    background: #25D366;
    color: #fff;
}
.actionCard:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.actionCardArrow .icon { width: 32px; height: 32px; fill: currentColor; flex-shrink: 0; }
.actionCardWaIcon svg { width: 28px; height: 28px; display: block; }
@media (max-width: 575px) {
    .productActionsV2 { grid-template-columns: 1fr; }
    .actionCardWhatsApp { grid-column: auto; }
}
.productLeftStack .specsTable { margin-bottom: 0; }
.docCardsStack { grid-template-columns: 1fr; }
.docCardWithImage {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
}
.docCardPreview {
    width: 100%;
    background: #f5f6f8;
    border-bottom: 1px solid #eee;
}
.docCardPreview img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    display: block;
}
.docCardMeta {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
}
.docCardWithImage .docCardTitle { flex: 1; }
.docCardType {
    font-size: 11px;
    font-weight: 700;
    color: #e67e22;
    text-transform: uppercase;
}
.productDetailV2 .sectionHeading {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 24px;
    padding-bottom: 20px;
    color: #000;
    border-bottom: 1px solid #000;
}
.specsTable { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #eee; margin-bottom: 40px; }
.specsTable th { background: #2d3748; color: #fff; text-align: left; padding: 14px 18px; width: 35%; font-weight: 600; font-size: 14px; }
.specsTable td { padding: 14px 18px; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.productLongDesc { margin-bottom: 40px; }
.productLongDesc .richContent { line-height: 1.8; color: #444; }
.docSection { margin-bottom: 40px; }
.docCardsGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
@media (max-width: 767px) {
    .docCardsGrid { grid-template-columns: 1fr; }
}
.productDetailV2 .pdfCard {
    text-decoration: none;
    color: inherit;
    min-height: 0;
}
.productDetailV2 .pdfCard .categoryName {
    font-size: clamp(15px, 1.6vw, 20px);
    line-height: 1.45;
}
.productDetailV2 .pdfCard .goDetail .icon {
    stroke: #fff;
}
.relatedBlock, .otherCatsBlock { margin-bottom: 40px; }
.productCard.mini { padding: 16px; }
.categoryCard.small .catImg { height: 120px; }
.categoryCard.small .catName { padding: 12px; font-size: 14px; }

@media (min-width: 992px) {
    section.mainSLider .row > .col-xl-9 { width: 75%; flex: 0 0 75%; max-width: 75%; }
    section.mainSLider .row > .col-xl-3 { width: 25%; flex: 0 0 25%; max-width: 25%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    section.mainPlateArea .row > .col-lg-5 { width: 41.666%; flex: 0 0 41.666%; max-width: 41.666%; }
    section.mainPlateArea .row > .col-lg-7 { width: 58.333%; flex: 0 0 58.333%; max-width: 58.333%; }
}
@media (min-width: 1200px) {
    section.mainPlateArea .row > .col-xl-4 { width: 36%; flex: 0 0 36%; max-width: 36%; }
    section.mainPlateArea .row > .col-xl-8 { width: 64%; flex: 0 0 64%; max-width: 64%; }
}
@media (max-width: 991px) {
    section.mainPlateArea .row {
        flex-wrap: wrap;
    }
    section.mainPlateArea .row > .col-xl-4,
    section.mainPlateArea .row > .col-xl-8 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    section.mainFeatures .mainFeaturesRow > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 992px) {
    section.mainFeatures .mainFeaturesRow > .col-xl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%;
    }
}

/* ---- Plate alanı (slider altı) ---- */
section.mainPlateArea {
    overflow: visible !important;
}
section.mainPlateArea .content {
    width: 100%;
    overflow: visible;
}
section.mainPlateArea .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0 -12px;
}
section.mainPlateArea .row > .col-xl-4,
section.mainPlateArea .row > .col-lg-5 {
    width: 36% !important;
    flex: 0 0 36% !important;
    max-width: 36% !important;
    position: relative;
    z-index: 1;
    background: #fff;
}
section.mainPlateArea .row > .col-xl-8,
section.mainPlateArea .row > .col-lg-7 {
    width: 64% !important;
    flex: 0 0 64% !important;
    max-width: 64% !important;
    min-width: 0;
    overflow: visible !important;
    position: relative !important;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
section.mainPlateArea .plateTextArea {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: flex-start;
}
section.mainPlateArea .plateTextArea .info {
    flex-shrink: 0;
}
section.mainPlateArea .plateTextArea .description {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    padding: 48px 20px 40px 24px !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
}
section.mainPlateArea .plateSlide {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto;
    min-height: 460px;
    height: 100%;
    overflow: hidden;
    margin: 48px 0 40px !important;
    padding: 0 12px;
    box-sizing: border-box;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
}
section.mainPlateArea .plateSlide.swiper {
    height: auto;
    min-height: 460px;
}
section.mainPlateArea .plateSlide .swiper-wrapper {
    align-items: stretch !important;
    height: 100%;
    min-height: 460px;
}
section.mainPlateArea .plateSlide .swiper-slide {
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 460px;
    box-sizing: border-box;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-self: stretch;
}
section.mainPlateArea .plateSlide .swiper-slide > a {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button .icon {
    transform: rotate(90deg) !important;
    width: 14px !important;
    height: 14px !important;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button.prev {
    transform: none !important;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button.prev .icon {
    transform: rotate(-90deg) !important;
}
section.mainPlateArea .plateTextArea .buttons .swiper-button.next .icon {
    transform: rotate(90deg) !important;
}
section.mainPlateArea .plateCard {
    padding: 32px 28px 28px !important;
    gap: 20px;
    border-radius: 0 !important;
    min-height: 100%;
    height: 100%;
    flex: 1 1 auto;
    background: #fff8f0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
section.mainPlateArea .plateCard span {
    flex-shrink: 0;
    width: 100%;
    text-align: center;
}
section.mainPlateArea .plateCard .imgArea {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    flex: 1 1 auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: unset;
}
section.mainPlateArea .plateCard .imgArea img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: contain;
    display: block;
}
section.mainPlateArea .plateCard .name {
    flex-shrink: 0;
    height: auto !important;
    min-height: 52px;
    width: 100%;
    margin-top: auto;
}
@media (max-width: 991px) {
    section.mainPlateArea .row {
        flex-wrap: wrap;
    }
    section.mainPlateArea .row > .col-xl-4,
    section.mainPlateArea .row > .col-lg-5,
    section.mainPlateArea .row > .col-xl-8,
    section.mainPlateArea .row > .col-lg-7 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    section.mainPlateArea .plateSlide,
    section.mainPlateArea .plateSlide .swiper-wrapper,
    section.mainPlateArea .plateSlide .swiper-slide {
        min-height: 360px;
    }
    section.mainPlateArea .plateSlide {
        margin-top: 0 !important;
    }
}

/* ---- Header menü: panel renkleri, radius yok ---- */
header .search {
    background: var(--v-search-bg, #fff);
    border-radius: 0 !important;
}
header .menu {
    border-radius: 0 !important;
    background: var(--v-menu-bg, #fff);
    gap: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}
header .menu > li {
    margin: 0;
    display: flex;
    align-items: stretch;
}
header .menu > li > a {
    color: var(--v-menu-text, #000);
    background: transparent;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    border-radius: 0 !important;
    position: relative;
    z-index: 1;
}
header .menu > li > a:before {
    display: none !important;
    content: none !important;
}
header .languageSelection {
    border-radius: 0 !important;
}
header .menu > li:hover,
header .menu > li.active {
    background: var(--v-menu-hover, rgb(170, 255, 31)) !important;
}
header .menu > li.active.dropdown {
    background: var(--v-menu-active, #fff) !important;
}
header .menu > li:hover > a,
header .menu > li.active > a {
    background: transparent !important;
    color: var(--v-menu-text, #000) !important;
}
header .menu > li.active.dropdown > a {
    color: var(--v-menu-text, #000) !important;
}

/* ---- Promo CTA (haberler üstü, tüm sayfalar) ---- */
.sitePromoCta {
    background: #ececec;
    padding: 56px 0 8px;
}
.sitePromoCtaGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
}
@media (min-width: 992px) {
    .sitePromoCtaGrid {
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
        gap: 30px;
    }
}
.sitePromoCard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    padding: 32px 36px 40px;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sitePromoCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.sitePromoCard--dealers {
    background: #000;
    color: #fff;
}
.sitePromoCard--catalog {
    background: #40322c;
    color: #fff5e3;
    padding-bottom: 36px;
}
.sitePromoCard__icon {
    position: relative;
    z-index: 2;
    display: block;
    width: 50px;
    aspect-ratio: 1;
    flex-shrink: 0;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.sitePromoCard--dealers .sitePromoCard__icon {
    -webkit-mask-image: url("../img/svg/navigation.svg");
    mask-image: url("../img/svg/navigation.svg");
    background: linear-gradient(180deg, #f3af32 0%, #8d661d 100%);
}
.sitePromoCard--catalog .sitePromoCard__icon {
    -webkit-mask-image: url("../img/svg/book.svg");
    mask-image: url("../img/svg/book.svg");
    background: linear-gradient(180deg, #ffdfa4 0%, #fff5e3 100%);
}
.sitePromoCard::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: min(240px, 55%);
    aspect-ratio: 239 / 90;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center left;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center left;
    -webkit-mask-image: url("../img/svg/slideline.svg");
    mask-image: url("../img/svg/slideline.svg");
}
.sitePromoCard--dealers::after {
    background: linear-gradient(-90deg, #cbbfa4 12.16%, #000 82.23%);
}
.sitePromoCard--catalog::after {
    background: linear-gradient(-90deg, #cbbfa4 12.16%, #6e6561 82.23%);
}
.sitePromoCard__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 24px;
}
.sitePromoCard__title {
    display: block;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}
.sitePromoCard--catalog .sitePromoCard__title {
    font-size: clamp(18px, 1.8vw, 22px);
    color: #fff5e3;
    margin-bottom: auto;
    padding-bottom: 28px;
}
.sitePromoCard__desc {
    display: block;
    max-width: 320px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 28px;
}
.sitePromoCard__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #f3af32;
}
.sitePromoCard--catalog .sitePromoCard__cta {
    color: #ffdfa4;
}
.sitePromoCard__cta .icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.sitePromoCard:hover .sitePromoCard__cta .icon {
    transform: translateX(8px);
}
@media (max-width: 575px) {
    .sitePromoCta {
        padding: 40px 0 4px;
    }
    .sitePromoCard {
        min-height: 200px;
        padding: 24px 22px 28px;
    }
    .sitePromoCard__desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* ---- Öne çıkan haber slider (tüm sayfalar) ---- */
.homeNewsFeature {
    background: #ececec;
    padding: 48px 0 64px;
    position: relative;
}
.homeNewsFeature .newsFeatureWrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.homeNewsFeature .newsFeatureWrap .newsFeatureSlider {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.homeNewsFeature .newsFeatureWrap .newsFeaturePrev,
.homeNewsFeature .newsFeatureWrap .newsFeatureNext {
    position: relative;
    flex-shrink: 0;
    margin: 0;
    width: 74px;
    height: 74px;
    min-height: 74px;
    border-radius: 50%;
    border: 1px solid #40322c;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    color: #40322c;
}
.homeNewsFeature .newsFeatureWrap .newsFeaturePrev:after,
.homeNewsFeature .newsFeatureWrap .newsFeatureNext:after,
.homeNewsFeature .newsFeatureWrap .swiper-button:after {
    display: none !important;
    content: none !important;
}
.homeNewsFeature .newsFeatureWrap .swiper-button .icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #40322c;
    stroke-width: 2;
    flex-shrink: 0;
}
.homeNewsFeature .newsFeatureWrap .newsFeatureNext .icon {
    transform: rotate(180deg);
}
.homeNewsFeature .newsFeatureWrap .swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}
@media (max-width: 767px) {
    .homeNewsFeature .newsFeatureWrap {
        gap: 10px;
    }
    .homeNewsFeature .newsFeatureWrap .newsFeaturePrev,
    .homeNewsFeature .newsFeatureWrap .newsFeatureNext {
        width: 52px;
        height: 52px;
        min-height: 52px;
    }
    .homeNewsFeature .newsFeatureWrap .swiper-button .icon {
        width: 16px;
        height: 16px;
    }
}
.homeNewsFeature .mainBlogSlideContent {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 48px 40px;
    background: #40322c;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
}
.homeNewsFeature .mainBlogSlideContent .imgArea {
    flex-shrink: 0;
    width: 35%;
    max-width: 380px;
    border-radius: 150px;
    overflow: hidden;
    aspect-ratio: 750/200;
}
.homeNewsFeature .mainBlogSlideContent .imgArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeNewsFeature .mainBlogSlideContent .content .date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c3c0b7;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}
.homeNewsFeature .mainBlogSlideContent .content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.3;
}
.homeNewsFeature .mainBlogSlideContent .content .description {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}
@media (max-width: 991px) {
    .homeNewsFeature .mainBlogSlideContent {
        flex-direction: column;
        padding: 32px 24px;
    }
    .homeNewsFeature .mainBlogSlideContent .imgArea {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
}

/* ---- SSS / FAQ (ayrı kartlar, dengeli hizalama) ---- */
section.faqPage.pageContentMerged .pageContentBox {
    padding: 32px 28px 40px;
}
section.faqPage .accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
section.faqPage .accordionItem.faqCard,
section.faqPage .accordionItem.type2 {
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
section.faqPage .accordionItem.faqCard.active,
section.faqPage .accordionItem.type2.active {
    padding-bottom: 0 !important;
}
section.faqPage .accordionHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px !important;
    position: relative;
    color: #1a1a2e;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
}
section.faqPage .accordionHeader::before,
section.faqPage .accordionHeader::after {
    display: none !important;
}
section.faqPage .accordionTitle {
    flex: 1;
    min-width: 0;
    padding: 0;
    margin: 0;
    position: static;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
}
section.faqPage .accordionToggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    position: relative;
    background: #fafafa;
}
section.faqPage .accordionToggle::before,
section.faqPage .accordionToggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #40322c;
}
section.faqPage .accordionToggle::before {
    width: 12px;
    height: 2px;
}
section.faqPage .accordionToggle::after {
    width: 2px;
    height: 12px;
    transition: height 0.2s ease;
}
section.faqPage .accordionItem.active .accordionToggle::after {
    height: 0;
}
section.faqPage .accordionBody {
    padding: 0 24px 20px !important;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}
@media (max-width: 991px) {
    section.faqPage .accordion {
        grid-template-columns: 1fr;
    }
}

/* ---- JS Accordion ---- */
