/* kapukaya.dev ana stil dosyası. Renkler ve menü chrome.css içinde. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--k-bg);
  color: var(--k-text);
  font-family: var(--k-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--k-accent); }
h1, h2, h3 { color: var(--k-white); font-weight: 600; line-height: 1.15; margin: 0; letter-spacing: -.02em; }
p { margin: 0; }
strong { font-weight: 500; color: var(--k-white); }
:focus-visible { outline: 2px solid var(--k-accent); outline-offset: 3px; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  padding: 10px 14px; border-radius: 8px;
  background: var(--k-accent); color: var(--k-ink); font-weight: 500; text-decoration: none;
}
.skip-link:focus { top: 12px; }

.wrap { width: min(var(--k-wrap), 100%); margin: 0 auto; padding: 0 var(--k-pad); }

.section { padding: clamp(72px, 10vw, 120px) 0; border-top: 1px solid var(--k-line); }
.section__head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 56px); }
.section__head h2 { font-size: clamp(28px, 3.6vw, 40px); }
.section__head p { margin-top: 14px; color: var(--k-dim); font-size: 17px; }

/* Butonlar */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px;
  border-radius: 10px; border: 1px solid transparent;
  font: 500 15px/1.2 var(--k-font);
  text-decoration: none; cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn--primary { background: var(--k-accent); color: var(--k-ink); }
.btn--primary:hover { background: var(--k-accent-2); }
.btn--ghost { border-color: var(--k-line); color: var(--k-white); background: transparent; }
.btn--ghost:hover { border-color: hsl(0, 0%, 36%); background: var(--k-surface); }
.link-more {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--k-accent); text-decoration: none; font-weight: 500; font-size: 15px;
}
.link-more:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ============ HERO ============ */
.hero { padding: clamp(48px, 8vw, 96px) 0 clamp(64px, 9vw, 110px); }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.hero h1 {
  font-size: clamp(36px, 5.2vw, 60px);
  letter-spacing: -.035em;
  line-height: 1.06;
  max-width: 14ch;
}
.hero__lead { margin-top: 24px; font-size: 18px; color: var(--k-dim); max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__note {
  display: flex; align-items: center; gap: 10px;
  margin-top: 28px; font-size: 14px; color: var(--k-dim);
}
.hero__note i { color: var(--k-accent); }

/* Temsili uygulama penceresi */
.demo { position: relative; }
.demo__tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; align-items: center; }
.demo__tabs-label { font-size: 13px; color: var(--k-dim); margin-right: 6px; }
.demo__tab {
  font: 400 13.5px/1 var(--k-font);
  color: var(--k-text);
  background: transparent;
  border: 1px solid var(--k-line);
  border-radius: 999px;
  padding: 9px 14px;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}
.demo__tab:hover { border-color: hsl(0, 0%, 36%); }
.demo__tab[aria-selected="true"] { background: var(--k-accent); color: var(--k-ink); border-color: var(--k-accent); font-weight: 500; }

.win {
  background: var(--k-surface);
  border: 1px solid var(--k-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px hsla(0, 0%, 0%, .7), 0 0 0 1px hsla(45, 100%, 72%, .04);
}
.win__bar {
  display: flex; align-items: center; gap: 14px;
  padding: 11px 14px;
  background: var(--k-surface-2);
  border-bottom: 1px solid var(--k-line);
  font-size: 12.5px; color: var(--k-dim);
}
.win__dots { display: flex; gap: 6px; }
.win__dots span { width: 10px; height: 10px; border-radius: 50%; background: hsl(0, 0%, 28%); }
.win__title { flex: 1; text-align: center; margin-right: 44px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.win__body { display: grid; grid-template-columns: 150px 1fr; min-height: 340px; }
.win__side {
  border-right: 1px solid var(--k-line);
  padding: 14px 10px;
  display: flex; flex-direction: column; gap: 3px;
  font-size: 13px;
}
.win__side span { padding: 8px 10px; border-radius: 8px; color: var(--k-dim); display: flex; align-items: center; gap: 9px; }
.win__side span i { width: 14px; text-align: center; font-size: 12px; }
.win__side span.is-active { background: hsla(45, 100%, 72%, .12); color: var(--k-accent); font-weight: 500; }
.win__main { padding: 18px 18px 16px; min-width: 0; }
.win__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.win__head strong { font-size: 15px; font-weight: 500; }
.win__head small { color: var(--k-dim); font-size: 12.5px; }
.win__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.win__stat { background: var(--k-bg); border: 1px solid var(--k-line); border-radius: 10px; padding: 10px 12px; }
.win__stat small { display: block; font-size: 11.5px; color: var(--k-dim); }
.win__stat b { display: block; font-size: 17px; font-weight: 600; color: var(--k-white); margin-top: 2px; }
.win__rows { display: grid; gap: 6px; }
.win__row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1.3fr) minmax(0, 1fr) auto;
  gap: 10px; align-items: center;
  padding: 9px 10px;
  border-radius: 8px;
  background: hsla(0, 0%, 100%, .025);
  font-size: 13px;
}
.win__row > span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.win__row .t { color: var(--k-white); font-weight: 500; }
.win__row .d, .win__row .c { color: var(--k-dim); }
.win__row .pill { justify-self: end; }
.pill { font-size: 11.5px; padding: 3px 9px; border-radius: 999px; font-weight: 500; white-space: nowrap; }
.pill--ok { background: hsla(142, 50%, 50%, .14); color: hsl(142, 55%, 68%); }
.pill--wait { background: hsla(45, 100%, 72%, .14); color: var(--k-accent); }
.pill--go { background: hsla(210, 80%, 65%, .14); color: hsl(210, 85%, 74%); }
.pill--low { background: hsla(8, 80%, 62%, .14); color: hsl(8, 85%, 72%); }
.demo__caption { margin-top: 12px; font-size: 12.5px; color: var(--k-dim); }

