/* =========================================================
   Berksan Plastik — Ağır Sanayi / Holding Tasarım Sistemi
   Lacivert hakim · kurumsal turkuvaz aksan · veri & fotoğraf ağırlıklı
   ========================================================= */

/* ---------- 0. Self-host Roboto (variable, 400–900) — Google Fonts'tan
   bağımsız; yurt dışı font aktarımı YOK (KVKK), render-blocking dış istek YOK.
   Tek variable woff2 tüm ağırlıkları (600/800 dahil doğru) kapsar. ---------- */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url(../fonts/roboto-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url(../fonts/roboto-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- 1. Token'lar ---------- */
:root {
	/* Kurumsal lacivert palet (ana renk) + ölçülü turkuvaz aksan */
	--navy-900: #0A1F38;   /* en koyu — footer / derin bölümler */
	--navy: #123C6B;       /* ANA kurumsal lacivert */
	--navy-800: #0E2E52;   /* koyu lacivert */
	--navy-700: #1B4E86;   /* açık lacivert — hover/vurgu */
	--teal: #16B6B6;       /* turkuvaz aksan (gövde) */
	--teal-500: #0E9C9C;
	--teal-300: #6FD6D6;
	--teal-700: #0A7E7E;   /* beyaz zeminde okunabilir teal (link/aksan, WCAG AA ~4.9:1) */
	--blue: #2E7DE0;       /* kurumsal canlı mavi (çerçeve aksanı) */
	--blue-600: #1F62B8;   /* canlı mavi — hover */
	--blue-300: #7FB0F0;   /* canlı mavi — koyu zemin üzeri açık ton */
	--eco: #2FBE6E;        /* sürdürülebilirlik yeşili */
	--ink: #1B2733;        /* ana metin */
	--muted: #5E6E7C;      /* ikincil metin */
	--muted-d: #9FB1BF;    /* koyu zeminde ikincil metin */
	--line: #E3E9EF;       /* ince çizgi/sınır */
	--line-d: rgba(255,255,255,.14);
	--bg: #FFFFFF;
	--bg-alt: #F4F7FA;     /* serin gri-mavi zemin */

	--f-head: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--f-body: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--container: 1380px;
	--narrow: 860px;
	--radius: 6px;
	--radius-sm: 4px;
	--shadow-sm: 0 4px 18px rgba(10,42,67,.07);
	--shadow: 0 22px 55px rgba(10,42,67,.13);
	--ease: cubic-bezier(.22,1,.36,1);
	--section: clamp(4.5rem, 8.5vw, 8rem);
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.7; color: var(--ink); background: var(--bg); overflow-x: hidden; }
img, svg, video { max-width: 100%; height: auto; display: block; }
picture { display: contents; } /* webp <picture> sarmalayıcısı layout'a karışmasın — img doğrudan çocukmuş gibi davranır */
a { color: var(--teal-700); text-decoration: none; transition: color .25s; }
a:hover { color: var(--navy); }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--f-head); font-weight: 700; line-height: 1.16; color: var(--navy); margin: 0 0 .5em; letter-spacing: -.01em; }
p { margin: 0 0 1rem; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 2000; background: #fff; padding: .6rem 1rem; }

/* ---------- 3. Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }
.container--narrow { max-width: var(--narrow); }
.section { padding-block: var(--section); position: relative; }
.section--compact { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--alt { background: var(--bg-alt); }
.section--navy { background: var(--navy); color: var(--muted-d); }
.section--deep { background: var(--navy-900); color: var(--muted-d); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--deep h1, .section--deep h2, .section--deep h3 { color: #fff; }
.section--center { text-align: center; }

/* Overline (üst etiket) */
/* .overline bileşeni kaldırıldı — kullanımı YASAK (her durumda gizli). */
.overline { display: none !important; }

/* Editoryal bölüm başlığı: 01 — başlık + açıklama */
.sec-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem 3.5rem; align-items: end; padding-top: 2.2rem; border-top: 1px solid var(--line); margin-bottom: 3.75rem; }
.section--navy .sec-head, .section--deep .sec-head { border-top-color: var(--line-d); }
.sec-head__index { font-family: var(--f-head); font-weight: 600; font-size: .92rem; letter-spacing: .04em; color: var(--teal-700); margin-bottom: .8rem; }
.section--navy .sec-head__index, .section--deep .sec-head__index { color: var(--teal-300); }
.sec-head__title { font-size: clamp(1.9rem, 4vw, 3rem); margin: 0; }
.sec-head__lead { color: var(--muted); font-size: 1.05rem; padding-bottom: .5rem; }
.section--navy .sec-head__lead, .section--deep .sec-head__lead { color: var(--muted-d); }

/* Sade ortalı bölüm başlığı */
.shead { text-align: center; max-width: 700px; margin: 0 auto 3rem; }
.shead__title { font-size: clamp(1.2rem, 2vw, 1.6rem); margin: 0 0 .6rem; }
.shead__lead { color: var(--muted); font-size: 1.06rem; margin: 0; }
.section--navy .shead__lead, .section--deep .shead__lead { color: var(--muted-d); }

/* Açık ürün kartı */
.pcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.pcard__img { aspect-ratio: 4/3; overflow: hidden; background: var(--bg-alt); }
.pcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pcard:hover .pcard__img img { transform: scale(1.05); }
.pcard__body { display: flex; flex-direction: column; gap: .5rem; padding: 1.4rem 1.4rem 1.5rem; flex: 1; }
.pcard__title { font-size: 1.2rem; margin: 0; }
.pcard__desc { color: var(--muted); font-size: .93rem; margin: 0; flex: 1; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: .85rem; }
.pcard__more { display: inline-flex; align-items: center; gap: .4rem; color: var(--navy); font-weight: 600; font-size: .9rem; }
.pcard__more svg { width: 16px; height: 16px; transition: transform .3s; }
.pcard:hover .pcard__more svg { transform: translateX(4px); }
.pcard__wa { display: inline-flex; align-items: center; gap: .35rem; color: #1da851; font-weight: 600; font-size: .85rem; }
.pcard__wa svg { width: 17px; height: 17px; }

.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(2,1fr); }
.grid--3 { grid-template-columns: repeat(3,1fr); }
.grid--4 { grid-template-columns: repeat(4,1fr); }

