/* ==========================================================================
   MEPEX KARGO — Global Stylesheet (LIGHT THEME)
   Renk paleti: #c91417 (kırmızı) · #5bb02f (yeşil) · #007ac1 (mavi)
   ========================================================================== */

/* ---------- 1. TOKENS ---------- */
:root {
  /* Brand */
  --red: #c91417;
  --red-600: #a80f12;
  --red-300: #ef3d40;
  --red-soft: rgba(201, 20, 23, .08);
  --green: #5bb02f;
  --green-700: #3f8a1e;
  --green-300: #7fd44f;
  --green-soft: rgba(91, 176, 47, .1);
  --blue: #007ac1;
  --blue-700: #0060a0;
  --blue-300: #33a0e0;
  --blue-soft: rgba(0, 122, 193, .09);

  /* Surfaces */
  --bg: #ffffff;
  --bg-2: #f5f7fb;
  --bg-3: #eef2f8;
  --bg-4: #e4eaf3;
  --card: #ffffff;
  --line: rgba(13, 22, 40, .09);
  --line-strong: rgba(13, 22, 40, .16);

  /* Text */
  --tx: #0d1628;
  --tx-mid: #55607a;
  --tx-dim: #8c95a8;

  /* Effects */
  --shadow-xs: 0 1px 2px rgba(13, 22, 40, .05);
  --shadow-sm: 0 2px 8px -2px rgba(13, 22, 40, .09);
  --shadow-md: 0 14px 34px -18px rgba(13, 22, 40, .3);
  --shadow-lg: 0 30px 70px -34px rgba(13, 22, 40, .38);
  --shadow-xl: 0 40px 90px -40px rgba(13, 22, 40, .45);

  /* Layout */
  --maxw: 1280px;
  --gutter: clamp(20px, 4vw, 56px);
  --nav-h: 96px;
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 38px;

  /* Motion */
  --e-out: cubic-bezier(.16, 1, .3, 1);
  --e-io: cubic-bezier(.65, .05, .36, 1);
  --t-fast: .28s var(--e-out);
  --t-mid: .55s var(--e-out);
  --t-slow: .9s var(--e-out);

  --font: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ---------- 2. RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--tx);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