/* Sayfa açılışında satırların sırayla gelmesi: tek koordineli hareket */
.win__row, .win__stat { animation: rowIn .45s cubic-bezier(.2, .7, .2, 1) both; }
.win__stat:nth-child(2) { animation-delay: .06s; }
.win__stat:nth-child(3) { animation-delay: .12s; }
.win__row:nth-child(1) { animation-delay: .18s; }
.win__row:nth-child(2) { animation-delay: .26s; }
.win__row:nth-child(3) { animation-delay: .34s; }
.win__row:nth-child(4) { animation-delay: .42s; }
.win__row:nth-child(5) { animation-delay: .5s; }
@keyframes rowIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Müşteri logoları */
.clients { padding: 0 0 clamp(64px, 8vw, 96px); }
.clients__label { font-size: 14px; color: var(--k-dim); margin-bottom: 22px; }
.clients__list {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(28px, 5vw, 64px);
  list-style: none; margin: 0; padding: 0;
}
.clients__list img { height: 34px; width: auto; filter: grayscale(1) brightness(1.7) contrast(.9); opacity: .72; }
.clients__list img.is-tall { height: 48px; }

/* ============ HİZMETLER ============ */
.services { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--k-line); }
.service {
  display: grid;
  grid-template-columns: 56px minmax(0, 1.1fr) minmax(0, 1.4fr) minmax(0, .8fr);
  gap: clamp(16px, 3vw, 36px);
  padding: 30px 0;
  border-bottom: 1px solid var(--k-line);
  align-items: start;
}
.service__icon {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: hsla(45, 100%, 72%, .1);
  color: var(--k-accent);
  font-size: 19px;
}
.service h3 { font-size: 20px; font-weight: 500; letter-spacing: -.01em; padding-top: 10px; }
.service p { color: var(--k-dim); padding-top: 8px; }
.service__eg { padding-top: 10px; font-size: 13.5px; color: var(--k-dim); }
.service__eg b { display: block; color: var(--k-text); font-weight: 500; margin-bottom: 4px; }
.service__eg a { color: var(--k-text); text-decoration: underline; text-decoration-color: hsl(0, 0%, 36%); text-underline-offset: 3px; }
.service__eg a:hover { color: var(--k-accent); }

/* ============ İŞLER ============ */
.works { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.work {
  grid-column: span 2;
  display: flex; flex-direction: column;
  border: 1px solid var(--k-line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--k-surface);
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease;
}
.work:hover { border-color: hsl(0, 0%, 34%); }
.work--wide { grid-column: span 3; }
.work__logo {
  display: grid; place-items: center;
  aspect-ratio: 16 / 7;
  padding: 28px 36px;
  background: var(--k-surface-2);
  border-bottom: 1px solid var(--k-line);
}
.work__logo img { max-height: 92px; width: auto; max-width: 78%; object-fit: contain; }
.work__logo--multi { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 26px; }
.work__logo--multi img { max-height: 30px; max-width: 42%; }
.work__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.work__meta { font-size: 13px; color: var(--k-dim); display: flex; gap: 8px; flex-wrap: wrap; }
.work__meta span + span::before { content: "/"; margin-right: 8px; color: hsl(0, 0%, 34%); }
.work h3 { font-size: 20px; font-weight: 500; margin-top: 8px; letter-spacing: -.01em; }
.work p { color: var(--k-dim); margin-top: 10px; font-size: 15px; }
.work .link-more { margin-top: auto; padding-top: 18px; }

/* ============ SÜREÇ ============ */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px;
  counter-reset: step;
  position: relative;
}
.steps::before {
  content: ""; position: absolute; left: 0; right: 0; top: 19px;
  height: 1px; background: var(--k-line);
}
.step { position: relative; counter-increment: step; }
.step::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--k-bg);
  border: 1px solid var(--k-accent);
  color: var(--k-accent);
  font-weight: 500; font-size: 15px;
  position: relative;
}
.step h3 { font-size: 17px; font-weight: 500; margin-top: 18px; letter-spacing: -.01em; }
.step p { color: var(--k-dim); font-size: 14.5px; margin-top: 8px; }

/* ============ HAKKIMDA (kısa) ============ */
.about { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.about__photo {
  border-radius: 16px;
  background: linear-gradient(160deg, hsla(45, 100%, 72%, .16), hsla(45, 100%, 72%, 0) 70%), var(--k-surface);
  border: 1px solid var(--k-line);
  padding: 24px 24px 0;
}
.about h2 { font-size: clamp(28px, 3.6vw, 40px); }
.about__text { margin-top: 18px; display: grid; gap: 14px; max-width: 62ch; font-size: 17px; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 32px 0; padding: 22px 0; border-top: 1px solid var(--k-line); border-bottom: 1px solid var(--k-line); }
.facts dt { font-size: 13px; color: var(--k-dim); }
.facts dd { margin: 4px 0 0; color: var(--k-white); font-weight: 400; font-size: 15px; line-height: 1.5; }

/* ============ REFERANSLAR ============ */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); }
.quote { margin: 0; border-top: 2px solid var(--k-accent); padding-top: 22px; display: flex; flex-direction: column; }
.quote blockquote { margin: 0; color: var(--k-text); font-size: 16px; line-height: 1.75; }
.quote figcaption { margin-top: auto; padding-top: 22px; display: flex; gap: 12px; align-items: center; }
.quote figcaption img { width: 44px; height: 44px; border-radius: 50%; background: var(--k-surface-2); object-fit: cover; }
.quote figcaption b { display: block; color: var(--k-white); font-weight: 500; font-size: 15px; }
.quote figcaption small { display: block; color: var(--k-dim); font-size: 13px; line-height: 1.45; }
.quotes-note { margin-top: 32px; font-size: 14px; color: var(--k-dim); }

