/* ═══════════════════════════════════════════
   eyyo pos — temel stiller ve bileşenler
   Kırılım noktaları: css/responsive.css
   ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════
   eyyo pos — ana sayfa
   Sıcak kırmızı · krem zemin · yuvarlak geometri
   ═══════════════════════════════════════════ */

:root {
  --red: #cb3b30;
  --red-deep: #a52c23;
  --red-soft: #fdeeec;
  --ember: #f2683c;
  --gold: #f2a63c;

  --ink: #1b1512;
  --ink-2: #4a3f3a;
  --ink-3: #8b7d76;

  --cream: #fbf7f4;
  --paper: #ffffff;
  --line: #ece3dd;

  --r-sm: 12px;
  --r: 18px;
  --r-lg: 28px;
  --r-full: 999px;

  --shadow-s: 0 1px 2px rgb(27 21 18 / .04), 0 6px 18px rgb(27 21 18 / .05);
  --shadow-m: 0 2px 6px rgb(27 21 18 / .05), 0 18px 40px rgb(27 21 18 / .09);
  --shadow-red: 0 14px 34px rgb(203 59 48 / .28);

  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --body: 'Figtree', system-ui, sans-serif;
  --logo: 'Baloo 2', system-ui, sans-serif;

  --pad: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.08;
  margin: 0;
}
h1 { font-size: clamp(2.9rem, 6.4vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.3rem; letter-spacing: -.02em; }

em { font-style: normal; color: var(--red); }

.wrap {
  width: min(1240px, 100%);
  margin-inline: auto;
  padding-inline: var(--pad);
  position: relative;
  z-index: 2;
}

.section { padding: clamp(72px, 9vw, 128px) 0; }

/* ── butonlar ───────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 50px;
  padding: 0 26px;
  border-radius: var(--r-full);
  font-weight: 600;
  font-size: .97rem;
  white-space: nowrap;
  transition: transform .18s cubic-bezier(.2,.8,.3,1), box-shadow .18s, background .18s, color .18s;
}
.btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.btn-lg { height: 58px; padding: 0 32px; font-size: 1.03rem; }

.btn-primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn-primary:hover { background: var(--red-deep); transform: translateY(-2px); }
.btn-primary:hover svg { transform: translateX(3px); transition: transform .18s; }

.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }

.btn-line { background: #fff; border: 1.5px solid var(--line); color: var(--ink); }
.btn-line:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
.btn-line svg { width: 16px; height: 16px; }

.btn-light { background: #fff; color: var(--red); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgb(0 0 0 / .2); }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 15px;
  border-radius: var(--r-full);
  background: var(--red-soft);
  color: var(--red);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.chip-light { background: rgb(255 255 255 / .18); color: #fff; }

.kicker {
  display: block;
  margin-bottom: 14px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
}

.sec-head { max-width: 620px; margin-bottom: 52px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head p { margin: 16px 0 0; color: var(--ink-2); font-size: 1.08rem; }

/* ── logo ───────────────────────────────── */

.logo { width: 164px; height: auto; }
.logo-foot { width: 176px; }

/* ── duyuru şeridi ──────────────────────── */

.ticker-bar {
  position: relative;
  z-index: 3;
  background: var(--ink);
  color: #f6ece7;
  font-size: .84rem;
}
.ticker-in { display: flex; align-items: center; gap: 24px; }
.ticker-view { flex: 1 1 auto; min-width: 0; overflow: hidden; }
.ticker {
  display: flex;
  align-items: center;
  gap: 26px;
  width: max-content;
  padding: 10px 0;
  animation: slide 58s linear infinite;
}
.ticker b { color: var(--gold); font-weight: 600; }
.ticker i { width: 5px; height: 5px; border-radius: 50%; background: rgb(255 255 255 / .3); }

/* telefon üst banda taşındı */
.tb-phone {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0 6px 22px;
  border-left: 1px solid rgb(255 255 255 / .16);
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: color .16s;
}
.tb-phone svg { width: 16px; height: 16px; fill: none; stroke: var(--gold); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.tb-phone:hover { color: var(--gold); }

@keyframes slide { to { transform: translateX(-50%); } }

/* ── sabit iletişim butonları ────────────── */

.floaters {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  gap: 10px;
}
.fl {
  position: relative;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 10px 26px rgb(20 12 8 / .28);
  transition: transform .18s cubic-bezier(.2,.8,.3,1), box-shadow .18s;
}
.fl svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.fl:hover { transform: scale(1.07); box-shadow: 0 14px 32px rgb(20 12 8 / .34); }
.fl-wa { background: #25d366; }
.fl-tel { background: var(--red); }

.fl-tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  translate: 0 -50%;
  padding: 7px 13px;
  border-radius: 99px;
  background: var(--ink);
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity .18s, transform .2s, visibility 0s .2s;
}
.fl:hover .fl-tip, .fl:focus-visible .fl-tip {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .18s, transform .2s, visibility 0s;
}

/* ── nav ────────────────────────────────── */

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-block: 14px;
  background: rgb(251 247 244 / .86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, box-shadow .25s, padding .25s;
}
.nav.stuck { border-color: var(--line); box-shadow: 0 4px 22px rgb(27 21 18 / .05); padding-block: 10px; }

/* İçerik ızgarasıyla aynı hizada: logo | menü (ortada) | aksiyonlar */
.nav-in {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand { display: flex; align-items: center; }

.menu { display: flex; gap: 4px; justify-self: center; }
.menu a {
  padding: 9px 15px;
  border-radius: var(--r-full);
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-2);
  transition: background .16s, color .16s;
}
.menu a:hover { background: #fff; color: var(--ink); }

/* ── açılır mega menü ───────────────────── */

.nav-in { position: relative; }
.nav-item { position: relative; }

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 14px;
  border-radius: var(--r-full);
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-2);
  transition: background .16s, color .16s;
}
.nav-link .chev {
  width: 13px; height: 13px;
  fill: none; stroke: currentColor; stroke-width: 2.4;
  stroke-linecap: round; stroke-linejoin: round;
  opacity: .55;
  transition: rotate .22s, opacity .16s;
}
.nav-item.acik-hover .nav-link,
.nav-item.open .nav-link { background: #fff; color: var(--red); }
.nav-item.acik-hover .chev,
.nav-item.open .chev { rotate: 180deg; opacity: 1; }

.mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 50;
  width: min(560px, calc(100vw - 40px));
  padding: 10px;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgb(27 21 18 / .13), 0 2px 6px rgb(27 21 18 / .05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .16s, transform .2s cubic-bezier(.2,.8,.3,1), visibility 0s .2s;
}
.mega::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }

.nav-item.acik-hover .mega,
.nav-item.open .mega,
.mega:focus-within {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .16s, transform .2s cubic-bezier(.2,.8,.3,1), visibility 0s;
}

.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.mega-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  font-size: .91rem;
  font-weight: 500;
  color: var(--ink);
  transition: background .14s, color .14s;
}
.mega-grid a:hover { background: var(--red-soft); color: var(--red); }
.mega-grid a:last-child {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--red);
  font-weight: 600;
  font-size: .88rem;
}
.mega-grid a:last-child:hover { background: transparent; text-decoration: underline; text-underline-offset: 3px; }
.mega-grid a:last-child .mi { display: none; }