::selection { background: var(--red); color: #fff; }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg-3); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--red), var(--blue)); border-radius: 99px; border: 3px solid var(--bg-3); }

/* ---------- 3. TYPO ---------- */
h1, h2, h3, h4, h5 { font-weight: 800; line-height: 1.08; letter-spacing: -.03em; color: var(--tx); }
.h-xxl { font-size: clamp(2.6rem, 6.4vw, 5.3rem); }
.h-xl  { font-size: clamp(2.05rem, 4.4vw, 3.7rem); }
.h-lg  { font-size: clamp(1.6rem, 3vw, 2.5rem); }
.h-md  { font-size: clamp(1.2rem, 2vw, 1.55rem); }
.lede  { font-size: clamp(1.02rem, 1.3vw, 1.16rem); color: var(--tx-mid); line-height: 1.78; }
.muted { color: var(--tx-mid); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
  color: var(--red); margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--red), var(--blue));
}
.grad-txt {
  background: linear-gradient(100deg, var(--red) 0%, #d92027 26%, var(--blue) 66%, var(--green-700) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- 4. LAYOUT ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.sec { position: relative; padding: clamp(76px, 9vw, 140px) 0; overflow: hidden; }
.sec.alt { background: var(--bg-2); }
.sec.alt::before, .sec.alt::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--line);
}
.sec.alt::before { top: 0; }
.sec.alt::after { bottom: 0; }
.sec-head { max-width: 760px; margin-bottom: clamp(42px, 5vw, 72px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head p { margin-top: 18px; }
.grid { display: grid; gap: clamp(18px, 2vw, 26px); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }

/* Ambient blobs — light için çok yumuşak */
.aura { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; pointer-events: none; z-index: 0; }
.aura-r { background: radial-gradient(circle, rgba(201,20,23,.16), transparent 70%); }
.aura-b { background: radial-gradient(circle, rgba(0,122,193,.16), transparent 70%); }
.aura-g { background: radial-gradient(circle, rgba(91,176,47,.14), transparent 70%); }

.grid-lines {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(13,22,40,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,22,40,.045) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 15%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 15%, transparent 75%);
}
.sec > .wrap { position: relative; z-index: 2; }

/* ---------- 5. BUTTONS ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 99px; font-weight: 700; font-size: .93rem;
  letter-spacing: -.01em; cursor: pointer; overflow: hidden; isolation: isolate;
  transition: transform var(--t-fast), box-shadow var(--t-fast), color var(--t-fast), background var(--t-fast), border-color var(--t-fast);
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; transition: transform var(--t-fast); }
.btn:hover { transform: translateY(-3px); }
.btn:hover svg { transform: translateX(4px); }
.btn:active { transform: translateY(-1px) scale(.98); }

.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 26px -12px rgba(201,20,23,.75); }
.btn-primary::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, var(--red) 0%, #e0212a 45%, var(--blue) 135%);
  transform: translateX(-101%); transition: transform .5s var(--e-out);
}
.btn-primary:hover::before { transform: translateX(0); }
.btn-primary:hover { box-shadow: 0 20px 40px -16px rgba(201,20,23,.6); }

.btn-ghost { color: var(--tx); border: 1px solid var(--line-strong); background: #fff; box-shadow: var(--shadow-xs); }
.btn-ghost:hover { border-color: var(--tx); background: #fff; box-shadow: var(--shadow-sm); }

.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 10px 26px -12px rgba(0,122,193,.75); }
.btn-blue:hover { box-shadow: 0 20px 40px -16px rgba(0,122,193,.6); }

.btn-sm { padding: 11px 22px; font-size: .85rem; }
.btn-lg { padding: 18px 36px; font-size: 1rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: .9rem;
  color: var(--red); transition: gap var(--t-fast), color var(--t-fast);
}
.link-arrow svg { width: 16px; height: 16px; }
.link-arrow:hover { gap: 15px; color: var(--red-600); }

/* ---------- 6. NAVBAR ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900; height: var(--nav-h);
  display: flex; align-items: center;
  transition: height .4s var(--e-out), background .4s var(--e-out), border-color .4s var(--e-out), box-shadow .4s var(--e-out);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  height: 74px; background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(13,22,40,.4);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 26px; }

.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img {
  height: clamp(46px, 5vw, 68px); width: auto; display: block;
  transition: height .4s var(--e-out), transform var(--t-mid);
}
.nav.scrolled .logo img { height: 52px; }
.logo:hover img { transform: scale(1.03); }

.footer .logo img { height: 84px; }
.loader .logo img { height: 72px; }

.menu { display: flex; align-items: center; gap: 4px; }
.menu > li { position: relative; }
.menu > li > a {
  display: flex; align-items: center; gap: 6px; padding: 10px 15px; border-radius: 99px;
  font-size: .91rem; font-weight: 600; color: var(--tx-mid); transition: color var(--t-fast), background var(--t-fast);
}
.menu > li > a:hover, .menu > li.active > a { color: var(--tx); background: rgba(13,22,40,.055); }
.menu .caret { width: 11px; height: 11px; transition: transform var(--t-fast); opacity: .6; }
.menu > li:hover .caret { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%; width: 292px; padding: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translate(-50%, 14px) rotateX(-12deg); transform-origin: top center;
  transition: opacity .35s var(--e-out), transform .35s var(--e-out), visibility .35s;
  perspective: 900px;
}
.menu > li:hover .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0) rotateX(0); }
.dropdown a {
  display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 12px;
  font-size: .89rem; font-weight: 600; color: var(--tx-mid); transition: all var(--t-fast);
}
.dropdown a:hover { background: var(--bg-2); color: var(--tx); transform: translateX(4px); }
.dropdown .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-r { background: var(--red); box-shadow: 0 0 0 3px rgba(201,20,23,.14); }
.dot-g { background: var(--green); box-shadow: 0 0 0 3px rgba(91,176,47,.16); }
.dot-b { background: var(--blue); box-shadow: 0 0 0 3px rgba(0,122,193,.15); }

.nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lang { display: flex; gap: 2px; padding: 4px; border-radius: 99px; border: 1px solid var(--line); background: #fff; }
.lang a {
  padding: 5px 11px; border-radius: 99px; font-size: .74rem; font-weight: 700;
  color: var(--tx-dim); transition: all var(--t-fast); line-height: 1.5;
}
.lang a.on { background: var(--tx); color: #fff; }
.lang a:hover { color: var(--tx); }
.lang a.on:hover { color: #fff; }
.drawer-lang { display: none; width: max-content; margin-top: 22px; }
@media (max-width: 980px) { .drawer-lang { display: flex; } }

.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line-strong); background: #fff; position: relative; }
.burger span { position: absolute; left: 13px; width: 18px; height: 2px; background: var(--tx); border-radius: 2px; transition: all .35s var(--e-out); }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 26px; width: 12px; }
body.menu-open .burger span:nth-child(1) { top: 21px; transform: rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { top: 21px; width: 18px; transform: rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 890; background: #fff;
  padding: calc(var(--nav-h) + 24px) var(--gutter) 40px; overflow-y: auto;
  clip-path: circle(0% at 100% 0%); transition: clip-path .7s var(--e-io);
}
body.menu-open .drawer { clip-path: circle(150% at 100% 0%); }
.drawer ul { display: flex; flex-direction: column; gap: 4px; }
.drawer > ul > li > a {
  display: block; padding: 16px 0; font-size: 1.5rem; font-weight: 800; letter-spacing: -.03em;
  border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(24px);
}
body.menu-open .drawer > ul > li > a { animation: drawerIn .6s var(--e-out) forwards; }
.drawer > ul > li:nth-child(1) > a { animation-delay: .16s; }
.drawer > ul > li:nth-child(2) > a { animation-delay: .22s; }
.drawer > ul > li:nth-child(3) > a { animation-delay: .28s; }
.drawer > ul > li:nth-child(4) > a { animation-delay: .34s; }
.drawer > ul > li:nth-child(5) > a { animation-delay: .40s; }
.drawer > ul > li:nth-child(6) > a { animation-delay: .46s; }
@keyframes drawerIn { to { opacity: 1; transform: none; } }
.drawer .btn { margin-top: 28px; width: 100%; }

/* ---------- 7. HERO ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  padding-top: calc(var(--nav-h) + clamp(28px, 4vw, 52px)); overflow: hidden; isolation: isolate;
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(0,122,193,.13), transparent 62%),
    radial-gradient(ellipse 46% 40% at 14% 12%, rgba(201,20,23,.09), transparent 64%),
    radial-gradient(ellipse 46% 40% at 88% 8%, rgba(91,176,47,.08), transparent 64%),
    linear-gradient(180deg, #fbfcfe 0%, #f1f6fc 58%, #ffffff 100%);
}
.hero > .wrap { position: relative; z-index: 3; }
.hero-inner { max-width: 800px; margin-inline: auto; text-align: center; padding-bottom: 10px; }
.hero-inner .eyebrow, .hero-inner .pill { justify-content: center; }
.hero h1 { margin-bottom: 18px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: block; }
.hero .lede { max-width: 600px; margin: 0 auto 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 0; }

/* 3D yarım dünya — kendi bandında, metinle çakışmaz */
.hero-map {
  position: relative; z-index: 1; width: 100%; display: flex; justify-content: center;
  flex: 1 1 0%; min-height: clamp(250px, 24vw, 320px); max-height: 470px;
}
.hero-map > .wrap { display: flex; align-items: stretch; }
.hero-map-inner { position: relative; flex: 1 1 auto; min-width: 0; overflow: hidden; }
.hero-map-inner canvas { position: absolute; inset: 0; width: 100%; height: 100%; cursor: grab; }
.hero-map-inner::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 15%; z-index: 2;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 58%, #ffffff 100%);
  pointer-events: none;
}
#globe-canvas { display: block; opacity: 0; transition: opacity 1.4s ease; }
#globe-canvas.ready { opacity: 1; }

