/* TMC Web — ana stil dosyası */
:root {
  --bg: #0b1825;          /* tmc.web.tr zemininin (#112131) bir ton koyusu */
  --bg-2: #112131;
  --surface: #13283c;
  --surface-2: #183149;
  --line: rgba(255, 255, 255, .09);
  --ink: #f4f1ea;
  --ink-2: #b8c4d1;
  --muted: #8495a6;
  --gold: #ddac38;
  --gold-2: #e6c271;        /* açık altın (sarıya kaçmayan) */
  --gold-grad: linear-gradient(100deg, #b07f24 0%, #ddac38 22%, #f1d58a 45%, #ddac38 68%, #b07f24 100%);
  --gold-ink: #1c1505;
  --radius: 18px;
  --wrap: 1480px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --display: Poppins, "Segoe UI", system-ui, sans-serif;
  --body: Poppins, "Segoe UI", system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img, svg { max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 300; background: var(--gold); color: var(--gold-ink); padding: 10px 16px; border-radius: 10px; font-weight: 700; transition: top .2s; }
.skip:focus { top: 12px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 20px; }

/* ---------- üst bar ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .35s, box-shadow .35s, backdrop-filter .35s; }
.site-header::before { content: ""; position: absolute; inset: 0 0 -28px 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg, rgba(11, 24, 37, .88), rgba(11, 24, 37, 0)); transition: opacity .35s; }
.site-header.is-stuck::before { opacity: 0; }
.site-header::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: var(--line); opacity: 0; transition: opacity .35s; }
.site-header { --bar-pad: 22px; --logo-h: 38px; }
.site-header.is-stuck { --bar-pad: 10px; --logo-h: 28px; }
.bar { max-width: var(--wrap); margin: 0 auto; padding: var(--bar-pad) 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: padding .35s var(--ease); }
.logo { display: block; flex: none; line-height: 0; }
.logo img { height: var(--logo-h); width: auto; transform-origin: left center; transition: height .35s var(--ease); }
.site-header.is-stuck { background: rgba(11, 24, 37, .82); -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .7); }
.site-header.is-stuck::after { opacity: 1; }

.nav { display: none; }
.nav > ul { display: flex; align-items: center; gap: 4px; }
.nav > ul > li { position: relative; display: flex; align-items: center; }
.nav a { display: block; padding: 10px 14px; font-weight: 700; font-size: 15px; color: var(--ink); border-radius: 999px; transition: color .2s, background .2s; }
.nav > ul > li > a:hover { color: var(--gold-2); }
.nav .sub-toggle { margin-left: -10px; padding: 8px 8px 8px 0; color: var(--ink-2); transition: transform .25s; }
.nav .has-sub:hover .sub-toggle, .nav .has-sub.open .sub-toggle { transform: rotate(180deg); color: var(--gold-2); }
.nav .sub { position: absolute; top: 100%; left: 0; min-width: 230px; padding: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .7); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav .has-sub:hover .sub, .nav .has-sub:focus-within .sub, .nav .has-sub.open .sub { opacity: 1; visibility: visible; transform: none; }
.nav .sub a { border-radius: 10px; font-weight: 600; font-size: 14.5px; color: var(--ink-2); }
.nav .sub a:hover { background: var(--surface-2); color: var(--ink); }
.nav a.nav-cta { margin-left: 8px; background: var(--gold-grad); background-size: 250% 100%; animation: gold-shift 7s linear infinite; color: var(--gold-ink); padding-inline: 18px; }
.nav a.nav-cta:hover { animation-duration: 2.5s; color: var(--gold-ink); }

/* yıl rozeti: üstten sarkan, kırlangıç kuyruklu altın kurdele */
.anniv { position: relative; flex: none; align-self: flex-start; width: 50px; height: 1px; margin: calc(var(--bar-pad) * -1) auto 0 2px; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .5)); transition: margin .35s var(--ease); }
.anniv-in { position: absolute; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; width: 50px; padding: calc(var(--bar-pad) + var(--logo-h) * .46 - 11px) 0 24px; line-height: 1; color: var(--gold-ink); clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%); background: linear-gradient(90deg, rgba(0, 0, 0, .22), rgba(255, 255, 255, .14) 22%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .2)), linear-gradient(180deg, #b07f24 0%, #e9c46a 38%, #ddac38 70%, #a87720 100%); transition: padding .35s var(--ease); }
.anniv b { transition: font-size .35s var(--ease); font-size: 21px; font-weight: 700; letter-spacing: -.03em; text-shadow: 0 1px 0 rgba(255, 255, 255, .35); }
.anniv i { font-size: 11px; font-weight: 600; margin-top: 3px; }
/* üstten sabit kurdele: yukarıdan esen rüzgârla kumaş gibi dalgalanır (öne-arkaya kıvrılma + aşağı akan ışık-gölge kıvrımları) */
.anniv { perspective: 260px; perspective-origin: 50% 0; }
.anniv-in { transform-origin: 50% 0; animation: anniv-flutter 4.6s ease-in-out infinite; will-change: transform; }
.anniv-in::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .22) 9px, rgba(255, 255, 255, 0) 18px, rgba(0, 0, 0, .16) 27px, rgba(0, 0, 0, 0) 36px); background-size: 100% 36px; animation: anniv-ripple 1.5s linear infinite; mix-blend-mode: soft-light; }
.anniv b, .anniv i { position: relative; z-index: 1; }
@keyframes anniv-flutter {
  0%, 100% { transform: rotateX(0deg) scaleY(1); }
  22% { transform: rotateX(13deg) scaleY(.985); }
  45% { transform: rotateX(-7deg) scaleY(1.01); }
  68% { transform: rotateX(8deg) scaleY(.99); }
  86% { transform: rotateX(-3deg) scaleY(1); }
}
@keyframes anniv-ripple { from { background-position: 0 0; } to { background-position: 0 36px; } }
.site-header.is-stuck .anniv b { font-size: 17px; }
.site-header.is-stuck .anniv i { font-size: 9.5px; margin-top: 2px; }
.site-header.is-stuck .anniv-in { padding-bottom: 18px; }
.bar-social { display: none; align-items: center; gap: 2px; }
.bar-social a { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--ink-2); transition: color .2s, background .2s; }
.bar-social a:hover { color: var(--gold); background: rgba(255, 255, 255, .06); }
.bar-tools { display: flex; align-items: center; gap: 10px; }
.flag { display: block; flex: none; border-radius: 3px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .18); }
.lang { position: relative; }
.lang-btn { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; font-size: 13px; letter-spacing: .04em; transition: border-color .2s, background .2s; }
.lang-btn:hover, .lang.open .lang-btn { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .05); }
.lang-list { position: absolute; right: 0; top: calc(100% + 8px); min-width: 170px; padding: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .7); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }
.lang.open .lang-list { opacity: 1; visibility: visible; transform: none; }
.lang-list a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; font-weight: 600; font-size: 14.5px; color: var(--ink-2); }
.lang-list a:hover, .lang-list a[aria-current] { background: var(--surface-2); color: var(--ink); }

