/* ==========================================================================
   Miray Döküm Makina — Herkese açık site
   Minimals UI (v7) landing ve sayfa şablonları temelinde; token'lar theme.css'ten,
   renk ön ayarı layout'ta :root değişkenleriyle gelir. Karanlık mod: html[data-color-scheme="dark"].
   ========================================================================== */

/* ---------- 1. Site token'ları ---------- */
:root {
  --container: 1200px;
  --header-h: 96px;
  --header-h-scrolled: 76px;
  --section-y: 80px;
  --section-y-sm: 64px;
  --ease-out: cubic-bezier(0.43, 0.13, 0.23, 0.96);
  --dark-900: #141a21;
  --dark-800: #1c252e;
  --hero-line: rgb(var(--grey-500-rgb) / 0.32);
  --glass-bg: rgb(255 255 255 / 0.72);
  --tone-main: var(--primary-main);
  --tone-dark: var(--primary-dark);
  --tone-light: var(--primary-light);
  --tone-lighter: var(--primary-lighter);
  --tone-rgb: var(--primary-rgb);
}
:root[data-color-scheme="dark"] {
  --hero-line: rgb(var(--grey-600-rgb, 99 115 129) / 0.24);
  --glass-bg: rgb(28 37 46 / 0.72);
}

/* ---------- 2. Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body { overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-primary);
  background: var(--bg-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img, svg, video { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--duration) var(--ease); }
h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--text-primary); }
h1, h2, h3 { font-family: var(--font-secondary); }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--primary-main); outline-offset: 2px; border-radius: 4px; }
::selection { background: rgb(var(--primary-rgb) / 0.24); color: var(--text-primary); }
[hidden] { display: none !important; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.container--narrow { max-width: 880px; }
.container--text { max-width: 760px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 2000; padding: 8px 16px; border-radius: var(--radius); background: var(--grey-800); color: #fff; font-weight: 700; }
.skip-link:focus { top: 16px; }
.text-secondary { color: var(--text-secondary); }
.text-disabled { color: var(--text-disabled); }
.text-center { text-align: center; }

/* ---------- 3. Tipografi (Minimals variants) ---------- */
.h1 { font-family: var(--font-secondary); font-weight: 800; line-height: 1.25; font-size: 2.5rem; }
.h2 { font-family: var(--font-secondary); font-weight: 800; line-height: 1.3333; font-size: 2rem; }
.h3 { font-family: var(--font-secondary); font-weight: 700; line-height: 1.5; font-size: 1.5rem; }
.h4 { font-weight: 700; line-height: 1.5; font-size: 1.25rem; }
.h5 { font-weight: 700; line-height: 1.5; font-size: 1.125rem; }
.h6 { font-weight: 600; line-height: 1.5556; font-size: 1.0625rem; }
.subtitle1 { font-weight: 600; line-height: 1.5; font-size: 1rem; }
.subtitle2 { font-weight: 600; line-height: 1.5714; font-size: .875rem; }
.body2 { line-height: 1.5714; font-size: .875rem; }
.caption { line-height: 1.5; font-size: .75rem; }
.overline { display: inline-block; font-weight: 700; line-height: 1.5; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-disabled); }
.lead { font-size: 1.125rem; line-height: 1.75; color: var(--text-secondary); }
@media (min-width: 600px) { .h1 { font-size: 3.25rem; } .h2 { font-size: 2.5rem; } .h3 { font-size: 1.625rem; } .h5 { font-size: 1.1875rem; } .h6 { font-size: 1.125rem; } }
@media (min-width: 900px) { .h1 { font-size: 3.625rem; } .h2 { font-size: 2.75rem; } .h3 { font-size: 1.875rem; } .h4 { font-size: 1.5rem; } }
@media (min-width: 1200px) { .h1 { font-size: 4rem; } .h2 { font-size: 3rem; } .h3 { font-size: 2rem; } }

