@charset "UTF-8";
/* ==================================================================
   Atakan Okul — style.css
   1. Tokens          6. Hero          11. Blog
   2. Base            7. Bölüm navı    12. İletişim
   3. Bileşenler      8. Hizmetler     13. Şerit
   4. Üst şerit       9. Vitrin        14. Footer
   5. Header         10. Kartlar       15. Yardımcılar / responsive
   ================================================================== */

/* ---------- 1. Tokens -------------------------------------------- */
:root {
  /* mürekkep */
  --ink-900: #0a1024;
  --ink-800: #131c38;
  --ink-700: #1e2a4d;
  --ink-500: #4c5a7d;
  --ink-400: #6b789a;
  --ink-300: #97a2bd;

  /* kağıt */
  --paper: #ffffff;
  --mist: #f4f7fc;
  --mist-2: #eaf0f9;
  --line: #e4ebf6;
  --line-soft: #eef3fa;

  /* marka */
  --blue-900: #16307d;
  --blue-700: #1e40af;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-300: #93c5fd;
  --blue-100: #dbeafe;
  --blue-50: #eff6ff;

  --flame: #ff5a1f;
  --flame-600: #ea580c;
  --flame-100: #ffe9df;

  /* tonlar (hizmet kutuları) */
  --t-flame: #ff5a2c, #e03e00;
  --t-rose: #f4508f, #c81e63;
  --t-amber: #ffa42b, #f07c00;
  --t-green: #34c56f, #0f9d55;
  --t-sky: #34b7f1, #0a84c9;
  --t-violet: #8b5cf6, #6425d0;
  --t-navy: #3b6fd6, #1e3f9c;
  --t-plum: #7c3aed, #4c1d95;
  --t-teal: #14b8a6, #0d8276;

  /* ölçek */
  --wrap: 1240px;
  --wrap-narrow: 980px;
  --gap: clamp(16px, 2vw, 26px);
  --r-xs: 10px;
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 36px;

  /* gölge */
  --sh-1: 0 1px 2px rgba(16, 32, 70, .05), 0 2px 8px rgba(16, 32, 70, .04);
  --sh-2: 0 2px 6px rgba(16, 32, 70, .05), 0 12px 28px rgba(16, 32, 70, .07);
  --sh-3: 0 4px 12px rgba(16, 32, 70, .06), 0 26px 60px rgba(16, 32, 70, .11);
  --sh-blue: 0 10px 30px rgba(37, 99, 235, .28);
  --sh-flame: 0 10px 30px rgba(255, 90, 31, .3);

  --ease: cubic-bezier(.22, .68, .32, 1);
  --dur: .38s;

  --head-h: 74px;
  --topbar-h: 38px;
}

/* ---------- 2. Base ---------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--head-h) + 70px);
}

body {
  margin: 0;
  font-family: Outfit, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-700);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.038em;
  color: var(--ink-900);
  text-wrap: balance;
}

h1 { font-size: clamp(2.75rem, 5.9vw, 4.6rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 3.9vw, 3.15rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }
h4 { font-size: clamp(1.05rem, 1.5vw, 1.22rem); letter-spacing: -.025em; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--blue-600); color: #fff; }

:focus-visible {
  outline: 3px solid var(--blue-500);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 22px;
}

.wrap--narrow { max-width: var(--wrap-narrow); }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 12px 20px;
  background: var(--ink-900);
  color: #fff;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

.sr {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

/* ---------- 3. Bileşenler ---------------------------------------- */
.ico { width: 1.25em; height: 1.25em; flex: none; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  color: var(--blue-700);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.eyebrow--flame {
  background: var(--flame-100);
  border-color: #ffd6c4;
  color: var(--flame-600);
}

.eyebrow--soft { background: var(--mist); border-color: var(--line); color: var(--ink-500); }

/* çok renkli harfler — marka paleti içinde döner */
.rb { display: inline-block; color: var(--blue-600); }
.rb:nth-child(6n+2) { color: #6366f1; }
.rb:nth-child(6n+3) { color: #8b5cf6; }
.rb:nth-child(6n+4) { color: var(--flame); }
.rb:nth-child(6n+5) { color: var(--blue-500); }
.rb:nth-child(6n)   { color: #ec4899; }

.grad-text {
  background: linear-gradient(94deg, var(--blue-600), #6d8fff 45%, var(--flame));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* butonlar */
.btn {
  white-space: nowrap;
  --bg: var(--blue-600);
  --fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: -.01em;
  border: 1px solid transparent;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);
  will-change: transform;
}
.btn .ico { transition: transform var(--dur) var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover .ico { transform: translateX(3px); }
.btn:active { transform: translateY(0); }

.btn--primary { box-shadow: var(--sh-blue); }
.btn--primary:hover { --bg: var(--blue-700); }

.btn--flame { --bg: var(--flame); box-shadow: var(--sh-flame); }
.btn--flame:hover { --bg: var(--flame-600); }

.btn--ink { --bg: var(--ink-900); }
.btn--ink:hover { --bg: var(--ink-800); }

.btn--ghost {
  --bg: transparent;
  --fg: var(--ink-900);
  border-color: var(--line);
}
.btn--ghost:hover { --bg: var(--mist); border-color: var(--ink-300); }

.btn--glass {
  --bg: rgba(255, 255, 255, .12);
  --fg: #fff;
  border-color: rgba(255, 255, 255, .4);
  backdrop-filter: blur(6px);
}
.btn--glass:hover { --bg: rgba(255, 255, 255, .96); --fg: var(--ink-900); border-color: transparent; }

.btn--sm { padding: 9px 17px; font-size: .86rem; }
.btn--lg { padding: 16px 30px; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* metin bağlantısı */
.tlink {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  color: var(--ink-900);
  font-size: .95rem;
  transition: color var(--dur) var(--ease), gap var(--dur) var(--ease);
}
.tlink .ico { width: 1.05em; height: 1.05em; color: var(--blue-600); }
.tlink:hover { color: var(--blue-600); gap: 12px; }

/* kart temeli */
.card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.card:hover { box-shadow: var(--sh-2); border-color: var(--line-soft); }

/* bölüm */
.section { padding: clamp(56px, 7vw, 104px) 0; }
.section--tight { padding: clamp(40px, 4.5vw, 66px) 0; }
.section--mist { background: linear-gradient(180deg, var(--paper), var(--mist) 22%, var(--mist) 78%, var(--paper)); }

.section-head {
  max-width: 700px;
  margin: 0 auto clamp(38px, 4.4vw, 62px);
  text-align: center;
}
.section-head--left { margin-inline: 0; text-align: left; max-width: 620px; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { color: var(--ink-500); font-size: clamp(1rem, 1.2vw, 1.1rem); }
.section-head a { color: var(--blue-600); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 4. Üst şerit ----------------------------------------- */
.topbar {
  background: var(--ink-900);
  color: rgba(255, 255, 255, .82);
  font-size: .8rem;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 60;
}
.topbar__in {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 22px;
}
.topbar__news {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.topbar__tag {
  padding: 2px 9px;
  border-radius: 999px;
  background: linear-gradient(96deg, var(--flame), #ff8a4c);
  color: #fff;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.topbar__news span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar__news a { color: #fff; font-weight: 500; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
.topbar__side { margin-left: auto; display: flex; align-items: center; gap: 4px; flex: none; }
.topbar__side a:not(.topbar__lang) {
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .7);
  transition: color .25s, background .25s;
}
.topbar__side a:hover { color: #fff; background: rgba(255, 255, 255, .1); }
.topbar__lang {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 24px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: .76rem;
  line-height: 1;
  white-space: nowrap;
}
.topbar__lang .ico { width: 13px; height: 13px; }
.topbar__lang:hover { background: rgba(255, 255, 255, .1); color: #fff; }

/* ---------- 5. Header -------------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s, border-color .3s, background .3s;
}
.header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(16, 32, 70, .06);
}
.header__in {
  display: flex;
  align-items: center;
  gap: 16px;
  height: var(--head-h);
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 22px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { height: 26px; width: auto; }
.brand__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  background: #e9fbf1;
  border: 1px solid #c3f0d8;
  color: #0b7a45;
  font-size: .69rem;
  font-weight: 500;
  white-space: nowrap;
}
.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, .5);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, .5); }
  70% { box-shadow: 0 0 0 7px rgba(22, 163, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.nav { display: flex; align-items: center; gap: 2px; margin-left: 14px; }
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 450;
  color: var(--ink-700);
  transition: color .25s, background .25s;
}
.nav__link .ico { width: 14px; height: 14px; opacity: .55; transition: transform .3s; }
.nav__link:hover, .nav__item.is-open > .nav__link { color: var(--blue-700); background: var(--blue-50); }
.nav__item.is-open > .nav__link .ico { transform: rotate(180deg); }
.nav__link.is-current { color: var(--blue-700); }
.nav__link.is-current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--flame);
  transform: translateX(-50%);
}

.nav__item, .nav__link { position: relative; }

/* mega menü */
.mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: min(760px, calc(100vw - 44px));
  transform: translate(-50%, 10px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
}
.nav__item.is-open .mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.mega__item {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: var(--r-sm);
  transition: background .22s;
}
.mega__item:hover { background: var(--mist); }
.mega__ico {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  flex: none;
  border-radius: 11px;
  background: linear-gradient(140deg, var(--c1), var(--c2));
  color: #fff;
  box-shadow: 0 5px 14px rgba(16, 32, 70, .16);
}
.mega__ico .ico { width: 19px; height: 19px; }
.mega__item b { display: block; font-weight: 500; font-size: .92rem; color: var(--ink-900); }
.mega__item span { display: block; font-size: .79rem; line-height: 1.45; color: var(--ink-400); }
.mega__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--r-md);
  background: linear-gradient(120deg, var(--ink-900), var(--blue-900));
  color: #fff;
}
.mega__foot p { margin: 0; font-size: .88rem; color: rgba(255, 255, 255, .78); }
.mega__foot b { font-weight: 500; }

.header__actions { margin-left: auto; display: flex; align-items: center; gap: 9px; }

.icon-btn {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--ink-700);
  transition: background .25s, color .25s, border-color .25s;
}
.icon-btn:hover { background: var(--mist); color: var(--blue-600); }

.burger { display: none; }

/* mobil çekmece */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  visibility: hidden;
}
.drawer.is-open { visibility: visible; }
.drawer__veil {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 36, .5);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.drawer.is-open .drawer__veil { opacity: 1; }
.drawer__panel {
  position: absolute;
  top: 0; right: 0;
  width: min(400px, 88vw);
  height: 100%;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .4s var(--ease);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.drawer.is-open .drawer__panel { transform: none; }
.drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: var(--paper);
  z-index: 2;
}
.drawer__body { padding: 18px 20px 30px; }
.drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 4px;
  font-size: 1.05rem;
  font-weight: 450;
  border-bottom: 1px solid var(--line-soft);
}
.drawer__link .ico { width: 16px; height: 16px; color: var(--ink-300); transition: transform .3s; }
.drawer__sub { display: none; padding: 6px 0 12px; }
.drawer__acc.is-open .drawer__sub { display: block; }
.drawer__acc.is-open > .drawer__link .ico { transform: rotate(180deg); }
.drawer__sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--r-xs);
  font-size: .93rem;
  color: var(--ink-500);
}
.drawer__sublink:hover { background: var(--mist); color: var(--ink-900); }
.drawer__sublink .mega__ico { width: 30px; height: 30px; border-radius: 9px; }
.drawer__sublink .mega__ico .ico { width: 15px; height: 15px; }
.drawer__cta { display: grid; gap: 10px; margin-top: 22px; }
.drawer__meta { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--ink-500); }
.drawer__meta a { display: flex; align-items: center; gap: 9px; padding: 7px 0; }
.drawer__meta .ico { color: var(--blue-600); }
.drawer__social { display: flex; gap: 8px; margin-top: 14px; }
.drawer__social a {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--ink-500);
}
.drawer__social a:hover { background: var(--ink-900); color: #fff; border-color: var(--ink-900); }

/* ---------- 6. Hero ---------------------------------------------- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.hero__stage {
  position: relative;
  display: grid;
  min-height: clamp(540px, 74vh, 720px);
}

.slide {
  position: relative;
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .9s var(--ease), visibility .9s;
}
.slide.is-active { opacity: 1; visibility: visible; }

.slide__bg { position: absolute; inset: 0; z-index: -2; }
.slide[data-theme="azure"] .slide__bg { background: linear-gradient(140deg, #1e40af 0%, #1e40af 20%, #3b82f6 82%, #3b82f6 100%); }
.slide[data-theme="plum"] .slide__bg { background: linear-gradient(160deg, #0d0016 0%, #0d0016 30%, #4f435e 100%); }
.slide[data-theme="midnight"] .slide__bg { background: linear-gradient(145deg, #0f172a 0%, #0f172a 6%, #1b3377 80%, #1e3a8a 100%); }
.slide[data-theme="ember"] .slide__bg { background: linear-gradient(160deg, #7f1d1d 0%, #7f1d1d 22%, #1c1917 82%, #1c1917 100%); }

/* zemin dokusu */
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(120% 90% at 50% 20%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 20%, #000 30%, transparent 78%);
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .5;
  pointer-events: none;
}
.hero__glow--a { width: 460px; height: 460px; left: -120px; bottom: -160px; background: #60a5fa; }
.hero__glow--b { width: 380px; height: 380px; right: -80px; top: -140px; background: var(--flame); opacity: .32; }

/* turuncu geometri — imza öğe */
.hero__shape {
  position: absolute;
  right: 4%;
  top: 15%;
  width: clamp(200px, 26vw, 390px);
  z-index: -1;
  opacity: .96;
  transform: translate3d(0, 0, 0);
  transition: opacity .8s var(--ease);
}
.hero__shape svg { width: 100%; height: auto; filter: drop-shadow(0 26px 60px rgba(0, 0, 0, .3)); }
.hero__ring {
  position: absolute;
  right: 5%;
  bottom: 12%;
  width: clamp(120px, 16vw, 210px);
  aspect-ratio: 1;
  border: 1.5px dashed rgba(255, 255, 255, .22);
  border-radius: 50%;
  z-index: -1;
  animation: spin 44s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.slide__in {
  position: relative;
  height: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding: clamp(52px, 7vw, 96px) 22px clamp(120px, 12vw, 150px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: 20px;
}

.slide__copy { max-width: 560px; }
.slide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(6px);
}
.slide h1 { color: #fff; margin-bottom: 18px; text-shadow: 0 12px 40px rgba(0, 0, 0, .18); }
.slide__text {
  max-width: 430px;
  margin-bottom: 30px;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  color: rgba(255, 255, 255, .84);
}
.slide__ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.slide__art {
  position: relative;
  justify-self: end;
  align-self: end;
  width: min(100%, 470px);
}
.slide__art img {
  width: 100%;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, .35));
}

/* giriş animasyonu */
.slide.is-active .slide__eyebrow,
.slide.is-active h1,
.slide.is-active .slide__text,
.slide.is-active .slide__ctas,
.slide.is-active .slide__art { animation: heroIn .85s var(--ease) both; }
.slide.is-active h1 { animation-delay: .07s; }
.slide.is-active .slide__text { animation-delay: .14s; }
.slide.is-active .slide__ctas { animation-delay: .21s; }
.slide.is-active .slide__art { animation-delay: .1s; animation-name: heroArt; }
@keyframes heroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes heroArt { from { opacity: 0; transform: translateY(40px) scale(.97); } to { opacity: 1; transform: none; } }

/* kontroller */
.hero__ctrl {
  position: absolute;
  right: max(22px, calc((100vw - var(--wrap)) / 2 + 22px));
  bottom: clamp(132px, 13.5vw, 168px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.hero__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}
.hero__sep { width: 1px; height: 16px; background: rgba(255, 255, 255, .22); }
.hero__btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .72);
  font-size: .69rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color .3s, background .3s;
}
.hero__btn .ico { width: 17px; height: 17px; }
.hero__btn:hover { color: #fff; background: rgba(255, 255, 255, .16); }

.hero__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__dot {
  position: relative;
  height: 3px;
  width: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  overflow: hidden;
  transition: width .4s var(--ease);
}
.hero__dot span {
  position: absolute;
  inset: 0;
  width: 0;
  background: #fff;
  border-radius: inherit;
}
.hero__dot.is-active { width: 62px; }
.hero__dot.is-active span { animation: fill var(--slide-dur, 7s) linear forwards; }
@keyframes fill { to { width: 100%; } }

/* alt geçiş kartları */
.gateway {
  position: relative;
  z-index: 5;
  margin-top: clamp(-108px, -9vw, -84px);
}
.gateway__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(10, 16, 36, .55);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 30px 70px rgba(8, 16, 40, .34);
}
.gateway__cell {
  display: block;
  padding: 26px 26px 24px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .1);
  transition: background .35s var(--ease);
}
.gateway__cell:last-child { border-right: 0; }
.gateway__cell:hover { background: rgba(255, 255, 255, .07); }
.gateway__cell h3 {
  color: rgba(255, 255, 255, .58);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.gateway__cell p {
  font-size: .93rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 16px;
}
.gateway__cell .tlink { color: #fff; font-size: .88rem; }
.gateway__cell .tlink .ico { color: var(--flame); }

/* ---------- 7. Bölüm navı --------------------------------------- */
.secnav {
  position: sticky;
  top: var(--head-h);
  z-index: 30;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.secnav__in {
  display: flex;
  gap: 4px;
  max-width: var(--wrap);
  margin-inline: auto;
  padding: 9px 22px;
  overflow-x: auto;
  scrollbar-width: none;
}
.secnav__in::-webkit-scrollbar { display: none; }
.secnav a {
  flex: 1;
  min-width: max-content;
  text-align: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 450;
  color: var(--ink-400);
  white-space: nowrap;
  transition: color .25s, background .25s;
}
.secnav a:hover { color: var(--ink-900); background: var(--mist); }
.secnav a.is-active { color: var(--ink-900); background: var(--mist-2); }

/* ---------- 8. Hizmet ızgarası ---------------------------------- */
.tiles {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 14px 15px;
  min-height: 138px;
  border-radius: var(--r-md);
  background: linear-gradient(155deg, var(--c1), var(--c2));
  color: #fff;
  overflow: hidden;
  box-shadow: 0 10px 22px -12px rgba(16, 32, 70, .5);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 100% 0%, rgba(255, 255, 255, .3), transparent 60%);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.tile:hover { transform: translateY(-6px); box-shadow: 0 22px 40px -18px rgba(16, 32, 70, .6); }
.tile:hover::after { opacity: 1; }
.tile__ico { position: relative; z-index: 1; }
.tile__ico .ico { width: 30px; height: 30px; stroke-width: 1.35; }
.tile b {
  position: relative;
  z-index: 1;
  font-size: .84rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.tile b i { display: block; font-style: normal; opacity: .85; font-weight: 400; }

/* ---------- 9. Vitrin kartları ---------------------------------- */
.showcase { display: grid; gap: clamp(16px, 2vw, 22px); }

.duo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: clamp(16px, 2vw, 22px);
  align-items: stretch;
}
.duo--flip { grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); }

.pane {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 40px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
  transition: box-shadow var(--dur) var(--ease);
}
.pane:hover { box-shadow: var(--sh-2); }
.pane .eyebrow { align-self: flex-start; margin-bottom: 18px; }
.pane h2, .pane h3 { margin-bottom: 14px; }
.pane p { color: var(--ink-500); font-size: .98rem; }
.pane .tlink { margin-top: auto; padding-top: 22px; align-self: flex-start; }

.figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--mist);
  min-height: 260px;
  box-shadow: var(--sh-1);
}
.figure > img, .figure > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.figure:hover > img { transform: scale(1.045); }
.figure__cap {
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(8px);
  color: var(--ink-900);
  font-size: .9rem;
  font-weight: 500;
  box-shadow: var(--sh-1);
  transition: transform var(--dur) var(--ease);
}
.figure__cap .ico { color: var(--blue-600); width: 1.05em; height: 1.05em; }
.figure:hover .figure__cap { transform: translateY(-3px); }

/* kelime döngüsü */
.cycler {
  position: relative;
  height: 2.3em;
  margin: 6px 0 4px;
  overflow: hidden;
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 2.3em;
  mask-image: linear-gradient(180deg, transparent, #000 26%, #000 74%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 26%, #000 74%, transparent);
}
.cycler__list { display: block; animation: cycle 12s steps(1) infinite; }
.cycler__list b { display: block; height: 2.3em; font-weight: 600; color: var(--blue-600); }
.cycler__list b:nth-child(even) { color: var(--flame); }
@keyframes cycle {
  0%, 16% { transform: translateY(0); }
  17%, 33% { transform: translateY(-2.3em); }
  34%, 50% { transform: translateY(-4.6em); }
  51%, 66% { transform: translateY(-6.9em); }
  67%, 83% { transform: translateY(-9.2em); }
  84%, 100% { transform: translateY(-11.5em); }
}

/* portre kartı */
.portrait { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 300px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait__badge {
  position: absolute;
  left: 16px; bottom: 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 16px 11px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  box-shadow: var(--sh-2);
}
.portrait__badge b { display: block; font-size: .88rem; font-weight: 500; color: var(--ink-900); line-height: 1.3; }
.portrait__badge span { display: block; font-size: .76rem; color: var(--ink-400); }
.portrait__badge .ico { color: #16a34a; }

/* istatistik satırı */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 4px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
}
.stats b { display: block; font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 600; color: var(--ink-900); letter-spacing: -.03em; }
.stats span { font-size: .8rem; color: var(--ink-400); line-height: 1.35; display: block; }

/* ölçüm çubuğu */
.meter { margin-top: 26px; }
.meter__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  font-size: .86rem;
  color: var(--ink-500);
}
.meter__val { font-size: 1.1rem; font-weight: 600; color: var(--ink-900); }
.meter__track { height: 7px; border-radius: 999px; background: var(--mist-2); overflow: hidden; }
.meter__fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-600), #8b5cf6 55%, var(--flame));
  transition: width 1.5s var(--ease);
}

/* etiket bulutu */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 2px; }
.chip {
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line);
  font-size: .82rem;
  color: var(--ink-500);
  transition: background .25s, color .25s, border-color .25s;
}
.chip:hover { background: var(--ink-900); color: #fff; border-color: var(--ink-900); }

/* ---------- 10. Blog -------------------------------------------- */
.posts {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(14px, 1.6vw, 20px);
}
.posts__side { display: grid; gap: clamp(14px, 1.6vw, 20px); }

.post {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 24px;
  border-radius: var(--r-lg);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.post--big { min-height: 460px; padding: 32px; }
.post__img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.post::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 16, 36, .04) 20%, rgba(10, 16, 36, .72) 72%, rgba(10, 16, 36, .92));
}
.post:hover .post__img { transform: scale(1.06); }
.post__meta {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  font-size: .76rem;
  color: rgba(255, 255, 255, .8);
}
.post__cat {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .26);
  backdrop-filter: blur(5px);
  font-weight: 500;
}
.post h3 { color: #fff; font-size: clamp(1.05rem, 1.7vw, 1.3rem); letter-spacing: -.02em; }
.post--big h3 { font-size: clamp(1.5rem, 2.6vw, 2.05rem); }
.post p {
  margin-top: 10px;
  max-width: 46ch;
  font-size: .93rem;
  color: rgba(255, 255, 255, .82);
}
.post__go {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: .87rem;
  font-weight: 500;
  color: #fff;
  transition: gap .3s var(--ease);
}
.post:hover .post__go { gap: 12px; }
.post__go .ico { color: var(--flame); }

/* ---------- 11. İletişim ---------------------------------------- */
.contact {
  position: relative;
  padding: clamp(34px, 4.5vw, 64px);
  border-radius: var(--r-xl);
  background:
    radial-gradient(90% 120% at 8% 4%, #ffffff 0%, #f7fafe 42%, #eef4fd 100%);
  border: 1px solid var(--line);
  box-shadow: var(--sh-2);
  overflow: hidden;
}
.contact__art {
  position: absolute;
  pointer-events: none;
  opacity: .9;
}
.contact__art--l { left: 14px; top: 22%; width: clamp(70px, 8vw, 118px); }
.contact__art--r { right: 18px; bottom: 8%; width: clamp(70px, 8vw, 120px); }

.form {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 30px auto 0;
  padding: clamp(22px, 3vw, 36px);
  background: rgba(255, 255, 255, .84);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  backdrop-filter: blur(10px);
  box-shadow: var(--sh-1);
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { position: relative; margin-bottom: 16px; }
.field > label {
  display: block;
  margin-bottom: 7px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--ink-500);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  color: var(--ink-900);
  font-size: .95rem;
  transition: border-color .25s, box-shadow .25s;
}
.field textarea { min-height: 128px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b789a' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .14);
}
.field--hp { position: absolute; left: -9999px; }

.consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 4px 0 20px;
  font-size: .85rem;
  color: var(--ink-500);
}
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue-600); flex: none; }
.consent a { color: var(--blue-600); text-decoration: underline; text-underline-offset: 2px; }

.form__note {
  margin-top: 14px;
  font-size: .82rem;
  color: var(--ink-400);
  text-align: center;
}
.alert {
  padding: 13px 16px;
  border-radius: var(--r-sm);
  font-size: .9rem;
  margin-bottom: 18px;
}
.alert--ok { background: #e9fbf1; border: 1px solid #c3f0d8; color: #0b7a45; }
.alert--err { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }

.quick {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.quick a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: .87rem;
  font-weight: 450;
  color: var(--ink-700);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), color .25s;
}
.quick a:hover { transform: translateY(-2px); box-shadow: var(--sh-1); color: var(--blue-600); }
.quick .ico { color: var(--blue-600); }

/* ---------- 12. Disiplin şeridi --------------------------------- */
.strip {
  position: relative;
  padding: clamp(46px, 5.5vw, 76px) 0;
  background: var(--ink-900);
  color: #fff;
  overflow: hidden;
}
.strip__head { position: relative; z-index: 2; text-align: center; margin-bottom: 34px; }
.strip__head h2 { color: #fff; }
.strip__head p { color: rgba(255, 255, 255, .62); max-width: 500px; margin: 12px auto 0; }
.strip__head a { color: var(--blue-300); text-decoration: underline; text-underline-offset: 3px; }

.marquee { position: relative; display: flex; overflow: hidden; user-select: none; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee + .marquee { margin-top: 14px; }
.marquee__track {
  display: flex;
  flex: none;
  gap: 14px;
  padding-right: 14px;
  animation: slideL 34s linear infinite;
}
.marquee--rev .marquee__track { animation-direction: reverse; animation-duration: 42s; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes slideL { to { transform: translateX(-100%); } }
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  font-size: clamp(1.05rem, 1.9vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -.02em;
  white-space: nowrap;
  color: rgba(255, 255, 255, .55);
  transition: color .3s, border-color .3s, background .3s;
}
.marquee__item:hover { color: #fff; border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .06); }
.marquee__item::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--flame);
  opacity: .8;
}

/* ---------- 13. Footer ------------------------------------------ */
.footer {
  position: relative;
  padding: clamp(56px, 6vw, 88px) 0 0;
  background: var(--paper);
  overflow: hidden;
}
.footer__bg {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 340px;
  background: url("") center bottom / cover no-repeat;
  opacity: .55;
  pointer-events: none;
  z-index: 0;
}
.footer > * { position: relative; z-index: 1; }

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .8fr) minmax(0, .8fr);
  gap: clamp(26px, 4vw, 60px);
  padding-bottom: 46px;
}
.footer__label {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--ink-300);
  margin-bottom: 16px;
}
.footer__lead {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.025em;
  color: var(--ink-900);
  margin-bottom: 18px;
  max-width: 30ch;
}
.footer p.footer__hint { font-size: .86rem; color: var(--ink-400); margin-bottom: 14px; }

.subscribe { display: flex; gap: 8px; max-width: 420px; }
.subscribe input {
  flex: 1;
  min-width: 0;
  padding: 12px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: .9rem;
}
.subscribe input:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(59, 130, 246, .14); }

.footer__list { display: grid; gap: 11px; }
.footer__list a, .footer__list span { display: flex; align-items: center; gap: 10px; font-size: .95rem; color: var(--ink-500); transition: color .25s, gap .25s; }
.footer__list a:hover { color: var(--blue-600); gap: 14px; }
.footer__list .ico { color: var(--blue-500); width: 1.05em; height: 1.05em; }
.footer__list b { display: block; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-300); font-weight: 500; }

.footer__bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.footer__bar img { height: 22px; opacity: .85; }
.footer__bar nav { display: flex; flex-wrap: wrap; gap: 6px; margin-left: auto; }
.footer__bar nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: .84rem;
  color: var(--ink-500);
  transition: background .25s, color .25s;
}
.footer__bar nav a:hover { background: var(--mist); color: var(--ink-900); }
.footer__bar nav .ico { width: 15px; height: 15px; }