.burger { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 18px; height: 2px; border-radius: 2px; background: var(--ink); }
.burger span:nth-child(2) { width: 12px; align-self: center; transform: translateX(3px); }

/* ---------- mobil çekmece (sağdan) ---------- */
.drawer-overlay { position: fixed; inset: 0; z-index: 190; background: rgba(4, 10, 17, .62); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s; }
.drawer-overlay.on { opacity: 1; }
.drawer-overlay[hidden] { display: none; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 200; width: min(88vw, 380px); background: var(--bg-2); border-left: 1px solid var(--line); padding: 18px 22px 28px; display: flex; flex-direction: column; gap: 18px; overflow-y: auto; overscroll-behavior: contain; transform: translateX(104%); visibility: hidden; transition: transform .42s var(--ease), visibility .42s; }
.drawer.open { transform: none; visibility: visible; box-shadow: -30px 0 80px -20px rgba(0, 0, 0, .7); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; }
.drawer-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.drawer-nav > li { border-bottom: 1px solid var(--line); }
.drawer-nav a { display: block; padding: 15px 2px; font-weight: 600; font-size: 21px; line-height: 1.2; }
.drawer-nav .row { display: flex; align-items: center; justify-content: space-between; }
.drawer-nav .row a { flex: 1; }
.drawer-nav .sub-toggle { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; transition: transform .3s, background .2s; }
.drawer-nav .has-sub.open .sub-toggle { transform: rotate(180deg); background: var(--surface-2); }
.drawer-nav .sub { overflow: hidden; max-height: 0; visibility: hidden; transition: max-height .4s var(--ease), visibility .4s; }
.drawer-nav .has-sub.open .sub { visibility: visible; }
.drawer-nav .has-sub.open .sub { max-height: 400px; }
.drawer-nav .sub a { font-family: var(--body); font-size: 16px; font-weight: 600; color: var(--ink-2); padding: 10px 2px 10px 16px; border-left: 2px solid var(--line); }
.drawer-nav .sub li:last-child a { margin-bottom: 14px; }
.drawer-langs { display: flex; gap: 8px; flex-wrap: wrap; }
.drawer-langs a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; font-size: 14px; color: var(--ink-2); }
.drawer-langs a[aria-current] { border-color: var(--gold); color: var(--ink); }
.drawer-contact { margin-top: auto; display: grid; gap: 4px; color: var(--ink-2); font-weight: 600; }