/* Minimals textGradient + hero'daki kayan degrade */
/* Başlıklardaki vurgulu kelime: marka renginde düz metin (kayan çok renkli degrade kurumsal görünmüyordu) */
.text-gradient { color: var(--primary-main); }
@keyframes text-flow { to { background-position: 200% center; } }
.text-fade {
  opacity: .4;
  background: linear-gradient(to right, var(--text-primary), rgb(var(--grey-800-rgb) / 0.2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
:root[data-color-scheme="dark"] .text-fade { background: linear-gradient(to right, #fff, rgb(255 255 255 / 0.2)); -webkit-background-clip: text; background-clip: text; }

/* ---------- 4. Buton (MUI Button · Minimals overrides) ---------- */
.btn {
  --btn-bg: var(--btn-default-bg, var(--grey-800)); --btn-color: var(--btn-default-color, #fff); --btn-border: transparent; --btn-hover-bg: var(--btn-default-hover, var(--grey-700)); --btn-shadow: var(--shadow-z8);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 36px; padding: 6px 12px;
  font-family: var(--font-primary); font-size: .875rem; font-weight: 700; line-height: 1.7143; white-space: nowrap;
  color: var(--btn-color); background: var(--btn-bg);
  border: 1px solid var(--btn-border); border-radius: var(--radius);
  cursor: pointer; user-select: none; text-decoration: none;
  transition: background-color 250ms var(--ease), box-shadow 250ms var(--ease), border-color 250ms var(--ease), color 250ms var(--ease);
}
.btn:hover { background: var(--btn-hover-bg); box-shadow: var(--btn-shadow); color: var(--btn-color); }
.btn:active { transform: translateY(1px); }
.btn i { font-size: 1.05em; }
.btn .fa-arrow-right { transition: transform 250ms var(--ease); }
.btn:hover .fa-arrow-right { transform: translateX(3px); }
:root[data-color-scheme="dark"] { --btn-default-bg: #fff; --btn-default-color: var(--grey-800); --btn-default-hover: var(--grey-400); }
/* Beyaz yazının okunabilirliği için koyu marka tonu (WCAG AA: 3.05 → 5.97) */
.btn--brand { --btn-bg: var(--primary-dark); --btn-color: var(--primary-contrast); --btn-hover-bg: var(--primary-darker); --btn-shadow: var(--shadow-primary); }
.btn--warning { --btn-bg: var(--warning-main); --btn-color: var(--grey-800); --btn-hover-bg: var(--warning-dark); --btn-shadow: 0 8px 16px 0 rgb(var(--warning-rgb) / 0.24); }
.btn--outlined { --btn-bg: transparent; --btn-color: var(--text-primary); --btn-border: rgb(var(--grey-500-rgb) / 0.32); --btn-hover-bg: var(--action-hover); --btn-shadow: none; }
.btn--outlined:hover { border-color: currentColor; }
.btn--soft { --btn-bg: rgb(var(--primary-rgb) / 0.16); --btn-color: var(--primary-dark); --btn-hover-bg: rgb(var(--primary-rgb) / 0.32); --btn-shadow: none; }
:root[data-color-scheme="dark"] .btn--soft { --btn-color: var(--primary-light); }
.btn--text { --btn-bg: transparent; --btn-color: var(--text-primary); --btn-hover-bg: var(--action-hover); --btn-shadow: none; }
.btn--light { --btn-bg: #fff; --btn-color: var(--grey-800); --btn-hover-bg: var(--grey-300); --btn-shadow: var(--shadow-z8); }
.btn--ghost-light { --btn-bg: rgb(255 255 255 / 0.08); --btn-color: #fff; --btn-border: rgb(255 255 255 / 0.32); --btn-hover-bg: rgb(255 255 255 / 0.16); --btn-shadow: none; backdrop-filter: blur(6px); }
.btn--ghost-light:hover { border-color: #fff; }
.btn--sm { min-height: 30px; padding: 4px 8px; font-size: .8125rem; }
.btn--lg { min-height: 48px; padding: 8px 16px; font-size: .9375rem; }
.btn--xl { min-height: 52px; padding: 10px 20px; font-size: .9375rem; }
.btn--block { width: 100%; }
.btn[aria-busy="true"] { pointer-events: none; opacity: .72; }
.btn[aria-busy="true"] i { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.button-row--center { justify-content: center; }

.icon-btn {
  display: inline-grid; place-items: center; flex-shrink: 0;
  width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%;
  background: transparent; color: var(--text-secondary); font-size: 1.05rem; cursor: pointer;
  transition: background-color 150ms var(--ease), color 150ms var(--ease), transform 150ms var(--ease);
}
.icon-btn:hover { background: var(--action-hover); color: var(--text-primary); }
.icon-btn--outlined { border: 1px solid rgb(var(--grey-500-rgb) / 0.24); }
.icon-btn--sm { width: 32px; height: 32px; font-size: .875rem; }

.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: .875rem; font-weight: 700; color: var(--text-primary); }
.link-arrow i { font-size: .8em; transition: transform 250ms var(--ease); }
.link-arrow:hover { color: var(--primary-main); }
.link-arrow:hover i, a:hover > .link-arrow i { transform: translateX(4px); }
.link-button { padding: 0; border: 0; background: none; color: inherit; font-size: inherit; cursor: pointer; }
.link-button:hover { color: var(--text-primary); text-decoration: underline; }

/* ---------- 5. Label, chip, avatar, divider ---------- */
.label--filled.label--warning { background: var(--warning-main); color: var(--grey-800); }
.label--filled.label--info { background: var(--info-main); color: #fff; }
.label--filled.label--error { background: var(--error-main); color: #fff; }
.label--lg { height: 28px; padding: 0 10px; font-size: .8125rem; }
.label--dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
:root[data-color-scheme="dark"] .label--primary { color: var(--primary-light); }

.chip {
  display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px;
  border: 1px solid rgb(var(--grey-500-rgb) / 0.24); border-radius: var(--radius);
  background: transparent; color: var(--text-primary);
  font-size: .8125rem; font-weight: 600; white-space: nowrap; cursor: pointer;
  transition: all 200ms var(--ease);
}
.chip:hover { background: var(--action-hover); border-color: rgb(var(--grey-500-rgb) / 0.4); }
.chip.is-active { background: var(--text-primary); border-color: var(--text-primary); color: var(--bg-default); }
.chip__count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 6px; background: rgb(var(--grey-500-rgb) / 0.16); font-size: .6875rem; font-weight: 700; }
.chip.is-active .chip__count { background: rgb(255 255 255 / 0.2); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.result-count { margin: -24px 0 24px; font-size: .875rem; color: var(--text-secondary); }
.result-count strong { color: var(--text-primary); }

.avatar-group { display: flex; align-items: center; }
.avatar-group .avatar { width: 36px; height: 36px; margin-left: -10px; border: 2px solid var(--bg-default); background: var(--bg-paper); box-shadow: var(--shadow-z1); }
.avatar-group .avatar:first-child { margin-left: 0; }
.avatar-group .avatar img { object-fit: contain; padding: 4px; background: #fff; }
.avatar-group .avatar--more { font-size: .75rem; font-weight: 700; color: var(--text-primary); background: var(--bg-neutral); }

.divider { height: 0; margin: 24px 0; border: 0; border-top: 1px solid var(--divider); }
.divider--dashed { border-top-style: dashed; }

/* Kart zemini (MUI Card · Minimals customShadows.card) */
.paper { position: relative; background: var(--bg-paper); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }

/* ---------- 6. Bölüm tonları (kartlarda canlı Minimals renkleri) ---------- */
.tone-primary   { --tone-main: var(--primary-main);   --tone-dark: var(--primary-dark);   --tone-light: var(--primary-light);   --tone-lighter: var(--primary-lighter);   --tone-rgb: var(--primary-rgb); }
.tone-secondary { --tone-main: var(--secondary-main); --tone-dark: var(--secondary-dark); --tone-light: var(--secondary-light); --tone-lighter: var(--secondary-lighter); --tone-rgb: var(--secondary-rgb); }
.tone-info      { --tone-main: var(--info-main);      --tone-dark: var(--info-dark);      --tone-light: var(--info-light);      --tone-lighter: var(--info-lighter);      --tone-rgb: var(--info-rgb); }
.tone-success   { --tone-main: var(--success-main);   --tone-dark: var(--success-dark);   --tone-light: var(--success-light);   --tone-lighter: var(--success-lighter);   --tone-rgb: var(--success-rgb); }
.tone-warning   { --tone-main: var(--warning-main);   --tone-dark: var(--warning-dark);   --tone-light: var(--warning-light);   --tone-lighter: var(--warning-lighter);   --tone-rgb: var(--warning-rgb); }
.tone-error     { --tone-main: var(--error-main);     --tone-dark: var(--error-dark);     --tone-light: var(--error-light);     --tone-lighter: var(--error-lighter);     --tone-rgb: var(--error-rgb); }

/* ---------- 7. Kaydırma ilerlemesi, header ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 1300; height: 3px; transform-origin: 0 50%; transform: scaleX(var(--progress, 0)); background: linear-gradient(90deg, var(--primary-main), var(--warning-main)); pointer-events: none; }

.header {
  position: sticky; top: 0; z-index: 1100;
  height: var(--header-h);
  transition: height 200ms var(--ease), background-color 200ms var(--ease);
}
.header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgb(255 255 255 / 0.97); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  opacity: 0; transition: opacity 200ms var(--ease);
}
.header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 24px; z-index: -2; margin: auto; width: calc(100% - 48px); border-radius: 50%;
  box-shadow: var(--shadow-z8); opacity: 0; transition: opacity 200ms var(--ease);
}
:root[data-color-scheme="dark"] .header::before { background: rgb(20 26 33 / 0.97); }
.header.is-scrolled { height: var(--header-h-scrolled); }
.header.is-scrolled::before, .header.is-scrolled::after, .header--solid::before { opacity: 1; }
body.has-hero .header, body.has-dark-hero .header { margin-bottom: calc(var(--header-h) * -1); }
/* Koyu görselli sayfa başlığı üzerinde, kaydırılmamış header açık renkli */
body.has-dark-hero .header:not(.is-scrolled) .nav__link,
body.has-dark-hero .header:not(.is-scrolled) .header__actions .icon-btn,
body.has-dark-hero .header:not(.is-scrolled) .nav-toggle,
body.has-dark-hero .header:not(.is-scrolled) .lang-menu__button,
body.has-dark-hero .header:not(.is-scrolled) .brand { color: #fff; }
body.has-dark-hero .header:not(.is-scrolled) .nav__item.is-active > .nav__link { color: var(--primary-light); }
body.has-dark-hero .header:not(.is-scrolled) .header__cta { --btn-bg: #fff; --btn-color: var(--grey-800); --btn-hover-bg: var(--grey-300); }
body.has-dark-hero .header:not(.is-scrolled) .brand__logo--has-light { display: none; }
body.has-dark-hero .header:not(.is-scrolled) .brand__logo--on-dark { display: block; }
.brand__logo--on-dark { display: none; }
.header__inner { display: flex; align-items: center; gap: 24px; height: 100%; }

.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; color: var(--text-primary); }
.brand__logo { width: auto; height: 80px; object-fit: contain; transition: height 200ms var(--ease); }
.header.is-scrolled .brand__logo { height: 62px; }
@media (max-width: 1023px) { .brand__logo { height: 62px; } .header.is-scrolled .brand__logo { height: 52px; } }
@media (max-width: 599px) { .brand__logo { height: 56px; } .header.is-scrolled .brand__logo { height: 48px; } }
:root[data-color-scheme="dark"] .brand__logo--has-light { display: none; }
:root[data-color-scheme="dark"] .brand__logo--on-dark { display: block; }
.brand__mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--primary-light), var(--primary-dark)); color: #fff; font-family: var(--font-secondary); font-weight: 800; font-size: 1.25rem; box-shadow: var(--shadow-primary); }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__text strong { font-family: var(--font-secondary); font-size: 1rem; font-weight: 800; }
.brand__text small { font-size: .75rem; color: var(--text-secondary); }

/* Masaüstü menü (Minimals NavDesktop) */
.nav { margin-inline: auto; }
.nav__list { display: flex; align-items: center; gap: 36px; list-style: none; padding-left: 12px; }
.nav__item { position: relative; }
.nav__link {
  position: relative; display: inline-flex; align-items: center; gap: 4px; height: var(--header-h); padding: 0; border: 0; background: none;
  font-size: .9375rem; font-weight: 500; color: var(--text-primary); white-space: nowrap; cursor: pointer;
  transition: color 200ms var(--ease), height 200ms var(--ease);
}
.header.is-scrolled .nav__link { height: var(--header-h-scrolled); }
.nav__link::before { content: ""; position: absolute; left: -12px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: rgb(var(--grey-500-rgb) / 0.64); opacity: 0; transform: scale(0); transition: opacity 200ms var(--ease), transform 200ms var(--ease); }
.nav__link:hover::before, .nav__item.is-open > .nav__link::before { opacity: 1; transform: scale(1); }
.nav__item.is-active > .nav__link { color: var(--primary-main); font-weight: 600; }
.nav__item.is-active > .nav__link::before { opacity: 1; transform: scale(1); background: var(--primary-main); }
.nav__arrow { font-size: .625rem; opacity: .64; transition: transform 200ms var(--ease); }
.nav__item.is-open > .nav__link .nav__arrow { transform: rotate(180deg); }

.nav-dropdown {
  position: fixed; left: 0; right: 0; top: calc(var(--header-h) - 12px); z-index: 1200;
  width: 100%; max-width: var(--container); margin-inline: auto; padding: 12px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 200ms var(--ease), transform 200ms var(--ease), visibility 200ms;
}
.header.is-scrolled .nav-dropdown { top: calc(var(--header-h-scrolled) - 12px); }
.nav__item.is-open > .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown__paper {
  display: grid; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); gap: 24px;
  padding: 40px 8px 8px 32px; border-radius: var(--radius-lg);
  background-color: var(--bg-paper);
  background-image: radial-gradient(circle at 100% 0%, rgb(var(--info-rgb) / 0.12), transparent 36%), radial-gradient(circle at 0% 100%, rgb(var(--error-rgb) / 0.1), transparent 36%);
  box-shadow: var(--shadow-dropdown);
}

.nav-dropdown__group { display: flex; flex-direction: column; gap: 12px; padding-bottom: 32px; min-width: 0; }
.nav-dropdown__subheader { font-size: .6875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text-primary); }
.nav-dropdown__link { position: relative; display: flex; align-items: center; gap: 10px; font-size: .8125rem; color: var(--text-secondary); line-height: 1.6; transition: color 150ms var(--ease); }
.nav-dropdown__link::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0; transform: scale(0); margin-right: -16px; transition: all 150ms var(--ease); }
.nav-dropdown__link:hover { color: var(--text-primary); }
.nav-dropdown__link:hover::before { opacity: .64; transform: scale(1); margin-right: 0; }
.nav-dropdown__link i { width: 18px; text-align: center; color: var(--primary-main); }
.nav-dropdown__card { display: block; border-radius: var(--radius); overflow: hidden; position: relative; color: #fff; aspect-ratio: 16 / 10; }
.nav-dropdown__card img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease); }
.nav-dropdown__card:hover img { transform: scale(1.06); }
.nav-dropdown__card span { position: absolute; inset: auto 0 0; padding: 32px 14px 12px; font-size: .8125rem; font-weight: 700; background: linear-gradient(to bottom, transparent, rgb(20 26 33 / 0.88)); }
.nav-dropdown__all { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; margin: -8px 24px 16px 0; padding: 14px 16px; border-radius: var(--radius); background: rgb(var(--grey-500-rgb) / 0.08); font-size: .875rem; font-weight: 700; color: var(--text-primary); }
.nav-dropdown__all:hover { background: rgb(var(--grey-500-rgb) / 0.16); }

.nav-promo { position: relative; display: flex; align-items: flex-end; min-height: 168px; margin-right: 24px; padding: 20px; border-radius: 12px; overflow: hidden; isolation: isolate; color: #fff; }
.nav-promo img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.nav-promo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg, rgb(var(--primary-rgb) / 0.88), rgb(20 26 33 / 0.72)); }
.nav-promo:hover { color: #fff; }
.nav-promo:hover img { transform: scale(1.06); }
.nav-promo__body { display: flex; flex-direction: column; gap: 4px; max-width: 80%; }
.nav-promo__body strong { font-size: 1.125rem; font-weight: 800; }
.nav-promo__body small { font-size: .8125rem; line-height: 1.5; color: rgb(255 255 255 / 0.8); }
.nav-promo__arrow { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgb(255 255 255 / 0.2); backdrop-filter: blur(6px); transition: transform 300ms var(--ease); }
.nav-promo:hover .nav-promo__arrow { transform: rotate(-45deg); }

.header__actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav + .header__actions { margin-left: 0; }

.lang-menu { position: relative; }
.lang-menu__button { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 10px; border: 0; border-radius: 20px; background: transparent; font-size: .8125rem; font-weight: 700; color: var(--text-primary); }
.lang-menu__button:hover { background: var(--action-hover); }
.lang-menu__flag { width: 26px; height: 18px; border-radius: 4px; object-fit: cover; box-shadow: 0 0 0 1px rgb(var(--grey-500-rgb) / 0.16); }
.lang-menu__panel { position: absolute; right: 0; top: calc(100% + 8px); z-index: 1250; min-width: 180px; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: all 150ms var(--ease); }
.lang-menu.is-open .lang-menu__panel { opacity: 1; visibility: visible; transform: none; }
.lang-menu__panel .menu-item { font-weight: 500; }
:root[data-color-scheme="dark"] .paper-dropdown { background-color: rgb(28 37 46 / 0.9); }

.nav-toggle { display: none; }
.theme-toggle svg { display: block; }
.theme-toggle .theme-toggle__sun { display: none; }
:root[data-color-scheme="dark"] .theme-toggle .theme-toggle__sun { display: block; }
:root[data-color-scheme="dark"] .theme-toggle .theme-toggle__moon { display: none; }

/* Mobil çekmece (Minimals NavMobile) */
.drawer {
  position: fixed; top: 0; bottom: 0; left: 0; z-index: 1400;
  display: flex; flex-direction: column; width: min(320px, 86vw);
  background: var(--bg-default); box-shadow: var(--shadow-dialog);
  transform: translateX(-100%); visibility: hidden;
  transition: transform 300ms var(--ease), visibility 300ms;
}
body.nav-open .drawer { transform: none; visibility: visible; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 1350; background: rgb(var(--grey-800-rgb) / 0.48); opacity: 0; visibility: hidden; transition: all 300ms var(--ease); }
body.nav-open .drawer-backdrop { opacity: 1; visibility: visible; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 16px 16px 24px; }
.drawer__body { flex: 1; overflow-y: auto; padding: 0 16px 16px; }
.drawer__foot { display: grid; gap: 8px; padding: 16px 16px 24px; border-top: 1px dashed var(--divider); }
.drawer-nav { list-style: none; display: grid; gap: 4px; }
.drawer-nav__link { display: flex; align-items: center; gap: 16px; width: 100%; min-height: 48px; padding: 4px 8px 4px 12px; border: 0; border-radius: var(--radius); background: none; font-size: .875rem; font-weight: 500; color: var(--text-secondary); text-align: left; }
.drawer-nav__link:hover { background: var(--action-hover); color: var(--text-primary); }
.drawer-nav__link i.drawer-nav__icon { width: 22px; text-align: center; font-size: 1rem; }
.drawer-nav__link .nav__arrow { margin-left: auto; }
.drawer-nav__item.is-active > .drawer-nav__link { color: var(--primary-main); font-weight: 600; background: rgb(var(--primary-rgb) / 0.08); }
.drawer-nav__sub { display: none; list-style: none; margin: 4px 0 8px 23px; padding-left: 20px; border-left: 1px solid var(--divider); }
.drawer-nav__item.is-open > .drawer-nav__sub { display: grid; gap: 2px; }
.drawer-nav__item.is-open > .drawer-nav__link .nav__arrow { transform: rotate(180deg); }
.drawer-nav__sub a { display: block; padding: 8px 12px; border-radius: var(--radius); font-size: .8125rem; color: var(--text-secondary); }
.drawer-nav__sub a:hover { background: var(--action-hover); color: var(--text-primary); }

/* ---------- 8. Bölümler ve başlıklar ---------- */
.section { position: relative; padding-block: var(--section-y-sm); }
.section--compact { padding-block: 64px; }
.section--neutral { background: var(--grey-100); }
:root[data-color-scheme="dark"] .section--neutral { background: var(--dark-800); }
.section--dark { color: rgb(255 255 255 / 0.72); background-color: var(--dark-900); overflow: hidden; isolation: isolate; }
.section--dark::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgb(20 26 33 / 0.9), rgb(20 26 33 / 0.9)), url("../img/ui/bg/background-3-blur.webp") center / cover no-repeat; }
.section--dark h2, .section--dark h3, .section--dark h4, .section--dark .h5 { color: #fff; }
.section--dark .overline { color: rgb(255 255 255 / 0.48); }
.section--dark .text-fade { background: linear-gradient(to right, #fff, rgb(255 255 255 / 0.2)); -webkit-background-clip: text; background-clip: text; }
.section--lined { overflow: clip; }
.section--lined::before, .section--lined::after { content: ""; position: absolute; pointer-events: none; opacity: .24; }
.section--lined::before { left: 0; right: 0; top: 80px; border-top: 1px dashed var(--grey-500); }
.section--lined::after { top: 0; bottom: 0; left: 80px; border-left: 1px dashed var(--grey-500); }
.plus { position: absolute; width: 16px; height: 16px; color: var(--grey-500); pointer-events: none; }
.plus::before, .plus::after { content: ""; position: absolute; background: currentColor; }
.plus::before { left: 7.5px; top: 0; width: 1px; height: 16px; }
.plus::after { top: 7.5px; left: 0; height: 1px; width: 16px; }

.section-head { display: flex; flex-direction: column; gap: 16px; max-width: 720px; margin-bottom: 48px; }
.section-head--center { align-items: center; max-width: 880px; margin-inline: auto; text-align: center; }
.section-head--split { max-width: none; flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 24px 48px; }
.section-head--split > div { display: flex; flex-direction: column; gap: 16px; max-width: 680px; }
.section-head__title { font-family: var(--font-secondary); font-weight: 800; line-height: 1.3333; font-size: 2rem; }
.section-head__title--sm { font-size: 1.5rem; line-height: 1.4; }
.section-head__text { color: var(--text-secondary); max-width: 560px; }
.section--dark .section-head__text { color: rgb(255 255 255 / 0.64); }
@media (min-width: 600px) { .section-head__title { font-size: 2.5rem; } .section-head__title--sm { font-size: 1.75rem; } }
@media (min-width: 900px) { .section-head__title { font-size: 2.75rem; } }
@media (min-width: 1200px) { .section-head__title { font-size: 3rem; } .section-head__title--sm { font-size: 2rem; } }

.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }

/* ---------- 9. Hero (anasayfa) ---------- */
.hero { position: relative; overflow: hidden; isolation: isolate; padding: calc(var(--header-h) + 40px) 0 64px; }
.hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero__bg::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, var(--bg-default) 12%, rgb(255 255 255 / 0.92) 50%, var(--bg-default) 88%),
    url("../img/ui/bg/background-3.webp") center / cover no-repeat;
}
:root[data-color-scheme="dark"] .hero__bg::before { background: linear-gradient(180deg, var(--bg-default) 12%, rgb(20 26 33 / 0.94) 50%, var(--bg-default) 88%), url("../img/ui/bg/background-3.webp") center / cover no-repeat; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--hero-line) 1px, transparent 1px), linear-gradient(90deg, var(--hero-line) 1px, transparent 1px);
  background-size: 80px 80px; background-position: center top;
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 45%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 60% 50% at 50% 45%, #000 20%, transparent 75%);
  opacity: .5;
}
.hero__dots { position: absolute; width: 12px; height: 12px; border-radius: 50%; animation: float-y 6s ease-in-out infinite; }
.hero__dots--1 { top: 24%; left: 7%; background: var(--primary-main); }
.hero__dots--2 { top: 70%; left: 44%; width: 8px; height: 8px; background: var(--warning-main); animation-delay: -2s; }
.hero__dots--3 { top: 18%; right: 9%; width: 10px; height: 10px; background: var(--info-main); animation-delay: -4s; }
.hero__dots--4 { bottom: 14%; right: 38%; width: 6px; height: 6px; background: var(--error-main); animation-delay: -1s; }
@keyframes float-y { 50% { transform: translateY(-14px); } }

.hero__inner { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.hero__texts { display: grid; }
.hero__text { grid-area: 1 / 1; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; opacity: 0; visibility: hidden; transform: translateY(24px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out), visibility 600ms; }
.hero__text.is-active { opacity: 1; visibility: visible; transform: none; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px 4px 4px; border-radius: 24px; background: var(--bg-paper); box-shadow: var(--shadow-z8); font-size: .8125rem; font-weight: 600; color: var(--text-primary); }
.hero__eyebrow .label { border-radius: 16px; height: 22px; }
.hero__title { font-family: var(--font-secondary); font-weight: 800; font-size: 2.5rem; line-height: 1.2; letter-spacing: -0.02em; }
@media (min-width: 900px) { .hero__title { font-size: 3.25rem; } }
@media (min-width: 1200px) { .hero__title { font-size: 4rem; line-height: 1.16; } }
.hero__lead { max-width: 540px; font-size: 1.125rem; line-height: 1.8; color: var(--text-secondary); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; }
.hero__trust { display: flex; align-items: center; gap: 12px; margin-top: 32px; font-size: .875rem; font-weight: 600; color: var(--text-primary); }
.hero__trust small { display: block; font-weight: 400; color: var(--text-secondary); }

.hero__media { position: relative; }
.hero__frame { position: relative; aspect-ratio: 5 / 4; border-radius: 24px; overflow: hidden; background: var(--bg-neutral); box-shadow: -40px 40px 80px 0 rgb(var(--grey-500-rgb) / 0.24); }
:root[data-color-scheme="dark"] .hero__frame { box-shadow: -40px 40px 80px 0 rgb(0 0 0 / 0.32); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity 900ms var(--ease), transform 6s linear; }
.hero__image.is-active { opacity: 1; transform: scale(1); }
.hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(20 26 33 / 0.48), transparent 45%); pointer-events: none; }
.hero__media::before { content: ""; position: absolute; inset: 32px -24px -24px 32px; z-index: -1; border-radius: 28px; border: 1px dashed rgb(var(--grey-500-rgb) / 0.48); }
.hero__float {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 14px 18px 14px 14px;
  border-radius: var(--radius-lg); background: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-z24); animation: float-y 7s ease-in-out infinite;
}
.hero__float--a { left: -40px; bottom: 72px; }
.hero__float--b { right: -28px; top: 40px; animation-delay: -3.5s; }
.hero__float-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; font-size: 1.25rem; color: var(--tone-dark); background: rgb(var(--tone-rgb) / 0.16); }
.hero__float strong { display: block; font-family: var(--font-secondary); font-size: 1.375rem; font-weight: 800; line-height: 1.2; color: var(--text-primary); }
.hero__float small { display: block; max-width: 150px; font-size: .75rem; line-height: 1.4; color: var(--text-secondary); }
.hero__controls { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 3; display: flex; align-items: center; justify-content: space-between; }
.hero__dots-nav { display: flex; gap: 8px; }
/* 24 px dokunma alanı içinde 4 px çubuk */
.hero__dot { position: relative; width: 28px; height: 24px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: width 300ms var(--ease); }
.hero__dot::before { content: ""; position: absolute; left: 0; right: 0; top: 10px; height: 4px; border-radius: 4px; background: rgb(255 255 255 / 0.4); }
.hero__dot span { position: absolute; left: 0; top: 10px; height: 4px; width: 0; border-radius: 4px; background: #fff; }
.hero__dot.is-active { width: 56px; }
.hero__dot.is-active span { animation: hero-progress var(--hero-interval, 7000ms) linear forwards; }
.hero.is-paused .hero__dot.is-active span { animation-play-state: paused; }
@keyframes hero-progress { to { width: 100%; } }
.hero__arrows { display: flex; gap: 8px; }
.hero__arrows .icon-btn { color: #fff; background: rgb(255 255 255 / 0.16); backdrop-filter: blur(6px); }
.hero__arrows .icon-btn:hover { background: #fff; color: var(--grey-800); }

/* ---------- 10. İstatistik ---------- */
.stats { display: grid; grid-template-columns: repeat(clamp(1, var(--stats, 4), 4), minmax(0, 1fr)); }
.stat { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 8px 24px; text-align: center; }
.stat + .stat { border-left: 1px dashed var(--divider); }
.stat__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 8px; border-radius: 16px; font-size: 1.375rem; color: var(--tone-dark); background: rgb(var(--tone-rgb) / 0.12); }
:root[data-color-scheme="dark"] .stat__icon { color: var(--tone-light); }
.stat__value { font-family: var(--font-secondary); font-weight: 800; font-size: 2.5rem; line-height: 1.1; letter-spacing: -0.02em; background: linear-gradient(135deg, var(--tone-main), var(--tone-dark)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
@media (min-width: 1200px) { .stat__value { font-size: 3rem; } }
.stat__label { font-size: .875rem; color: var(--text-secondary); max-width: 220px; }
.section--dark .stat + .stat { border-color: rgb(255 255 255 / 0.12); }
.section--dark .stat__label { color: rgb(255 255 255 / 0.64); }
.section--dark .stat__icon, :root[data-color-scheme="dark"] .stat__icon { color: var(--tone-light); background: rgb(var(--tone-rgb) / 0.24); }
:root[data-color-scheme="dark"] .stat__value { background: linear-gradient(135deg, #fff, var(--tone-light)); -webkit-background-clip: text; background-clip: text; }
.section--dark .stat__value { background: linear-gradient(135deg, #fff, var(--tone-light)); -webkit-background-clip: text; background-clip: text; }

/* ---------- 11. Hakkımızda özeti (Minimals AboutWhat) ---------- */
.about-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.about-intro__media { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; position: relative; }
.about-intro__img { width: 100%; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-z24); }
.about-intro__img--small { aspect-ratio: 3 / 4; margin-bottom: 80px; }
.about-intro__img--large { aspect-ratio: 3 / 5.2; }
.about-intro__badge { position: absolute; left: 50%; bottom: 24px; transform: translateX(-60%); display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: var(--radius-lg); background: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: var(--shadow-z24); white-space: nowrap; }
.about-intro__badge strong { font-family: var(--font-secondary); font-size: 2rem; font-weight: 800; line-height: 1; color: var(--primary-main); }
.about-intro__badge span { font-size: .8125rem; font-weight: 600; color: var(--text-secondary); line-height: 1.35; }
.about-intro__content { display: flex; flex-direction: column; gap: 24px; }

.feature-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; }
.feature-list li { display: flex; align-items: center; gap: 12px; font-size: .9375rem; font-weight: 600; color: var(--text-primary); }
.feature-list__icon { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; font-size: 1rem; color: var(--tone-dark); background: rgb(var(--tone-rgb) / 0.12); }
:root[data-color-scheme="dark"] .feature-list__icon { color: var(--tone-light); }

.call-link { display: inline-flex; align-items: center; gap: 12px; color: var(--text-primary); }
.call-link__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px dashed rgb(var(--primary-rgb) / 0.48); color: var(--primary-main); transition: all 250ms var(--ease); }
.call-link:hover .call-link__icon { background: var(--primary-main); border-color: var(--primary-main); color: #fff; }
.call-link small { display: block; font-size: .75rem; color: var(--text-secondary); }
.call-link strong { display: block; font-size: 1rem; font-weight: 700; }

/* ---------- 12. Kartlar ---------- */
/* Hizmet kartı */
.service-card { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 40px 32px 32px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); overflow: hidden; isolation: isolate; transition: transform 300ms var(--ease), box-shadow 300ms var(--ease); }
.service-card::before { content: ""; position: absolute; top: -80px; right: -80px; z-index: -1; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgb(var(--tone-rgb) / 0.16), transparent 70%); transition: transform 500ms var(--ease); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-z24); }
.service-card:hover::before { transform: scale(1.8); }
.service-card__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; font-size: 1.5rem; color: #fff; background: linear-gradient(135deg, var(--tone-light), var(--tone-dark)); box-shadow: 0 8px 16px 0 rgb(var(--tone-rgb) / 0.24); }
.service-card__title { font-size: 1.25rem; font-weight: 700; line-height: 1.4; }
.service-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.service-card__text { color: var(--text-secondary); font-size: .9375rem; line-height: 1.7; }
.service-card .link-arrow { margin-top: auto; color: var(--tone-dark); }
:root[data-color-scheme="dark"] .service-card .link-arrow { color: var(--tone-light); }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.tag-list .label { color: var(--tone-dark); background: rgb(var(--tone-rgb) / 0.12); }
:root[data-color-scheme="dark"] .tag-list .label { color: var(--tone-light); }

/* Kategori kartı (görsel üzerine metin) */
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.category-card { position: relative; display: block; aspect-ratio: 4 / 4.6; border-radius: var(--radius-lg); overflow: hidden; color: #fff; isolation: isolate; box-shadow: var(--shadow-card); }
.category-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease); }
.category-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, transparent 40%, rgb(20 26 33 / 0.86) 100%); }
.category-card:hover { color: #fff; }
.category-card:hover img { transform: scale(1.08); }
.category-card__body { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; gap: 6px; padding: 24px; }
.category-card__count { align-self: flex-start; }
.category-card__title { font-family: var(--font-secondary); font-size: 1.375rem; font-weight: 800; line-height: 1.3; }
.category-card__text { font-size: .875rem; color: rgb(255 255 255 / 0.72); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.category-card__arrow { position: absolute; top: 20px; right: 20px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgb(255 255 255 / 0.16); backdrop-filter: blur(8px); transition: all 300ms var(--ease); }
.category-card:hover .category-card__arrow { background: var(--primary-main); transform: rotate(-45deg); }

/* Ürün kartı (Minimals ProductItem) */
.product-card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); transition: box-shadow 300ms var(--ease), transform 300ms var(--ease); }
.product-card:hover { box-shadow: var(--shadow-z20); transform: translateY(-4px); }
.product-card__media { position: relative; display: block; margin: 8px 8px 0; aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: var(--bg-neutral); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.06); }
.product-card__label { position: absolute; top: 16px; right: 16px; z-index: 2; }
.product-card__quick { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--warning-main); color: var(--grey-800); font-size: 1.1rem; box-shadow: 0 8px 16px 0 rgb(var(--warning-rgb) / 0.32); opacity: 0; transform: scale(0); transition: all 300ms var(--ease); }
.product-card:hover .product-card__quick, .product-card:focus-within .product-card__quick { opacity: 1; transform: scale(1); }
.product-card__quick:hover { background: var(--warning-dark); color: #fff; }
.product-card__body { display: flex; flex-direction: column; gap: 8px; padding: 20px 24px 24px; flex: 1; }
.product-card__category { font-size: .75rem; font-weight: 600; color: var(--text-disabled); text-transform: uppercase; letter-spacing: .04em; }
.product-card__title { font-size: .9375rem; font-weight: 600; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.product-card__text { font-size: .8125rem; color: var(--text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 8px; }

/* Proje kartı (Minimals PostItemLatest) */
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.project-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-grid--bento { grid-auto-rows: 280px; }
.project-grid--bento > :first-child { grid-column: span 2; grid-row: span 2; }
.project-card { position: relative; display: block; min-height: 360px; border-radius: var(--radius-lg); overflow: hidden; color: #fff; isolation: isolate; box-shadow: var(--shadow-card); }
.project-grid--bento .project-card { min-height: 0; height: 100%; }
.project-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease); }
.project-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, rgb(20 26 33 / 0) 20%, rgb(20 26 33 / 0.88) 100%); transition: background 400ms var(--ease); }
.project-card:hover { color: #fff; }
.project-card:hover img { transform: scale(1.07); }
.project-card:hover::before { background: linear-gradient(to bottom, rgb(20 26 33 / 0.24) 0%, rgb(20 26 33 / 0.92) 100%); }
.project-card__body { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; gap: 8px; padding: 24px; }
.project-card__meta { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: rgb(255 255 255 / 0.72); }
.project-card__meta .label { color: #fff; background: rgb(255 255 255 / 0.2); backdrop-filter: blur(6px); }
.project-card__title { font-size: 1.0625rem; font-weight: 700; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.project-grid--bento > :first-child .project-card__title { font-size: 1.5rem; font-family: var(--font-secondary); font-weight: 800; }
.project-card__more { display: inline-flex; align-items: center; gap: 6px; max-height: 0; overflow: hidden; opacity: 0; font-size: .8125rem; font-weight: 700; color: var(--primary-light); transition: all 350ms var(--ease); }
.project-card:hover .project-card__more, .project-card:focus-visible .project-card__more { max-height: 24px; opacity: 1; }
.is-filtered-out { display: none !important; }

/* Haber kartı (Minimals PostItem + AvatarShape) */
.post-card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); overflow: hidden; transition: box-shadow 300ms var(--ease), transform 300ms var(--ease); }
.post-card:hover { box-shadow: var(--shadow-z20); transform: translateY(-4px); }
.post-card__media { position: relative; display: block; aspect-ratio: 4 / 3; }
.post-card__cover { position: absolute; inset: 0; overflow: hidden; background: var(--bg-neutral); }
.post-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.post-card:hover .post-card__cover img { transform: scale(1.06); }
.post-card__shape { position: absolute; left: 0; bottom: -15px; z-index: 1; width: 88px; height: 36px; color: var(--bg-paper); }
.post-card__avatar { position: absolute; left: 24px; bottom: -20px; z-index: 2; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--bg-paper); color: var(--primary-main); box-shadow: var(--shadow-z8); font-size: .9rem; }
.post-card__avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; padding: 4px; background: #fff; }
.post-card__body { display: flex; flex-direction: column; gap: 8px; flex: 1; padding: 36px 24px 24px; }
.post-card__date { font-size: .75rem; color: var(--text-disabled); }
.post-card__title { font-size: .9375rem; font-weight: 600; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.post-card__text { font-size: .875rem; color: var(--text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-card__foot { display: flex; justify-content: flex-end; margin-top: auto; padding-top: 12px; font-size: .75rem; color: var(--text-disabled); gap: 16px; }
.post-card__foot span { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- 13. Çalışma süreci ---------- */
.process__steps { list-style: none; position: relative; display: grid; grid-template-columns: repeat(var(--steps, 4), minmax(0, 1fr)); gap: 24px; counter-reset: step; }
.process__steps::before { content: ""; position: absolute; top: 40px; left: 12%; right: 12%; border-top: 1px dashed rgb(255 255 255 / 0.24); }
.process-step { position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0 12px; text-align: center; }
.process-step__icon { position: relative; display: grid; place-items: center; width: 80px; height: 80px; margin-bottom: 12px; border-radius: 50%; font-size: 1.75rem; color: #fff; background: linear-gradient(135deg, var(--tone-light), var(--tone-dark)); box-shadow: 0 0 0 8px rgb(var(--tone-rgb) / 0.16), 0 16px 32px -8px rgb(var(--tone-rgb) / 0.48); transition: transform 300ms var(--ease); }
.process-step:hover .process-step__icon { transform: translateY(-6px) rotate(-6deg); }
.process-step__number { position: absolute; top: -4px; right: -4px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; color: var(--grey-800); font-size: .75rem; font-weight: 800; box-shadow: var(--shadow-z8); }
.process-step__title { font-size: 1.125rem; font-weight: 700; color: #fff; }
.process-step__text { font-size: .875rem; line-height: 1.7; color: rgb(255 255 255 / 0.64); }

/* ---------- 14. Müşteri yorumları (Minimals HomeTestimonials) ---------- */
.testimonials__layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 64px; align-items: center; }
.testimonials__intro { display: flex; flex-direction: column; gap: 24px; }
.rating-summary { display: flex; align-items: center; gap: 16px; }
.rating-summary strong { font-family: var(--font-secondary); font-size: 3rem; font-weight: 800; line-height: 1; color: #fff; }
.rating-summary small { display: block; font-size: .8125rem; color: rgb(255 255 255 / 0.64); }
.stars { display: inline-flex; gap: 2px; font-size: .875rem; color: rgb(var(--grey-500-rgb) / 0.4); }
.stars .is-on { color: var(--warning-main); }
.carousel { position: relative; }
.carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc(50% - 12px); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 8px 4px 24px; margin: -8px -4px -24px; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track > * { scroll-snap-align: start; }
.carousel__nav { display: flex; gap: 8px; margin-top: 32px; }
.carousel__nav .icon-btn { color: #fff; border: 1px solid rgb(255 255 255 / 0.24); }
.carousel__nav .icon-btn:hover { background: #fff; color: var(--grey-800); }
.carousel__nav .icon-btn:disabled { opacity: .32; pointer-events: none; }
.testimonial-card { display: flex; flex-direction: column; gap: 20px; padding: 32px; border-radius: var(--radius-lg); background: rgb(255 255 255 / 0.04); border: 1px solid rgb(255 255 255 / 0.08); backdrop-filter: blur(8px); color: rgb(255 255 255 / 0.8); transition: background 300ms var(--ease), border-color 300ms var(--ease); }
.testimonial-card:hover { background: rgb(255 255 255 / 0.08); border-color: rgb(var(--primary-rgb) / 0.48); }
.testimonial-card__quote { font-size: 2.5rem; line-height: 1; color: var(--primary-main); opacity: .8; }
.testimonial-card__text { flex: 1; font-size: .9375rem; line-height: 1.8; }
.testimonial-card__author { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px dashed rgb(255 255 255 / 0.16); }
.testimonial-card__author .avatar { width: 48px; height: 48px; background: var(--primary-main); }
.testimonial-card__author strong { display: block; font-size: .9375rem; color: #fff; }
.testimonial-card__author small { display: block; font-size: .8125rem; color: rgb(255 255 255 / 0.56); }

/* ---------- 15. Ekip (Minimals AboutTeam) ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.team-card { display: flex; flex-direction: column; align-items: center; padding: 8px 8px 24px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); text-align: center; transition: transform 300ms var(--ease), box-shadow 300ms var(--ease); }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-z20); }
.team-card__photo { position: relative; width: 100%; aspect-ratio: 1; margin-bottom: 20px; border-radius: 12px; overflow: hidden; background: var(--bg-neutral); }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.team-card:hover .team-card__photo img { transform: scale(1.05); }
.team-card__initial { display: grid; place-items: center; width: 100%; height: 100%; font-family: var(--font-secondary); font-size: 3.5rem; font-weight: 800; color: var(--primary-main); background: rgb(var(--primary-rgb) / 0.08); }
.team-card__name { font-size: 1rem; font-weight: 700; }
.team-card__position { margin-top: 4px; font-size: .875rem; color: var(--text-secondary); }
.team-card__bio { margin: 12px 16px 0; font-size: .8125rem; color: var(--text-secondary); line-height: 1.6; }
.team-card__social { display: flex; justify-content: center; gap: 4px; margin-top: 12px; }

/* ---------- 16. Sertifika / doküman (Minimals FileThumbnail) ---------- */
.doc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.doc-card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); overflow: hidden; transition: all 300ms var(--ease); }
.doc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-z20); }
.doc-card__media { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; margin: 8px 8px 0; border-radius: 12px; overflow: hidden; background: var(--bg-neutral); }
.doc-card__media img { width: 100%; height: 100%; object-fit: cover; }
.doc-card__media img.doc-card__icon { width: 64px; height: 64px; object-fit: contain; }
.doc-card__body { display: flex; align-items: center; gap: 12px; padding: 16px 16px 16px 20px; }
.doc-card__body > div { flex: 1; min-width: 0; }
.doc-card__title { font-size: .9375rem; font-weight: 600; line-height: 1.45; }
.doc-card__text { margin-top: 4px; font-size: .8125rem; color: var(--text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
/* ---------- Sertifika kartları: belgenin kendisi görünür, üzerine gelince renklenir ---------- */
.cert-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 32px 24px; }
@media (min-width: 1200px) { .cert-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 575px) { .cert-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; } }
.cert-card { position: relative; display: flex; flex-direction: column; min-width: 0; text-align: center; }
.cert-card__sheet { position: relative; display: block; width: 100%; padding: 0; border: 1px solid var(--divider); border-radius: 8px; background: #fff; aspect-ratio: 1 / 1.414; overflow: hidden; cursor: pointer; box-shadow: var(--shadow-card); transition: transform 300ms var(--ease), box-shadow 300ms var(--ease); }
.cert-card__sheet:hover { transform: translateY(-4px); box-shadow: var(--shadow-z20); }
.cert-card__sheet img, .cert-card__page canvas { width: 100%; height: 100%; object-fit: contain; object-position: top center; filter: grayscale(1); transition: filter 700ms var(--ease); }
.cert-card:hover .cert-card__sheet img, .cert-card:hover .cert-card__page canvas { filter: none; }
.cert-card__page { display: grid; place-items: start center; width: 100%; height: 100%; background: linear-gradient(180deg, var(--bg-neutral), #fff); }
.cert-card__page canvas { opacity: 0; transition: opacity 300ms var(--ease), filter 700ms var(--ease); }
.cert-card__page.is-ready canvas { opacity: 1; }
.cert-card__download { position: absolute; right: 12px; bottom: 76px; z-index: 2; background: var(--bg-paper); opacity: 0; transform: translateY(6px); transition: all 250ms var(--ease); }
.cert-card:hover .cert-card__download, .cert-card:focus-within .cert-card__download { opacity: 1; transform: none; }
.cert-card__title { margin-top: 16px; font-size: .9375rem; font-weight: 600; line-height: 1.4; }
.cert-card__text { margin-top: 4px; font-size: .8125rem; color: var(--text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (max-width: 575px) { .cert-card__download { bottom: 68px; right: 8px; } .cert-card__title { font-size: .8125rem; } .cert-card__text { display: none; } }

/* ---------- Katalog kartları (ürün kartlarıyla aynı Minimals dili) ---------- */
/* Geniş ekranda 6 kart yan yana; kartlar kompakt, sayfa başına 12 kayıt gösterilir */
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)); gap: 20px; }
@media (min-width: 1200px) { .catalog-grid { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 768px) and (max-width: 1199px) { .catalog-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 575px) {
  .catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .catalog-card__body { padding: 10px 12px 12px; }
  .catalog-card__title { font-size: .8125rem; }
  .catalog-card__text { display: none; }
  .catalog-card__actions { flex-direction: column; align-items: stretch; gap: 6px; }
  .catalog-card__actions .icon-btn { width: 100%; height: 32px; }
}
/* min-width: 0 olmadan düğmeler sütunu genişletir ve dar ekranda kartlar taşar */
.catalog-card { position: relative; display: flex; flex-direction: column; min-width: 0; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); transition: box-shadow 300ms var(--ease), transform 300ms var(--ease); }
.catalog-card:hover { box-shadow: var(--shadow-z20); transform: translateY(-4px); }
.catalog-card__cover { position: relative; display: block; width: calc(100% - 16px); margin: 8px 8px 0; padding: 0; border: 0; aspect-ratio: 3 / 4; border-radius: 12px; background: var(--bg-neutral); cursor: pointer; overflow: hidden; }
.catalog-card__cover--static { cursor: default; }
.catalog-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.catalog-card:hover .catalog-card__cover img { transform: scale(1.06); }
.catalog-card__thumb { display: grid; place-items: center; width: 100%; height: 100%; padding: 16px; }
.catalog-card__thumb canvas { max-width: 100%; max-height: 100%; opacity: 0; border-radius: 4px; box-shadow: var(--shadow-z8); transition: opacity 300ms var(--ease), transform 600ms var(--ease); }
.catalog-card__thumb.is-ready canvas { opacity: 1; }
.catalog-card:hover .catalog-card__thumb canvas { transform: scale(1.04); }
/* Üzerine gelince beliren yuvarlak "oku" düğmesi (ürün kartındaki hızlı bakış düğmesiyle aynı) */
.catalog-card__overlay { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--primary-main); color: var(--primary-contrast); font-size: 1.1rem; box-shadow: var(--shadow-primary); opacity: 0; transform: scale(0); transition: all 300ms var(--ease); }
.catalog-card__overlay span { display: none; }
.catalog-card:hover .catalog-card__overlay, .catalog-card:focus-within .catalog-card__overlay { opacity: 1; transform: scale(1); }
.catalog-card__body { display: flex; flex-direction: column; gap: 4px; padding: 12px 14px 14px; flex: 1; }
.catalog-card__title { font-size: .875rem; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.catalog-card__text { font-size: .75rem; color: var(--text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.catalog-card__actions { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 10px; }
.catalog-card__actions .btn { flex: 1; min-width: 0; padding: 6px 10px; font-size: .75rem; }
.catalog-card__actions .btn i { margin-right: 4px; }
.catalog-card__actions .icon-btn { flex: none; width: 34px; height: 34px; }
.catalog-card__overlay { right: 10px; bottom: 10px; width: 40px; height: 40px; font-size: .9rem; }

/* ---------- Katalog okuyucu (kitap) ---------- */
body.has-reader { overflow: hidden; }
.reader { position: fixed; inset: 0; z-index: 1300; display: grid; place-items: center; padding: 24px; background: rgb(22 28 36 / 0.48); backdrop-filter: blur(10px); color: #fff; animation: reader-in 200ms var(--ease); }
.reader[hidden] { display: none; }
@keyframes reader-in { from { opacity: 0; } to { opacity: 1; } }
.reader__panel { position: relative; display: flex; flex-direction: column; width: min(1240px, 100%); max-width: 100%; min-width: 0; height: 100%; max-height: 880px; background: transparent; }
.reader__panel:fullscreen { width: 100%; height: 100%; padding: 16px; background: rgb(22 28 36 / 0.92); }
.reader__bar { display: flex; align-items: center; gap: 16px; min-width: 0; padding: 8px 8px 8px 20px; border-radius: 999px; background: rgb(255 255 255 / 0.12); border: 1px solid rgb(255 255 255 / 0.16); backdrop-filter: blur(8px); }
.reader__title { flex: 1; min-width: 0; font-size: .9375rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.reader__tools { display: flex; align-items: center; gap: 4px; }
.reader__tool { color: #fff; }
.reader__tool:hover { background: rgb(255 255 255 / 0.12); }
.reader__tool:disabled { opacity: .4; }
.reader__counter { min-width: 96px; padding: 0 8px; text-align: center; font-size: .8125rem; font-variant-numeric: tabular-nums; color: rgb(255 255 255 / 0.72); }
.reader__stage { position: relative; flex: 1; min-height: 0; display: grid; place-items: center; padding: 16px 12px; overflow: hidden; }
.reader__stage.is-zoomed { overflow: auto; }
.reader__status { position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; text-align: center; font-size: .9375rem; color: rgb(255 255 255 / 0.8); }
.reader__status[hidden] { display: none; }
.reader__nav { position: absolute; top: 50%; z-index: 4; display: grid; place-items: center; width: 48px; height: 48px; margin-top: -24px; border: 0; border-radius: 50%; background: rgb(255 255 255 / 0.12); color: #fff; cursor: pointer; transition: all 200ms var(--ease); }
.reader__nav:hover { background: rgb(255 255 255 / 0.24); }
.reader__nav:disabled { opacity: 0; pointer-events: none; }
.reader__nav--prev { left: 12px; }
.reader__nav--next { right: 12px; }
/* Masada duran açık kitap: hafif perspektif eğimi, ince cilt ve zemin gölgesi */
.reader__book { position: relative; display: flex; align-items: flex-start; justify-content: center; perspective: 2400px; border-radius: 8px; transform: rotateX(7deg); transform-origin: center 85%; }
.reader__book:not(.is-single) { padding: 6px var(--stack-right) 10px var(--stack-left); background: linear-gradient(150deg, #59606b, #23282f); box-shadow: 0 38px 55px -18px rgb(0 0 0 / 0.65), inset 0 1px 0 rgb(255 255 255 / 0.16); }
.reader__book.is-single { transform: none; box-shadow: 0 24px 44px -14px rgb(0 0 0 / 0.6); }
/* Zemin gölgesi: kitabın masaya oturduğu his */
.reader__book:not(.is-single) .reader__leaf--left::before { content: ""; position: absolute; left: -10%; right: -110%; bottom: -26px; height: 26px; border-radius: 50%; background: radial-gradient(ellipse at center, rgb(0 0 0 / 0.45), transparent 72%); filter: blur(6px); pointer-events: none; }
.reader__book[hidden] { display: none; }
.reader__book { animation: book-open 420ms cubic-bezier(.2, .8, .3, 1); }
@keyframes book-open { from { opacity: 0; transform: perspective(2400px) rotateX(14deg) scale(.94); } to { opacity: 1; transform: none; } }
.reader__leaf { position: relative; background: #fff; box-shadow: 0 2px 8px rgb(0 0 0 / 0.25); }
.reader__leaf canvas { display: block; }
.reader__leaf.is-blank { display: none; }
/* Kitap kalınlığı: okudukça soldaki yaprak yığını kalınlaşır, sağdaki incelir (cildin içinde görünür) */
.reader__book { --stack-left: 24px; --stack-right: 24px; }
.reader__book:not(.is-single)::before,
.reader__book:not(.is-single)::after { content: ""; position: absolute; top: 16px; bottom: 20px; background: repeating-linear-gradient(to right, #f7f7f5 0 2px, rgb(0 0 0 / 0.2) 2px 3px); box-shadow: inset 0 0 6px rgb(0 0 0 / 0.35); transition: width 400ms var(--ease); }
.reader__book:not(.is-single)::before { left: 5px; width: calc(var(--stack-left) - 8px); border-radius: 3px 0 0 3px; }
.reader__book:not(.is-single)::after { right: 5px; width: calc(var(--stack-right) - 8px); border-radius: 0 3px 3px 0; }
.reader__book:not(.is-single) .reader__leaf--left { border-radius: 4px 0 0 4px; }
.reader__book:not(.is-single) .reader__leaf--right { border-radius: 0 4px 4px 0; }
/* Sayfa kıvrımı: cilde yaklaşınca koyulaşan, dış kenarda hafifçe gölgelenen kâğıt yüzeyi */
.reader__book:not(.is-single) .reader__leaf::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.reader__book:not(.is-single):not(.is-cover) .reader__leaf--left::after { background: linear-gradient(to right, rgb(0 0 0 / 0.10) 0%, rgb(255 255 255 / 0.05) 12%, transparent 45%, rgb(0 0 0 / 0.08) 88%, rgb(0 0 0 / 0.26) 100%); }
.reader__book:not(.is-single) .reader__leaf--right::after { background: linear-gradient(to left, rgb(0 0 0 / 0.10) 0%, rgb(255 255 255 / 0.05) 12%, transparent 45%, rgb(0 0 0 / 0.08) 88%, rgb(0 0 0 / 0.26) 100%); }
.reader__book.is-single .reader__leaf { border-radius: 4px; }

.reader__flip { position: absolute; top: 0; left: 0; transform-style: preserve-3d; transition: transform 620ms cubic-bezier(.45, .05, .35, 1); z-index: 3; box-shadow: 0 0 24px rgb(0 0 0 / 0.25); }
.reader__flip[hidden] { display: none; }
.reader__flip.is-turning { transform: rotateY(-180deg); }
.reader__flip.is-back.is-turning { transform: rotateY(180deg); }
.reader__flip-face { position: absolute; inset: 0; background: #fff; backface-visibility: hidden; overflow: hidden; }
.reader__flip-face canvas { display: block; }
.reader__flip-face--back { transform: rotateY(180deg); }
/* Çevrilirken sayfanın üzerinde kayan gölge: kâğıdın kalktığı hissini verir */
.reader__flip-face::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to left, rgb(0 0 0 / 0.28), rgb(0 0 0 / 0) 55%); opacity: 0; transition: opacity 620ms var(--ease); }
.reader__flip-face--back::after { background: linear-gradient(to right, rgb(0 0 0 / 0.28), rgb(0 0 0 / 0) 55%); }
.reader__flip.is-turning .reader__flip-face::after { opacity: 1; }

.reader__foot { padding: 12px 20px; margin: 0 auto; width: min(520px, 100%); border-radius: 999px; background: rgb(255 255 255 / 0.12); border: 1px solid rgb(255 255 255 / 0.16); backdrop-filter: blur(8px); }
.reader__slider { display: block; width: 100%; accent-color: var(--primary-main); cursor: pointer; }

@media (max-width: 900px) {
  .reader { padding: 12px; }
  .reader__stage { padding: 12px 4px; }
  .reader__bar { gap: 8px; padding: 6px 6px 6px 14px; }
  .reader__title { font-size: .8125rem; }
  .reader__nav { width: 40px; height: 40px; }
  .reader__counter { min-width: 56px; padding: 0 2px; font-size: .75rem; }
  .reader__tool--fullscreen { display: none; }
  .reader__tools { gap: 0; }
  .reader__tools .icon-btn { width: 36px; height: 36px; }
  .reader__foot { padding: 10px 16px; }
}

.doc-strip { display: flex; flex-wrap: wrap; gap: 16px; }
.doc-chip { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border-radius: 12px; background: var(--bg-paper); box-shadow: var(--shadow-card); font-size: .875rem; font-weight: 600; transition: all 250ms var(--ease); }
.doc-chip:hover { box-shadow: var(--shadow-z12); transform: translateY(-2px); color: var(--text-primary); }
.doc-chip img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; }

/* ---------- 17. Referanslar ---------- */
.marquee { position: relative; overflow: hidden; padding-block: 16px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 24px; width: max-content; animation: marquee 60s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: grid; place-items: center; width: 184px; height: 96px; padding: 16px 24px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); }
.marquee__item img { max-height: 56px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .64; transition: all 300ms var(--ease); }
.marquee__item:hover img { filter: none; opacity: 1; }
:root[data-color-scheme="dark"] .marquee__item { background: #fff; }
@keyframes marquee { to { transform: translateX(-50%); } }
.logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 24px; }
.logo-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 32px 16px 20px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); text-align: center; transition: all 300ms var(--ease); }
.logo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-z20); }
.logo-card__logo { display: grid; place-items: center; width: 100%; height: 80px; padding: 8px; border-radius: 12px; background: #fff; }
.logo-card img { max-height: 64px; width: auto; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: .8; transition: all 300ms var(--ease); }
.logo-card:hover img { filter: none; opacity: 1; }
.logo-card__name { font-size: .8125rem; font-weight: 600; color: var(--text-secondary); }

/* ---------- 18. Teklif çağrısı (Minimals HomeAdvertisement) ---------- */
.cta-banner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 40px; padding: 64px; border-radius: 24px; overflow: hidden; isolation: isolate; color: rgb(255 255 255 / 0.8); background: linear-gradient(135deg, var(--primary-dark), var(--primary-darker)); box-shadow: var(--shadow-z24); }
.cta-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("../img/ui/bg/shape-square.svg") right -120px center / 620px no-repeat; opacity: .16; }
.cta-banner::after { content: ""; position: absolute; top: -160px; left: -120px; z-index: -1; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgb(255 255 255 / 0.16), transparent 70%); }
.cta-banner__content { display: flex; flex-direction: column; gap: 16px; max-width: 640px; }
.cta-banner__title { font-family: var(--font-secondary); font-size: 2rem; font-weight: 800; line-height: 1.3; color: #fff; }
@media (min-width: 900px) { .cta-banner__title { font-size: 2.5rem; } }
.cta-banner__highlight { color: var(--warning-light); }
.cta-banner__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.cta-banner__art { width: 260px; filter: drop-shadow(0 24px 48px rgb(0 0 0 / 0.24)); animation: float-y 6s ease-in-out infinite; }
.cta-wrap { padding-block: 0 var(--section-y-sm); }

/* ---------- 19. İç sayfa başlığı (Minimals AboutHero / ContactHero) ---------- */
.page-hero { position: relative; overflow: hidden; isolation: isolate; padding: calc(var(--header-h) + 48px) 0 56px; color: #fff; background: var(--dark-900); }
.page-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(20 26 33 / 0.9) 0%, rgb(20 26 33 / 0.66) 55%, rgb(20 26 33 / 0.3) 100%), linear-gradient(0deg, rgb(20 26 33 / 0.5), transparent 45%); }
@media (max-width: 767px) { .page-hero::before { background: linear-gradient(0deg, rgb(20 26 33 / 0.9), rgb(20 26 33 / 0.62)); } }
.page-hero--plain { color: var(--text-primary); background: var(--bg-default); }
.page-hero--plain::before { background: linear-gradient(180deg, rgb(var(--primary-rgb) / 0.06), transparent 70%); }
.page-hero--plain .page-hero__grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(var(--hero-line) 1px, transparent 1px), linear-gradient(90deg, var(--hero-line) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: radial-gradient(ellipse 70% 80% at 70% 0%, #000, transparent 70%); mask-image: radial-gradient(ellipse 70% 80% at 70% 0%, #000, transparent 70%); opacity: .6; }
.page-hero__inner { position: relative; display: flex; flex-direction: column; gap: 16px; }
.page-hero__eyebrow { color: var(--primary-light); }
.page-hero--plain .page-hero__eyebrow { color: var(--primary-main); }
.page-hero__title { max-width: 900px; font-family: var(--font-secondary); font-weight: 800; font-size: 2.5rem; line-height: 1.2; letter-spacing: -0.02em; color: inherit; }
@media (min-width: 900px) { .page-hero__title { font-size: 3.5rem; } }
@media (min-width: 1200px) { .page-hero__title { font-size: 4rem; } }
.page-hero__subtitle { max-width: 640px; font-size: 1.125rem; line-height: 1.75; color: rgb(255 255 255 / 0.72); }
.page-hero--plain .page-hero__subtitle { color: var(--text-secondary); }

.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-bottom: 8px; list-style: none; font-size: .875rem; color: rgb(255 255 255 / 0.64); }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 16px; }
/* Ayraç önceki öğenin sonunda durur: satır kaydığında yeni satır "•" ile başlamaz */
.breadcrumbs li:not(:last-child)::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .64; }
.breadcrumbs a { display: inline-flex; align-items: center; gap: 8px; color: inherit; }
.breadcrumbs a:hover { color: #fff; text-decoration: underline; }
.breadcrumbs [aria-current] { color: #fff; font-weight: 500; }
.page-hero--plain .breadcrumbs { color: var(--text-disabled); }
.page-hero--plain .breadcrumbs a:hover, .page-hero--plain .breadcrumbs [aria-current] { color: var(--text-primary); }

/* Hakkımızda: kuruluş yılı, vizyon görseli (Minimals AboutVision) */
.about-year { display: flex; align-items: baseline; gap: 12px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed var(--divider); }
.about-year strong { font-family: var(--font-secondary); font-size: 3.5rem; font-weight: 800; line-height: 1; }
.about-year span { font-size: .875rem; font-weight: 600; color: var(--text-secondary); }
.feature-list--stack { grid-template-columns: 1fr; }
.vision { position: relative; display: flex; align-items: flex-end; min-height: 560px; padding: 64px; border-radius: 24px; overflow: hidden; isolation: isolate; color: rgb(255 255 255 / 0.8); box-shadow: var(--shadow-z24); }
.vision__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.vision::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(20 26 33 / 0.92) 0%, rgb(20 26 33 / 0.72) 50%, rgb(20 26 33 / 0.24) 100%); }
.vision__content { display: flex; flex-direction: column; gap: 16px; max-width: 640px; }
.vision .overline { color: var(--primary-light); }
.vision .section-head__title { color: #fff; }
.vision__prose { margin-top: 12px; color: rgb(255 255 255 / 0.72); }
.vision .prose h2, .vision .prose h3, .vision .prose h4, .vision .prose strong { color: #fff; }
.vision .prose { color: rgb(255 255 255 / 0.72); }
.contact-card a { display: block; }

/* Başkanın mesajı: portre + imzalı mektup */
.message-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 80px; align-items: start; }
.message-portrait { position: sticky; top: calc(var(--header-h-scrolled) + 32px); }
.message-portrait__frame { position: relative; aspect-ratio: 4 / 5; border-radius: 24px; overflow: hidden; background: var(--bg-neutral); box-shadow: -40px 40px 80px 0 rgb(var(--grey-500-rgb) / 0.24); }
.message-portrait__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(20 26 33 / 0.32), transparent 40%); }
.message-portrait__frame img { width: 100%; height: 100%; object-fit: cover; }
.message-portrait__initial { display: grid; place-items: center; width: 100%; height: 100%; font-family: var(--font-secondary); font-size: 6rem; font-weight: 800; color: var(--primary-main); background: rgb(var(--primary-rgb) / 0.08); }
.message-portrait__card { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 2px; width: calc(100% - 48px); margin: -44px auto 0; padding: 18px 22px; border-radius: var(--radius-lg); background: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: var(--shadow-z20); text-align: center; }
.message-portrait__card strong { font-size: 1.0625rem; }
.message-portrait__card span { font-size: .8125rem; color: var(--text-secondary); }
.message-letter { position: relative; }
.message-letter__quote { display: block; height: 72px; font-family: Georgia, "Times New Roman", serif; font-size: 7rem; line-height: 1; background: linear-gradient(135deg, var(--primary-light), var(--primary-dark)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.message-letter__lead { margin: 8px 0 32px; font-family: var(--font-secondary); font-size: 1.75rem; font-weight: 800; line-height: 1.45; color: var(--text-primary); }
@media (min-width: 1200px) { .message-letter__lead { font-size: 2rem; } }
.message-signature { display: flex; flex-direction: column; gap: 4px; margin-top: 48px; padding-top: 28px; border-top: 1px dashed var(--divider); }
.message-signature__name { font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive; font-size: 1.875rem; line-height: 1.3; color: var(--text-primary); }
.message-signature__title { display: block; font-size: .875rem; color: var(--text-secondary); }

.message-teaser { position: relative; display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 56px; align-items: center; padding: 40px; border-radius: 24px; background: var(--bg-paper); box-shadow: var(--shadow-card); overflow: hidden; isolation: isolate; }
.message-teaser::before { content: ""; position: absolute; right: -120px; top: -120px; z-index: -1; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgb(var(--primary-rgb) / 0.12), transparent 70%); }
.message-teaser__photo { aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-neutral); }
.message-teaser__photo img { width: 100%; height: 100%; object-fit: cover; }
.message-teaser__content { display: flex; flex-direction: column; }
.message-teaser__content .message-letter__quote { height: 56px; font-size: 5.5rem; margin-top: 12px; }
.message-teaser__quote { font-size: 1.5rem; font-weight: 800; line-height: 1.5; }
@media (min-width: 1200px) { .message-teaser__quote { font-size: 1.875rem; } }
.message-teaser__footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 24px; border-top: 1px dashed var(--divider); }
.message-teaser__footer .message-signature__name { font-size: 1.625rem; display: block; }

/* Tarihçe zaman çizelgesi (Minimals Timeline, alternatif hizalı) */
.timeline { list-style: none; position: relative; display: grid; gap: 32px; max-width: 1040px; margin: 0 auto; padding: 0; }
.timeline::before { content: ""; position: absolute; top: 12px; bottom: 12px; left: 50%; width: 2px; margin-left: -1px; background: linear-gradient(to bottom, transparent, rgb(var(--grey-500-rgb) / 0.32) 8%, rgb(var(--grey-500-rgb) / 0.32) 92%, transparent); }
.timeline__item { position: relative; display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; }
.timeline__dot { grid-column: 2; grid-row: 1; justify-self: center; position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: #fff; font-size: 1.05rem; background: linear-gradient(135deg, var(--tone-light), var(--tone-dark)); box-shadow: 0 0 0 6px var(--grey-100), 0 8px 16px 0 rgb(var(--tone-rgb) / 0.32); }
:root[data-color-scheme="dark"] .timeline__dot { box-shadow: 0 0 0 6px var(--dark-800), 0 8px 16px 0 rgb(var(--tone-rgb) / 0.32); }
.timeline__card { grid-row: 1; grid-column: 1; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); overflow: hidden; transition: transform 300ms var(--ease), box-shadow 300ms var(--ease); }
.timeline__item:nth-child(even) .timeline__card { grid-column: 3; }
.timeline__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-z20); }
.timeline__image { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.timeline__body { display: flex; flex-direction: column; gap: 6px; padding: 24px 28px 28px; }
.timeline__year { font-family: var(--font-secondary); font-size: 2.25rem; font-weight: 800; line-height: 1; background: linear-gradient(135deg, var(--tone-main), var(--tone-dark)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
:root[data-color-scheme="dark"] .timeline__year { background: linear-gradient(135deg, #fff, var(--tone-light)); -webkit-background-clip: text; background-clip: text; }
.timeline__title { margin-top: 6px; font-size: 1.125rem; font-weight: 700; font-family: var(--font-primary); }
.timeline__text { font-size: .9375rem; line-height: 1.7; color: var(--text-secondary); }

/* ---------- 20. Kenar çubuğu, içerik ---------- */
.layout-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 64px; align-items: start; }
.sidebar { position: sticky; top: calc(var(--header-h-scrolled) + 24px); display: grid; gap: 24px; }
.side-card { padding: 24px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); }
.side-card__title { margin-bottom: 16px; font-size: 1.0625rem; font-weight: 700; }
.side-card--dark { position: relative; overflow: hidden; isolation: isolate; color: rgb(255 255 255 / 0.72); background: var(--dark-900); }
.side-card--dark::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 100% 0%, rgb(var(--primary-rgb) / 0.48), transparent 55%), url("../img/ui/bg/shape-square.svg") right -80px bottom -80px / 280px no-repeat; }
.side-card--dark .side-card__title { color: #fff; font-size: 1.25rem; }
.side-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 16px; border-radius: 14px; background: linear-gradient(135deg, var(--primary-light), var(--primary-dark)); color: #fff; font-size: 1.25rem; box-shadow: var(--shadow-primary); }
.side-card__phone { display: flex; align-items: center; gap: 10px; margin: 16px 0 20px; font-size: 1.25rem; font-weight: 800; color: #fff; }
.side-card__phone:hover { color: var(--primary-light); }
.side-nav { list-style: none; display: grid; gap: 4px; }
.side-nav a { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 6px 12px; border-radius: var(--radius); font-size: .875rem; font-weight: 500; color: var(--text-secondary); transition: all 150ms var(--ease); }
.side-nav a i { width: 20px; text-align: center; color: var(--text-disabled); }
.side-nav a:hover { background: var(--action-hover); color: var(--text-primary); }
.side-nav a.is-active { background: rgb(var(--primary-rgb) / 0.08); color: var(--primary-main); font-weight: 600; }
.side-nav a.is-active i { color: var(--primary-main); }

.meta-list { display: grid; gap: 16px; margin: 0; }
.meta-list div { display: flex; align-items: center; gap: 12px; }
.meta-list dt { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: rgb(var(--primary-rgb) / 0.08); color: var(--primary-main); }
.meta-list dd { margin: 0; min-width: 0; }
.meta-list dd small { display: block; font-size: .75rem; color: var(--text-disabled); }
.meta-list dd strong { display: block; font-size: .875rem; font-weight: 600; }

.prose { font-size: 1rem; line-height: 1.8; color: var(--text-secondary); }
.prose > * + * { margin-top: 1.25em; }
.prose h2, .prose h3, .prose h4 { color: var(--text-primary); line-height: 1.4; }
.prose h2 { margin-top: 2em; font-size: 1.625rem; font-weight: 800; }
.prose h3 { margin-top: 1.75em; font-size: 1.25rem; font-weight: 700; font-family: var(--font-primary); }
.prose h4 { margin-top: 1.5em; font-size: 1.0625rem; font-weight: 700; }
.prose > :first-child { margin-top: 0; }
.prose strong { color: var(--text-primary); }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: .5em; }
.prose ul li::marker { color: var(--primary-main); }
.prose a { color: var(--primary-main); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { position: relative; margin: 2em 0; padding: 24px 24px 24px 72px; border-radius: var(--radius-lg); background: var(--bg-neutral); font-size: 1.125rem; font-style: italic; color: var(--text-primary); }
.prose blockquote::before { content: "\201C"; position: absolute; left: 20px; top: 8px; font-size: 4rem; line-height: 1; color: rgb(var(--grey-500-rgb) / 0.4); font-family: Georgia, serif; }
.prose img { border-radius: var(--radius-lg); }
.prose table { width: 100%; border-collapse: collapse; font-size: .875rem; }
.prose th, .prose td { padding: 12px 16px; border-bottom: 1px dashed var(--divider); text-align: left; }
.prose th { background: var(--bg-neutral); color: var(--text-secondary); font-weight: 600; }
.prose hr { border: 0; border-top: 1px dashed var(--divider); margin: 2em 0; }
.prose .ql-align-center { text-align: center; }
.prose .ql-align-right { text-align: right; }

.intro-card { display: flex; gap: 20px; align-items: center; padding: 24px; margin-bottom: 40px; border-radius: var(--radius-lg); background: rgb(var(--primary-rgb) / 0.08); }
.intro-card__icon { display: grid; place-items: center; flex-shrink: 0; width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(135deg, var(--primary-light), var(--primary-dark)); color: #fff; font-size: 1.5rem; box-shadow: var(--shadow-primary); }
.intro-card p { font-size: 1.0625rem; font-weight: 500; line-height: 1.7; color: var(--text-primary); }
.check-grid { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.check-grid li { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 12px; background: var(--bg-paper); box-shadow: var(--shadow-card); font-size: .9375rem; font-weight: 600; }
.check-grid i { display: grid; place-items: center; flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: rgb(var(--success-rgb) / 0.16); color: var(--success-dark); font-size: .8rem; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 56px; padding: 32px; border-radius: var(--radius-lg); color: rgb(255 255 255 / 0.72); background: linear-gradient(135deg, var(--dark-800), var(--dark-900)); position: relative; overflow: hidden; isolation: isolate; }
.inline-cta::before { content: ""; position: absolute; right: -60px; top: -60px; z-index: -1; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgb(var(--primary-rgb) / 0.48), transparent 70%); }
.inline-cta strong { display: block; margin-bottom: 4px; font-size: 1.25rem; color: #fff; }

.share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 48px; padding-top: 24px; border-top: 1px dashed var(--divider); }
.share span { margin-right: 8px; font-size: .875rem; font-weight: 700; }
.share .icon-btn--linkedin { color: #0a66c2; } .share .icon-btn--whatsapp { color: #25d366; } .share .icon-btn--x { color: var(--text-primary); } .share .icon-btn--mail { color: var(--error-main); }

.mini-posts { list-style: none; display: grid; gap: 16px; }
.mini-posts a { display: flex; align-items: center; gap: 12px; }
.mini-posts img { flex-shrink: 0; width: 64px; height: 64px; border-radius: 12px; object-fit: cover; }
.mini-posts strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: .875rem; font-weight: 600; line-height: 1.45; }
.mini-posts small { font-size: .75rem; color: var(--text-disabled); }
.mini-posts a:hover strong { color: var(--primary-main); }

.pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin-top: 56px; }
.pagination__item { display: grid; place-items: center; min-width: 36px; height: 36px; padding: 0 6px; border-radius: 50%; font-size: .875rem; font-weight: 500; color: var(--text-primary); transition: all 150ms var(--ease); }
.pagination__item:hover { background: var(--action-hover); }
.pagination__item.is-active { background: var(--text-primary); color: var(--bg-default); font-weight: 700; }

/* Makale kapağı (Minimals PostDetailsHero) */
.article-hero { position: relative; min-height: 560px; overflow: hidden; isolation: isolate; color: #fff; background: var(--dark-900); display: flex; align-items: flex-end; }
.article-hero img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.article-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgb(20 26 33 / 0.9), rgb(20 26 33 / 0.32)); }
.article-hero__inner { display: flex; flex-direction: column; gap: 16px; padding-block: calc(var(--header-h) + 64px) 64px; }
.article-hero__title { max-width: 860px; font-family: var(--font-secondary); font-size: 2.25rem; font-weight: 800; line-height: 1.25; color: #fff; }
@media (min-width: 900px) { .article-hero__title { font-size: 3rem; } }
.article-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; font-size: .875rem; color: rgb(255 255 255 / 0.72); }
.article-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.article { padding-block: 64px var(--section-y-sm); }
.article__lead { margin-bottom: 40px; font-size: 1.25rem; font-weight: 500; line-height: 1.7; color: var(--text-primary); }

/* ---------- 21. Ürün detay (Minimals ProductDetails) ---------- */
.product-detail { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; align-items: start; }
.product-gallery { position: sticky; top: calc(var(--header-h-scrolled) + 24px); }
.product-gallery__main { position: relative; display: block; aspect-ratio: 1; border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-neutral); }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__zoom { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgb(20 26 33 / 0.48); color: #fff; backdrop-filter: blur(6px); }
.product-gallery__thumbs { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.product-gallery__thumb { width: 64px; height: 64px; padding: 0; border: 0; border-radius: 12px; overflow: hidden; background: none; cursor: pointer; opacity: .48; transition: all 200ms var(--ease); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumb.is-active, .product-gallery__thumb:hover { opacity: 1; box-shadow: 0 0 0 2px var(--primary-main); }
.product-summary { display: flex; flex-direction: column; gap: 16px; }
.product-summary__title { font-size: 1.5rem; font-weight: 700; line-height: 1.4; font-family: var(--font-primary); }
.spec-table { width: 100%; border-collapse: collapse; font-size: .875rem; }
.spec-table caption { padding-bottom: 12px; text-align: left; font-size: .9375rem; font-weight: 700; color: var(--text-primary); }
.spec-table th, .spec-table td { padding: 12px 0; border-bottom: 1px dashed var(--divider); text-align: left; vertical-align: top; }
.spec-table th { width: 44%; font-weight: 400; color: var(--text-secondary); padding-right: 16px; }
.spec-table td { font-weight: 600; color: var(--text-primary); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin: 80px auto 0; max-width: 1000px; text-align: center; }
.assurance-grid li { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.assurance-grid i { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; font-size: 1.5rem; color: var(--primary-main); background: rgb(var(--primary-rgb) / 0.08); }
.assurance-grid strong { font-size: 1rem; }
.assurance-grid span { font-size: .875rem; color: var(--text-secondary); }
.tabs-card { margin-top: 64px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); }
.tabs-card__head { display: flex; gap: 40px; padding: 0 24px; border-bottom: 1px solid var(--divider); overflow-x: auto; }
.tabs-card__tab { position: relative; height: 48px; padding: 0; border: 0; background: none; font-size: .875rem; font-weight: 600; color: var(--text-secondary); white-space: nowrap; }
.tabs-card__tab.is-active { color: var(--text-primary); }
.tabs-card__tab.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: currentColor; }
.tabs-card__panel { padding: 40px; }

/* ---------- 22. Makine, kariyer ---------- */
.machine-group + .machine-group { margin-top: 64px; }
.machine-group__title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; font-size: 1.5rem; font-weight: 800; }
.machine-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.machine-card { display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); overflow: hidden; transition: all 300ms var(--ease); }
.machine-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-z20); }
.machine-card__media { position: relative; margin: 8px 8px 0; aspect-ratio: 16 / 11; border-radius: 12px; overflow: hidden; background: var(--bg-neutral); }
.machine-card__media img { width: 100%; height: 100%; object-fit: cover; }
.machine-card__media .label { position: absolute; top: 12px; left: 12px; }
.machine-card__body { display: flex; flex-direction: column; gap: 12px; padding: 20px 24px 24px; }
.machine-card__title { font-size: 1rem; font-weight: 700; }
.machine-card__specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin: 0; padding-top: 16px; border-top: 1px dashed var(--divider); }
.machine-card__specs div { display: flex; align-items: center; gap: 8px; min-width: 0; font-size: .8125rem; }
.machine-card__specs dt { color: var(--primary-main); }
.machine-card__specs dd { margin: 0; min-width: 0; color: var(--text-secondary); overflow-wrap: anywhere; }
.machine-card__text { font-size: .8125rem; color: var(--text-secondary); }

.career-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 64px; align-items: center; margin-bottom: 80px; }
.value-list { list-style: none; display: grid; gap: 16px; }
.value-list li { display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); font-weight: 600; }
.value-list i { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--tone-light), var(--tone-dark)); box-shadow: 0 8px 16px 0 rgb(var(--tone-rgb) / 0.24); }
.job-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.job-card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); transition: all 300ms var(--ease); }
.job-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-z20); }
.job-card__head { display: flex; flex-direction: column; gap: 16px; padding: 24px 24px 20px; }
.job-card__logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, var(--primary-light), var(--primary-dark)); color: #fff; font-size: 1.1rem; box-shadow: var(--shadow-primary); }
.job-card__title { font-size: 1rem; font-weight: 700; line-height: 1.45; }
.job-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.job-card__summary { font-size: .8125rem; color: var(--text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.job-card__meta { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 20px 24px; border-top: 1px dashed var(--divider); }
.job-card__meta li { display: flex; align-items: center; gap: 8px; min-width: 0; font-size: .75rem; color: var(--text-secondary); }
.job-card__meta li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.job-card__meta i { color: var(--text-disabled); width: 16px; text-align: center; }
.job-card__meta li:nth-child(1) i { color: var(--info-main); } .job-card__meta li:nth-child(2) i { color: var(--warning-main); } .job-card__meta li:nth-child(3) i { color: var(--success-main); }
.job-card--general { justify-content: center; align-items: center; gap: 12px; padding: 32px; text-align: center; border: 2px dashed rgb(var(--grey-500-rgb) / 0.24); background: transparent; box-shadow: none; }
.job-card--general:hover { border-color: var(--primary-main); background: rgb(var(--primary-rgb) / 0.04); box-shadow: none; }

/* ---------- 23. SSS (Minimals FaqsList) ---------- */
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 64px; align-items: start; }
.accordion { display: grid; gap: 8px; }
.accordion__item { border-radius: var(--radius); transition: background 200ms var(--ease), box-shadow 200ms var(--ease); }
.accordion__item + .accordion__item { border-top: 1px solid var(--divider); }
.accordion__item[open] { background: var(--bg-paper); box-shadow: var(--shadow-z8); border-top-color: transparent; }
.accordion__item[open] + .accordion__item { border-top-color: transparent; }
.accordion__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 12px 16px; list-style: none; cursor: pointer; font-size: 1rem; font-weight: 600; }
.accordion__item summary::-webkit-details-marker { display: none; }
.accordion__item summary i { flex-shrink: 0; font-size: .75rem; color: var(--text-secondary); transition: transform 200ms var(--ease); }
.accordion__item[open] summary i { transform: rotate(180deg); }
.accordion__body { padding: 0 16px 20px; color: var(--text-secondary); line-height: 1.8; }
.faq-search { position: relative; max-width: 480px; margin-top: 16px; }
.faq-search i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--text-disabled); }
.faq-search input { width: 100%; height: 56px; padding: 0 20px 0 48px; border: 0; border-radius: var(--radius); background: #fff; color: var(--grey-800); font-size: 1rem; box-shadow: var(--shadow-z24); }
.faq-search input:focus { outline: 2px solid var(--primary-main); }

/* ---------- 24. İletişim ---------- */
.contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-bottom: 80px; }
.contact-card { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 32px 24px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); overflow: hidden; transition: all 300ms var(--ease); }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-z20); }
.contact-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 12px; border-radius: 14px; font-size: 1.2rem; color: #fff; background: linear-gradient(135deg, var(--tone-light), var(--tone-dark)); box-shadow: 0 8px 16px 0 rgb(var(--tone-rgb) / 0.24); }
.contact-card h2 { font-size: 1rem; font-weight: 700; font-family: var(--font-primary); }
.contact-card p, .contact-card a { font-size: .9375rem; color: var(--text-secondary); }
.contact-card a:hover { color: var(--text-primary); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: stretch; }
.contact-layout__form { display: flex; flex-direction: column; gap: 16px; }
.contact-map { min-height: 520px; border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-neutral); box-shadow: var(--shadow-card); }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; }
:root[data-color-scheme="dark"] .contact-map iframe { filter: invert(.9) hue-rotate(180deg) saturate(.6); }
.contact-map__placeholder { display: grid; place-items: center; height: 100%; font-size: 4rem; color: var(--text-disabled); }