.footer__legal {
  padding: 20px 0 34px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  align-items: center;
  font-size: .8rem;
  color: var(--ink-300);
  line-height: 1.6;
}
.footer__legal p { margin: 0; max-width: 68ch; }
.footer__legal small { margin-left: auto; white-space: nowrap; }

/* ---------- 14. Yüzen düğmeler ---------------------------------- */
.fab {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 45;
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .38);
  transition: transform .3s var(--ease);
}
.fab:hover { transform: scale(1.08); }
.fab .ico { width: 26px; height: 26px; }

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 45;
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--ink-900);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .3s, transform .3s, visibility .3s;
}
.totop.is-on { opacity: 1; visibility: visible; transform: none; }
.totop:hover { background: var(--blue-600); }

/* ---------- 15. Reveal / responsive ----------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }

@media (max-width: 1180px) {
  .tiles { grid-template-columns: repeat(4, 1fr); }
  .mega { width: min(680px, calc(100vw - 44px)); }
}

@media (max-width: 1024px) {
  :root { --head-h: 66px; }
  .nav { display: none; }
  .burger { display: grid; }
  .header__actions .btn--desk { display: none; }
  .slide__in { grid-template-columns: 1fr; padding-bottom: clamp(190px, 26vw, 230px); }
  .slide__copy { max-width: 100%; }
  .slide__art { display: none; }
  .hero__stage { min-height: 560px; }
  .hero__ctrl {
    left: 22px;
    right: 22px;
    bottom: clamp(178px, 25vw, 215px);
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .gateway__grid { grid-template-columns: 1fr; }
  .gateway__cell { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .duo, .duo--flip { grid-template-columns: 1fr; }
  .duo--flip .pane { order: -1; }
  .posts { grid-template-columns: 1fr; }
  .post--big { min-height: 340px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__top > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .topbar__news > span:not(.topbar__tag) { display: none; }
  .topbar__side a:not(.topbar__lang):nth-child(n+3) { display: none; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bar nav { margin-left: 0; width: 100%; }
  .footer__legal small { margin-left: 0; }
  .contact__art { display: none; }
  .fab { width: 48px; height: 48px; }
}

@media (max-width: 480px) {
  .brand__status { display: none; }
  .hero__dots .hero__dot { width: 22px; }
  .hero__dot.is-active { width: 44px; }
  .subscribe { flex-direction: column; }
  .subscribe .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .topbar, .header, .secnav, .fab, .totop, .hero__nav, .hero__dots { display: none !important; }
  body { color: #000; }
}

/* ==================================================================
   16. Yoğunluk katmanı — hero zenginleştirmeleri, süreç, SSS, bento
   ================================================================== */

/* ---------- grain / doku ---------- */
.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ---------- hero: daha dolu ---------- */
.hero__stage { min-height: clamp(620px, 82vh, 800px); }

.slide__in {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  padding-bottom: clamp(140px, 13vw, 172px);
}

.slide h1 { line-height: 1.02; }
.slide h1 em {
  font-style: normal;
  background: linear-gradient(96deg, #ffd7a8, #ff7a3d 55%, #ffb37a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.slide__art { width: min(100%, 540px); }
.slide__art img { filter: drop-shadow(0 46px 78px rgba(0, 0, 0, .42)); }

/* güven satırı */
.trustline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  max-width: 460px;
}
.trustline__nums { display: flex; gap: 22px; }
.trustline__nums b {
  display: block;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: #fff;
}
.trustline__nums span { font-size: .74rem; color: rgba(255, 255, 255, .62); }
.trustline p {
  margin: 0;
  font-size: .8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, .66);
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding-left: 14px;
}

/* karakterin etrafındaki cam rozetler */
.chipf {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px 9px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(12px) saturate(160%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
  color: #fff;
  font-size: .8rem;
  white-space: nowrap;
  animation: bob 6s ease-in-out infinite;
}
.chipf b { font-weight: 600; }
.chipf .ico { width: 16px; height: 16px; color: #ffd7a8; }
.chipf--a { left: -12%; top: 16%; }
.chipf--b { right: -4%; top: 44%; animation-delay: -2s; }
.chipf--c { left: 4%; bottom: 16%; animation-delay: -4s; }
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

/* ---------- geçiş kartları: ikonlu ---------- */
.gateway__cell { display: flex; flex-direction: column; }
.gateway__ico {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
}
.gateway__cell .tlink { margin-top: auto; }

/* ---------- hizmet kutuları: daha karakterli ---------- */
.tile {
  min-height: 152px;
  padding: 18px 16px 16px;
  border-radius: 22px;
}
.tile::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .22), transparent 45%);
  pointer-events: none;
}
.tile__ico .ico { width: 34px; height: 34px; }
.tile b { font-size: .88rem; }
.tile__go {
  position: absolute;
  right: 13px; top: 14px;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.tile__go .ico { width: 17px; height: 17px; }
.tile:hover .tile__go { opacity: .9; transform: none; }

/* ---------- panel içi zenginleştirme ---------- */
.pane { position: relative; overflow: hidden; }
.pane::after {
  content: "";
  position: absolute;
  right: -80px; top: -80px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, .12), transparent 70%);
  pointer-events: none;
}
.pane--flame::after { background: radial-gradient(circle, rgba(255, 90, 31, .13), transparent 70%); }

.pane__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-300);
}
.pane__kicker::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* görsel üstü yüzen kart */
.figure { position: relative; }
.floatcard {
  position: absolute;
  left: 18px; top: 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 16px 11px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  box-shadow: var(--sh-2);
  z-index: 2;
}
.floatcard .mega__ico { width: 34px; height: 34px; border-radius: 10px; }
.floatcard .mega__ico .ico { width: 17px; height: 17px; }
.floatcard b { display: block; font-size: .85rem; font-weight: 500; color: var(--ink-900); line-height: 1.25; }
.floatcard span { display: block; font-size: .74rem; color: var(--ink-400); }

/* mini galeri */
.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 20px;
}
.thumbs img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  transition: transform .4s var(--ease);
}
.thumbs img:hover { transform: translateY(-4px); }

/* ---------- süreç ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 20px);
  counter-reset: st;
}
.step {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: var(--r-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.step:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.step::before {
  counter-increment: st;
  content: "0" counter(st);
  display: block;
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1;
  background: linear-gradient(120deg, var(--blue-600), var(--flame));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step h4 { margin-bottom: 8px; }
.step p { font-size: .9rem; color: var(--ink-500); }
.step__line {
  position: absolute;
  right: -14px; top: 42px;
  width: 12px; height: 1px;
  background: var(--line);
}

/* ---------- neden ben (bento) ---------- */
.why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 18px);
}
.why__item {
  padding: 24px 22px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--mist), var(--paper));
  border: 1px solid var(--line);
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.why__item:hover { transform: translateY(-4px); border-color: var(--blue-300); }
.why__ico {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  margin-bottom: 16px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue-600);
  box-shadow: var(--sh-1);
}
.why__item h4 { margin-bottom: 7px; }
.why__item p { font-size: .89rem; color: var(--ink-500); }

/* ---------- SSS ---------- */
.faq { max-width: 860px; margin-inline: auto; display: grid; gap: 10px; }
.faq__item {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--paper);
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s;
}
.faq__item[open] { border-color: var(--blue-300); box-shadow: var(--sh-1); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ink-900);
  cursor: pointer;
  list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q .ico { color: var(--blue-600); transition: transform .3s var(--ease); flex: none; }
.faq__item[open] .faq__q .ico { transform: rotate(180deg); }
.faq__a { padding: 0 22px 20px; font-size: .95rem; color: var(--ink-500); max-width: 68ch; }

/* ---------- CTA bandı ---------- */
.band {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.5vw, 56px);
  border-radius: var(--r-xl);
  background: linear-gradient(125deg, var(--ink-900) 0%, var(--blue-900) 55%, var(--blue-700) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 50px);
  flex-wrap: wrap;
}
.band h2 { color: #fff; max-width: 16ch; }
.band p { color: rgba(255, 255, 255, .74); max-width: 44ch; margin-top: 12px; }
.band__cta { margin-left: auto; display: flex; flex-wrap: wrap; gap: 12px; }
.band__glow {
  position: absolute;
  width: 420px; height: 420px;
  right: -60px; top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, .5), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: repeat(2, 1fr); }
  .chipf { display: none; }
  .band__cta { margin-left: 0; width: 100%; }
}
@media (max-width: 640px) {
  .steps, .why { grid-template-columns: 1fr; }
  .thumbs { grid-template-columns: repeat(3, 1fr); }
  .trustline { flex-direction: column; align-items: flex-start; gap: 12px; }
  .trustline p { border-left: 0; padding-left: 0; }
}

/* ---------- 17. Rötuşlar ---------------------------------------- */
.slide__art {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.slide__art img {
  width: auto;
  max-width: 100%;
  max-height: clamp(360px, 50vh, 545px);
  object-fit: contain;
  object-position: bottom right;
}
.chipf--a { left: auto; right: 62%; top: 8%; }
.chipf--b { right: -2%; top: 40%; }
.chipf--c { left: 2%; bottom: 12%; }

.trustline__nums b { white-space: nowrap; }
.trustline__nums > div { min-width: max-content; }

.band > div:first-child { flex: 1 1 400px; }
.band__cta { flex: 0 0 auto; }

.section--tight + .section--mist { padding-top: clamp(40px, 4.6vw, 70px); }

/* ---------- 18. Mobil rötuşlar ---------------------------------- */
@media (max-width: 1024px) {
  .slide__in {
    grid-template-columns: 1fr;
    padding-bottom: clamp(150px, 20vw, 190px);
  }
  .slide__copy { max-width: 100%; }
  .hero__ctrl {
    left: 22px; right: 22px;
    bottom: clamp(96px, 14vw, 130px);
  }
  .hero__shape { right: -6%; top: 4%; width: clamp(150px, 34vw, 260px); opacity: .55; }
  .hero__ring { display: none; }
}

@media (max-width: 640px) {
  .slide__eyebrow { letter-spacing: .05em; font-size: .7rem; padding: 5px 12px; }
  .slide h1 { font-size: clamp(2.3rem, 11vw, 3rem); }
  .slide__text { font-size: 1rem; margin-bottom: 24px; }
  .slide__ctas { flex-direction: column; align-items: stretch; }
  .slide__ctas .btn { width: 100%; }
  .hero__shape { opacity: .4; width: clamp(130px, 32vw, 190px); }
  .gateway { margin-top: -46px; }
  .gateway__cell { padding: 20px; }
  .band { padding: 28px 22px; }
  .band__cta { flex-direction: column; align-items: stretch; }
  .band__cta .btn { width: 100%; }
}

@media (max-width: 480px) {
  .header__actions .btn { padding: 9px 14px; font-size: .8rem; }
  .brand img { height: 22px; }
  .fab { left: 14px; bottom: 14px; }
  .totop { right: 14px; bottom: 14px; }
}

@media (max-width: 1024px) {
  .slide__art { display: none; }
}
@media (max-width: 640px) {
  .btn--lg { padding: 15px 22px; font-size: .96rem; }
  .slide__ctas .btn { min-width: 0; }
}

.rb-word { display: inline-block; white-space: nowrap; }

/* ==================================================================
   19. GÖRSELLİK KATMANI — animasyonlu slider, hizmet kutuları,
       hareketli başlıklar, yeniden kurulan footer
   ================================================================== */

/* ---------- 19.1 Üst başlıklar (eyebrow) daha ufak -------------- */
.eyebrow {
  padding: 5px 12px;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .1em;
  gap: 6px;
}
.eyebrow .ico { width: 13px; height: 13px; }
.pane .eyebrow { margin-bottom: 14px; }
.section-head .eyebrow { margin-bottom: 16px; }
.slide__eyebrow { font-size: .7rem; padding: 5px 13px; letter-spacing: .13em; }

/* ---------- 19.2 Slider arka plan animasyonları ----------------- */
.hero__stage { isolation: isolate; }

/* yumuşak renk bulutları */
.slide__bg::after {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(38% 42% at 22% 30%, rgba(255, 255, 255, .22), transparent 62%),
    radial-gradient(34% 40% at 78% 22%, rgba(255, 158, 92, .28), transparent 64%),
    radial-gradient(46% 48% at 62% 82%, rgba(120, 190, 255, .26), transparent 66%);
  animation: drift 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(3%, -2.5%, 0) scale(1.07); }
  100% { transform: translate3d(-2.5%, 2%, 0) scale(1.03); }
}

/* dönen konik ışık */
.hero__aurora {
  position: absolute;
  inset: -40% -20%;
  z-index: -1;
  background: conic-gradient(from 0deg,
    rgba(255, 255, 255, 0) 0deg,
    rgba(255, 255, 255, .11) 60deg,
    rgba(255, 160, 90, .14) 140deg,
    rgba(255, 255, 255, 0) 220deg,
    rgba(140, 190, 255, .13) 300deg,
    rgba(255, 255, 255, 0) 360deg);
  animation: spin 38s linear infinite;
  pointer-events: none;
  mask-image: radial-gradient(60% 60% at 60% 45%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(60% 60% at 60% 45%, #000 20%, transparent 75%);
}

/* kayan ızgara */
.hero__grid { animation: gridpan 30s linear infinite; }
@keyframes gridpan { to { background-position: 62px 62px; } }

/* yükselen parçacıklar */
.hero__dust { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.hero__dust i {
  position: absolute;
  bottom: -12px;
  width: var(--s); height: var(--s);
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  filter: blur(.4px);
  animation: rise var(--d) linear infinite;
  animation-delay: var(--dl);
  opacity: 0;
}
@keyframes rise {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  12%  { opacity: .75; }
  80%  { opacity: .35; }
  100% { transform: translateY(-108vh) translateX(var(--x)); opacity: 0; }
}

/* turuncu geometri: yumuşak salınım */
.hero__shape { animation: floatY 9s ease-in-out infinite; }
.hero__shape svg path { transform-origin: 50% 50%; animation: shapeTurn 26s ease-in-out infinite; }
@keyframes floatY { 0%, 100% { translate: 0 0; } 50% { translate: 0 -16px; } }
@keyframes shapeTurn { 0%, 100% { rotate: 0deg; } 50% { rotate: 5deg; } }

/* ---------- 19.3 Slayt geçiş koreografisi ----------------------- */
.slide { transition: opacity .75s var(--ease), visibility .75s; }

.slide.is-active .slide__eyebrow { animation: dropIn .7s var(--ease) both; }
.slide.is-active h1 { animation: unveil .95s var(--ease) .06s both; }
.slide.is-active .slide__text { animation: blurIn .8s var(--ease) .2s both; }
.slide.is-active .slide__ctas { animation: dropIn .7s var(--ease) .3s both; }
.slide.is-active .trustline { animation: dropIn .7s var(--ease) .4s both; }
.slide.is-active .slide__art img { animation: artIn 1.1s var(--ease) .1s both; }
.slide.is-active .chipf--a { animation: chipIn .7s var(--ease) .55s both, bob 6s ease-in-out .55s infinite; }
.slide.is-active .chipf--b { animation: chipIn .7s var(--ease) .7s both, bob 6s ease-in-out -2s infinite; }
.slide.is-active .chipf--c { animation: chipIn .7s var(--ease) .85s both, bob 6s ease-in-out -4s infinite; }

@keyframes dropIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes blurIn { from { opacity: 0; filter: blur(9px); transform: translateY(14px); } to { opacity: 1; filter: none; transform: none; } }
@keyframes unveil {
  from { opacity: 0; transform: translateY(34px); clip-path: inset(0 0 100% 0); }
  to   { opacity: 1; transform: none; clip-path: inset(0 0 -10% 0); }
}
@keyframes artIn {
  from { opacity: 0; transform: translateY(56px) scale(.94) rotate(-2.5deg); filter: blur(6px); }
  to   { opacity: 1; transform: none; filter: none; }
}
@keyframes chipIn { from { opacity: 0; transform: translateY(16px) scale(.9); } to { opacity: 1; transform: none; } }

/* ---------- 19.4 Hizmet kutuları: tek satır + şık hover --------- */
.tiles {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.tile {
  --lift: 0px;
  position: relative;
  min-height: 168px;
  padding: 20px 16px 18px;
  border-radius: 24px;
  background:
    linear-gradient(150deg, var(--c1) 0%, var(--c2) 52%, var(--c3) 100%);
  background-size: 160% 160%;
  background-position: 0% 0%;
  box-shadow:
    0 2px 6px rgba(16, 32, 70, .1),
    0 14px 26px -14px color-mix(in srgb, var(--c3) 70%, transparent);
  transform: translateY(var(--lift));
  transition:
    transform .5s var(--ease),
    box-shadow .5s var(--ease),
    background-position 1s var(--ease);
}
.tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 45%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
/* parlama süpürmesi */
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, .38) 48%, transparent 64%);
  background-size: 260% 100%;
  background-position: 180% 0;
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.tile:hover {
  --lift: -10px;
  background-position: 100% 100%;
  box-shadow:
    0 4px 10px rgba(16, 32, 70, .1),
    0 30px 46px -20px color-mix(in srgb, var(--c3) 85%, transparent);
}
.tile:hover::after { opacity: 1; animation: sweep .9s var(--ease) forwards; }
@keyframes sweep { to { background-position: -80% 0; } }

.tile__ico {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(4px);
  transition: transform .5s var(--ease), background .4s var(--ease);
}
.tile__ico .ico { width: 26px; height: 26px; }
.tile:hover .tile__ico { transform: translateY(-3px) rotate(-7deg) scale(1.06); background: rgba(255, 255, 255, .3); }

.tile b { font-size: .87rem; line-height: 1.22; }
.tile b i { opacity: .9; }
.tile__go { right: 15px; top: 18px; }

@media (max-width: 1280px) { .tiles { gap: 11px; } .tile { min-height: 156px; padding: 16px 13px; } .tile__ico { width: 46px; height: 46px; } }
@media (max-width: 1100px) { .tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 720px)  { .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .tile { min-height: 150px; } }

/* ---------- 19.5 Hareketli renkli başlık ------------------------ */
.rb-word { display: inline-block; white-space: nowrap; }

.rb {
  display: inline-block;
  color: var(--blue-600);
  animation: hueCycle 6.5s linear infinite, letterWave 3.4s ease-in-out infinite;
  animation-delay: calc(var(--i) * -.24s), calc(var(--i) * .08s);
  will-change: color, transform;
}
@keyframes hueCycle {
  0%   { color: #2563eb; }
  15%  { color: #6366f1; }
  30%  { color: #a855f7; }
  45%  { color: #ec4899; }
  60%  { color: #ff6a2b; }
  78%  { color: #f59e0b; }
  100% { color: #2563eb; }
}
@keyframes letterWave {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}

/* ---------- 19.6 Genel hover incelikleri ------------------------ */
.figure > img, .figure > video { transition: transform 1.2s var(--ease), filter .6s var(--ease); }
.figure:hover > img { transform: scale(1.06); }
.figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 16, 36, .28));
  opacity: 0;
  transition: opacity .5s var(--ease);
  pointer-events: none;
}
.figure:hover::after { opacity: 1; }
.figure:hover .floatcard { transform: translateY(-4px); }
.floatcard { transition: transform .45s var(--ease); }

.pane { transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease); }
.pane:hover { transform: translateY(-4px); border-color: var(--blue-100); }

.gateway__cell { position: relative; overflow: hidden; }
.gateway__cell::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--flame), #ffb37a);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .5s var(--ease);
}
.gateway__cell:hover::before { transform: scaleY(1); }
.gateway__ico { transition: transform .45s var(--ease), background .45s var(--ease); }
.gateway__cell:hover .gateway__ico { transform: translateY(-3px) rotate(-6deg); background: rgba(255, 255, 255, .22); }

.chip { position: relative; overflow: hidden; }
.chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, var(--blue-600), #8b5cf6);
  opacity: 0;
  transition: opacity .35s var(--ease);
  z-index: -1;
}
.chip:hover { border-color: transparent; background: transparent; color: #fff; }
.chip:hover::before { opacity: 1; }

.post { transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.post:hover { transform: translateY(-5px); box-shadow: 0 30px 50px -26px rgba(10, 16, 36, .6); }

.step, .why__item { position: relative; overflow: hidden; }
.step::after, .why__item::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-600), #a855f7, var(--flame));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
}
.step:hover::after, .why__item:hover::after { transform: scaleX(1); }
.why__ico { transition: transform .45s var(--ease), color .45s var(--ease); }
.why__item:hover .why__ico { transform: translateY(-3px) rotate(-6deg); color: var(--flame); }

/* ---------- 19.7 Sayfa girişi ----------------------------------- */
[data-reveal] { transition-duration: .9s; }
[data-reveal="left"]  { transform: translateX(-28px); }
[data-reveal="right"] { transform: translateX(28px); }
[data-reveal="zoom"]  { transform: scale(.95); }
[data-reveal].is-in   { transform: none; }
[data-delay="5"] { transition-delay: .4s; }
[data-delay="6"] { transition-delay: .48s; }
[data-delay="7"] { transition-delay: .56s; }

.topbar, .header { animation: dropIn .7s var(--ease) both; }
.header { animation-delay: .06s; }

/* ---------- 19.8 Footer (yeniden kuruldu) ----------------------- */
.ftr {
  position: relative;
  isolation: isolate;
  padding-top: clamp(52px, 6vw, 86px);
  background: linear-gradient(180deg, var(--paper) 0%, #f7fafd 40%, #eef4fb 100%);
  overflow: hidden;
}
.ftr__bg {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 320px;
  z-index: -1;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .38;
  pointer-events: none;
}

/* bülten bandı */
.ftr__news {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: center;
  gap: clamp(22px, 3.5vw, 48px);
  padding: clamp(26px, 3.4vw, 42px);
  border-radius: var(--r-xl);
  background: linear-gradient(128deg, var(--ink-900) 0%, #14225a 52%, var(--blue-700) 100%);
  color: #fff;
  box-shadow: 0 26px 60px -30px rgba(10, 16, 36, .8);
  position: relative;
  overflow: hidden;
}
.ftr__news::after {
  content: "";
  position: absolute;
  right: -80px; top: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, .42), transparent 65%);
  filter: blur(30px);
  pointer-events: none;
}
.ftr__news-copy { position: relative; z-index: 1; }
.ftr__kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .9);
}
.ftr__kicker .ico { width: 13px; height: 13px; }
.ftr__news h3 { color: #fff; font-size: clamp(1.3rem, 2.1vw, 1.75rem); line-height: 1.24; }
.ftr__news p { margin: 10px 0 0; font-size: .92rem; color: rgba(255, 255, 255, .68); max-width: 46ch; }

.ftr__form { position: relative; z-index: 1; }
.ftr__input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 6px 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(8px);
  transition: border-color .3s, background .3s;
}
.ftr__input:focus-within { border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .16); }
.ftr__input > .ico { color: rgba(255, 255, 255, .55); flex: none; }
.ftr__input input {
  flex: 1;
  min-width: 0;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: .92rem;
}
.ftr__input input::placeholder { color: rgba(255, 255, 255, .5); }
.ftr__input input:focus { outline: none; }
.ftr__form small { display: block; margin-top: 10px; padding-left: 16px; font-size: .74rem; color: rgba(255, 255, 255, .5); }
.ftr__form small a { color: rgba(255, 255, 255, .8); text-decoration: underline; text-underline-offset: 2px; }

/* sütunlar */
.ftr__cols {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, .85fr)) minmax(0, 1.15fr);
  gap: clamp(24px, 3.4vw, 52px);
  padding: clamp(40px, 5vw, 68px) 0 clamp(30px, 3.4vw, 46px);
}
.ftr__col { min-width: 0; }
.ftr__brand { display: inline-block; margin-bottom: 16px; }
.ftr__brand img { height: 26px; width: auto; }
.ftr__about { font-size: .92rem; line-height: 1.6; color: var(--ink-500); max-width: 40ch; margin-bottom: 20px; }

.ftr__social { display: flex; flex-wrap: wrap; gap: 8px; }
.ftr__social a {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-500);
  transition: transform .35s var(--ease), background .35s, color .35s, border-color .35s;
}
.ftr__social a:hover {
  transform: translateY(-3px);
  background: var(--ink-900);
  border-color: var(--ink-900);
  color: #fff;
}

.ftr__title {
  margin-bottom: 16px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-300);
}

.ftr__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ftr__links a {
  display: inline-flex;
  align-items: center;
  font-size: .93rem;
  color: var(--ink-500);
  transition: color .3s, transform .3s var(--ease);
}
.ftr__links a::before {
  content: "";
  width: 0;
  height: 1px;
  margin-right: 0;
  background: var(--flame);
  transition: width .3s var(--ease), margin .3s var(--ease);
}
.ftr__links a:hover { color: var(--ink-900); }
.ftr__links a:hover::before { width: 12px; margin-right: 8px; }

.ftr__contact { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 14px; }
.ftr__contact li { display: flex; align-items: flex-start; gap: 12px; }
.ftr__ico {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  flex: none;
  border-radius: 11px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue-600);
  box-shadow: var(--sh-1);
}
.ftr__ico .ico { width: 16px; height: 16px; }
.ftr__contact li > span:last-child { min-width: 0; }
.ftr__contact b {
  display: block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-300);
  margin-bottom: 2px;
}
.ftr__contact a, .ftr__contact li > span:last-child { font-size: .92rem; color: var(--ink-700); word-break: break-word; }
.ftr__contact a:hover { color: var(--blue-600); }

/* alt bar */
.ftr__bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.ftr__copy { margin: 0; font-size: .84rem; color: var(--ink-400); }
.ftr__mini { display: flex; flex-wrap: wrap; gap: 4px; margin-left: auto; }
.ftr__mini a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: .84rem;
  color: var(--ink-500);
  transition: background .3s, color .3s;
}
.ftr__mini a:hover { background: #fff; color: var(--ink-900); box-shadow: var(--sh-1); }
.ftr__mini .ico { width: 15px; height: 15px; }

.ftr__legal {
  margin: 0;
  padding: 0 0 30px;
  font-size: .78rem;
  line-height: 1.6;
  color: var(--ink-300);
  max-width: 74ch;
}

@media (max-width: 1024px) {
  .ftr__news { grid-template-columns: 1fr; }
  .ftr__cols { grid-template-columns: 1fr 1fr; }
  .ftr__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .ftr__cols { grid-template-columns: 1fr; gap: 30px; }
  .ftr__input { flex-wrap: wrap; border-radius: var(--r-md); padding: 12px; }
  .ftr__input input { width: 100%; flex: 1 1 100%; }
  .ftr__input .btn { width: 100%; }
  .ftr__form small { padding-left: 4px; }
  .ftr__mini { margin-left: 0; }
}

@media (max-width: 620px) {
  .ftr__input > .ico { display: none; }
  .ftr__input { padding: 10px; }
  .ftr__input input { padding: 8px 6px; }
}

/* ==================================================================
   20. ÜST DÜZEY UI KATMANI
   ================================================================== */

/* ---------- 20.1 Üst şerit hizalaması --------------------------- */
.topbar { height: 42px; }
.topbar__in { gap: 16px; }
.topbar__news {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  min-width: 0;
  line-height: 1;
}
.topbar__tag {
  display: inline-flex;
  align-items: center;
  height: 21px;
  padding: 0 10px;
  line-height: 1;
  flex: none;
}
.topbar__msg {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  color: rgba(255, 255, 255, .8);
}
.topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: none;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: gap .3s var(--ease), color .3s;
}
.topbar__cta .ico { width: 13px; height: 13px; color: var(--flame); }
.topbar__cta:hover { gap: 9px; }
.topbar__side a:not(.topbar__lang) { width: 28px; height: 28px; }
.topbar__side .ico { width: 15px; height: 15px; }
.topbar__lang { height: 26px; }

/* ---------- 20.2 Header yeniden --------------------------------- */
:root { --head-h: 78px; }

.header {
  background: rgba(255, 255, 255, .72);
  backdrop-filter: saturate(190%) blur(18px);
  -webkit-backdrop-filter: saturate(190%) blur(18px);
}
.header::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 15%, var(--line) 85%, transparent);
  opacity: 0;
  transition: opacity .35s;
}
.header.is-stuck { border-bottom-color: transparent; box-shadow: 0 10px 34px -18px rgba(16, 32, 70, .35); }
.header.is-stuck::after { opacity: 1; }

.header__in { gap: 20px; }
.header__left { display: flex; align-items: center; gap: 12px; flex: none; }

.brand img { height: 27px; transition: transform .4s var(--ease); }
.brand:hover img { transform: scale(1.04); }

.brand__status {
  height: 26px;
  padding: 0 11px 0 9px;
  background: linear-gradient(120deg, #ecfdf3, #e0f7ec);
  border-color: #bbead1;
  font-size: .7rem;
  line-height: 1;
}

/* kayan gösterge */
.nav {
  position: relative;
  margin: 0 auto;
  padding: 4px;
  border-radius: 999px;
  background: rgba(244, 247, 252, .7);
  border: 1px solid var(--line-soft);
}
.nav__pill {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 32, 70, .09);
  opacity: 0;
  transform: translateX(0);
  transition: transform .42s var(--ease), width .42s var(--ease), opacity .3s;
  pointer-events: none;
}
.nav:hover .nav__pill, .nav:focus-within .nav__pill { opacity: 1; }