/* ---------- ortak ---------- */
.eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; transition: transform .2s var(--ease), background .2s, border-color .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold-grad); background-size: 250% 100%; color: var(--gold-ink); animation: gold-shift 7s linear infinite; box-shadow: 0 10px 28px -14px rgba(221, 172, 56, .7); }
.btn-gold:hover { animation-duration: 2.5s; box-shadow: 0 14px 32px -12px rgba(221, 172, 56, .85); }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .22); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.textlink { color: var(--gold-2); font-weight: 700; border-bottom: 1px solid rgba(230, 194, 113, .4); }
.section { padding: 84px 0; position: relative; overflow: hidden; overflow: clip; }
.section > .wrap { position: relative; z-index: 1; }
/* bölüm kenarlarındaki soluk süs çizimleri — kaldırmak için .decos { display: none } yeterli */
.decos { position: absolute; inset: 0; z-index: 0; pointer-events: none; display: none; }
.deco { position: absolute; width: clamp(260px, 26vw, 460px); height: auto; opacity: .07; }
.deco-l { left: clamp(-190px, -9vw, -90px); top: 8%; color: var(--gold); transform: rotate(-12deg); }
.deco-r { right: clamp(-190px, -9vw, -90px); bottom: 6%; color: #9fc3e6; transform: rotate(14deg); }
@media (min-width: 900px) { .decos { display: block; } }
.section-head { margin-bottom: 40px; }
.section-head p:not(.eyebrow) { max-width: 720px; }
.section-head.center p:not(.eyebrow) { margin-inline: auto; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2, .about h2, .contact h2 { font-family: var(--display); font-weight: 600; font-size: clamp(28px, 3vw, 44px); line-height: 1.14; letter-spacing: -.02em; text-wrap: balance; }
.section-head p:not(.eyebrow) { color: var(--ink-2); margin-top: 14px; font-size: 17px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in, .no-js .reveal { opacity: 1; transform: none; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; overflow: clip; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -1; background: var(--bg); }
.hero-bg .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 2s ease; }
.hero-bg .slide.on { opacity: .3; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.04); }
.hero-bg .slide.zoom img { animation: kenburns 10s ease-out forwards; }   /* zoom, kare tamamen sönene kadar sürer */
@keyframes kenburns { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.hero-bg::after { content: ""; position: absolute; inset: 0; background:
    linear-gradient(180deg, rgba(11, 24, 37, .55) 0%, rgba(11, 24, 37, 0) 22%, rgba(11, 24, 37, 0) 62%, var(--bg) 100%),
    linear-gradient(90deg, rgba(11, 24, 37, .62) 0%, rgba(11, 24, 37, .2) 55%, rgba(11, 24, 37, 0) 100%); }
.hero-grid { max-width: var(--wrap); margin: 0 auto; padding: 128px 20px 56px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-copy .hero-h1 { font-family: var(--body); line-height: 1.4; }
.hero-copy .hero-title { font-family: var(--display); font-weight: 700; font-size: clamp(36px, 4.1vw, 68px); line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; margin-bottom: 20px; }
.hero-copy .hero-title em { font-style: normal; color: var(--gold); background: var(--gold-grad); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: gold-shift 6s linear infinite; }
/* dönen kelime grubu: yeni ifade fadeIn ile gelir, genişlik .5s'de uyum sağlar */
.rot { display: block; white-space: nowrap; overflow: visible; transition: width .5s ease; }
.rot em { display: inline-block; padding-bottom: .08em; }
.rot em.fade { animation: gold-shift 6s linear infinite, rot-in 1s ease both; }
@keyframes rot-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes gold-shift { from { background-position: 0% 50%; } to { background-position: -250% 50%; } }
.hero-copy .lead { color: var(--ink-2); font-size: clamp(16px, 1.3vw, 18.5px); max-width: 52ch; margin-bottom: 28px; }
/* hero: 21st.dev "star rating with avatar group" birebir (avatarlar 48px, -12px bindirme, beyaz 2px kenar, hover'da 4px yukarı; dikey ayırıcı; 18px yıldız + 5.0; güven satırı) */
.rating { display: inline-flex; align-items: center; margin-top: 28px; }
.rt-avas { display: flex; padding-right: 12px; border-right: 1px solid #d1d5db; }
.rt-ava { position: relative; width: 48px; height: 48px; border-radius: 50%; border: 2px solid #fff; background: #fff; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; transition: transform .15s cubic-bezier(.4, 0, .2, 1); }
.rt-ava + .rt-ava { margin-left: -12px; }
.rt-ava img { width: 100%; height: 100%; object-fit: cover; }
.rt-ava:hover { transform: translateY(-4px); }
.rt-body { display: flex; flex-direction: column; padding-left: 12px; }
.rt-row { display: flex; align-items: center; }
.rt-stars { display: inline-flex; }
.rt-score { margin-left: 8px; font-weight: 500; color: var(--ink-2); }
.rt-text { font-size: 14px; color: var(--muted); }
.rt-text b { font-weight: 500; color: var(--ink); }
.hero-copy .trust { margin-top: 18px; color: var(--muted); font-size: 14px; max-width: 52ch; }

/* 3D kart akışı (masaüstü) */
.flow { position: relative; display: none; width: 100%; height: 82vh; min-height: 560px; max-height: 900px; perspective: 3400px; -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.25) 0, #000 16%); mask-image: linear-gradient(180deg, rgba(0,0,0,.25) 0, #000 16%); touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.flow-inner { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(3deg) rotateY(-4deg); cursor: grab; }
.flow-inner.dragging { cursor: grabbing; }
/* düzen genişliği = en büyük görünen boyut (62% × 1.3); JS ölçeği 1.3'e böler → görsel hiçbir anda büyütülmez, net kalır */
.flow figure { position: absolute; left: 50%; top: 50%; width: 80.6%; margin: 0; opacity: 0; backface-visibility: hidden; }
.flow .card { border-radius: 21px; }
.flow .card .ph span { font-size: clamp(10.5px, .78vw, 13px); }
.flow .card .ph strong { font-size: clamp(19.5px, 1.75vw, 30px); }
.card { position: relative; aspect-ratio: 1200 / 780; border-radius: 16px; overflow: hidden; background: var(--surface); box-shadow: 0 30px 60px -24px rgba(0, 0, 0, .75), 0 0 0 1px rgba(255, 255, 255, .08); }
.card img { color: transparent; font-size: 0; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.card .ph { position: absolute; inset: 0; padding: 5% 6%; display: flex; flex-direction: column; justify-content: flex-end; gap: .55em; align-items: flex-start; color: #fff; background: linear-gradient(180deg, rgba(5, 12, 20, 0) 55%, rgba(5, 12, 20, .86) 100%); }
.card .ph span { font-size: clamp(8px, .6vw, 10px); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .45em .9em; border-radius: 999px; background: rgba(11, 24, 37, .72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--gold-2); }
.card .ph strong { font-family: var(--body); font-weight: 600; font-size: clamp(15px, 1.35vw, 23px); line-height: 1.1; text-shadow: 0 1px 3px rgba(0, 0, 0, .5); }

/* mobil: yatay akan şerit */
.mobile-flow { overflow: hidden; width: calc(100% + 40px); margin-inline: -20px; }
.mobile-flow .track { display: flex; gap: 12px; width: max-content; animation: hero-mobile-flow 38s linear infinite; will-change: transform; }
.mobile-flow figure { flex: none; width: 270px; margin: 0; }
.mobile-flow .card { box-shadow: 0 0 0 1px rgba(255, 255, 255, .08); }
@keyframes hero-mobile-flow { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ---------- markalar ---------- */
.brands { padding-top: 56px; }
.brand-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.brand > a, .brand > div { height: 100%; display: flex; flex-direction: column; gap: 12px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, var(--surface), var(--bg-2)); transition: transform .3s var(--ease), border-color .3s; }
.brand > a:hover { transform: translateY(-4px); border-color: rgba(221, 172, 56, .55); }
.brand-logo { height: 52px; display: flex; align-items: center; }
.brand-logo img { max-height: 44px; width: auto; }
.brand-tag { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.brand p { color: var(--ink-2); font-size: 15px; }
.brand-link { margin-top: auto; font-weight: 700; font-size: 14px; color: var(--gold-2); }
.brand-soon > div { border-style: dashed; background: none; opacity: .6; }
.brand-soon i { width: 44px; height: 44px; border-radius: 12px; border: 1px dashed rgba(255, 255, 255, .3); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 22px; color: var(--muted); }

@media (max-width: 639px) { .brand-soon { display: none; } }

/* ---------- logo şeridi ---------- */
.clients { padding-block: 64px; background: linear-gradient(180deg, transparent, rgba(17, 33, 49, .7) 30%, rgba(17, 33, 49, .7) 70%, transparent); }
.marquee { overflow: hidden; padding-block: 8px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; padding-right: 16px; animation: marquee 70s linear infinite; will-change: transform; }
.marquee.reverse .marquee-track { animation-direction: reverse; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee li { flex: none; width: 148px; height: 104px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; display: flex; align-items: center; justify-content: center; transition: background .3s, border-color .3s; }
.marquee li:hover { border-color: var(--gold); }
.marquee img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; transition: transform .3s; }
.marquee li:hover img { transform: scale(1.06); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- hizmetler ---------- */
.service-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); }
.service { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-2); transition: transform .3s var(--ease), border-color .3s, background .3s, opacity .7s var(--ease); }
.service:hover { transform: translateY(-4px); border-color: rgba(221, 172, 56, .5); background: var(--surface); }
.service svg { color: var(--gold-2); margin-bottom: 18px; }
.service-ai { grid-column: 1 / -1; display: grid; gap: 16px; align-content: start; padding: 28px; border-color: rgba(221, 172, 56, .38); background: radial-gradient(90% 160% at 0% 0%, rgba(221, 172, 56, .17), transparent 60%), radial-gradient(70% 140% at 100% 100%, rgba(60, 130, 200, .16), transparent 60%), var(--bg-2); }
.service-ai:hover { background: radial-gradient(90% 160% at 0% 0%, rgba(221, 172, 56, .22), transparent 60%), radial-gradient(70% 140% at 100% 100%, rgba(60, 130, 200, .2), transparent 60%), var(--surface); }
.ai-head { display: flex; align-items: center; gap: 14px; }
.ai-head svg { margin: 0; width: 46px; height: 46px; padding: 10px; border-radius: 14px; background: var(--gold-grad); background-size: 250% 100%; color: var(--gold-ink); animation: gold-shift 7s linear infinite; }
.ai-badge { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); padding: 6px 12px; border: 1px solid rgba(221, 172, 56, .4); border-radius: 999px; }
.service-ai h3 { font-size: 21px; letter-spacing: -.02em; }
.service-ai p { font-size: 15.5px; }
.ai-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.ai-tags li { font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid var(--line); color: var(--ink); }
.service h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.service p { color: var(--ink-2); font-size: 15.5px; }

/* ---------- seçili işler ---------- */
.work-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.work-item a { display: block; }
.work-more { margin-top: 40px; display: flex; justify-content: center; }
.shot { display: block; aspect-ratio: 1200 / 780; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; transition: transform .6s var(--ease); }
.work-item a:hover .shot img { transform: scale(1.04); }
.work-item .meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 4px 0; }
.work-item strong { font-size: 17px; font-weight: 700; }
.work-item em { font-style: normal; font-size: 13.5px; color: var(--muted); white-space: nowrap; }

/* ---------- hakkımızda ---------- */
.about { background: var(--bg-2); border-block: 1px solid var(--line); }
.about-grid { display: grid; gap: 40px; align-items: center; }
.about p:not(.eyebrow) { color: var(--ink-2); margin-top: 16px; font-size: 16.5px; max-width: 62ch; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.facts strong { display: block; font-family: var(--display); font-weight: 700; letter-spacing: -.03em; font-size: clamp(34px, 4vw, 48px); line-height: 1; color: var(--gold-2); }
.facts span { display: block; margin-top: 8px; font-size: 13.5px; color: var(--muted); }
.about-more { margin-top: 30px !important; }
/* Hakkımızda: 3B fotoğraf carousel'i (ortadaki öne çıkar, yanlar geriye yatar) */
.fc { position: relative; height: clamp(420px, 44vw, 540px); touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.fc-stage { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; perspective: 1000px; }
.fc-item { position: absolute; margin: 0; width: clamp(200px, 21vw, 270px); aspect-ratio: 256 / 450; opacity: 0; transition: transform .5s cubic-bezier(.4, 0, .2, 1), opacity .5s cubic-bezier(.4, 0, .2, 1); cursor: pointer; }
.fc-item img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 24px; border: 2px solid rgba(255, 255, 255, .1); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .7); }
.fc-btn { position: absolute; top: 50%; z-index: 20; width: 44px; height: 44px; margin-top: -22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(11, 24, 37, .6); border: 1px solid rgba(255, 255, 255, .16); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .2s, border-color .2s, color .2s; }
.fc-btn:hover { border-color: var(--gold); color: var(--gold); }
.fc-prev { left: 0; } .fc-next { right: 0; }
.about-photo { margin: 0; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- süreç ---------- */
.steps { counter-reset: step; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.step { counter-increment: step; padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); }
.step::before { content: "0" counter(step); display: block; font-family: var(--display); font-weight: 700; font-size: 30px; color: var(--gold); margin-bottom: 14px; line-height: 1; }
.step h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--ink-2); font-size: 15.5px; }

/* ---------- SSS ---------- */
.faq-grid { display: grid; gap: 24px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 2px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary h3 { font-size: 17.5px; font-weight: 700; }
.faq-list summary::after { content: "+"; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; color: var(--gold-2); transition: transform .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { color: var(--ink-2); padding: 0 50px 22px 2px; }

/* ---------- iletişim ---------- */
.contact-card { display: grid; gap: 36px; padding: clamp(26px, 4vw, 56px); border-radius: 26px; border: 1px solid rgba(221, 172, 56, .28); background: radial-gradient(120% 140% at 0% 0%, rgba(221, 172, 56, .16), transparent 55%), var(--bg-2); }
.contact-card > div > p:not(.eyebrow) { color: var(--ink-2); margin: 14px 0 26px; font-size: 17px; }
.contact-list { font-style: normal; display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); align-content: start; }
.contact-list span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-list p { font-weight: 600; }
.contact-list small { color: var(--muted); font-weight: 500; }
.contact-list a:hover { color: var(--gold-2); }
.contact-list .textlink { display: inline-block; margin-top: 6px; font-size: 14px; }

/* ---------- müşteri yorumları ---------- */
.testimonials { padding-block: 72px; }
.t-marquee { padding-block: 10px; }
.t-marquee .marquee-track { gap: 20px; padding-right: 20px; animation-duration: 80s; align-items: stretch; }
.t-marquee li, .t-marquee li:hover { width: min(84vw, 420px); height: auto; padding: 0; background: none; border: 0; border-radius: 0; display: block; }
.t-card { height: 100%; margin: 0; padding: 26px 26px 22px; display: flex; flex-direction: column; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, var(--surface), var(--bg-2)); }
.t-card blockquote { margin: 0; flex: 1; }
.t-card blockquote p { color: var(--ink); font-size: 15.5px; line-height: 1.65; }
.t-card blockquote p::before { content: "\201C"; display: block; font-size: 44px; line-height: .6; margin-bottom: 10px; color: var(--gold); font-family: Georgia, serif; }
.t-card figcaption { display: flex; align-items: center; gap: 12px; }
.t-ava { flex: none; width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; color: var(--gold-ink); background: var(--gold-grad); background-size: 250% 100%; }
.t-ava.t-logo { background: #fff; overflow: hidden; border: 1px solid var(--line); }
.t-ava.t-logo img { width: 80%; height: 80%; object-fit: contain; }
.t-card strong { display: block; font-size: 14.5px; }
.t-card small { display: block; color: var(--muted); font-size: 12.5px; }
.t-sample { margin-left: auto; font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border: 1px dashed rgba(255, 255, 255, .25); border-radius: 999px; padding: 3px 9px; }

/* ---------- iç sayfalar ---------- */
.section.alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.nav a[aria-current="page"] { color: var(--gold); }
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: 150px 0 64px; border-bottom: 1px solid var(--line); }
.page-hero-bg { position: absolute; inset: 0; z-index: -1; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .22; display: block; }
.page-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 24, 37, .7) 0%, rgba(11, 24, 37, .2) 45%, var(--bg) 100%), linear-gradient(90deg, rgba(11, 24, 37, .7), rgba(11, 24, 37, 0) 70%); }
.page-hero h1 { font-weight: 700; font-size: clamp(32px, 3.6vw, 58px); line-height: 1.1; letter-spacing: -.03em; max-width: 22ch; text-wrap: balance; }
.page-hero .lead { margin-top: 18px; color: var(--ink-2); font-size: clamp(16px, 1.2vw, 18.5px); max-width: 68ch; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .5; }
.crumbs a:hover { color: var(--gold); }
.crumbs [aria-current] { color: var(--gold); font-weight: 600; }
.prose h2 { font-weight: 600; font-size: clamp(28px, 3vw, 44px); line-height: 1.14; letter-spacing: -.02em; text-wrap: balance; }
.prose p:not(.eyebrow) { color: var(--ink-2); margin-top: 16px; font-size: 16.5px; max-width: 64ch; }
.value-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); counter-reset: v; }
.value { counter-increment: v; padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg); }
.value::before { content: counter(v, decimal-leading-zero); display: block; font-weight: 700; font-size: 13px; letter-spacing: .1em; color: var(--gold); margin-bottom: 14px; }
.value h3, .sector h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.value p, .sector p { color: var(--ink-2); font-size: 15.5px; }
.sector-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.sector { padding: 24px 26px; border-radius: var(--radius); border: 1px solid var(--line); border-left: 3px solid var(--gold); background: var(--bg); }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); font-weight: 600; font-size: 14px; color: var(--ink-2); transition: border-color .2s, color .2s, background .2s; }
.chip i { font-style: normal; font-size: 11.5px; font-weight: 700; padding: 1px 7px; border-radius: 999px; background: rgba(255, 255, 255, .08); }
.chip:hover { border-color: rgba(221, 172, 56, .6); color: var(--ink); }
.chip.on { background: var(--gold-grad); background-size: 250% 100%; color: var(--gold-ink); border-color: transparent; }
.chip.on i { background: rgba(0, 0, 0, .16); }
.filter-count { color: var(--muted); font-size: 13.5px; margin-bottom: 22px; min-height: 1.4em; }
.client-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(min(46%, 190px), 1fr)); }
.client[hidden] { display: none; }
.client { animation: client-in .35s var(--ease) both; }
@keyframes client-in { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
.client > a, .client > div { display: flex; flex-direction: column; height: 100%; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--bg); transition: transform .3s var(--ease), border-color .3s; }
.client > a:hover { transform: translateY(-4px); border-color: var(--gold); }
.c-logo { height: 118px; padding: 16px 22px; background: #fff; display: flex; align-items: center; justify-content: center; }
.c-logo img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; }
.c-text { background: linear-gradient(135deg, #0f7a3d, #0a4a27); color: #fff; font-weight: 700; font-size: 17px; text-align: center; line-height: 1.2; }
.c-meta { padding: 12px 14px 14px; display: block; }
.c-meta strong { display: block; font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.c-meta small { display: block; margin-top: 3px; font-size: 12px; color: var(--muted); }

.brand-detail { display: grid; gap: 36px; align-items: center; }
.brand-panel { position: relative; min-height: 280px; border-radius: 26px; border: 1px solid rgba(221, 172, 56, .28); background: radial-gradient(120% 140% at 0% 0%, rgba(221, 172, 56, .18), transparent 55%), radial-gradient(90% 120% at 100% 100%, rgba(60, 130, 200, .18), transparent 60%), var(--surface); display: flex; flex-direction: column; gap: 22px; align-items: center; justify-content: center; padding: 40px; }
.brand-panel img { width: min(100%, 420px); height: auto; }
.ticks { margin-top: 22px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; color: var(--ink); font-weight: 500; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: .15em; width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--gold-ink); background: var(--gold-grad); background-size: 250% 100%; }
.soon-card { display: flex; align-items: center; gap: 22px; padding: 30px; border-radius: var(--radius); border: 1px dashed rgba(255, 255, 255, .22); }
.soon-card i { width: 56px; height: 56px; border-radius: 16px; border: 1px dashed rgba(255, 255, 255, .3); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 26px; color: var(--muted); }
.soon-card h2 { font-size: 22px; font-weight: 600; }
.soon-card p { color: var(--ink-2); margin-top: 4px; }
.cta-band { align-items: center; }

.contact-page { display: grid; gap: 40px; }
.form-card { padding: clamp(24px, 3vw, 40px); border-radius: 26px; border: 1px solid rgba(221, 172, 56, .28); background: radial-gradient(120% 140% at 0% 0%, rgba(221, 172, 56, .13), transparent 55%), var(--bg-2); }
.form-card h2, .h-sm { font-size: clamp(22px, 2vw, 28px); font-weight: 600; letter-spacing: -.02em; }
.form-card > p { color: var(--ink-2); margin: 10px 0 24px; }
.form-card form { display: grid; gap: 16px; }
.form-card label span { display: block; font-size: 13px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; }
.form-card input, .form-card select, .form-card textarea { width: 100%; font: inherit; color: var(--ink); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; padding: 13px 14px; transition: border-color .2s, background .2s; }
.form-card select option { color: #111; }
.form-card textarea { resize: vertical; min-height: 130px; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: none; border-color: var(--gold); background: rgba(255, 255, 255, .07); }
.form-card .invalid { border-color: #e2634f; }
.form-card button { cursor: pointer; }
.form-note { font-size: 12.5px; color: var(--muted); }
.contact-list.stack { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); margin-top: 20px; }
.map-title { margin-top: 40px; }
.map { margin-top: 16px; min-height: 300px; border-radius: 20px; border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; text-align: center; padding: 24px; background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .025) 0 14px, transparent 14px 28px), var(--bg-2); }
.map small { color: var(--muted); }
.map.loaded { padding: 0; }
.map iframe { width: 100%; height: 380px; border: 0; display: block; }
@media (min-width: 900px) {
  .brand-detail { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 72px; }
  .brand-detail.flip .brand-panel { order: 2; }
  .contact-page { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 64px; align-items: start; }
  .page-hero { padding: 190px 0 84px; }
}

/* menüdeki altın düğme, bulunulan sayfada da koyu yazıyla kalır */
.nav a.nav-cta[aria-current="page"], .nav a.nav-cta:hover { color: var(--gold-ink); }

/* yorum kartı: yıldızlar (sağ üst) + platform (sağ alt) */
.t-card { position: relative; }
.t-stars { position: absolute; top: 22px; right: 24px; display: inline-flex; gap: 2px; color: var(--gold); }
.t-who { min-width: 0; }
.t-who strong { display: flex !important; align-items: center; gap: 8px; }
.t-sample { margin-left: 0; }
.t-src { margin-left: auto; flex: none; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; }
.t-src b { font-weight: 600; color: var(--ink-2); }

/* referanslar: marka + kategori süzgeçleri */
.filters { display: grid; gap: 12px; }
.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.filter-label { flex: none; min-width: 78px; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.filter-row[data-dim="brand"] { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.filter-row[data-dim="brand"] .chip { padding: 11px 20px; font-size: 15px; }
.chip[hidden] { display: none; }
.chip i:empty { display: none; }
.c-shot { padding: 0; background: var(--surface); }
.c-shot img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: top; }
.client-empty { grid-column: 1 / -1; padding: 36px; text-align: center; color: var(--muted); border: 1px dashed rgba(255, 255, 255, .2); border-radius: 16px; }
.client-empty[hidden] { display: none; }

/* blog */
.post-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); }
.post-grid.compact { grid-template-columns: 1fr; gap: 16px; margin-top: 18px; }
.post-card a { display: flex; flex-direction: column; height: 100%; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); transition: transform .3s var(--ease), border-color .3s; }
.post-card a:hover { transform: translateY(-4px); border-color: rgba(221, 172, 56, .55); }
.post-cover { position: relative; display: block; aspect-ratio: 16 / 8; overflow: hidden; color: var(--gold); background: radial-gradient(120% 140% at 0% 0%, rgba(221, 172, 56, .22), transparent 55%), radial-gradient(90% 120% at 100% 100%, rgba(60, 130, 200, .25), transparent 60%), var(--surface); }
.post-cover svg { position: absolute; right: -6%; top: -30%; width: 62%; height: auto; opacity: .5; transform: rotate(-10deg); transition: transform .6s var(--ease); }
.post-card a:hover .post-cover svg { transform: rotate(0deg) scale(1.06); }
.post-card-body { display: flex; flex-direction: column; gap: 10px; padding: 22px 24px 24px; flex: 1; }
.post-card strong { font-size: 19px; font-weight: 600; line-height: 1.3; letter-spacing: -.01em; }
.post-desc { color: var(--ink-2); font-size: 14.5px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-meta { color: var(--muted); font-size: 13px; }
.post-card .brand-link { margin-top: auto; padding-top: 6px; }
.post-grid.compact .post-cover { display: none; }
.post-grid.compact .post-desc { -webkit-line-clamp: 2; }
.post-hero h1 { max-width: 26ch; font-size: clamp(30px, 3.2vw, 50px); }
.post-hero .post-meta { margin-top: 18px; font-size: 14px; }
.post-wrap { display: grid; gap: 48px; }
.post { max-width: 760px; }
.post .post-lead { font-size: 19px !important; color: var(--ink) !important; font-weight: 500; margin-top: 0 !important; }
.post h2 { font-size: clamp(22px, 2vw, 28px); margin-top: 40px; }
.post p:not(.eyebrow) { font-size: 17px; line-height: 1.75; max-width: none; }
.post .ticks li { color: var(--ink-2); font-weight: 400; font-size: 16.5px; line-height: 1.65; }
@media (min-width: 1024px) {
  .post-wrap { grid-template-columns: minmax(0, 1fr) 360px; gap: 72px; align-items: start; }
  .post-aside { position: sticky; top: 110px; }
}

/* ---------- müşteri girişi düğmesi ---------- */
.login-btn { display: none; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(221, 172, 56, .45); border-radius: 999px; font-weight: 700; font-size: 13.5px; color: var(--gold-2); transition: background .2s, border-color .2s, color .2s; }
.login-btn:hover { background: rgba(221, 172, 56, .12); border-color: var(--gold); color: var(--ink); }
.login-btn svg { flex: none; }
@media (min-width: 1024px) { .login-btn { display: inline-flex; } }
.drawer-login { display: inline-flex; align-items: center; gap: 10px; margin-top: 4px; padding: 13px 18px; border-radius: 999px; background: var(--gold-grad); background-size: 250% 100%; color: var(--gold-ink); font-weight: 700; }

/* ---------- giriş penceresi ---------- */
.modal { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-bg { position: absolute; inset: 0; background: rgba(4, 10, 17, .7); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); animation: fade-in .25s; }
.modal-box { position: relative; width: min(100%, 440px); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(24px, 4vw, 36px); border-radius: 24px; border: 1px solid rgba(221, 172, 56, .3); background: radial-gradient(120% 140% at 0% 0%, rgba(221, 172, 56, .14), transparent 55%), var(--bg-2); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8); animation: modal-in .35s var(--ease); }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }
.modal-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--ink-2); }
.modal-close:hover { color: var(--ink); border-color: var(--gold); }
.modal-box h2 { font-size: 24px; font-weight: 700; letter-spacing: -.02em; padding-right: 40px; }
.modal-box > p, .auth-view > p { color: var(--ink-2); font-size: 14.5px; margin-top: 8px; }
.auth-view { display: none; }
.auth-view.on { display: block; }
.auth-view form { display: grid; gap: 14px; margin-top: 22px; }
.auth-view label span { display: block; font-size: 13px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; }
.auth-view input { width: 100%; font: inherit; color: var(--ink); background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; padding: 13px 14px; transition: border-color .2s; }
.auth-view input:focus { outline: none; border-color: var(--gold); }
.auth-view input.invalid { border-color: #e2634f; }
.auth-view input[name="code"] { letter-spacing: .4em; font-size: 22px; text-align: center; font-weight: 700; }
.auth-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13.5px; }
.auth-row label { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); cursor: pointer; }
.auth-row input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--gold); }
.auth-link { background: none; border: 0; padding: 0; color: var(--gold-2); font-weight: 600; cursor: pointer; font-size: 13.5px; }
.auth-link:hover { color: var(--ink); }
.auth-view .btn { justify-content: center; width: 100%; }
.auth-view .btn[disabled] { opacity: .6; cursor: progress; transform: none; }
.auth-msg { min-height: 1.3em; font-size: 13.5px; color: var(--ink-2); }
.auth-msg.err { color: #f08a7b; }
.auth-msg.ok { color: #7fd3a0; }
.auth-foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); }
.auth-foot a { color: var(--gold-2); font-weight: 600; }
.auth-demo { margin-top: 10px; font-size: 12px; color: var(--muted); border: 1px dashed rgba(255, 255, 255, .2); border-radius: 10px; padding: 8px 12px; }
.auth-demo code { color: var(--gold-2); }
.pw-wrap { position: relative; }
.pw-wrap input { padding-right: 46px; }
.pw-toggle { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; color: var(--muted); display: inline-flex; align-items: center; justify-content: center; }
.pw-toggle:hover { color: var(--ink); }