/* ---------- 25. Formlar (Minimals TextField outlined) ---------- */
.form-card { padding: 40px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); }
.form-section { min-width: 0; margin: 0 0 40px; padding: 0; border: 0; }
.form-section legend { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 0; font-size: 1.125rem; font-weight: 700; color: var(--text-primary); }
.form-section__step { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--text-primary); color: var(--bg-default); font-size: .875rem; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
.field { position: relative; display: flex; flex-direction: column; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field > label:first-child:not(.check) {
  position: absolute; top: -8px; left: 10px; z-index: 1; max-width: calc(100% - 20px);
  padding: 0 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: .75rem; font-weight: 600; line-height: 16px; color: var(--text-secondary); background: var(--bg-paper);
  transition: color 150ms var(--ease);
}
.field:focus-within > label:first-child:not(.check) { color: var(--text-primary); }
label.is-required::after, legend.is-required::after { content: " *"; color: var(--error-main); }
.field input:not([type=checkbox]):not([type=radio]):not([type=file]), .field select, .field textarea {
  width: 100%; min-height: 54px; padding: 16px 14px;
  font-size: .9375rem; line-height: 1.4375; color: var(--text-primary);
  background: transparent; border: 1px solid rgb(var(--grey-500-rgb) / 0.2); border-radius: var(--radius);
  transition: border-color 150ms var(--ease), box-shadow 150ms var(--ease);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23919EAB' d='M12 16a1 1 0 0 1-.64-.23l-6-5a1 1 0 1 1 1.28-1.54L12 13.71l5.36-4.32a1 1 0 0 1 1.41.15a1 1 0 0 1-.14 1.46l-6 4.83A1 1 0 0 1 12 16'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 40px; }
.field select option { color: var(--grey-800); }
.field textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--text-primary); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--text-primary); box-shadow: inset 0 0 0 1px var(--text-primary); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-disabled); }
.field .input-validation-error, .field.has-error input, .field.has-error textarea { border-color: var(--error-main); }
.field__error { margin: 6px 14px 0; font-size: .75rem; color: var(--error-main); }
.field__error:empty { display: none; }
.field--hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: .875rem; line-height: 1.6; color: var(--text-secondary); cursor: pointer; }
.check input { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--primary-main); cursor: pointer; }
.check a { color: var(--text-primary); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 32px; }
.form-note { display: inline-flex; align-items: center; gap: 8px; font-size: .8125rem; color: var(--text-secondary); }