.nav__link {
  position: relative;
  z-index: 1;
  padding: 9px 16px;
  font-size: .93rem;
  font-weight: 500;
  color: var(--ink-500);
  border-radius: 999px;
  transition: color .3s;
}
.nav__link:hover, .nav__item.is-open > .nav__link { background: transparent; color: var(--ink-900); }
.nav__link.is-current { color: var(--ink-900); }
.nav__link.is-current::after { bottom: 3px; background: var(--flame); }

.icon-btn { width: 42px; height: 42px; transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s; }
.icon-btn:hover { transform: translateY(-2px); border-color: var(--blue-300); }

.header__actions .btn--flame {
  background: linear-gradient(120deg, #ff7a3d, var(--flame) 55%, #e8480f);
  background-size: 160% 160%;
  transition: background-position .6s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.header__actions .btn--flame:hover { background-position: 100% 100%; box-shadow: 0 14px 30px -8px rgba(255, 90, 31, .55); }

/* ---------- 20.3 Mega menü -------------------------------------- */
.mega {
  width: min(1060px, calc(100vw - 44px));
  padding: 0;
  border-radius: 26px;
  border-color: var(--line-soft);
  box-shadow: 0 40px 90px -40px rgba(10, 20, 50, .45), 0 2px 8px rgba(16, 32, 70, .05);
  overflow: hidden;
  transform: translate(-50%, 14px) scale(.985);
}
.nav__item.is-open .mega { transform: translate(-50%, 0) scale(1); }

.mega__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: 0;
}
.mega__main { padding: 22px 22px 18px; }
.mega__label {
  margin: 0 0 12px 10px;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-300);
}
.mega__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; }

.mega__item {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 13px;
  padding: 11px 12px;
  border-radius: 15px;
  opacity: 0;
  transform: translateY(8px);
  transition: background .28s var(--ease), transform .28s var(--ease);
}
.nav__item.is-open .mega__item { animation: megaIn .45s var(--ease) var(--d) both; }
@keyframes megaIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.mega__item:hover { background: var(--mist); }

.mega__ico {
  width: 42px; height: 42px;
  flex: none;
  border-radius: 13px;
  background: linear-gradient(150deg, var(--c1), var(--c2) 55%, var(--c3));
  box-shadow: 0 6px 14px -6px color-mix(in srgb, var(--c3) 80%, transparent);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease);
}
.mega__ico .ico { width: 20px; height: 20px; }
.mega__item:hover .mega__ico { transform: rotate(-7deg) scale(1.07); }

.mega__txt { min-width: 0; }
.mega__txt b { display: block; font-size: .92rem; font-weight: 500; color: var(--ink-900); line-height: 1.3; }
.mega__txt > span {
  display: block;
  font-size: .78rem;
  line-height: 1.42;
  color: var(--ink-400);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mega__arrow { display: grid; place-items: center; color: var(--ink-300); opacity: 0; transform: translateX(-5px); transition: opacity .3s, transform .3s var(--ease); }
.mega__arrow .ico { width: 16px; height: 16px; }
.mega__item:hover .mega__arrow { opacity: 1; transform: none; color: var(--blue-600); }

.mega__side {
  padding: 24px 22px;
  background: linear-gradient(160deg, var(--ink-900) 0%, #14225a 60%, var(--blue-700) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mega__side::after {
  content: "";
  position: absolute;
  right: -70px; top: -90px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, .45), transparent 65%);
  filter: blur(24px);
}
.mega__side > * { position: relative; z-index: 1; }
.mega__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .1);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mega__badge .ico { width: 12px; height: 12px; color: #ffc09a; }
.mega__side h4 { color: #fff; margin-bottom: 8px; font-size: 1.08rem; }
.mega__side p { font-size: .84rem; color: rgba(255, 255, 255, .68); margin-bottom: 14px; }
.mega__list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; }
.mega__list li { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: rgba(255, 255, 255, .86); }
.mega__list .ico { width: 14px; height: 14px; color: #6ee7b7; flex: none; }

.mega__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 14px 22px;
  border-radius: 0;
  border-top: 1px solid var(--line-soft);
  background: var(--mist);
  color: var(--ink-500);
}
.mega__foot p { font-size: .85rem; color: var(--ink-500); }
.mega__foot .tlink { flex: none; }

@media (max-width: 1240px) {
  .mega { width: min(880px, calc(100vw - 44px)); }
  .mega__inner { grid-template-columns: minmax(0, 1fr) 236px; }
}
@media (max-width: 1100px) {
  .mega { width: min(620px, calc(100vw - 44px)); }
  .mega__inner { grid-template-columns: 1fr; }
  .mega__side { display: none; }
}

/* ---------- 20.4 Hero: üçgen karakterin arkasında --------------- */
.hero__stage { min-height: clamp(600px, 88vh, 860px); }
.slide__in {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  align-items: center;
  padding-block: clamp(40px, 5vw, 74px) clamp(96px, 10vw, 130px);
  gap: clamp(10px, 2vw, 34px);
}

.slide h1 {
  font-weight: 700;
  letter-spacing: -.045em;
  text-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.slide__art {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(400px, 56vh, 620px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.slide__shape {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(300px, 34vw, 500px);
  translate: -46% -56%;
  z-index: 1;
  will-change: transform;
}
.slide__shape svg { width: 100%; height: auto; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .35)); }
.slide__shape svg path { animation: shapeTurn 26s ease-in-out infinite; transform-origin: 50% 50%; }

.slide__halo {
  position: absolute;
  left: 50%; top: 52%;
  width: clamp(340px, 38vw, 560px);
  aspect-ratio: 1;
  translate: -50% -50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .16), transparent 62%);
  z-index: 0;
  animation: haloPulse 7s ease-in-out infinite;
}
@keyframes haloPulse { 0%, 100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.08); opacity: 1; } }

.slide__hero-img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  max-height: clamp(400px, 62vh, 660px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 44px 70px rgba(0, 0, 0, .45));
  will-change: transform;
}

.chipf { z-index: 4; }
.chipf--a { left: auto; right: 66%; top: 12%; }
.chipf--b { right: -6%; top: 42%; }
.chipf--c { left: -4%; bottom: 14%; }

.slide.is-active .slide__shape { animation: shapeIn 1s var(--ease) both; }
.slide.is-active .slide__hero-img { animation: artIn 1.05s var(--ease) .12s both; }
@keyframes shapeIn {
  from { opacity: 0; transform: translate(-40px, 46px) rotate(-10deg) scale(.86); }
  to   { opacity: 1; transform: none; }
}

/* sürükleme */
.hero__stage { cursor: grab; touch-action: pan-y; }
.hero__stage.is-dragging { cursor: grabbing; }
.hero__stage.is-dragging .slide { transition: none; }
.slide__in, .slide__shape, .slide__hero-img { transition: transform .55s var(--ease); }
.hero__stage.is-dragging .slide__in { transition: none; }

/* kontroller aşağı */
.hero__ctrl { bottom: clamp(30px, 4vw, 46px); }

/* ---------- 20.5 Hizmet kutuları: daha tok ---------------------- */
.tile { min-height: 186px; padding: 22px 18px 20px; }
.tile__ico { width: 62px; height: 62px; border-radius: 19px; }
.tile__ico .ico { width: 32px; height: 32px; stroke-width: 1.5; }
.tile b { font-size: .92rem; }
.tile:hover { --lift: -12px; }
.tile:active { --lift: -5px; transition-duration: .12s; }

@media (max-width: 1280px) { .tile { min-height: 172px; } .tile__ico { width: 54px; height: 54px; } .tile__ico .ico { width: 28px; height: 28px; } }

/* ---------- 20.6 Görsel kartlarında hover ----------------------- */
.figure::after { z-index: 1; background: linear-gradient(180deg, rgba(10, 16, 36, .05) 45%, rgba(10, 16, 36, .42)); }
.figure > img, .figure > video { position: relative; z-index: 0; }
.floatcard { z-index: 3; }
.figure__cap {
  z-index: 3;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 10px 24px -10px rgba(10, 16, 36, .45);
  transition: transform .45s var(--ease), background .45s var(--ease), color .45s var(--ease), box-shadow .45s var(--ease);
}
.figure:hover .figure__cap {
  transform: translateY(-4px);
  background: linear-gradient(120deg, var(--blue-600), #4f46e5);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 36px -14px rgba(37, 99, 235, .7);
}
.figure:hover .figure__cap .ico { color: #fff; transform: translateX(4px); }
.figure__cap .ico { transition: transform .4s var(--ease), color .4s; }

/* yüzen kart ikon hizası */
.floatcard {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 15px 10px 10px;
}
.floatcard .mega__ico { width: 36px; height: 36px; border-radius: 11px; box-shadow: none; }
.floatcard .mega__ico .ico { width: 18px; height: 18px; }
.floatcard > span:last-child { min-width: 0; }

/* ---------- 20.7 Kelime değişim animasyonu ---------------------- */
.swap-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0 18px;
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -.03em;
}
.swap-line__lead { font-size: .88rem; font-weight: 400; color: var(--ink-400); letter-spacing: 0; }
.swap {
  position: relative;
  display: inline-block;
  min-width: 8.5ch;
  height: 1.5em;
  overflow: hidden;
}
.swap b {
  position: absolute;
  left: 0; top: 0;
  white-space: nowrap;
  font-weight: 600;
  opacity: 0;
  background: linear-gradient(100deg, var(--blue-600), #8b5cf6 55%, var(--flame));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: swapWord 13.2s var(--ease) infinite;
  animation-delay: calc(var(--k) * 2.2s);
}
@keyframes swapWord {
  0%    { opacity: 0; transform: translateY(80%) rotateX(-55deg); filter: blur(5px); }
  4%    { opacity: 1; transform: none; filter: none; }
  13%   { opacity: 1; transform: none; filter: none; }
  18%   { opacity: 0; transform: translateY(-80%) rotateX(55deg); filter: blur(5px); }
  100%  { opacity: 0; transform: translateY(80%) rotateX(-55deg); filter: blur(5px); }
}

/* ---------- 20.8 Süreç bölümü ----------------------------------- */
.steps { position: relative; }
.steps__rail {
  position: absolute;
  left: 6%; right: 6%;
  top: 58px;
  height: 2px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.steps__rail i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--blue-600), #a855f7, var(--flame));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.6s var(--ease);
}
.steps.is-lit .steps__rail i { transform: scaleX(1); }

.step {
  padding: 30px 22px 26px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
  border-radius: 24px;
  text-align: left;
}
.step::before { content: none; }
.step__num {
  position: absolute;
  right: 18px; top: 16px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.06em;
  color: var(--mist-2);
  transition: color .45s var(--ease);
}
.step:hover .step__num { color: var(--blue-100); }
.step__ico {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  margin-bottom: 18px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue-600);
  box-shadow: 0 8px 18px -10px rgba(37, 99, 235, .5);
  transition: transform .45s var(--ease), background .45s, color .45s, border-color .45s;
}
.step__ico .ico { width: 24px; height: 24px; }
.step:hover .step__ico {
  transform: translateY(-4px) rotate(-7deg);
  background: linear-gradient(140deg, var(--blue-500), var(--blue-700));
  border-color: transparent;
  color: #fff;
}
.step:hover { transform: translateY(-8px); }

/* ---------- 20.9 Form -------------------------------------------- */
.form {
  background: rgba(255, 255, 255, .92);
  border-radius: 28px;
  box-shadow: 0 30px 70px -40px rgba(16, 32, 70, .45), var(--sh-1);
}
.field > label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .78rem;
  letter-spacing: .01em;
  color: var(--ink-400);
}
.field > label .ico { width: 14px; height: 14px; color: var(--blue-500); }
.field input, .field textarea {
  padding: 14px 16px;
  border-radius: 14px;
  background: #fcfdff;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.field input:hover, .field textarea:hover { border-color: var(--blue-300); }
.field input:focus, .field textarea:focus { background: #fff; box-shadow: 0 0 0 4px rgba(59, 130, 246, .13); }

/* özel açılır menü */
.sel { position: relative; }
.sel__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fcfdff;
  font-size: .95rem;
  color: var(--ink-300);
  text-align: left;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.sel__btn[data-filled="1"] { color: var(--ink-900); }
.sel__btn:hover { border-color: var(--blue-300); }
.sel.is-open .sel__btn { border-color: var(--blue-500); background: #fff; box-shadow: 0 0 0 4px rgba(59, 130, 246, .13); }
.sel__btn .ico { width: 16px; height: 16px; color: var(--ink-400); transition: transform .35s var(--ease); flex: none; }
.sel.is-open .sel__btn .ico { transform: rotate(180deg); }

.sel__menu {
  position: absolute;
  left: 0; right: 0;
  top: calc(100% + 8px);
  z-index: 20;
  max-height: 264px;
  overflow-y: auto;
  padding: 6px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 55px -26px rgba(16, 32, 70, .5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(.98);
  transform-origin: top center;
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
  overscroll-behavior: contain;
}
.sel.is-open .sel__menu { opacity: 1; visibility: visible; transform: none; }
.sel__opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 11px 13px;
  border-radius: 12px;
  font-size: .92rem;
  color: var(--ink-700);
  text-align: left;
  transition: background .22s, color .22s;
}
.sel__opt:hover, .sel__opt.is-focus { background: var(--mist); color: var(--ink-900); }
.sel__opt[aria-selected="true"] { background: var(--blue-50); color: var(--blue-700); font-weight: 500; }
.sel__opt .ico { width: 15px; height: 15px; opacity: 0; color: var(--blue-600); }
.sel__opt[aria-selected="true"] .ico { opacity: 1; }

.form button[type="submit"] {
  background: linear-gradient(120deg, var(--blue-600), #4f46e5 55%, #7c3aed);
  background-size: 170% 170%;
  transition: background-position .7s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.form button[type="submit"]:hover { background-position: 100% 100%; box-shadow: 0 18px 40px -14px rgba(79, 70, 229, .65); }

.consent { padding: 12px 14px; border-radius: 14px; background: var(--mist); border: 1px solid var(--line-soft); }

.quick a { padding: 10px 17px; border-radius: 14px; }
.quick a:hover { border-color: var(--blue-300); box-shadow: 0 10px 22px -12px rgba(37, 99, 235, .5); }

/* ---------- 20.10 Footer gradyanı ------------------------------- */
.ftr__bg {
  height: 420px;
  background:
    radial-gradient(60% 100% at 10% 100%, rgba(255, 196, 160, .55), transparent 62%),
    radial-gradient(55% 100% at 42% 100%, rgba(255, 155, 190, .42), transparent 60%),
    radial-gradient(65% 100% at 78% 100%, rgba(150, 185, 255, .55), transparent 64%),
    linear-gradient(180deg, transparent, rgba(226, 236, 250, .8));
  opacity: 1;
}

/* ---------- 20.11 Hover tokluğu --------------------------------- */
.btn { transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .35s var(--ease), background-position .6s var(--ease), color .3s; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px) scale(.985); transition-duration: .1s; }

.tlink .ico { transition: transform .35s var(--ease); }
.tlink:hover .ico { transform: translateX(3px); }

.card, .pane, .step, .why__item, .post, .faq__item { will-change: transform; }
.why__item:hover { transform: translateY(-6px); box-shadow: var(--sh-2); }
.chip:hover { transform: translateY(-2px); }
.chip { transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease); }

.marquee__item:hover { transform: translateY(-2px); }
.marquee__item { transition: color .3s, border-color .3s, background .3s, transform .3s var(--ease); }

/* ---------- 20.12 Responsive ------------------------------------ */
@media (max-width: 1024px) {
  .nav { display: none; }
  .slide__art { display: none; }
  .slide__in { grid-template-columns: 1fr; padding-bottom: clamp(120px, 18vw, 160px); }
  .hero__ctrl { left: 22px; right: 22px; bottom: clamp(26px, 5vw, 44px); }
  .steps__rail { display: none; }
}
@media (max-width: 640px) {
  .topbar__msg { display: none; }
  .swap-line { flex-direction: column; align-items: flex-start; gap: 2px; }
  .step__num { font-size: 2.1rem; }
}

/* hero: karakter zemine bassın, üçgen ortalansın */
.slide__art { margin-bottom: calc(-1 * clamp(96px, 10vw, 130px)); }
.slide__shape { translate: -44% -60%; }
.slide__halo { top: 48%; }
@media (max-width: 1024px) { .slide__art { margin-bottom: 0; } }

/* ---------- Süreç: üstte zaman çizelgesi ------------------------ */
.steps { padding-top: 52px; }
.steps__rail { left: 12%; right: 12%; top: 20px; height: 2px; }
.steps__rail i { border-radius: 2px; }

.step { overflow: visible; }
.step::after { border-radius: 24px 24px 0 0; }
.step::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  translate: -50% 0;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--line);
  transition: border-color .4s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease);
  z-index: 2;
}
.step:hover::before {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 6px rgba(59, 130, 246, .16);
  transform: scale(1.15);
}
.steps.is-lit .step::before { border-color: var(--blue-300); }

@media (max-width: 1024px) {
  .steps { padding-top: 0; }
  .step::before { display: none; }
}

/* ==================================================================
   21. DÜZELTME KATMANI — mega menü konumu, slider geçiş koreografisi
   ================================================================== */

/* ---------- 21.1 Mega menü: header kabına hizalı ---------------- */
.header__in { position: relative; }
.nav__item { position: static; }

.mega {
  left: 0;
  right: 0;
  width: auto;
  max-width: none;
  top: calc(100% + 8px);
  transform: translateY(12px) scale(.99);
  transform-origin: top center;
}
.nav__item.is-open .mega { transform: translateY(0) scale(1); }

.mega__inner { grid-template-columns: minmax(0, 1fr) 300px; }
.mega__main { padding: 26px 26px 22px; }
.mega__grid { gap: 4px; }
.mega__item { grid-template-columns: 46px minmax(0, 1fr) 18px; padding: 13px 14px; gap: 14px; }
.mega__ico { width: 46px; height: 46px; border-radius: 14px; box-shadow: 0 4px 10px -5px color-mix(in srgb, var(--c3) 65%, transparent); }
.mega__ico .ico { width: 22px; height: 22px; }
.mega__txt b { font-size: .95rem; margin-bottom: 2px; }
.mega__side { padding: 28px 26px; }

@media (max-width: 1240px) { .mega__inner { grid-template-columns: minmax(0, 1fr) 264px; } }
@media (max-width: 1100px) { .mega__inner { grid-template-columns: 1fr; } .mega__side { display: none; } }

/* açık menüde başlık vurgusu */
.nav__item.is-open > .nav__link { color: var(--ink-900); }