/* açıklama şeridi */
.hero-legend {
  position: relative; z-index: 4;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  margin: 22px auto 6px; padding-inline: var(--gutter);
}
.hero-legend span {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: 99px;
  background: rgba(255,255,255,.82); border: 1px solid var(--line); backdrop-filter: blur(6px);
  font-size: .78rem; font-weight: 700; color: var(--tx-mid); box-shadow: var(--shadow-xs);
}
.hero-legend i { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.hero-legend .tr-flag { color: var(--tx); }
.hero-legend .tr-flag i {
  width: 9px; height: 9px; background: var(--red); position: relative;
}
.hero-legend .tr-flag i::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid rgba(201,20,23,.45);
}
@keyframes hb {
  0% { transform: scale(.6); opacity: .9; }
  22% { transform: scale(1.5); opacity: 0; }
  32% { transform: scale(.6); opacity: .7; }
  55% { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(.6); opacity: 0; }
}

.pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 7px 7px 16px; margin-bottom: 24px;
  border-radius: 99px; border: 1px solid var(--line); background: #fff;
  box-shadow: var(--shadow-sm); font-size: .82rem; font-weight: 600; color: var(--tx-mid);
}
.pill b { color: var(--tx); font-weight: 800; }
.pill .tag { padding: 4px 11px; border-radius: 99px; background: var(--green); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); position: relative; flex-shrink: 0; }
.live-dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid var(--green); animation: ping 1.9s ease-out infinite; }
@keyframes ping { 0% { transform: scale(.6); opacity: 1; } 100% { transform: scale(2.1); opacity: 0; } }

.scroll-hint {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--tx-dim); font-weight: 700;
}
.scroll-hint i { width: 1px; height: 38px; background: linear-gradient(var(--line-strong), transparent); position: relative; overflow: hidden; }
.scroll-hint i::after { content: ""; position: absolute; top: -38px; left: 0; width: 1px; height: 38px; background: linear-gradient(transparent, var(--red)); animation: scrollDot 2.1s var(--e-io) infinite; }
@keyframes scrollDot { to { top: 38px; } }

/* ---------- 8. TRACK BAR ---------- */
.track-bar { position: relative; z-index: 20; margin-top: -58px; }
.marquee + .track-bar, .sec + .track-bar { margin-top: clamp(40px, 5vw, 70px); }
.track-card {
  position: relative; padding: clamp(24px, 3vw, 36px); border-radius: var(--r-lg);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-xl); overflow: hidden;
}
.track-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--red), var(--green), var(--blue), var(--red));
  background-size: 300% 100%; animation: slide 7s linear infinite;
}
@keyframes slide { to { background-position: 300% 0; } }
.track-card h3 { margin-bottom: 6px; }
.track-card > p { font-size: .88rem; color: var(--tx-mid); margin-bottom: 20px; }
.track-form { display: flex; gap: 12px; flex-wrap: wrap; }
.track-input { position: relative; flex: 1 1 340px; }
.track-input svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 19px; height: 19px; color: var(--tx-dim); }
.track-input input {
  width: 100%; padding: 17px 18px 17px 50px; border-radius: 99px;
  background: var(--bg-2); border: 1px solid var(--line); color: var(--tx); font-size: .95rem;
  transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
}
.track-input input::placeholder { color: var(--tx-dim); }
.track-input input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,122,193,.13); background: #fff; }
.track-hint { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; font-size: .78rem; color: var(--tx-mid); }
.track-hint span { display: inline-flex; align-items: center; gap: 7px; }
.track-hint svg { width: 14px; height: 14px; color: var(--green-700); }

/* ---------- 9. SERVICE CARDS (3D) ---------- */
.svc-grid { perspective: 1400px; }
.svc {
  position: relative; padding: 32px 28px 28px; border-radius: var(--r-lg); overflow: hidden;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transform-style: preserve-3d;
  transition: transform .5s var(--e-out), border-color var(--t-fast), box-shadow .5s var(--e-out);
  will-change: transform;
}
.svc::before {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity var(--t-mid);
  background: radial-gradient(560px circle at var(--mx, 50%) var(--my, 0%), color-mix(in srgb, var(--accent, var(--red)) 8%, transparent), transparent 44%);
}
.svc:hover::before { opacity: 1; }
.svc::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--accent, var(--red)), transparent);
  transform: scaleX(0); transform-origin: left; transition: transform .6s var(--e-out);
}
.svc:hover::after { transform: scaleX(1); }
.svc:hover { border-color: color-mix(in srgb, var(--accent, var(--red)) 32%, var(--line)); box-shadow: var(--shadow-lg); }
.svc > * { position: relative; transform: translateZ(26px); }
.svc-ico {
  width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center; margin-bottom: 20px;
  background: color-mix(in srgb, var(--accent, var(--red)) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--accent, var(--red)) 22%, transparent);
  color: var(--accent, var(--red)); transition: transform .5s var(--e-out), box-shadow .5s var(--e-out);
}
.svc-ico svg { width: 27px; height: 27px; }
.svc:hover .svc-ico { transform: translateZ(44px) scale(1.07) rotate(-6deg); box-shadow: 0 14px 26px -14px color-mix(in srgb, var(--accent, var(--red)) 80%, transparent); }
.svc h3 { font-size: 1.2rem; margin-bottom: 10px; }
.svc p { font-size: .92rem; color: var(--tx-mid); line-height: 1.72; margin-bottom: 20px; }
.svc .num {
  position: absolute; top: 20px; right: 24px; font-size: 3.4rem; font-weight: 800; line-height: 1;
  color: color-mix(in srgb, var(--accent, var(--red)) 9%, transparent); letter-spacing: -.06em; transform: translateZ(10px);
}
.svc ul { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.svc ul:last-child { margin-bottom: 2px; }
.svc ul li { display: flex; align-items: flex-start; gap: 10px; font-size: .85rem; color: var(--tx-mid); }
.svc ul svg { width: 15px; height: 15px; color: var(--accent, var(--red)); flex-shrink: 0; margin-top: 4px; }

/* Feature tiles */
.tile {
  padding: 28px 26px; border-radius: var(--r-md); border: 1px solid var(--line);
  background: #fff; box-shadow: var(--shadow-xs); transition: all var(--t-mid);
}
.tile:hover { border-color: var(--line-strong); transform: translateY(-6px); box-shadow: var(--shadow-md); }
.tile .ti {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 16px;
  background: color-mix(in srgb, var(--accent, var(--blue)) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--accent, var(--blue)) 20%, transparent);
  color: var(--accent, var(--blue));
}
.tile .ti svg { width: 22px; height: 22px; }
.tile h4 { font-size: 1.03rem; margin-bottom: 8px; }
.tile p { font-size: .875rem; color: var(--tx-mid); line-height: 1.7; }
.tile p a { color: var(--tx); font-weight: 600; }
.tile p a:hover { color: var(--red); }