/* Minimals Upload */
.file-drop__input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-drop__zone { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 40px 24px; border-radius: var(--radius); border: 1px dashed rgb(var(--grey-500-rgb) / 0.2); background: rgb(var(--grey-500-rgb) / 0.08); text-align: center; cursor: pointer; transition: all 200ms var(--ease); }
.file-drop__zone:hover, .file-drop.is-dragover .file-drop__zone { opacity: .8; border-color: var(--primary-main); background: rgb(var(--primary-rgb) / 0.08); }
.file-drop__input:focus-visible + .file-drop__zone { outline: 2px solid var(--primary-main); outline-offset: 2px; }
.file-drop__art { position: relative; display: block; width: 136px; height: 88px; margin-bottom: 12px; }
.file-drop__art img { position: absolute; transition: transform 300ms var(--ease); }
.file-drop__art img:nth-child(1) { left: 32px; top: 0; }
.file-drop__art img:nth-child(2) { left: 4px; bottom: 0; transform: rotate(-12deg); }
.file-drop__art img:nth-child(3) { right: 4px; bottom: 0; transform: rotate(12deg); }
.file-drop__zone:hover .file-drop__art img:nth-child(2) { transform: rotate(-20deg) translate(-4px, -4px); }
.file-drop__zone:hover .file-drop__art img:nth-child(3) { transform: rotate(20deg) translate(4px, -4px); }
.file-drop__zone strong { font-size: 1.0625rem; font-weight: 700; color: var(--text-primary); }
.file-drop__zone span { font-size: .875rem; color: var(--text-secondary); }
.file-drop__zone span u { color: var(--primary-main); }
.file-drop__zone small { font-size: .75rem; color: var(--text-disabled); }
.file-drop.has-error .file-drop__zone { border-color: var(--error-main); background: rgb(var(--error-rgb) / 0.08); }
.file-drop__list { list-style: none; display: grid; gap: 8px; margin-top: 12px; }
.file-drop__list li { display: flex; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 12px; border: 1px solid rgb(var(--grey-500-rgb) / 0.16); font-size: .8125rem; }
.file-drop__list li i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: rgb(var(--primary-rgb) / 0.08); color: var(--primary-main); }
.file-drop__list li span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; color: var(--text-primary); }
.file-drop__list li small { color: var(--text-disabled); }
.file-drop__list li.is-invalid { border-color: var(--error-main); background: rgb(var(--error-rgb) / 0.08); }