/* ---------- 21.2 Hero görseli belirgin şekilde büyütüldü -------- */
.slide__in { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.slide__art { min-height: clamp(460px, 66vh, 760px); }
.slide__hero-img { max-height: clamp(460px, 76vh, 800px); }
.slide__shape { width: clamp(360px, 42vw, 620px); translate: -46% -58%; }
.slide__halo { width: clamp(420px, 46vw, 680px); }
.chipf--a { right: 72%; top: 10%; }
.chipf--b { right: -8%; top: 40%; }
.chipf--c { left: -8%; bottom: 12%; }

/* ---------- 21.3 Yön farkındalıklı geçiş koreografisi ----------- */
.slide { transition: opacity .55s var(--ease), visibility .55s; }

/* çıkış */
.slide.is-leaving { opacity: 1; visibility: visible; z-index: 1; }
.slide.is-leaving .slide__eyebrow,
.slide.is-leaving h1,
.slide.is-leaving .slide__text,
.slide.is-leaving .slide__ctas,
.slide.is-leaving .trustline { animation: copyOut .58s var(--ease) both; }
.slide.is-leaving h1 { animation-delay: .04s; }
.slide.is-leaving .slide__text { animation-delay: .07s; }
.slide.is-leaving .slide__ctas { animation-delay: .1s; }
.slide.is-leaving .trustline { animation-delay: .13s; }
.slide.is-leaving .slide__hero-img { animation: artOut .6s var(--ease) both; }
.slide.is-leaving .slide__shape { animation: shapeOut .6s var(--ease) both; }
.slide.is-leaving .chipf { animation: chipOut .38s var(--ease) both; }

@keyframes copyOut {
  from { opacity: 1; transform: none; filter: none; }
  to   { opacity: 0; transform: translateX(calc(var(--dir, 1) * -70px)) translateY(-10px); filter: blur(6px); }
}
@keyframes artOut {
  from { opacity: 1; transform: none; filter: none; }
  to   { opacity: 0; transform: translateX(calc(var(--dir, 1) * 90px)) scale(.9) rotate(calc(var(--dir, 1) * 4deg)); filter: blur(8px); }
}
@keyframes shapeOut {
  from { opacity: 1; transform: none; }
  to   { opacity: 0; transform: translate(calc(var(--dir, 1) * 70px), -70px) rotate(calc(var(--dir, 1) * 22deg)) scale(1.15); }
}
@keyframes chipOut { to { opacity: 0; transform: translateY(-14px) scale(.9); } }

/* giriş — yön farkındalıklı */
.slide.is-active .slide__eyebrow { animation: copyIn .72s var(--ease) .1s both; }
.slide.is-active h1 { animation: headIn .9s var(--ease) .16s both; }
.slide.is-active .slide__text { animation: copyIn .8s var(--ease) .26s both; }
.slide.is-active .slide__ctas { animation: copyIn .8s var(--ease) .34s both; }
.slide.is-active .trustline { animation: copyIn .8s var(--ease) .42s both; }
.slide.is-active .slide__hero-img { animation: artIn2 1s var(--ease) .12s both; }
.slide.is-active .slide__shape { animation: shapeIn2 1s var(--ease) .04s both; }

@keyframes copyIn {
  from { opacity: 0; transform: translateX(calc(var(--dir, 1) * 60px)) translateY(14px); filter: blur(7px); }
  to   { opacity: 1; transform: none; filter: none; }
}
@keyframes headIn {
  from { opacity: 0; transform: translateX(calc(var(--dir, 1) * 70px)) translateY(24px); clip-path: inset(0 0 100% 0); filter: blur(4px); }
  to   { opacity: 1; transform: none; clip-path: inset(0 0 -14% 0); filter: none; }
}
@keyframes artIn2 {
  from { opacity: 0; transform: translateX(calc(var(--dir, 1) * -110px)) translateY(40px) scale(.88) rotate(calc(var(--dir, 1) * -4deg)); filter: blur(10px); }
  to   { opacity: 1; transform: none; filter: none; }
}
@keyframes shapeIn2 {
  from { opacity: 0; transform: translate(calc(var(--dir, 1) * -90px), 90px) rotate(calc(var(--dir, 1) * -26deg)) scale(.72); }
  to   { opacity: 1; transform: none; }
}

/* zemin geçişi */
.slide__bg { transition: opacity .8s var(--ease); }
.slide.is-active .slide__bg { animation: bgZoom 8s var(--ease) both; }
@keyframes bgZoom { from { transform: scale(1.06); } to { transform: scale(1); } }

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

/* ---------- 21.4 Slayt görünürlüğü: geçiş yerine animasyon ------ */
.slide {
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  animation: slideFadeIn .5s var(--ease) both;
}
.slide.is-leaving {
  opacity: 0;
  visibility: visible;
  z-index: 2;
  animation: slideFadeOut .6s var(--ease) both;
  pointer-events: none;
}
@keyframes slideFadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideFadeOut { from { opacity: 1; } to { opacity: 0; } }

/* ---------- 21.5 Geçiş zamanlaması ince ayar -------------------- */
.slide.is-leaving { animation-duration: .46s; }
.slide.is-leaving .slide__eyebrow,
.slide.is-leaving h1,
.slide.is-leaving .slide__text,
.slide.is-leaving .slide__ctas,
.slide.is-leaving .trustline { animation-duration: .42s; }
.slide.is-leaving .slide__hero-img,
.slide.is-leaving .slide__shape { animation-duration: .46s; }

.slide.is-active .slide__eyebrow { animation-duration: .6s; animation-delay: .2s; }
.slide.is-active h1 { animation-duration: .8s; animation-delay: .26s; }
.slide.is-active .slide__text { animation-duration: .65s; animation-delay: .34s; }
.slide.is-active .slide__ctas { animation-duration: .65s; animation-delay: .4s; }
.slide.is-active .trustline { animation-duration: .65s; animation-delay: .46s; }
.slide.is-active .slide__hero-img { animation-duration: .85s; animation-delay: .22s; }
.slide.is-active .slide__shape { animation-duration: .85s; animation-delay: .14s; }
.slide.is-active .chipf--a { animation-delay: .7s, .7s; }
.slide.is-active .chipf--b { animation-delay: .8s, -2s; }
.slide.is-active .chipf--c { animation-delay: .9s, -4s; }

/* ---------- 21.6 Mega menü: sayfa genişliğine sabitlendi -------- */
.mega {
  position: fixed;
  top: var(--mega-top, 120px);
  left: 50%;
  right: auto;
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  transform: translate(-50%, 12px) scale(.99);
  transform-origin: top center;
}
.nav__item.is-open .mega { transform: translate(-50%, 0) scale(1); }

/* ---------- 21.7 Hero oranları ince ayar ------------------------ */
.slide__in { padding-block: clamp(30px, 4vw, 60px) clamp(74px, 8vw, 104px); }
.slide__art { margin-bottom: 0; min-height: clamp(440px, 62vh, 720px); }
.slide__hero-img { max-height: clamp(430px, 70vh, 740px); }
.slide__shape { translate: -38% -56%; width: clamp(340px, 40vw, 590px); }
.slide__halo { left: 52%; }
.hero__ctrl { bottom: clamp(22px, 3vw, 34px); }

/* ---------- 21.8 Mobil header düzeni ---------------------------- */
@media (max-width: 1024px) {
  .burger { display: grid; }
  .header__in { gap: 12px; }
  .header__actions { gap: 8px; }
}
@media (max-width: 560px) {
  .brand img { height: 22px; max-width: 128px; object-fit: contain; object-position: left center; }
  .header__actions .btn--flame { padding: 9px 13px; font-size: .78rem; }
  .header__actions .btn--flame .ico { display: none; }
  .icon-btn { width: 38px; height: 38px; }
  .topbar__side a:not(.topbar__lang) { display: none; }
}

/* ==================================================================
   22. PRO KATMAN — tipografi, hero, mega, kutucuklar, SSS, şerit
   ================================================================== */

:root { --display: "Neulis Cursive", Outfit, sans-serif; }

/* ---------- 22.1 Vurgu başlıkları: Neulis Cursive --------------- */
.pane h2, .pane h3,
.section-head h2,
.strip__head h2,
.band h2,
.grad-text,
.rb-word,
.swap b {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.02em;
}
.pane h2, .pane h3 { font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.1; }
.section-head h2 { font-size: clamp(2.15rem, 4.2vw, 3.4rem); }
.rb { font-family: inherit; }

/* ---------- 22.2 Hero zemini: yumuşak, kırılmasız --------------- */
.slide[data-theme="azure"]    .slide__bg { background: linear-gradient(158deg, #102a7a 0%, #1e40af 42%, #2f6fe0 74%, #4f93f5 100%); }
.slide[data-theme="plum"]     .slide__bg { background: linear-gradient(158deg, #12021d 0%, #2b1338 44%, #4a3a5e 78%, #6d5a80 100%); }
.slide[data-theme="midnight"] .slide__bg { background: linear-gradient(158deg, #080f22 0%, #14224f 42%, #1e3a8a 76%, #2b55b8 100%); }
.slide[data-theme="ember"]    .slide__bg { background: linear-gradient(158deg, #2a0a0a 0%, #6b1c1c 38%, #3a201b 74%, #1c1917 100%); }

.slide__bg::after {
  inset: -30%;
  background:
    radial-gradient(46% 52% at 24% 26%, rgba(255, 255, 255, .12), transparent 70%),
    radial-gradient(44% 50% at 80% 30%, rgba(255, 168, 110, .16), transparent 72%),
    radial-gradient(56% 58% at 58% 88%, rgba(130, 190, 255, .16), transparent 74%);
  filter: blur(20px);
}
.hero__aurora { opacity: .55; filter: blur(24px); }
.hero__glow--a { opacity: .3; filter: blur(110px); }
.hero__glow--b { opacity: .2; filter: blur(110px); }
.hero__grid { opacity: .6; }

/* ---------- 22.3 Hero görseli %20 büyütüldü --------------------- */
.slide__hero-img { max-height: clamp(520px, 84vh, 890px); }
.slide__art { min-height: clamp(500px, 72vh, 820px); }
.slide__shape { width: clamp(400px, 46vw, 690px); translate: -38% -54%; }
.slide__halo { width: clamp(480px, 52vw, 780px); }
.hero__stage { min-height: clamp(640px, 92vh, 920px); }

/* ---------- 22.4 Mega menü: header altına tam genişlik ---------- */
.mega {
  left: 0;
  right: 0;
  width: 100vw;
  transform: translateY(-10px);
  border-radius: 0 0 28px 28px;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--line-soft);
  box-shadow: 0 34px 70px -34px rgba(10, 20, 50, .4);
  clip-path: inset(0 0 -80px 0);
}
.nav__item.is-open .mega { transform: translateY(0); }

.mega__inner {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 22px;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: stretch;
}
.mega__main { padding: 26px 0 24px; }
.mega__side { border-radius: 22px; margin: 22px 0; }
.mega__foot {
  max-width: var(--wrap);
  margin-inline: auto;
  padding: 14px 22px;
}
@media (max-width: 1100px) { .mega__inner { grid-template-columns: 1fr; } }

/* ---------- 22.5 İkon kutuları: kusursuz ortalama, beyaz ikon --- */
.icobox {
  display: inline-grid;
  place-content: center;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 14px;
  background: linear-gradient(150deg, var(--c1), var(--c2) 55%, var(--c3));
  color: #fff !important;
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 6px 14px -7px color-mix(in srgb, var(--c3) 70%, transparent);
}
.icobox > .ico {
  display: block;
  width: 55%;
  height: 55%;
  color: #fff;
  stroke: #fff;
  stroke-width: 1.7;
}
.mega__ico.icobox { width: 46px; height: 46px; }
.floatcard .icobox { width: 38px; height: 38px; border-radius: 12px; }

.floatcard {
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 10px;
  border-radius: 17px;
}
.drawer__sublink .icobox { width: 32px; height: 32px; border-radius: 10px; }

/* ---------- 22.6 "Neden ben" kutuları: mobilde 2-2, daha şık ---- */
.why { gap: clamp(10px, 1.4vw, 18px); }
.why__item {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: 24px;
  background: linear-gradient(170deg, #fff, #f6f9fe);
  border: 1px solid var(--line);
  overflow: hidden;
}
.why__item::before {
  content: "";
  position: absolute;
  right: -50px; top: -50px;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, .14), transparent 68%);
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.why__item:hover::before { opacity: 1; }
.why__ico {
  width: 50px; height: 50px;
  border-radius: 16px;
  background: linear-gradient(150deg, #eef4ff, #dbe8ff);
  border-color: transparent;
  color: var(--blue-600);
}
.why__ico .ico { width: 23px; height: 23px; }
.why__item:hover .why__ico {
  background: linear-gradient(150deg, var(--blue-500), var(--blue-700));
  color: #fff;
  transform: translateY(-4px) rotate(-8deg) scale(1.05);
}
.why__item h4 { font-size: clamp(.98rem, 1.4vw, 1.14rem); }
.why__item p { font-size: .86rem; }

@media (max-width: 1024px) { .why { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .why { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .why__item { padding: 18px 15px 16px; border-radius: 20px; }
  .why__ico { width: 42px; height: 42px; border-radius: 13px; margin-bottom: 12px; }
  .why__item h4 { font-size: .95rem; line-height: 1.25; }
  .why__item p { font-size: .8rem; line-height: 1.45; }
}

/* ---------- 22.7 Süreç: mobilde 2-2 ----------------------------- */
@media (max-width: 640px) {
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .step { padding: 20px 15px 18px; border-radius: 20px; }
  .step__ico { width: 42px; height: 42px; border-radius: 13px; margin-bottom: 12px; }
  .step__ico .ico { width: 20px; height: 20px; }
  .step__num { font-size: 1.7rem; right: 12px; top: 12px; }
  .step h4 { font-size: .95rem; }
  .step p { font-size: .8rem; line-height: 1.45; }
}

/* ---------- 22.8 Değişen kelime: büyütüldü ---------------------- */
.swap-line {
  align-items: baseline;
  gap: 12px;
  margin: 16px 0 20px;
}
.swap-line__lead { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-300); }
.swap {
  min-width: 9ch;
  height: 1.35em;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.35em;
}
.swap b { line-height: 1.35em; }

@media (max-width: 640px) {
  .chips--hide-sm { display: none; }
  .swap { font-size: clamp(1.9rem, 9.5vw, 2.4rem); min-width: 100%; }
  .swap-line { margin: 12px 0 16px; }
}

/* ---------- 22.9 SSS: canlı ve tematik -------------------------- */
.faq { gap: 12px; }
.faq__item {
  position: relative;
  border-radius: 22px;
  border-color: var(--line);
  background: linear-gradient(170deg, #fff, #fbfcff);
  overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.faq__item::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue-600), #a855f7, var(--flame));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .5s var(--ease);
}
.faq__item:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--blue-100); }
.faq__item:hover::before, .faq__item[open]::before { transform: scaleY(1); }
.faq__item[open] { box-shadow: var(--sh-2); border-color: var(--blue-100); }

.faq__q {
  gap: 18px;
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 500;
  transition: color .3s;
}
.faq__q:hover { color: var(--blue-700); }
.faq__q .ico { display: none; }
.faq__q::after {
  content: "";
  width: 34px; height: 34px;
  flex: none;
  border-radius: 50%;
  background:
    linear-gradient(var(--mist), var(--mist)) padding-box,
    linear-gradient(140deg, var(--blue-500), #a855f7) border-box;
  border: 1px solid transparent;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 13px 1.6px, 1.6px 13px;
  background-position: center, center;
  background-repeat: no-repeat;
  color: var(--blue-600);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform .45s var(--ease), background-size .45s var(--ease), box-shadow .35s, color .35s;
}
.faq__item[open] .faq__q::after {
  transform: rotate(180deg);
  background-size: 13px 1.6px, 0 13px;
  color: #fff;
  box-shadow: inset 0 0 0 20px var(--blue-600);
}
.faq__a {
  padding: 0 24px 22px;
  font-size: .96rem;
  line-height: 1.65;
  animation: faqIn .45s var(--ease) both;
}
@keyframes faqIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ---------- 22.10 Disiplin şeridi: büyük tipografi -------------- */
.strip { padding: clamp(56px, 6.5vw, 92px) 0; }
.marquee + .marquee { margin-top: 6px; }
.marquee__track { gap: 0; padding-right: 0; animation-duration: 40s; }
.marquee--rev .marquee__track { animation-duration: 52s; }

.marquee__item {
  padding: 0 30px;
  border: 0;
  background: none;
  font-family: var(--display);
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.25;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(255, 255, 255, .38);
  transition: color .45s var(--ease), -webkit-text-stroke-color .45s var(--ease);
}
.marquee__item::before {
  content: "";
  width: 10px; height: 10px;
  margin-right: 26px;
  border-radius: 50%;
  background: var(--flame);
  opacity: .65;
  flex: none;
}
.marquee--rev .marquee__item::before { background: var(--blue-500); }
.marquee__item:hover {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  transform: none;
  background: none;
}
.marquee__item:nth-child(3n) { color: rgba(255, 255, 255, .92); -webkit-text-stroke-color: transparent; }
.marquee__item:nth-child(5n) {
  background: linear-gradient(100deg, #ff8a4c, #ff5a1f 50%, #ffb37a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke-color: transparent;
}

/* ---------- 22.11 Footer: mobilde 2-2 --------------------------- */
.ftr { padding-top: clamp(44px, 5vw, 76px); }
.ftr__cols { padding-top: 0; }

@media (max-width: 1024px) {
  .ftr__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .ftr__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .ftr__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
  .ftr__col--brand { grid-column: 1 / -1; }
  .ftr__about { font-size: .86rem; }
  .ftr__links a, .ftr__contact a, .ftr__contact li > span:last-child { font-size: .86rem; }
  .ftr__ico { width: 30px; height: 30px; border-radius: 9px; }
  .ftr__ico .ico { width: 14px; height: 14px; }
  .ftr__contact { gap: 12px; }
}

/* ---------- 22.12 Mobil hero: dolu ve dengeli ------------------- */
@media (max-width: 1024px) {
  .hero__stage { min-height: auto; }
  .slide__in {
    grid-template-columns: 1fr;
    padding-block: clamp(26px, 6vw, 44px) clamp(84px, 14vw, 110px);
    gap: 4px;
    align-items: start;
  }
  .slide__art {
    display: flex;
    order: 2;
    min-height: 0;
    height: auto;
    margin-top: 6px;
    margin-inline: -22px;
  }
  .slide__hero-img { max-height: min(46vh, 380px); }
  .slide__shape { width: min(72vw, 400px); translate: -40% -52%; }
  .slide__halo { width: min(80vw, 440px); }
  .chipf { display: flex; font-size: .72rem; padding: 7px 12px 7px 9px; }
  .chipf .ico { width: 14px; height: 14px; }
  .chipf--a { right: auto; left: 2%; top: 4%; }
  .chipf--b { right: 2%; top: 30%; }
  .chipf--c { display: none; }
  .slide h1 { font-size: clamp(2.4rem, 9.5vw, 3.2rem); }
  .slide__text { margin-bottom: 20px; }
  .trustline { margin-top: 20px; padding-top: 16px; }
}
@media (max-width: 560px) {
  .slide__ctas { gap: 10px; }
  .slide__hero-img { max-height: min(40vh, 320px); }
}

/* ---------- 22.13 SSS artı/eksi düğmesi (düzeltme) -------------- */
.faq__q::after {
  --fill: transparent;
  content: "";
  width: 36px; height: 36px;
  flex: none;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--blue-600);
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(var(--fill), var(--fill));
  background-size: 14px 1.8px, 1.8px 14px, 100% 100%;
  background-position: center, center, center;
  background-repeat: no-repeat;
  box-shadow: none;
  transition: transform .45s var(--ease), background-size .45s var(--ease), border-color .35s, color .35s;
}
.faq__item:hover .faq__q::after { border-color: var(--blue-300); }
.faq__item[open] .faq__q::after {
  --fill: linear-gradient(140deg, var(--blue-600), #7c3aed);
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(140deg, var(--blue-600), #7c3aed);
  background-size: 14px 1.8px, 0 14px, 100% 100%;
  border-color: transparent;
  color: #fff;
  transform: rotate(180deg);
}

/* ---------- 22.14 Renkli kutucuklara ek derinlik ---------------- */
.tile {
  background-image:
    radial-gradient(120% 90% at 12% 6%, rgba(255, 255, 255, .28), transparent 52%),
    linear-gradient(150deg, var(--c1) 0%, var(--c2) 52%, var(--c3) 100%);
  background-size: auto, 160% 160%;
}
.tile__ico::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .22);
  opacity: 0;
  transform: scale(.9);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}
.tile__ico { position: relative; }
.tile:hover .tile__ico::after { opacity: 1; transform: scale(1); }

/* ---------- 22.15 Blog kartlarına derinlik ---------------------- */
.post__cat { background: rgba(255, 255, 255, .22); }
.post::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
  pointer-events: none;
}

/* ---------- 22.16 Bölüm navı biraz daha zarif ------------------- */
.secnav a { font-weight: 500; }
.secnav a.is-active {
  background: linear-gradient(120deg, var(--blue-600), #4f46e5);
  color: #fff;
  box-shadow: 0 8px 18px -10px rgba(37, 99, 235, .8);
}
.secnav a.is-active:hover { color: #fff; }

/* ---------- 22.17 Kelime döngüsü: kesintisiz geçiş -------------- */
@keyframes swapWord {
  0%   { opacity: 0; transform: translateY(70%) rotateX(-50deg); filter: blur(5px); }
  3%   { opacity: 1; transform: none; filter: none; }
  16%  { opacity: 1; transform: none; filter: none; }
  21%  { opacity: 0; transform: translateY(-70%) rotateX(50deg); filter: blur(5px); }
  100% { opacity: 0; transform: translateY(70%) rotateX(-50deg); filter: blur(5px); }
}

/* ---------- 22.18 Mobil hero: daha derli toplu ------------------ */
@media (max-width: 1024px) {
  .slide h1 { font-size: clamp(2.2rem, 8.8vw, 2.9rem); }
  .slide__text { font-size: .96rem; margin-bottom: 18px; }
  .trustline { margin-top: 16px; padding-top: 14px; }
  .trustline__nums b { font-size: 1.15rem; }
  .trustline p { font-size: .76rem; }
  .slide__in { padding-block: clamp(20px, 5vw, 34px) clamp(76px, 13vw, 100px); }
  .slide__hero-img { max-height: min(42vh, 340px); }
}

/* ==================================================================
   23. CİLA KATMANI
   ================================================================== */

/* ---------- 23.1 Hero: sağdaki görsel %30 büyük ----------------- */
.hero__stage { min-height: clamp(660px, 94vh, 950px); }
.slide__in { padding-block: clamp(18px, 2.6vw, 40px) clamp(64px, 7vw, 96px); }
.slide__art {
  min-height: clamp(520px, 76vh, 880px);
  margin-bottom: calc(-1 * clamp(58px, 6.4vw, 88px));
}
.slide__hero-img { max-height: clamp(620px, 102vh, 1150px); }
.slide__shape { width: clamp(460px, 52vw, 790px); translate: -38% -52%; }
.slide__halo { width: clamp(540px, 58vw, 880px); }
.chipf--a { right: 74%; top: 14%; }
.chipf--b { right: -6%; top: 44%; }
.chipf--c { left: -10%; bottom: 16%; }

/* ---------- 23.2 Neler yapıyorum: üst düzey hover --------------- */
.tile {
  --lift: 0px;
  isolation: isolate;
  transform: translateY(var(--lift)) scale(var(--sc, 1));
  transition:
    transform .55s cubic-bezier(.2, .8, .25, 1),
    box-shadow .55s var(--ease),
    background-position 1.1s var(--ease);
}
.tile__glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(180px 180px at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .38), transparent 62%);
  opacity: 0;
  transition: opacity .45s var(--ease);
  pointer-events: none;
  z-index: 0;
}
.tile:hover .tile__glow { opacity: 1; }
.tile:hover { --lift: -14px; --sc: 1.035; }
.tile:active { --lift: -6px; --sc: .995; transition-duration: .12s; }

.tile__ico {
  width: 64px; height: 64px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .34);
  transition: transform .55s cubic-bezier(.2, .8, .25, 1), background .45s, border-radius .45s;
}
.tile:hover .tile__ico {
  transform: translateY(-4px) rotate(-10deg) scale(1.1);
  background: rgba(255, 255, 255, .32);
  border-radius: 26px;
}
.tile b { position: relative; z-index: 1; transition: transform .5s var(--ease); }
.tile:hover b { transform: translateX(3px); }
.tile__go {
  right: 16px; top: 18px;
  width: 26px; height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  border: 1px solid rgba(255, 255, 255, .3);
}
.tile__go .ico { width: 14px; height: 14px; }

/* ---------- 23.3 Grafik Tasarım paneli: cilalı ------------------ */
.swap-line {
  display: block;
  margin: 18px 0 22px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(140deg, #f6f9ff, #fff);
  border: 1px solid var(--line-soft);
}
.swap {
  display: block;
  width: 100%;
  min-width: 0;
  height: 1.3em;
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  line-height: 1.3em;
  text-align: left;
}
.swap b { line-height: 1.3em; }
.swap-line::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 12px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--flame));
}

/* ---------- 23.4 Yatay disiplin kutusu -------------------------- */
.ticker {
  position: relative;
  padding: clamp(26px, 3.2vw, 40px) 0 clamp(24px, 3vw, 34px);
  border-radius: var(--r-xl);
  background: linear-gradient(140deg, var(--ink-900) 0%, #131f4d 52%, var(--blue-900) 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 34px 70px -40px rgba(10, 20, 50, .8);
}
.ticker::after {
  content: "";
  position: absolute;
  right: -80px; top: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, .4), transparent 66%);
  filter: blur(30px);
  pointer-events: none;
}
.ticker__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  padding: 0 clamp(22px, 3vw, 38px) clamp(22px, 2.6vw, 32px);
}
.ticker__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .09);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ticker__badge .ico { width: 13px; height: 13px; color: #ffc09a; }
.ticker__head h2 { color: #fff; font-size: clamp(1.75rem, 3.2vw, 2.7rem); }
.ticker__head p { margin-top: 10px; font-size: .92rem; color: rgba(255, 255, 255, .66); max-width: 46ch; }
.ticker__head a.btn { flex: none; }
.ticker__head p a { color: var(--blue-300); text-decoration: underline; text-underline-offset: 3px; }

.ticker__rows { position: relative; z-index: 1; display: grid; gap: 12px; }
.ticker .marquee {
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.ticker .marquee__track { gap: 12px; padding-right: 12px; animation-duration: 36s; }
.ticker .marquee--rev .marquee__track { animation-duration: 44s; }

.tick {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
  padding: 13px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.92rem, 1.2vw, 1.05rem);
  font-weight: 500;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: transform .4s var(--ease), background .4s, border-color .4s, color .4s;
}
.tick__dot {
  width: 26px; height: 26px;
  flex: none;
  border-radius: 9px;
  background: linear-gradient(150deg, var(--c1), var(--c2) 55%, var(--c3));
  box-shadow: 0 4px 12px -5px color-mix(in srgb, var(--c3) 75%, transparent);
  transition: transform .4s var(--ease);
}
.tick:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}
.tick:hover .tick__dot { transform: rotate(-10deg) scale(1.1); }

@media (max-width: 640px) {
  .ticker__head { flex-direction: column; align-items: flex-start; }
  .ticker__head a.btn { width: 100%; }
  .tick { padding: 11px 16px; font-size: .88rem; gap: 10px; }
  .tick__dot { width: 22px; height: 22px; border-radius: 7px; }
}

/* ---------- 23.5 SSS düğmesi (gölge çakışması giderildi) -------- */
.faq__item[open] .faq__q::after {
  box-shadow: none;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    linear-gradient(140deg, var(--blue-600), #7c3aed);
  background-size: 14px 1.8px, 0 14px, 100% 100%;
  background-position: center, center, center;
  background-repeat: no-repeat;
  border-color: transparent;
  color: #fff;
}

/* ---------- 23.6 WhatsApp düğmesi + balon ----------------------- */
.fabwrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 46;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fab {
  position: relative;
  left: auto; bottom: auto;
  width: 58px; height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(150deg, #4ae07a, #23c765 55%, #14a052);
  color: #fff;
  box-shadow: 0 14px 30px -10px rgba(20, 160, 82, .65), 0 2px 6px rgba(0, 0, 0, .12);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.fab .ico { width: 28px; height: 28px; stroke-width: 1.7; }
.fab:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 20px 40px -12px rgba(20, 160, 82, .8); }
.fab__ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, .5);
  animation: fabPulse 2.8s ease-out infinite;
  pointer-events: none;
}
@keyframes fabPulse {
  0%   { transform: scale(.9); opacity: .8; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}

.fab__bubble {
  position: relative;
  max-width: 280px;
  padding: 13px 34px 13px 16px;
  border-radius: 18px 18px 18px 6px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 20px 44px -20px rgba(16, 32, 70, .55);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px) scale(.94);
  transform-origin: left bottom;
  transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
  order: 2;
}
.fabwrap.is-on .fab__bubble { opacity: 1; visibility: visible; transform: none; }
.fab__bubble b { display: block; font-size: .88rem; font-weight: 600; color: var(--ink-900); line-height: 1.3; }
.fab__bubble > span { display: block; margin-top: 2px; font-size: .76rem; line-height: 1.4; color: var(--ink-400); }
.fab__close {
  position: absolute;
  right: 8px; top: 8px;
  display: grid;
  place-items: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  color: var(--ink-300);
  transition: background .25s, color .25s;
}
.fab__close .ico { width: 11px; height: 11px; }
.fab__close:hover { background: var(--mist); color: var(--ink-700); }

@media (max-width: 560px) {
  .fabwrap { left: 14px; bottom: 14px; }
  .fab { width: 52px; height: 52px; }
  .fab__bubble { max-width: calc(100vw - 110px); padding: 11px 30px 11px 13px; }
  .fab__bubble b { font-size: .82rem; }
  .fab__bubble > span { font-size: .72rem; }
}

/* ---------- 23.7 Animasyonlu hamburger / kapatma ---------------- */
.xbtn {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  transition: background .3s, border-color .3s, transform .35s var(--ease);
}
.xbtn:hover { background: var(--mist); border-color: var(--blue-300); transform: translateY(-2px); }
.xbtn span {
  position: absolute;
  left: 13px;
  width: 18px;
  height: 1.8px;
  border-radius: 2px;
  background: var(--ink-900);
  transition: transform .42s cubic-bezier(.2, .8, .25, 1), width .42s var(--ease), opacity .3s;
}
.xbtn span:nth-child(1) { transform: translateY(-4px); }
.xbtn span:nth-child(2) { transform: translateY(4px); width: 12px; }
.xbtn:hover span:nth-child(2) { width: 18px; }
.xbtn.is-x span:nth-child(1) { transform: rotate(45deg); }
.xbtn.is-x span:nth-child(2) { transform: rotate(-45deg); width: 18px; }
.drawer__top .xbtn span { background: var(--ink-900); }
.drawer__top .xbtn span:nth-child(1) { transform: rotate(45deg); }
.drawer__top .xbtn span:nth-child(2) { transform: rotate(-45deg); width: 18px; }
.drawer__top .xbtn:hover span:nth-child(1) { transform: rotate(45deg) scale(1.08); }
.drawer__top .xbtn:hover span:nth-child(2) { transform: rotate(-45deg) scale(1.08); }
.burger { display: none; }

/* ---------- 23.8 Mobil çekmece: üst nav / alt aksiyon ----------- */
.drawer__panel {
  width: min(420px, 92vw);
  background: linear-gradient(180deg, #fff 0%, #fbfcff 60%, #f4f8fd 100%);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.drawer__top {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
}
.drawer__scroll { overflow-y: auto; overscroll-behavior: contain; padding: 12px 18px 8px; }
.drawer__nav { display: grid; gap: 2px; }

.drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 14px;
  border-radius: 16px;
  border: 0;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ink-900);
  background: transparent;
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.drawer__link:hover, .drawer__acc.is-open > .drawer__link { background: #fff; box-shadow: var(--sh-1); }
.drawer__link .ico { width: 16px; height: 16px; color: var(--ink-300); }
.drawer.is-open .drawer__nav > * { animation: drawerIn .5s var(--ease) var(--d, 0ms) both; }
@keyframes drawerIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }

.drawer__sub { padding: 4px 0 10px; display: grid; gap: 2px; }
.drawer__sublink {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: .93rem;
  color: var(--ink-500);
}
.drawer__sublink .ico { width: 15px; height: 15px; color: var(--ink-300); }
.drawer__sublink .icobox { width: 34px; height: 34px; border-radius: 11px; }
.drawer__sublink:hover { background: #fff; color: var(--ink-900); box-shadow: var(--sh-1); }

.drawer__foot {
  padding: 16px 18px calc(18px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
}
.drawer__cta { display: grid; gap: 9px; margin: 0 0 14px; }
.drawer__meta {
  display: grid;
  gap: 4px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}
.drawer__meta a { display: flex; align-items: center; gap: 9px; padding: 5px 2px; font-size: .88rem; color: var(--ink-500); }
.drawer__meta .ico { width: 15px; height: 15px; color: var(--blue-600); }
.drawer__social { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; }
.drawer__social a {
  width: 40px; height: 40px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-500);
  transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s;
}
.drawer__social a:hover { transform: translateY(-3px); background: var(--ink-900); color: #fff; border-color: var(--ink-900); }
.drawer__lang { width: auto !important; padding: 0 14px; gap: 7px; font-size: .8rem; font-weight: 500; display: inline-flex !important; align-items: center; }

@media (max-width: 1024px) { .burger { display: grid; } }

/* ---------- 23.9 Mobil hero butonları: yorucu değil ------------- */
@media (max-width: 640px) {
  .slide__ctas { flex-direction: row; flex-wrap: nowrap; gap: 10px; }
  .slide__ctas .btn { width: auto; flex: 1 1 0; min-width: 0; padding: 13px 12px; font-size: .88rem; }
  .slide__ctas .btn--glass { flex: 0 0 auto; padding: 13px 16px; }
  .slide__ctas .btn--glass span { display: none; }
  .trustline__nums { gap: 16px; }
  .slide__eyebrow { font-size: .64rem; padding: 4px 11px; }
}

/* ---------- 23.10 Görselin kolon genişliğini aşabilmesi ---------- */
.slide__art { overflow: visible; justify-content: center; }
.slide__hero-img { max-width: none; width: auto; }
.slide__shape { width: clamp(420px, 47vw, 720px); }
@media (max-width: 1024px) {
  .slide__hero-img { max-width: 100%; }
}

/* ---------- 23.11 Görsel boyutu artık zorlanıyor ---------------- */
.slide__hero-img {
  width: 100%;
  max-width: min(112%, 780px);
  height: clamp(540px, 92vh, 1000px);
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
}
@media (max-width: 1024px) {
  .slide__hero-img { width: 100%; max-width: 100%; height: min(44vh, 360px); }
}

/* ---------- 23.12 Eski `.slide__art img` kuralını geçersiz kıl --- */
.slide__art img.slide__hero-img {
  width: 100%;
  max-width: min(115%, 800px);
  height: clamp(540px, 94vh, 1020px);
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
}
@media (max-width: 1024px) {
  .slide__art img.slide__hero-img {
    width: 100%;
    max-width: 100%;
    height: min(42vh, 350px);
  }
}

/* ---------- 23.13 Hero: ekrana sığan, %30 büyük görsel ---------- */
.hero__stage { min-height: clamp(620px, 80vh, 880px); }
.slide__in { padding-block: clamp(16px, 2.2vw, 34px) clamp(58px, 6vw, 84px); }
.slide__art { min-height: clamp(420px, 60vh, 700px); margin-bottom: calc(-1 * clamp(52px, 5.6vw, 78px)); }
.slide__art img.slide__hero-img {
  height: clamp(430px, 66vh, 780px);
  max-width: min(115%, 760px);
}
.slide__shape { width: clamp(380px, 42vw, 640px); translate: -38% -54%; }
.slide__halo { width: clamp(440px, 48vw, 720px); }
@media (max-width: 1024px) {
  .hero__stage { min-height: auto; }
  .slide__art { min-height: 0; margin-bottom: 0; }
}

/* ---------- 23.14 Çekmece akordiyonu kapalı başlasın ------------ */
.drawer__sub { display: none; }
.drawer__acc.is-open .drawer__sub { display: grid; animation: subIn .35s var(--ease) both; }
@keyframes subIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.drawer__acc.is-open > .drawer__link .ico { transform: rotate(180deg); }
.drawer__link .ico { transition: transform .35s var(--ease); }

/* ---------- 23.15 Mobil hero son rötuş ------------------------- */
.chipf { width: max-content; }
@media (max-width: 1024px) {
  .slide__art {
    order: 2;
    margin-top: 2px;
    margin-inline: 0;
    justify-content: center;
    align-items: flex-end;
  }
  .chipf--a { left: 0; top: 2%; }
  .chipf--b { right: 0; top: 26%; }
  .slide__in { gap: 0; padding-block: clamp(16px, 4vw, 28px) clamp(70px, 12vw, 96px); }
  .slide__shape { width: min(66vw, 340px); translate: -42% -50%; }
  .slide__halo { width: min(74vw, 380px); }
}
@media (max-width: 560px) {
  .chipf { font-size: .68rem; padding: 6px 11px 6px 8px; }
  .slide__art img.slide__hero-img { height: min(38vh, 300px); }
}

/* ==================================================================
   24. YETKİNLİK MATRİSİ + HOVER GÜÇLENDİRME + MOBİL RÖTUŞ
   ================================================================== */

/* ---------- 24.1 Dijital iş çözümleri: yeni düzen --------------- */
.caps {
  position: relative;
  background:
    radial-gradient(60% 60% at 85% 8%, rgba(255, 90, 31, .07), transparent 62%),
    radial-gradient(55% 55% at 8% 92%, rgba(59, 130, 246, .09), transparent 62%),
    linear-gradient(180deg, var(--paper), #f7fafd);
}
.caps__in {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 4vw, 62px);
  align-items: start;
}
.caps__aside { position: sticky; top: calc(var(--head-h) + 84px); }
.caps__aside .eyebrow { margin-bottom: 16px; }
.caps__aside h2 { font-size: clamp(2rem, 3.6vw, 3rem); margin-bottom: 14px; }
.caps__aside > p { color: var(--ink-500); font-size: 1rem; max-width: 40ch; }

.caps__facts { list-style: none; margin: 22px 0 26px; padding: 0; display: grid; gap: 10px; }
.caps__facts li { display: flex; align-items: center; gap: 10px; font-size: .92rem; color: var(--ink-700); }
.caps__facts .ico { width: 18px; height: 18px; flex: none; padding: 3px; border-radius: 50%; background: #e9fbf1; color: #0b7a45; }

.caps__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }

.caps__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 16px);
}

.cap {
  --deep: color-mix(in srgb, var(--c3) 78%, #000);
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  height: 100%;
  padding: 18px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2, .8, .25, 1), box-shadow .45s var(--ease), border-color .45s;
}
.cap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, var(--c1), var(--c2) 55%, var(--c3));
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.cap > * { position: relative; z-index: 1; }
.cap__ico { width: 46px; height: 46px; border-radius: 14px; transition: transform .45s var(--ease), box-shadow .45s; }
.cap__txt { min-width: 0; }
.cap__txt b { display: block; font-size: .94rem; font-weight: 500; color: var(--ink-900); line-height: 1.25; transition: color .35s; }
.cap__txt span { display: block; font-size: .78rem; color: var(--ink-400); transition: color .35s; }
.cap__go {
  position: absolute;
  right: 14px; top: 14px;
  opacity: 0;
  transform: translate(-6px, 4px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
  color: #fff;
}
.cap__go .ico { width: 15px; height: 15px; }

.cap:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 20px 36px -18px color-mix(in srgb, var(--c3) 80%, transparent);
}
.cap:hover::before { opacity: 1; }
.cap:hover .cap__txt b { color: #fff; }
.cap:hover .cap__txt span { color: rgba(255, 255, 255, .78); }
.cap:hover .cap__ico { background: rgba(255, 255, 255, .22); box-shadow: none; transform: rotate(-8deg) scale(1.06); }
.cap:hover .cap__go { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .caps__in { grid-template-columns: 1fr; }
  .caps__aside { position: static; }
  .caps__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) { .caps__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 420px) {
  .cap { grid-template-columns: 40px minmax(0, 1fr); padding: 14px 13px; gap: 11px; }
  .cap__ico { width: 40px; height: 40px; border-radius: 12px; }
  .cap__txt b { font-size: .88rem; }
  .cap__txt span { font-size: .72rem; }
}

/* ---------- 24.2 Hizmet kutuları: doygun, tok hover ------------- */
.tile {
  --deep1: color-mix(in srgb, var(--c1) 86%, #000);
  --deep2: color-mix(in srgb, var(--c2) 82%, #000);
  --deep3: color-mix(in srgb, var(--c3) 76%, #000);
}
.tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(152deg, var(--deep1), var(--deep2) 52%, var(--deep3));
  opacity: 0;
  transition: opacity .45s var(--ease);
  z-index: 0;
  -webkit-mask: none;
  mask: none;
  padding: 0;
}
.tile:hover::before { opacity: 1; }
.tile:hover {
  --lift: -14px;
  --sc: 1.045;
  box-shadow:
    0 6px 14px rgba(16, 32, 70, .12),
    0 34px 52px -22px color-mix(in srgb, var(--c3) 92%, transparent);
}
.tile__ico, .tile b, .tile__go, .tile__glow { position: relative; z-index: 2; }
.tile:hover .tile__ico {
  background: rgba(255, 255, 255, .26);
  border-color: rgba(255, 255, 255, .5);
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .4);
}
.tile:hover .tile__go { background: rgba(255, 255, 255, .3); border-color: rgba(255, 255, 255, .48); }

/* ---------- 24.3 Süreç kartı hover düzeltmesi ------------------- */
.step { transition: box-shadow .45s var(--ease), border-color .45s var(--ease), background .45s var(--ease); }
.step:hover { transform: none; box-shadow: 0 22px 44px -24px rgba(16, 32, 70, .5); border-color: var(--blue-100); background: linear-gradient(180deg, #fff, #f7faff); }
.step::before { transition: border-color .4s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease); }
.step:hover::before { transform: translate(-50%, 0) scale(1.2); background: var(--blue-600); border-color: #fff; box-shadow: 0 0 0 6px rgba(59, 130, 246, .18); }
.step:hover .step__ico { transform: translateY(-3px) rotate(-8deg) scale(1.06); }
.step__ico, .step__num, .step h4, .step p { position: relative; z-index: 1; }

/* ---------- 24.4 Header butonları: gelişmiş hover --------------- */
.header__actions .btn { position: relative; overflow: hidden; }
.header__actions .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 34%, rgba(255, 255, 255, .48) 50%, transparent 66%);
  background-size: 240% 100%;
  background-position: 190% 0;
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.header__actions .btn:hover::after { opacity: 1; animation: shine .85s var(--ease) forwards; }
@keyframes shine { to { background-position: -60% 0; } }

.btn--ghost {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, var(--line), var(--line)) border-box;
  border: 1px solid transparent;
  transition: background .45s var(--ease), color .3s, transform .3s var(--ease), box-shadow .3s var(--ease);
}
.btn--ghost:hover {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, var(--blue-500), #a855f7 55%, var(--flame)) border-box;
  color: var(--blue-700);
  box-shadow: 0 12px 26px -14px rgba(37, 99, 235, .7);
}
.header__actions .btn--flame:hover {
  box-shadow: 0 16px 34px -10px rgba(255, 90, 31, .62), 0 0 0 4px rgba(255, 90, 31, .14);
}

/* ---------- 24.5 Mobil hero: bel üstü kadrajlı görsel ----------- */
@media (max-width: 1024px) {
  .slide__art {
    width: 100%;
    height: min(46vh, 380px);
    min-height: 0;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
    -webkit-mask-image: linear-gradient(180deg, #000 78%, transparent);
    mask-image: linear-gradient(180deg, #000 78%, transparent);
  }
  .slide__art img.slide__hero-img {
    width: 100%;
    max-width: none;
    height: min(64vh, 540px);
    object-fit: cover;
    object-position: top center;
  }
  .slide__shape { width: min(78vw, 400px); translate: -44% -44%; }
  .slide__halo { width: min(84vw, 430px); top: 42%; }
}
@media (max-width: 560px) {
  .slide__art { height: min(42vh, 320px); }
  .slide__art img.slide__hero-img { height: min(60vh, 460px); }
}

/* ---------- 24.6 Footer mobilde nefes alsın --------------------- */
@media (max-width: 620px) {
  .ftr { padding-top: 44px; }
  .ftr__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; padding-bottom: 34px; }
  .ftr__col--brand { grid-column: 1 / -1; padding-bottom: 8px; border-bottom: 1px solid var(--line-soft); }
  .ftr__about { margin-bottom: 18px; line-height: 1.7; }
  .ftr__social { gap: 10px; }
  .ftr__social a { width: 42px; height: 42px; }
  .ftr__title { margin-bottom: 14px; letter-spacing: .16em; }
  .ftr__links { gap: 13px; }
  .ftr__contact { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); display: grid; gap: 16px 14px; }
  .ftr__bar { flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 0; }
  .ftr__mini { gap: 6px; }
  .ftr__mini a { padding: 8px 12px; background: #fff; box-shadow: var(--sh-1); }
  .ftr__legal { padding-bottom: 40px; line-height: 1.7; }
}
@media (max-width: 400px) {
  .ftr__contact { grid-template-columns: 1fr; }
}

/* ---------- 24.7 İkon kutusu: sabit ölçü (yüzde yerine) --------- */
.icobox {
  --isz: 22px;
  display: grid;
  place-items: center;
  place-content: stretch;
  align-content: center;
  justify-content: center;
}
.icobox > .ico {
  width: var(--isz);
  height: var(--isz);
  flex: none;
  stroke-width: 1.7;
}
.mega__ico.icobox { --isz: 22px; }
.cap__ico.icobox { --isz: 22px; }
.floatcard .icobox { --isz: 18px; }
.drawer__sublink .icobox { --isz: 16px; }
@media (max-width: 420px) { .cap__ico.icobox { --isz: 19px; } }

/* ---------- 24.8 Katman düzeltmesi ------------------------------ */
.tile__ico, .tile b { position: relative; z-index: 2; }
.tile__glow { position: absolute; z-index: 1; }
.tile__go { position: absolute; right: 16px; top: 18px; z-index: 2; }

/* ---------- 24.9 Slayt başlığı: h1/h2 fark etmeksizin ----------- */
.slide__title {
  color: #fff;
  font-size: clamp(2.75rem, 5.9vw, 4.6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.045em;
  margin-bottom: 18px;
  text-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}
.slide__title em {
  font-style: normal;
  background: linear-gradient(96deg, #ffd7a8, #ff7a3d 55%, #ffb37a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.slide.is-active .slide__title { animation: headIn .8s var(--ease) .26s both; }
.slide.is-leaving .slide__title { animation: copyOut .42s var(--ease) .04s both; }
@media (max-width: 1024px) { .slide__title { font-size: clamp(2.2rem, 8.8vw, 2.9rem); } }
@media (max-width: 640px)  { .slide__title { font-size: clamp(2.1rem, 9.2vw, 2.7rem); } }

/* ---------- 24.10 Mobil: görselin üst kadrajı görünsün ---------- */
@media (max-width: 1024px) {
  .slide__art { align-items: flex-start; }
  .slide__art img.slide__hero-img { object-position: top center; align-self: flex-start; }
}

/* ==================================================================
   25. SON RÖTUŞLAR
   ================================================================== */

/* ---------- 25.1 Mobil hero: baş → bel kadrajı ------------------ */
@media (max-width: 1024px) {
  .slide__art {
    height: auto;
    min-height: 0;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 0;
    align-items: flex-end;
    justify-content: center;
    padding-top: 6px;
  }
  .slide__art img.slide__hero-img {
    width: min(76%, 300px);
    max-width: none;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: 50% 0;
    align-self: auto;
    border-radius: 0;
    -webkit-mask-image: linear-gradient(180deg, #000 82%, transparent 99%);
    mask-image: linear-gradient(180deg, #000 82%, transparent 99%);
    filter: drop-shadow(0 26px 40px rgba(0, 0, 0, .38));
  }
  .slide__shape { width: min(64vw, 320px); translate: -44% -46%; }
  .slide__halo { width: min(70vw, 350px); top: 44%; }
  .chipf--a { left: 0; top: 6%; }
  .chipf--b { right: 0; top: 34%; }
}
@media (max-width: 560px) {
  .slide__art img.slide__hero-img { width: min(80%, 260px); }
  .slide__shape { width: min(66vw, 280px); }
}

/* ---------- 25.2 Süreç: hover çizgisi kutudan taşmasın ---------- */
.step::after {
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 0 0 3px 3px;
}

/* ---------- 25.3 Grafik Tasarım: ölçülü kelime satırı ----------- */
.swapbar {
  position: relative;
  margin: 18px 0 22px;
  padding: 16px 18px 18px 20px;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(239, 246, 255, .9), rgba(255, 255, 255, .6));
  border: 1px solid var(--line-soft);
  overflow: hidden;
}
.swapbar::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue-600), #a855f7 55%, var(--flame));
}
.swapbar__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-300);
}
.swapbar__label .ico { width: 12px; height: 12px; color: var(--blue-500); }
.swapbar__line { margin: 0; }

.swap {
  display: block;
  width: 100%;
  height: 1.32em;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.32em;
  letter-spacing: -.03em;
}
.swap b { line-height: 1.32em; }
.swap-line::after { content: none; }

.swapbar__bar {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 12px;
  border-radius: 2px;
  background: rgba(148, 163, 184, .22);
  overflow: hidden;
}
.swapbar__bar i {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-600), #a855f7, var(--flame));
  transform-origin: left;
  animation: swapProgress 2.2s linear infinite;
}
@keyframes swapProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 640px) {
  .swapbar { padding: 14px 15px 15px 17px; }
  .swap { font-size: clamp(1.4rem, 6.4vw, 1.8rem); }
}

/* ---------- 25.4 Yetkinlik bölümü zemini: footer ile uyumlu ----- */
.caps {
  background:
    radial-gradient(58% 62% at 6% 4%, rgba(255, 196, 160, .34), transparent 62%),
    radial-gradient(52% 58% at 46% 0%, rgba(255, 155, 190, .24), transparent 60%),
    radial-gradient(62% 66% at 94% 12%, rgba(150, 185, 255, .34), transparent 64%),
    linear-gradient(180deg, #fdfcfb 0%, #f8fbff 55%, #f2f7fd 100%);
}
.caps::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .6), transparent 18%, transparent 84%, rgba(255, 255, 255, .7));
}
.caps > * { position: relative; z-index: 1; }
.cap { background: rgba(255, 255, 255, .86); backdrop-filter: blur(6px); }

/* ---------- 25.5 Mobil hero: metni sıkılaştır, gövde görünsün --- */
@media (max-width: 1024px) {
  .slide__in { padding-block: clamp(14px, 3.4vw, 24px) clamp(64px, 11vw, 88px); }
  .slide__eyebrow { margin-bottom: 14px; }
  .slide__title { margin-bottom: 12px; }
  .slide__text { font-size: .94rem; line-height: 1.55; margin-bottom: 16px; max-width: 34ch; }
  .trustline { margin-top: 14px; padding-top: 12px; gap: 0; }
  .trustline p { display: none; }
  .trustline__nums { gap: 20px; }
  .trustline__nums b { font-size: 1.1rem; }
  .trustline__nums span { font-size: .7rem; }
  .slide__art { padding-top: 0; margin-top: -4px; }
  .slide__art img.slide__hero-img { width: min(74%, 285px); }
}

/* ==================================================================
   26. MOBİL FOOTER, ZEMİN VE HERO RÖTUŞLARI
   ================================================================== */

/* ---------- 26.1 Footer iletişim bloğu: mobilde tek sütun ------- */
@media (max-width: 720px) {
  .ftr__contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 4px;
  }
  .ftr__contact li {
    align-items: center;
    gap: 13px;
    padding: 11px 13px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--line-soft);
  }
  .ftr__ico { width: 34px; height: 34px; border-radius: 11px; }
  .ftr__ico .ico { width: 16px; height: 16px; }
  .ftr__contact b {
    font-size: .64rem;
    letter-spacing: .1em;
    white-space: nowrap;
    margin-bottom: 3px;
  }
  .ftr__contact a,
  .ftr__contact li > span:last-child {
    font-size: .9rem;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .ftr__col--brand { padding-bottom: 14px; }
  .ftr__cols { gap: 30px 18px; }
}