.mi {
  flex: 0 0 auto;
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 8px;
  background: var(--cream);
  border: 1px solid var(--line);
  transition: background .14s, border-color .14s;
}
.mi svg { width: 16px; height: 16px; fill: none; stroke: var(--ink-2); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mega-grid a:hover .mi { background: #fff; border-color: #f0d5cf; }
.mega-grid a:hover .mi svg { stroke: var(--red); }

.nav-right { display: flex; align-items: center; gap: 10px; }
.menu-login { display: none; }

.burger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; border: 1.5px solid var(--line); }
.burger span { width: 17px; height: 2px; border-radius: 2px; background: var(--ink); transition: .2s; }

/* ── hero slider ─────────────────────────── */

.slider { position: relative; overflow: hidden; isolation: isolate; }

.slides { display: grid; }
.slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease;
  padding: clamp(44px, 6vw, 84px) 0 clamp(64px, 8vw, 104px);
}
.slide.is-active { opacity: 1; visibility: visible; }

/* Slayt zemini — görsel geldiğinde bu değişkeni url(...) yap */
.slide::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--slide-bg, transparent);
  background-size: cover;
  background-position: center;
}
.slide[data-bg="1"] { --slide-bg: radial-gradient(720px 520px at 78% 22%, #fbe0d6, transparent 70%), linear-gradient(160deg, #fdf4f0, var(--cream)); }
.slide[data-bg="2"] { --slide-bg: radial-gradient(680px 500px at 74% 26%, #fde6d5, transparent 70%), linear-gradient(160deg, #fdf6ee, var(--cream)); }
.slide[data-bg="3"] { --slide-bg: radial-gradient(700px 520px at 76% 24%, #e7ece9, transparent 70%), linear-gradient(160deg, #f6f8f6, var(--cream)); }

.slide-in {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: clamp(420px, 46vw, 560px);
}

.slide h1, .slide .slide-h {
  margin: 20px 0 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.08;
  font-size: clamp(2.9rem, 6.4vw, 5rem);
}
.slide h1 em, .slide .slide-h em { position: relative; display: inline-block; }
.slide h1 em::after, .slide .slide-h em::after {
  content: '';
  position: absolute;
  left: 1%; right: 1%; bottom: .04em;
  height: .11em;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), var(--red));
  opacity: .3;
  z-index: -1;
}
.slide-copy > p { max-width: 50ch; margin: 22px 0 0; font-size: 1.13rem; color: var(--ink-2); }
.slide-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.hero-trust p { margin: 0; font-size: .93rem; color: var(--ink-2); }
.hero-trust b { color: var(--ink); }
.avatars { display: flex; }
.avatars i { width: 34px; height: 34px; margin-right: -11px; border-radius: 50%; border: 2.5px solid var(--cream); }
.avatars i:nth-child(1) { background: linear-gradient(135deg, #f2a63c, #e2762c); }
.avatars i:nth-child(2) { background: linear-gradient(135deg, #cb3b30, #8e211a); }
.avatars i:nth-child(3) { background: linear-gradient(135deg, #4b6b5a, #2f4438); }
.avatars i:nth-child(4) { background: linear-gradient(135deg, #6b5a8e, #3d3155); }

/* okla gezinme */
.s-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--red);
  box-shadow: var(--shadow-m);
  transition: scale .18s, background .18s, color .18s;
}
.s-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.s-arrow:hover { background: var(--red); color: #fff; scale: 1.06; }
.s-arrow.prev { left: clamp(8px, 2vw, 26px); }
.s-arrow.next { right: clamp(8px, 2vw, 26px); }

.dots {
  position: absolute;
  bottom: clamp(16px, 2.4vw, 28px);
  left: 50%;
  translate: -50% 0;
  z-index: 5;
  display: flex;
  gap: 9px;
}
.dots button {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #d9cec8;
  transition: width .25s, background .25s;
}
.dots button[aria-selected="true"] { width: 28px; border-radius: 99px; background: var(--red); }

/* ── tam görselli slayt ──────────────────────
   Fotoğraf geldiğinde slayta `has-photo` sınıfı ve
   style="--photo:url('assets/slider/slide-1.jpg')" eklenir.
   İkonik kompozisyon gizlenir, metin fotoğrafın üstüne alınır. */

.slide.has-photo::before {
  background-image: var(--photo);
  background-size: cover;
  background-position: center;
}
.slide.has-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgb(22 13 11 / .88) 0%, rgb(22 13 11 / .62) 46%, rgb(22 13 11 / .12) 100%);
}
.slide.has-photo .slide-in { grid-template-columns: 1fr; }
.slide.has-photo .slide-copy { max-width: 620px; }
.slide.has-photo .slide-art { display: none; }
.slide.has-photo h1, .slide.has-photo .slide-h { color: #fff; }
.slide.has-photo h1 em, .slide.has-photo .slide-h em { color: #ffcf9a; }
.slide.has-photo h1 em::after, .slide.has-photo .slide-h em::after { opacity: .45; }
.slide.has-photo .slide-copy > p { color: rgb(255 255 255 / .86); }
.slide.has-photo .chip { background: rgb(255 255 255 / .16); color: #fff; }
.slide.has-photo .hero-trust p { color: rgb(255 255 255 / .8); }
.slide.has-photo .hero-trust b { color: #fff; }
.slide.has-photo .avatars i { border-color: rgb(22 13 11 / .5); }
.slide.has-photo .btn-ghost { color: #fff; border-color: rgb(255 255 255 / .38); }
.slide.has-photo .btn-ghost:hover { border-color: #fff; background: rgb(255 255 255 / .1); }

/* slayt görselleri */
.slide-art { position: relative; aspect-ratio: 1 / .96; display: grid; place-items: center; }

.zero { position: relative; width: min(78%, 380px); aspect-ratio: 1; display: grid; place-items: center; animation: float 7s ease-in-out infinite; }
.zero-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--ember), var(--red) 30%, var(--red-deep) 58%, var(--red) 78%, var(--ember));
  mask: radial-gradient(circle, transparent 46%, #000 47%);
  -webkit-mask: radial-gradient(circle, transparent 46%, #000 47%);
  box-shadow: 0 30px 70px rgb(203 59 48 / .32);
}
.zero-ring::after {
  content: '';
  position: absolute; inset: 8%;
  border-radius: 50%;
  background: linear-gradient(150deg, rgb(255 255 255 / .55), transparent 45%);
  mask: radial-gradient(circle, transparent 50%, #000 51%);
  -webkit-mask: radial-gradient(circle, transparent 50%, #000 51%);
}
.zero-label {
  position: relative;
  display: grid;
  text-align: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(.85rem, 1.35vw, 1.05rem);
  line-height: 1.05;
  color: var(--ink-3);
  letter-spacing: 0;
  text-transform: uppercase;
}
.zero-label b { display: block; margin-top: 2px; font-size: 2.1em; font-weight: 800; letter-spacing: -.04em; color: var(--red); text-transform: none; }

@keyframes float { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-16px) } }

.orb {
  position: absolute;
  padding: 11px 17px;
  border-radius: var(--r);
  background: var(--paper);
  box-shadow: var(--shadow-m);
  font-size: .82rem;
  line-height: 1.32;
  color: var(--ink-3);
  animation: float 7s ease-in-out infinite;
}
.orb b { display: block; color: var(--ink); font-weight: 700; font-size: .95rem; }
.orb-1 { top: 4%;  left: -2%;  animation-delay: -1.2s; }
.orb-2 { top: 10%; right: -3%; animation-delay: -2.6s; }
.orb-3 { bottom: 30%; left: -3%; animation-delay: -4s; }
.orb-4 { bottom: 14%; right: -3%; animation-delay: -5.4s; }

.receipt {
  position: absolute;
  bottom: -6%;
  left: 54%;
  translate: -50% 0;
  width: 236px;
  padding: 16px 18px;
  border-radius: var(--r);
  background: var(--paper);
  box-shadow: var(--shadow-m);
  font-size: .8rem;
}
.r-row { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; color: var(--ink-3); }
.r-row b { color: var(--ink); font-weight: 600; }
.r-row.total { margin-top: 6px; padding-top: 8px; border-top: 1px dashed var(--line); font-size: .9rem; }
.r-row.total b { color: var(--red); font-weight: 800; }
.r-ok { margin-top: 10px; padding: 7px 10px; border-radius: 9px; background: #eef8f0; color: #2f7a45; font-weight: 600; font-size: .74rem; text-align: center; }

/* slayt 2 — rozet kümesi */
.badge-cluster { position: relative; width: min(92%, 430px); aspect-ratio: 1; display: grid; place-items: center; }
.bdg {
  position: absolute;
  width: 132px;
  padding: 14px 12px;
  border-radius: 50%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--paper);
  border: 1.5px solid #f3d5cf;
  box-shadow: var(--shadow-s);
  font-size: .76rem;
  line-height: 1.3;
  color: var(--ink-3);
  animation: float 8s ease-in-out infinite;
}
.bdg b { display: block; font-size: 1.05rem; color: var(--red); font-weight: 800; }
/* Logolar ortak 260x130 tuvale optik alana göre oturtuldu:
   tek genişlik vermek hepsini aynı görsel ağırlıkta gösteriyor. */
.bdg img { width: 80%; height: auto; }
.orb-logo { display: grid; place-items: center; padding: 10px 14px; }
.orb-logo img { height: 34px; width: auto; }
/* Logo çipi: görsel yüksekliğe göre sığar, taşma olmaz */
.logo-chip { width: 146px; }
.logo-chip img { height: 40px; width: auto; }
/* tüm çipler aynı yükseklikte tek satırda kalsın */
.pay-chips { flex-wrap: wrap; }
.pay-chips span { display: inline-grid; place-items: center; min-height: 60px; padding: 0 20px; }
.bdg:nth-child(1) { top: 0; left: 0; animation-delay: -.5s; }
.bdg:nth-child(2) { top: 4%; right: 0; animation-delay: -2s; }
.bdg:nth-child(3) { bottom: 4%; left: 2%; animation-delay: -3.5s; }
.bdg:nth-child(4) { bottom: 0; right: 2%; animation-delay: -5s; }
.bdg-core {
  width: 140px; aspect-ratio: 1;
  border-radius: 50%;
  display: grid; place-content: center; text-align: center;
  background: linear-gradient(150deg, var(--red), var(--red-deep));
  color: #fff;
  box-shadow: var(--shadow-red);
}
.bdg-core-t { font-size: .8rem; opacity: .8; }
.bdg-core-n { font-family: var(--display); font-size: 1.4rem; font-weight: 800; letter-spacing: -.03em; }

.phone-hero { animation: float 8s ease-in-out infinite; }

/* ── güven bandı ────────────────────────── */

.stats { background: var(--ink); color: #fff; padding: clamp(38px, 5vw, 58px) 0; position: relative; z-index: 2; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.stats-grid > div { text-align: center; }
.stats strong {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -.04em;
}
.stats span { font-family: var(--display); font-size: 1.2rem; font-weight: 700; color: var(--gold); margin-left: 2px; }
.stats p { margin: 4px 0 0; font-size: .87rem; color: rgb(255 255 255 / .6); }

/* ── çözümler (otomatik kayan şerit) ────── */

.sol-marquee {
  overflow: hidden;
  padding-block: 6px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.sol-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: slide 64s linear infinite;
}
/* okuma ve tıklama için fareyle üstüne gelince durur */
.sol-marquee:hover .sol-track,
.sol-marquee:focus-within .sol-track { animation-play-state: paused; }

.sol {
  flex: 0 0 auto;
  width: 296px;
  padding: 26px 24px 24px;
  border-radius: var(--r-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-s);
  transition: transform .22s cubic-bezier(.2,.8,.3,1), box-shadow .22s, border-color .22s;
}
.sol:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); border-color: #e6cfc8; }
.sol h3 { margin-top: 18px; }
.sol p { margin: 9px 0 16px; color: var(--ink-2); font-size: .95rem; min-height: 3.2em; }
.sol-go { font-weight: 600; font-size: .92rem; color: var(--red); }

.sol-ico {
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 18px;
}
.sol-ico svg { width: 27px; height: 27px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.tone-a .sol-ico { background: linear-gradient(140deg, #fbe4de, #f7cfc6); }
.tone-b .sol-ico { background: linear-gradient(140deg, #fdefd9, #f8dcae); }
.tone-c .sol-ico { background: linear-gradient(140deg, #fde3d3, #f9c9ab); }
.tone-d .sol-ico { background: linear-gradient(140deg, #e3ebe6, #cddcd2); }
.tone-e .sol-ico { background: linear-gradient(140deg, #e6e3ef, #d1cbe4); }
.tone-f .sol-ico { background: linear-gradient(140deg, #fbe0e4, #f4c6cf); }
.tone-g .sol-ico { background: linear-gradient(140deg, #dfe9f0, #c4d9e6); }
.tone-h .sol-ico { background: linear-gradient(140deg, #e7edda, #d0dcb8); }

/* ── ürünler (fotoğraflı kartlar, otomatik kayan) ── */

.products { background: var(--paper); }

.prod-marquee {
  overflow: hidden;
  padding-block: 6px;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.prod-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: slide 88s linear infinite;
}
.prod-marquee:hover .prod-track,
.prod-marquee:focus-within .prod-track { animation-play-state: paused; }

/* Fotoğraf geldiğinde karta style="--photo:url('assets/urunler/pos-sistemi.jpg')"
   eklemek yeterli; yoksa --tint degrade zemin görünür. */
.pcard {
  position: relative;
  flex: 0 0 auto;
  width: 330px;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 28px;
  background: #2a1c18;
  box-shadow: var(--shadow-s);
  transition: transform .24s cubic-bezier(.2,.8,.3,1), box-shadow .24s;
}
.pcard:hover { transform: translateY(-7px); box-shadow: var(--shadow-m); }

/* kart görseli — SEO için gerçek img, kartı tamamen doldurur */
.pcard-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.pcard::before, .pcard::after { z-index: 1; }
.pcard-body { z-index: 2; }

/* alttan yükselen kırmızı rampa */
.pcard::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    #cb3b30 0%,
    #cb3b30 30%,
    rgb(203 59 48 / .93) 45%,
    rgb(203 59 48 / .38) 62%,
    rgb(203 59 48 / .06) 74%,
    transparent 84%);
}

/* tepedeki ince beyaz kemer */
.pcard::after {
  content: '';
  position: absolute;
  top: 3%;
  left: 4%;
  right: 4%;
  height: 56%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 62' preserveAspectRatio='none'%3E%3Cpath d='M1 61 C1 30 12 7 33 7 C44 7 46 16 50 16 C54 16 56 7 67 7 C88 7 99 30 99 61' fill='none' stroke='white' stroke-width='.7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  opacity: .85;
  pointer-events: none;
}

.pcard-body { position: relative; width: 100%; padding: 0 26px 30px; color: #fff; }
.pcard-body h3 { font-size: 1.62rem; text-align: center; letter-spacing: -.02em; }
.pcard-body p {
  margin: 12px 0 0;
  font-size: .97rem;
  line-height: 1.56;
  color: rgb(255 255 255 / .95);
  text-align: left;
}

/* ── ödeme şeridi ───────────────────────── */

.pay-strip { padding: 44px 0; border-block: 1px solid var(--line); background: var(--cream); }
.pay-title { margin: 0 0 20px; text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.pay-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.pay-chips span {
  padding: 10px 20px;
  border-radius: var(--r-full);
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink-2);
  transition: .18s;
}
.pay-chips span:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }

/* ── iş birlikleri (akordiyon) ──────────── */

.acc-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 68px); align-items: start; }
.acc-left h2 { margin-bottom: 16px; }
.acc-left p { margin: 0 0 28px; color: var(--ink-2); }

.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 4px;
  list-style: none;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -.02em;
  transition: color .18s;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { color: var(--red); }
.acc-no { font-size: .82rem; font-weight: 700; color: var(--red); letter-spacing: .06em; }
.acc summary i {
  margin-left: auto;
  position: relative;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  flex: 0 0 auto;
  transition: .22s;
}
.acc summary i::before, .acc summary i::after {
  content: ''; position: absolute; inset: 0; margin: auto;
  width: 11px; height: 1.8px; border-radius: 2px; background: var(--ink);
  transition: .22s;
}
.acc summary i::after { rotate: 90deg; }
.acc details[open] summary i { background: var(--red); border-color: var(--red); rotate: 90deg; }
.acc details[open] summary i::before,
.acc details[open] summary i::after { background: #fff; }
.acc details[open] summary i::after { opacity: 0; }
.acc-body { padding: 0 4px 26px 44px; color: var(--ink-2); font-size: 1rem; max-width: 62ch; }

/* ── kampanya ───────────────────────────── */

.promo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, var(--red-deep), var(--red) 46%, var(--ember));
  color: #fff;
  padding: clamp(56px, 7vw, 92px) 0;
}
.promo::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(700px 380px at 88% 14%, rgb(255 255 255 / .16), transparent 62%);
}
.promo-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.promo h2 { margin: 16px 0 14px; }
.promo h2 em { color: #ffd9a0; }
.promo p { margin: 0 0 30px; max-width: 46ch; color: rgb(255 255 255 / .88); }

.promo-art { display: grid; place-items: center; }
.phone-mock {
  width: 246px;
  padding: 20px;
  border-radius: 30px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 60px rgb(90 20 12 / .38);
  animation: float 8s ease-in-out infinite;
}
.pm-top { display: flex; justify-content: center; margin-bottom: 18px; }
.pm-top span { width: 52px; height: 5px; border-radius: 9px; background: var(--line); }
.pm-amount { font-family: var(--display); font-size: 2.1rem; font-weight: 800; letter-spacing: -.04em; }
.pm-amount small { font-size: .5em; color: var(--ink-3); }
.pm-line { font-size: .82rem; color: var(--ink-3); }
.pm-bars { display: flex; align-items: flex-end; gap: 7px; height: 76px; margin: 20px 0 18px; }
.pm-bars i { flex: 1; height: var(--h); border-radius: 5px; background: var(--red-soft); }
.pm-bars i:nth-child(6) { background: var(--red); }
.pm-btn { padding: 11px; border-radius: var(--r-full); background: var(--ink); color: #fff; text-align: center; font-size: .85rem; font-weight: 600; }

/* ── referans marquee ───────────────────── */

.refs { padding-bottom: clamp(52px, 6vw, 84px); }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.marquee-in { display: flex; gap: 18px; width: max-content; animation: slide 42s linear infinite; }
.marquee span {
  padding: 16px 30px;
  border-radius: var(--r);
  background: var(--paper);
  border: 1px solid var(--line);
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--ink-3);
  white-space: nowrap;
}

/* ── fiyatlandırma ──────────────────────── */

.pricing { background: var(--paper); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.plan {
  position: relative;
  padding: 32px 28px;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--line);
  background: var(--cream);
  transition: transform .22s cubic-bezier(.2,.8,.3,1), box-shadow .22s;
}
.plan:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); }
.plan.featured { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: var(--shadow-m); }
.plan.featured .plan-for, .plan.featured li { color: rgb(255 255 255 / .74); }
.plan-tag {
  position: absolute; top: -13px; left: 28px;
  padding: 6px 14px;
  border-radius: var(--r-full);
  background: var(--gold);
  color: #4a2d05;
  font-size: .74rem;
  font-weight: 700;
}
.plan-for { margin: 6px 0 0; font-size: .92rem; color: var(--ink-3); }
.plan-price { display: flex; align-items: baseline; gap: 7px; margin: 20px 0 22px; }
.plan-price b { font-family: var(--display); font-size: 2.5rem; font-weight: 800; letter-spacing: -.04em; }
.plan-price span { font-size: .9rem; color: var(--ink-3); }
.plan.featured .plan-price span { color: rgb(255 255 255 / .55); }
.plan ul { margin: 0 0 26px; padding: 0; list-style: none; display: grid; gap: 11px; }
.plan li { position: relative; padding-left: 26px; font-size: .96rem; color: var(--ink-2); }
.plan li::before {
  content: ''; position: absolute; left: 0; top: .42em;
  width: 15px; height: 8px;
  border-left: 2px solid var(--red); border-bottom: 2px solid var(--red);
  rotate: -45deg;
}
.plan .btn { width: 100%; justify-content: center; }
.plan.featured .btn-ghost { color: #fff; border-color: rgb(255 255 255 / .3); }
.plan.featured .btn-ghost:hover { border-color: #fff; }

/* ── iletişim ───────────────────────────── */

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact-copy p { color: var(--ink-2); margin: 16px 0 32px; }
.contact-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 15px; align-items: center; }
.contact-list svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: var(--red); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-list b { display: block; font-size: 1.02rem; }
.contact-list span { font-size: .87rem; color: var(--ink-3); }

.form {
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--r-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-m);
  display: grid;
  gap: 16px;
}
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: block; font-size: .87rem; font-weight: 600; color: var(--ink-2); }
.form input, .form select, .form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 15px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--line);
  background: var(--cream);
  font: inherit;
  font-size: .97rem;
  color: var(--ink);
  transition: border-color .16s, background .16s;
}
.form textarea { resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--red); background: var(--paper); }
.form input::placeholder, .form textarea::placeholder { color: #b9aca5; }

.f-check { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; font-size: .87rem; color: var(--ink-2); }
.f-check input { width: auto; margin: 2px 0 0; accent-color: var(--red); }
.f-check a { color: var(--red); text-decoration: underline; }
.form .btn { justify-content: center; }
.f-note { margin: 0; padding: 13px 16px; border-radius: var(--r-sm); background: #eef8f0; color: #2f7a45; font-size: .92rem; font-weight: 600; }

/* ── footer ─────────────────────────────── */

.foot { background: var(--ink); color: rgb(255 255 255 / .62); padding: clamp(52px, 6vw, 76px) 0 0; position: relative; z-index: 2; }
.foot-grid { display: grid; grid-template-columns: 1.5fr repeat(5, minmax(0, 1fr)); gap: 30px; padding-bottom: 48px; }
.logo-foot .logo-word { fill: #fff; }
.logo-foot .logo-mark path, .logo-foot .logo-mark circle { stroke: #fff; }
.logo-foot .logo-mark .pupil { fill: #fff; }
.logo-foot .logo-mark .glint { fill: var(--ink); }
.foot-brand p { margin: 18px 0 16px; max-width: 34ch; font-size: .95rem; }
.foot-brand address { font-style: normal; font-size: .92rem; line-height: 1.9; margin-bottom: 18px; }
.foot-brand address a:hover { color: #fff; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgb(255 255 255 / .14); transition: .18s; }
.socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.socials a:hover { background: var(--red); border-color: var(--red); color: #fff; }

.foot-col { display: flex; flex-direction: column; gap: 11px; }
.foot-col h4 { margin-bottom: 5px; color: #fff; font-size: .95rem; }
.foot-col a { font-size: .9rem; transition: color .16s; }
.foot-col h2 { color: #fff; font-size: .95rem; margin-bottom: 5px; }
.foot-col a:hover { color: #fff; }

.foot-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-block: 22px;
  border-top: 1px solid rgb(255 255 255 / .1);
  font-size: .87rem;
}
.foot-bottom p { margin: 0; }

/* ── giriş animasyonu ───────────────────── */

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.8,.3,1), transform .7s cubic-bezier(.2,.8,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .09s; }
.d2 { transition-delay: .18s; }
.d3 { transition-delay: .27s; }
.d4 { transition-delay: .36s; }



/* ── duyarlı ────────────────────────────── */


/* ═══ İç sayfa blokları ═══════════════════ */

/* breadcrumb */
.crumbs { padding: 18px 0 0; font-size: .88rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--ink-3); }
.crumbs li + li::before { content: '/'; margin-right: 8px; color: #cfc4bd; }
.crumbs a { color: var(--ink-3); }
.crumbs a:hover { color: var(--red); }
.crumbs [aria-current] { color: var(--ink); font-weight: 600; }

/* ── ürün / çözüm hero: iki sütun ── */
.ihero { position: relative; overflow: hidden; padding: clamp(30px, 4vw, 52px) 0 clamp(56px, 7vw, 92px); }
.ihero::before {
  content: ''; position: absolute; top: -220px; right: -8%;
  width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle, rgb(242 104 60 / .18), rgb(203 59 48 / .06) 45%, transparent 68%);
  pointer-events: none;
}
.ihero-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.ihero h1 { margin: 14px 0 0; font-size: clamp(2.3rem, 4.4vw, 3.5rem); }
.ihero .lead { max-width: 54ch; margin: 18px 0 0; font-size: 1.1rem; color: var(--ink-2); }
.ihero .slide-cta { margin-top: 30px; }

.ihero-art { position: relative; display: grid; place-items: center; }
.ihero-art img {
  width: min(100%, 380px);
  height: auto;
  border-radius: 26px;
  box-shadow: 0 30px 70px rgb(30 12 8 / .22), 0 4px 14px rgb(30 12 8 / .10);
  rotate: -3deg;
}
.ihero-badge {
  position: absolute; bottom: 6%; left: 2%;
  padding: 12px 18px; border-radius: var(--r);
  background: var(--paper); box-shadow: var(--shadow-m);
  font-size: .84rem; line-height: 1.35; color: var(--ink-3);
}
.ihero-badge b { display: block; color: var(--ink); font-size: .98rem; }

/* ── vurgu bandı (koyu) ── */
.band { background: var(--ink); color: #fff; padding: clamp(30px, 4vw, 46px) 0; }
.band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.band-grid li { list-style: none; display: flex; gap: 14px; align-items: flex-start; font-size: 1rem; color: rgb(255 255 255 / .82); }
.band-grid svg { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; fill: none; stroke: var(--gold); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.band-grid { margin: 0; padding: 0; }

/* ── problem → çözüm eşleşmesi ── */
.pair { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.pair li {
  display: grid; grid-template-columns: 1fr 44px 1fr; align-items: center; gap: 8px;
  padding: 20px 24px; border-radius: var(--r-lg);
  background: var(--paper); border: 1px solid var(--line);
}
.pair .p { color: var(--ink-3); }
.pair .c { color: var(--ink); font-weight: 600; }
.pair .ok {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: var(--red-soft); margin-inline: auto;
}
.pair .ok svg { width: 17px; height: 17px; fill: none; stroke: var(--red); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* ── özellik kartları ── */
.fcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.fcard {
  padding: 24px; border-radius: var(--r-lg);
  background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-s);
  transition: transform .2s cubic-bezier(.2,.8,.3,1), box-shadow .2s, border-color .2s;
}
.fcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); border-color: #e6cfc8; }
.fcard i {
  display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 16px;
  border-radius: 13px; background: var(--red-soft);
  font-family: var(--display); font-style: normal; font-weight: 800; font-size: .92rem; color: var(--red);
}
.fcard b { display: block; font-family: var(--display); font-size: 1.08rem; letter-spacing: -.02em; margin-bottom: 6px; }
.fcard span { color: var(--ink-2); font-size: .95rem; line-height: 1.55; }

/* ── yatay süreç ── */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; position: relative; }
.flow::before {
  content: ''; position: absolute; top: 26px; left: 12%; right: 12%; height: 2px;
  background: repeating-linear-gradient(90deg, #e7dcd6 0 8px, transparent 8px 16px);
}
.flow li { position: relative; text-align: center; }
.flow em {
  position: relative; display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 16px;
  border-radius: 50%; background: var(--red); color: #fff;
  font-family: var(--display); font-style: normal; font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 8px 22px rgb(203 59 48 / .28);
}
.flow b { display: block; margin-bottom: 6px; font-family: var(--display); font-size: 1.05rem; }
.flow span { color: var(--ink-2); font-size: .95rem; }

/* ── liste kartları (ürün/çözüm/entegrasyon listeleme) ── */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.icard {
  display: flex; flex-direction: column;
  border-radius: var(--r-lg); overflow: hidden;
  background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-s);
  transition: transform .2s cubic-bezier(.2,.8,.3,1), box-shadow .2s, border-color .2s;
}
.icard:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); border-color: #e6cfc8; }
.icard-img { flex: 0 0 auto; display: block; width: 100%; height: 210px; object-fit: cover; object-position: center 22%; background: #f3ece8; }
/* logo kuyusu — entegrasyon kartları */
.icard-logo {
  flex: 0 0 auto;
  height: 132px;
  display: grid; place-items: center;
  padding: 20px;
  background: linear-gradient(170deg, #fdf6f3, #f7ede8);
  border-bottom: 1px solid var(--line);
}
.icard-logo img { width: 132px; height: auto; }
.icard-logo .icard-ico { width: 54px; height: 54px; background: #fff; box-shadow: var(--shadow-s); }
.icard-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.icard-ico { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--red-soft); }
.icard-ico svg { width: 23px; height: 23px; fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icard h2, .icard h3 { font-size: 1.16rem; margin: 0; }
.icard h2 a, .icard h3 a { color: inherit; }
.icard h2 a:hover, .icard h3 a:hover { color: var(--red); }
.icard p { margin: 0; color: var(--ink-2); font-size: .95rem; flex: 1; }
.icard .git { font-weight: 600; font-size: .92rem; color: var(--red); }

/* ── iki panel (çözüm sayfası) ── */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 34px); align-items: start; }
.panel { padding: 30px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); }
.panel.warn { background: #fdf6f4; border-color: #f3ddd7; }
.panel h2 { font-size: 1.35rem; margin-bottom: 16px; }
.panel ul { margin: 0; padding: 0; list-style: none; }
.panel li { position: relative; padding-left: 26px; color: var(--ink-2); }
.panel li + li { margin-top: 12px; }
.panel li::before { content: ''; position: absolute; left: 4px; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--red); opacity: .5; }
.panel.warn li::before { background: #c98a72; }
.panel li b { display: block; color: var(--ink); margin-bottom: 3px; }

/* geniş akordiyon */
.acc-wide { max-width: 880px; margin-inline: auto; }

/* CTA bandı */
.promo-cta { grid-template-columns: 1fr; text-align: center; }
.promo-cta .promo-copy p { margin-inline: auto; }
.promo-cta .slide-cta { justify-content: center; }
.btn-ghost-light { border: 1.5px solid rgb(255 255 255 / .45); color: #fff; }
.btn-ghost-light:hover { border-color: #fff; background: rgb(255 255 255 / .12); }

/* ilgili içerik */
.rel { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.rel a {
  display: block; padding: 20px 22px; border-radius: var(--r);
  border: 1px solid var(--line); background: var(--paper);
  font-weight: 600; transition: border-color .18s, transform .18s, box-shadow .18s;
}
.rel a:hover { border-color: var(--red); color: var(--red); transform: translateY(-3px); box-shadow: var(--shadow-s); }
.rel small { display: block; margin-top: 5px; font-weight: 400; color: var(--ink-3); font-size: .86rem; }

/* ── yasal metin sayfaları ── */
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(2rem, 3.6vw, 2.8rem); }
.legal-body h2 { margin-top: 34px; font-size: 1.28rem; }
.legal-body p { margin-top: 10px; color: var(--ink-2); line-height: 1.75; }
.legal-body a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }

/* ── blog ───────────────────────────────── */
.cat-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.cat-nav a {
  padding: 9px 18px; border-radius: var(--r-full);
  border: 1px solid var(--line); background: var(--paper);
  font-size: .93rem; font-weight: 600; color: var(--ink-2);
  transition: .16s;
}
.cat-nav a:hover { border-color: var(--red); color: var(--red); }
.cat-nav a.aktif { background: var(--red); border-color: var(--red); color: #fff; }

.post-feature {
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, #fdf4f0, var(--cream));
  border: 1px solid var(--line);
  margin-bottom: 24px;
}
.post-feature h2 { margin: 14px 0 12px; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.post-feature h2 a { color: inherit; }
.post-feature h2 a:hover { color: var(--red); }
.post-feature p { color: var(--ink-2); max-width: 62ch; }
.post-feature .btn { margin-top: 22px; }

.post-grid-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.post-card {
  border-radius: var(--r-lg); background: var(--paper);
  border: 1px solid var(--line); box-shadow: var(--shadow-s);
  transition: transform .2s cubic-bezier(.2,.8,.3,1), box-shadow .2s, border-color .2s;
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); border-color: #e6cfc8; }
.post-card-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.post-card h2 { font-size: 1.2rem; margin: 0; }
.post-card h2 a { color: inherit; }
.post-card h2 a:hover { color: var(--red); }
.post-card p { margin: 0; color: var(--ink-2); font-size: .95rem; }

.post-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: .86rem; color: var(--ink-3); }

.post-feature.has-img { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(20px, 3vw, 40px); align-items: center; }
.post-feature-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--line); }
@media (max-width: 860px) {
  .post-feature.has-img { grid-template-columns: 1fr; }
  .post-feature-img { order: -1; }
}
.post-card-img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r-lg) var(--r-lg) 0 0; border-bottom: 1px solid var(--line); }
.post-hero-img { display: block; width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--line); margin: 22px 0 8px; }

/* yazı detayı */
.post-head { max-width: 800px; padding-top: clamp(28px, 4vw, 48px); }
.post-head h1 { margin: 16px 0 0; font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.post-head .lead { margin: 18px 0 20px; font-size: 1.12rem; color: var(--ink-2); }

.post-grid {
  display: grid; grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding-top: 34px; padding-bottom: clamp(40px, 6vw, 72px);
}
.toc { position: sticky; top: 96px; }
.toc details { border-radius: var(--r); border: 1px solid var(--line); background: var(--paper); padding: 18px 20px; }
.toc summary { cursor: pointer; font-family: var(--display); font-weight: 700; font-size: 1.02rem; list-style: none; }
.toc summary::-webkit-details-marker { display: none; }
.toc ol { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.toc a { display: flex; gap: 8px; font-size: .92rem; color: var(--ink-2); line-height: 1.4; }
.toc a span { color: var(--red); font-weight: 700; flex: 0 0 auto; }
.toc a:hover { color: var(--red); }
.toc li.alt { padding-left: 16px; }
.toc li.alt a { font-size: .88rem; color: var(--ink-3); }

.post-body { max-width: 72ch; }
.post-body h2 { margin-top: 38px; font-size: clamp(1.4rem, 2.4vw, 1.85rem); scroll-margin-top: 100px; }
.post-body h3 { margin-top: 26px; font-size: 1.16rem; scroll-margin-top: 100px; }
.post-body p { margin-top: 12px; color: var(--ink-2); line-height: 1.8; font-size: 1.03rem; }

.note {
  margin-top: 36px; padding: 22px 24px;
  border-radius: var(--r); background: var(--red-soft);
  border-left: 4px solid var(--red);
}
.note b { display: block; margin-bottom: 6px; font-family: var(--display); }
.note p { margin: 0; color: var(--ink-2); }

/* ── kurumsal güven bandı ── */
.trust { background: var(--paper); border-block: 1px solid var(--line); }
.tcards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.tcard { padding: 26px 24px; border-radius: var(--r-lg); background: var(--cream); border: 1px solid var(--line); }
.tico { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px; border-radius: 13px; background: #fff; border: 1px solid var(--line); }
.tico svg { width: 22px; height: 22px; stroke: var(--red); }
.tcard b { display: block; font-family: var(--display); font-size: 1.05rem; letter-spacing: -.02em; margin-bottom: 6px; }
.tmet { color: var(--ink-2); font-size: .93rem; line-height: 1.55; }

/* ── footer künye ── */
.foot-legal { padding-block: 22px; border-top: 1px solid rgb(255 255 255 / .1); }
.foot-legal dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; }
.foot-legal dt { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: rgb(255 255 255 / .45); }
.foot-legal dd { margin: 4px 0 0; font-size: .9rem; color: rgb(255 255 255 / .78); }

/* daha ölçülü iç sayfa hero — dekoratif ışıma yumuşatıldı */
.ihero::before { opacity: .55; }

/* mobil menü alt blok — masaüstünde gizli */
.menu-foot { display: none; }

/* ═══ oturum sayfaları ═══════════════════ */
.auth-body { background: var(--paper); }
.auth { display: grid; grid-template-columns: minmax(0, 460px) minmax(0, 1fr); min-height: 100vh; }

.auth-yan {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  display: flex; flex-direction: column;
  padding: 44px 44px 38px;
  background: linear-gradient(165deg, var(--ink) 0%, #2c1f1a 58%, #4a2019 100%);
  color: #fff;
  overflow: hidden;
}
/* yumuşak ışıma — düz koyu blok yerine derinlik */
.auth-yan::before {
  content: '';
  position: absolute;
  top: -140px; right: -120px;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(242 104 60 / .30), transparent 66%);
  pointer-events: none;
}
.auth-yan > * { position: relative; }
.auth-yan .logo-foot { width: 164px; }

.auth-yan-govde { margin: auto 0; }
.auth-yan-govde h2 { font-size: clamp(1.5rem, 2.2vw, 1.95rem); margin-bottom: 22px; max-width: 20ch; }
.auth-yan-govde ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.auth-yan-govde li { display: flex; gap: 12px; align-items: flex-start; font-size: .97rem; color: rgb(255 255 255 / .78); line-height: 1.5; }
.auth-yan-govde svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; fill: none; stroke: var(--gold); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* güven şeridi */
.auth-guven {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 26px; padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / .12);
}
.auth-guven span {
  padding: 7px 13px; border-radius: var(--r-full);
  background: rgb(255 255 255 / .09);
  font-size: .8rem; font-weight: 600; color: rgb(255 255 255 / .78);
}

.auth-yan-alt { margin: 24px 0 0; font-size: .89rem; color: rgb(255 255 255 / .5); }
.auth-yan-alt a { color: #fff; font-weight: 600; }

.auth-ana { position: relative; display: grid; place-items: center; padding: 44px 24px; }
.auth-geri {
  position: absolute; top: 28px; right: 28px;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .9rem; font-weight: 600; color: var(--ink-3);
}
.auth-geri svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.auth-geri:hover { color: var(--red); }

.auth-kart { width: min(100%, 430px); }
.auth-kart h1 { font-size: clamp(1.8rem, 3vw, 2.2rem); }
.auth-alt { margin: 10px 0 28px; color: var(--ink-2); }
.auth-form { padding: 0; border: 0; box-shadow: none; background: transparent; gap: 18px; }
.auth-form .btn { justify-content: center; }

.sifre-alan { position: relative; display: block; }
.sifre-goz {
  position: absolute; right: 6px; top: 50%; translate: 0 -50%;
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 10px; color: var(--ink-3);
}
.sifre-goz:hover { background: var(--cream); color: var(--red); }
.sifre-goz svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sifre-alan input { padding-right: 52px; }

.auth-satir { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.auth-satir .f-check { margin: 0; }
.auth-satir a { font-size: .9rem; font-weight: 600; color: var(--red); }
.auth-ipucu { display: block; margin-top: 7px; font-size: .84rem; font-weight: 400; color: var(--ink-3); }

.auth-yardim { margin-top: 26px; padding: 18px 20px; border-radius: var(--r); background: var(--cream); border: 1px solid var(--line); }
.auth-yardim b { display: block; margin-bottom: 5px; font-family: var(--display); }
.auth-yardim p { margin: 0; font-size: .92rem; color: var(--ink-2); line-height: 1.6; }
.auth-yardim a, .auth-gecis a { color: var(--red); font-weight: 600; }

.auth-gecis { margin-top: 26px; text-align: center; font-size: .95rem; color: var(--ink-2); }