/* Minimals Alert (standard) */
.alert { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; padding: 14px 16px; border-radius: var(--radius); font-size: .875rem; line-height: 1.6; }
.alert i { margin-top: 2px; font-size: 1.25rem; }
.alert strong { display: block; font-weight: 700; }
.alert p { margin-top: 2px; }
.alert--success { color: var(--success-darker); background: var(--success-lighter); }
.alert--success i { color: var(--success-main); }
.alert--error { color: var(--error-darker); background: var(--error-lighter); }
.alert--error i { color: var(--error-main); }
.alert--error ul { margin: 0; padding-left: 18px; }
:root[data-color-scheme="dark"] .alert--success { color: var(--success-lighter); background: rgb(var(--success-rgb) / 0.16); }
:root[data-color-scheme="dark"] .alert--error { color: var(--error-lighter); background: rgb(var(--error-rgb) / 0.16); }
.validation-summary-valid { display: none; }

.quote-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: start; }
.steps-list { list-style: none; position: relative; display: grid; gap: 24px; counter-reset: s; }
.steps-list li { position: relative; display: flex; flex-direction: column; gap: 2px; padding-left: 52px; counter-increment: s; font-size: .875rem; }
.steps-list li::before { content: counter(s); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--primary-light), var(--primary-dark)); color: #fff; font-weight: 800; box-shadow: var(--shadow-primary); }
.steps-list li + li::after { content: ""; position: absolute; left: 17.5px; top: -24px; height: 24px; border-left: 1px dashed rgb(255 255 255 / 0.24); }
.steps-list strong { color: #fff; font-size: .9375rem; }
.contact-lines { list-style: none; display: grid; gap: 12px; }
.contact-lines li { display: flex; align-items: center; gap: 12px; font-size: .875rem; font-weight: 600; }
.contact-lines i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: rgb(var(--primary-rgb) / 0.08); color: var(--primary-main); }