/* ---------- 26.2 Yetkinlik bölümü: düz beyaz zemin -------------- */
.caps { background: var(--paper); }
.caps::after { content: none; }
.cap { background: #fff; backdrop-filter: none; }

/* ---------- 26.3 Slayt etiketi: dikey ortalama ------------------ */
.slide__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  line-height: 1;
}
.slide__eyebrow .ico { width: 13px; height: 13px; display: block; }
.eyebrow { line-height: 1; min-height: 26px; padding-block: 0; }
.eyebrow .ico { display: block; }

/* ---------- 26.4 Mobil hero: nefes + %20 küçük görsel ----------- */
@media (max-width: 1024px) {
  .slide__in { padding-block: clamp(28px, 7vw, 46px) clamp(64px, 11vw, 88px); }
  .slide__eyebrow { min-height: 28px; margin-bottom: 16px; }
  .slide__art { margin-top: 4px; }
  .slide__art img.slide__hero-img { width: min(59%, 228px); }
  .slide__shape { width: min(52vw, 256px); translate: -44% -46%; }
  .slide__halo { width: min(58vw, 285px); }
  .chipf--a { top: 4%; }
  .chipf--b { top: 30%; }
}
@media (max-width: 560px) {
  .slide__art img.slide__hero-img { width: min(64%, 208px); }
  .slide__shape { width: min(54vw, 224px); }
}

/* ---------- 26.5 Footer: iletişim kolonu tam genişlik ----------- */
@media (max-width: 720px) {
  .ftr__cols > .ftr__col:last-child { grid-column: 1 / -1; }
  .ftr__contact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .ftr__contact a, .ftr__contact li > span:last-child { overflow-wrap: break-word; }
}
@media (max-width: 430px) {
  .ftr__contact { grid-template-columns: 1fr; }
}

/* ==================================================================
   27. İÇ SAYFA BİLEŞENLERİ — sayfa başlığı, hizmet ve paket kartları
   ================================================================== */

/* ---------- 27.1 Sayfa başlığı (tüm iç sayfalarda ortak) -------- */
.phero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 4vw, 52px) 0 clamp(44px, 5.5vw, 76px);
  background: linear-gradient(158deg, #102a7a 0%, #1e40af 44%, #2f6fe0 78%, #4f93f5 100%);
  color: #fff;
}
.phero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 80%);
  animation: gridpan 30s linear infinite;
}
.phero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.phero__glow--a { width: 420px; height: 420px; left: -110px; bottom: -180px; background: #60a5fa; opacity: .35; }
.phero__glow--b { width: 380px; height: 380px; right: -90px; top: -170px; background: var(--flame); opacity: .28; }

.phero__in { position: relative; z-index: 1; }

.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(22px, 3vw, 36px);
  font-size: .82rem;
  color: rgba(255, 255, 255, .58);
}
.crumbs a { color: rgba(255, 255, 255, .78); transition: color .3s; }
.crumbs a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.crumbs span[aria-current] { color: #fff; font-weight: 500; }

.phero__copy { max-width: 680px; }
.phero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(6px);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}
.phero__eyebrow .ico { width: 13px; height: 13px; display: block; }

.phero h1 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.04em;
  margin-bottom: 16px;
  text-shadow: 0 16px 44px rgba(0, 0, 0, .2);
}
.phero h1 em {
  font-family: var(--display);
  font-style: normal;
  background: linear-gradient(96deg, #ffd7a8, #ff7a3d 55%, #ffb37a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.phero p { font-size: clamp(1rem, 1.3vw, 1.1rem); color: rgba(255, 255, 255, .82); max-width: 62ch; }
.phero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.phero__stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(30px, 4vw, 48px) 0 0;
  padding: clamp(18px, 2.2vw, 24px) 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.phero__stats b {
  display: block;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff;
  white-space: nowrap;
}
.phero__stats span { font-size: .78rem; color: rgba(255, 255, 255, .62); }

@media (max-width: 720px) {
  .phero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .phero__ctas .btn { flex: 1 1 100%; }
}

/* ---------- 27.2 Hizmet kartları -------------------------------- */
.srv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
.srv__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 28px);
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  scroll-margin-top: calc(var(--head-h) + 90px);
  transition: transform .45s cubic-bezier(.2, .8, .25, 1), box-shadow .45s var(--ease), border-color .45s;
}
.srv__card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--c1), var(--c2) 55%, var(--c3));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
}
.srv__card::after {
  content: "";
  position: absolute;
  right: -70px; top: -70px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--c2) 18%, transparent), transparent 68%);
  opacity: 0;
  transition: opacity .5s var(--ease);
  pointer-events: none;
}
.srv__card:hover {
  transform: translateY(-7px);
  border-color: transparent;
  box-shadow: 0 26px 46px -24px color-mix(in srgb, var(--c3) 62%, transparent), var(--sh-2);
}
.srv__card:hover::before { transform: scaleX(1); }
.srv__card:hover::after { opacity: 1; }
.srv__card > * { position: relative; z-index: 1; }

.srv__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.srv__ico { width: 54px; height: 54px; border-radius: 17px; --isz: 26px; transition: transform .45s var(--ease); }
.srv__card:hover .srv__ico { transform: rotate(-8deg) scale(1.06); }
.srv__time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line-soft);
  font-size: .74rem;
  font-weight: 500;
  color: var(--ink-500);
  white-space: nowrap;
}
.srv__time .ico { width: 13px; height: 13px; color: var(--blue-500); }

.srv__card h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); margin-bottom: 10px; letter-spacing: -.03em; }
.srv__lead { font-size: .92rem; line-height: 1.6; color: var(--ink-500); margin-bottom: 18px; }

.srv__list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px; }
.srv__list li { display: flex; align-items: flex-start; gap: 9px; font-size: .87rem; color: var(--ink-700); }
.srv__list .ico {
  width: 17px; height: 17px;
  flex: none;
  margin-top: 2px;
  padding: 3px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c2) 16%, #fff);
  color: var(--c3);
}

.srv__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}

/* ---------- 27.3 Paket kartları --------------------------------- */
.pkg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  align-items: stretch;
}
.pkg__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 32px);
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.pkg__card:hover { transform: translateY(-6px); box-shadow: var(--sh-3); border-color: var(--blue-100); }

.pkg__card--star {
  background: linear-gradient(160deg, var(--ink-900) 0%, #14225a 58%, var(--blue-900) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 30px 60px -30px rgba(10, 20, 50, .75);
  overflow: hidden;
}
.pkg__card--star::after {
  content: "";
  position: absolute;
  right: -80px; top: -110px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, .42), transparent 66%);
  filter: blur(26px);
  pointer-events: none;
}
.pkg__card--star > * { position: relative; z-index: 1; }
.pkg__card--star h3 { color: #fff; }
.pkg__card--star .pkg__head p { color: rgba(255, 255, 255, .72); }
.pkg__card--star .pkg__list li { color: rgba(255, 255, 255, .9); }
.pkg__card--star .pkg__list .ico { background: rgba(255, 255, 255, .16); color: #6ee7b7; }
.pkg__card--star .pkg__foot { border-top-color: rgba(255, 255, 255, .16); }
.pkg__card--star .pkg__note { color: rgba(255, 255, 255, .68); }
.pkg__card--star .pkg__note .ico { color: #ffc09a; }

.pkg__ribbon {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--flame), #ff8a4c);
  color: #fff;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 10px 22px -10px rgba(255, 90, 31, .8);
}
.pkg__ribbon .ico { width: 13px; height: 13px; }

.pkg__tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line-soft);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-400);
  line-height: 1;
}
.pkg__head h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); margin-bottom: 10px; }
.pkg__head p { font-size: .9rem; line-height: 1.6; color: var(--ink-500); margin-bottom: 20px; }

.pkg__list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 11px; }
.pkg__list li { display: flex; align-items: flex-start; gap: 10px; font-size: .89rem; color: var(--ink-700); }
.pkg__list .ico {
  width: 18px; height: 18px;
  flex: none;
  margin-top: 2px;
  padding: 3px;
  border-radius: 50%;
  background: #e9fbf1;
  color: #0b7a45;
}

.pkg__foot { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.pkg__note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  font-size: .8rem;
  color: var(--ink-400);
}
.pkg__note .ico { width: 14px; height: 14px; color: var(--blue-500); }

.pkg__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(24px, 3vw, 34px) auto 0;
  max-width: 780px;
  padding: 16px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  font-size: .9rem;
  color: var(--ink-500);
  text-align: center;
}
.pkg__hint .ico { width: 17px; height: 17px; color: var(--blue-600); flex: none; }
.pkg__hint a { color: var(--blue-600); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1024px) { .pkg { grid-template-columns: 1fr; } }
@media (max-width: 620px) {
  .srv { grid-template-columns: 1fr; }
  .srv__card { padding: 20px 18px; border-radius: 22px; }
  .srv__ico { width: 48px; height: 48px; --isz: 23px; }
  .pkg__card { padding: 22px 19px; border-radius: 24px; }
}

/* ==================================================================
   28. HİZMETLER SAYFASI — sade giriş, geniş kutucuklar, portfolyo
   ================================================================== */

/* ---------- 28.1 Sayfa girişi ----------------------------------- */
.pintro { padding-top: clamp(26px, 3.2vw, 42px); }
.crumbs--light {
  margin-bottom: clamp(20px, 2.6vw, 30px);
  color: var(--ink-300);
}
.crumbs--light a { color: var(--ink-400); }
.crumbs--light a:hover { color: var(--blue-600); }
.crumbs--light span[aria-current] { color: var(--ink-900); }

.pintro .section-head { margin-bottom: clamp(30px, 3.6vw, 46px); }

/* ---------- 28.2 Geniş hizmet kutucukları ----------------------- */
.tiles--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}
.tiles--wide .tile {
  min-height: 0;
  padding: 24px 22px 22px;
  border-radius: 26px;
  gap: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "ico txt";
  align-items: start;
  column-gap: 16px;
}
.tiles--wide .tile__ico {
  grid-area: ico;
  width: 58px; height: 58px;
  border-radius: 19px;
}
.tiles--wide .tile__ico .ico { width: 28px; height: 28px; }
.tiles--wide .tile__txt { grid-area: txt; position: relative; z-index: 2; padding-right: 26px; }
.tiles--wide .tile b { font-size: 1.06rem; line-height: 1.2; letter-spacing: -.02em; }
.tiles--wide .tile b i { display: inline; opacity: 1; font-weight: 500; }
.tiles--wide .tile b i::before { content: " "; }
.tile__desc {
  display: block;
  margin-top: 7px;
  font-size: .86rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, .84);
}
.tiles--wide .tile__go { top: 22px; right: 20px; }
.tiles--wide .tile:hover { --lift: -8px; --sc: 1.015; }

@media (max-width: 1024px) { .tiles--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .tiles--wide { grid-template-columns: 1fr; }
  .tiles--wide .tile { padding: 18px 16px; border-radius: 22px; column-gap: 13px; }
  .tiles--wide .tile__ico { width: 48px; height: 48px; border-radius: 15px; }
  .tiles--wide .tile__ico .ico { width: 24px; height: 24px; }
  .tiles--wide .tile b { font-size: .98rem; }
  .tile__desc { font-size: .82rem; margin-top: 5px; }
}

/* ---------- 28.3 Bölüm başlığı: sola yaslı + buton -------------- */
.section-head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: none;
  text-align: left;
}
.section-head--split > div { max-width: 620px; }
.section-head--split .btn { flex: none; }

@media (max-width: 640px) {
  .section-head--split { align-items: flex-start; }
  .section-head--split .btn { width: 100%; }
}

/* ---------- 28.4 Portfolyo kartları ----------------------------- */
.pf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
.pf__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2, .8, .25, 1), box-shadow .45s var(--ease), border-color .45s;
}
.pf__card:hover { transform: translateY(-7px); box-shadow: var(--sh-3); border-color: var(--blue-100); }

.pf__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mist);
}
.pf__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.pf__card:hover .pf__media img { transform: scale(1.07); }
.pf__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 16, 36, .3));
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.pf__card:hover .pf__media::after { opacity: 1; }

.pf__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 20px; }
.pf__cat {
  align-self: flex-start;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--blue-700);
  line-height: 1;
}
.pf__body b { font-size: 1.02rem; font-weight: 500; letter-spacing: -.02em; color: var(--ink-900); line-height: 1.3; }
.pf__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
  font-size: .82rem;
  color: var(--ink-400);
}
.pf__meta .ico { width: 16px; height: 16px; color: var(--blue-600); transition: transform .35s var(--ease); }
.pf__card:hover .pf__meta .ico { transform: translateX(4px); }

@media (max-width: 900px) { .pf { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .pf { grid-template-columns: 1fr; } }

/* ==================================================================
   29. SEO METİN BLOĞU + RENDER PERFORMANSI
   ================================================================== */

.seotext {
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 24px;
  background: linear-gradient(160deg, #fbfcff, #f5f9ff);
  border: 1px solid var(--line-soft);
}
.seotext h2 {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  margin-bottom: 14px;
  letter-spacing: -.025em;
}
.seotext p {
  font-size: .93rem;
  line-height: 1.75;
  color: var(--ink-500);
}
.seotext a {
  color: var(--blue-600);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .25s;
}
.seotext a:hover { color: var(--blue-700); }

/* Görsel ağırlıklı bölümlerde çizim maliyetini düşür.
   content-visibility yerine sadece paint/layout izolasyonu: yükseklik
   çökmesi ve boş kalan alan riski olmadan aynı kazanç. */
.pf__media, .post__img, .figure { contain: paint; }
.tile, .cap, .srv__card, .pkg__card { contain: layout paint; }

/* ==================================================================
   30. HAKKIMDA SAYFASI
   ================================================================== */

/* ---------- 30.1 Tanıtım bloğu ---------------------------------- */
.abt {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
}
.abt__copy .eyebrow { margin-bottom: 16px; }
.abt__copy h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.3rem);
  letter-spacing: -.04em;
  margin-bottom: 18px;
}
.abt__lead { font-size: clamp(1.02rem, 1.25vw, 1.14rem); color: var(--ink-700); }
.abt__copy p { color: var(--ink-500); line-height: 1.72; }

.abt__facts {
  list-style: none;
  margin: 28px 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line-soft);
  display: grid;
  gap: 14px;
}
.abt__facts li { display: flex; align-items: center; gap: 13px; }
.abt__facts .icobox { width: 38px; height: 38px; border-radius: 12px; --isz: 18px; }
.abt__facts b { display: block; font-size: .92rem; font-weight: 500; color: var(--ink-900); line-height: 1.3; }
.abt__facts span span { display: block; font-size: .8rem; color: var(--ink-400); }