/* ---------- 4. Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; font-family: var(--f-body); font-weight: 600; font-size: .92rem; line-height: 1; letter-spacing: .01em; padding: 1.05rem 1.9rem; border-radius: var(--radius-sm); border: 1.5px solid transparent; cursor: pointer; transition: all .3s var(--ease); white-space: nowrap; }
.btn svg { width: 17px; height: 17px; }
.btn--sm { padding: .72rem 1.25rem; font-size: .8rem; }
.btn--lg { padding: 1.15rem 2.2rem; font-size: .95rem; }
/* Beyaz yazı (kullanıcı isteği). Zemin teal-500 (daha açık turkuvaz, beyaz üstünde 3.36:1); hover teal-700 ile koyulaşır. */
.btn--primary { background: var(--teal-500); color: #fff; }
.btn--primary:hover { background: var(--teal-700); color: #fff; transform: translateY(-2px); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-800); color: #fff; transform: translateY(-2px); }
.btn--blue { background: var(--blue); color: #fff; }
.btn--blue:hover { background: var(--blue-600); color: #fff; transform: translateY(-2px); }
.btn--soft { background: #EAF1FB; color: var(--navy); }
.btn--soft:hover { background: #DCE8F8; color: var(--navy); transform: translateY(-2px); }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--navy); }
.btn--ghost:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { transform: translateY(-2px); color: var(--navy); }
.btn--on-dark { border-color: rgba(255,255,255,.4); color: #fff; }
.btn--on-dark:hover { background: #fff; color: var(--navy); }
.btn--whatsapp { background: #25D366; color: #fff; }
.btn--whatsapp:hover { background: #1da851; color: #fff; transform: translateY(-2px); }

/* ---------- 5. Üst blok + Action bar (sabit) ---------- */
.site-top { position: sticky; top: 0; z-index: 60; }
.actionbar { background: var(--navy-800); color: rgba(255,255,255,.82); font-size: .82rem; }
.actionbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 1rem; }
.actionbar a { color: #fff; display: inline-flex; align-items: center; gap: .42rem; }
.actionbar a:hover { color: rgba(255,255,255,.75); }
.actionbar__left { display: flex; gap: 1.6rem; }
.actionbar__left span, .actionbar__right span:not(.actionbar__div) { display: inline-flex; align-items: center; gap: .45rem; }
.actionbar__right { display: flex; align-items: center; gap: 1.4rem; }
.actionbar svg { width: 14px; height: 14px; color: #fff; flex: none; }
.actionbar__wa { font-weight: 600; }
.actionbar__div { width: 1px; height: 16px; background: rgba(255,255,255,.3); }

/* Dil değiştirici (action bar) */
.lang-switcher { display: inline-flex; align-items: center; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.lang-switcher li { display: inline-flex; }
.lang-switcher a { display: inline-flex; align-items: center; padding: .12rem .4rem; border-radius: var(--radius-sm); font-size: .8rem; font-weight: 500; line-height: 1; color: rgba(255,255,255,.7); letter-spacing: .02em; }
.lang-switcher a:hover { color: #fff; }
.lang-switcher .is-current a { color: #fff; font-weight: 700; background: rgba(255,255,255,.14); }

/* Dil değiştirici (mobil drawer) */
.site-nav__lang { margin-top: 1rem; display: flex; justify-content: center; }
.site-nav__lang .lang-switcher { gap: .35rem; }
.site-nav__lang .lang-switcher a { padding: .35rem .7rem; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); }
.site-nav__lang .lang-switcher .is-current a { color: #fff; background: rgba(255,255,255,.16); border-color: transparent; }
.lang-switcher { display: flex; gap: .15rem; }
.lang-switcher a { padding: .1rem .45rem; font-weight: 600; font-size: .78rem; }
.lang-switcher .is-current a { background: var(--blue); color: #fff; }

/* ---------- 6. Header (kurumsal lacivert, ortalı menü) ---------- */
.site-header { background: var(--navy); transition: box-shadow .3s; }
.site-header.is-scrolled { box-shadow: 0 6px 22px rgba(10,31,56,.16); }
.site-header__inner { display: flex; align-items: center; gap: 2rem; min-height: 78px; }
.site-logo { display: inline-flex; align-items: center; gap: .75rem; }
.site-logo__img { height: 42px; width: auto; display: block; }
.site-logo__mark { width: 46px; height: 46px; flex: none; }
.site-logo__text { display: flex; flex-direction: column; line-height: 1; }
.site-logo__brand { font-family: 'Roboto', sans-serif; font-weight: 900; font-size: 1.5rem; line-height: .95; text-transform: uppercase; letter-spacing: .01em; color: #fff; }
.site-logo__sub { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: .58rem; line-height: 1; letter-spacing: .2em; text-transform: uppercase; color: #fff; margin-top: 5px; display: flex; align-items: center; gap: .6rem; width: 100%; }
.site-logo__bar { flex: 1; height: 2px; background: var(--blue-300); border-radius: 2px; }
.site-nav { margin: 0 auto; }
.site-nav__head, .site-nav__foot, .site-header__call, .nav-overlay { display: none; }
.nav-menu { display: flex; gap: 2.1rem; }
.nav-menu > li > a { color: rgba(255,255,255,.7); font-weight: 400; font-size: .96rem; padding-block: .5rem; transition: color .25s; }
.nav-menu > li > a:hover { color: #fff; }
.nav-menu .current-menu-item > a, .nav-menu .current_page_item > a { color: #fff; font-weight: 700; }
.nav-menu .current-menu-ancestor > a, .nav-menu .current_page_ancestor > a { color: #fff; font-weight: 700; }

/* Açılır alt menü (dropdown) */
.nav-menu li { position: relative; }
.nav-menu .menu-item-has-children > a::after { content: ''; display: inline-block; width: 7px; height: 7px; margin-left: .42rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .25s; vertical-align: middle; opacity: .8; }
/* Beyaz kart dropdown (site kart diliyle uyumlu) */
.nav-menu .sub-menu { position: absolute; top: calc(100% + 12px); left: -.4rem; min-width: 224px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: .4rem; margin: 0; list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .22s, transform .22s, visibility .22s; z-index: 50; }
/* görünmez köprü: parent ile kart arasındaki boşlukta hover kopmasın */
.nav-menu .menu-item-has-children > .sub-menu::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav-menu .menu-item-has-children:hover > .sub-menu, .nav-menu .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu .menu-item-has-children:hover > a::after { transform: translateY(-2px) rotate(-135deg); }
.nav-menu .sub-menu li { border: 0; }
.nav-menu .sub-menu a { display: block; padding: .62rem .85rem; border-radius: var(--radius-sm); color: var(--navy); font-size: .92rem; font-weight: 500; white-space: nowrap; transition: background .2s, color .2s; }
.nav-menu .sub-menu a:hover { background: var(--bg-alt); color: var(--blue); }
.nav-menu .sub-menu .current-menu-item > a, .nav-menu .sub-menu .current_page_item > a { background: #EAF1FB; color: var(--blue); }

.site-header__actions { display: flex; align-items: center; gap: .9rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: .5rem; cursor: pointer; }
.nav-toggle span { width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 7. Hero ---------- */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; color: #fff; padding-block: clamp(4rem, 7vw, 6rem); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img, .hero__bg video { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(6,26,40,.94) 0%, rgba(6,26,40,.82) 42%, rgba(8,34,52,.5) 80%, rgba(8,34,52,.3) 100%); }
.hero__inner { max-width: 640px; }
.hero__overline { color: var(--blue-300); margin-bottom: 1.1rem; }
.hero__overline::before { background: var(--blue); }
.hero__title { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.14; letter-spacing: -.01em; margin-bottom: 1rem; }
.hero__title em { font-style: normal; color: var(--blue-300); }
.hero__lead { font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.65; color: rgba(255,255,255,.84); max-width: 600px; margin-bottom: 1.8rem; }
.hero__actions { display: flex; gap: .85rem; flex-wrap: wrap; }
.hero__cred { display: flex; flex-wrap: wrap; gap: .8rem 1.8rem; margin-top: 2.3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); }
.hero__cred span { display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; font-weight: 500; letter-spacing: .01em; color: rgba(255,255,255,.8); }
.hero__cred svg { width: 16px; height: 16px; color: var(--blue-300); flex: none; }

/* ---------- 8. Ürün kartları (koyu bölüm) ---------- */
.product-grid { gap: 1.4rem; }
.product-card { position: relative; overflow: hidden; min-height: 380px; display: flex; align-items: flex-end; isolation: isolate; border: 1px solid var(--line-d); }
.product-card__img { position: absolute; inset: 0; z-index: -2; }
.product-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(6,26,40,.95) 6%, rgba(6,26,40,.55) 45%, rgba(6,26,40,.15) 100%); }
.product-card:hover .product-card__img img { transform: scale(1.06); }
.product-card__num { position: absolute; top: 1.1rem; left: 1.3rem; font-family: var(--f-head); font-weight: 700; font-size: .82rem; letter-spacing: .12em; color: rgba(255,255,255,.7); }
.product-card__body { padding: 1.6rem 1.6rem 1.7rem; color: #fff; width: 100%; }
.product-card__title { color: #fff; font-size: 1.3rem; margin-bottom: .35rem; }
.product-card__desc { color: rgba(255,255,255,.78); font-size: .92rem; margin: 0 0 1.1rem; }
.product-card__link { display: inline-flex; align-items: center; gap: .5rem; color: var(--teal-300); font-weight: 600; font-size: .88rem; letter-spacing: .01em; }
.product-card__link svg { width: 16px; height: 16px; transition: transform .3s; }
.product-card:hover .product-card__link svg { transform: translateX(4px); }

/* ---------- 9. Özellikler ---------- */
.feature { padding: 2.25rem 1.75rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; transition: transform .35s var(--ease), box-shadow .35s; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature__icon { width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; background: #ECF1F7; color: var(--blue); margin: 0 auto 1.2rem; }
.feature__icon svg { width: 30px; height: 30px; }
.feature__title { font-size: 1.12rem; margin-bottom: .4rem; }
.feature__desc { color: var(--muted); font-size: .94rem; margin: 0; }

/* Sipariş süreci (4 adım) */
.proc { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; }
.proc::before { content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 2px; background: #D7E2EE; }
.proc-step { text-align: center; position: relative; padding: 0 .9rem; }
.proc-step__dot { width: 56px; height: 56px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 700; font-size: 1.2rem; display: grid; place-items: center; margin: 0 auto 1.15rem; position: relative; z-index: 1; box-shadow: 0 0 0 6px #fff; }
.proc-step h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.proc-step p { color: var(--muted); font-size: .92rem; margin: 0; }
@media (max-width: 860px) { .proc { grid-template-columns: repeat(2, 1fr); row-gap: 2.25rem; } .proc::before { display: none; } }
@media (max-width: 480px) { .proc { grid-template-columns: 1fr; } }

/* ---------- 10. Split + KPI (üretim/kurumsal) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; box-shadow: var(--shadow); }
.split__media--stack { aspect-ratio: 1/1; }
.split__media--stack img:first-child { position: absolute; width: 66%; right: 0; top: 0; }
.split__media--stack img:last-child { position: absolute; width: 56%; left: 0; bottom: 0; border: 5px solid #fff; }
.split__badge { position: absolute; bottom: -1px; left: -1px; background: var(--teal); color: #fff; padding: 1.1rem 1.4rem; }
.split__badge .n { font-family: var(--f-head); font-size: 1.85rem; font-weight: 700; line-height: 1; }
.split__badge .l { font-size: .78rem; opacity: .92; }
.kpi-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin: 1.75rem 0; }
.kpi { border-left: 2px solid var(--teal); padding-left: 1rem; }
.kpi b { font-family: var(--f-head); font-size: 1.7rem; font-weight: 700; color: var(--navy); display: block; line-height: 1.1; }
.kpi span { font-size: .82rem; color: var(--muted); }
.checklist { margin: 1.5rem 0; display: grid; gap: .8rem; }
.checklist li { display: flex; gap: .75rem; align-items: flex-start; }
.checklist svg { width: 21px; height: 21px; flex: none; color: var(--eco); margin-top: 2px; }

/* ---------- 11. İstatistik şeridi (koyu) ---------- */
.statbar { display: grid; grid-template-columns: repeat(4,1fr); }
.statbar .stat { padding: .5rem 1.75rem; }
.statbar .stat + .stat { border-left: 1px solid var(--line-d); }
.stat__num { font-family: var(--f-head); font-size: clamp(2.3rem,4.2vw,3.4rem); font-weight: 700; color: #fff; line-height: 1; }
.stat__num small { color: var(--blue-300); font-size: .6em; }
.stat__label { color: var(--muted-d); font-size: .92rem; margin-top: .6rem; letter-spacing: .01em; }

/* ---------- 12. Sürdürülebilirlik ---------- */
.compare { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1.75rem; }
.compare__card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--eco); padding: 1.5rem; }
.compare__num { font-family: var(--f-head); font-size: 1.85rem; font-weight: 700; color: var(--navy); }
.compare__num small { color: var(--eco); }
.compare__label { color: var(--muted); font-size: .9rem; }

/* ---------- 13. Müşteri logoları / referans ---------- */
.clients { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.25rem 3rem; }
.clients span { font-family: var(--f-head); font-weight: 600; font-size: 1.15rem; color: var(--navy); opacity: .45; transition: opacity .3s; }
.clients span:hover { opacity: .85; }
.refs { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; }
.ref-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.ref-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ref-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.ref-card__cap { padding: 1rem 1.1rem 1.2rem; }
.ref-card__cap b { display: block; font-size: 1rem; color: var(--navy); }
.ref-card__cap span { font-size: .85rem; color: var(--muted); }

/* Referans slider */
.rslider { position: relative; }
.rslider__track { display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding: 4px; margin: -4px; }
.rslider__track::-webkit-scrollbar { display: none; }
.rslider__track > * { flex: 0 0 calc((100% - 3 * 1.25rem) / 4); scroll-snap-align: start; }
.rslider__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; place-items: center; cursor: pointer; color: var(--navy); z-index: 3; transition: background .2s, color .2s; }
.rslider__nav:hover { background: var(--navy); color: #fff; }
.rslider__nav svg { width: 20px; height: 20px; }
.rslider__nav--prev { left: -20px; }
.rslider__nav--prev svg { transform: scaleX(-1); }
.rslider__nav--next { right: -20px; }
@media (max-width: 1024px) { .rslider__track > * { flex-basis: calc((100% - 1.25rem) / 2); } }
@media (max-width: 600px) {
	.rslider__track > * { flex-basis: 82%; }
	/* Oklar gizli yerine slider altında ortalı yan yana — mobilde kaydırma kontrolü görünür olsun (native swipe de çalışır) */
	.rslider { padding-bottom: 4.2rem; }
	.rslider__nav { top: auto; bottom: 0; transform: none; width: 44px; height: 44px; }
	.rslider__nav--prev { left: 50%; margin-left: -50px; right: auto; }
	.rslider__nav--next { left: 50%; margin-left: 6px; right: auto; }
}

/* Referanslar sayfası — kategori başlığı (normal boyut) */
.ref-cat__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.ref-cat__title { margin: 0; font-size: 1.25rem; font-weight: 700; color: var(--navy); }
.ref-cat__title span { color: var(--muted); font-weight: 400; }
.ref-cat__link { flex: none; display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .92rem; color: var(--blue-600); white-space: nowrap; transition: color .2s, gap .2s; }
.ref-cat__link svg { width: 17px; height: 17px; }
.ref-cat__link:hover { color: var(--navy); gap: .6rem; }
@media (max-width: 560px) { .ref-cat__head { flex-direction: column; align-items: flex-start; gap: .4rem; } }

/* Referans kartı — tıklanabilir, zoom rozetli */
.ref-card--zoom { cursor: pointer; }
.ref-card__media { position: relative; line-height: 0; overflow: hidden; }
.ref-card__zoom { position: absolute; right: .7rem; bottom: .7rem; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(10,31,56,.78); color: #fff; opacity: 0; transform: scale(.85); transition: opacity .25s, transform .25s; }
.ref-card__zoom svg { width: 18px; height: 18px; }
.ref-card--zoom:hover .ref-card__zoom, .ref-card--zoom:focus-visible .ref-card__zoom { opacity: 1; transform: scale(1); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 4vh 4vw; background: rgba(8,20,36,.92); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 100%; max-height: 78vh; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.5); background: #fff; }
.lightbox__cap { position: absolute; left: 0; right: 0; bottom: 2vh; text-align: center; color: #fff; }
.lightbox__cap b { display: block; font-size: 1.05rem; }
.lightbox__cap span { font-size: .9rem; color: rgba(255,255,255,.7); }
.lightbox__btn { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.lightbox__btn:hover { background: rgba(255,255,255,.25); }
.lightbox__btn svg { width: 22px; height: 22px; }
.lightbox__close { top: 3vh; right: 4vw; }
.lightbox__nav--prev { left: 2vw; top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev svg { transform: scaleX(-1); }
.lightbox__nav--next { right: 2vw; top: 50%; transform: translateY(-50%); }
@media (max-width: 600px) { .lightbox__nav--prev { left: 1vw; } .lightbox__nav--next { right: 1vw; } .lightbox__btn { width: 44px; height: 44px; } }

/* ---------- 14. Sektörler ---------- */
.sectors { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; border: 1px solid var(--line); }
.sector { display: flex; flex-direction: column; align-items: center; gap: .85rem; padding: 2.25rem 1rem; text-align: center; border-right: 1px solid var(--line); transition: background .3s; }
.sector:last-child { border-right: 0; }
.sector:hover { background: var(--bg-alt); color: var(--navy); }
.sector__icon { color: var(--teal-500); }
.sector__icon svg { width: 38px; height: 38px; }
.sector b { font-size: .96rem; color: var(--navy); font-family: var(--f-head); font-weight: 600; }

/* ---------- 15. CTA ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--navy); border-top: 3px solid var(--teal); color: #fff; padding: clamp(2.5rem,5vw,3.75rem) clamp(1.75rem,4vw,3.5rem); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem,3vw,2.3rem); margin: 0 0 .4rem; }
.cta-band p { color: rgba(255,255,255,.82); margin: 0; max-width: 540px; }
.cta-band__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- 16. İç sayfa içerik bileşenleri ---------- */
.entry-content { font-size: 1.06rem; }
.entry-content h2 { margin-top: 2rem; }
.entry-content img { margin-block: 1.5rem; }

/* ---------- 17. Form & spec ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--teal); padding: clamp(1.5rem,3vw,2.5rem); scroll-margin-top: 110px; }
.btn--block { width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; gap: 0; } }
/* Dar ekranda action bar: telefon header ikonunda mevcut, burada gizle → e-posta + dil sığsın */
@media (max-width: 600px) {
	.actionbar__right > a[href^="tel:"] { display: none; }
	.actionbar__right { gap: .85rem; }
	.actionbar { font-size: .76rem; }
}
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: .4rem; color: var(--navy); }
.field input, .field select, .field textarea { width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-family: var(--f-body); font-size: 1rem; color: var(--ink); background: var(--bg-alt); transition: border-color .25s, background .25s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); background: #fff; }
/* KVKK onay kutusu */
.form-consent { display: flex; gap: .65rem; align-items: flex-start; margin: 0 0 1.4rem; font-size: .88rem; line-height: 1.5; color: var(--muted); cursor: pointer; }
.form-consent input { flex: none; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--teal); cursor: pointer; }
.form-consent a { color: var(--teal-700); font-weight: 600; text-decoration: underline; }
.form-consent a:hover { color: var(--navy); }
.spec-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.spec-table th, .spec-table td { text-align: left; padding: .9rem 1rem; border-bottom: 1px solid var(--line); }
.spec-table th { width: 38%; color: var(--navy); font-family: var(--f-head); font-weight: 600; font-size: .95rem; background: var(--bg-alt); }
.spec-uses-label { font-weight: 700; color: var(--navy); margin: .25rem 0 .6rem; font-size: .95rem; }
.use-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.use-chip { display: inline-block; padding: .4rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-alt); color: var(--navy); font-size: .85rem; font-weight: 600; }

/* İç sayfa bileşenleri */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.btn-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.form-title { font-size: 1.4rem; margin-bottom: 1.4rem; }
.form-lead { color: var(--muted); font-size: .95rem; margin: -1rem 0 1.6rem; }
.notice { padding: 1rem 1.25rem; border-radius: var(--radius-sm); margin-bottom: 1.5rem; font-size: .95rem; }
.notice--ok { background: #e7f7ef; color: #1b6b43; border: 1px solid #b7e6cd; }
.notice--err { background: #fdecec; color: #a3271f; border: 1px solid #f3c2bf; }

/* Yasal sayfalar (KVKK / Gizlilik / Çerez) — sade, tek kolon, içerikle bütünleşik */
.legal { padding-block: clamp(2.5rem, 5vw, 4rem); }
.legal__body { max-width: 800px; margin-inline: auto; }
.legal__title { color: var(--navy); font-size: clamp(1.8rem, 3.2vw, 2.4rem); margin: 0 0 .5rem; }
.legal__intro { color: var(--muted); font-size: 1.05rem; line-height: 1.6; margin: 0 0 1.8rem; }
.legal__meta { display: inline-block; font-size: .85rem; color: var(--muted); background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .45rem .9rem; margin-bottom: 2rem; }
.legal__body h2 { font-size: 1.25rem; margin: 2.2rem 0 .7rem; color: var(--navy); }
.legal__body h2:first-child { margin-top: 0; }
.legal__body h3 { font-size: 1.05rem; margin: 1.5rem 0 .5rem; color: var(--navy); }
.legal__body p { color: var(--ink); font-size: 1rem; line-height: 1.78; margin: 0 0 1rem; }
.legal__body ul { margin: 0 0 1.2rem; padding-left: 1.25rem; list-style: disc; }
.legal__body li { color: var(--ink); font-size: 1rem; line-height: 1.7; margin-bottom: .45rem; }
.legal__body a { color: var(--teal-700); font-weight: 600; }
.legal__body a:hover { color: var(--navy); }
.legal__note { background: #FFF8E6; border: 1px solid #F0DCA0; border-left: 3px solid #D98A1A; border-radius: var(--radius-sm); padding: 1rem 1.25rem; font-size: .92rem; color: #6b4e16; margin: 0 0 1.8rem; }
.legal__note strong { color: #8a5a0a; }

/* Üretim sayfası — dikey video kartları */
.vidgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.vidcard { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--navy-900); box-shadow: var(--shadow-sm); aspect-ratio: 9 / 16; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s; }
.vidcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vidcard__v { width: 100%; height: 100%; object-fit: cover; display: block; }
.vidcard__play { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.vidcard__play > span { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy); display: grid; place-items: center; opacity: 0; transform: scale(.85); transition: opacity .25s, transform .25s; box-shadow: 0 8px 22px rgba(0,0,0,.3); }
.vidcard:hover .vidcard__play > span, .vidcard:focus-visible .vidcard__play > span { opacity: 1; transform: none; }
.vidcard__play svg { width: 24px; height: 24px; margin-left: 2px; }
.vidcard__cap { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 1.6rem .9rem .8rem; background: linear-gradient(to top, rgba(6,20,36,.9), rgba(6,20,36,0)); color: #fff; font-size: .86rem; font-weight: 600; line-height: 1.3; }
.lightbox__video { max-width: 100%; max-height: 82vh; width: auto; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.5); background: #000; }

/* SSS / FAQ akordeon */
.faq { display: grid; gap: .8rem; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: box-shadow .25s, border-color .25s; }
.faq__item.is-open { box-shadow: var(--shadow-sm); border-color: var(--line); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; background: none; border: 0; cursor: pointer; padding: 1.15rem 1.3rem; font-family: var(--f-head); font-size: 1.02rem; font-weight: 600; color: var(--navy); line-height: 1.35; }
.faq__q-ic { flex: none; width: 22px; height: 22px; position: relative; }
.faq__q-ic::before, .faq__q-ic::after { content: ''; position: absolute; background: var(--blue); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.faq__q-ic::before { left: 2px; right: 2px; top: 10px; height: 2px; }
.faq__q-ic::after { top: 2px; bottom: 2px; left: 10px; width: 2px; }
.faq__item.is-open .faq__q-ic::after { transform: scaleY(0); opacity: 0; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq__a-in { padding: 0 1.3rem 1.25rem; color: var(--muted); line-height: 1.7; font-size: .97rem; }
.faq__a-in p { margin: 0; }
@media (max-width: 900px) { .vidgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .vidgrid { gap: .7rem; } .vidcard__cap { font-size: .8rem; padding: 1.3rem .7rem .65rem; } }

/* Ürün detay sayfası */
.crumb { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; font-size: .85rem; color: var(--muted); margin-bottom: 1.75rem; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--navy); }
.crumb span[aria-current] { color: var(--navy); font-weight: 600; }
.prod-hero__title { font-size: clamp(1.5rem, 2.6vw, 1.9rem); color: var(--navy); margin: 0 0 .9rem; }
.prod-hero__lead { color: var(--muted); font-size: 1.05rem; line-height: 1.6; margin: 0 0 1.5rem; }
.prod-hero__text p { color: var(--muted); font-size: 1rem; line-height: 1.7; margin: 0 0 1rem; }
.prod-hero .split__media img { aspect-ratio: 4 / 3; object-fit: cover; }
/* Hakkında — metin sol + KARE video sağ, geniş gap */
.prod-about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.prod-about__video { width: 100%; max-width: 530px; margin-left: auto; margin-right: 0; }
.prod-about__video .vidcard { width: 100%; aspect-ratio: 1 / 1; }
.prod-shot { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 1 / 1; }
.prod-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prod-about .checklist { margin: 1.4rem 0 0; }
@media (max-width: 860px) { .prod-about { grid-template-columns: 1fr; } .prod-about__video { max-width: 460px; margin: .5rem auto 0; } }
/* Teknik özellik kartları (tablo yerine modern grid) */
.specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.specs__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; }
.specs__l { display: block; font-size: .76rem; letter-spacing: .04em; text-transform: none; color: var(--muted); margin-bottom: .35rem; }
.specs__v { display: block; font-size: 1.02rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
@media (max-width: 760px) { .specs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .specs { grid-template-columns: 1fr; } }
.qspecs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.6rem; }
.qspec { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .5rem .85rem; line-height: 1.25; }
.qspec__l { display: block; font-size: .72rem; color: var(--muted); }
.qspec__v { display: block; font-size: .9rem; font-weight: 600; color: var(--navy); }
.prodtrust { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; margin: 1.6rem 0 0; }
.prodtrust li { display: inline-flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--ink); }
.prodtrust svg { width: 18px; height: 18px; color: var(--teal-500); flex: none; }
.prod-detail { align-items: start; }
.prod-detail__title { text-align: left; margin-bottom: 1rem; }
.prod-features { margin-top: clamp(1.6rem, 3vw, 2.5rem); }
.prod-promo { display: grid; grid-template-columns: 290px 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.prod-promo__video .vidcard { width: 100%; }
@media (max-width: 760px) { .prod-promo { grid-template-columns: 1fr; } .prod-promo__video { max-width: 300px; } }

/* Kurumsal alt sayfa düzeni: sol gri sidebar + sağ beyaz panel (tam yükseklik, boşluksuz) */
.split__badge .n { display: block; }

/* Vizyon & Misyon — görsel-odaklı split */
.vmhero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: stretch; }
.vmhero__media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 460px; }
.vmhero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vmhero__tag { position: absolute; left: 1.1rem; bottom: 1.1rem; background: var(--blue-600); color: #fff; font-weight: 600; font-size: .85rem; padding: .55rem .95rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.vmhero__body { align-self: center; }
.vmhero__title { font-size: clamp(1.5rem, 2.4vw, 1.9rem); color: var(--navy); margin: 0 0 .8rem; }
.vmhero__lead { color: var(--muted); font-size: 1.05rem; line-height: 1.7; margin: 0 0 1.9rem; }
.vmline { margin-top: 1.9rem; }
.vmline__item { position: relative; padding-left: 2.5rem; }
.vmline__item + .vmline__item { margin-top: 1.7rem; }
.vmline__item::before { content: ''; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--blue-300); box-shadow: 0 0 0 5px #fff; z-index: 1; }
.vmline__item:not(:last-child)::after { content: ''; position: absolute; left: 10px; top: 16px; bottom: -1.7rem; width: 2px; background: var(--line); }
.vmline__item h2 { color: var(--navy); font-size: 1.2rem; margin: 0 0 .45rem; line-height: 1.25; }
.vmline__item p { color: var(--muted); margin: 0; line-height: 1.75; }

@media (max-width: 860px) { .vmhero { grid-template-columns: 1fr; } .vmhero__media { min-height: 280px; } }
.cta-bg { background-size: cover; background-position: center; }

/* Görsel-odaklı hero — vurgu cümlesi + tutarlı paragraf rengi */
.vmhero__title--claim { line-height: 1.3; }
.vmhero__body p { color: var(--muted); }

/* Kalite — numaralı süreç kartları */
.qproc { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.qproc__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.45rem; transition: box-shadow .3s var(--ease), transform .3s; }
.qproc__item:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.qproc__no { display: block; font-family: var(--f-head); font-weight: 800; font-size: 2rem; line-height: 1; color: var(--blue-300); margin-bottom: .8rem; }
.qproc__item h3 { font-size: 1.08rem; margin: 0 0 .4rem; color: var(--navy); }
.qproc__item p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }
@media (max-width: 900px) { .qproc { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .qproc { grid-template-columns: 1fr; } }

/* Kalite — sertifika kartları (madalyon ikon + uyumlu etiketi) */
.certs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.cert { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2.1rem 1.4rem; text-align: center; transition: transform .35s var(--ease), box-shadow .35s; }
.cert:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cert__medal { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 1.5rem; box-shadow: 0 0 0 6px var(--bg-alt), 0 0 0 7px var(--line); }
.cert__medal svg { width: 32px; height: 32px; }
.cert__title { font-size: 1.1rem; margin: 0 0 .35rem; color: var(--navy); }
.cert__desc { color: var(--muted); font-size: .9rem; line-height: 1.55; margin: 0 0 .9rem; }
.cert__tag { display: inline-flex; align-items: center; gap: .3rem; font-size: .78rem; font-weight: 700; letter-spacing: .02em; color: var(--eco); }
.cert__tag svg { width: 14px; height: 14px; }
@media (max-width: 900px) { .certs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .certs { grid-template-columns: 1fr; } }

/* Hakkımızda — üretim yaklaşımı: gri zeminde beyaz kart satırlar */
.aprox { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.aprox__item { display: flex; gap: 1.1rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.3rem, 2.5vw, 1.7rem); transition: box-shadow .3s var(--ease), transform .3s; }
.aprox__item:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.aprox__ico { flex: none; width: 50px; height: 50px; border-radius: 50%; background: #ECF1F7; color: var(--blue); display: grid; place-items: center; }
.aprox__ico svg { width: 24px; height: 24px; }
.aprox__body h3 { font-size: 1.1rem; margin: 0 0 .3rem; color: var(--navy); }
.aprox__body p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.65; }
@media (max-width: 768px) { .aprox { grid-template-columns: 1fr; } }

.contact-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 2.5rem; align-items: start; }
.info-card { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2rem 1.85rem; }
.info-card__title { color: #fff; font-size: 1.25rem; margin-bottom: .4rem; }
.info-card__lead { color: var(--muted-d); font-size: .95rem; margin-bottom: 1.25rem; }
.info-list { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.info-list li { display: flex; gap: .7rem; align-items: flex-start; font-size: .95rem; color: #e6edf3; }
.info-list a { color: #e6edf3; }
.info-list a:hover { color: var(--blue-300); }
.info-list svg { width: 18px; height: 18px; color: var(--blue-300); flex: none; margin-top: 2px; }

.map-embed { margin-top: 2.5rem; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); line-height: 0; }

/* İletişim — 4'lü ikon kutuları (iri solid ikon + başlık + açıklama) */
.cbox { display: flex; flex-direction: column; align-items: center; text-align: center; height: 100%; padding: 2.5rem 1.6rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .35s var(--ease), box-shadow .35s; }
.cbox:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cbox__icon { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: #E7F0FD; color: var(--blue); margin-bottom: 1.3rem; }
.cbox__icon svg { width: 32px; height: 32px; }
.cbox--phone .cbox__icon { background: #E7F0FD; color: #2E7DE0; } /* soft mavi */
.cbox--mail  .cbox__icon { background: #ECEAFB; color: #6D5BD0; } /* soft mor */
.cbox--wa    .cbox__icon { background: #E2F6EA; color: #25A455; } /* soft yeşil */
.cbox--form  .cbox__icon { background: #FBF0DD; color: #D98A1A; } /* soft amber */
.cbox__title { font-size: 1.12rem; font-weight: 700; color: var(--navy); margin-bottom: .55rem; }
.cbox__text { font-size: .92rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* İletişim — solda harita + sağda form (ikon kutularının hemen altında, hafif boşluk) */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: stretch; margin-top: clamp(2rem, 4vw, 3rem); }
.contact-layout__map { margin-top: 0; height: 100%; min-height: 480px; }
.contact-layout__map iframe { width: 100%; height: 100%; min-height: 480px; display: block; }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } .contact-layout__map, .contact-layout__map iframe { min-height: 320px; } }

.valuebox { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.85rem; }
.valuebox h3 { font-size: 1.25rem; margin: .25rem 0 .5rem; }
.valuebox p { color: var(--muted); margin: 0; }

.sector-card { display: flex; gap: 1.1rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.sector-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.sector-card__icon { flex: none; width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; background: var(--bg-alt); color: var(--blue); }
.sector-card__icon svg { width: 26px; height: 26px; }
.sector-card h3 { font-size: 1.1rem; margin: .15rem 0 .35rem; }
.sector-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* Görselli sektör kartları (B) */
.sectors2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.sec-tile { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; display: flex; align-items: flex-end; isolation: isolate; }
.sec-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s var(--ease); }
.sec-tile::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(10,31,56,.92) 8%, rgba(10,31,56,.4) 58%, rgba(10,31,56,.08) 100%); }
.sec-tile:hover img { transform: scale(1.06); }
.sec-tile__body { padding: 1.4rem 1.5rem; color: #fff; }
.sec-tile__body h3 { color: #fff; font-size: 1.2rem; margin: 0 0 .3rem; display: flex; align-items: center; gap: .55rem; }
.sec-tile__body h3 svg { width: 20px; height: 20px; color: var(--blue-300); flex: none; }
.sec-tile__body p { color: rgba(255,255,255,.82); font-size: .9rem; margin: 0; }
@media (max-width: 1024px) { .sectors2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sectors2 { grid-template-columns: 1fr; } }

@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- 18. Footer (header'ın kardeşi: aynı lacivert palet + logo/CTA satırı) ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.72); }
.site-footer .site-logo__brand { color: #fff; }

/* Ana blok — header gövdesiyle aynı navy */
.footer-main { padding-block: clamp(3rem, 5.5vw, 4.5rem); }

/* Sütunlar (standart footer: marka · 2 link · iletişim) */
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.4fr; gap: 2.75rem 2rem; }
.footer-about .site-logo { margin-bottom: 1.3rem; }
.footer-about__desc { font-size: .94rem; line-height: 1.7; margin: 0 0 1.5rem; max-width: 330px; color: rgba(255,255,255,.7); }
.footer-social { display: flex; gap: .55rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-d); display: grid; place-items: center; color: #fff; transition: background .25s, border-color .25s, transform .25s; }
.footer-social a:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.footer-social svg { width: 17px; height: 17px; }

/* Sütun başlığı — header logo çubuklarını yankılayan mavi aksan */
.footer-col__title { color: #fff; font-family: var(--f-head); font-size: 1rem; font-weight: 700; letter-spacing: .01em; margin: 0 0 1.3rem; padding-bottom: .65rem; position: relative; }
.footer-col__title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 26px; height: 2px; background: var(--blue-300); border-radius: 2px; }

/* Bağlantılar — header nav stili (beyaz hover + mavi aksan) */
.footer-links a { display: inline-flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.7); font-size: .94rem; padding: .3rem 0; transition: color .22s; }
.footer-links a::before { content: ''; width: 0; height: 1.5px; background: var(--blue-300); border-radius: 2px; transition: width .25s var(--ease); flex: none; }
.footer-links a:hover { color: #fff; }
.footer-links a:hover::before { width: 14px; }

/* İletişim — action bar ikon stiliyle uyumlu */
.footer-contact { display: grid; gap: .9rem; }
.footer-contact li { display: flex; gap: .7rem; align-items: flex-start; font-size: .93rem; line-height: 1.55; color: rgba(255,255,255,.7); }
.footer-contact svg { width: 18px; height: 18px; color: var(--blue-300); flex: none; margin-top: 2px; }
.footer-contact a { color: rgba(255,255,255,.8); }
.footer-contact a:hover { color: #fff; }
.footer-map { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.2rem; color: var(--blue-300); font-weight: 600; font-size: .9rem; transition: gap .25s, color .25s; }
.footer-map:hover { color: #fff; gap: .7rem; }
.footer-map svg { width: 16px; height: 16px; }

/* Alt bar — action bar'ın aynası (navy-800) */
.footer-base { background: var(--navy-800); }
.footer-base__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; min-height: 56px; padding-block: .8rem; font-size: .82rem; }
.footer-base__copy { margin: 0; color: rgba(255,255,255,.62); }
.footer-base__legal { display: flex; gap: 1.5rem; }
.footer-base__legal a { color: rgba(255,255,255,.62); }
.footer-base__legal a:hover { color: #fff; }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } .footer-col--contact { grid-column: 1 / -1; } }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-about { grid-column: 1 / -1; } .footer-col--contact { grid-column: auto; } }
@media (max-width: 560px) {
	.footer-grid { grid-template-columns: 1fr; gap: 2.25rem; }
	.footer-col--contact { grid-column: auto; }
	.footer-base__inner { flex-direction: column; text-align: center; min-height: 0; padding-block: 1.1rem; }
}

/* ---------- 19. İletişim FAB (açılır iletişim kartı) ---------- */
/* pointer-events: none — kapsayıcının görünmez alanı (kapalı panelin layout kutusu, 304px) alttaki
   linkleri/butonları/slider oklarını YUTMASIN; tıklama görünür çocuklara geri açılır (toggle hep, panel açıkken). */
.fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; flex-direction: column; align-items: flex-end; gap: 1rem; pointer-events: none; }

/* Açılır kart — site kart diliyle uyumlu (beyaz, navy başlık, soft ikonlar) */
.fab__panel { width: 304px; max-width: calc(100vw - 44px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transform-origin: bottom right; opacity: 0; visibility: hidden; transform: translateY(12px) scale(.94); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s; }
.fab.is-open .fab__panel { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.fab__panel-head { background: #fff; padding: 1.1rem 1.25rem; border-bottom: 1px solid var(--line); }
.fab__panel-head strong { display: block; color: var(--navy); font-family: var(--f-head); font-size: 1rem; }
.fab__panel-head span { display: block; font-size: .82rem; color: var(--muted); margin-top: .15rem; }
.fab__row { display: flex; align-items: center; gap: .85rem; padding: .9rem 1.25rem; border-bottom: 1px solid var(--line); transition: background .2s; }
.fab__row:last-child { border-bottom: 0; }
.fab__row:hover { background: var(--bg-alt); }
.fab__row-ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.fab__row-ic svg { width: 20px; height: 20px; }
.fab__row-ic--wa { background: #E2F6EA; color: #25A455; }
.fab__row-ic--tel { background: #E7F0FD; color: #2E7DE0; }
.fab__row-ic--mail { background: #ECEAFB; color: #6D5BD0; }
.fab__row-txt { flex: 1; line-height: 1.3; min-width: 0; }
.fab__row-txt b { display: block; color: var(--navy); font-size: .94rem; }
.fab__row-txt small { display: block; color: var(--muted); font-size: .82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fab__row-arr { color: var(--muted); display: inline-flex; flex: none; transition: transform .25s, color .25s; }
.fab__row-arr svg { width: 16px; height: 16px; }
.fab__row:hover .fab__row-arr { color: var(--navy); transform: translateX(3px); }

/* Ana tetik butonu */
.fab__toggle { position: relative; width: 60px; height: 60px; border-radius: 50%; border: 0; cursor: pointer; background: var(--blue); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(46,125,224,.45); transition: background .25s, transform .25s var(--ease); pointer-events: auto; }
.fab__toggle:hover { background: var(--blue-600); transform: scale(1.06); }
.fab.is-open .fab__toggle { background: var(--navy); }
.fab__toggle-ic { position: absolute; inset: 0; display: grid; place-items: center; transition: opacity .25s, transform .3s var(--ease); }
.fab__toggle-ic svg { width: 26px; height: 26px; }
.fab__toggle-ic--close { opacity: 0; transform: rotate(-90deg) scale(.5); }
.fab.is-open .fab__toggle-ic--open { opacity: 0; transform: rotate(90deg) scale(.5); }
.fab.is-open .fab__toggle-ic--close { opacity: 1; transform: none; }

/* ---------- Çerez onay bandı (Consent Mode v2) ---------- */
.consent { position: fixed; left: 22px; bottom: 22px; z-index: 90; width: 440px; max-width: calc(100vw - 44px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; pointer-events: none; }
/* Kart gövdesi tıklamayı yutmaz (FAB ile aynı desen); yalnızca alt satırdaki kontroller tıklanır. */
.consent__btns .btn, .consent__policy { pointer-events: auto; }
.consent[hidden] { display: none; }
.consent.is-open { opacity: 1; visibility: visible; transform: none; }
.consent__inner { padding: 1.25rem 1.35rem; }
.consent__title { display: block; color: var(--navy); font-family: var(--f-head); font-size: 1.02rem; margin-bottom: .4rem; }
.consent__desc { margin: 0; font-size: .86rem; line-height: 1.6; color: var(--muted); }
.consent__actions { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: 1.1rem; }
.consent__policy { pointer-events: auto; color: var(--teal-700); font-size: .84rem; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
.consent__policy:hover { color: var(--navy); }
.consent__btns { display: flex; gap: .55rem; flex: none; }

/* Onay bandı açıkken FAB gizlenir (menü açıkken olduğu gibi) — çakışma/tıklama yutması olmaz */
body.consent-open .fab { opacity: 0; visibility: hidden; pointer-events: none; }

/* Mobilde kompakt alt şerit */
@media (max-width: 560px) {
	.consent { left: 12px; right: 12px; bottom: 12px; width: auto; }
	.consent__inner { padding: 1rem 1.1rem; }
	.consent__title { font-size: .96rem; margin-bottom: .3rem; }
	.consent__desc { font-size: .8rem; line-height: 1.5; }
	.consent__actions { margin-top: .85rem; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
	.consent { transition: opacity .2s; transform: none; }
}

/* Erişilebilirlik — klavye odak halkası */
a:focus-visible, .btn:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .nav-toggle:focus-visible { outline: 3px solid var(--teal-300); outline-offset: 2px; border-radius: 3px; }

/* 404 */
.error-404__code { font-family: var(--f-head); font-weight: 900; font-size: clamp(4rem, 12vw, 7rem); line-height: 1; color: var(--teal); margin: 0 0 .5rem; }

/* Blog/tekil küçük tutarlılık */
.single__media { margin-bottom: 2rem; border-radius: var(--radius); overflow: hidden; }
.single__cta { margin-top: 2rem; }

/* ============ Anasayfa: ürün-odaklı (4 TR sitesi tarzı) ============ */
/* Ürün hero */
.phero { background: var(--bg-alt); padding-block: clamp(2.5rem, 5vw, 4.5rem); overflow: hidden; }
.phero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.phero__badge { display: inline-block; background: var(--blue); color: #fff; font-weight: 600; font-size: .78rem; letter-spacing: .03em; padding: .42rem .85rem; border-radius: 4px; margin-bottom: 1.1rem; }
.phero__title { font-size: clamp(2.1rem, 4.4vw, 3.3rem); color: var(--navy); line-height: 1.08; margin-bottom: 1rem; }
.phero__title em { font-style: normal; color: var(--blue); }
.phero__lead { font-size: 1.1rem; color: var(--muted); max-width: 520px; margin-bottom: 1.6rem; }
.phero__actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 1.7rem; }
.phero__chips { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.phero__chips span { display: inline-flex; align-items: center; gap: .45rem; font-size: .88rem; color: var(--navy); font-weight: 500; }
.phero__chips svg { width: 18px; height: 18px; color: var(--blue); flex: none; }
.phero__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }

/* Değer şeridi */
.valuebar { background: var(--navy); }
.valuebar__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.valuebar__item { display: flex; align-items: center; gap: .85rem; padding: 1.3rem 1.5rem; color: #fff; }
.valuebar__item + .valuebar__item { border-left: 1px solid var(--line-d); }
.valuebar__item svg { width: 30px; height: 30px; color: var(--blue-300); flex: none; }
.valuebar__item b { display: block; font-size: .96rem; }
.valuebar__item span { font-size: .82rem; color: var(--muted-d); }

/* Kategori kartları */
.cattiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.cattile { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1 / 1; display: flex; align-items: flex-end; isolation: isolate; }
.cattile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s var(--ease); }
.cattile::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(10,31,56,.88), rgba(10,31,56,.12) 70%); }
.cattile:hover img { transform: scale(1.06); }
.cattile__label { padding: 1.2rem 1.3rem; color: #fff; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.cattile__label b { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 1.3rem; }
.cattile__label svg { width: 22px; height: 22px; color: var(--blue-300); }

/* Ürün grid (Fiyat Sor) */
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.scard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s, transform .3s; }
.scard:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.scard__img { aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg-alt); }
.scard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.scard:hover .scard__img img { transform: scale(1.05); }
.scard__body { padding: 1rem 1.1rem 1.1rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.scard__tag { font-size: .72rem; color: var(--blue); font-weight: 600; letter-spacing: .03em; }
.scard__title { font-size: 1.02rem; margin: 0 0 .6rem; color: var(--navy); }
.scard .btn { width: 100%; margin-top: auto; }

/* Galeri */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: .75rem; }
.gallery a { display: block; aspect-ratio: 1 / 1; border-radius: var(--radius-sm); overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery a:hover img { transform: scale(1.08); }

/* Öne çıkan / özel baskı banner */
.feat { background: var(--navy); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.feat__media { aspect-ratio: 16 / 11; }
.feat__media img { width: 100%; height: 100%; object-fit: cover; }
.feat__body { padding: clamp(1.75rem, 3vw, 3rem); color: #fff; }
.feat__body h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
.feat__body p { color: rgba(255,255,255,.82); margin-bottom: 1.5rem; }

@media (max-width: 1024px) {
	.cattiles, .shop-grid { grid-template-columns: repeat(2, 1fr); }
	.gallery { grid-template-columns: repeat(3, 1fr); }
	.valuebar__inner { grid-template-columns: repeat(2, 1fr); }
	.valuebar__item:nth-child(3) { border-left: 0; }
	.valuebar__item:nth-child(n+3) { border-top: 1px solid var(--line-d); }
}
@media (max-width: 860px) {
	.phero__inner { grid-template-columns: 1fr; }
	.phero__media { order: -1; }
	.feat { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.valuebar__inner { grid-template-columns: 1fr; }
	.valuebar__item { border-left: 0 !important; }
	.valuebar__item + .valuebar__item { border-top: 1px solid var(--line-d); }
}

/* ---------- 20. Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* ---------- 21. Responsive ---------- */
@media (max-width: 1024px) {
	.grid--4, .refs { grid-template-columns: repeat(2,1fr); }
	.sectors { grid-template-columns: repeat(2,1fr); }
	.sector:nth-child(odd) { border-right: 1px solid var(--line); }
	.sector { border-bottom: 1px solid var(--line); }
	.sec-head { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 860px) {
	/* Action bar mobilde: telefon + e-posta (sol) ortalı görünür; adres + dil (sağ) gizli (dil drawer'da) */
	.actionbar__right { display: none; }
	.actionbar__inner { justify-content: center; }
	.actionbar__left { gap: 1.1rem; font-size: .78rem; flex-wrap: nowrap; }
	.actionbar__left a { white-space: nowrap; }

	/* Header: solda telefon · ortada logo · sağda hamburger */
	.site-header__inner { position: relative; justify-content: space-between; min-height: 60px; gap: .5rem; }
	.site-header__cta { display: none; } /* Teklif Al menüye taşındı */
	.site-header__call { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-d); color: #fff; flex: none; }
	.site-header__call svg { width: 20px; height: 20px; }
	.site-header__call:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
	.site-header__inner .site-logo { position: absolute; left: 50%; transform: translateX(-50%); }
	.nav-toggle { display: flex; margin-left: 0; }

	/* Karartma katmanı (drawer arkasında site hafif görünür) */
	.nav-overlay { display: block; position: fixed; inset: 0; z-index: 64; background: rgba(8,20,36,.5); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
	body.is-nav-open .nav-overlay { opacity: 1; visibility: visible; }
	body.is-nav-open .fab { opacity: 0; visibility: hidden; pointer-events: none; }

	/* --- Mobil menü: sağdan açılan kısmi drawer (~%64) --- */
	.site-nav { position: fixed; top: 0; right: 0; bottom: 0; width: 64%; min-width: 256px; max-width: 340px; z-index: 65; background: var(--navy); display: flex; flex-direction: column; transform: translateX(100%); visibility: hidden; box-shadow: -16px 0 40px rgba(6,20,36,.35); transition: transform .35s var(--ease), visibility .35s; }
	.site-nav.is-open { transform: none; visibility: visible; }

	/* Drawer başlığı: kapat */
	.site-nav__head { display: flex; align-items: center; justify-content: flex-end; min-height: 60px; padding: 0 .9rem; border-bottom: 1px solid var(--line-d); flex: none; }
	.nav-close { background: none; border: 0; color: #fff; padding: .5rem; cursor: pointer; display: grid; place-items: center; }
	.nav-close svg { width: 26px; height: 26px; }

	/* Menü listesi (kaydırılabilir) */
	.nav-menu { flex-direction: column; gap: 0; flex: 1; overflow-y: auto; padding: .5rem 1.25rem; -webkit-overflow-scrolling: touch; }
	.nav-menu li { border-bottom: 1px solid var(--line-d); }
	.nav-menu > li > a { display: block; padding: 1rem .1rem; font-size: 1.04rem; color: #fff; font-weight: 500; }
	.nav-menu > li > a:hover { color: var(--blue-300); }
	.nav-menu .current-menu-item > a, .nav-menu .current_page_item > a,
	.nav-menu .current-menu-ancestor > a, .nav-menu .current_page_ancestor > a { color: var(--blue-300); }
	/* Açılır alt menü: lacivert, menünün bir parçası gibi (kart değil) */
	.nav-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; background: transparent; border: 0; box-shadow: none; border-radius: 0; padding: 0; min-width: 0; max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
	.nav-menu .menu-item-has-children.is-expanded > .sub-menu { max-height: 60vh; }
	.nav-menu .sub-menu li { border: 0; }
	.nav-menu .sub-menu li + li { border-top: 1px solid rgba(255,255,255,.07); }
	.nav-menu .sub-menu a { display: block; padding: .8rem .1rem .8rem 1.15rem; font-size: .97rem; font-weight: 400; color: rgba(255,255,255,.66); border-radius: 0; }
	.nav-menu .sub-menu a:hover { background: transparent; color: #fff; }
	.nav-menu .sub-menu .current-menu-item > a, .nav-menu .sub-menu .current_page_item > a { background: transparent; color: var(--blue-300); }
	.nav-menu .menu-item-has-children > a::after { float: right; margin-top: .55rem; width: 9px; height: 9px; opacity: .75; }
	.nav-menu .menu-item-has-children.is-expanded > a::after { transform: translateY(-2px) rotate(-135deg); }

	/* Drawer alt: Teklif Al */
	.site-nav__foot { display: block; flex: none; padding: 1rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-d); }
	.site-nav__foot .btn { width: 100%; }

	/* Diğer mobil yerleşim */
	.split, .grid--2, .grid--3 { grid-template-columns: 1fr; }
	.split--reverse .split__media { order: 0; }
	.statbar { grid-template-columns: repeat(2,1fr); gap: 1.5rem 0; }
	.statbar .stat:nth-child(odd) { border-left: 0; }
	.compare, .kpi-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.grid--4, .refs { grid-template-columns: 1fr; }
	.sectors { grid-template-columns: 1fr; }
	.sector { border-right: 0 !important; }
	.cta-band__inner { flex-direction: column; align-items: flex-start; }
}