/* ============ ÜRÜNLER ============ */
.products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; list-style: none; margin: 0; padding: 0; }
.product { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--k-line); }
.product__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 11px; background: var(--k-surface-2); color: var(--k-white); font-size: 17px; }
.product h3 { font-size: 17px; font-weight: 500; letter-spacing: -.01em; }
.product p { color: var(--k-dim); font-size: 15px; margin-top: 4px; }
.product a { font-size: 13.5px; color: var(--k-dim); display: inline-block; margin-top: 8px; }
.product a:hover { color: var(--k-accent); }

/* ============ BLOG ============ */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; }
.post a {
  display: flex; flex-direction: column; height: 100%;
  padding: 24px; border-radius: 14px;
  border: 1px solid var(--k-line);
  color: inherit; text-decoration: none;
  transition: border-color .2s ease;
}
.post a:hover { border-color: hsl(0, 0%, 34%); }
.post small { color: var(--k-dim); font-size: 13px; }
.post h3 { font-size: 18px; font-weight: 500; margin-top: 10px; letter-spacing: -.01em; line-height: 1.35; }
.post p { color: var(--k-dim); font-size: 14.5px; margin-top: 10px; }
.section__foot { margin-top: 32px; }

/* ============ İLETİŞİM ============ */
.contact { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 6vw, 80px); align-items: start; }
.contact h2 { font-size: clamp(30px, 4vw, 46px); letter-spacing: -.03em; }
.contact__lead { margin-top: 18px; color: var(--k-dim); font-size: 17px; max-width: 42ch; }
.contact__direct { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 14px; }
.contact__direct li { display: flex; gap: 14px; align-items: center; }
.contact__direct i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--k-surface-2); color: var(--k-accent); font-size: 15px; flex: none; }
.contact__direct small { display: block; font-size: 12.5px; color: var(--k-dim); line-height: 1.4; }
.contact__direct a, .contact__direct span { color: var(--k-white); text-decoration: none; font-weight: 400; }
.contact__direct a:hover { color: var(--k-accent); }

.form { background: var(--k-surface); border: 1px solid var(--k-line); border-radius: 16px; padding: clamp(22px, 3.5vw, 36px); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; color: var(--k-text); font-weight: 400; }
.field label em { font-style: normal; color: var(--k-dim); font-size: 12.5px; }
.field input, .field select, .field textarea {
  width: 100%;
  font: 400 15px/1.5 var(--k-font);
  color: var(--k-white);
  background: var(--k-bg);
  border: 1px solid var(--k-line);
  border-radius: 10px;
  padding: 12px 14px;
  transition: border-color .2s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--k-dim) 50%), linear-gradient(135deg, var(--k-dim) 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 15px) 55%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--k-accent); box-shadow: 0 0 0 3px hsla(45, 100%, 72%, .18); }
.field input::placeholder, .field textarea::placeholder { color: hsl(0, 0%, 42%); }
.form__foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 22px; }
.form__privacy { font-size: 13px; color: var(--k-dim); max-width: 40ch; line-height: 1.55; }
.form__privacy a { color: var(--k-text); }
.form__status { margin-top: 18px; padding: 14px 16px; border-radius: 10px; font-size: 14.5px; display: none; }
.form__status.is-ok { display: block; background: hsla(142, 50%, 50%, .12); color: hsl(142, 55%, 72%); }
.form__status.is-err { display: block; background: hsla(8, 80%, 60%, .12); color: hsl(8, 85%, 76%); }
.form__status a { color: inherit; }
.hp { position: absolute; left: -9999px; }

/* ============ İÇ SAYFALAR ============ */
.page-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(40px, 5vw, 64px); }
.crumbs { font-size: 13.5px; color: var(--k-dim); margin-bottom: 22px; }
.crumbs a { color: var(--k-dim); text-decoration: none; }
.crumbs a:hover { color: var(--k-accent); }
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); letter-spacing: -.035em; max-width: 20ch; }
.page-hero__lead { margin-top: 20px; font-size: 18px; color: var(--k-dim); max-width: 58ch; }
.page-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