.abt__ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.abt__photo { position: relative; margin: 0; }
.abt__photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 60px -32px rgba(16, 32, 70, .5);
}
.abt__photo::before {
  content: "";
  position: absolute;
  inset: 18px -16px -16px 18px;
  border-radius: 30px;
  border: 1.5px solid var(--blue-100);
  background: linear-gradient(150deg, rgba(59, 130, 246, .07), rgba(255, 90, 31, .07));
  z-index: -1;
}
.abt__badge {
  position: absolute;
  left: 16px; bottom: 16px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 15px 10px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  box-shadow: var(--sh-2);
  text-align: left;
}
.abt__badge .icobox { width: 36px; height: 36px; border-radius: 11px; --isz: 17px; }
.abt__badge b { display: block; font-size: .86rem; font-weight: 500; color: var(--ink-900); line-height: 1.25; }
.abt__badge span span { display: block; font-size: .75rem; color: var(--ink-400); }

@media (max-width: 900px) {
  .abt { grid-template-columns: 1fr; }
  .abt__photo { order: -1; max-width: 420px; margin-inline: auto; }
  .abt__photo::before { inset: 14px -12px -12px 14px; }
}
@media (max-width: 560px) { .abt__ctas .btn { width: 100%; } }

/* ---------- 30.2 Yolculuk (sade tek sütun) ---------------------- */
.jrn {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 780px;
}
.jrn::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px; bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--blue-400, #60a5fa), #a855f7 55%, var(--flame));
  opacity: .35;
  border-radius: 2px;
}
.jrn__item { position: relative; padding: 0 0 clamp(20px, 2.4vw, 30px) 34px; }
.jrn__item:last-child { padding-bottom: 0; }
.jrn__dot {
  position: absolute;
  left: 0; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--blue-500);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .12);
}
.jrn__item:nth-child(3) .jrn__dot { border-color: #a855f7; box-shadow: 0 0 0 4px rgba(168, 85, 247, .12); }
.jrn__item:nth-child(4) .jrn__dot { border-color: #ec4899; box-shadow: 0 0 0 4px rgba(236, 72, 153, .12); }
.jrn__item:last-child .jrn__dot { border-color: var(--flame); box-shadow: 0 0 0 4px rgba(255, 90, 31, .14); }

.jrn__card { background: none; border: 0; box-shadow: none; padding: 0; }
.jrn__year {
  display: inline-block;
  margin-bottom: 8px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue-600);
}
.jrn__item:nth-child(3) .jrn__year { color: #a855f7; }
.jrn__item:nth-child(4) .jrn__year { color: #ec4899; }
.jrn__item:last-child .jrn__year { color: var(--flame); }
.jrn__card h3 { font-size: clamp(1.05rem, 1.4vw, 1.22rem); margin-bottom: 7px; letter-spacing: -.025em; }
.jrn__card p { font-size: .92rem; line-height: 1.68; color: var(--ink-500); max-width: 60ch; }

/* ---------- 30.3 Ekipman (sade satırlar) ------------------------ */
.gear {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
  max-width: 900px;
  margin-inline: auto;
}
.gear__card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color .35s, transform .35s var(--ease), box-shadow .35s var(--ease);
}
.gear__card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--c2) 40%, var(--line));
  box-shadow: 0 14px 26px -16px color-mix(in srgb, var(--c3) 60%, transparent);
}
.gear__ico { width: 46px; height: 46px; border-radius: 14px; --isz: 22px; }
.gear__txt { min-width: 0; }
.gear__txt b { display: block; font-size: .96rem; font-weight: 500; color: var(--ink-900); line-height: 1.3; }
.gear__txt span { display: block; margin-top: 3px; font-size: .84rem; line-height: 1.5; color: var(--ink-400); }

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

/* ---------- 30.4 İlkeler (sade numaralı liste) ------------------ */
.prn {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px) clamp(24px, 3.4vw, 46px);
}
.prn li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; align-items: start; }
.prn__no {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.05em;
  background: linear-gradient(140deg, var(--blue-600), var(--flame));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.prn__txt b { display: block; font-size: 1rem; font-weight: 500; color: var(--ink-900); margin-bottom: 5px; letter-spacing: -.02em; }
.prn__txt span { display: block; font-size: .89rem; line-height: 1.65; color: var(--ink-500); }

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

/* ---------- 30.5 Kısa hikâye kartları --------------------------- */
.story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
.story__card {
  position: relative;
  padding: clamp(22px, 2.4vw, 28px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.story__card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c1), var(--c2) 55%, var(--c3));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
}
.story__card::after {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--c2) 16%, transparent), transparent 68%);
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.story__card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 40px -22px color-mix(in srgb, var(--c3) 55%, transparent), var(--sh-2);
}
.story__card:hover::before { transform: scaleX(1); }
.story__card:hover::after { opacity: 1; }
.story__card > * { position: relative; z-index: 1; }

.story__ico { width: 48px; height: 48px; border-radius: 15px; --isz: 23px; margin-bottom: 16px; transition: transform .45s var(--ease); }
.story__card:hover .story__ico { transform: rotate(-8deg) scale(1.06); }
.story__card h2 { font-size: clamp(1.08rem, 1.5vw, 1.28rem); margin-bottom: 10px; letter-spacing: -.03em; }
.story__card p { font-size: .9rem; line-height: 1.68; color: var(--ink-500); }

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

/* ==================================================================
   31. İLETİŞİM SAYFASI
   ================================================================== */

/* ---------- 31.1 Hızlı kanallar --------------------------------- */
.chn {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}
.chn__card {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2, .8, .25, 1), box-shadow .45s var(--ease), border-color .45s;
}
.chn__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, var(--c1), var(--c2) 55%, var(--c3));
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.chn__card > * { position: relative; z-index: 1; }
.chn__card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 40px -20px color-mix(in srgb, var(--c3) 70%, transparent);
}
.chn__card:hover::before { opacity: 1; }

.chn__ico { width: 50px; height: 50px; border-radius: 16px; --isz: 24px; transition: transform .45s var(--ease), background .45s; }
.chn__card:hover .chn__ico { background: rgba(255, 255, 255, .22); box-shadow: none; transform: rotate(-8deg) scale(1.06); }

.chn__txt { min-width: 0; }
.chn__label {
  display: block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-300);
  transition: color .35s;
}
.chn__txt b {
  display: block;
  margin: 3px 0 4px;
  font-size: .96rem;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1.3;
  overflow-wrap: anywhere;
  transition: color .35s;
}
.chn__note { display: block; font-size: .78rem; line-height: 1.45; color: var(--ink-400); transition: color .35s; }
.chn__card:hover .chn__label { color: rgba(255, 255, 255, .72); }
.chn__card:hover .chn__txt b { color: #fff; }
.chn__card:hover .chn__note { color: rgba(255, 255, 255, .8); }

.chn__go {
  position: absolute;
  right: 16px; top: 16px;
  display: grid;
  place-items: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  opacity: 0;
  transform: translate(-5px, 4px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.chn__go .ico { width: 14px; height: 14px; }
.chn__card:hover .chn__go { opacity: 1; transform: none; }

@media (max-width: 1024px) { .chn { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px)  { .chn { grid-template-columns: 1fr; } }

/* ---------- 31.2 Form + yan sütun ------------------------------- */
.cnt {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: start;
}

.form--page {
  max-width: none;
  margin: 0;
  background: #fff;
  box-shadow: var(--sh-2);
}
.form__head { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line-soft); }
.form__head h2 { font-size: clamp(1.4rem, 2vw, 1.8rem); margin-bottom: 6px; }
.form__head p { font-size: .92rem; color: var(--ink-500); }

.form__pre {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 12px 15px;
  border-radius: 14px;
  background: var(--flame-100);
  border: 1px solid #ffd6c4;
  font-size: .88rem;
  color: var(--flame-600);
}
.form__pre .ico { width: 16px; height: 16px; flex: none; }
.form__pre b { color: var(--ink-900); font-weight: 600; }

.form__note { display: flex; align-items: center; justify-content: center; gap: 8px; }
.form__note .ico { width: 15px; height: 15px; color: #16a34a; flex: none; }

.alert { display: flex; align-items: flex-start; gap: 11px; padding: 15px 18px; border-radius: 16px; }
.alert .ico { width: 18px; height: 18px; flex: none; margin-top: 2px; }
.alert b { display: block; }

/* yan sütun */
.cnt__side { display: grid; gap: clamp(14px, 1.8vw, 20px); position: sticky; top: calc(var(--head-h) + 24px); }
.cnt__box {
  padding: clamp(22px, 2.4vw, 28px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
}
.cnt__box h2 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); margin-bottom: 18px; }

.expect { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.expect li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; align-items: start; }
.expect__ico {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 12px;
  background: linear-gradient(150deg, #eef4ff, #dbe8ff);
  color: var(--blue-600);
}
.expect__ico .ico { width: 18px; height: 18px; }
.expect b { display: block; font-size: .93rem; font-weight: 500; color: var(--ink-900); margin-bottom: 4px; }
.expect span span { display: block; font-size: .84rem; line-height: 1.6; color: var(--ink-500); }

.cnt__box--dark {
  position: relative;
  background: linear-gradient(160deg, var(--ink-900) 0%, #14225a 58%, var(--blue-900) 100%);
  border-color: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 26px 50px -28px rgba(10, 20, 50, .7);
}
.cnt__box--dark::after {
  content: "";
  position: absolute;
  right: -70px; top: -90px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, .4), transparent 66%);
  filter: blur(24px);
}
.cnt__box--dark > * { position: relative; z-index: 1; }
.cnt__box--dark h3 { color: #fff; font-size: 1.15rem; margin-bottom: 16px; }

.cnt__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 5px 13px;
  border-radius: 999px;
  border: 1px solid rgba(110, 231, 183, .38);
  background: rgba(110, 231, 183, .12);
  font-size: .7rem;
  font-weight: 500;
  color: #6ee7b7;
  line-height: 1;
}
.cnt__badge .dot { background: #6ee7b7; }

.cnt__meta { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 14px; }
.cnt__meta li { display: flex; align-items: flex-start; gap: 12px; }
.cnt__meta .ico { width: 17px; height: 17px; flex: none; margin-top: 3px; color: #ffc09a; }
.cnt__meta b {
  display: block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 3px;
}
.cnt__meta span span, .cnt__meta li > span { font-size: .9rem; color: rgba(255, 255, 255, .92); line-height: 1.45; }

.cnt__social { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); }
.cnt__social a {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .82);
  transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s;
}
.cnt__social a:hover { transform: translateY(-3px); background: #fff; color: var(--ink-900); border-color: #fff; }
.cnt__social .ico { width: 18px; height: 18px; }

@media (max-width: 960px) {
  .cnt { grid-template-columns: 1fr; }
  .cnt__side { position: static; }
}

/* ==================================================================
   32. TEKLİF AL — süreç şeridi ve çok adımlı form
   ================================================================== */

/* ---------- 32.1 Süreç şeridi ----------------------------------- */
.qsteps {
  list-style: none;
  margin: clamp(28px, 3.4vw, 42px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  counter-reset: qs;
}
.qsteps li {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  padding: 18px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.qsteps li:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: var(--blue-100); }
.qsteps li::after {
  counter-increment: qs;
  content: "0" counter(qs);
  position: absolute;
  right: 14px; top: 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--mist-2);
}
.qsteps__ico {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 14px;
  background: linear-gradient(150deg, #eef4ff, #dbe8ff);
  color: var(--blue-600);
}
.qsteps__ico .ico { width: 20px; height: 20px; }
.qsteps__txt b { display: block; font-size: .93rem; font-weight: 500; color: var(--ink-900); margin-bottom: 4px; padding-right: 22px; }
.qsteps__txt span { display: block; font-size: .82rem; line-height: 1.55; color: var(--ink-400); }

@media (max-width: 900px) { .qsteps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .qsteps { grid-template-columns: 1fr; } }

/* ---------- 32.2 Sihirbaz ilerleme ------------------------------ */
.wiz { position: relative; }
.wiz__bar {
  height: 4px;
  margin: -4px -4px 20px;
  border-radius: 999px;
  background: var(--mist-2);
  overflow: hidden;
}
.wiz__fill {
  display: block;
  height: 100%;
  width: 33.33%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-600), #a855f7 55%, var(--flame));
  transition: width .5s var(--ease);
}

.wiz__nav {
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0 0 26px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line-soft);
}
.wiz__nav li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 8px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-300);
  transition: color .3s, background .3s;
}
.wiz__nav li span {
  display: grid;
  place-items: center;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--mist-2);
  font-size: .74rem;
  font-weight: 600;
  color: var(--ink-400);
  transition: background .3s, color .3s;
}
.wiz__nav li.is-active { color: var(--ink-900); background: var(--blue-50); }
.wiz__nav li.is-active span { background: var(--blue-600); color: #fff; }
.wiz__nav li.is-done { color: var(--ink-500); cursor: pointer; }
.wiz__nav li.is-done span { background: #d1fae5; color: #0b7a45; }
.wiz__nav li.is-done:hover { background: var(--mist); }

.wiz__step {
  display: none;
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.wiz__step.is-active { display: block; animation: wizIn .45s var(--ease) both; }
@keyframes wizIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

.wiz__legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -.03em;
  color: var(--ink-900);
}

.wiz__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.wiz__foot .btn:only-child { margin-left: auto; }
.wiz__hint { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--ink-400); }
.wiz__hint .ico { width: 14px; height: 14px; color: var(--blue-500); flex: none; }

/* ---------- 32.3 Hizmet seçim kartları -------------------------- */
.picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.picks.is-bad { animation: shake .5s var(--ease); }
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-7px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(3px); }
}

.pick { position: relative; display: block; cursor: pointer; }
.pick input { position: absolute; opacity: 0; width: 0; height: 0; }
.pick__in {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  height: 100%;
  padding: 14px 13px;
  border-radius: 16px;
  background: #fff;
  border: 1.5px solid var(--line);
  transition: border-color .3s, transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
}
.pick:hover .pick__in {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--c2) 45%, var(--line));
  box-shadow: 0 12px 24px -14px color-mix(in srgb, var(--c3) 65%, transparent);
}
.pick__ico { width: 40px; height: 40px; border-radius: 13px; --isz: 19px; }
.pick__name { font-size: .9rem; font-weight: 500; color: var(--ink-900); line-height: 1.3; }
.pick__tick {
  position: absolute;
  right: 11px; top: 11px;
  display: grid;
  place-items: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--c1), var(--c3));
  color: #fff;
  opacity: 0;
  transform: scale(.6);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.pick__tick .ico { width: 12px; height: 12px; }

.pick input:checked + .pick__in {
  border-color: transparent;
  background: color-mix(in srgb, var(--c2) 8%, #fff);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--c2) 55%, transparent), 0 14px 26px -16px color-mix(in srgb, var(--c3) 70%, transparent);
}
.pick input:checked + .pick__in .pick__tick { opacity: 1; transform: none; }
.pick input:focus-visible + .pick__in { outline: 3px solid var(--blue-500); outline-offset: 3px; }

@media (max-width: 820px) { .picks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .picks { grid-template-columns: 1fr; } }

/* ---------- 32.4 Alan yardımcıları ------------------------------ */
.field__hint { display: flex; align-items: center; gap: 7px; margin-top: 8px; font-size: .8rem; color: var(--ink-400); }
.field__hint .ico { width: 14px; height: 14px; color: #16a34a; flex: none; }
.field__opt { font-weight: 400; color: var(--ink-300); text-transform: none; letter-spacing: 0; }
.field input.is-bad, .field textarea.is-bad {
  border-color: #f87171;
  box-shadow: 0 0 0 4px rgba(248, 113, 113, .14);
  animation: shake .45s var(--ease);
}

/* ---------- 32.5 Teklif içeriği listesi ------------------------- */
.incl { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.incl li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: var(--ink-700); }
.incl .ico {
  width: 18px; height: 18px;
  flex: none;
  margin-top: 2px;
  padding: 3px;
  border-radius: 50%;
  background: #e9fbf1;
  color: #0b7a45;
}
.cnt__lead { font-size: .89rem; line-height: 1.65; color: rgba(255, 255, 255, .74); margin-bottom: 18px; }

/* Sihirbaz gönder butonu kendi rengini korusun */
.wiz button[type="submit"].btn--flame {
  background: linear-gradient(120deg, #ff7a3d, var(--flame) 55%, #e8480f);
  background-size: 170% 170%;
}
.wiz button[type="submit"].btn--flame:hover {
  background-position: 100% 100%;
  box-shadow: 0 18px 40px -12px rgba(255, 90, 31, .62);
}

/* ==================================================================
   33. BLOG LİSTE SAYFASI
   ================================================================== */

/* ---------- 33.1 Kategori filtresi ------------------------------ */
.tagbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(24px, 3vw, 34px);
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: .88rem;
  font-weight: 450;
  color: var(--ink-500);
  transition: transform .3s var(--ease), border-color .3s, color .3s, background .3s, box-shadow .3s;
}
.tag span {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--mist-2);
  font-size: .7rem;
  font-weight: 600;
  color: var(--ink-400);
  transition: background .3s, color .3s;
}
.tag:hover { transform: translateY(-2px); border-color: var(--blue-300); color: var(--ink-900); box-shadow: var(--sh-1); }
.tag.is-on {
  background: linear-gradient(120deg, var(--ink-900), #1e2a4d);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 22px -12px rgba(16, 32, 70, .7);
}
.tag.is-on span { background: rgba(255, 255, 255, .18); color: #fff; }

/* ---------- 33.2 Öne çıkan yazı --------------------------------- */
.feat {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: transform .5s cubic-bezier(.2, .8, .25, 1), box-shadow .5s var(--ease), border-color .5s;
}
.feat:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 30px 56px -28px color-mix(in srgb, var(--c3) 55%, transparent), var(--sh-2);
}

.feat__media { position: relative; overflow: hidden; background: var(--mist); min-height: 320px; }
.feat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feat:hover .feat__media img { transform: scale(1.06); }
.feat__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(255, 255, 255, .12));
}

.feat__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3.2vw, 42px);
}
.feat__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  font-size: .8rem;
  color: var(--ink-400);
}
.feat__flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--flame), #ff8a4c);
  color: #fff;
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
}
.feat__flag .ico { width: 12px; height: 12px; }
.feat__cat {
  padding: 4px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--c2) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--c2) 28%, transparent);
  color: var(--c3);
  font-size: .72rem;
  font-weight: 500;
}
.feat__dot { color: var(--ink-300); }

.feat__title {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: var(--ink-900);
  margin-bottom: 12px;
}
.feat__excerpt { display: block; font-size: .96rem; line-height: 1.65; color: var(--ink-500); margin-bottom: 20px; max-width: 52ch; }
.feat__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .93rem;
  font-weight: 500;
  color: var(--c3);
  transition: gap .35s var(--ease);
}
.feat__go .ico { width: 17px; height: 17px; }
.feat:hover .feat__go { gap: 13px; }

@media (max-width: 900px) {
  .feat { grid-template-columns: 1fr; }
  .feat__media { min-height: 0; aspect-ratio: 16 / 9; }
}

/* ---------- 33.3 Yazı kartları ---------------------------------- */
.plist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.pcard {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2, .8, .25, 1), box-shadow .45s var(--ease), border-color .45s;
}
.pcard:hover {
  transform: translateY(-7px);
  border-color: transparent;
  box-shadow: 0 26px 46px -24px color-mix(in srgb, var(--c3) 50%, transparent), var(--sh-2);
}

.pcard__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mist); }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.pcard:hover .pcard__media img { transform: scale(1.07); }
.pcard__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10, 16, 36, .32));
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.pcard:hover .pcard__media::after { opacity: 1; }

.pcard__cat {
  position: absolute;
  left: 14px; top: 14px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(150deg, var(--c1), var(--c2) 55%, var(--c3));
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  box-shadow: 0 8px 18px -8px color-mix(in srgb, var(--c3) 80%, transparent);
}

.pcard__body { display: flex; flex-direction: column; flex: 1; padding: 20px 20px 22px; }
.pcard__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-size: .78rem;
  color: var(--ink-400);
}
.pcard__meta .ico { width: 14px; height: 14px; color: var(--ink-300); }
.pcard h3 { font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.32; letter-spacing: -.025em; margin-bottom: 9px; }
.pcard h3 a { color: var(--ink-900); transition: color .3s; }
.pcard:hover h3 a { color: var(--c3); }
.pcard h3 a::after { content: ""; position: absolute; inset: 0; }
.pcard p { font-size: .88rem; line-height: 1.6; color: var(--ink-500); margin-bottom: 16px; }
.pcard__go {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-500);
  transition: color .3s, gap .35s var(--ease);
}
.pcard__go .ico { width: 15px; height: 15px; color: var(--c2); transition: transform .35s var(--ease); }
.pcard:hover .pcard__go { color: var(--c3); }
.pcard:hover .pcard__go .ico { transform: translateX(4px); }

@media (max-width: 1000px) { .plist { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px)  { .plist { grid-template-columns: 1fr; } }

/* ---------- 33.4 Boş durum -------------------------------------- */
.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 560px;
  margin: 0 auto;
  padding: 26px;
  border-radius: 20px;
  background: var(--mist);
  border: 1px dashed var(--line);
  font-size: .95rem;
  color: var(--ink-500);
  text-align: center;
}
.empty .ico { width: 18px; height: 18px; color: var(--blue-500); flex: none; }
.empty a { color: var(--blue-600); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

/* Öne çıkan kart: mobilde meta satırı taşmasın */
@media (max-width: 620px) {
  .feat__meta { gap: 6px 8px; font-size: .76rem; }
  .feat__meta .feat__dot:first-of-type { display: none; }
  .feat__body { padding: 20px 18px 22px; }
}

/* ==================================================================
   34. HİZMET DETAY SAYFASI (logo-tasarimi ve diğerleri)
   ================================================================== */

/* ---------- 34.1 Giriş bloğu ------------------------------------ */
.svc {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.svc__badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  padding: 7px 18px 7px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--c2) 8%, #fff);
  border: 1px solid color-mix(in srgb, var(--c2) 24%, transparent);
  font-size: .84rem;
  font-weight: 500;
  color: var(--c3);
  line-height: 1;
}
.svc__badge-ico { width: 34px; height: 34px; border-radius: 11px; --isz: 17px; }

.svc__copy h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  letter-spacing: -.04em;
  line-height: 1.06;
  margin-bottom: 18px;
}
.svc__lead { font-size: clamp(1.02rem, 1.3vw, 1.14rem); color: var(--ink-700); }
.svc__copy p { color: var(--ink-500); line-height: 1.72; }

.svc__meta {
  list-style: none;
  margin: 26px 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line-soft);
  display: grid;
  gap: 13px;
}
.svc__meta li { display: flex; align-items: center; gap: 13px; }
.svc__meta .icobox { width: 38px; height: 38px; border-radius: 12px; --isz: 18px; }
.svc__meta b { display: block; font-size: .93rem; font-weight: 500; color: var(--ink-900); line-height: 1.3; }
.svc__meta span span { display: block; font-size: .8rem; color: var(--ink-400); }

.svc__ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.svc__art { position: relative; margin: 0; }
.svc__art img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 60px -32px rgba(16, 32, 70, .5);
}
.svc__art::before {
  content: "";
  position: absolute;
  inset: 18px -16px -16px 18px;
  border-radius: 30px;
  border: 1.5px solid color-mix(in srgb, var(--c2) 26%, transparent);
  background: linear-gradient(150deg, color-mix(in srgb, var(--c1) 10%, transparent), color-mix(in srgb, var(--c3) 8%, transparent));
  z-index: -1;
}
.svc__tag {
  position: absolute;
  left: 16px; bottom: 16px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 15px 10px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  box-shadow: var(--sh-2);
  text-align: left;
}
.svc__tag .icobox { width: 36px; height: 36px; border-radius: 11px; --isz: 17px; }
.svc__tag b { display: block; font-size: .86rem; font-weight: 500; color: var(--ink-900); line-height: 1.25; }
.svc__tag span span { display: block; font-size: .75rem; color: var(--ink-400); }

@media (max-width: 900px) {
  .svc { grid-template-columns: 1fr; }
  .svc__art { order: -1; max-width: 420px; margin-inline: auto; }
  .svc__art::before { inset: 14px -12px -12px 14px; }
}
@media (max-width: 560px) { .svc__ctas .btn { width: 100%; } }

/* ---------- 34.2 Logo türleri ----------------------------------- */
.ltypes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}
.ltype {
  position: relative;
  padding: clamp(20px, 2.2vw, 26px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.ltype::after {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--c2) 18%, transparent), transparent 68%);
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.ltype:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 40px -22px color-mix(in srgb, var(--c3) 60%, transparent), var(--sh-2);
}
.ltype:hover::after { opacity: 1; }
.ltype > * { position: relative; z-index: 1; }
.ltype__ico { width: 50px; height: 50px; border-radius: 16px; --isz: 24px; margin-bottom: 16px; transition: transform .45s var(--ease); }
.ltype:hover .ltype__ico { transform: rotate(-8deg) scale(1.06); }
.ltype h3 { font-size: 1.02rem; margin-bottom: 9px; letter-spacing: -.025em; line-height: 1.3; }
.ltype p { font-size: .86rem; line-height: 1.6; color: var(--ink-500); }

@media (max-width: 1000px) { .ltypes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px)  { .ltypes { grid-template-columns: 1fr; } }

/* ---------- 34.3 Süreç listesi ---------------------------------- */
.lproc {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 860px;
  position: relative;
}
.lproc::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 20px; bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--blue-500), #a855f7 55%, var(--flame));
  opacity: .3;
  border-radius: 2px;
}
.lproc li {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-bottom: clamp(20px, 2.4vw, 28px);
}
.lproc li:last-child { padding-bottom: 0; }
.lproc__no {
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  border-radius: 18px;
  background: #fff;
  border: 1.5px solid var(--line);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--blue-600);
  box-shadow: var(--sh-1);
  z-index: 1;
  transition: background .4s var(--ease), color .4s, border-color .4s, transform .4s var(--ease);
}
.lproc li:hover .lproc__no {
  background: linear-gradient(140deg, var(--blue-500), var(--blue-700));
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
}
.lproc li:nth-child(2):hover .lproc__no { background: linear-gradient(140deg, #a855f7, #6b21a8); }
.lproc li:nth-child(3):hover .lproc__no { background: linear-gradient(140deg, #ec4899, #a8267e); }
.lproc li:last-child:hover .lproc__no { background: linear-gradient(140deg, #ff8a4c, #d92d20); }

.lproc__body { padding-top: 4px; }
.lproc__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 7px; }
.lproc__head h3 { font-size: clamp(1.05rem, 1.4vw, 1.2rem); letter-spacing: -.025em; }
.lproc__time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line-soft);
  font-size: .76rem;
  font-weight: 500;
  color: var(--ink-500);
  white-space: nowrap;
}
.lproc__time .ico { width: 13px; height: 13px; color: var(--blue-500); }
.lproc__body p { font-size: .92rem; line-height: 1.68; color: var(--ink-500); max-width: 62ch; }

@media (max-width: 560px) {
  .lproc::before { left: 21px; }
  .lproc li { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; }
  .lproc__no { width: 44px; height: 44px; border-radius: 14px; font-size: .9rem; }
}

/* ---------- 34.4 Teslimat --------------------------------------- */
.deliv {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}
.deliv__copy h2 { margin-bottom: 12px; }
.deliv__copy > p { color: var(--ink-500); line-height: 1.7; }
.deliv__note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 22px;
  padding: 15px 17px;
  border-radius: 16px;
  background: #e9fbf1;
  border: 1px solid #c3f0d8;
  font-size: .88rem;
  line-height: 1.6;
  color: #0b7a45;
}
.deliv__note .ico { width: 17px; height: 17px; flex: none; margin-top: 2px; }
.deliv__note b { color: #075c34; }

.deliv__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.deliv__list li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 16px 16px 16px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s var(--ease);
}
.deliv__list li:hover { transform: translateY(-3px); border-color: var(--blue-200, #bfdbfe); box-shadow: var(--sh-1); }
.deliv__ico {
  display: grid;
  place-items: center;
  width: 32px; height: 32px;
  border-radius: 10px;
  background: linear-gradient(150deg, #eef4ff, #dbe8ff);
  color: var(--blue-600);
}
.deliv__ico .ico { width: 16px; height: 16px; }
.deliv__list b { display: block; font-size: .9rem; font-weight: 500; color: var(--ink-900); margin-bottom: 3px; line-height: 1.3; }
.deliv__list span span { display: block; font-size: .8rem; line-height: 1.5; color: var(--ink-400); }

@media (max-width: 900px) { .deliv { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .deliv__list { grid-template-columns: 1fr; } }

/* ==================================================================
   35. LOGO PORTFOLYO ŞERİDİ — otomatik kayan + sürüklenebilir
   ================================================================== */

.lgwork { overflow: hidden; }
.lgwork .section-head--split { margin-bottom: clamp(24px, 3vw, 34px); }

.lgw__arrows { display: flex; gap: 8px; flex: none; }
.lgw__btn {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-700);
  box-shadow: var(--sh-1);
  transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.lgw__btn:hover {
  transform: translateY(-3px);
  background: var(--ink-900);
  border-color: var(--ink-900);
  color: #fff;
  box-shadow: var(--sh-2);
}
.lgw__btn .ico { width: 18px; height: 18px; }

.lgw {
  position: relative;
  overflow: hidden;
  cursor: grab;
  padding: 6px 0 10px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  touch-action: pan-y;
  user-select: none;
}
.lgw.is-drag { cursor: grabbing; }

.lgw__track {
  display: flex;
  gap: clamp(12px, 1.6vw, 20px);
  width: max-content;
  will-change: transform;
}

.lgw__card {
  flex: none;
  width: clamp(180px, 20vw, 232px);
  margin: 0;
  padding: 20px 18px 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.lgw__card:hover {
  transform: translateY(-6px);
  border-color: var(--blue-100);
  box-shadow: var(--sh-2);
}

.lgw__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(160deg, #fbfcff, var(--mist));
  border: 1px solid var(--line-soft);
  overflow: hidden;
}
.lgw__media img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  transition: transform .5s var(--ease);
  pointer-events: none;
}
.lgw__card:hover .lgw__media img { transform: scale(1.06); }

.lgw__card figcaption { text-align: center; }
.lgw__card figcaption b {
  display: block;
  font-size: .93rem;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1.3;
  margin-bottom: 3px;
}
.lgw__card figcaption span { display: block; font-size: .78rem; color: var(--ink-400); }

.lgw__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: clamp(20px, 2.6vw, 30px) auto 0;
  padding: 15px 22px;
  max-width: 640px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  font-size: .92rem;
  color: var(--ink-500);
  text-align: center;
}
.lgw__foot .ico { width: 17px; height: 17px; color: var(--blue-600); flex: none; }
.lgw__foot a { color: var(--blue-600); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 640px) {
  .lgw__card { width: clamp(150px, 46vw, 190px); padding: 16px 14px 15px; border-radius: 20px; }
  .lgw__arrows { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lgw { -webkit-mask-image: none; mask-image: none; overflow-x: auto; }
}

/* Görsel yüklenemezse alt metin kutu dışına taşmasın */
.lgw__media img { max-width: 100%; max-height: 100%; overflow: hidden; font-size: .7rem; color: var(--ink-300); }

/* ==================================================================
   36. WEB TASARIM — proje vitrini (dış bağlantılı)
   ================================================================== */

.wcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}
.wcase__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2, .8, .25, 1), box-shadow .45s var(--ease), border-color .45s;
}
.wcase__card:hover {
  transform: translateY(-7px);
  border-color: var(--blue-100);
  box-shadow: var(--sh-3);
}

.wcase__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mist);
}
.wcase__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 1.3s var(--ease);
}
.wcase__card:hover .wcase__media img { transform: scale(1.06); }
.wcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 16, 36, .42));
  opacity: .7;
  transition: opacity .45s var(--ease);
}
.wcase__card:hover .wcase__media::after { opacity: 1; }