/* ---------- hesabım ---------- */
.acc-locked { max-width: 520px; margin: 0 auto; padding: 40px; text-align: center; border-radius: var(--radius); border: 1px dashed rgba(255, 255, 255, .22); }
.acc-locked p { color: var(--ink-2); margin-bottom: 20px; }
.acc-locked[hidden] { display: none; }
.acc-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px; }
.acc-welcome { font-size: clamp(26px, 3vw, 40px); font-weight: 700; letter-spacing: -.02em; }
.acc-company { color: var(--muted); margin-top: 4px; }
.acc-tiles { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); margin: 30px 0 40px; }
.acc-tiles li { padding: 20px 22px; border-radius: 16px; border: 1px solid var(--line); background: var(--bg-2); }
.acc-tiles strong { display: block; font-size: 34px; font-weight: 700; line-height: 1; color: var(--gold-2); }
.acc-tiles span { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); }
.acc-grid { display: grid; gap: 32px; }
.acc-note { color: var(--muted); font-size: 13.5px; margin: 8px 0 20px; }
.svc-list { display: grid; gap: 14px; }
.svc { border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg-2); overflow: hidden; }
.svc.due { border-color: rgba(221, 172, 56, .5); }
.svc.expired { border-color: rgba(226, 99, 79, .55); }
.svc-main { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 18px 20px; }
.svc-ico { width: 46px; height: 46px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .06); color: var(--gold-2); }
.svc-ico svg { width: 24px; height: 24px; }
.svc-title { font-weight: 700; font-size: 16px; }
.svc-sub { color: var(--muted); font-size: 13px; margin-top: 2px; }
.svc-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 8px; font-size: 13px; color: var(--ink-2); }
.svc-meta b { color: var(--ink); font-weight: 600; }
.svc-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; text-align: right; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.badge.active { background: rgba(127, 211, 160, .14); color: #7fd3a0; }
.badge.due { background: rgba(221, 172, 56, .16); color: var(--gold-2); }
.badge.expired { background: rgba(226, 99, 79, .16); color: #f08a7b; }
.badge.pending { background: rgba(159, 195, 230, .14); color: #9fc3e6; }
.svc-price { font-weight: 700; font-size: 17px; }
.svc-price small { display: block; font-weight: 500; font-size: 12px; color: var(--muted); }
.btn-sm { padding: 9px 16px; font-size: 13.5px; }
.btn-sm[disabled] { opacity: .55; cursor: default; transform: none; }
.svc details { border-top: 1px solid var(--line); }
.svc summary { list-style: none; cursor: pointer; padding: 12px 20px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); display: flex; justify-content: space-between; }
.svc summary::-webkit-details-marker { display: none; }
.svc summary::after { content: "+"; color: var(--gold-2); }
.svc details[open] summary::after { content: "–"; }
.pay-table { width: 100%; border-collapse: collapse; font-size: 13.5px; margin: 0 0 6px; }
.pay-table th, .pay-table td { text-align: left; padding: 9px 20px; border-top: 1px solid var(--line); }
.pay-table th { color: var(--muted); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.pay-table td:last-child, .pay-table th:last-child { text-align: right; }
.pay-table .paid { color: #7fd3a0; } .pay-table .unpaid { color: var(--gold-2); }
.pay-table a { color: var(--gold-2); font-weight: 600; }
.no-pay { padding: 12px 20px 16px; color: var(--muted); font-size: 13.5px; }
.cart { align-self: start; padding: 24px; border-radius: var(--radius); border: 1px solid rgba(221, 172, 56, .28); background: radial-gradient(120% 140% at 0% 0%, rgba(221, 172, 56, .12), transparent 55%), var(--bg-2); display: grid; gap: 14px; }
.cart-items { display: grid; gap: 10px; }
.cart-items li { display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: 14px; padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .04); }
.cart-items small { display: block; color: var(--muted); font-size: 12px; }
.cart-items button { color: var(--muted); font-size: 12px; }
.cart-items button:hover { color: #f08a7b; }
.cart-empty { color: var(--muted); font-size: 14px; }
.cart-empty[hidden], .cart-total[hidden], #cartCheckout[hidden], .pay[hidden] { display: none; }
.cart-total { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); font-size: 15px; }
.cart-total strong { font-size: 20px; color: var(--gold-2); }
.cart .btn { justify-content: center; }
.pay { display: grid; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.pay h3, .cart-support h3 { font-size: 15px; font-weight: 700; }
.pay-opt { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 10px; border: 1px solid var(--line); cursor: pointer; font-size: 14px; }
.pay-opt:has(input:checked) { border-color: var(--gold); }
.pay-opt input { accent-color: var(--gold); }
.cart-support { padding-top: 14px; border-top: 1px solid var(--line); }
.cart-support p { color: var(--ink-2); font-size: 13.5px; margin-top: 6px; }
@media (min-width: 1024px) { .acc-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; } .cart { position: sticky; top: 100px; } }
@media (max-width: 640px) { .svc-main { grid-template-columns: auto minmax(0, 1fr); } .svc-right { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; } }

/* ---------- hesabım: sol menü + panel ---------- */
.page-account .section.account { padding-top: 110px; min-height: 100vh; }
.acc { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); }
.acc > * { min-width: 0; }
.acc-main { min-width: 0; }
.acc-side { display: flex; flex-direction: column; gap: 18px; padding: 18px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg-2); }
.acc-user { display: flex; align-items: center; gap: 12px; padding: 4px 6px 14px; border-bottom: 1px solid var(--line); }
.acc-user strong { display: block; font-size: 15px; line-height: 1.2; }
.acc-user small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.acc-ava { flex: none; width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; color: var(--gold-ink); background: var(--gold-grad); background-size: 250% 100%; }
.acc-nav { display: grid; gap: 4px; }
.acc-nav a, .acc-nav-link { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; font-weight: 600; font-size: 14.5px; color: var(--ink-2); transition: background .2s, color .2s; cursor: pointer; text-align: left; width: 100%; }
.acc-nav a svg, .acc-nav-link svg { flex: none; width: 19px; height: 19px; }
.acc-nav a:hover, .acc-nav-link:hover { background: rgba(255, 255, 255, .05); color: var(--ink); }
.acc-nav a.on { background: rgba(221, 172, 56, .14); color: var(--gold-2); }
.acc-nav i { margin-left: auto; font-style: normal; font-size: 11.5px; font-weight: 700; min-width: 22px; text-align: center; padding: 2px 7px; border-radius: 999px; background: rgba(255, 255, 255, .08); }
.acc-nav i:empty { display: none; }
.acc-nav i.hot { background: var(--gold); color: var(--gold-ink); }
.acc-side-foot { display: grid; gap: 4px; padding-top: 12px; border-top: 1px solid var(--line); }
.acc-view[hidden] { display: none; }
.acc-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 24px; }
.acc-welcome { font-size: clamp(24px, 2.6vw, 34px); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
.acc-date { color: var(--muted); font-size: 13.5px; }
.acc-tiles { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin-bottom: 24px; }
.acc-tiles li { padding: 18px 20px; border-radius: 16px; border: 1px solid var(--line); background: var(--bg-2); }
.acc-tiles strong { display: block; font-size: 30px; font-weight: 700; line-height: 1; color: var(--gold-2); }
.acc-tiles span { display: block; margin-top: 8px; font-size: 12.5px; color: var(--muted); }
.acc-tiles.small strong { font-size: 22px; }
.acc-main .h-sm { margin: 26px 0 12px; font-size: 18px; }
.acc-note { color: var(--muted); font-size: 13px; margin-top: 18px; }

/* ödeme bildirimi */
.notice { border-radius: var(--radius); border: 1px solid rgba(221, 172, 56, .5); background: radial-gradient(120% 140% at 0% 0%, rgba(221, 172, 56, .16), transparent 55%), var(--bg-2); padding: 20px 22px; margin-bottom: 8px; }
.notice[hidden] { display: none; }
.notice-head { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.notice-head > svg { flex: none; width: 34px; height: 34px; color: var(--gold); }
.notice-head > div { flex: 1; min-width: 200px; }
.notice-head h2 { font-size: 17px; font-weight: 700; }
.notice-head p { color: var(--ink-2); font-size: 13.5px; margin-top: 2px; }
.notice-list { display: grid; gap: 8px; margin-top: 16px; }
.notice-list li { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; padding: 10px 14px; border-radius: 12px; background: rgba(255, 255, 255, .04); font-size: 14px; }
.notice-list li > span:first-child { flex: 1; min-width: 180px; }
.notice-list small { display: block; color: var(--muted); font-size: 12px; }
.notice-list .amt { font-weight: 700; }
.groups { display: grid; gap: 10px; margin-top: 14px; }
.group { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; padding: 12px 14px; border-radius: 12px; border: 1px dashed rgba(221, 172, 56, .5); font-size: 14px; }
.group > span { flex: 1; min-width: 200px; }
.group b { color: var(--gold-2); }
.group small { display: block; color: var(--muted); font-size: 12px; }

/* kompakt hizmet listesi + tablolar */
.svc-list.compact .svc details { display: none; }
.table-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid var(--line); background: var(--bg-2); }
.table-wrap .pay-table th, .table-wrap .pay-table td { padding: 11px 16px; white-space: nowrap; }
.table-wrap .pay-table tr:first-child th { border-top: 0; }
.table-wrap .pay-table td:nth-child(2) { white-space: normal; min-width: 200px; }
.table-wrap .empty { padding: 22px 16px; color: var(--muted); font-size: 13.5px; }
.filters-inline { display: flex; gap: 10px; flex-wrap: wrap; }
.filters-inline label span { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.filters-inline select { font: inherit; font-size: 14px; color: var(--ink); background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; }
.filters-inline select option { color: #111; }

/* hesap bilgileri */
.acc-info { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin: 0 0 20px; }
.acc-info div { padding: 16px 18px; border-radius: 14px; border: 1px solid var(--line); background: var(--bg-2); }
.acc-info dt { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.acc-info dd { margin: 0; font-weight: 600; }

/* sepet görünümü */
.acc-view .cart { position: static; max-width: 560px; }
.cart-items li.grp { border-left: 3px solid var(--gold); }
@media (min-width: 900px) { .acc { grid-template-columns: 250px minmax(0, 1fr); gap: 36px; align-items: start; } .acc-side { position: sticky; top: 96px; } }
@media (max-width: 899px) { .acc-nav { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } .acc-side-foot { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .notice { padding: 16px; } .notice-head > div { min-width: 0; flex-basis: calc(100% - 48px); } .notice-head .btn { width: 100%; justify-content: center; } .notice-list li > span:first-child, .group > span { flex-basis: 100%; min-width: 0; } .notice-list li .btn, .group .btn { margin-left: auto; } .acc-nav a { padding: 10px; font-size: 13.5px; } .acc-user { padding-bottom: 10px; } }

/* ---------- alt bilgi ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 56px 0 28px; color: var(--ink-2); font-size: 15px; }
.footer-grid { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.footer-grid h3 { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a:hover { color: var(--gold-2); }
.footer-grid img { height: 36px; width: auto; margin-bottom: 14px; }
.social { display: flex; gap: 8px; margin-top: 18px; }
.social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; transition: border-color .2s, color .2s; }
.social a:hover { border-color: var(--gold); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }

/* ---------- duyarlı ---------- */
@media (min-width: 640px) {
  .wrap, .bar { padding-inline: 28px; }
  .hero-grid { padding-inline: 28px; }
  .mobile-flow { width: calc(100% + 56px); margin-inline: -28px; }
  .mobile-flow .track { gap: 16px; }
  .mobile-flow figure { width: 340px; }
  .site-header { --logo-h: 44px; }
  .site-header.is-stuck { --logo-h: 30px; }
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 64px; }
  .faq-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 64px; }
  .faq-grid .section-head { position: sticky; top: 110px; align-self: start; }
  .contact-card { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
  .section { padding: 108px 0; }
  .brands { padding-top: 64px; }
}
@media (min-width: 1024px) {
  .nav { display: block; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-ai { grid-column: span 2; }
  .bar-social { display: flex; }
  .burger { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); min-height: min(100vh, 1080px); min-height: min(100svh, 1080px); padding-top: 96px; padding-bottom: 32px; gap: 24px; }
  .hero-copy { max-width: 640px; }
  .flow { display: block; position: absolute; top: 0; right: 0; width: 50vw; max-width: 1040px; height: 100%; min-height: 0; max-height: none; }
  .mobile-flow { display: none; }
  .site-header { --logo-h: 46px; }
  .site-header.is-stuck { --logo-h: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mobile-flow .track, .marquee-track, .hero-bg .slide.zoom img, .rot em, .anniv-in, .anniv-in::after, .ai-head svg, .btn-gold, .nav a.nav-cta, .hero-copy .hero-title em { animation: none; }
  .mobile-flow, .marquee { overflow-x: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
