/*
Theme Name: ELF Custom (Omron 100% Pixel-Perfect Clone)  
Author: Antigravity
Description: Omron Japan 100% Pixel-Perfect Turkish clone. Full dynamic architecture with CPT + Customizer.
Version: 1.4
Text Domain: elf-custom
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');

/* ?? Root: 1rem = 10px ?? */
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Noto Sans JP','Roboto',sans-serif; font-size: 1.4rem; font-weight: 400; line-height: 1.57; letter-spacing: .06rem; color: #333; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color .2s ease, opacity .2s ease; }
a:hover { color: #005EB8; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
h1 { font-size: 2.86rem; line-height: 3.14rem; letter-spacing: .07rem; font-weight: 700; }
h2 { font-size: 2.29rem; line-height: 2.57rem; letter-spacing: .07rem; font-weight: 700; }
h3 { font-size: 1.71rem; line-height: 2rem; letter-spacing: .07rem; font-weight: 700; }
h4 { font-size: 1.57rem; line-height: 1.86rem; font-weight: 700; }

/* ??? UTILITY BAR ??? */
.p-gnav-sub { background: #FAFAFA; border-bottom: 1px solid #E6E6E6; }
.p-gnav-sub__inner { max-width: 1280px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: flex-end; align-items: center; height: 34px; }
.p-gnav-sub-list { display: flex; align-items: center; }
.p-gnav-sub-list__item { border-left: 1px solid #E6E6E6; }
.p-gnav-sub-list__item:last-child { border-right: 1px solid #E6E6E6; }
.p-gnav-sub-list__link { display: flex; align-items: center; height: 34px; padding: 0 14px; font-size: 1.1rem; color: #333; white-space: nowrap; }
.p-gnav-sub-list__link:hover { background: #F0F0F0; color: #005EB8; }
.p-gnav-sub-list__link--login { font-weight: 700; color: #005EB8; }

/* ??? MAIN NAV ??? */
.l-gnav { background: #fff; border-bottom: 1px solid #E6E6E6; position: sticky; top: 0; z-index: 10000; }
.l-gnav__inner { max-width: 1280px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; min-height: 70px; gap: 30px; }
.l-gnav__logo-link { text-decoration: none; display: flex; align-items: center; white-space: nowrap; }
.l-gnav__logo-text { font-size: 2.2rem; font-weight: 800; color: #005EB8; letter-spacing: -.05rem; }
.l-gnav__logo-sub { font-size: 2.2rem; font-weight: 300; color: #333; margin-left: 6px; }
.p-gnav-parent-list { display: flex; align-items: center; height: 70px; flex: 1; }
.p-gnav-parent-list li { height: 100%; display: flex; align-items: center; position: relative; }
.p-gnav-parent-list li a { display: flex; align-items: center; height: 100%; padding: 0 13px; font-size: 1.25rem; font-weight: 700; color: #333; letter-spacing: .05rem; white-space: nowrap; position: relative; }
.p-gnav-parent-list li a::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background: #005EB8; transition: width .25s ease; }
.p-gnav-parent-list li a:hover::after,
.p-gnav-parent-list li.current-menu-item a::after,
.p-gnav-parent-list li.is-active a::after { width: calc(100% - 26px); }

/* Hamburger */
.elf-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.elf-hamburger span { display: block; width: 24px; height: 2px; background: #333; transition: all .3s; }
.elf-mobile-menu { display: none; background: #fff; border-top: 1px solid #E6E6E6; }
.elf-mobile-menu.is-open { display: block; }
.elf-mobile-list li a { display: block; padding: 14px 20px; border-bottom: 1px solid #E6E6E6; font-size: 1.4rem; font-weight: 600; }

/* ??? HERO SLIDER ??? */
.p-top-fv { width: 100%; overflow: hidden; background: #f2f2f2; }
/* ELF standard banner template ~1920×376 (≈5.11:1) — text is baked into the artwork */
.p-top-fv__slide {
    width: 100%;
    position: relative;
    background: #f2f2f2;
    display: block;
    height: auto;
    min-height: 0;
}
.p-top-fv__slide--banner {
    line-height: 0;
}
.p-top-fv__slide--banner::before { display: none; content: none; }
.p-top-fv__banner-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    aspect-ratio: 1920 / 376;
    object-fit: contain;
    object-position: center;
    background: #f2f2f2;
    image-rendering: -webkit-optimize-contrast;
}
.p-top-fv__slide:not(.p-top-fv__slide--banner) {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.p-top-fv__slide:not(.p-top-fv__slide--banner)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
}
.p-top-fv__content { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; width: 100%; padding: 0 60px; color: #fff; }
.p-top-fv__label { font-size: 1.3rem; font-weight: 400; letter-spacing: .12rem; text-transform: uppercase; margin-bottom: 12px; opacity: .9; }
.p-top-fv__title { font-size: 3.6rem; font-weight: 700; line-height: 1.3; margin-bottom: 14px; }
.p-top-fv__subtitle { font-size: 1.6rem; margin-bottom: 30px; opacity: .9; max-width: 560px; line-height: 1.6; }
.p-top-fv__btn { display: inline-block; padding: 14px 32px; background: #005EB8; color: #fff; font-size: 1.4rem; font-weight: 700; border-radius: 2px; transition: background .2s; }
.p-top-fv__btn:hover { background: #004a94; color: #fff; }
.p-top-fv__banner-link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
}
/* Swiper arrows */
.swiper-button-prev, .swiper-button-next { color: #555 !important; }
.p-top-fv .swiper-button-prev,
.p-top-fv .swiper-button-next { color: #333 !important; }
.p-top-fv .swiper-pagination-bullet { background: #999 !important; opacity: .55; }
.swiper-pagination-bullet-active { background: #005EB8 !important; opacity: 1 !important; }

/* ??? SEARCH ??? */
.p-top-search { background: #F5F5F5; padding: 16px 38px 20px; }
.p-top-search__inner { max-width: 1240px; margin: 0 auto; }
.p-top-search__title { font-size: 1.8rem; font-weight: 700; margin-bottom: 14px; }
.p-top-search__input-box { display: flex; width: 100%; }
.p-top-search__input { flex: 1; height: 48px; border: 1px solid #E6E6E6; border-right: none; border-radius: 0; padding: 0 16px; font-size: 1.4rem; font-family: inherit; color: #333; background: #fff; outline: none; }
.p-top-search__input::placeholder { color: #999; font-size: 1.3rem; }
.p-top-search__input-btn { width: 48px; height: 48px; background: #005EB8; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.p-top-search__input-btn:hover { background: #004a94; }
.p-top-search__filters { display: flex; gap: 24px; margin-top: 12px; font-size: 1.2rem; font-weight: 500; }
.p-top-search__filter-label { cursor: pointer; display: flex; align-items: center; gap: 5px; }

/* ??? PRODUCT CATS ??? */
.p-top-links-section { padding: 40px 0 20px; }
.p-top-links-section__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.p-top-links-section__heading { font-size: 1.8rem; font-weight: 700; margin-bottom: 24px; border-left: 4px solid #005EB8; padding-left: 12px; }
.p-top-links { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.p-top-links__item { margin: 0 8px 16px; width: calc(33.333% - 16px); }
.p-top-links__link { display: flex; align-items: center; background: #fff; border: 1px solid #E6E6E6; padding: 14px 16px; height: 80px; transition: border-color .2s, box-shadow .2s; width: 100%; }
.p-top-links__link:hover { border-color: #005EB8; box-shadow: 0 2px 8px rgba(0,94,184,.1); }
.p-top-links__img-wrap { width: 60px; height: 52px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-right: 14px; }
.p-top-links__img { max-width: 60px; max-height: 52px; object-fit: contain; }
.p-top-links__text { flex: 1; font-size: 1.4rem; font-weight: 700; line-height: 1.4; }
.p-top-links__link:hover .p-top-links__text { color: #005EB8; }
.p-top-links__arrow { font-size: 1.8rem; color: #999; margin-left: 8px; flex-shrink: 0; }

/* ??? SECTION HEADER ??? */
.p-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.p-section-header__title { font-size: 1.8rem; font-weight: 700; border-left: 4px solid #005EB8; padding-left: 12px; }
.p-section-header__more { font-size: 1.3rem; color: #005EB8; font-weight: 600; }

/* ??? YEN? �R�NLER ??? */
.p-top-newproducts { padding: 50px 0; background: #fff; }
.p-top-newproducts__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.p-top-newproducts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.p-top-newproducts__card { border: 1px solid #E6E6E6; position: relative; transition: box-shadow .2s; }
.p-top-newproducts__card:hover { box-shadow: 0 4px 16px rgba(0,94,184,.1); border-color: #005EB8; }
.p-top-newproducts__card-link { display: block; color: #333; }
.p-top-newproducts__badge { position: absolute; top: 10px; left: 10px; background: #005EB8; color: #fff; font-size: 1rem; font-weight: 700; padding: 3px 8px; border-radius: 2px; letter-spacing: .05rem; }
.p-top-newproducts__img-wrap { height: 160px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #F5F5F5; }
.p-top-newproducts__img-wrap img { max-height: 160px; object-fit: contain; }
.p-top-newproducts__body { padding: 14px 16px; border-top: 1px solid #E6E6E6; }
.p-top-newproducts__code { font-size: 1.1rem; color: #005EB8; font-weight: 700; display: block; margin-bottom: 4px; }
.p-top-newproducts__name { font-size: 1.4rem; font-weight: 700; margin-bottom: 6px; line-height: 1.4; }
.p-top-newproducts__excerpt { font-size: 1.2rem; color: #666; line-height: 1.6; }

/* ??? HABERLER ??? */
.p-top-news { padding: 50px 0 60px; background: #F5F5F5; }
.p-top-news__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.p-top-news__list { list-style: none; }
.p-top-news__item { border-bottom: 1px solid #E6E6E6; }
.p-top-news__item:first-child { border-top: 1px solid #E6E6E6; }
.p-top-news__link { display: flex; align-items: center; padding: 18px 0; gap: 16px; }
.p-top-news__link:hover { color: #005EB8; }
.p-top-news__thumb { width: 80px; height: 54px; object-fit: cover; flex-shrink: 0; }
.p-top-news__body { flex: 1; }
.p-top-news__date { font-size: 1.2rem; color: #999; display: block; margin-bottom: 4px; }
.p-top-news__title { font-size: 1.4rem; font-weight: 600; line-height: 1.5; }
.p-top-news__arrow { font-size: 1.8rem; color: #ccc; flex-shrink: 0; }

/* ??? EMPTY NOTICE ??? */
.p-top-empty-notice { padding: 30px; background: #F5F5F5; border: 1px dashed #E6E6E6; text-align: center; font-size: 1.3rem; color: #666; }
.p-top-empty-notice a { color: #005EB8; font-weight: 600; }

/* ??? FOOTER ??? */
.site-footer { background: #FAFAFA; border-top: 1px solid #E6E6E6; padding: 60px 0 40px; margin-top: 40px; font-size: 1.2rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 50px; margin-bottom: 50px; }
.footer-col { flex: 1; min-width: 180px; }
.footer-col__heading { font-size: 1.3rem; font-weight: 700; color: #333; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid #005EB8; }
.footer-col ul { line-height: 2.4; }
.footer-col ul li a { font-size: 1.2rem; color: #555; }
.footer-col ul li a:hover { color: #005EB8; }
.footer-bottom { border-top: 1px solid #E6E6E6; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 1.1rem; color: #999; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { color: #999; font-size: 1.1rem; }
.footer-bottom-links a:hover { color: #005EB8; }

/* ??? STICKY MENU ??? */
.p-stickmenu { position: fixed; right: 0; top: 20%; z-index: 9999; width: 64px; background: #fff; border: 1px solid #E6E6E6; border-right: none; box-shadow: -2px 0 8px rgba(0,0,0,.06); }
.p-stickmenu__item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 4px; border-bottom: 1px solid #E6E6E6; text-decoration: none; color: #005EB8; transition: background .2s; }
.p-stickmenu__item:hover { background: #F5F5F5; }
.p-stickmenu__item span { font-size: .9rem; font-weight: 700; margin-top: 5px; letter-spacing: -.01rem; }

/* ??? HIZLI SERV?S L?NKLER? ??? */
.p-quick-links { background: #F5F5F5; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; }
.p-quick-links__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.p-quick-links__list { display: flex; align-items: stretch; flex-wrap: wrap; }
.p-quick-links__item { flex: 1; min-width: 140px; border-right: 1px solid #E6E6E6; }
.p-quick-links__item:last-child { border-right: none; }
.p-quick-links__link { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 10px; gap: 8px; font-size: 1.2rem; font-weight: 600; color: #444; text-align: center; transition: background .2s, color .2s; height: 100%; }
.p-quick-links__link:hover { background: #fff; color: #005EB8; }
.p-quick-links__icon { color: #005EB8; display: flex; }

/* ??? ?ND?RME MERKEZ? ??? */
.p-download-center { padding: 50px 0; background: #fff; }
.p-download-center__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.p-download-center__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #E6E6E6; border: 1px solid #E6E6E6; }
.p-download-center__card { display: flex; align-items: center; gap: 20px; padding: 24px 20px; background: #fff; cursor: pointer; transition: background .2s; text-decoration: none; color: #333; }
.p-download-center__card:hover { background: #F5F8FF; }
.p-download-center__icon { flex-shrink: 0; opacity: .85; }
.p-download-center__card:hover .p-download-center__icon { opacity: 1; }
.p-download-center__body { flex: 1; }
.p-download-center__title { font-size: 1.4rem; font-weight: 700; margin-bottom: 4px; color: #333; }
.p-download-center__desc { font-size: 1.2rem; color: #777; line-height: 1.5; }
.p-download-center__arrow { font-size: 2rem; color: #ccc; flex-shrink: 0; transition: color .2s; }
.p-download-center__card:hover .p-download-center__arrow { color: #005EB8; }

/* ??? TEKN?K DESTEK PANEL? ??? */
.p-support-panel { background: #F0F5FF; padding: 60px 0; border-top: 1px solid #D0DFF5; }
.p-support-panel__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.p-support-panel__heading { font-size: 2rem; font-weight: 700; margin-bottom: 8px; color: #003d7a; }
.p-support-panel__sub { font-size: 1.3rem; color: #666; margin-bottom: 20px; }
.p-support-panel__search-box { display: flex; margin-bottom: 28px; }
.p-support-panel__search-input { flex: 1; height: 44px; border: 1px solid #B0C8EF; border-right: none; padding: 0 14px; font-size: 1.3rem; font-family: inherit; outline: none; border-radius: 0; }
.p-support-panel__search-btn { width: 44px; height: 44px; background: #005EB8; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.p-support-panel__search-btn:hover { background: #003d7a; }
.p-support-panel__channels { display: flex; flex-direction: column; gap: 14px; }
.p-support-channel { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: #fff; border: 1px solid #D0DFF5; text-decoration: none; color: #333; transition: border-color .2s, box-shadow .2s; }
.p-support-channel:hover { border-color: #005EB8; box-shadow: 0 2px 8px rgba(0,94,184,.1); color: #005EB8; }
.p-support-channel__icon { flex-shrink: 0; }
.p-support-channel strong { display: block; font-size: 1.4rem; font-weight: 700; margin-bottom: 2px; }
.p-support-channel span { font-size: 1.2rem; color: #777; display: block; }
.p-support-panel__right { display: flex; flex-direction: column; gap: 24px; }
.p-support-service { padding: 24px; background: #fff; border: 1px solid #D0DFF5; }
.p-support-service__icon { margin-bottom: 14px; }
.p-support-service h4 { font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; color: #333; }
.p-support-service p { font-size: 1.3rem; color: #666; line-height: 1.7; margin-bottom: 14px; }
.p-support-service a { font-size: 1.3rem; font-weight: 700; color: #005EB8; }

/* ??? ��Z�M �NER?LER? ??? */
.p-solutions { padding: 50px 0; background: #fff; }
.p-solutions__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.p-solutions__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.p-solutions__card { border: 1px solid #E6E6E6; overflow: hidden; transition: box-shadow .2s; }
.p-solutions__card:hover { box-shadow: 0 6px 20px rgba(0,94,184,.12); }
.p-solutions__card-body { padding: 18px; }
.p-solutions__label { font-size: 1.1rem; color: #005EB8; font-weight: 700; letter-spacing: .06rem; text-transform: uppercase; display: block; margin-bottom: 8px; }
.p-solutions__card-body h4 { font-size: 1.4rem; font-weight: 700; line-height: 1.4; margin-bottom: 12px; color: #333; }
.p-solutions__card-body a { font-size: 1.3rem; color: #005EB8; font-weight: 600; }

/* ????????????????????????????????????????????
   ??Z?M DETAY: ?LG?L? ?R?NLER
???????????????????????????????????????????? */
.p-coz-related { margin-top: 46px; }
.p-coz-related__title { font-size: 2rem; font-weight: 800; margin-bottom: 18px; }
.p-coz-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.p-coz-related__card { border: 1px solid #E6E6E6; background: #fff; transition: box-shadow .2s, border-color .2s; }
.p-coz-related__card:hover { border-color: #005EB8; box-shadow: 0 6px 20px rgba(0,94,184,.12); }
.p-coz-related__link { display: block; color: #333; }
.p-coz-related__img-wrap { height: 110px; background: #F5F5F5; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.p-coz-related__img-wrap img { max-height: 110px; object-fit: contain; }
.p-coz-related__body { padding: 12px 14px 14px; }
.p-coz-related__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.p-coz-related__code { font-size: 1.1rem; font-weight: 800; color: #005EB8; }
.p-coz-related__ext { font-size: 1.3rem; color: #999; }
.p-coz-related__name { font-size: 1.25rem; font-weight: 800; line-height: 1.35; margin-bottom: 6px; }
.p-coz-related__desc { font-size: 1.15rem; color: #666; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 54px; }

/* ??? RESPONSIVE G�NCEL ??? */
@media (max-width: 1000px) {
    .p-top-links__item { width: calc(50% - 16px); }
    .p-top-newproducts__grid { grid-template-columns: repeat(2, 1fr); }
    .p-solutions__grid { grid-template-columns: repeat(2, 1fr); }
    .p-download-center__grid { grid-template-columns: repeat(2, 1fr); }
    .p-coz-related__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .p-gnav-parent-list { display: none; }
    .elf-hamburger { display: flex; }
    .p-top-fv__slide:not(.p-top-fv__slide--banner) { height: 300px; }
    .p-top-fv__content { padding: 0 24px; }
    .p-top-fv__title { font-size: 2.4rem; }
    .p-top-search { padding: 16px; }
    .p-stickmenu { display: none; }
    .footer-grid { flex-direction: column; gap: 30px; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
    .p-section-header { flex-direction: column; align-items: flex-start; gap: 8px; }
    .p-support-panel__inner { grid-template-columns: 1fr; gap: 30px; }
    .p-quick-links__item { min-width: calc(33% - 1px); }
}
@media (max-width: 600px) {
    .p-top-links__item { width: 100%; margin: 0 0 10px; }
    .p-top-newproducts__grid { grid-template-columns: 1fr; }
    .p-solutions__grid { grid-template-columns: 1fr; }
    .p-download-center__grid { grid-template-columns: 1fr; }
    .p-quick-links__item { min-width: calc(50% - 1px); }
    .p-coz-related__grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   6. CATALOG & PRODUCT PAGES (Omron Style)
   ========================================================================== */

/* Breadcrumb */
.c-breadcrumb {
    padding: 15px 0;
    font-size: 1.2rem;
    color: #666;
}
.c-breadcrumb a {
    color: var(--color-primary);
    text-decoration: none;
}
.c-breadcrumb a:hover {
    text-decoration: underline;
}

/* Catalog Sidebar Layout */
.p-catalog-wrap {
    padding-top: 24px;
}
.p-catalog {
    margin-bottom: 60px;
}
.p-catalog__layout {
    display: flex;
    gap: 40px;
}
.p-catalog__sidebar {
    width: 250px;
    flex-shrink: 0;
}
.p-catalog__content {
    flex-grow: 1;
    min-width: 0;
}
.p-catalog__sidebar-title {
    font-size: 1.6rem;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 15px;
}
.p-catalog__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
}
.p-catalog__nav-item {
    border-bottom: 1px solid #eee;
}
.p-catalog__nav-item a {
    display: block;
    padding: 12px 10px;
    font-size: 1.4rem;
    color: #444;
    text-decoration: none;
    transition: background-color 0.2s;
}
.p-catalog__nav-item a:hover {
    background-color: #f5f8fc;
    color: var(--color-primary);
}
.p-catalog__nav-item.is-active a {
    background-color: #f5f8fc;
    color: var(--color-primary);
    font-weight: 700;
    border-left: 3px solid var(--color-primary);
}

.p-catalog__title {
    font-size: 2.8rem;
    font-weight: 300;
    color: #222;
    margin-bottom: 20px;
}
.p-catalog__description {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

.p-catalog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Sayfalama — ul.page-numbers (liste modu) ve .nav-links (the_posts_pagination) */
.c-pagination {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.c-pagination .navigation {
    width: 100%;
}

.c-pagination .nav-links,
.c-pagination > ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.c-pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.c-pagination a.page-numbers,
.c-pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    color: #444;
    background: #fff;
    border: 1px solid #d8dde4;
    border-radius: 6px;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.c-pagination a.page-numbers:hover,
.c-pagination a.page-numbers:focus {
    border-color: var(--color-primary);
    color: var(--color-primary);
    outline: none;
}

.c-pagination span.page-numbers.current {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    font-weight: 600;
}

/* Önceki / Sonraki — kısa kutu yerine yatay chip */
.c-pagination a.page-numbers.prev,
.c-pagination a.page-numbers.next,
.c-pagination span.page-numbers.prev,
.c-pagination span.page-numbers.next {
    min-width: auto;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 42px;
    padding: 10px 18px;
    white-space: nowrap;
}

.c-pagination span.page-numbers.dots {
    min-width: auto;
    width: auto;
    height: auto;
    min-height: auto;
    padding: 8px 4px;
    border: none;
    background: transparent;
    color: #6b7280;
    font-weight: 600;
    cursor: default;
}

.c-pagination span.page-numbers.prev,
.c-pagination span.page-numbers.next {
    opacity: 0.5;
    cursor: default;
}

@media (max-width: 480px) {
    .c-pagination .nav-links,
    .c-pagination > ul.page-numbers {
        gap: 6px;
    }
    .c-pagination a.page-numbers,
    .c-pagination span.page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 1.3rem;
        padding: 0 8px;
    }
    .c-pagination a.page-numbers.prev,
    .c-pagination a.page-numbers.next,
    .c-pagination span.page-numbers.prev,
    .c-pagination span.page-numbers.next {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 1.25rem;
    }
}

/* Product Detail (içerik Çözümler / Ürünler ile aynı max-width kolon) */
.p-product-detail-main .p-product-detail {
    margin-bottom: 0;
}
.p-product-detail__shell.p-coz-grid-section {
    padding-top: 32px;
    padding-bottom: 80px;
}
.p-product-detail {
    margin-bottom: 80px;
}
.p-product-detail__title {
    font-size: 3.2rem;
    color: var(--color-primary);
    margin-bottom: 5px;
}
.p-product-detail__code {
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 30px;
}
.p-product-detail__top {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}
.p-product-detail__gallery {
    width: 400px;
    flex-shrink: 0;
}
.p-product-detail__main-img {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #fff;
    text-align: center;
}
.p-product-detail__main-img img {
    max-width: 100%;
    height: auto;
}
.p-product-detail__summary {
    flex-grow: 1;
}
.p-product-detail__excerpt {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}
.p-product-detail__action {
    background: #f9f9f9;
    padding: 24px;
    border: 1px solid #e1e1e1;
    border-left: 4px solid var(--color-primary);
}

/* Product Tabs */
.p-product-detail__tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}
.p-product-detail__tab {
    padding: 15px 30px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -2px;
}
.p-product-detail__tab:hover {
    color: var(--color-primary);
}
.p-product-detail__tab.is-active {
    color: var(--color-primary);
    border-color: #ddd;
    border-bottom-color: #fff;
    background: #fff;
    border-top: 3px solid var(--color-primary);
}

.p-product-detail__tab-content {
    display: none;
    font-size: 1.5rem;
    color: #444;
    line-height: 1.8;
}
.p-product-detail__tab-content.is-active {
    display: block;
}

/* Content Formatter for XML imported HTML */
.s-content-formatter h2, .s-content-formatter h3 {
    color: var(--color-primary);
    margin-top: 30px;
    margin-bottom: 15px;
}
.s-content-formatter ul {
    margin-left: 20px;
}

/* Catalog Hierarchy Styles */
.p-catalog__subgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.p-catalog__subcard {
    border: 1px solid #e1e1e1;
    background: #fff;
    transition: all 0.3s ease;
}

.p-catalog__subcard:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: var(--color-primary);
}

.p-catalog__subcard-link {
    display: block;
    padding: 20px;
    text-decoration: none;
    text-align: center;
}

.p-catalog__subcard-img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.p-catalog__subcard-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.p-catalog__subcard-name {
    font-size: 1.5rem;
    color: #333;
    font-weight: 700;
    margin: 0;
}

/* Sidebar Hierarchy */
.p-catalog__sidebar-title {
    background: #f4f4f4;
    padding: 15px 20px;
    font-size: 1.8rem;
    color: var(--color-primary);
    border-left: 4px solid var(--color-primary);
    margin-bottom: 0;
}

.p-catalog__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    border-top: none;
}

.p-catalog__nav-item {
    border-bottom: 1px solid #eee;
}

.p-catalog__nav-item:last-child {
    border-bottom: none;
}

.p-catalog__nav-item > a {
    display: block;
    padding: 12px 20px;
    color: #444;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4rem;
    background: #fff;
}

.p-catalog__nav-item:hover > a {
    background: #f9f9f9;
    color: var(--color-primary);
}

.p-catalog__nav-item.is-current > a {
    color: var(--color-primary);
    font-weight: 700;
}

/* Sub-levels */
.p-catalog__nav-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fdfdfd;
}

.p-catalog__nav-sub-item a {
    display: block;
    padding: 10px 20px 10px 35px;
    font-size: 1.3rem;
    color: #666;
    text-decoration: none;
    position: relative;
}

.p-catalog__nav-sub-item a::before {
    content: "?";
    position: absolute;
    left: 20px;
    color: #ccc;
}

.p-catalog__nav-sub-item.is-active > a {
    color: var(--color-primary);
    font-weight: 700;
}

.p-catalog__nav-sub-child {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-catalog__nav-sub-child li a {
    padding-left: 50px;
    font-size: 1.2rem;
}

.p-catalog__grid.has-margin-top {
    margin-top: 60px;
    border-top: 2px solid #eee;
    padding-top: 40px;
}

@media (max-width: 768px) {
    .p-catalog__layout {
        flex-direction: column;
    }
    .p-catalog__sidebar {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-catalog__subgrid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.s-content-formatter p { margin-bottom: 15px; }
.s-content-formatter ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.s-content-formatter li { margin-bottom: 8px; }
.s-content-formatter table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.s-content-formatter table th, .s-content-formatter table td {
    border: 1px solid #ddd;
    padding: 10px;
}
.s-content-formatter table th { background: #f5f5f5; text-align: left; }

@media (max-width: 768px) {
    .p-catalog__layout { flex-direction: column; }
    .p-catalog__sidebar { width: 100%; }
    .p-product-detail__top { flex-direction: column; }
    .p-product-detail__gallery { width: 100%; }
    .p-product-detail__tabs { flex-wrap: wrap; }
    .p-product-detail__tab { flex: 1; text-align: center; }
}

/* ????????????????????????????????????????????
   PRODUCT PORTAL (Omron Japan Style)
   ============================================ */
.p-product-portal { padding: 40px 0 80px; }
/* Ürünler arşivi / sayfa: Çözümler ile aynı — arama şeridi tam genişlik, içerik 1280px; kategoriler p-coz-grid-section__inner */
.p-urunler-main.p-product-portal { padding-top: 0; padding-bottom: 80px; }
.p-product-portal__search-strip {
    background: #F5F5F5;
    border-bottom: 1px solid #E6E6E6;
    padding: 24px 0 28px;
}
.p-product-portal__search-strip .p-top-search.p-top-search--portal {
    background: transparent;
    padding: 0;
}
.p-product-portal__search-strip .p-top-search__inner--portal {
    max-width: none;
    margin: 0;
    width: 100%;
}
.p-product-portal__categories.p-coz-grid-section { padding-top: 48px; }
.p-product-portal__intro.p-coz-grid-section { padding-top: 32px; padding-bottom: 12px; }
.p-product-portal__header { margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
.p-product-portal__title { font-size: 3.2rem; font-weight: 300; color: #222; }

/* Product cards (taxonomy list) */
.c-product-card {
    border: 1px solid #E6E6E6;
    background: #fff;
    transition: all 0.25s ease;
}
.c-product-card:hover {
    border-color: #005EB8;
    box-shadow: 0 4px 12px rgba(0,94,184,0.10);
}
.c-product-card__link { display: block; text-decoration: none; color: inherit; height: 100%; }
.c-product-card__img-wrap {
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F7FA;
}
.c-product-card__img-wrap img {
    max-height: 160px;
    width: 100%;
    object-fit: contain;
}
.c-product-card__info { padding: 14px 14px 16px; }
.c-product-card__code { font-size: 1.2rem; color: #6b7280; margin-bottom: 6px; }
.c-product-card__title { font-size: 1.5rem; font-weight: 700; color: #1f2937; line-height: 1.35; margin: 0 0 8px; }
.c-product-card__excerpt { font-size: 1.3rem; color: #4b5563; margin: 0; }
.c-product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #005EB8;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 10px;
}

.p-product-portal__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.p-product-portal__card {
    border: 1px solid #E6E6E6;
    background: #fff;
    transition: all 0.3s ease;
}

.p-product-portal__card:hover {
    border-color: #005EB8;
    box-shadow: 0 4px 12px rgba(0,94,184,0.1);
}

.p-product-portal__card-link {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    height: 100%;
}

.p-product-portal__card-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
}

.p-product-portal__card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.p-product-portal__card-body {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-product-portal__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.p-product-portal__card-arrow {
    font-size: 2.2rem;
    color: #ccc;
    font-weight: 300;
}

.p-product-portal__card:hover .p-product-portal__card-title { color: #005EB8; }
.p-product-portal__card:hover .p-product-portal__card-arrow { color: #005EB8; transform: translateX(3px); }

/* Portal Banner Section */
.p-product-portal__footer-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    border-top: 1px solid #eee;
    padding-top: 50px;
}

.p-product-portal__banner-item {
    background: #f8f9fa;
    padding: 30px;
    border-left: 4px solid #005EB8;
}

.p-product-portal__banner-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.p-product-portal__banner-item p {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 20px;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .p-product-portal__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .p-product-portal__grid { grid-template-columns: 1fr; }
    .p-product-portal__footer-banner { grid-template-columns: 1fr; }
}



/* ===========================================================
   ??Z?MLER SAYFASI (Omron /solution/ Birebir T?rk?e Klon)
   page-cozumler.php
============================================================ */
.p-cozumler-page { background: #fff; }
.p-coz-hero { position: relative; background: linear-gradient(135deg, #003366 0%, #005EB8 60%, #0077cc 100%); color: #fff; padding: 80px 0 70px; overflow: hidden; display: flex; align-items: center; min-height: 340px; }
.p-coz-hero__inner { max-width: 1280px; margin: 0 auto; padding: 0 60px; position: relative; z-index: 2; flex: 1; }
.p-coz-hero__badge { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); color: #fff; font-size: 1.15rem; font-weight: 700; letter-spacing: .12rem; text-transform: uppercase; padding: 5px 16px; border-radius: 2px; margin-bottom: 20px; }
.p-coz-hero__title { font-size: 4.4rem; font-weight: 700; letter-spacing: -.05rem; margin-bottom: 16px; line-height: 1.1; color: #fff; }
.p-coz-hero__desc { font-size: 1.6rem; opacity: .88; max-width: 600px; line-height: 1.7; margin-bottom: 36px; }
.p-coz-hero__stats { display: flex; align-items: center; gap: 0; }
.p-coz-hero__stat { text-align: center; padding: 0 36px 0 0; }
.p-coz-hero__stat:first-child { padding-left: 0; }
.p-coz-hero__stat-num { display: block; font-size: 3rem; font-weight: 800; line-height: 1; color: #fff; }
.p-coz-hero__stat-label { font-size: 1.2rem; opacity: .75; margin-top: 4px; display: block; }
.p-coz-hero__stat-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.3); margin-right: 36px; }
.p-coz-hero__visual { position: absolute; right: 0; top: 0; width: 44%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.p-coz-hero__icon { width: 260px; height: 260px; opacity: .35; }
.p-coz-hero__orb { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%); }
.p-coz-hero__orb--1 { width: 400px; height: 400px; top: -100px; right: -80px; }
.p-coz-hero__orb--2 { width: 250px; height: 250px; bottom: -60px; right: 120px; }
.p-coz-hero__orb--3 { width: 140px; height: 140px; top: 40px; right: 280px; }
.p-coz-filter { background: #F7F9FC; border-bottom: 1px solid #E6E6E6; padding: 28px 0; position: sticky; top: 70px; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.p-coz-filter__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.p-coz-filter__header { display: flex; align-items: center; gap: 8px; font-size: 1.3rem; font-weight: 700; color: #555; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .06rem; }
.p-coz-filter__groups { display: flex; flex-direction: column; gap: 14px; }
.p-coz-filter__group { display: flex; align-items: flex-start; gap: 20px; }
.p-coz-filter__group-label { font-size: 1.2rem; font-weight: 700; color: #333; min-width: 110px; padding-top: 6px; text-transform: uppercase; letter-spacing: .04rem; }
.p-coz-filter__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.p-coz-filter__tag { padding: 5px 14px; border: 1px solid #D5DDE8; background: #fff; border-radius: 20px; font-size: 1.25rem; font-weight: 500; color: #555; cursor: pointer; transition: all .2s ease; font-family: inherit; white-space: nowrap; }
.p-coz-filter__tag:hover { border-color: #005EB8; color: #005EB8; background: #F0F6FF; }
.p-coz-filter__tag.is-active { background: #005EB8; border-color: #005EB8; color: #fff; font-weight: 700; }
.p-coz-filter__results { margin-top: 16px; font-size: 1.25rem; color: #777; display: flex; align-items: center; gap: 16px; }
.p-coz-filter__results span { font-weight: 700; color: #005EB8; }
.p-coz-filter__reset { display: none; align-items: center; gap: 4px; font-size: 1.2rem; color: #e53935; border: none; background: none; cursor: pointer; font-family: inherit; font-weight: 600; padding: 0; transition: opacity .2s; }
.p-coz-filter__reset:hover { opacity: .75; }
.p-coz-concept { background: #EDF4FF; border-top: 1px solid #CCDFF7; border-bottom: 1px solid #CCDFF7; padding: 28px 0; }
.p-coz-concept__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; gap: 24px; }
.p-coz-concept__icon { flex-shrink: 0; opacity: .9; }
.p-coz-concept__body { flex: 1; }
.p-coz-concept__title { font-size: 1.6rem; font-weight: 700; color: #003d7a; margin-bottom: 6px; }
.p-coz-concept__text { font-size: 1.35rem; color: #555; line-height: 1.6; }
.p-coz-concept__text strong { color: #005EB8; }
.p-coz-concept__btn { display: inline-block; white-space: nowrap; padding: 10px 22px; background: #005EB8; color: #fff; font-size: 1.3rem; font-weight: 700; border-radius: 2px; transition: background .2s; flex-shrink: 0; }
.p-coz-concept__btn:hover { background: #004a94; color: #fff; }
.p-coz-grid-section { padding: 60px 0 40px; background: #fff; }
.p-coz-grid-section__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
/* Statik / içerik sayfaları — Ürünler & Çözümler ile aynı iç genişlik (1280 + yan padding) */
.p-coz-grid-section.p-coz-grid-section--static-page { padding: 28px 0 56px; }
.p-coz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.p-coz-card { border: 1px solid #E6ECF4; background: #fff; display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease, border-color .25s; opacity: 0; transform: translateY(20px); }
.p-coz-card.is-animated { opacity: 1; transform: translateY(0); transition: opacity .5s ease, transform .5s ease, box-shadow .25s, border-color .25s; }
.p-coz-card:hover { box-shadow: 0 8px 30px rgba(0,94,184,.14); border-color: #005EB8; transform: translateY(-3px); }
.p-coz-card__visual { height: 180px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.p-coz-card__visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.15) 100%); }
.p-coz-card__img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.p-coz-card__svg-icon { position: relative; z-index: 1; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2)); }
.p-coz-card__category-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: rgba(255,255,255,0.22); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 1.05rem; font-weight: 700; letter-spacing: .06rem; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; }
.p-coz-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.p-coz-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.p-coz-card__industry { display: flex; align-items: center; gap: 4px; font-size: 1.1rem; color: #005EB8; font-weight: 700; }
.p-coz-card__process { font-size: 1.1rem; color: #888; border-left: 1px solid #E6E6E6; padding-left: 10px; }
.p-coz-card__title { font-size: 1.55rem; font-weight: 700; line-height: 1.4; margin-bottom: 10px; color: #1a2535; }
.p-coz-card__title a { color: inherit; }
.p-coz-card:hover .p-coz-card__title a { color: #005EB8; }
.p-coz-card__desc { font-size: 1.3rem; color: #666; line-height: 1.65; margin-bottom: 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.p-coz-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.p-coz-card__tag { font-size: 1.1rem; color: #4e6d8c; background: #EDF4FF; border-radius: 2px; padding: 3px 9px; font-weight: 600; transition: background .2s, color .2s; }
.p-coz-card:hover .p-coz-card__tag { background: #D6E8FF; color: #003d7a; }
.p-coz-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 1.3rem; font-weight: 700; color: #005EB8; border: 1px solid #005EB8; padding: 8px 18px; border-radius: 2px; transition: background .2s, color .2s; margin-top: auto; align-self: flex-start; }
.p-coz-card__link:hover { background: #005EB8; color: #fff; }
.p-coz-card__link svg { transition: transform .2s; }
.p-coz-card__link:hover svg { transform: translateX(3px); }
.p-coz-no-results { flex-direction: column; align-items: center; justify-content: center; padding: 80px 20px; color: #aaa; font-size: 1.5rem; gap: 16px; text-align: center; }
.p-coz-no-results button { padding: 10px 28px; background: #005EB8; color: #fff; border: none; border-radius: 2px; font-size: 1.3rem; font-weight: 700; cursor: pointer; font-family: inherit; }
.p-coz-cta-banner { background: linear-gradient(to right, #F0F5FF 0%, #EDF4FF 100%); border-top: 1px solid #D0DFF5; padding: 60px 0; margin-top: 20px; }
.p-coz-cta-banner__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.p-coz-cta-item { display: flex; gap: 20px; background: #fff; border: 1px solid #CCDFF7; padding: 28px 24px; border-radius: 2px; transition: box-shadow .2s, border-color .2s; }
.p-coz-cta-item:hover { box-shadow: 0 4px 20px rgba(0,94,184,.1); border-color: #005EB8; }
.p-coz-cta-item__icon { flex-shrink: 0; margin-top: 2px; }
.p-coz-cta-item__body h3 { font-size: 1.5rem; font-weight: 700; color: #1a2535; margin-bottom: 8px; }
.p-coz-cta-item__body p { font-size: 1.3rem; color: #666; line-height: 1.6; margin-bottom: 16px; }
.p-coz-cta-item__btn { display: inline-flex; align-items: center; font-size: 1.3rem; font-weight: 700; color: #005EB8; }
.p-coz-cta-item__btn:hover { color: #003d7a; }
@media (max-width: 1100px) { .p-coz-grid { grid-template-columns: repeat(2, 1fr); } .p-coz-cta-banner__inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .p-coz-hero { padding: 60px 0 50px; } .p-coz-hero__inner { padding: 0 30px; } .p-coz-hero__visual { display: none; } .p-coz-hero__title { font-size: 3.2rem; } .p-coz-filter { position: static; } .p-coz-filter__inner { padding: 0 20px; } .p-coz-filter__group { flex-direction: column; gap: 8px; } .p-coz-concept__inner { flex-direction: column; text-align: center; gap: 16px; } .p-coz-grid-section__inner { padding: 0 20px; } }
@media (max-width: 640px) { .p-coz-grid { grid-template-columns: 1fr; } .p-coz-cta-banner__inner { grid-template-columns: 1fr; } .p-coz-hero__stat { padding: 0 20px 0 0; margin-bottom: 12px; } .p-coz-hero__stat-divider { display: none; } .p-coz-cta-item { flex-direction: column; gap: 12px; } }

/* Arama sonuçları (search.php) — ürün: p-catalog__grid + c-product-card */
.p-search-page__section { padding-top: 28px; padding-bottom: 72px; }
.p-search-page__title { font-size: 2.6rem; font-weight: 800; color: #0f2744; margin-bottom: 6px; letter-spacing: -0.02em; }
.p-search-page__query { font-size: 1.45rem; color: #64748b; margin-bottom: 28px; }
.p-search-page__grid { margin-bottom: 32px; }
.p-search-results--generic { display: flex; flex-direction: column; gap: 14px; }
.p-search-card--generic {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    transition: box-shadow .2s, border-color .2s;
}
.p-search-card--generic:hover { border-color: #b8d4f0; box-shadow: 0 6px 28px rgba(0, 94, 184, 0.08); }
.p-search-card__link--generic {
    display: block;
    padding: 16px 18px;
    text-decoration: none;
    color: inherit;
}
.p-search-card__body { min-width: 0; }
.p-search-card__name { font-size: 1.65rem; font-weight: 800; color: #1a2535; margin: 0 0 8px; line-height: 1.3; }
.p-search-card__excerpt { font-size: 1.35rem; color: #64748b; line-height: 1.55; margin: 0; }
.p-search-page__pagination { margin-top: 28px; }

/* Laravel pagination */
.pagination { display:flex; gap:8px; margin-top:24px; flex-wrap:wrap; font-size:1.3rem; }
.pagination a, .pagination span { padding:6px 10px; border:1px solid #E6E6E6; background:#fff; }
.pagination .active span { background:#005EB8; color:#fff; border-color:#005EB8; }
.prose { font-size:1.4rem; line-height:1.7; max-width:72ch; }
.prose img { margin:1rem 0; }
.content-panel { background:#fff; border:1px solid #E6E6E6; padding:24px; }
.page-hero-bar { background:#005EB8; color:#fff; padding:36px 0 32px; }
.page-hero-bar h1 { color:#fff; font-size:2.8rem; margin:0; }
.page-hero-bar p { color:rgba(255,255,255,.9); margin-top:8px; font-size:1.4rem; }
.doc-list { list-style:none; margin:16px 0 0; padding:0; }
.doc-list li { display:flex; justify-content:space-between; gap:12px; padding:12px 0; border-bottom:1px solid #E6E6E6; font-size:1.3rem; }
/* ═══════════════════════════════════════════════════════════
   SHARED HERO (Solutions + Products)
════════════════════════════════════════════════════════════ */
.p-coz-hero {
    position: relative;
    background: linear-gradient(135deg, #003366 0%, #005EB8 60%, #0077cc 100%);
    color: #fff;
    padding: 80px 0 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 340px;
}
.p-coz-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 2;
    flex: 1;
}
.p-coz-hero__badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .12rem;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.p-coz-hero__title {
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    margin-bottom: 16px;
    line-height: 1.1;
    color: #fff;
}
.p-coz-hero__desc {
    font-size: 1.6rem;
    opacity: .88;
    max-width: 720px;
    line-height: 1.7;
    margin-bottom: 36px;
}
.p-coz-hero__stats { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.p-coz-hero__stat { text-align: center; padding: 0 36px 0 0; }
.p-coz-hero__stat:first-child { padding-left: 0; }
.p-coz-hero__stat-num { display: block; font-size: 3rem; font-weight: 800; line-height: 1; color: #fff; }
.p-coz-hero__stat-label { font-size: 1.2rem; opacity: .75; margin-top: 4px; display: block; }
.p-coz-hero__stat-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.3); margin-right: 36px; }
.p-coz-hero__visual {
    position: absolute; right: 0; top: 0;
    width: 44%; height: 100%;
    z-index: 1;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.p-coz-hero__icon { width: 260px; height: 260px; opacity: .35; }
.p-coz-hero__orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
}
.p-coz-hero__orb--1 { width: 400px; height: 400px; top: -100px; right: -80px; }
.p-coz-hero__orb--2 { width: 250px; height: 250px; bottom: -60px; right: 120px; }
.p-coz-hero__orb--3 { width: 140px; height: 140px; top: 40px; right: 280px; }

@media (max-width: 900px) {
  .p-coz-hero { padding: 58px 0 46px; min-height: 300px; }
  .p-coz-hero__inner { padding: 0 24px; }
  .p-coz-hero__visual { width: 52%; opacity: .75; }
  .p-coz-hero__title { font-size: 3.4rem; }
}
@media (max-width: 600px) {
  .p-coz-hero__visual { display: none; }
  .p-coz-hero__title { font-size: 3.0rem; }
  .p-coz-hero__desc { font-size: 1.4rem; }
  .p-coz-hero__stat-num { font-size: 2.4rem; }
  .p-coz-hero__stat-divider { display: none; }
}


/* Download Center (Omron-like) */
.p-download-page { background: #fff; }
.p-dl-hero { margin-bottom: 0; }

.p-dl-wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.p-dl-breadcrumb { padding: 16px 0; font-size: 1.2rem; color: #666; }
.p-dl-breadcrumb a { color: #005EB8; }
.p-dl-title { font-size: 2.8rem; font-weight: 800; margin: 10px 0 18px; }

/* —— Modern arama —— */
.p-dl-panel {
  background: linear-gradient(145deg, #ffffff 0%, #f4f8fd 100%);
  border: 1px solid #d8e4f2;
  border-radius: 16px;
  padding: 22px 24px 20px;
  margin: 22px 0 32px;
  box-shadow: 0 10px 40px rgba(0, 59, 122, 0.08), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
/* SSS ve diğer sayfalar (eski düzen) */
.p-dl-panel__row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.p-dl-panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.p-dl-panel__head-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #005EB8, #0077cc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.p-dl-panel__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f2744;
  letter-spacing: -0.02em;
}
.p-dl-panel__subtitle {
  font-size: 1.2rem;
  color: #64748b;
  margin-top: 2px;
}

.p-dl-search {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-dl-search__field {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.p-dl-search__field:focus-within {
  border-color: #005EB8;
  box-shadow: 0 0 0 4px rgba(0, 94, 184, 0.12);
}
.p-dl-search__leading {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-width: 0;
}
.p-dl-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  flex-shrink: 0;
  color: #94a3b8;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
}
.p-dl-input {
  flex: 1;
  min-width: 0;
  height: 52px;
  border: none;
  padding: 0 16px;
  font-size: 1.45rem;
  outline: none;
  background: #fff;
  color: #1e293b;
  font-family: inherit;
}
.p-dl-input::placeholder {
  color: #94a3b8;
}
.p-dl-btn {
  height: auto;
  align-self: stretch;
  min-height: 52px;
  padding: 0 28px;
  border: none;
  background: linear-gradient(180deg, #0066cc 0%, #005EB8 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.35rem;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: filter 0.2s, transform 0.15s;
  white-space: nowrap;
}
.p-dl-btn:hover {
  filter: brightness(1.06);
}
.p-dl-btn:active {
  transform: scale(0.98);
}
.p-dl-hint {
  margin-top: 12px;
  color: #64748b;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 2px;
}

.p-dl-results { margin: 10px 0 60px; }
.p-dl-results__head { display:flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 18px; }
.p-dl-results__count { font-size: 1.3rem; color:#475569; }
.p-dl-results__count strong { color:#005EB8; }

/* Tablo (ürün listesi) */
.p-dl-table { width:100%; border-collapse: collapse; border:1px solid #E6E6E6; border-radius: 8px; overflow: hidden; }
.p-dl-table th, .p-dl-table td { padding: 12px 12px; border-bottom:1px solid #E6E6E6; vertical-align: top; }
.p-dl-table th { background:#f8fafc; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .06rem; color:#64748b; font-weight: 700; }
.p-dl-doc-title { font-weight: 800; color:#1a2535; margin-bottom: 4px; }
.p-dl-doc-meta { font-size: 1.15rem; color:#777; word-break: break-all; }
.p-dl-doc-actions a { display:inline-flex; align-items:center; gap:6px; color:#005EB8; font-weight: 800; }
.p-dl-doc-actions a:hover { text-decoration: underline; }
.p-dl-pill { display:inline-block; padding: 3px 10px; border:1px solid #D5DDE8; border-radius: 999px; font-size: 1.1rem; background:#fff; color:#555; }

@media (max-width: 768px) {
  .p-dl-wrap { padding: 0 20px; }
  .p-dl-search__field {
    flex-direction: column;
  }
  .p-dl-search__leading {
    border-bottom: 1px solid #e2e8f0;
  }
  .p-dl-search__icon {
    width: 48px;
  }
  .p-dl-btn {
    width: 100%;
    min-height: 48px;
  }
  .p-dl-table th:nth-child(2), .p-dl-table td:nth-child(2) { display:none; }
}

/* ═══════════════════════════════════════════════════════════
   ÇÖZÜMLER SAYFASI (Omron /solution/ Birebir Türkçe Klon)
   page-cozumler.php
════════════════════════════════════════════════════════════ */
.p-cozumler-page { background: #fff; }

/* ─── HERO ─── */
.p-coz-hero {
    position: relative;
    background: linear-gradient(135deg, #003366 0%, #005EB8 60%, #0077cc 100%);
    color: #fff;
    padding: 80px 0 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 340px;
}
.p-coz-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 2;
    flex: 1;
}
.p-coz-hero__badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .12rem;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.p-coz-hero__title {
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    margin-bottom: 16px;
    line-height: 1.1;
    color: #fff;
}
.p-coz-hero__desc {
    font-size: 1.6rem;
    opacity: .88;
    max-width: 600px;
    line-height: 1.7;
    margin-bottom: 36px;
}
.p-coz-hero__stats { display: flex; align-items: center; gap: 0; }
.p-coz-hero__stat { text-align: center; padding: 0 36px 0 0; }
.p-coz-hero__stat:first-child { padding-left: 0; }
.p-coz-hero__stat-num { display: block; font-size: 3rem; font-weight: 800; line-height: 1; color: #fff; }
.p-coz-hero__stat-label { font-size: 1.2rem; opacity: .75; margin-top: 4px; display: block; }
.p-coz-hero__stat-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.3); margin-right: 36px; }
.p-coz-hero__visual {
    position: absolute; right: 0; top: 0;
    width: 44%; height: 100%;
    z-index: 1;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.p-coz-hero__icon { width: 260px; height: 260px; opacity: .35; }
.p-coz-hero__orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
}
.p-coz-hero__orb--1 { width: 400px; height: 400px; top: -100px; right: -80px; }
.p-coz-hero__orb--2 { width: 250px; height: 250px; bottom: -60px; right: 120px; }
.p-coz-hero__orb--3 { width: 140px; height: 140px; top: 40px; right: 280px; }

/* ─── FİLTRE ─── */
.p-coz-filter {
    background: #F7F9FC;
    border-bottom: 1px solid #E6E6E6;
    padding: 28px 0;
    position: sticky;
    top: 70px;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.p-coz-filter__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.p-coz-filter__header {
    display: flex; align-items: center; gap: 8px;
    font-size: 1.3rem; font-weight: 700; color: #555;
    margin-bottom: 18px;
    text-transform: uppercase; letter-spacing: .06rem;
}
.p-coz-filter__groups { display: flex; flex-direction: column; gap: 14px; }
.p-coz-filter__group { display: flex; align-items: flex-start; gap: 20px; }
.p-coz-filter__group-label {
    font-size: 1.2rem; font-weight: 700; color: #333;
    min-width: 110px; padding-top: 6px;
    text-transform: uppercase; letter-spacing: .04rem;
}
.p-coz-filter__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.p-coz-filter__tag {
    padding: 5px 14px;
    border: 1px solid #D5DDE8;
    background: #fff;
    border-radius: 20px;
    font-size: 1.25rem; font-weight: 500; color: #555;
    cursor: pointer;
    transition: all .2s ease;
    font-family: inherit; white-space: nowrap;
}
.p-coz-filter__tag:hover { border-color: #005EB8; color: #005EB8; background: #F0F6FF; }
.p-coz-filter__tag.is-active { background: #005EB8; border-color: #005EB8; color: #fff; font-weight: 700; }
.p-coz-filter__results { margin-top: 16px; font-size: 1.25rem; color: #777; display: flex; align-items: center; gap: 16px; }
.p-coz-filter__results span { font-weight: 700; color: #005EB8; }
.p-coz-filter__reset {
    display: none; align-items: center; gap: 4px;
    font-size: 1.2rem; color: #e53935;
    border: none; background: none; cursor: pointer;
    font-family: inherit; font-weight: 600; padding: 0;
    transition: opacity .2s;
}
.p-coz-filter__reset:hover { opacity: .75; }

/* ─── KONSEPT BANNER ─── */
.p-coz-concept {
    background: #EDF4FF;
    border-top: 1px solid #CCDFF7;
    border-bottom: 1px solid #CCDFF7;
    padding: 28px 0;
}
.p-coz-concept__inner {
    max-width: 1280px; margin: 0 auto; padding: 0 40px;
    display: flex; align-items: center; gap: 24px;
}
.p-coz-concept__icon { flex-shrink: 0; opacity: .9; }
.p-coz-concept__body { flex: 1; }
.p-coz-concept__title { font-size: 1.6rem; font-weight: 700; color: #003d7a; margin-bottom: 6px; }
.p-coz-concept__text { font-size: 1.35rem; color: #555; line-height: 1.6; }
.p-coz-concept__text strong { color: #005EB8; }
.p-coz-concept__btn {
    display: inline-block; white-space: nowrap;
    padding: 10px 22px; background: #005EB8; color: #fff;
    font-size: 1.3rem; font-weight: 700; border-radius: 2px;
    transition: background .2s; flex-shrink: 0;
}
.p-coz-concept__btn:hover { background: #004a94; color: #fff; }

/* ─── ÇÖZÜM KARTLARI GRİD ─── */
.p-coz-grid-section { padding: 60px 0 40px; background: #fff; }
.p-coz-grid-section__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.p-coz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ─── KART ─── */
.p-coz-card {
    border: 1px solid #E6ECF4; background: #fff;
    display: flex; flex-direction: column;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s;
    opacity: 0; transform: translateY(20px);
}
.p-coz-card.is-animated {
    opacity: 1; transform: translateY(0);
    transition: opacity .5s ease, transform .5s ease, box-shadow .25s, border-color .25s;
}
.p-coz-card:hover {
    box-shadow: 0 8px 30px rgba(0,94,184,.14);
    border-color: #005EB8;
    transform: translateY(-3px);
}
.p-coz-card__visual {
    height: 180px;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.p-coz-card__visual::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.15) 100%);
}
.p-coz-card__img {
    width: 100%; height: 100%;
    object-fit: cover; position: absolute; inset: 0;
}
.p-coz-card__svg-icon {
    position: relative; z-index: 1;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}
.p-coz-card__category-badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    background: rgba(255,255,255,0.22);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff; font-size: 1.05rem; font-weight: 700;
    letter-spacing: .06rem; text-transform: uppercase;
    padding: 4px 10px; border-radius: 2px;
}
.p-coz-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.p-coz-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.p-coz-card__industry { display: flex; align-items: center; gap: 4px; font-size: 1.1rem; color: #005EB8; font-weight: 700; }
.p-coz-card__process { font-size: 1.1rem; color: #888; border-left: 1px solid #E6E6E6; padding-left: 10px; }
.p-coz-card__title { font-size: 1.55rem; font-weight: 700; line-height: 1.4; margin-bottom: 10px; color: #1a2535; }
.p-coz-card__title a { color: inherit; }
.p-coz-card:hover .p-coz-card__title a { color: #005EB8; }
.p-coz-card__desc {
    font-size: 1.3rem; color: #666; line-height: 1.65;
    margin-bottom: 14px; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; overflow: hidden;
}
.p-coz-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.p-coz-card__tag {
    font-size: 1.1rem; color: #4e6d8c; background: #EDF4FF;
    border-radius: 2px; padding: 3px 9px; font-weight: 600;
    transition: background .2s, color .2s;
}
.p-coz-card:hover .p-coz-card__tag { background: #D6E8FF; color: #003d7a; }
.p-coz-card__link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 1.3rem; font-weight: 700; color: #005EB8;
    border: 1px solid #005EB8; padding: 8px 18px; border-radius: 2px;
    transition: background .2s, color .2s;
    margin-top: auto; align-self: flex-start;
}
.p-coz-card__link:hover { background: #005EB8; color: #fff; }
.p-coz-card__link svg { transition: transform .2s; }
.p-coz-card__link:hover svg { transform: translateX(3px); }

/* Sonuç yok */
.p-coz-no-results {
    flex-direction: column; align-items: center;
    justify-content: center; padding: 80px 20px;
    color: #aaa; font-size: 1.5rem; gap: 16px; text-align: center;
}
.p-coz-no-results button {
    padding: 10px 28px; background: #005EB8; color: #fff;
    border: none; border-radius: 2px;
    font-size: 1.3rem; font-weight: 700;
    cursor: pointer; font-family: inherit;
}

/* ─── CTA BANNER ─── */
.p-coz-cta-banner {
    background: linear-gradient(to right, #F0F5FF 0%, #EDF4FF 100%);
    border-top: 1px solid #D0DFF5;
    padding: 60px 0; margin-top: 20px;
}
.p-coz-cta-banner__inner {
    max-width: 1280px; margin: 0 auto; padding: 0 40px;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.p-coz-cta-item {
    display: flex; gap: 20px;
    background: #fff; border: 1px solid #CCDFF7;
    padding: 28px 24px; border-radius: 2px;
    transition: box-shadow .2s, border-color .2s;
}
.p-coz-cta-item:hover { box-shadow: 0 4px 20px rgba(0,94,184,.1); border-color: #005EB8; }
.p-coz-cta-item__icon { flex-shrink: 0; margin-top: 2px; }
.p-coz-cta-item__body h3 { font-size: 1.5rem; font-weight: 700; color: #1a2535; margin-bottom: 8px; }
.p-coz-cta-item__body p { font-size: 1.3rem; color: #666; line-height: 1.6; margin-bottom: 16px; }
.p-coz-cta-item__btn { display: inline-flex; align-items: center; font-size: 1.3rem; font-weight: 700; color: #005EB8; }
.p-coz-cta-item__btn:hover { color: #003d7a; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
    .p-coz-grid { grid-template-columns: repeat(2, 1fr); }
    .p-coz-cta-banner__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    .p-coz-hero { padding: 60px 0 50px; }
    .p-coz-hero__inner { padding: 0 30px; }
    .p-coz-hero__visual { display: none; }
    .p-coz-hero__title { font-size: 3.2rem; }
    .p-coz-filter { position: static; }
    .p-coz-filter__inner { padding: 0 20px; }
    .p-coz-filter__group { flex-direction: column; gap: 8px; }
    .p-coz-filter__group-label { min-width: auto; }
    .p-coz-concept__inner { flex-direction: column; text-align: center; gap: 16px; }
    .p-coz-grid-section__inner { padding: 0 20px; }
}
@media (max-width: 640px) {
    .p-coz-grid { grid-template-columns: 1fr; }
    .p-coz-cta-banner__inner { grid-template-columns: 1fr; }
    .p-coz-hero__stats { flex-wrap: wrap; }
    .p-coz-hero__stat { padding: 0 20px 0 0; margin-bottom: 12px; }
    .p-coz-hero__stat-divider { display: none; }
    .p-coz-cta-item { flex-direction: column; gap: 12px; }
}

/**
 * Kurumsal / statik sayfalar — Omron FA tarzı endüstriyel düzen (orijinal CSS, marka renkleri).
 * @package elf-custom
 */

.elf-sp {
  margin-bottom: 2.4rem;
}

.elf-sp-lead {
  font-size: 1.55rem;
  line-height: 1.75;
  color: #374151;
  margin: 0 0 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #005eb8;
}

.elf-sp-h2 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #0f172a;
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #e5e7eb;
}

.elf-sp-h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.5rem;
}

.elf-sp-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .elf-sp-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
  .elf-sp-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.elf-sp-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.elf-sp-card--contact {
  background: linear-gradient(145deg, #f0f7ff 0%, #ffffff 100%);
  border-color: #bfdbfe;
}

.elf-sp-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.65;
}

.elf-sp-contact li {
  margin-bottom: 1rem;
}

.elf-sp-contact a {
  color: #005eb8;
  text-decoration: none;
  font-weight: 600;
}

.elf-sp-contact a:hover {
  text-decoration: underline;
}

.elf-sp-tile {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 1.5rem;
  text-align: center;
}

.elf-sp-tile p {
  font-size: 1.3rem;
  color: #64748b;
  margin: 0 0 1rem;
}

.elf-sp-links {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .elf-sp-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

.elf-sp-links a {
  display: block;
  padding: 0.65rem 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  color: #005eb8;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.35rem;
}

.elf-sp-links a:hover {
  border-color: #005eb8;
  background: #f0f7ff;
}

.elf-sp-btn {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #005eb8;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.35rem;
}

.elf-sp-btn:hover {
  background: #004494;
  color: #fff !important;
}

.elf-sp-btn--sm {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

.elf-sp-note {
  font-size: 1.2rem;
  color: #6b7280;
  margin-top: 1rem;
}

/* Teknik destek hub — genişlik: .p-coz-grid-section__inner (1280px) ile hizalı */
.p-elf-support-hub__grid {
  display: grid;
  gap: 1.25rem;
  padding: 0 0 24px;
}

@media (min-width: 720px) {
  .p-elf-support-hub__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .p-elf-support-hub__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-elf-support-hub__card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 1.5rem 1.25rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  min-height: 120px;
}

.p-elf-support-hub__card:hover {
  border-color: #005eb8;
  box-shadow: 0 8px 24px rgba(0, 94, 184, 0.08);
}

.p-elf-support-hub__label {
  font-size: 1.15rem;
  font-weight: 700;
  color: #005eb8;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

.p-elf-support-hub__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.5rem;
}

.p-elf-support-hub__desc {
  font-size: 1.25rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}


/* Buttons + catalog grid (parity) */
.c-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 18px; font-size:1.35rem; font-weight:700; border:none; cursor:pointer; text-decoration:none; border-radius:2px; transition:background .2s; }
.c-btn--primary { background:#005EB8; color:#fff; }
.c-btn--primary:hover { background:#004a94; color:#fff; }
.c-btn--large { padding:14px 28px; font-size:1.45rem; }
.p-catalog__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.p-catalog__grid.has-margin-top { margin-top:36px; }
.p-catalog__title { font-size:2.8rem; font-weight:300; color:#222; margin-bottom:16px; }
.p-catalog__description { font-size:1.4rem; color:#555; margin-bottom:24px; line-height:1.7; }
.p-catalog__empty { font-size:1.4rem; color:#666; padding:24px; background:#F5F5F5; }
@media (max-width:1000px){ .p-catalog__grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .p-catalog__grid { grid-template-columns:1fr; } }
/* Brand logo — compact */
.l-gnav__logo-link { display:flex; align-items:center; line-height:0; }
.l-gnav__logo-img { display:block; height:28px; width:auto; max-width:160px; object-fit:contain; opacity:.96; }
.footer-brand { margin-bottom:28px; max-width:420px; }
.footer-brand__link { display:inline-block; line-height:0; }
.footer-brand__logo { display:block; height:42px; width:auto; max-width:220px; object-fit:contain; opacity:.95; }
.footer-brand__tag { margin-top:12px; font-size:1.2rem; color:#666; line-height:1.55; }
.footer-brand__contact { list-style:none; margin:12px 0 0; padding:0; font-size:1.2rem; color:#555; line-height:1.7; }
.footer-brand__contact a { color:#005EB8; }
.footer-brand__contact a:hover { text-decoration:underline; }
@media (max-width:768px) {
  .l-gnav__logo-img { height:24px; }
  .footer-brand__logo { height:36px; }
}

.p-contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.p-contact-card { background:#fff; border:1px solid #E6E6E6; padding:22px 20px; }
.p-contact-card h3 { font-size:1.4rem; font-weight:700; color:#005EB8; margin:0 0 10px; border-left:3px solid #005EB8; padding-left:10px; }
.p-contact-card p { font-size:1.35rem; color:#444; line-height:1.65; margin:0; }
.p-contact-card a { color:#005EB8; }
.p-contact-map__title { font-size:1.4rem; font-weight:700; color:#005EB8; margin:0 0 10px; }
@media (max-width:900px){ .p-contact-grid { grid-template-columns:1fr; } }