/* Diğer hizmetler — mini liste */
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mini {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--r-md);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-xs);
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}
.mini:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: color-mix(in srgb, var(--accent, var(--red)) 32%, var(--line)); }
.mini .mi {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; flex-shrink: 0;
  background: color-mix(in srgb, var(--accent, var(--red)) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--accent, var(--red)) 20%, transparent);
  color: var(--accent, var(--red));
}
.mini .mi svg { width: 21px; height: 21px; }
.mini .mt { flex: 1; min-width: 0; }
.mini .mt b { display: block; font-size: .95rem; font-weight: 700; margin-bottom: 2px; }
.mini .mt span { font-size: .8rem; color: var(--tx-mid); display: block; }
.mini > svg { width: 16px; height: 16px; color: var(--tx-dim); flex-shrink: 0; transition: transform var(--t-fast); }
.mini:hover > svg { transform: translateX(4px); color: var(--accent, var(--red)); }
@media (max-width: 720px) { .mini-grid { grid-template-columns: 1fr; } }

/* ---------- 10. STATS ---------- */
.stats-band {
  position: relative; overflow: hidden; padding: clamp(48px, 6vw, 78px) 0;
  background: linear-gradient(120deg, #0d1628 0%, #14243f 55%, #0b1a2e 100%);
}
.stats-band::before {
  content: ""; position: absolute; inset: 0; opacity: .55;
  background:
    radial-gradient(ellipse 40% 80% at 12% 50%, rgba(201,20,23,.28), transparent 65%),
    radial-gradient(ellipse 40% 80% at 88% 50%, rgba(0,122,193,.3), transparent 65%);
}
.stats-band .wrap { position: relative; z-index: 2; }
.stat { text-align: center; padding: 12px; }
.stat > strong { display: block; font-size: clamp(2.2rem, 4.4vw, 3.4rem); font-weight: 800; letter-spacing: -.05em; line-height: 1; margin-bottom: 10px; }
.stat > span { font-size: .8rem; color: rgba(255,255,255,.6); font-weight: 700; letter-spacing: .08em; }
.stat:nth-child(1) > strong { color: #ff6467; }
.stat:nth-child(2) > strong { color: var(--green-300); }
.stat:nth-child(3) > strong { color: var(--blue-300); }
.stat:nth-child(4) > strong { color: #fff; }

/* ---------- 11. PROCESS TIMELINE ---------- */
.flow { position: relative; display: grid; gap: 0; max-width: 880px; margin-inline: auto; }
.flow::before {
  content: ""; position: absolute; left: 31px; top: 40px; bottom: 40px; width: 2px;
  background: var(--line-strong);
}
.flow-line {
  position: absolute; left: 31px; top: 40px; width: 2px; z-index: 1;
  background: linear-gradient(var(--red), var(--green), var(--blue)); height: 0;
}
.step { position: relative; display: flex; gap: 24px; padding: 22px 0; z-index: 2; }
.step-dot {
  width: 64px; height: 64px; border-radius: 20px; flex-shrink: 0; display: grid; place-items: center;
  background: #fff; border: 1px solid var(--line-strong); color: var(--tx-dim);
  font-weight: 800; font-size: 1.05rem; transition: all .5s var(--e-out); box-shadow: var(--shadow-xs);
}
.step.on .step-dot { background: linear-gradient(140deg, var(--red), var(--blue)); color: #fff; border-color: transparent; box-shadow: 0 14px 30px -14px rgba(201,20,23,.7); transform: scale(1.05); }
.step-body { padding-top: 8px; }
.step h4 { font-size: 1.18rem; margin-bottom: 8px; }
.step p { font-size: .92rem; color: var(--tx-mid); max-width: 560px; }

/* ---------- 12. MARQUEE ---------- */
.marquee { position: relative; overflow: hidden; padding: 24px 0; border-block: 1px solid var(--line); background: var(--bg-2); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: mq 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }
.marquee-item { display: flex; align-items: center; gap: 14px; font-size: 1.24rem; font-weight: 800; letter-spacing: -.03em; color: var(--tx-dim); white-space: nowrap; transition: color var(--t-fast); }
.marquee-item:hover { color: var(--tx); }
.marquee-item i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.marquee::before, .marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 130px; z-index: 3; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg-2), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg-2), transparent); }