/* Vaka sayfası */
.case-top { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.case-logo { display: grid; place-items: center; aspect-ratio: 4 / 3; border-radius: 16px; background: var(--k-surface-2); border: 1px solid var(--k-line); padding: 36px; }
.case-logo img { max-height: 170px; width: auto; object-fit: contain; }
.case-logo--multi { display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.case-logo--multi img { max-height: 44px; }
.case-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 24px 0; border-top: 1px solid var(--k-line); border-bottom: 1px solid var(--k-line); margin-bottom: clamp(40px, 6vw, 72px); }
.case-meta dt { font-size: 13px; color: var(--k-dim); }
.case-meta dd { margin: 4px 0 0; color: var(--k-white); font-size: 15px; line-height: 1.5; }
.case-body { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px clamp(28px, 5vw, 64px); max-width: 980px; }
.case-body h2 { font-size: 20px; font-weight: 500; letter-spacing: -.01em; padding-top: 3px; }
.case-body > div p + p { margin-top: 14px; }
.case-body > div { padding-bottom: 36px; border-bottom: 1px solid var(--k-line); font-size: 17px; }
.case-body > div:last-child { border-bottom: 0; }
.checklist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.checklist li { display: flex; gap: 12px; font-size: 16px; }
.checklist li::before { content: ""; width: 8px; height: 8px; margin-top: 10px; border-radius: 2px; background: var(--k-accent); flex: none; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.tags li { font-size: 13.5px; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--k-line); color: var(--k-text); }

.cta-band { border: 1px solid var(--k-line); border-radius: 16px; background: linear-gradient(120deg, hsla(45, 100%, 72%, .1), hsla(45, 100%, 72%, 0) 60%), var(--k-surface); padding: clamp(28px, 4vw, 44px); display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(22px, 2.6vw, 30px); }
.cta-band p { margin-top: 8px; color: var(--k-dim); }

.case-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.case-nav a { color: var(--k-text); text-decoration: none; font-size: 15px; }
.case-nav a small { display: block; color: var(--k-dim); font-size: 12.5px; }
.case-nav a:hover { color: var(--k-accent); }
.case-nav a:last-child { text-align: right; }

/* Özgeçmiş sayfası */
.cv-block { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px clamp(28px, 5vw, 64px); padding: clamp(48px, 6vw, 72px) 0; border-top: 1px solid var(--k-line); }
.cv-block > h2 { font-size: 22px; font-weight: 500; letter-spacing: -.01em; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 30px; }
.timeline li { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 20px; }
.timeline time { font-size: 14px; color: var(--k-dim); padding-top: 2px; }
.timeline h3 { font-size: 17px; font-weight: 500; letter-spacing: -.01em; }
.timeline h3 span { color: var(--k-dim); font-weight: 400; }
.timeline p { color: var(--k-dim); margin-top: 6px; font-size: 15.5px; }
.skills { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.skills h3 { font-size: 15px; font-weight: 500; margin-bottom: 12px; }
.certs { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.certs li { border-bottom: 1px solid var(--k-line); }
.certs a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; color: var(--k-text); text-decoration: none; font-size: 15px; }
.certs a i { color: var(--k-dim); font-size: 13px; padding-top: 5px; }
.certs a:hover { color: var(--k-accent); }
.projects { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project a, .project > div { display: block; color: inherit; text-decoration: none; border-radius: 12px; overflow: hidden; border: 1px solid var(--k-line); background: var(--k-surface); height: 100%; }
.project a:hover { border-color: hsl(0, 0%, 34%); }
.project img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--k-surface-2); }
.project div div, .project a div { padding: 14px 16px 16px; }
.project h3 { font-size: 15px; font-weight: 500; letter-spacing: 0; }
.project small { display: flex; justify-content: space-between; gap: 8px; color: var(--k-dim); font-size: 12.5px; margin-top: 3px; }
.refs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 40px; }
.refs .quote blockquote { font-size: 15px; }