/* ---------- Site içi arama (Minimals Searchbar) ---------- */
body.has-dark-hero .header:not(.is-scrolled) .search-trigger { color: #fff; }
.search-dialog { width: min(640px, calc(100vw - 32px)); max-height: min(560px, calc(100vh - 96px)); margin: 80px auto auto; padding: 0; border: 0; border-radius: var(--radius-lg); background: var(--bg-paper); color: var(--text-primary); box-shadow: var(--shadow-dialog); overflow: hidden; }
.search-dialog::backdrop { background: rgb(var(--grey-800-rgb) / 0.48); backdrop-filter: blur(2px); }
.search-dialog[open] { animation: dialog-in 200ms var(--ease-out); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(-12px) scale(.98); } }
.search-dialog__form { display: flex; align-items: center; gap: 12px; padding: 0 20px; border-bottom: 1px solid var(--divider); }
.search-dialog__form i { color: var(--text-disabled); font-size: 1.1rem; }
.search-dialog__form input { flex: 1; height: 64px; border: 0; background: transparent; font-size: 1.0625rem; color: var(--text-primary); outline: none; }
.search-dialog__form input::-webkit-search-cancel-button { display: none; }
kbd { display: inline-grid; place-items: center; min-width: 32px; height: 24px; padding: 0 6px; border-radius: 6px; background: var(--bg-paper); box-shadow: inset 0 -2px 0 rgb(var(--grey-500-rgb) / 0.24), 0 0 0 1px rgb(var(--grey-500-rgb) / 0.16); font: 700 .6875rem var(--font-primary); color: var(--text-secondary); }
.search-dialog__body { padding: 20px; }
.search-dialog__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.search-dialog__links a { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: var(--radius); border: 1px dashed transparent; font-size: .875rem; font-weight: 600; color: var(--text-primary); transition: all 150ms var(--ease); }
.search-dialog__links a i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: rgb(var(--primary-rgb) / 0.08); color: var(--primary-main); }
.search-dialog__links a:hover { border-color: var(--primary-main); background: rgb(var(--primary-rgb) / 0.04); }