/* ---------- 13. SPLIT / SHOWCASE ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 74px); align-items: center; }
.visual-3d { position: relative; perspective: 1200px; }
.visual-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line);
  background: #fff; box-shadow: var(--shadow-xl);
  transform: rotateY(-10deg) rotateX(4deg); transform-style: preserve-3d;
  transition: transform .8s var(--e-out);
}
.visual-card:hover { transform: rotateY(-3deg) rotateX(1.5deg) translateZ(18px); }


.check-list { display: flex; flex-direction: column; gap: 16px; margin: 28px 0; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list .ck { width: 24px; height: 24px; border-radius: 8px; background: var(--green-soft); border: 1px solid rgba(91,176,47,.35); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.check-list .ck svg { width: 13px; height: 13px; color: var(--green-700); }
.check-list strong { display: block; font-size: .98rem; margin-bottom: 3px; }
.check-list p { font-size: .88rem; color: var(--tx-mid); }


.fact-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.fact {
  display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 16px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-xs);
}
.fact .fi { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.fact .fi svg { width: 19px; height: 19px; }
.fact strong { display: block; font-size: .95rem; line-height: 1.25; }
.fact span { font-size: .76rem; color: var(--tx-dim); }

/* ---------- 14. CTA ---------- */
.cta-box {
  position: relative; padding: clamp(44px, 6vw, 80px) clamp(26px, 5vw, 68px); border-radius: var(--r-xl); overflow: hidden;
  background: linear-gradient(125deg, #0d1628 0%, #16273f 48%, #0a1c30 100%);
  text-align: center; box-shadow: var(--shadow-xl);
}
.cta-box::before {
  content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; top: -270px; left: -150px;
  background: radial-gradient(circle, rgba(201,20,23,.42), transparent 70%); filter: blur(50px);
}
.cta-box::after {
  content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; bottom: -290px; right: -130px;
  background: radial-gradient(circle, rgba(0,122,193,.4), transparent 70%); filter: blur(50px);
}
.cta-box > * { position: relative; z-index: 2; }
.cta-box h2 { color: #fff; }
.cta-box .eyebrow { color: #ff8a8c; }
.cta-box .lede { color: rgba(255,255,255,.75); }
.cta-box p { max-width: 620px; margin: 18px auto 32px; }
.cta-box .btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.28); box-shadow: none; }
.cta-box .btn-ghost:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.5); }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- 15. FOOTER ---------- */
.footer { position: relative; background: var(--bg-2); border-top: 1px solid var(--line); padding-top: clamp(54px, 7vw, 88px); overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr; gap: clamp(24px, 3vw, 46px); padding-bottom: 52px; }
.footer h5 { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--tx-dim); margin-bottom: 18px; font-weight: 800; }
.footer ul { display: flex; flex-direction: column; gap: 11px; }
.footer ul a { font-size: .9rem; color: var(--tx-mid); transition: color var(--t-fast), padding-left var(--t-fast); }
.footer ul a:hover { color: var(--red); padding-left: 6px; }
.footer .about p { font-size: .9rem; color: var(--tx-mid); margin: 18px 0 22px; max-width: 320px; line-height: 1.75; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--tx-mid); transition: all var(--t-fast); }
.socials a svg { width: 17px; height: 17px; }
.socials a:hover { background: var(--red); color: #fff; border-color: var(--red); transform: translateY(-4px); }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .89rem; color: var(--tx-mid); margin-bottom: 15px; }
.contact-list svg { width: 17px; height: 17px; color: var(--red); flex-shrink: 0; margin-top: 3px; }
.contact-list a:hover { color: var(--red); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  padding: 22px 0; border-top: 1px solid var(--line); font-size: .82rem; color: var(--tx-dim);
}
.footer-bottom a { transition: color var(--t-fast); }
.footer-bottom a:hover { color: var(--red); }
.footer-bottom > span a { color: var(--tx-mid); font-weight: 600; }
.footer-bottom > span a:hover { color: var(--red); }
.footer-bottom .legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-brand-big {
  font-size: clamp(3.6rem, 15vw, 13rem); font-weight: 800; letter-spacing: -.06em; line-height: .8;
  text-align: center; color: transparent; -webkit-text-stroke: 1px rgba(13,22,40,.09);
  margin-bottom: -.18em; user-select: none; pointer-events: none;
}

/* ---------- 16. PAGE HEADER (inner pages) ---------- */
.page-head {
  position: relative; padding: calc(var(--nav-h) + clamp(54px, 8vw, 104px)) 0 clamp(48px, 6vw, 84px);
  overflow: hidden; border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 55% 100% at 8% 0%, rgba(201,20,23,.10), transparent 62%),
    radial-gradient(ellipse 55% 100% at 92% 100%, rgba(0,122,193,.11), transparent 62%),
    linear-gradient(180deg, #fbfcfe, #f4f7fb);
}
.page-head .wrap { position: relative; z-index: 2; }
.crumbs { display: flex; align-items: center; gap: 9px; font-size: .82rem; color: var(--tx-dim); margin-bottom: 18px; }
.crumbs a:hover { color: var(--red); }
.crumbs svg { width: 13px; height: 13px; opacity: .5; }
.page-head p { max-width: 640px; margin-top: 18px; }

/* ---------- 17. FORMS ---------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .82rem; font-weight: 700; color: var(--tx-mid); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 17px; border-radius: 14px; background: var(--bg-2);
  border: 1px solid var(--line); color: var(--tx); font-size: .93rem;
  transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
}
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238c95a8' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 17px; padding-right: 46px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 4px rgba(201,20,23,.12); background: #fff; }
.field input::placeholder, .field textarea::placeholder { color: var(--tx-dim); }
.form-card { padding: clamp(24px, 3vw, 40px); border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.form-note { font-size: .78rem; color: var(--tx-dim); margin-top: 14px; }

/* ---------- 18. TRACKING RESULT ---------- */
.track-result { display: none; margin-top: 28px; }
.track-result.on { display: block; animation: fadeUp .6s var(--e-out); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.tr-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.tr-head .code { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; }
.tr-label { font-size: .68rem; letter-spacing: .2em; color: var(--tx-dim); font-weight: 800; margin-bottom: 6px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 99px; font-size: .8rem; font-weight: 700; }
.badge-green { background: var(--green-soft); color: var(--green-700); border: 1px solid rgba(91,176,47,.3); }
.badge-blue { background: var(--blue-soft); color: var(--blue-700); border: 1px solid rgba(0,122,193,.28); }
.tr-timeline { position: relative; padding-left: 34px; }
.tr-timeline::before { content: ""; position: absolute; left: 9px; top: 12px; bottom: 12px; width: 2px; background: var(--line-strong); }
.tr-step { position: relative; padding-bottom: 28px; }
.tr-step::before {
  content: ""; position: absolute; left: -32px; top: 5px; width: 20px; height: 20px; border-radius: 50%;
  background: #fff; border: 2px solid var(--line-strong);
}
.tr-step.done::before { background: var(--green); border-color: var(--green); box-shadow: 0 0 0 5px rgba(91,176,47,.14); }
.tr-step.active::before { background: var(--red); border-color: var(--red); box-shadow: 0 0 0 5px rgba(201,20,23,.16); animation: pulseDot 1.8s ease-in-out infinite; }
@keyframes pulseDot { 50% { box-shadow: 0 0 0 12px rgba(201,20,23,0); } }
.tr-step strong { display: block; font-size: 1rem; margin-bottom: 4px; }
.tr-step span { font-size: .84rem; color: var(--tx-dim); }
.tr-step:not(.done):not(.active) strong { color: var(--tx-dim); }

/* ---------- 19. ACCORDION ---------- */
.acc-item { border: 1px solid var(--line); border-radius: var(--r-md); margin-bottom: 12px; overflow: hidden; background: #fff; transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.acc-item.open { border-color: var(--line-strong); box-shadow: var(--shadow-md); }
.acc-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 24px; text-align: left; font-weight: 700; font-size: 1.01rem; color: var(--tx); }
.acc-q .pm { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; flex-shrink: 0; transition: all var(--t-mid); color: var(--tx); }
.acc-q .pm svg { width: 14px; height: 14px; transition: transform var(--t-mid); }
.acc-item.open .pm { background: var(--red); border-color: var(--red); color: #fff; }
.acc-item.open .pm svg { transform: rotate(135deg); }
.acc-a { max-height: 0; overflow: hidden; transition: max-height .55s var(--e-io); }
.acc-a p { padding: 0 24px 22px; font-size: .93rem; color: var(--tx-mid); line-height: 1.8; }

/* ---------- 19b. YASAL METİNLER ---------- */
.legal-doc { max-width: 880px; margin-inline: auto; }
.legal-doc h2 { font-size: clamp(1.2rem, 1.9vw, 1.55rem); margin: 42px 0 14px; }
.legal-doc h2:first-of-type { margin-top: 8px; }
.legal-doc h3 { font-size: 1.03rem; margin: 26px 0 10px; }
.legal-doc p { color: var(--tx-mid); margin-bottom: 14px; line-height: 1.85; font-size: .97rem; }
.legal-doc p strong { color: var(--tx); }
.legal-doc a { color: var(--red); font-weight: 600; }
.legal-doc a:hover { text-decoration: underline; }
.legal-doc ul { margin: 4px 0 20px; }
.legal-doc li { position: relative; padding-left: 22px; color: var(--tx-mid); margin-bottom: 9px; line-height: 1.8; font-size: .95rem; }
.legal-doc li strong { color: var(--tx); }
.legal-doc li::before { content: ""; position: absolute; left: 3px; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.legal-doc .updated { font-size: .84rem; color: var(--tx-dim); padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.legal-doc .ph {
  background: rgba(255, 193, 7, .22); border-bottom: 1px dashed rgba(163, 124, 0, .55);
  padding: 1px 5px; border-radius: 4px; color: var(--tx); font-weight: 600; white-space: nowrap;
}
.legal-doc table { width: 100%; border-collapse: collapse; margin: 8px 0 22px; font-size: .9rem; }
.legal-doc th, .legal-doc td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); color: var(--tx-mid); vertical-align: top; }
.legal-doc th { color: var(--tx); font-weight: 700; background: var(--bg-2); }
.legal-note {
  padding: 18px 22px; border-radius: var(--r-md); margin-bottom: 6px;
  background: rgba(255, 193, 7, .1); border: 1px solid rgba(255, 193, 7, .38);
}
.legal-note strong { display: block; font-size: .95rem; margin-bottom: 5px; color: var(--tx); }
.legal-note p { font-size: .89rem; margin: 0; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.legal-nav a {
  padding: 9px 17px; border-radius: 99px; border: 1px solid var(--line); background: #fff;
  font-size: .84rem; font-weight: 600; color: var(--tx-mid); transition: all var(--t-fast);
}
.legal-nav a:hover { border-color: var(--line-strong); color: var(--tx); }
.legal-nav a.on { background: var(--tx); color: #fff; border-color: var(--tx); }
@media (max-width: 560px) {
  .legal-doc table, .legal-doc thead, .legal-doc tbody, .legal-doc tr, .legal-doc th, .legal-doc td { display: block; width: 100%; }
  .legal-doc tr { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; padding: 4px 0; }
  .legal-doc td, .legal-doc th { border: 0; padding: 8px 14px; }
}

/* ---------- 19c. ONAY KUTUSU + POPUP ---------- */
.consent {
  display: flex; align-items: flex-start; gap: 12px; margin-top: 18px;
  font-size: .86rem; color: var(--tx-mid); line-height: 1.6; cursor: pointer;
}
.consent input {
  appearance: none; -webkit-appearance: none; width: 21px; height: 21px; border-radius: 7px;
  border: 1.5px solid var(--line-strong); background: #fff; flex-shrink: 0; margin-top: 1px;
  position: relative; cursor: pointer; transition: all var(--t-fast);
}
.consent input:hover { border-color: var(--tx-dim); }
.consent input:checked { background: var(--green); border-color: var(--green); }
.consent input:checked::after {
  content: ""; position: absolute; left: 7px; top: 3px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.consent a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.consent a:hover { color: var(--red-600); }
.consent.nudge { animation: nudge .5s ease; }
.consent.nudge input { border-color: var(--red); box-shadow: 0 0 0 4px rgba(201,20,23,.14); }
@keyframes nudge {
  0%, 100% { transform: translateX(0); }
  18% { transform: translateX(-6px); }
  38% { transform: translateX(6px); }
  58% { transform: translateX(-4px); }
  78% { transform: translateX(4px); }
}

.modal { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; padding: clamp(12px, 3vw, 32px); }
.modal.on { display: grid; }
.modal::before {
  content: ""; position: absolute; inset: 0; background: rgba(13, 22, 40, .55);
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); animation: mFade .3s ease;
}
@keyframes mFade { from { opacity: 0; } }
.modal-card {
  position: relative; width: min(780px, 100%); max-height: min(88vh, 820px);
  display: flex; flex-direction: column; background: #fff; border-radius: var(--r-lg);
  box-shadow: var(--shadow-xl); overflow: hidden; animation: mIn .5s var(--e-out);
}
@keyframes mIn { from { opacity: 0; transform: translateY(30px) scale(.97); } }
.modal-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px clamp(18px, 3vw, 28px); border-bottom: 1px solid var(--line); flex-shrink: 0;
}
.modal-head h3 { font-size: clamp(1.02rem, 2vw, 1.2rem); }
.modal-close {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--tx-mid); flex-shrink: 0; transition: all var(--t-fast);
}
.modal-close svg { width: 17px; height: 17px; }
.modal-close:hover { background: var(--bg-2); color: var(--tx); transform: rotate(90deg); }
.modal-bar { height: 3px; background: var(--bg-3); flex-shrink: 0; }
.modal-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red), var(--blue)); transition: width .15s linear; }
.modal-body { padding: 24px clamp(18px, 3vw, 28px) 30px; overflow-y: auto; flex: 1 1 auto; -webkit-overflow-scrolling: touch; }
.modal-body h2 { font-size: 1.05rem; margin: 26px 0 10px; }
.modal-body h2:first-child { margin-top: 0; }
.modal-body p, .modal-body li { font-size: .9rem; }
.modal-foot {
  padding: 15px clamp(18px, 3vw, 28px); border-top: 1px solid var(--line); background: var(--bg-2);
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; flex-shrink: 0;
}
.modal-hint { display: inline-flex; align-items: center; gap: 9px; font-size: .82rem; color: var(--tx-dim); font-weight: 600; }
.modal-hint svg { width: 15px; height: 15px; animation: hintDown 1.6s ease-in-out infinite; }
@keyframes hintDown { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
.modal-foot .btn {
  opacity: 0; transform: translateY(12px) scale(.96); pointer-events: none;
  transition: opacity .45s var(--e-out), transform .45s var(--e-out);
}
.modal.ready .modal-foot .btn { opacity: 1; transform: none; pointer-events: auto; }
.modal.ready .modal-hint { display: none; }
body.modal-open { overflow: hidden; }
@media (max-width: 560px) {
  .modal-foot { flex-direction: column; align-items: stretch; }
  .modal-foot .btn { width: 100%; }
}

/* ---------- 20. MISC ---------- */
.progress-bar { position: fixed; top: 0; left: 0; height: 3px; z-index: 950; width: 0; background: linear-gradient(90deg, var(--red), var(--green), var(--blue)); }

.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; border-radius: 50%; }
.cursor-dot { width: 7px; height: 7px; background: var(--red); margin: -3.5px 0 0 -3.5px; }
.cursor-ring { width: 36px; height: 36px; border: 1.5px solid rgba(201,20,23,.35); margin: -18px 0 0 -18px; transition: width .3s var(--e-out), height .3s var(--e-out), margin .3s var(--e-out), border-color .3s, background .3s; }
body.cursor-hot .cursor-ring { width: 58px; height: 58px; margin: -29px 0 0 -29px; border-color: var(--red); background: rgba(201,20,23,.06); }