/* Basit metin sayfaları (gizlilik, eklenti politikaları) */
.legal { max-width: 780px; padding: clamp(40px, 6vw, 72px) 0 clamp(64px, 8vw, 100px); }
.legal h1 { font-size: clamp(30px, 4vw, 42px); letter-spacing: -.03em; margin-bottom: 12px; }
.legal h2 { font-size: 21px; font-weight: 500; margin: 36px 0 12px; letter-spacing: -.01em; }
.legal h3 { font-size: 17px; font-weight: 500; margin: 24px 0 8px; }
.legal p, .legal li { font-size: 16px; }
.legal p { margin: 10px 0; }
.legal ul { padding-left: 20px; }
.legal li { margin: 6px 0; }
.legal code { font-size: 14px; padding: 2px 6px; border-radius: 6px; background: var(--k-surface-2); color: var(--k-white); }
.legal table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14.5px; }
.legal .table-scroll { overflow-x: auto; }
.legal th, .legal td { border: 1px solid var(--k-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal th { background: var(--k-surface-2); color: var(--k-white); font-weight: 500; }
.legal .muted, .legal .date, .legal .last-updated, .legal .updated, .legal .subtitle { color: var(--k-dim); font-size: 14px; }
.legal .notice, .legal .highlight { border-left: 3px solid var(--k-accent); background: hsla(45, 100%, 72%, .06); padding: 12px 16px; border-radius: 0 10px 10px 0; margin: 14px 0; }
.legal .badge { display: inline-block; font-size: 13px; padding: 5px 12px; border-radius: 999px; background: hsla(142, 50%, 50%, .12); color: hsl(142, 55%, 72%); margin: 8px 0; }
.legal .logo { display: none; }
.legal footer { margin-top: 36px; color: var(--k-dim); font-size: 14px; }
.legal__back { display: inline-flex; gap: 8px; align-items: center; color: var(--k-dim); text-decoration: none; font-size: 14px; margin-bottom: 26px; }
.legal__back:hover { color: var(--k-accent); }

/* Tek mesaj sayfaları (404, teşekkürler) */
.notice-page { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.notice-page h1 { font-size: clamp(30px, 4.5vw, 46px); letter-spacing: -.03em; }
.notice-page p { margin: 14px auto 28px; color: var(--k-dim); max-width: 46ch; font-size: 17px; }
.notice-page .big { font-size: 15px; color: var(--k-accent); font-weight: 500; margin: 0 0 10px; }

/* ============ DUYARLI ============ */
@media (max-width: 1020px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 16ch; }
  .service { grid-template-columns: 56px minmax(0, 1fr); }
  .service p, .service__eg { grid-column: 2; padding-top: 0; }
  .works { grid-template-columns: repeat(2, 1fr); }
  .work, .work--wide { grid-column: span 1; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .steps::before { left: 19px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .step { display: grid; grid-template-columns: 40px 1fr; column-gap: 18px; }
  .step h3 { margin-top: 8px; }
  .step p { grid-column: 2; }
  .quotes { grid-template-columns: 1fr; }
  .quote figcaption { margin-top: 0; }
  .posts { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  body { font-size: 15.5px; }
  .about { grid-template-columns: 1fr; }
  .about__photo { max-width: 220px; }
  .facts { grid-template-columns: 1fr; gap: 14px; }
  .works { grid-template-columns: 1fr; }
  .products { grid-template-columns: 1fr; }
  .form__grid { grid-template-columns: 1fr; }
  .case-top { grid-template-columns: 1fr; }
  .case-logo { aspect-ratio: 16 / 9; }
  .case-meta { grid-template-columns: 1fr 1fr; }
  .case-body, .cv-block { grid-template-columns: 1fr; }
  .checklist { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: 4px; }
  .skills, .certs, .refs { grid-template-columns: 1fr; }
  .projects { grid-template-columns: 1fr; }
  .win__body { grid-template-columns: 1fr; min-height: 0; }
  .win__side { display: none; }
  .win__title { margin-right: 0; }
}
@media (max-width: 440px) {
  .win__row { grid-template-columns: auto minmax(0, 1fr) auto; }
  .win__row .d { display: none; }
  .win__stats { grid-template-columns: repeat(2, 1fr); }
  .win__stat:nth-child(3) { display: none; }
  .hero__actions .btn { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
.legal .legal-intro { margin-bottom: 8px; }

/* ============ ÖRNEK EKRANLAR (v2) ============ */
.demo { position: relative; }
.demo::before {
  content: ""; position: absolute; inset: 12% -6% -8% 8%;
  background: radial-gradient(closest-side, hsla(45, 100%, 72%, .16), transparent);
  filter: blur(30px); z-index: 0; pointer-events: none;
}
.demo > * { position: relative; z-index: 1; }
.demo__tabs { margin-bottom: 16px; }
.demo__stage { display: grid; }
.demo__panel { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s; }
.demo__panel.is-active { opacity: 1; visibility: visible; transform: none; transition: opacity .35s ease, transform .35s ease; }
.demo__panel .win { height: 100%; }
.win { display: flex; flex-direction: column; }

/* Pencere kontrolleri (Windows) */
.w-ctrl { display: flex; margin-left: auto; align-self: stretch; }
.w-ctrl i { font-style: normal; display: grid; place-items: center; width: 40px; font-size: 12px; color: var(--k-dim); }
.w-ctrl i.x { font-size: 11px; }
.demo__panel.is-active .w-ctrl i.x:hover { background: #c42b1c; color: #fff; }

/* Masaüstü */
.win--desk .w-title { display: flex; align-items: center; gap: 10px; height: 36px; padding-left: 12px; background: hsl(240, 2%, 15%); border-bottom: 1px solid var(--k-line); font-size: 12.5px; color: var(--k-text); }
.w-app { width: 16px; height: 16px; border-radius: 4px; background: linear-gradient(135deg, var(--k-accent), var(--k-accent-2)); }
.win--desk .win__body { flex: 1; }
.win__side span em { width: 14px; height: 14px; border-radius: 4px; background: currentColor; opacity: .35; display: inline-block; flex: none; }
.win__side span.is-active em { opacity: .9; }

/* Web sitesi (tarayıcı) */
.win--web { background: hsl(0, 0%, 96%); }
.b-top { display: flex; align-items: center; gap: 12px; height: 38px; padding-left: 12px; background: hsl(240, 2%, 15%); border-bottom: 1px solid var(--k-line); }
.b-dots { display: flex; gap: 6px; }
.b-dots i { width: 10px; height: 10px; border-radius: 50%; background: hsl(0, 0%, 30%); }
.b-url { flex: 1; max-width: 300px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 7px; height: 24px; border-radius: 999px; background: var(--k-bg); color: var(--k-dim); font-size: 12px; }
.win--web .w-ctrl i { width: 34px; }
.s-site { flex: 1; color: hsl(220, 15%, 20%); font-size: 12px; }
.s-nav { display: flex; align-items: center; gap: 16px; padding: 12px 18px; background: #fff; border-bottom: 1px solid hsl(0, 0%, 90%); }
.s-nav b { display: flex; align-items: center; gap: 7px; margin-right: auto; font-weight: 600; font-size: 13px; color: hsl(220, 30%, 16%); }
.s-logo { width: 16px; height: 16px; border-radius: 4px 4px 1px 1px; background: hsl(162, 45%, 38%); clip-path: polygon(50% 0, 100% 40%, 100% 100%, 0 100%, 0 40%); }
.s-nav span { color: hsl(220, 10%, 40%); }
.s-nav .s-btn { background: hsl(162, 45%, 34%); color: #fff; padding: 5px 11px; border-radius: 6px; font-weight: 500; }
.s-hero { position: relative; padding: 26px 22px 30px; background: linear-gradient(120deg, hsl(162, 40%, 22%), hsl(190, 45%, 28%) 60%, hsl(35, 70%, 55%)); color: #fff; overflow: hidden; }
.s-hero::after { content: ""; position: absolute; right: -10px; bottom: 0; width: 46%; height: 70%; background:
  linear-gradient(hsla(0,0%,100%,.14), hsla(0,0%,100%,.14)) 0 30% / 18% 70% no-repeat,
  linear-gradient(hsla(0,0%,100%,.2), hsla(0,0%,100%,.2)) 24% 0 / 22% 100% no-repeat,
  linear-gradient(hsla(0,0%,100%,.12), hsla(0,0%,100%,.12)) 52% 45% / 16% 55% no-repeat,
  linear-gradient(hsla(0,0%,100%,.18), hsla(0,0%,100%,.18)) 74% 18% / 20% 82% no-repeat; }
.s-hero h3 { position: relative; z-index: 1; color: #fff; font-size: 19px; font-weight: 600; letter-spacing: -.02em; max-width: 17ch; line-height: 1.2; }
.s-hero p { position: relative; z-index: 1; margin-top: 6px; opacity: .85; font-size: 12px; }
.s-search { position: relative; z-index: 1; display: flex; align-items: center; margin-top: 16px; max-width: 360px; background: #fff; border-radius: 8px; padding: 5px 5px 5px 4px; box-shadow: 0 8px 20px hsla(0,0%,0%,.2); }
.s-search span { flex: 1; color: hsl(220, 10%, 45%); padding: 0 10px; border-right: 1px solid hsl(0, 0%, 88%); font-size: 11.5px; white-space: nowrap; }
.s-search span:nth-child(3) { border-right: 0; }
.s-search b { background: hsl(162, 45%, 34%); color: #fff; font-weight: 500; padding: 6px 14px; border-radius: 6px; }
.s-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 16px 18px 18px; }
.s-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px hsla(220, 20%, 20%, .08); }
.s-ph { aspect-ratio: 16 / 10; position: relative; }
.s-ph::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: 0; height: 58%; background: hsla(0, 0%, 100%, .55); clip-path: polygon(0 30%, 50% 0, 100% 30%, 100% 100%, 0 100%); }
.ph1 { background: linear-gradient(160deg, hsl(200, 70%, 72%), hsl(30, 80%, 72%)); }
.ph2 { background: linear-gradient(160deg, hsl(140, 35%, 62%), hsl(170, 40%, 45%)); }
.ph3 { background: linear-gradient(160deg, hsl(260, 30%, 70%), hsl(210, 45%, 55%)); }
.s-info { padding: 9px 10px 10px; }
.s-info b { display: block; font-weight: 600; font-size: 12px; color: hsl(220, 30%, 16%); }
.s-info small { color: hsl(220, 10%, 50%); font-size: 11px; }
.s-row { display: flex; justify-content: space-between; gap: 6px; margin-top: 6px; font-size: 11px; color: hsl(220, 10%, 45%); }
.s-row strong { color: hsl(162, 45%, 30%); font-weight: 600; white-space: nowrap; }

/* Konsol (terminal) */
.win--term { background: hsl(240, 6%, 9%); }
.t-top { display: flex; align-items: flex-end; gap: 4px; height: 38px; padding-left: 8px; background: hsl(240, 4%, 14%); border-bottom: 1px solid var(--k-line); }
.t-tab { display: flex; align-items: center; gap: 8px; height: 30px; padding: 0 14px; background: hsl(240, 6%, 9%); border-radius: 8px 8px 0 0; color: var(--k-text); font-size: 12px; }
.t-ic { font: 600 10px/1 ui-monospace, "Cascadia Code", Consolas, monospace; color: var(--k-accent); }
.t-plus { align-self: center; color: var(--k-dim); padding: 0 8px; }
.win--term .w-ctrl { align-self: stretch; }
.t-body { flex: 1; padding: 16px 18px 18px; font: 400 12.5px/1.75 ui-monospace, "Cascadia Code", "Cascadia Mono", Consolas, "Courier New", monospace; color: hsl(0, 0%, 80%); overflow: hidden; }
.t-line { white-space: pre-wrap; word-break: break-word; }
.t-p { color: hsl(0, 0%, 88%); }
.t-p u { text-decoration: none; color: var(--k-accent); }
.t-m { color: hsl(0, 0%, 72%); }
.t-body g { color: hsl(142, 60%, 62%); }
.t-body y { color: var(--k-accent); }
.caret { display: inline-block; width: 8px; height: 15px; vertical-align: -3px; background: hsl(0, 0%, 85%); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.demo__panel.is-active .t-line { animation: rowIn .3s ease both; }
.demo__panel.is-active .t-line:nth-child(2) { animation-delay: .25s; }
.demo__panel.is-active .t-line:nth-child(3) { animation-delay: .45s; }
.demo__panel.is-active .t-line:nth-child(4) { animation-delay: .65s; }
.demo__panel.is-active .t-line:nth-child(5) { animation-delay: .95s; }
.demo__panel.is-active .t-line:nth-child(6) { animation-delay: 1.2s; }
.demo__panel.is-active .t-line:nth-child(7) { animation-delay: 1.4s; }
.demo__panel.is-active .t-line:nth-child(8) { animation-delay: 1.6s; }
.demo__panel.is-active .t-line:nth-child(9) { animation-delay: 1.8s; }
.demo__panel.is-active .s-card { animation: rowIn .45s cubic-bezier(.2,.7,.2,1) both; }
.demo__panel.is-active .s-card:nth-child(2) { animation-delay: .08s; }
.demo__panel.is-active .s-card:nth-child(3) { animation-delay: .16s; }
.win__row, .win__stat { animation: none; }
.demo__panel.is-active .win__row, .demo__panel.is-active .win__stat { animation: rowIn .45s cubic-bezier(.2, .7, .2, 1) both; }

@media (max-width: 760px) {
  .s-cards { grid-template-columns: repeat(2, 1fr); }
  .s-card:nth-child(3) { display: none; }
  .s-nav > span:not(.s-btn) { display: none; }
  .s-search span:nth-child(3) { display: none; }
  .s-search span:nth-child(2) { border-right: 0; }
  .t-body { font-size: 11px; padding: 12px 12px 14px; }
  .b-url { max-width: none; }
  .win--web .w-ctrl, .win--term .w-ctrl { display: none; }
}

/* ============ AÇILIR LİSTE VE KAYDIRMALI REFERANSLAR ============ */
.projects .is-extra { display: none; }
.projects.is-open .is-extra { display: block; }
.expand-btn { margin-top: 22px; }
.cv-wide { min-width: 0; }
.carousel__head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; }
.carousel__count { color: var(--k-dim); font-size: 14px; }
.carousel__nav { display: flex; gap: 8px; }
.carousel__btn { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--k-line); background: transparent; color: var(--k-white); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, opacity .2s ease; }
.carousel__btn:hover { border-color: var(--k-accent); color: var(--k-accent); }
.carousel__btn:disabled { opacity: .35; cursor: default; border-color: var(--k-line); color: var(--k-white); }
.carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: min(380px, 86%); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 14px; scrollbar-width: thin; scrollbar-color: var(--k-line) transparent; align-items: start; }
.carousel__track:focus-visible { outline: 2px solid var(--k-accent); outline-offset: 4px; }
.quote.slide { scroll-snap-align: start; background: var(--k-surface); border: 1px solid var(--k-line); border-top: 2px solid var(--k-accent); border-radius: 0 0 14px 14px; padding: 22px; }
.quote blockquote p + p { margin-top: 12px; }
.quote.slide blockquote { font-size: 15px; }
.quote.slide figcaption { margin-top: 20px; padding-top: 0; }

/* ============ BLOG ============ */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.chip { font: 400 14px/1 var(--k-font); color: var(--k-text); background: transparent; border: 1px solid var(--k-line); border-radius: 999px; padding: 10px 16px; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.chip:hover { border-color: hsl(0, 0%, 36%); }
.chip.is-active { background: var(--k-accent); border-color: var(--k-accent); color: var(--k-ink); font-weight: 500; }
.post__meta { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--k-dim); }
.post__more { margin-top: auto; padding-top: 18px; color: var(--k-accent); font-weight: 500; font-size: 14.5px; }
.post a { background: var(--k-surface); }
.post[hidden] { display: none; }

.article-hero .page-hero__lead { max-width: 64ch; }
.article-hero h1 { max-width: 24ch; font-size: clamp(32px, 4.4vw, 50px); }
.art-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 20px; font-size: 14px; color: var(--k-dim); }
.art-cat { color: var(--k-ink); background: var(--k-accent); padding: 4px 12px; border-radius: 999px; font-weight: 500; font-size: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(36px, 6vw, 80px); align-items: start; padding-bottom: clamp(56px, 8vw, 96px); border-top: 1px solid var(--k-line); padding-top: clamp(36px, 5vw, 56px); }
.prose { max-width: 720px; font-size: 17.5px; line-height: 1.85; color: var(--k-text); }
.prose > p:first-child { font-size: 19px; color: var(--k-white); }
.prose p { margin: 0 0 20px; }
.prose h2 { font-size: clamp(22px, 2.4vw, 27px); font-weight: 600; margin: 46px 0 14px; letter-spacing: -.02em; }
.prose h3 { font-size: 20px; font-weight: 500; margin: 32px 0 10px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 20px; }
.prose li { margin: 6px 0; }
.prose li::marker { color: var(--k-accent); }
.prose a { color: var(--k-accent); text-underline-offset: 3px; }
.prose code { font: 14.5px/1.5 ui-monospace, "Cascadia Code", Consolas, monospace; background: var(--k-surface-2); color: var(--k-white); padding: 2px 7px; border-radius: 6px; }
.prose pre { background: hsl(240, 6%, 9%); border: 1px solid var(--k-line); border-radius: 12px; padding: 18px 20px; overflow-x: auto; margin: 0 0 22px; }
.prose pre code { background: none; padding: 0; font-size: 14px; line-height: 1.7; }
.article-aside { position: sticky; top: 96px; display: grid; gap: 16px; }
.aside-card { border: 1px solid var(--k-line); border-radius: 14px; padding: 20px; background: var(--k-surface); font-size: 14.5px; }
.aside-card p { color: var(--k-dim); margin: 12px 0 14px; }
.aside-author { display: flex; gap: 12px; align-items: center; }
.aside-author img { width: 48px; height: 48px; border-radius: 50%; background: var(--k-surface-2); }
.aside-author b { display: block; color: var(--k-white); font-weight: 500; }
.aside-author small { color: var(--k-dim); font-size: 13px; }
.aside-card--cta { background: linear-gradient(140deg, hsla(45, 100%, 72%, .14), hsla(45, 100%, 72%, 0) 70%), var(--k-surface); }
.aside-card--cta b { color: var(--k-white); font-weight: 500; font-size: 17px; }
.aside-card--cta .btn { width: 100%; }
@media (max-width: 1020px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .posts--blog { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .article-aside, .posts--blog { grid-template-columns: 1fr; }
  .prose { font-size: 16.5px; }
}

/* Masaüstü örneği: haftalık grafik ve durum çubuğu */
.win--desk .win__main { display: flex; flex-direction: column; }
.w-week { margin-top: 14px; padding: 12px 12px 8px; border: 1px solid var(--k-line); border-radius: 10px; background: var(--k-bg); }
.w-week__head { display: flex; justify-content: space-between; font-size: 12px; color: var(--k-dim); margin-bottom: 8px; }
.w-week__head span:last-child { color: var(--k-white); font-weight: 500; }
.w-bars { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; height: 64px; }
.w-bar { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 4px; height: 100%; }
.w-bar i { display: block; width: 100%; max-width: 26px; border-radius: 4px 4px 2px 2px; background: hsl(0, 0%, 26%); }
.w-bar.is-today i { background: var(--k-accent); }
.w-bar small { font-size: 10.5px; color: var(--k-dim); line-height: 1; }
.demo__panel.is-active .w-bar i { animation: barUp .6s cubic-bezier(.2,.7,.2,1) both .35s; transform-origin: bottom; }
@keyframes barUp { from { transform: scaleY(0); } to { transform: none; } }
.w-status { display: flex; gap: 18px; padding: 7px 14px; border-top: 1px solid var(--k-line); background: hsl(240, 2%, 14%); font-size: 11.5px; color: var(--k-dim); }
.w-status span:last-child { margin-left: auto; }
.w-status em { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: hsl(142, 55%, 55%); margin-right: 6px; vertical-align: 1px; }
@media (max-width: 760px) { .w-status span:nth-child(2) { display: none; } }

/* Uzun referanslar: kart yüksekliği sabit kalsın, tamamı "Devamını oku" ile açılsın */
.quote.slide blockquote { max-height: 12.6em; overflow: hidden; position: relative; }
.quote.slide.is-long:not(.is-open) blockquote::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3.2em; background: linear-gradient(hsla(240, 2%, 12%, 0), var(--k-surface)); }
.quote.slide.is-open blockquote { max-height: none; }
.quote__more { margin-top: 10px; padding: 0; border: 0; background: none; color: var(--k-accent); font: 500 14px/1.4 var(--k-font); cursor: pointer; align-self: flex-start; }
.quote__more:hover { text-decoration: underline; text-underline-offset: 3px; }
.carousel__track { align-items: stretch; }
.quote.slide figcaption { margin-top: auto; padding-top: 20px; }
.article-layout { border-top: 0; padding-top: 8px; }

/* Kişisel projeler kaydırmalı liste */
.carousel--projects .carousel__track { grid-auto-columns: min(280px, 78%); gap: 16px; }
.project.slide { scroll-snap-align: start; }
.project.slide > a, .project.slide > div { height: 100%; }
.carousel--projects { margin-top: 14px; }

/* ============ SSS ============ */
.faq-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.faq-wrap .section__head { margin-bottom: 0; }
.faq { border-top: 1px solid var(--k-line); }
.faq__item { border-bottom: 1px solid var(--k-line); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; color: var(--k-white); font-weight: 500; font-size: 17px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 2px solid var(--k-accent); border-bottom: 2px solid var(--k-accent); transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s ease; }
.faq__item[open] summary::after { transform: rotate(-135deg) translate(-2px, -2px); }
.faq__item summary:hover { color: var(--k-accent); }
.faq__item p { color: var(--k-dim); padding: 0 40px 22px 0; margin: 0; }
@media (max-width: 1020px) { .faq-wrap { grid-template-columns: 1fr; } }

/* ============ ÇEREZ BİLDİRİMİ ============ */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; max-width: 560px; margin-left: auto; display: flex; flex-wrap: wrap; gap: 14px 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--k-line); border-radius: 14px; background: hsla(240, 2%, 12%, .96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 20px 40px -20px hsla(0, 0%, 0%, .8); font-size: 14px; }
.consent[hidden] { display: none; }
.consent p { flex: 1 1 260px; color: var(--k-text); line-height: 1.6; }
.consent a { color: var(--k-accent); }
.consent__actions { display: flex; gap: 8px; }
.consent .btn { min-height: 40px; padding: 9px 16px; font-size: 14px; }
.s-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0 18px 18px; }
.s-feats div { background: #fff; border-radius: 10px; padding: 10px 12px; box-shadow: 0 2px 8px hsla(220, 20%, 20%, .06); border-left: 3px solid hsl(162, 45%, 38%); }
.s-feats b { display: block; font-size: 15px; font-weight: 600; color: hsl(220, 30%, 16%); }
.s-feats small { font-size: 11px; color: hsl(220, 10%, 50%); }
@media (max-width: 440px) { .s-feats div:nth-child(3) { display: none; } .s-feats { grid-template-columns: 1fr 1fr; } }