.search-page__form { position: relative; display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 20px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-z20); }
.search-page__form > i { color: var(--text-disabled); }
.search-page__form input { flex: 1; min-width: 0; height: 48px; border: 0; background: transparent; font-size: 1.0625rem; color: var(--text-primary); outline: none; }
.search-page__meta { margin: 24px 4px; font-size: .9375rem; color: var(--text-secondary); }
.search-results { list-style: none; display: grid; gap: 12px; }
.search-result { display: flex; align-items: center; gap: 16px; padding: 12px 20px 12px 12px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-card); transition: all 250ms var(--ease); }
.search-result:hover { transform: translateX(4px); box-shadow: var(--shadow-z12); }
.search-result__media { display: grid; place-items: center; flex-shrink: 0; width: 72px; height: 72px; border-radius: 12px; overflow: hidden; background: rgb(var(--primary-rgb) / 0.08); color: var(--primary-main); font-size: 1.5rem; }
.search-result__media img { width: 100%; height: 100%; object-fit: cover; }
.search-result__body { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; flex: 1; min-width: 0; }
.search-result__body strong { font-size: 1rem; }
.search-result__body small { font-size: .8125rem; color: var(--text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.search-result__arrow { color: var(--text-disabled); transition: transform 250ms var(--ease), color 250ms var(--ease); }
.search-result:hover .search-result__arrow { color: var(--primary-main); transform: translateX(4px); }
.search-page__quick { margin-top: 48px; }

/* ---------- 26. Galeri ---------- */
.masonry { columns: 3 280px; column-gap: 24px; }
.masonry__item { position: relative; display: block; margin-bottom: 24px; border-radius: var(--radius-lg); overflow: hidden; break-inside: avoid; box-shadow: var(--shadow-card); }
.masonry__item img { width: 100%; transition: transform 600ms var(--ease); }
.masonry__item:hover img { transform: scale(1.05); }
.masonry__caption { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 8px; padding: 40px 16px 16px; color: #fff; font-size: .875rem; font-weight: 600; background: linear-gradient(transparent, rgb(20 26 33 / 0.88)); opacity: 0; transform: translateY(8px); transition: all 300ms var(--ease); }
.masonry__item:hover .masonry__caption, .masonry__item:focus-visible .masonry__caption { opacity: 1; transform: none; }
/* JS etkinse: satır sırası korunur (1, 2, 3 soldan sağa); satır yüksekliği görsele göre hesaplanır (site.js initMasonry) */
.masonry.is-grid { columns: auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); grid-auto-rows: 4px; gap: 0 24px; align-items: start; }
.masonry.is-grid .masonry__item { margin-bottom: 0; }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.photo-grid__item { display: block; aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; }
.photo-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease); }
.photo-grid__item:hover img { transform: scale(1.06); }

/* ---------- 27. Boş durum, hata ---------- */
.empty-state { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 64px 24px; border-radius: var(--radius-lg); background: rgb(var(--grey-500-rgb) / 0.04); border: 1px dashed rgb(var(--grey-500-rgb) / 0.16); text-align: center; }
.empty-state img { width: 160px; opacity: .6; }
.empty-state p { font-size: 1.125rem; font-weight: 700; color: var(--text-disabled); }
.error-page { display: grid; place-items: center; min-height: calc(100vh - var(--header-h)); padding: 80px 0; text-align: center; }
.error-page__inner { display: flex; flex-direction: column; align-items: center; gap: 16px; max-width: 520px; }
.error-page__code { font-family: var(--font-secondary); font-size: 7rem; font-weight: 800; line-height: 1; letter-spacing: -0.04em; }
.error-page__art { width: 200px; margin: 16px 0 24px; }
.error-page p { color: var(--text-secondary); }

/* ---------- 28. Footer (Minimals Footer) ---------- */
.footer { position: relative; background: var(--bg-default); }
.footer__main { padding: 80px 0 40px; border-top: 1px solid var(--divider); }
.footer__grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 7fr); gap: 48px; }
.footer__brand p { max-width: 320px; margin: 24px 0; font-size: .875rem; line-height: 1.7; color: var(--text-secondary); }
.footer__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.footer__col h3 { margin-bottom: 16px; font-family: var(--font-primary); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footer__col ul { list-style: none; display: grid; gap: 12px; }
.footer__col a, .footer__col span { font-size: .875rem; color: var(--text-secondary); }
.footer__col a:hover { color: var(--text-primary); text-decoration: underline; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact i { width: 16px; margin-top: 4px; text-align: center; color: var(--primary-main); }
.footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 64px; padding-top: 24px; border-top: 1px dashed var(--divider); font-size: .8125rem; color: var(--text-secondary); }
.footer__legal { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer__legal a, .footer__legal button { font-size: .8125rem; color: var(--text-secondary); }
.footer__legal a:hover { color: var(--text-primary); text-decoration: underline; }
@media (max-width: 767px) {
  /* Parmakla rahat dokunma (en az 32 px) */
  .footer__col ul { gap: 4px; }
  .footer__col a, .footer-contact a, .footer__legal a, .footer__legal button { display: inline-flex; align-items: center; min-height: 32px; }
}
.social { display: flex; flex-wrap: wrap; gap: 4px; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; font-size: 1.05rem; transition: background 150ms var(--ease), transform 150ms var(--ease); }
.social a:hover { background: var(--action-hover); transform: translateY(-2px); }
.social .is-linkedin { color: #007ebb; } .social .is-instagram { color: #e02d69; } .social .is-facebook { color: #1877f2; } .social .is-youtube { color: #ff0000; } .social .is-x { color: var(--text-primary); } .social .is-whatsapp { color: #25d366; }

/* ---------- 29. Yüzen öğeler, çerez, lightbox ---------- */
.fab-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 1000; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; font-size: 1.75rem; box-shadow: 0 8px 16px 0 rgb(37 211 102 / 0.32); transition: transform 250ms var(--ease); }
.fab-whatsapp::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgb(37 211 102 / 0.48); animation: pulse 2.4s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 16px rgb(37 211 102 / 0); } 100% { box-shadow: 0 0 0 0 rgb(37 211 102 / 0); } }
.fab-whatsapp:hover { color: #fff; transform: scale(1.08); }
.to-top { position: fixed; right: 30px; bottom: 96px; z-index: 1000; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--text-primary); color: var(--bg-default); box-shadow: var(--shadow-z16); opacity: 0; visibility: hidden; transform: translateY(12px); transition: all 300ms var(--ease); }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--primary-main); color: #fff; }