.reveal { opacity: 0; transform: translateY(36px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .9s var(--e-out), transform .9s var(--e-out); }
.reveal-d1.in { transition-delay: .09s; }
.reveal-d2.in { transition-delay: .18s; }
.reveal-d3.in { transition-delay: .27s; }
.reveal-d4.in { transition-delay: .36s; }

.tilt3d { opacity: 0; transform: perspective(1100px) rotateX(13deg) translateY(52px); }
.tilt3d.in { opacity: 1; transform: perspective(1100px) rotateX(0) translateY(0); transition: opacity 1s var(--e-out), transform 1.1s var(--e-out); }

.floaties {
  position: fixed; right: 24px; bottom: 24px; z-index: 800;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px; pointer-events: none;
}
.floaties > * { pointer-events: auto; }
.to-top {
  width: 50px; height: 50px; border-radius: 50%; border: 0; cursor: pointer; flex: none;
  background: var(--red); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -12px rgba(201,20,23,.7);
  opacity: 0; visibility: hidden; transform: translateY(18px) scale(.85); transition: all var(--t-mid);
}
.to-top.on { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { transform: translateY(-4px) scale(1.06); }
.to-top svg { width: 20px; height: 20px; }

.noise { display: none; }

/* Loader */
.loader { position: fixed; inset: 0; z-index: 9998; background: #fff; display: grid; place-items: center; transition: opacity .8s var(--e-out), visibility .8s; }
.loader.done { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; }
.loader-bar { width: 190px; height: 3px; background: var(--bg-3); border-radius: 3px; margin: 22px auto 0; overflow: hidden; }
.loader-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red), var(--blue)); animation: load 1.5s var(--e-out) forwards; }
@keyframes load { to { width: 100%; } }