.wcase__domain {
  position: absolute;
  left: 13px; bottom: 13px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(8px);
  font-size: .78rem;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1;
  box-shadow: 0 6px 16px -8px rgba(10, 16, 36, .5);
}
.wcase__domain .ico { width: 14px; height: 14px; color: var(--blue-600); }

.wcase__body { display: flex; flex-direction: column; flex: 1; padding: 20px 20px 22px; }
.wcase__sector {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-300);
  margin-bottom: 8px;
}
.wcase__body h3 { font-size: clamp(1.1rem, 1.5vw, 1.3rem); letter-spacing: -.03em; margin-bottom: 9px; }
.wcase__body h3 a { color: var(--ink-900); transition: color .3s; }
.wcase__card:hover h3 a { color: var(--blue-700); }
.wcase__body h3 a::after { content: ""; position: absolute; inset: 0; }
.wcase__body > p { font-size: .89rem; line-height: 1.6; color: var(--ink-500); margin-bottom: 14px; }

.wcase__tags { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 16px; padding: 0; }
.wcase__tags li {
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--line-soft);
  font-size: .74rem;
  color: var(--ink-500);
}

.wcase__go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  font-size: .86rem;
  font-weight: 500;
  color: var(--ink-500);
  transition: color .3s;
}
.wcase__card:hover .wcase__go { color: var(--blue-700); }
.wcase__ext {
  display: grid;
  place-items: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--mist);
  border: 1px solid var(--line);
  color: var(--blue-600);
  transition: background .35s, color .35s, border-color .35s, transform .35s var(--ease);
}
.wcase__ext .ico { width: 14px; height: 14px; transform: rotate(-45deg); }
.wcase__card:hover .wcase__ext {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: #fff;
  transform: translate(2px, -2px);
}

.wcase__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 780px;
  margin: clamp(22px, 2.8vw, 32px) auto 0;
  padding: 17px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  font-size: .89rem;
  line-height: 1.65;
  color: var(--ink-500);
}
.wcase__note .ico { width: 18px; height: 18px; color: var(--flame); flex: none; margin-top: 3px; }
.wcase__note b { color: var(--ink-900); }
.wcase__note a { color: var(--blue-600); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 960px) { .wcase { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .wcase { grid-template-columns: 1fr; }
  .wcase__note { flex-direction: column; gap: 8px; }
}


/* ==================================================================
   16. Hizmet hero sahneleri (.hsc)  — görsel yerine CSS/SVG animasyon
   Sahne 520x520 tasarlanır, konteyner genişliğine göre ölçeklenir.
   ================================================================== */

@property --hsc-n { syntax: "<integer>"; initial-value: 0; inherits: false; }
@property --hsc-p { syntax: "<percentage>"; initial-value: 0%; inherits: false; }

.svc__art--scene { width: 100%; }

.hsc {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid color-mix(in srgb, var(--c2) 16%, var(--line));
  background:
    radial-gradient(120% 96% at 76% 6%, color-mix(in srgb, var(--c1) 26%, #fff) 0%, transparent 56%),
    radial-gradient(90% 80% at 8% 96%, color-mix(in srgb, var(--c2) 12%, #fff) 0%, transparent 60%),
    linear-gradient(158deg, #ffffff 0%, var(--mist) 100%);
  box-shadow: 0 30px 60px -32px rgba(16, 32, 70, .5);
  container-type: inline-size;
}
.hsc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  pointer-events: none;
  z-index: 9;
}

.hsc__stage {
  position: absolute;
  top: 0; left: 0;
  width: 520px;
  height: 520px;
  transform-origin: top left;
  transform: scale(.86);
}
@supports (container-type: inline-size) {
  .hsc__stage { transform: scale(calc(100cqw / 520px)); }
}
/* cqw bolme desteklenmiyorsa kirilma noktalariyla yaklasik olcek */
@media (max-width: 1200px) { .hsc__stage { transform: scale(.80); } }
@media (max-width: 900px)  { .hsc__stage { transform: scale(.78); } }
@media (max-width: 560px)  { .hsc__stage { transform: scale(.62); } }
@supports (container-type: inline-size) {
  .hsc__stage { transform: scale(calc(100cqw / 520px)); }
}

/* --- ortak katmanlar ------------------------------------------- */
.hsc__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, color-mix(in srgb, var(--c3) 12%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, var(--c3) 12%, transparent) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(circle at 52% 46%, #000 6%, transparent 68%);
  mask-image: radial-gradient(circle at 52% 46%, #000 6%, transparent 68%);
  pointer-events: none;
}
.hsc__glow {
  position: absolute;
  left: 50%; top: 50%;
  width: 430px; height: 430px;
  margin: -215px 0 0 -215px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--c2) 34%, transparent) 0%, transparent 66%);
  filter: blur(46px);
  pointer-events: none;
  animation: hscBreathe 9s var(--ease) infinite;
}
.hsc__ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed color-mix(in srgb, var(--c2) 30%, transparent);
  pointer-events: none;
}

/* --- ortak parçalar --------------------------------------------- */
.hsc-card {
  position: absolute;
  border-radius: 18px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--c3) 9%, var(--line));
  box-shadow: 0 2px 6px rgba(16, 32, 70, .06), 0 18px 38px -16px rgba(16, 32, 70, .34);
}
.hsc-plain { position: absolute; }
.hsc-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px -10px rgba(16, 32, 70, .4);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink-700);
  line-height: 1;
  white-space: nowrap;
}
.hsc-chip i {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--c1), var(--c2));
  flex: none;
}
.hsc-lbl { font-size: 9.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-300); }
.hsc-val { font-size: 19px; font-weight: 600; letter-spacing: -.03em; color: var(--ink-900); line-height: 1.1; }
.hsc-sub { font-size: 10.5px; color: var(--ink-400); line-height: 1.35; }
.hsc-ico {
  display: grid; place-items: center;
  border-radius: 11px;
  background: linear-gradient(140deg, var(--c1), var(--c2) 55%, var(--c3));
  color: #fff;
  flex: none;
}
.hsc-ico svg { width: 60%; height: 60%; stroke-width: 1.8; }
.hsc-bar { border-radius: 99px; background: var(--mist-2); }
.hsc-line { height: 6px; border-radius: 99px; background: var(--mist-2); }
.hsc-line--a { background: color-mix(in srgb, var(--c2) 26%, var(--mist-2)); }

.hsc-float { animation: hscFloat 7s var(--ease) infinite; animation-delay: var(--dly, 0s); }

@keyframes hscFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes hscBreathe { 0%, 100% { opacity: .75; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes hscSpin { to { transform: rotate(360deg); } }
@keyframes hscPulse { 0%, 100% { opacity: .35; transform: scale(.9); } 50% { opacity: 1; transform: scale(1); } }
@keyframes hscRise { 0% { opacity: 0; transform: translateY(14px) scale(.96); } 12%, 88% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(-10px) scale(.98); } }
@keyframes hscDraw { 0% { stroke-dashoffset: var(--len); } 55%, 100% { stroke-dashoffset: 0; } }
@keyframes hscSweep { 0% { transform: translateY(-120%); } 100% { transform: translateY(520%); } }
@keyframes hscScrollY { to { transform: translateY(-50%); } }
@keyframes hscScrollX { to { transform: translateX(-50%); } }

/* ================= 1. LOGO TASARIMI ============================= */
.hsc--logo .hl-board { left: 118px; top: 92px; width: 284px; height: 284px; border-radius: 26px; overflow: hidden; }
.hsc--logo .hl-pal { z-index: 3; }
.hsc--logo .hl-vars { z-index: 3; }
.hsc--logo .hl-board::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(16, 32, 70, .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(16, 32, 70, .05) 1px, transparent 1px);
  background-size: 28.4px 28.4px;
}
.hsc--logo .hl-mark { position: absolute; inset: 0; display: grid; place-items: center; }
.hsc--logo .hl-mark svg { width: 152px; height: 152px; overflow: visible; }
.hsc--logo .hl-mark .hl-stroke {
  fill: none;
  stroke: var(--c3);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  --len: 300;
  stroke-dasharray: var(--len);
  animation: hscDraw 7s var(--ease) infinite;
}
.hsc--logo .hl-mark .hl-fill {
  fill: url(#hlGrad);
  opacity: 0;
  transform-origin: 50% 60%;
  animation: hlFill 7s var(--ease) infinite;
}
@keyframes hlFill { 0%, 45% { opacity: 0; transform: scale(.9); } 62%, 90% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.04); } }
.hsc--logo .hl-node {
  position: absolute;
  width: 9px; height: 9px;
  margin: -4.5px 0 0 -4.5px;
  border-radius: 2px;
  background: #fff;
  border: 2px solid var(--c2);
  animation: hlNode 7s var(--ease) infinite;
  animation-delay: var(--dly);
}
@keyframes hlNode { 0%, 8% { opacity: 0; transform: scale(.4); } 18%, 52% { opacity: 1; transform: scale(1); } 66%, 100% { opacity: 0; transform: scale(.7); } }
.hsc--logo .hl-guide {
  position: absolute;
  background: color-mix(in srgb, var(--c2) 45%, transparent);
  animation: hlGuide 7s var(--ease) infinite;
}
@keyframes hlGuide { 0%, 10% { opacity: 0; } 24%, 56% { opacity: .9; } 70%, 100% { opacity: 0; } }

.hsc--logo .hl-pal { left: 22px; bottom: 74px; width: 172px; padding: 14px; z-index: 4; }
.hsc--logo .hl-sw { display: flex; gap: 8px; margin-top: 10px; }
.hsc--logo .hl-sw span {
  width: 30px; height: 30px;
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgba(16, 32, 70, .08);
  animation: hlSwatch 5s var(--ease) infinite;
  animation-delay: var(--dly);
}
@keyframes hlSwatch { 0%, 100% { transform: scale(1); } 46% { transform: scale(1.22) translateY(-3px); } }

.hsc--logo .hl-vars { right: 18px; bottom: 40px; width: 152px; padding: 13px; }
.hsc--logo .hl-vrow { display: flex; align-items: center; gap: 9px; padding: 6px 0; }
.hsc--logo .hl-vbox {
  width: 34px; height: 26px;
  border-radius: 7px;
  display: grid; place-items: center;
  flex: none;
  border: 1px solid var(--line);
}
.hsc--logo .hl-vbox svg { width: 15px; height: 15px; }
.hsc--logo .hl-vrow span { font-size: 10.5px; color: var(--ink-500); }
.hsc--logo .hl-vrow { animation: hlVar 6s var(--ease) infinite; animation-delay: var(--dly); }
@keyframes hlVar { 0%, 100% { opacity: .45; } 22%, 40% { opacity: 1; } }

.hsc--logo .hl-c1 { right: 28px; top: 58px; }
.hsc--logo .hl-c2 { left: 30px; top: 132px; }

/* ================= 2. GRAFİK TASARIM ============================ */
.hsc--grafik .hg-art { left: 88px; top: 58px; width: 226px; height: 300px; border-radius: 16px; overflow: hidden; padding: 16px; }
.hsc--grafik .hg-hero {
  height: 108px;
  border-radius: 10px;
  background: linear-gradient(140deg, var(--c1), var(--c2) 60%, var(--c3));
  position: relative;
  overflow: hidden;
  animation: hgIn 8s var(--ease) infinite;
  animation-delay: .1s;
}
.hsc--grafik .hg-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .5) 50%, transparent 62%);
  transform: translateX(-100%);
  animation: hgShine 8s var(--ease) infinite;
}
@keyframes hgShine { 0%, 40% { transform: translateX(-100%); } 62%, 100% { transform: translateX(120%); } }
.hsc--grafik .hg-tl { margin-top: 14px; display: grid; gap: 9px; }
.hsc--grafik .hg-tl i { display: block; height: 8px; border-radius: 99px; background: var(--mist-2); animation: hgIn 8s var(--ease) infinite; animation-delay: var(--dly); }
.hsc--grafik .hg-tl i.w1 { width: 82%; height: 13px; background: color-mix(in srgb, var(--c3) 60%, var(--mist-2)); }
.hsc--grafik .hg-tl i.w2 { width: 100%; }
.hsc--grafik .hg-tl i.w3 { width: 88%; }
.hsc--grafik .hg-tl i.w4 { width: 62%; }
@keyframes hgIn { 0% { opacity: 0; transform: translateY(12px); } 14%, 100% { opacity: 1; transform: none; } }
.hsc--grafik .hg-badge {
  position: absolute; left: 16px; bottom: 16px; right: 16px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 12px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--c2) 10%, #fff);
  border: 1px dashed color-mix(in srgb, var(--c2) 40%, transparent);
  font-size: 10px; color: var(--c3); font-weight: 500;
  animation: hgIn 8s var(--ease) infinite; animation-delay: .8s;
}

.hsc--grafik .hg-guide { position: absolute; background: color-mix(in srgb, var(--c2) 34%, transparent); }
.hsc--grafik .hg-guide.v { top: 0; bottom: 0; width: 1px; z-index: 1; animation: hgGuideV 8s var(--ease) infinite; }
.hsc--grafik .hg-guide.h { left: 0; right: 0; height: 1px; animation: hgGuideH 8s var(--ease) infinite; }
@keyframes hgGuideV { 0%, 100% { transform: scaleY(0); opacity: 0; } 16%, 78% { transform: scaleY(1); opacity: 1; } }
@keyframes hgGuideH { 0%, 100% { transform: scaleX(0); opacity: 0; } 20%, 78% { transform: scaleX(1); opacity: 1; } }

.hsc--grafik .hg-ink { right: 16px; top: 74px; width: 150px; padding: 13px; z-index: 4; }
.hsc--grafik .hg-inks { display: grid; gap: 9px; margin-top: 9px; }
.hsc--grafik .hg-irow { display: flex; align-items: center; gap: 8px; }
.hsc--grafik .hg-irow b { width: 15px; font-size: 9.5px; font-weight: 600; color: var(--ink-400); }
.hsc--grafik .hg-irow .hsc-bar { flex: 1; height: 6px; overflow: hidden; }
.hsc--grafik .hg-irow .hsc-bar span { display: block; height: 100%; border-radius: 99px; transform-origin: left; animation: hgInk 5s var(--ease) infinite; animation-delay: var(--dly); }

@keyframes hgInk { 0%, 100% { transform: scaleX(.28); } 50% { transform: scaleX(1); } }

.hsc--grafik .hg-cards { position: absolute; left: 24px; bottom: 52px; width: 176px; height: 108px; z-index: 4; }
.hsc--grafik .hg-cards > span {
  position: absolute;
  width: 148px; height: 88px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 28px -14px rgba(16, 32, 70, .4);
  padding: 12px;
  animation: hgStack 6s var(--ease) infinite;
  animation-delay: var(--dly);
}
.hsc--grafik .hg-cards > span::before { content: ""; display: block; width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(140deg, var(--c1), var(--c3)); }
.hsc--grafik .hg-cards > span::after { content: ""; display: block; margin-top: 9px; width: 74%; height: 6px; border-radius: 99px; background: var(--mist-2); box-shadow: 0 11px 0 -3px var(--mist-2), 0 21px 0 -3px var(--mist-2); }
@keyframes hgStack { 0%, 100% { transform: translate(var(--tx), var(--ty)) rotate(var(--rot)); } 50% { transform: translate(var(--tx), calc(var(--ty) - 10px)) rotate(calc(var(--rot) * .3)); } }

.hsc--grafik .hg-c1 { left: 20px; top: 36px; z-index: 5; }
.hsc--grafik .hg-c2 { right: 24px; bottom: 44px; z-index: 5; }

/* ================= 3. SOSYAL MEDYA ============================== */
.hsc--sosyal .hs-post { left: 118px; top: 44px; width: 246px; border-radius: 20px; overflow: hidden; }
.hsc--sosyal .hs-top { display: flex; align-items: center; gap: 9px; padding: 11px 13px; }
.hsc--sosyal .hs-av {
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  padding: 2px;
  background: conic-gradient(from 210deg, var(--c1), var(--c2), var(--c3), var(--c1));
  display: grid; place-items: center;
  animation: hscSpin 9s linear infinite;
}
.hsc--sosyal .hs-av i { width: 100%; height: 100%; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.hsc--sosyal .hs-av i::after { content: ""; width: 12px; height: 12px; border-radius: 4px; background: linear-gradient(140deg, var(--c2), var(--c3)); }
.hsc--sosyal .hs-name { font-size: 11.5px; font-weight: 600; color: var(--ink-900); letter-spacing: -.01em; }
.hsc--sosyal .hs-name em { display: block; font-style: normal; font-size: 9.5px; font-weight: 400; color: var(--ink-300); letter-spacing: 0; }

.hsc--sosyal .hs-feed { position: relative; height: 178px; overflow: hidden; background: var(--mist); }
.hsc--sosyal .hs-track { animation: hscScrollY 11s linear infinite; }
.hsc--sosyal .hs-grp { display: grid; gap: 11px; padding: 11px; }
.hsc--sosyal .hs-mini { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px; display: grid; gap: 7px; }
.hsc--sosyal .hs-mrow { display: flex; align-items: center; gap: 6px; }
.hsc--sosyal .hs-mrow b { width: 15px; height: 15px; border-radius: 50%; background: var(--mist-2); }
.hsc--sosyal .hs-mrow i { width: 48px; height: 5px; border-radius: 99px; background: var(--mist-2); }
.hsc--sosyal .hs-mmedia { height: 62px; border-radius: 7px; background: linear-gradient(135deg, color-mix(in srgb, var(--c1) 34%, var(--mist-2)), color-mix(in srgb, var(--c3) 22%, var(--mist-2))); position: relative; }
.hsc--sosyal .hs-mmedia.alt { height: 44px; background: linear-gradient(135deg, var(--mist-2), color-mix(in srgb, var(--c2) 26%, var(--mist-2))); }
.hsc--sosyal .hs-heart { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; opacity: 0; animation: hsHeart 11s var(--ease) infinite; }
.hsc--sosyal .hs-heart svg { width: 26px; height: 26px; fill: #fff; stroke: none; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .25)); }
@keyframes hsHeart { 0%, 24% { opacity: 0; transform: scale(.3); } 30% { opacity: 1; transform: scale(1.25); } 36% { opacity: 1; transform: scale(1); } 48%, 100% { opacity: 0; transform: scale(1) translateY(-14px); } }
.hsc--sosyal .hs-scan {
  position: absolute; left: 0; right: 0;
  height: 46px;
  background: linear-gradient(to bottom, transparent, color-mix(in srgb, var(--c2) 40%, transparent), transparent);
  animation: hscSweep 4.4s var(--ease) infinite;
  pointer-events: none;
}
.hsc--sosyal .hs-fade { position: absolute; inset: 0; background: linear-gradient(to bottom, var(--mist) 0%, transparent 14%, transparent 86%, var(--mist) 100%); pointer-events: none; }

.hsc--sosyal .hs-acts { display: flex; gap: 13px; padding: 12px 13px 0; color: var(--ink-500); }
.hsc--sosyal .hs-acts svg { width: 17px; height: 17px; }
.hsc--sosyal .hs-acts svg:first-child { color: var(--c2); fill: color-mix(in srgb, var(--c2) 24%, transparent); animation: hsBeat 3.2s var(--ease) infinite; }
@keyframes hsBeat { 0%, 100% { transform: scale(1); } 42% { transform: scale(1.22); } 56% { transform: scale(1); } }
.hsc--sosyal .hs-cap { padding: 11px 13px 14px; font-size: 10.5px; line-height: 1.5; color: var(--ink-500); }
.hsc--sosyal .hs-cap b { color: var(--ink-900); font-weight: 600; }

.hsc--sosyal .hs-rail { left: 22px; top: 158px; width: 52px; z-index: 5; padding: 11px 0; display: grid; gap: 10px; justify-items: center; border-radius: 99px; }
.hsc--sosyal .hs-rail span {
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--mist);
  color: var(--ink-400);
  animation: hsRail 7.5s var(--ease) infinite;
  animation-delay: var(--dly);
}
.hsc--sosyal .hs-rail span svg { width: 16px; height: 16px; }
@keyframes hsRail { 0%, 100% { background: var(--mist); color: var(--ink-400); transform: scale(1); } 8%, 18% { background: linear-gradient(140deg, var(--c1), var(--c3)); color: #fff; transform: scale(1.12); } }

.hsc--sosyal .hs-stat { right: 10px; top: 118px; width: 142px; padding: 13px; z-index: 5; }
.hsc--sosyal .hs-shead { display: flex; align-items: center; gap: 7px; }
.hsc--sosyal .hs-shead .hsc-ico { width: 20px; height: 20px; border-radius: 7px; }
.hsc--sosyal .hs-num { margin-top: 7px; font-size: 25px; font-weight: 600; letter-spacing: -.04em; color: var(--c3); line-height: 1; }
.hsc--sosyal .hs-num::after { content: counter(hn) "%"; counter-reset: hn var(--hsc-n); animation: hsCount 6s var(--ease) infinite; }
@keyframes hsCount { 0% { --hsc-n: 118; } 78%, 100% { --hsc-n: 340; } }
.hsc--sosyal .hs-spark { display: flex; align-items: flex-end; gap: 4px; height: 32px; margin-top: 11px; }
.hsc--sosyal .hs-spark i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(to top, color-mix(in srgb, var(--c2) 30%, var(--mist-2)), var(--c2)); transform-origin: bottom; animation: hsSpark 6s var(--ease) infinite; animation-delay: var(--dly); }
@keyframes hsSpark { 0% { transform: scaleY(.2); } 60%, 100% { transform: scaleY(1); } }

.hsc--sosyal .hs-toast { position: absolute; right: 14px; bottom: 34px; width: 214px; height: 62px; z-index: 6; }
.hsc--sosyal .hs-toast > span {
  position: absolute; inset: 0;
  display: flex; align-items: center; gap: 11px;
  padding: 11px 13px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px -16px rgba(16, 32, 70, .4);
  opacity: 0;
  animation: hscRise 12s var(--ease) infinite;
  animation-delay: var(--dly);
}
.hsc--sosyal .hs-toast .hsc-ico { width: 32px; height: 32px; }
.hsc--sosyal .hs-toast b { display: block; font-size: 11px; font-weight: 600; color: var(--ink-900); }
.hsc--sosyal .hs-toast em { font-style: normal; font-size: 10px; color: var(--ink-400); }

.hsc--sosyal .hs-c1 { left: 20px; top: 78px; z-index: 5; }

/* ================= 4. KURUMSAL KİMLİK =========================== */
.hsc--kimlik .hk-sheet { left: 154px; top: 44px; width: 214px; height: 272px; z-index: 2; border-radius: 14px; padding: 20px; overflow: hidden; animation: hkIn 9s var(--ease) infinite; }
.hsc--kimlik .hk-sheet::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(to bottom, var(--c1), var(--c3)); }
@keyframes hkIn { 0% { opacity: 0; transform: translateY(18px) rotate(-1.5deg); } 12%, 100% { opacity: 1; transform: none; } }
.hsc--kimlik .hk-lock { display: flex; align-items: center; gap: 9px; }
.hsc--kimlik .hk-lock .hsc-ico { width: 30px; height: 30px; }
.hsc--kimlik .hk-lock b { font-size: 13px; font-weight: 600; color: var(--ink-900); letter-spacing: -.02em; }
.hsc--kimlik .hk-lock em { display: block; font-style: normal; font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-300); }
.hsc--kimlik .hk-rules { margin-top: 20px; display: grid; gap: 8px; }
.hsc--kimlik .hk-rules i { height: 6px; border-radius: 99px; background: var(--mist-2); animation: hkIn 9s var(--ease) infinite; animation-delay: var(--dly); }
.hsc--kimlik .hk-spec { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line-soft); display: flex; align-items: baseline; gap: 10px; }
.hsc--kimlik .hk-spec b { font-size: 38px; line-height: 1; font-weight: 600; letter-spacing: -.05em; color: var(--c3); }
.hsc--kimlik .hk-spec span { font-size: 10px; color: var(--ink-400); }

.hsc--kimlik .hk-card { left: 40px; top: 222px; width: 182px; height: 108px; z-index: 5; border-radius: 13px; overflow: hidden; }
.hsc--kimlik .hk-card > span { position: absolute; inset: 0; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; animation: hkFlip 8s var(--ease) infinite both; }
.hsc--kimlik .hk-card .hk-back { background: linear-gradient(140deg, var(--c2), var(--c3)); color: #fff; opacity: 0; animation-delay: 4s; }
.hsc--kimlik .hk-card .hk-back b { font-size: 12px; font-weight: 600; }
.hsc--kimlik .hk-card .hk-back i { display: block; width: 46px; height: 46px; border-radius: 12px; background: rgba(255, 255, 255, .22); }
@keyframes hkFlip { 0%, 44% { opacity: 1; transform: rotateY(0); } 50%, 94% { opacity: 0; transform: rotateY(-90deg); } 100% { opacity: 1; transform: rotateY(0); } }
.hsc--kimlik .hk-card .hk-nm { font-size: 12px; font-weight: 600; color: var(--ink-900); }
.hsc--kimlik .hk-card .hk-rl { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-300); }
.hsc--kimlik .hk-card .hk-cn { display: grid; gap: 5px; }
.hsc--kimlik .hk-card .hk-cn i { height: 5px; width: 70%; border-radius: 99px; background: var(--mist-2); }
.hsc--kimlik .hk-card .hk-cn i:last-child { width: 52%; }

.hsc--kimlik .hk-tok { right: 22px; bottom: 48px; width: 176px; padding: 13px; z-index: 5; }
.hsc--kimlik .hk-sw { display: flex; gap: 7px; margin-top: 10px; }
.hsc--kimlik .hk-sw span { flex: 1; height: 38px; border-radius: 9px; position: relative; overflow: hidden; animation: hkTok 6s var(--ease) infinite; animation-delay: var(--dly); }
.hsc--kimlik .hk-sw span::after { content: attr(data-h); position: absolute; left: 0; right: 0; bottom: 4px; text-align: center; font-size: 6.5px; font-weight: 600; color: rgba(255, 255, 255, .9); letter-spacing: .02em; }
@keyframes hkTok { 0%, 100% { transform: translateY(0); box-shadow: none; } 40% { transform: translateY(-6px); box-shadow: 0 10px 18px -8px rgba(16, 32, 70, .45); } }