.cookie-banner { position: fixed; left: 24px; bottom: 24px; z-index: 1500; display: flex; align-items: center; gap: 20px; max-width: 620px; padding: 20px; border-radius: var(--radius-lg); background: var(--bg-paper); box-shadow: var(--shadow-dialog); animation: slide-up 400ms var(--ease); }
.cookie-banner__icon { display: grid; place-items: center; flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; background: rgb(var(--warning-rgb) / 0.16); color: var(--warning-dark); font-size: 1.4rem; }
.cookie-banner__text strong { font-size: .9375rem; }
.cookie-banner__text p { margin-top: 2px; font-size: .8125rem; line-height: 1.55; color: var(--text-secondary); }
.cookie-banner__text a { color: var(--text-primary); text-decoration: underline; }
.cookie-banner__actions { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
@keyframes slide-up { from { opacity: 0; transform: translateY(24px); } }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 64px 88px; background: rgb(20 26 33 / 0.94); opacity: 0; visibility: hidden; transition: all 300ms var(--ease); }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 100%; max-height: calc(100vh - 144px); border-radius: 12px; box-shadow: var(--shadow-dialog); }
.lightbox__caption { position: absolute; left: 0; right: 0; bottom: 24px; text-align: center; font-weight: 600; color: #fff; }
.lightbox__btn { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgb(255 255 255 / 0.08); color: #fff; font-size: 1.1rem; cursor: pointer; }
.lightbox__btn:hover { background: rgb(255 255 255 / 0.2); }
.lightbox__close { top: 24px; right: 24px; }
.lightbox__prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__counter { position: absolute; top: 36px; left: 32px; font-size: .875rem; font-weight: 700; color: rgb(255 255 255 / 0.72); }

/* ---------- 30. Görünüme girme (Minimals varFade) — yalnızca JS varsa ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 640ms var(--ease-out), transform 640ms var(--ease-out); }
.js .reveal[data-reveal="left"] { transform: translateX(-32px); }
.js .reveal[data-reveal="right"] { transform: translateX(32px); }
.js .reveal[data-reveal="zoom"] { transform: scale(.92); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.grid > .reveal:nth-child(4n+2), .project-grid > .reveal:nth-child(4n+2), .job-grid > .reveal:nth-child(3n+2), .team-grid > .reveal:nth-child(4n+2) { transition-delay: 80ms; }
.grid > .reveal:nth-child(4n+3), .project-grid > .reveal:nth-child(4n+3), .job-grid > .reveal:nth-child(3n+3), .team-grid > .reveal:nth-child(4n+3) { transition-delay: 160ms; }
.grid > .reveal:nth-child(4n+4), .project-grid > .reveal:nth-child(4n+4), .team-grid > .reveal:nth-child(4n+4) { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee__track { flex-wrap: wrap; justify-content: center; width: auto; animation: none; }
  .marquee__item[aria-hidden="true"] { display: none; }
  .marquee { -webkit-mask-image: none; mask-image: none; }
}

/* ---------- 31. Duyarlı düzen ---------- */
@media (min-width: 900px) {
  .section { padding-block: var(--section-y); }
}
/* Geniş ekranda içerik 1440 px'e açılır (1920 ekranda iki yanda aşırı boşluk kalmasın); telefon bilgisi yalnızca menüye sığdığında görünür */
@media (min-width: 1600px) {
  :root { --container: 1440px; }
}
@media (max-width: 1199px) {
  .nav__list { gap: 28px; }
}
/* 1024–1199 px: menü tek satıra sığsın, sağdaki düğmelerin altına kaymasın */
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav__list { gap: 18px; padding-left: 0; }
  .header__inner { gap: 16px; }
}
@media (max-width: 1199px) {
  .header__cta-text { display: none; }
  .grid--4, .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid--bento > :first-child { grid-column: 1 / -1; }
  .hero__float--a { left: -12px; }
  .hero__float--b { right: -12px; }
  .footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 1023px) {
  :root { --header-h: 76px; --header-h-scrolled: 64px; }
  .nav { display: none; }
  .nav-toggle { display: inline-grid; }
  .header__cta { padding-inline: 12px; }
  .header__cta-text { display: none; }
  .hero { padding-top: calc(var(--header-h) + 32px); min-height: 0; }
  .hero__inner, .about-intro, .split, .testimonials__layout, .layout-sidebar, .product-detail, .contact-layout, .faq-layout, .quote-layout, .career-intro { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .hero__media { max-width: 560px; }
  .sidebar, .product-gallery { position: static; }
  .grid--3, .project-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
  .stat:nth-child(3) { border-left: 0; }
  .stat:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
  .process__steps::before { display: none; }
  .carousel__track { grid-auto-columns: calc(80% - 12px); }
  .section-head--split { flex-direction: column; align-items: flex-start; }
  .cta-banner { grid-template-columns: 1fr; padding: 48px 32px; }
  .cta-banner__art { display: none; }
  .assurance-grid { gap: 24px; }
}
@media (max-width: 767px) {
  .container { padding-inline: 16px; }
  .vision { padding: 32px 24px; min-height: 480px; }
  .grid--2, .grid--3, .grid--4, .project-grid, .project-grid--3, .form-grid, .feature-list, .check-grid, .photo-grid, .assurance-grid { grid-template-columns: minmax(0, 1fr); }
  .project-grid--bento { grid-auto-rows: 300px; }
  .project-grid--bento > :first-child { grid-row: span 1; }
  .hero__title { font-size: 2.25rem; }
  .hero__float { display: none; }
  .hero__media::before { display: none; }
  .about-intro__img--small { margin-bottom: 40px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 8px; }
  .stat__value { font-size: 2rem; }
  .process__steps { grid-template-columns: 1fr; }
  .carousel__track { grid-auto-columns: 88%; }
  .form-card { padding: 24px 16px; }
  .footer__cols { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; }
  .cookie-banner__actions { flex-direction: row; }
  .cookie-banner__actions .btn { flex: 1; }
  .inline-cta { flex-direction: column; align-items: flex-start; }
  .lightbox { padding: 64px 12px; }
  .lightbox__prev, .lightbox__next { top: auto; bottom: 16px; transform: none; }
  .lightbox__caption { bottom: 80px; }
  .fab-whatsapp { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .to-top { right: 20px; bottom: 80px; }
  .tabs-card__panel { padding: 24px 16px; }
  .page-hero { padding: calc(var(--header-h) + 48px) 0 56px; }
  .article-hero { min-height: 440px; }
}

/* ---------- Mobil: anasayfa kart dizileri yana kaydırılır (sayfa boyu kısalır, Minimals carousel hissi) ---------- */
@media (max-width: 767px) {
  .hero { padding-bottom: 48px; }
  .hero__dots { display: none; }
  .section--lined::before, .section--lined::after, .section--lined > .plus { display: none; }
  .js .reveal[data-reveal="left"]:not(.is-visible), .js .reveal[data-reveal="right"]:not(.is-visible) { transform: translateY(24px); }
  .hero__trust { margin-top: 24px; }
  .section { padding-block: 64px; }
  .section--compact { padding-block: 48px; }
  .section-head { margin-bottom: 32px; }
  .service-card { padding: 28px 24px 24px; }

  .page-home .grid--3, .page-home .grid--4, .page-home .category-grid, .page-home .project-grid {
    display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 84%; grid-auto-rows: auto;
    gap: 16px; margin-inline: -16px; padding: 4px 16px 24px; overflow-x: auto;
    scroll-snap-type: x mandatory; scroll-padding-inline: 16px; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .page-home .grid--3::-webkit-scrollbar, .page-home .grid--4::-webkit-scrollbar, .page-home .category-grid::-webkit-scrollbar, .page-home .project-grid::-webkit-scrollbar { display: none; }
  .page-home .grid--3 > *, .page-home .grid--4 > *, .page-home .category-grid > *, .page-home .project-grid > * { scroll-snap-align: start; }
  .page-home .grid--4 { grid-auto-columns: 66%; }
  .page-home .project-grid--bento > :first-child { grid-column: auto; grid-row: auto; }
  .page-home .project-grid .project-card { min-height: 380px; }
  .page-home .category-card { aspect-ratio: 4 / 5; }
}

/* ---------- Başkanın mesajı ve tarihçe: tablet / mobil ---------- */
@media (max-width: 1023px) {
  .message-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .message-portrait { position: static; width: 100%; max-width: 420px; margin-inline: auto; }
  .message-teaser { grid-template-columns: 220px minmax(0, 1fr); gap: 32px; padding: 32px; }
}
@media (max-width: 767px) {
  .message-letter__lead { font-size: 1.375rem; }
  .message-signature__name { font-size: 1.625rem; }
  .message-teaser { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 16px 16px 24px; }
  .message-teaser__photo { aspect-ratio: 16 / 11; }
  .message-teaser__content { padding: 0 8px; }
  .message-teaser__quote { font-size: 1.25rem; }
  .message-teaser__footer .btn { width: 100%; }
  .timeline { gap: 20px; }
  .timeline::before { left: 22px; margin-left: 0; }
  .timeline__item { grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: start; }
  .timeline__dot { grid-column: 1; width: 44px; height: 44px; margin-top: 16px; font-size: .9rem; }
  .timeline__card, .timeline__item:nth-child(even) .timeline__card { grid-column: 2; }
  .timeline__body { padding: 20px; }
  .timeline__year { font-size: 1.875rem; }
}

/* ---------- 32. Yazdırma ---------- */
@media print {
  .header, .footer, .fab-whatsapp, .to-top, .cookie-banner, .sidebar, .share, .scroll-progress, .cta-wrap { display: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .layout-sidebar, .product-detail { grid-template-columns: 1fr; }
  .page-hero, .article-hero { margin-top: 0; color: #000; background: none; }
}

/* Dosya alanı: reddedilen dosya uyarısı ve listeden kaldırma */
.file-drop__alert { margin-top: 12px; padding: 12px 16px; border-radius: var(--radius); background: rgb(var(--error-rgb) / 0.08); color: var(--error-dark); font-size: .875rem; line-height: 1.6; }
.file-drop__alert p + p { margin-top: 4px; }
.file-drop__remove { margin-left: 8px; width: 28px; height: 28px; border: 0; border-radius: 50%; background: transparent; color: var(--text-secondary); font-size: 1.125rem; line-height: 1; cursor: pointer; }
.file-drop__remove:hover { background: rgb(var(--error-rgb) / 0.12); color: var(--error-dark); }

/* Boş durum ve yardım kartlarında çizgi film yerine sade simge */
.side-card__icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 18px; color: var(--primary-main); background: rgb(var(--primary-rgb) / 0.1); font-size: 1.5rem; }

/* Dar telefonlarda başlık sığsın: dil kodu yazısı gizlenir (bayrak kalır), aralıklar daralır */
@media (max-width: 420px) {
  .header__inner { gap: 8px; }
  .header__actions { gap: 2px; }
  .lang-menu__button > span { display: none; }
  .lang-menu__button { padding: 0 6px; }
}

/* ---------- Telefon: daha sıkı dikey ritim, okunur başlık boyu, kaydırmalı satırlarda kart hizası ---------- */
@media (max-width: 599px) {
  .section { padding-block: 48px; }
  .section--compact { padding-block: 36px; }
  .section-head { margin-bottom: 24px; }
  .section-head__title { font-size: 1.625rem; line-height: 1.3; }
  .section-head__title--sm { font-size: 1.375rem; }
  .cta-banner { padding: 36px 24px; border-radius: 20px; }
  .cta-banner__title { font-size: 1.5rem; }
  .cta-banner__actions .btn { flex: 1 1 100%; justify-content: center; }
  .page-home .grid--3, .page-home .grid--4, .page-home .category-grid, .page-home .project-grid { scroll-snap-type: x mandatory; scroll-padding-inline: 16px; }
  .page-home .grid--3 > *, .page-home .grid--4 > *, .page-home .category-grid > *, .page-home .project-grid > * { scroll-snap-align: start; }
}
@media (max-width: 599px) {
  /* Çalışma süreci: ortalanmış dev simgeler yerine solda simge, sağda metin (daha kısa ve düzenli) */
  .process-step { flex-direction: row; align-items: flex-start; gap: 16px; padding: 0; text-align: left; }
  .process-step__icon { width: 56px; height: 56px; margin: 0; flex-shrink: 0; font-size: 1.25rem; box-shadow: 0 0 0 6px rgb(var(--tone-rgb) / 0.16); }
  .process-step__number { width: 22px; height: 22px; font-size: .6875rem; }
  .process-step > div, .process-step__body { min-width: 0; }
  /* Tek yüzen düğme: WhatsApp yeterli, yukarı çık düğmesi içeriğin üstüne binmesin */
  .to-top { display: none; }
}
.process-step__body { display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 599px) { .process-step__body { gap: 4px; } }
@media (max-width: 599px) {
  /* İletişim kartları: simge solda, bilgi sağda; dört kart ekranı doldurmasın */
  .contact-info { gap: 12px; }
  .contact-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 16px; row-gap: 2px; padding: 18px; }
  .contact-card > :not(.contact-card__icon) { grid-column: 2; }
  .contact-card__icon { grid-row: 1 / span 4; width: 48px; height: 48px; font-size: 1.125rem; margin-bottom: 0; }
}

/* Dosya alanı: "yalnızca PDF" rozeti; dokunmatik ekranda "sürükleyin" yerine "dokunun" */
.file-drop__badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 999px; background: rgb(var(--error-rgb, 255 86 48) / 0.12); color: var(--error-dark, #b71d18); font-size: .8125rem; font-weight: 700; }
.file-drop__title--touch { display: none; }
@media (hover: none) and (pointer: coarse) {
  .file-drop__title--pointer { display: none; }
  .file-drop__title--touch { display: block; }
}

/* Telefonda: çerez bandı daha kompakt; band açıkken WhatsApp düğmesi "Yalnızca zorunlu" düğmesinin üstüne binmesin;
   form gönder satırı WhatsApp düğmesinin altında kalmasın */
@media (max-width: 767px) {
  .cookie-banner { gap: 12px; padding: 14px 16px; }
  .cookie-banner__icon { display: none; }
  .cookie-banner__text p { font-size: .75rem; }
  body:has(.cookie-banner:not([hidden])) .fab-whatsapp { display: none; }
  .form-actions { padding-bottom: 64px; }
}

h2.tabs-card__tab { display: flex; align-items: center; margin: 0; }

/* Hizmet kartı: başlık simgenin yanında */
.service-card__head { display: flex; align-items: center; gap: 16px; }
.service-card__head .service-card__icon { flex-shrink: 0; width: 56px; height: 56px; border-radius: 16px; font-size: 1.35rem; }
/* Uzun e-posta / adres sütundan taşmasın (tablette alt bilgi 3 dar sütun) */
.footer__col, .footer-contact { min-width: 0; }
.footer__col a, .footer__col span, .footer-contact a, .footer-contact span { overflow-wrap: anywhere; }

/* İlk ekran güven şeridi: kapasite, kuruluş yılı, sektör sayısı (panel > Rakamlar) */
.hero__stats { display: grid; grid-template-columns: repeat(var(--hero-stats, 3), minmax(0, 1fr)); gap: 0; width: 100%; max-width: 560px; margin-top: 40px; padding-top: 28px; list-style: none; border-top: 1px dashed rgb(var(--grey-500-rgb) / 0.32); }
.hero__stats:has(> :nth-child(4)) { --hero-stats: 4; max-width: 640px; }
.hero__stat { display: flex; flex-direction: column; gap: 6px; padding-inline: 20px; border-left: 1px solid var(--divider); }
.hero__stat:first-child { padding-left: 0; border-left: 0; }
.hero__stat strong { font-family: var(--font-secondary); font-size: 2rem; font-weight: 800; line-height: 1; letter-spacing: -0.02em; color: var(--text-primary); }
.hero__stat span { font-size: .8125rem; line-height: 1.45; color: var(--text-secondary); }
@media (max-width: 599px) {
  .hero__stats { margin-top: 28px; padding-top: 20px; }
  .hero__stat { padding-inline: 12px; }
  .hero__stat strong { font-size: 1.5rem; }
  .hero__stat span { font-size: .75rem; }
}
/* Slayt değişirken eski ve yeni metin üst üste binmesin: önce eski kaybolur, sonra yenisi gelir */
.hero__text { transition: opacity 250ms var(--ease), transform 250ms var(--ease), visibility 250ms; }
.hero__text.is-active { transition: opacity 600ms var(--ease-out) 250ms, transform 600ms var(--ease-out) 250ms, visibility 0s; }

/* ==========================================================================
   İlk ekran (tam genişlik): fabrika görseli tüm alanı kaplar, soldan koyu geçiş,
   beyaz başlık, marka renginde ana düğme ve cam efektli rakam kartları
   ========================================================================== */
.hero--immersive { display: flex; align-items: center; min-height: 100vh; min-height: 100svh; padding: calc(var(--header-h) + 48px) 0 72px; background: #0b1118; color: #fff; }
.hero--immersive .hero__bg { display: none; }
.hero--immersive .hero__inner { grid-template-columns: minmax(0, 700px); width: 100%; }
.hero--immersive .hero__media { position: absolute; inset: 0; z-index: -1; }
.hero--immersive .hero__media::before { display: none; }
.hero--immersive .hero__frame { position: absolute; inset: 0; aspect-ratio: auto; border-radius: 0; box-shadow: none; background: #0b1118; }
.hero--immersive .hero__frame::after {
  background:
    linear-gradient(to bottom, rgb(8 12 18 / 0.7), transparent 22%),
    linear-gradient(90deg, rgb(8 12 18 / 0.94) 0%, rgb(8 12 18 / 0.82) 34%, rgb(8 12 18 / 0.38) 68%, rgb(8 12 18 / 0.2) 100%),
    linear-gradient(to top, rgb(8 12 18 / 0.75), transparent 38%);
}
.hero--immersive .hero__eyebrow { padding: 6px 14px; border: 1px solid rgb(255 255 255 / 0.18); background: rgb(255 255 255 / 0.1); box-shadow: none; color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.hero--immersive .hero__eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-light); box-shadow: 0 0 0 4px rgb(var(--primary-rgb) / 0.3); }
.hero--immersive .hero__title { color: #fff; text-shadow: 0 2px 24px rgb(0 0 0 / 0.25); }
.hero--immersive .hero__title .text-gradient { color: var(--primary-light); }
.hero--immersive .hero__lead { color: rgb(255 255 255 / 0.8); }
.hero--immersive .hero__actions .btn:not(.btn--outlined) { --btn-bg: var(--primary-dark); --btn-color: var(--primary-contrast, #fff); --btn-hover-bg: var(--primary-darker); --btn-shadow: 0 8px 24px 0 rgb(var(--primary-rgb) / 0.4); }
.hero--immersive .hero__actions .btn--outlined { --btn-color: #fff; --btn-border: rgb(255 255 255 / 0.4); --btn-hover-bg: rgb(255 255 255 / 0.12); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.hero--immersive .hero__stats { gap: 12px; max-width: 660px; margin-top: 32px; padding-top: 0; border-top: 0; }
.hero--immersive .hero__stat,
.hero--immersive .hero__stat:first-child { padding: 18px 20px; border: 1px solid rgb(255 255 255 / 0.14); border-radius: 16px; background: rgb(255 255 255 / 0.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hero--immersive .hero__stat strong { color: #fff; font-size: 2.25rem; }
.hero--immersive .hero__stat strong::after { content: ""; display: block; width: 28px; height: 3px; margin-top: 10px; border-radius: 3px; background: var(--primary-light); }
.hero--immersive .hero__stat span { color: rgb(255 255 255 / 0.72); }
.hero--immersive .hero__controls { left: auto; right: max(24px, calc((100vw - var(--container)) / 2 + 24px)); bottom: 40px; gap: 24px; }
@media (max-width: 1023px) {
  .hero--immersive { padding: calc(var(--header-h) + 40px) 0 96px; }
  .hero--immersive .hero__frame::after { background: linear-gradient(180deg, rgb(8 12 18 / 0.7) 0%, rgb(8 12 18 / 0.86) 55%, rgb(8 12 18 / 0.94) 100%); }
  .hero--immersive .hero__controls { left: 24px; right: 24px; bottom: 28px; }
}
@media (max-width: 599px) {
  .hero--immersive .hero__stats { gap: 8px; margin-top: 32px; }
  .hero--immersive .hero__stat, .hero--immersive .hero__stat:first-child { padding: 12px; border-radius: 12px; }
  .hero--immersive .hero__stat strong { font-size: 1.5rem; }
  .hero--immersive .hero__stat strong::after { margin-top: 8px; width: 20px; }
}

/* Koyu görsel üstündeki şeffaf menüde ve karanlık temada logo değiştirilmez: orijinal logo küçük beyaz bir zemin üzerinde gösterilir */
body.has-dark-hero .header:not(.is-scrolled) .brand__logo--on-dark,
:root[data-color-scheme="dark"] .brand__logo--on-dark { display: none !important; }
body.has-dark-hero .header:not(.is-scrolled) .brand__logo--has-light,
:root[data-color-scheme="dark"] .brand__logo--has-light { display: block !important; }
body.has-dark-hero .header:not(.is-scrolled) .brand__logo,
:root[data-color-scheme="dark"] .brand__logo { height: 78px; padding: 5px 12px; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgb(0 0 0 / 0.25); }
@media (max-width: 1023px) {
  body.has-dark-hero .header:not(.is-scrolled) .brand__logo, :root[data-color-scheme="dark"] .brand__logo { height: 52px; padding: 4px 10px; }
}