/* ---------- 21. RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer .about { grid-column: 1 / -1; }
  .g-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .menu, .nav .lang { display: none; }
  .burger { display: block; }
  .split { grid-template-columns: 1fr; }
  .g-3 { grid-template-columns: repeat(2, 1fr); }
  .visual-card { transform: none; }
  .nav-actions .btn { display: none; }
  .nav { background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom-color: var(--line); }
}
@media (max-width: 720px) {
  :root { --nav-h: 76px; }
  .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cursor-dot, .cursor-ring { display: none; }
  .hero { min-height: auto; padding-top: calc(var(--nav-h) + 46px); }
  .hero-map { min-height: clamp(230px, 62vw, 330px); max-height: 340px; margin-top: 10px; }
    .track-bar { margin-top: -30px; }
  .hero-legend { gap: 8px; }
  .hero-legend span { font-size: .72rem; padding: 7px 12px; }
  .stat { text-align: left; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .scroll-hint { display: none; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-cta { flex-direction: column; }
}

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

/* ---------- 22. RTL (Arapça) ---------- */
html[dir="rtl"] { direction: rtl; }
html[dir="rtl"] body {
  font-family: "Noto Kufi Arabic", "Segoe UI", Tahoma, "Dubai", "Geeza Pro", sans-serif;
  letter-spacing: 0;
}
html[dir="rtl"] .eyebrow::before { background: linear-gradient(270deg, var(--red), var(--blue)); }
html[dir="rtl"] .btn svg,
html[dir="rtl"] .link-arrow svg,
html[dir="rtl"] .crumbs svg,
html[dir="rtl"] .mini > svg { transform: scaleX(-1); }
html[dir="rtl"] .btn:hover svg { transform: scaleX(-1) translateX(4px); }
html[dir="rtl"] .btn-primary::before { transform: translateX(101%); }
html[dir="rtl"] .btn-primary:hover::before { transform: translateX(0); }
html[dir="rtl"] .footer ul a:hover { padding-left: 0; padding-right: 6px; }
html[dir="rtl"] .check-list li,
html[dir="rtl"] .contact-list li,
html[dir="rtl"] .track-hint span,
html[dir="rtl"] .svc ul li { text-align: right; }
html[dir="rtl"] .track-input svg { left: auto; right: 18px; }
html[dir="rtl"] .track-input input { padding: 17px 50px 17px 18px; }
html[dir="rtl"] .field select { background-position: left 16px center; padding-right: 17px; padding-left: 46px; }
html[dir="rtl"] .legal-doc li { padding-left: 0; padding-right: 22px; }
html[dir="rtl"] .legal-doc li::before { left: auto; right: 3px; }
html[dir="rtl"] .legal-doc th, html[dir="rtl"] .legal-doc td { text-align: right; }
html[dir="rtl"] .flow::before, html[dir="rtl"] .flow-line { left: auto; right: 31px; }
html[dir="rtl"] .tr-timeline { padding-left: 0; padding-right: 34px; }
html[dir="rtl"] .tr-timeline::before { left: auto; right: 9px; }
html[dir="rtl"] .tr-step::before { left: auto; right: -32px; }
html[dir="rtl"] .svc .num { right: auto; left: 24px; }
html[dir="rtl"] .marquee-track { animation-direction: reverse; }
html[dir="rtl"] .drawer { clip-path: circle(0% at 0% 0%); }
html[dir="rtl"] body.menu-open .drawer { clip-path: circle(150% at 0% 0%); }
html[dir="rtl"] .burger span { left: auto; right: 13px; }
html[dir="rtl"] .hero-legend { direction: rtl; }