.hsc--kimlik .hk-env { left: 24px; top: 86px; width: 124px; height: 86px; z-index: 4; border-radius: 11px; overflow: hidden; background: linear-gradient(160deg, #fff, color-mix(in srgb, var(--c1) 14%, #fff)); }
.hsc--kimlik .hk-env::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 46px; background: color-mix(in srgb, var(--c1) 24%, #fff); clip-path: polygon(0 0, 100% 0, 50% 100%); border-bottom: 1px solid var(--line); }
.hsc--kimlik .hk-env::after { content: ""; position: absolute; left: 12px; bottom: 12px; width: 44px; height: 6px; border-radius: 99px; background: var(--mist-2); }

.hsc--kimlik .hk-c1 { right: 26px; top: 16px; z-index: 6; }
.hsc--kimlik .hk-c2 { left: 20px; bottom: 30px; z-index: 6; }

/* ================= 5. FOTOĞRAF ÇEKİMİ =========================== */
.hsc--foto .hf-view { left: 78px; top: 76px; width: 324px; height: 244px; border-radius: 18px; overflow: hidden; padding: 0; }
.hsc--foto .hf-scene { position: absolute; inset: 0; background: linear-gradient(150deg, color-mix(in srgb, var(--c1) 42%, #fff), color-mix(in srgb, var(--c3) 30%, #fff)); }
.hsc--foto .hf-scene::before { content: ""; position: absolute; left: 50%; top: 54%; width: 118px; height: 118px; margin: -59px 0 0 -59px; border-radius: 30px; background: linear-gradient(150deg, color-mix(in srgb, var(--c2) 70%, #fff), var(--c3)); box-shadow: 0 22px 40px -18px rgba(16, 32, 70, .5); animation: hscFloat 6s var(--ease) infinite; }
.hsc--foto .hf-scene::after { content: ""; position: absolute; left: 50%; bottom: 30px; width: 130px; height: 16px; margin-left: -65px; border-radius: 50%; background: rgba(16, 32, 70, .16); filter: blur(7px); }
.hsc--foto .hf-thirds { position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(255, 255, 255, .55) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, .55) 1px, transparent 1px); background-size: 33.33% 33.33%; animation: hfThirds 7s var(--ease) infinite; }
@keyframes hfThirds { 0%, 100% { opacity: 0; } 30%, 62% { opacity: 1; } }
.hsc--foto .hf-corner { position: absolute; width: 22px; height: 22px; border: 2.5px solid rgba(255, 255, 255, .95); }
.hsc--foto .hf-corner.tl { left: 14px; top: 14px; border-right: 0; border-bottom: 0; border-radius: 6px 0 0 0; }
.hsc--foto .hf-corner.tr { right: 14px; top: 14px; border-left: 0; border-bottom: 0; border-radius: 0 6px 0 0; }
.hsc--foto .hf-corner.bl { left: 14px; bottom: 14px; border-right: 0; border-top: 0; border-radius: 0 0 0 6px; }
.hsc--foto .hf-corner.br { right: 14px; bottom: 14px; border-left: 0; border-top: 0; border-radius: 0 0 6px 0; }
.hsc--foto .hf-af { position: absolute; width: 66px; height: 66px; border: 2px solid #fff; border-radius: 8px; box-shadow: 0 0 0 1px rgba(16, 32, 70, .18); animation: hfAf 7s var(--ease) infinite; }
.hsc--foto .hf-af::after { content: "AF"; position: absolute; left: 0; bottom: -16px; font-size: 9px; font-weight: 700; letter-spacing: .1em; color: #fff; text-shadow: 0 1px 3px rgba(0, 0, 0, .3); }
@keyframes hfAf {
  0% { transform: translate(64px, 42px) scale(1.3); opacity: 0; }
  8%, 26% { transform: translate(64px, 42px) scale(1); opacity: 1; }
  34%, 58% { transform: translate(128px, 88px) scale(1); opacity: 1; }
  66%, 90% { transform: translate(190px, 54px) scale(1); opacity: 1; }
  100% { transform: translate(64px, 42px) scale(1.3); opacity: 0; }
}
.hsc--foto .hf-flash { position: absolute; inset: 0; background: #fff; opacity: 0; animation: hfFlash 7s steps(1, end) infinite; pointer-events: none; }
@keyframes hfFlash { 0%, 92% { opacity: 0; } 93% { opacity: .85; } 96%, 100% { opacity: 0; } }
.hsc--foto .hf-hud { position: absolute; left: 14px; top: 44px; z-index: 3; display: flex; gap: 6px; }
.hsc--foto .hf-hud span { padding: 4px 8px; border-radius: 6px; background: rgba(10, 16, 36, .5); color: #fff; font-size: 9px; font-weight: 600; letter-spacing: .04em; backdrop-filter: blur(4px); }

.hsc--foto .hf-hist { right: 20px; top: 22px; width: 134px; padding: 12px; z-index: 5; }
.hsc--foto .hf-bars { display: flex; align-items: flex-end; gap: 3px; height: 40px; margin-top: 9px; }
.hsc--foto .hf-bars i { flex: 1; height: 100%; border-radius: 2px 2px 0 0; background: linear-gradient(to top, color-mix(in srgb, var(--c2) 26%, var(--mist-2)), var(--c2)); transform-origin: bottom; animation: hfBar 3.6s var(--ease) infinite alternate; animation-delay: var(--dly); }
@keyframes hfBar { from { transform: scaleY(var(--h1)); } to { transform: scaleY(var(--h2)); } }

.hsc--foto .hf-strip { left: 42px; bottom: 26px; width: 306px; height: 74px; overflow: hidden; padding: 10px; z-index: 5; }
.hsc--foto .hf-track { display: flex; gap: 9px; width: max-content; animation: hscScrollX 14s linear infinite; }
.hsc--foto .hf-track span { width: 66px; height: 54px; border-radius: 8px; flex: none; box-shadow: inset 0 0 0 1px rgba(16, 32, 70, .07); }

.hsc--foto .hf-c1 { left: 22px; top: 30px; z-index: 6; }

/* ================= 6. VİDEO ÇEKİMİ ============================== */
.hsc--video .hv-prev { left: 66px; top: 44px; width: 348px; height: 196px; border-radius: 16px; overflow: hidden; padding: 0; }
.hsc--video .hv-scene { position: absolute; inset: 0; background: linear-gradient(140deg, color-mix(in srgb, var(--c1) 46%, #fff), color-mix(in srgb, var(--c3) 34%, #fff)); }
.hsc--video .hv-scene::before { content: ""; position: absolute; left: -20%; right: -20%; bottom: -30%; height: 74%; border-radius: 50%; background: linear-gradient(to top, color-mix(in srgb, var(--c3) 70%, #fff), transparent); }
.hsc--video .hv-play { position: absolute; left: 50%; top: 50%; width: 54px; height: 54px; margin: -27px 0 0 -27px; border-radius: 50%; background: rgba(255, 255, 255, .94); display: grid; place-items: center; box-shadow: 0 14px 30px -12px rgba(16, 32, 70, .55); }
.hsc--video .hv-play::before { content: ""; width: 0; height: 0; margin-left: 4px; border-left: 15px solid var(--c3); border-top: 9px solid transparent; border-bottom: 9px solid transparent; }
.hsc--video .hv-play::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .7); animation: hvRipple 2.6s var(--ease) infinite; }
@keyframes hvRipple { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.5); opacity: 0; } }
.hsc--video .hv-rec { position: absolute; left: 14px; top: 13px; display: flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 99px; background: rgba(10, 16, 36, .55); color: #fff; font-size: 9.5px; font-weight: 700; letter-spacing: .1em; backdrop-filter: blur(4px); }
.hsc--video .hv-rec i { width: 7px; height: 7px; border-radius: 50%; background: #ff3b30; animation: hscPulse 1.4s var(--ease) infinite; }
.hsc--video .hv-tc { position: absolute; right: 14px; top: 13px; padding: 5px 10px; border-radius: 6px; background: rgba(10, 16, 36, .55); color: #fff; font-size: 9.5px; font-weight: 600; letter-spacing: .06em; backdrop-filter: blur(4px); }
.hsc--video .hv-tc::after { content: "00:0" counter(hv) ":14"; counter-reset: hv var(--hsc-n); animation: hvTc 8s steps(9) infinite; }
@keyframes hvTc { 0% { --hsc-n: 0; } 100% { --hsc-n: 9; } }
.hsc--video .hv-bars { position: absolute; left: 0; right: 0; top: 0; height: 100%; pointer-events: none; }
.hsc--video .hv-bars::before, .hsc--video .hv-bars::after { content: ""; position: absolute; left: 0; right: 0; height: 20px; background: rgba(10, 16, 36, .82); }
.hsc--video .hv-bars::before { top: 0; }
.hsc--video .hv-bars::after { bottom: 0; }

.hsc--video .hv-tl { left: 36px; bottom: 36px; width: 402px; padding: 14px; z-index: 4; }
.hsc--video .hv-tlhead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.hsc--video .hv-tracks { display: grid; gap: 7px; position: relative; }
.hsc--video .hv-tr { display: flex; gap: 5px; height: 22px; }
.hsc--video .hv-tr b { width: 22px; flex: none; border-radius: 5px; background: var(--mist); display: grid; place-items: center; font-size: 8px; font-weight: 700; color: var(--ink-300); }
.hsc--video .hv-clip { border-radius: 5px; background: linear-gradient(140deg, var(--c1), var(--c2)); position: relative; overflow: hidden; transform-origin: left; animation: hvClip 8s var(--ease) infinite; animation-delay: var(--dly); }
.hsc--video .hv-clip.b { background: linear-gradient(140deg, var(--c2), var(--c3)); }
.hsc--video .hv-clip.wave { background: color-mix(in srgb, var(--c2) 16%, var(--mist)); display: flex; align-items: center; justify-content: space-around; padding: 0 4px; }
.hsc--video .hv-clip.wave i { width: 2px; border-radius: 99px; background: var(--c3); transform-origin: center; animation: hvWave 1.1s var(--ease) infinite alternate; animation-delay: var(--dly); }
@keyframes hvClip { 0% { transform: scaleX(0); opacity: 0; } 14%, 100% { transform: scaleX(1); opacity: 1; } }
@keyframes hvWave { from { height: 18%; } to { height: 76%; } }
.hsc--video .hv-head { position: absolute; top: -6px; bottom: -6px; left: 27px; width: 2px; background: var(--c3); border-radius: 2px; animation: hvHead 8s linear infinite; }
.hsc--video .hv-head::before { content: ""; position: absolute; left: -5px; top: -6px; width: 12px; height: 10px; border-radius: 3px; background: var(--c3); }
@keyframes hvHead { 0% { transform: translateX(0); } 100% { transform: translateX(340px); } }

.hsc--video .hv-c1 { right: 24px; top: 256px; z-index: 6; }
.hsc--video .hv-c2 { left: 30px; top: 256px; z-index: 6; }

/* ================= 7. DRONE ÇEKİMİ ============================== */
.hsc--drone .hd-map { left: 58px; top: 58px; width: 364px; height: 304px; border-radius: 22px; overflow: hidden; padding: 0; background: linear-gradient(155deg, color-mix(in srgb, var(--c1) 26%, #fff), #fff 62%, color-mix(in srgb, var(--c2) 14%, #fff)); }
.hsc--drone .hd-topo { position: absolute; inset: 0; opacity: .55; }
.hsc--drone .hd-topo path { fill: none; stroke: color-mix(in srgb, var(--c3) 34%, transparent); stroke-width: 1.1; }
.hsc--drone .hd-path { position: absolute; inset: 0; }
.hsc--drone .hd-path ellipse { fill: none; stroke: color-mix(in srgb, var(--c3) 62%, transparent); stroke-width: 1.8; stroke-dasharray: 6 7; animation: hdDash 6s linear infinite; }
@keyframes hdDash { to { stroke-dashoffset: -26; } }
.hsc--drone .hd-target { position: absolute; left: 50%; top: 52%; width: 58px; height: 58px; margin: -29px 0 0 -29px; }
.hsc--drone .hd-target span { position: absolute; inset: 0; border-radius: 50%; border: 1.6px solid color-mix(in srgb, var(--c3) 55%, transparent); animation: hdPing 3.4s var(--ease) infinite; animation-delay: var(--dly); }
@keyframes hdPing { 0% { transform: scale(.3); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
.hsc--drone .hd-target::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--c3); }

.hsc--drone .hd-fly { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.hsc--drone .hd-drone {
  position: absolute; left: 0; top: 0;
  width: 92px; height: 74px;
  margin: -37px 0 0 -46px;
  offset-path: path("M 182 62 A 122 84 0 1 1 181.9 62");
  offset-rotate: 0deg;
  animation: hdOrbit 14s linear infinite, hscFloat 3.2s var(--ease) infinite;
}
@keyframes hdOrbit { to { offset-distance: 100%; } }
.hsc--drone .hd-body { position: absolute; left: 50%; top: 50%; width: 42px; height: 19px; margin: -9.5px 0 0 -21px; border-radius: 7px; background: linear-gradient(140deg, var(--ink-800), var(--ink-700)); box-shadow: 0 8px 16px -6px rgba(16, 32, 70, .6); }
.hsc--drone .hd-body::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 13px; height: 11px; margin-left: -6.5px; border-radius: 0 0 6px 6px; background: var(--c3); }
.hsc--drone .hd-arm { position: absolute; width: 31px; height: 3px; border-radius: 2px; background: var(--ink-700); left: 50%; top: 50%; transform-origin: left center; }
.hsc--drone .hd-arm.a1 { transform: rotate(-152deg); }
.hsc--drone .hd-arm.a2 { transform: rotate(-28deg); }
.hsc--drone .hd-arm.a3 { transform: rotate(152deg); }
.hsc--drone .hd-arm.a4 { transform: rotate(28deg); }
.hsc--drone .hd-prop { position: absolute; width: 32px; height: 32px; margin: -16px 0 0 -16px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--c2) 40%, transparent) 22%, color-mix(in srgb, var(--c2) 14%, transparent) 60%, transparent 72%); animation: hscSpin .32s linear infinite; }
.hsc--drone .hd-prop::before, .hsc--drone .hd-prop::after { content: ""; position: absolute; left: 50%; top: 50%; width: 29px; height: 2.4px; margin: -1.2px 0 0 -14.5px; border-radius: 2px; background: rgba(30, 42, 77, .5); }
.hsc--drone .hd-prop::after { transform: rotate(90deg); }
.hsc--drone .hd-shadow { position: absolute; left: 50%; top: 78%; width: 34px; height: 8px; margin-left: -17px; border-radius: 50%; background: rgba(16, 32, 70, .2); filter: blur(4px); animation: hdShadow 3.2s var(--ease) infinite; }
@keyframes hdShadow { 0%, 100% { transform: scale(1); opacity: .35; } 50% { transform: scale(.82); opacity: .2; } }

.hsc--drone .hd-hud { right: 18px; top: 26px; width: 152px; padding: 13px; z-index: 5; }
.hsc--drone .hd-hrow { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; }
.hsc--drone .hd-hrow + .hd-hrow { border-top: 1px solid var(--line-soft); }
.hsc--drone .hd-hrow b { font-size: 13px; font-weight: 600; color: var(--ink-900); letter-spacing: -.02em; }
.hsc--drone .hd-hrow b::after { content: counter(hda) " m"; counter-reset: hda var(--hsc-n); animation: hdAlt 6s var(--ease) infinite alternate; }
.hsc--drone .hd-hrow.spd b::after { content: counter(hda) " m/s"; animation-name: hdSpd; }
@keyframes hdAlt { from { --hsc-n: 84; } to { --hsc-n: 132; } }
@keyframes hdSpd { from { --hsc-n: 6; } to { --hsc-n: 11; } }

.hsc--drone .hd-radar { left: 26px; bottom: 44px; width: 92px; height: 92px; z-index: 5; border-radius: 50%; overflow: hidden; padding: 0; }
.hsc--drone .hd-radar::before { content: ""; position: absolute; inset: 12px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--c2) 32%, transparent); }
.hsc--drone .hd-radar::after { content: ""; position: absolute; inset: 28px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--c2) 32%, transparent); }
.hsc--drone .hd-radar span { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, color-mix(in srgb, var(--c2) 46%, transparent) 0deg, transparent 62deg); animation: hscSpin 3.4s linear infinite; }

.hsc--drone .hd-c1 { left: 28px; top: 20px; z-index: 6; }
.hsc--drone .hd-c2 { right: 28px; bottom: 34px; z-index: 6; }

/* ================= 8. WEB TASARIM =============================== */
.hsc--web .hw-win { left: 62px; top: 56px; width: 356px; height: 268px; border-radius: 16px; overflow: hidden; padding: 0; }
.hsc--web .hw-bar { display: flex; align-items: center; gap: 8px; padding: 10px 13px; border-bottom: 1px solid var(--line-soft); background: var(--mist); }
.hsc--web .hw-dots { display: flex; gap: 5px; }
.hsc--web .hw-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--mist-2); }
.hsc--web .hw-dots i:first-child { background: #ff5f57; }
.hsc--web .hw-dots i:nth-child(2) { background: #febc2e; }
.hsc--web .hw-dots i:nth-child(3) { background: #28c840; }
.hsc--web .hw-url { flex: 1; height: 20px; border-radius: 99px; background: #fff; border: 1px solid var(--line); display: flex; align-items: center; padding: 0 10px; font-size: 9.5px; color: var(--ink-400); overflow: hidden; }
.hsc--web .hw-url span { white-space: nowrap; overflow: hidden; border-right: 1.5px solid var(--c2); animation: hwType 9s steps(18) infinite, hwCaret .8s step-end infinite; }
@keyframes hwType { 0% { max-width: 0; } 40%, 100% { max-width: 120px; } }
@keyframes hwCaret { 50% { border-color: transparent; } }
.hsc--web .hw-body { padding: 13px; display: grid; gap: 10px; }
.hsc--web .hw-hero { height: 92px; border-radius: 10px; background: linear-gradient(140deg, var(--c1), var(--c2) 58%, var(--c3)); position: relative; overflow: hidden; padding: 16px; animation: hwBlock 9s var(--ease) infinite; }
.hsc--web .hw-hero i { display: block; height: 9px; border-radius: 99px; background: rgba(255, 255, 255, .82); width: 58%; }
.hsc--web .hw-hero i + i { margin-top: 8px; width: 40%; height: 6px; background: rgba(255, 255, 255, .5); }
.hsc--web .hw-hero em { position: absolute; right: 16px; bottom: 16px; width: 62px; height: 22px; border-radius: 99px; background: #fff; }
.hsc--web .hw-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.hsc--web .hw-col { height: 66px; border-radius: 9px; background: var(--mist); border: 1px solid var(--line-soft); padding: 10px; animation: hwBlock 9s var(--ease) infinite; animation-delay: var(--dly); }
.hsc--web .hw-col b { display: block; width: 22px; height: 22px; border-radius: 7px; background: linear-gradient(140deg, var(--c1), var(--c3)); }
.hsc--web .hw-col i { display: block; margin-top: 8px; height: 5px; border-radius: 99px; background: var(--mist-2); }
.hsc--web .hw-col i + i { margin-top: 5px; width: 64%; }
@keyframes hwBlock { 0% { opacity: 0; transform: translateY(14px) scale(.97); } 16%, 100% { opacity: 1; transform: none; } }

.hsc--web .hw-mob { right: 26px; bottom: 40px; width: 96px; height: 158px; z-index: 5; border-radius: 16px; overflow: hidden; padding: 9px; }
.hsc--web .hw-mob::before { content: ""; position: absolute; left: 50%; top: 6px; width: 26px; height: 4px; margin-left: -13px; border-radius: 99px; background: var(--mist-2); }
.hsc--web .hw-mob .m1 { margin-top: 8px; height: 44px; border-radius: 8px; background: linear-gradient(140deg, var(--c1), var(--c3)); }
.hsc--web .hw-mob .m2 { margin-top: 7px; height: 26px; border-radius: 7px; background: var(--mist); }
.hsc--web .hw-mob .m3 { margin-top: 6px; height: 26px; border-radius: 7px; background: var(--mist); }
.hsc--web .hw-mob .m4 { margin-top: 6px; height: 8px; width: 60%; border-radius: 99px; background: var(--mist-2); }

.hsc--web .hw-score { left: 24px; bottom: 34px; width: 158px; padding: 13px; z-index: 5; display: flex; align-items: center; gap: 12px; }
.hsc--web .hw-ring { width: 54px; height: 54px; border-radius: 50%; flex: none; display: grid; place-items: center; background: conic-gradient(var(--c2) var(--hsc-p), var(--mist-2) 0); animation: hwRing 6s var(--ease) infinite; }
@keyframes hwRing { 0% { --hsc-p: 0%; } 70%, 100% { --hsc-p: 98%; } }
.hsc--web .hw-ring::after { content: counter(hwn); counter-reset: hwn var(--hsc-n); width: 40px; height: 40px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-size: 15px; font-weight: 600; color: var(--c3); letter-spacing: -.03em; animation: hwNum 6s var(--ease) infinite; }
@keyframes hwNum { 0% { --hsc-n: 0; } 70%, 100% { --hsc-n: 98; } }

.hsc--web .hw-c1 { left: 28px; top: 20px; z-index: 6; }
.hsc--web .hw-c2 { left: 26px; top: 330px; z-index: 6; }

/* ================= 9. SESLENDİRME =============================== */
.hsc--ses .hz-mic { left: 176px; top: 58px; width: 168px; height: 214px; border-radius: 22px; display: grid; place-items: center; overflow: hidden; }
.hsc--ses .hz-mic::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--c1) 26%, transparent), transparent 66%); }
.hsc--ses .hz-body { position: relative; width: 62px; height: 116px; border-radius: 31px; background: linear-gradient(140deg, var(--ink-700), var(--ink-900)); box-shadow: 0 18px 34px -14px rgba(16, 32, 70, .6); overflow: hidden; }
.hsc--ses .hz-body::before { content: ""; position: absolute; inset: 9px 9px 34px; border-radius: 22px; background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, .22) 0 1.5px, transparent 1.5px 4px); }
.hsc--ses .hz-body::after { content: ""; position: absolute; left: 50%; bottom: 14px; width: 26px; height: 4px; margin-left: -13px; border-radius: 99px; background: color-mix(in srgb, var(--c1) 70%, #fff); }
.hsc--ses .hz-stand { position: absolute; left: 50%; bottom: 22px; width: 8px; height: 34px; margin-left: -4px; border-radius: 4px; background: var(--ink-700); }
.hsc--ses .hz-stand::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 56px; height: 10px; margin-left: -28px; border-radius: 50%; background: var(--ink-800); }
.hsc--ses .hz-wave-ring { position: absolute; left: 50%; top: 44%; width: 96px; height: 96px; margin: -48px 0 0 -48px; border-radius: 50%; border: 1.6px solid color-mix(in srgb, var(--c2) 50%, transparent); animation: hzRing 3.2s var(--ease) infinite; animation-delay: var(--dly); }
@keyframes hzRing { 0% { transform: scale(.5); opacity: .9; } 100% { transform: scale(1.7); opacity: 0; } }

.hsc--ses .hz-wave { left: 46px; bottom: 54px; width: 428px; padding: 16px; z-index: 4; }
.hsc--ses .hz-bars { display: flex; align-items: center; justify-content: space-between; gap: 3px; height: 62px; }
.hsc--ses .hz-bars i { flex: 1; border-radius: 99px; background: linear-gradient(to bottom, var(--c1), var(--c2) 50%, var(--c3)); transform-origin: center; animation: hzBar 1.05s var(--ease) infinite alternate; animation-delay: var(--dly); }
@keyframes hzBar { from { height: 8%; opacity: .5; } to { height: 100%; opacity: 1; } }
.hsc--ses .hz-scrub { position: relative; margin-top: 12px; height: 4px; border-radius: 99px; background: var(--mist-2); overflow: hidden; }
.hsc--ses .hz-scrub i { position: absolute; inset: 0; border-radius: 99px; background: linear-gradient(to right, var(--c1), var(--c3)); transform-origin: left; animation: hzScrub 9s linear infinite; }
@keyframes hzScrub { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.hsc--ses .hz-takes { left: 20px; top: 92px; width: 154px; padding: 13px; z-index: 5; }
.hsc--ses .hz-trow { display: flex; align-items: center; gap: 9px; padding: 7px 0; }
.hsc--ses .hz-trow + .hz-trow { border-top: 1px solid var(--line-soft); }
.hsc--ses .hz-trow b { width: 20px; height: 20px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--mist); color: var(--ink-300); font-size: 9px; font-weight: 700; }
.hsc--ses .hz-trow span { font-size: 10.5px; color: var(--ink-500); }
.hsc--ses .hz-trow em { margin-left: auto; font-style: normal; font-size: 9.5px; color: var(--ink-300); }
.hsc--ses .hz-trow.on b { background: linear-gradient(140deg, var(--c1), var(--c3)); color: #fff; animation: hscPulse 1.8s var(--ease) infinite; }
.hsc--ses .hz-trow.on span { color: var(--ink-900); font-weight: 500; }

.hsc--ses .hz-lvl { right: 20px; top: 96px; width: 112px; padding: 13px; z-index: 5; }
.hsc--ses .hz-meters { display: flex; gap: 7px; height: 74px; margin-top: 9px; align-items: flex-end; }
.hsc--ses .hz-meters span { flex: 1; height: 100%; border-radius: 4px; background: linear-gradient(to top, #2fc97a 0 46%, #ffa42b 46% 78%, #ff5a2c 78% 100%); transform-origin: bottom; animation: hzMeter 1.3s var(--ease) infinite alternate; animation-delay: var(--dly); }
@keyframes hzMeter { from { transform: scaleY(.24); } to { transform: scaleY(.94); } }

.hsc--ses .hz-c1 { right: 28px; bottom: 20px; z-index: 6; }
.hsc--ses .hz-c2 { left: 28px; top: 34px; z-index: 6; }

/* --- responsive / hareket tercihi -------------------------------- */
@media (max-width: 900px) {
  .svc__art--scene { max-width: 430px; margin-inline: auto; }
  .hsc { max-width: 430px; }
}
@media (max-width: 560px) {
  .hsc { border-radius: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .hsc *, .hsc *::before, .hsc *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: 0s !important;
  }
  .hsc--sosyal .hs-num::after { content: "340%"; }
  .hsc--web .hw-ring { background: conic-gradient(var(--c2) 98%, var(--mist-2) 0); }
  .hsc--web .hw-ring::after { content: "98"; }
}
/* ============ blog yazısı: tablo, görsel, galeri ============ */
.yazi .tablo-sar{overflow-x:auto;margin:26px 0;border:1px solid var(--line);border-radius:18px;background:#fff;-webkit-overflow-scrolling:touch}
.yazi table{width:100%;border-collapse:collapse;font-size:15px;min-width:420px}
.yazi thead th{background:linear-gradient(135deg,var(--c1,#eaf0ff),var(--c2,#dbe6ff));color:var(--ink-900);
  font-weight:600;text-align:left;padding:14px 16px;white-space:nowrap;border-bottom:1px solid var(--line)}
.yazi tbody td{padding:13px 16px;border-bottom:1px solid var(--line);color:var(--ink-700);vertical-align:top}
.yazi tbody tr:last-child td{border-bottom:0}
.yazi tbody tr:nth-child(even){background:var(--mist,#f7f9fd)}

.yazi figure.gorsel{margin:30px 0}
.yazi figure.gorsel img{width:100%;height:auto;border-radius:20px;border:1px solid var(--line);display:block}
.yazi figure.gorsel figcaption{margin-top:10px;text-align:center;color:var(--ink-400);font-size:14px}

.galeri{display:grid;gap:16px;margin:30px 0;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
.galeri__oge{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease}
.galeri__oge:hover{transform:translateY(-4px);box-shadow:0 22px 44px -26px rgba(16,32,70,.45)}
/* contain: metin efekti görsellerinin kenarları kırpılmasın */
.galeri__oge img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block;background:var(--mist,#f7f9fd)}
.galeri__oge figcaption{padding:11px 13px 13px;display:flex;flex-direction:column;gap:3px}
.galeri__oge figcaption b{font-size:14px;font-weight:600;color:var(--ink-900)}
.galeri__oge figcaption span{font-size:13px;color:var(--ink-400)}
/* 81 il ızgarası biraz daha sık */
.galeri--iller{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px}
@media (max-width:520px){
  .galeri{grid-template-columns:repeat(2,1fr);gap:12px}
  .galeri--iller{grid-template-columns:repeat(2,1fr)}
  .galeri__oge figcaption{padding:9px 11px 11px}
}
@media (prefers-reduced-motion:reduce){.galeri__oge{transition:none}.galeri__oge:hover{transform:none}}