/* ---------- 23. DİNAMİK SÜRÜM EKLERİ ---------- */
.prose p { color: var(--tx-mid); line-height: 1.85; margin-bottom: 14px; font-size: 1rem; }
.prose p:last-child { margin-bottom: 0; }

.form-alert { padding: 13px 16px; border-radius: 12px; font-size: .88rem; margin-bottom: 16px; line-height: 1.6; }
.form-alert.err { background: rgba(201,20,23,.07); color: var(--red-600); border: 1px solid rgba(201,20,23,.22); }
.form-alert.ok  { background: var(--green-soft); color: var(--green-700); border: 1px solid rgba(91,176,47,.3); }

.form-success { text-align: center; padding: 26px 6px; }
.form-success .ico {
  width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px;
  background: var(--green-soft); color: var(--green-700); border: 1px solid rgba(91,176,47,.3);
}
.form-success .ico svg { width: 30px; height: 30px; }
.form-success h3 { font-size: 1.3rem; margin-bottom: 10px; }
.form-success p { color: var(--tx-mid); font-size: .95rem; line-height: 1.7; }

.tr-empty { text-align: center; padding: 34px 10px; }
.tr-empty svg { width: 34px; height: 34px; color: var(--tx-dim); margin-bottom: 14px; }
.tr-empty strong { display: block; font-size: 1.05rem; margin-bottom: 6px; }
.tr-empty span { font-size: .9rem; color: var(--tx-mid); }

.empty-state { text-align: center; padding: 60px 20px; color: var(--tx-mid); }
.empty-state svg { width: 44px; height: 44px; color: var(--tx-dim); margin-bottom: 16px; }
.empty-state h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--tx); }
.empty-state.big { padding: 40px 20px 80px; }
.code404 {
  display: block; font-size: clamp(4.5rem, 14vw, 9rem); font-weight: 800; letter-spacing: -.06em; line-height: 1;
  background: linear-gradient(100deg, var(--red), var(--blue) 70%, var(--green));
  -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px;
}

/* blog kartları */
.post-card {
  display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-xs);
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.pc-img { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--bg-2); }
.pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--e-out); }
.post-card:hover .pc-img img { transform: scale(1.05); }
.pc-ph { display: grid; place-items: center; color: var(--tx-dim); }
.pc-ph svg { width: 34px; height: 34px; }
.pc-body { display: block; padding: 22px 24px 24px; }
.pc-cat { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.pc-body b { display: block; font-size: 1.08rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 9px; line-height: 1.35; }
.pc-ex { display: block; font-size: .89rem; color: var(--tx-mid); line-height: 1.7; margin-bottom: 14px; }
.pc-date { display: block; font-size: .78rem; color: var(--tx-dim); font-weight: 600; }
.post-meta { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--tx-dim); margin-top: 14px; font-weight: 600; }
.post-meta svg { width: 15px; height: 15px; }
.post-cover { width: 100%; border-radius: var(--r-md); margin-bottom: 26px; }

.pager { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.pager a {
  min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px;
  border: 1px solid var(--line); background: #fff; font-weight: 700; font-size: .9rem; color: var(--tx-mid);
  transition: all var(--t-fast);
}
.pager a:hover { border-color: var(--line-strong); color: var(--tx); }
.pager a.on { background: var(--tx); color: #fff; border-color: var(--tx); }

.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; }

/* WhatsApp butonu (sağ altta sabit hap buton) */
.wa-btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 20px 9px 10px;
  border-radius: 99px; background: #25d366; color: #fff; font-weight: 700; font-size: .94rem;
  letter-spacing: -.01em; white-space: nowrap; text-decoration: none;
  box-shadow: 0 16px 34px -14px rgba(37,211,102,.85), 0 2px 6px rgba(16,24,40,.12);
  transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
  animation: waIn .7s var(--e-out) both .9s;
}
.wa-btn .wa-ico {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: rgba(255,255,255,.22); display: grid; place-items: center;
}
.wa-btn svg { width: 21px; height: 21px; }
.wa-btn:hover { transform: translateY(-3px); background: #1fbe5b; box-shadow: 0 20px 40px -14px rgba(37,211,102,.95); }
.wa-btn:active { transform: translateY(-1px); }
.wa-btn.wa-icon-only { padding: 9px; }
.wa-btn.wa-icon-only .wa-ico { width: 36px; height: 36px; }

/* dikkat çekmesi için hafif nabız */
.wa-btn .wa-ico::after {
  content: ''; position: absolute; width: 34px; height: 34px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.55); animation: waPulse 2.6s var(--e-out) infinite;
}
.wa-btn .wa-ico { position: relative; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .7 } 70% { transform: scale(1.55); opacity: 0 } 100% { opacity: 0 } }
@keyframes waIn { from { opacity: 0; transform: translateY(14px) scale(.92) } to { opacity: 1; transform: none } }

html[dir="rtl"] .floaties { right: auto; left: 24px; align-items: flex-start; }
html[dir="rtl"] .wa-btn { padding: 9px 10px 9px 20px; }

@media (max-width: 720px) {
  .floaties { right: 16px; bottom: 16px; gap: 10px; }
  .to-top { width: 44px; height: 44px; }
  .wa-btn { padding: 7px; font-size: 0; gap: 0; }
  .wa-btn .wa-txt { display: none; }
  .wa-btn .wa-ico { width: 38px; height: 38px; }
  .wa-btn svg { width: 23px; height: 23px; }
  html[dir="rtl"] .floaties { left: 16px; }
  html[dir="rtl"] .wa-btn { padding: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-btn, .wa-btn .wa-ico::after { animation: none; }
}
