/* ==========================================================================
   FIRSAT YATIRIM — Institutional Commercial Real Estate Investment Platform
   Design system: Black + Charcoal + Gold · Glassmorphism · Apple-grade spacing
   ========================================================================== */

/* ---------- 1. Design Tokens ---------- */
:root {
  /* Surfaces — zemin koyu lacivert, kartlar/yüzeyler siyah */
  --bg-0: #0A1020;          /* page base — koyu lacivert (arka fon) */
  --bg-1: #0C0E11;          /* sections/kartlar — siyah */
  --bg-2: #111418;          /* raised — siyah */
  --charcoal: #16191E;      /* kart yüzeyi — siyah */
  --charcoal-2: #1C2026;
  --line: rgba(255, 255, 255, 0.07);
  --line-strong: rgba(255, 255, 255, 0.12);

  /* Glass — siyah */
  --glass: rgba(22, 25, 30, 0.55);
  --glass-strong: rgba(28, 32, 38, 0.72);
  --glass-border: rgba(255, 255, 255, 0.09);
  --glass-hi: rgba(255, 255, 255, 0.04);

  /* Accent system (green by default; overridable from admin via JS) */
  --gold: #57C84D;
  --gold-bright: #7FE06A;
  --gold-deep: #3B8F2E;
  --gold-grad: linear-gradient(135deg, #7FE06A 0%, #57C84D 45%, #3B8F2E 100%);
  --gold-soft: rgba(87, 200, 77, 0.12);
  --gold-glow: rgba(87, 200, 77, 0.30);

  /* Text */
  --t-hi: #F6F5F2;
  --t-mid: #C7C9CC;
  --t-lo: #8A8E94;
  --t-faint: #5C616A;

  /* Accents */
  --green: #4FB286;
  --red: #D8675A;
  --blue: #5B8DEF;

  /* Type */
  --font-sans: "Helvetica Neue", Roboto, Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-serif: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;

  /* Radii */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;

  /* Shadows */
  --shadow-sm: 0 4px 18px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.45);
  --shadow-gold: 0 14px 40px rgba(201, 162, 75, 0.18);

  /* Layout */
  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 64px);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  background: var(--bg-0);
  color: var(--t-mid);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
input, select { font-family: inherit; }

::selection { background: var(--gold-glow); color: #fff; }
/* metin kopyalama caydırıcısı (public sayfalar) — form alanları hariç */
html.nocopy, html.nocopy body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; }
html.nocopy input, html.nocopy textarea, html.nocopy select, html.nocopy [contenteditable="true"] { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-touch-callout: default; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-0); }
::-webkit-scrollbar-thumb { background: var(--charcoal-2); border-radius: 8px; border: 2px solid var(--bg-0); }
::-webkit-scrollbar-thumb:hover { background: var(--gold-deep); }

/* ---------- 3. Typography helpers ---------- */
h1, h2, h3, h4 { color: var(--t-hi); font-weight: 600; line-height: 1.12; letter-spacing: -0.02em; }
.display {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -0.025em;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold-grad);
}
.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.muted { color: var(--t-lo); }

/* ---------- 4. Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(72px, 11vw, 150px) 0; position: relative; }
.section--tight { padding: clamp(48px, 7vw, 90px) 0; }
.section-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(30px, 4.6vw, 54px);
  margin: 18px 0 18px;
}
.section-head p { font-size: clamp(15px, 1.4vw, 18px); color: var(--t-lo); max-width: 60ch; }
.section-head.center p { margin-inline: auto; }

.grid { display: grid; gap: 24px; }
.divider { height: 1px; background: var(--line); border: none; }

/* ---------- 5. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s;
  white-space: nowrap;
  position: relative;
}
.btn svg { width: 17px; height: 17px; }
.btn--gold {
  background: var(--gold-grad);
  color: #06210C;
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(201,162,75,.34); }
.btn--ghost {
  background: var(--glass);
  color: var(--t-hi);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.btn--ghost:hover { border-color: var(--gold); color: #fff; transform: translateY(-3px); }
.btn--outline { border: 1px solid var(--line-strong); color: var(--t-hi); }
.btn--outline:hover { border-color: var(--gold); background: var(--gold-soft); }
.btn--sm { padding: 11px 20px; font-size: 13px; }
.btn--block { width: 100%; }

/* ---------- 6. Glass card ---------- */
.glass {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
}
.glass::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(160deg, var(--glass-hi), transparent 42%);
  pointer-events: none;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background .4s var(--ease), border-color .4s, padding .4s;
  border-bottom: 1px solid transparent;
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 20px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: padding .4s var(--ease);
}
.nav.scrolled {
  background: rgba(10, 16, 32, 0.72);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom-color: var(--line);
}
.nav.scrolled .nav__inner { padding-top: 13px; padding-bottom: 13px; }

.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--gold-grad);
  display: grid; place-items: center;
  color: #150F02; font-weight: 800; font-size: 19px;
  font-family: var(--font-serif);
  box-shadow: var(--shadow-gold);
  flex-shrink: 0;
}
.brand__name { font-weight: 700; font-size: 17px; color: var(--t-hi); letter-spacing: .02em; line-height: 1.1; }
.brand__name span { display: block; font-size: 9.5px; letter-spacing: .34em; color: var(--gold); font-weight: 600; }
.brand__logo { height: 34px; width: auto; display: block; transition: height .4s var(--ease); }
.nav.scrolled .brand__logo { height: 30px; }
.side__brand .brand__logo { height: 30px; }
.footer__brand .brand__logo, .footer__bottom .brand__logo { height: 34px; }
.auth__visual .brand__logo { height: 38px; }

.nav__menu { display: flex; align-items: center; gap: 6px; }
.nav__link {
  padding: 9px 15px;
  font-size: 14.5px;
  color: var(--t-mid);
  border-radius: 9px;
  transition: color .25s, background .25s;
  font-weight: 500;
}
.nav__link:hover { color: var(--t-hi); background: var(--glass-hi); }
.nav__actions { display: flex; align-items: center; gap: 14px; }
.lang {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--t-lo); font-weight: 600;
  padding: 8px 12px; border-radius: 8px;
}
.lang:hover { color: var(--gold); }
.nav__toggle { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); }
.nav__toggle span { display: block; width: 20px; height: 2px; background: var(--t-hi); margin: 4px auto; transition: .3s; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(40px, 6vw, 80px);
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,16,32,.62) 0%, rgba(10,16,32,.35) 35%, rgba(10,16,32,.85) 78%, var(--bg-0) 100%),
    radial-gradient(120% 90% at 70% 8%, rgba(201,162,75,.16), transparent 55%),
    url("https://images.unsplash.com/photo-1486325212027-8081e485255e?auto=format&fit=crop&w=2400&q=80");
  background-size: cover;
  background-position: center 35%;
  z-index: -2;
  animation: heroZoom 22s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero__grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 3px 3px;
}
.hero__content { width: 100%; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px;
  border-radius: 100px;
  background: var(--glass-strong);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(14px);
  font-size: 13px; color: var(--t-mid); font-weight: 500;
  margin-bottom: 28px;
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{ opacity:1; } 50%{ opacity:.4; } }
.hero h1 {
  font-size: clamp(42px, 7vw, 92px);
  line-height: 1.02;
  margin-bottom: 26px;
  max-width: 16ch;
  letter-spacing: -0.03em;
}
.hero h1 em { font-style: normal; }
.hero__sub {
  font-size: clamp(16px, 1.7vw, 21px);
  color: var(--t-mid);
  max-width: 56ch;
  margin-bottom: 38px;
}
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.hero__search { display: flex; align-items: center; gap: 8px; max-width: 540px; margin-bottom: clamp(40px, 6vw, 72px); background: rgba(255,255,255,.06); border: 1px solid var(--glass-border); border-radius: 100px; padding: 6px 6px 6px 18px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.hero__search svg { width: 18px; height: 18px; color: var(--t-lo); flex-shrink: 0; }
.hero__search input { flex: 1; min-width: 0; background: none; border: none; outline: none; color: var(--t-hi); font-size: 14.5px; font-family: inherit; }
.hero__search input::placeholder { color: var(--t-lo); }
.hero__search input::-webkit-search-cancel-button { -webkit-appearance: none; }
.hero__search .btn { flex-shrink: 0; }
@media (max-width: 540px) { .hero__search { max-width: 100%; padding-left: 14px; } .hero__search input { font-size: 13.5px; } }

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero__stat {
  background: var(--glass);
  padding: 26px 28px;
}
.hero__stat .val { font-family: var(--font-serif); font-size: clamp(26px, 3vw, 40px); color: var(--t-hi); line-height: 1; letter-spacing: -0.02em; }
.hero__stat .val .suf { font-size: .55em; color: var(--gold); margin-left: 3px; }
.hero__stat .lbl { font-size: 12.5px; color: var(--t-lo); margin-top: 10px; letter-spacing: .02em; }
.hero__stat .trend { font-size: 11.5px; color: var(--green); margin-top: 6px; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.hero__stat .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; margin-bottom: 12px; }
.stats-band { padding: 46px 0 6px; }
.stats-band .hero__stat { padding: 24px 26px; }
@media (max-width: 640px) { .stats-band { padding: 30px 0 0; } .stats-band .hero__stat { padding: 18px 16px; } }
/* mobilde 2 sütun + 5 kutu → son kutu tam genişlik, boş hücre kalmasın */
@media (max-width: 900px) { .hero__stats .hero__stat:last-child { grid-column: 1 / -1; } }
.hero__scroll {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--t-faint);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero__scroll .mouse { width: 22px; height: 34px; border: 1px solid var(--line-strong); border-radius: 12px; position: relative; }
.hero__scroll .mouse::after { content:""; position:absolute; top:6px; left:50%; transform:translateX(-50%); width:3px; height:7px; border-radius:2px; background:var(--gold); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0%{ opacity:0; transform:translate(-50%,0);} 40%{opacity:1;} 80%{opacity:0; transform:translate(-50%,10px);} }

/* ==========================================================================
   TRUST / LOGOS MARQUEE
   ========================================================================== */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 0; background: var(--bg-1); }
.trust__label { text-align: center; font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--t-faint); margin-bottom: 26px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__track { display: flex; gap: 64px; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee__item { font-size: 19px; font-weight: 700; color: var(--t-faint); letter-spacing: .04em; white-space: nowrap; transition: color .3s; font-family: var(--font-serif); }
.marquee__item:hover { color: var(--gold); }

/* ==========================================================================
   CATEGORIES
   ========================================================================== */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat {
  padding: 28px;
  border-radius: var(--r-md);
  background: var(--charcoal);
  border: 1px solid var(--line);
  transition: transform .5s var(--ease), border-color .4s, background .4s;
  position: relative;
  overflow: hidden;
  min-height: 178px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.cat::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(140% 100% at 0% 0%, var(--gold-soft), transparent 55%);
  opacity: 0; transition: opacity .5s;
}
.cat:hover { transform: translateY(-6px); border-color: var(--gold-deep); background: var(--charcoal-2); }
.cat:hover::after { opacity: 1; }
.cat__icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--gold-soft); border: 1px solid rgba(201,162,75,.22);
  color: var(--gold); margin-bottom: auto;
}
.cat__icon svg { width: 24px; height: 24px; }
.cat__body { position: relative; z-index: 1; }
.cat h3 { font-size: 17px; margin-bottom: 6px; margin-top: 22px; }
.cat p { font-size: 13px; color: var(--t-lo); }
.cat__count { position: absolute; top: 26px; right: 26px; font-size: 12px; color: var(--t-faint); font-weight: 600; }
.cat.feature { grid-column: span 2; background: linear-gradient(135deg, var(--charcoal-2), var(--charcoal)); }

/* ==========================================================================
   DASHBOARD
   ========================================================================== */
.dash { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.kpi { padding: 24px; border-radius: var(--r-md); }
.kpi .top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; }
.kpi .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; }
.kpi .ic svg { width: 19px; height: 19px; }
.kpi .badge { font-size: 11px; padding: 4px 9px; border-radius: 20px; font-weight: 700; }
.kpi .badge.up { color: var(--green); background: rgba(79,178,134,.12); }
.kpi .badge.down { color: var(--red); background: rgba(216,103,90,.12); }
.kpi .val { font-family: var(--font-serif); font-size: clamp(26px, 2.6vw, 36px); color: var(--t-hi); line-height: 1; letter-spacing: -0.02em; }
.kpi .lbl { font-size: 12.5px; color: var(--t-lo); margin-top: 10px; }
.kpi .spark { margin-top: 16px; height: 38px; width: 100%; }

.dash__side { display: grid; grid-template-rows: auto 1fr; gap: 22px; }
.gauge-card { padding: 26px; border-radius: var(--r-lg); display: flex; flex-direction: column; }
.gauge-card h3 { font-size: 16px; margin-bottom: 4px; }
.gauge-card p { font-size: 12.5px; color: var(--t-lo); margin-bottom: 16px; }
.gauge { position: relative; display: grid; place-items: center; margin: 6px auto; }
.gauge svg { transform: rotate(-90deg); }
.gauge .ring-bg { fill: none; stroke: var(--charcoal-2); stroke-width: 12; }
.gauge .ring-fg { fill: none; stroke: url(#goldgrad); stroke-width: 12; stroke-linecap: round; transition: stroke-dashoffset 1.6s var(--ease); }
.gauge__center { position: absolute; text-align: center; }
.gauge__center .n { font-family: var(--font-serif); font-size: 38px; color: var(--t-hi); line-height: 1; }
.gauge__center .s { font-size: 11px; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.gauge-foot { display: flex; justify-content: space-around; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.gauge-foot div { text-align: center; }
.gauge-foot .n { font-size: 17px; color: var(--t-hi); font-weight: 700; }
.gauge-foot .l { font-size: 11px; color: var(--t-lo); margin-top: 3px; }

.index-card { padding: 26px; border-radius: var(--r-lg); }
.index-card .head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.index-card h3 { font-size: 16px; }
.index-card .now { font-family: var(--font-serif); font-size: 30px; color: var(--t-hi); }
.index-card .delta { font-size: 13px; color: var(--green); font-weight: 600; }
.index-card canvas { margin-top: 12px; }

/* ==========================================================================
   MAP
   ========================================================================== */
.map-wrap { display: grid; grid-template-columns: 1.6fr 1fr; gap: 30px; align-items: stretch; }
.map-card { padding: clamp(20px, 3vw, 40px); border-radius: var(--r-xl); }
.map-svg { width: 100%; height: auto; }
.map-region { fill: var(--charcoal-2); stroke: rgba(255,255,255,.08); stroke-width: 1; transition: fill .3s, transform .3s; cursor: pointer; transform-origin: center; }
.map-region:hover, .map-region.active { fill: url(#goldgrad2); }
.map-dot { fill: var(--gold-bright); filter: drop-shadow(0 0 6px var(--gold-glow)); cursor: pointer; }
/* Real-silhouette map pins */
#tr-silhouette { transition: fill .4s; }
.map-pin { cursor: pointer; }
.map-pin .hit { fill: transparent; }
.map-pin .pdot { fill: var(--gold-bright); filter: drop-shadow(0 0 7px var(--gold-glow)); transition: fill .3s, r .3s; }
.map-pin .ring { fill: var(--gold-bright); transform-box: fill-box; transform-origin: center; animation: pinPulse 2.6s ease-out infinite; }
.map-pin text { fill: var(--t-mid); font-family: var(--font-sans); font-size: 23px; font-weight: 600; transition: fill .3s; paint-order: stroke; stroke: var(--bg-1); stroke-width: 5px; }
.map-pin:hover .pdot, .map-pin.active .pdot { fill: #fff; r: 12; }
.map-pin:hover text, .map-pin.active text { fill: var(--gold-bright); }
@keyframes pinPulse { 0% { opacity: .55; transform: scale(1); } 70% { opacity: 0; transform: scale(3.2); } 100% { opacity: 0; transform: scale(3.2); } }
.map-dot.pulse { animation: dotPulse 2.4s infinite; }
@keyframes dotPulse { 0%{ r:4; opacity:1;} 70%{ r:13; opacity:0;} 100%{opacity:0;} }
.map-side { display: flex; flex-direction: column; gap: 16px; }
.map-stat { padding: 22px 24px; border-radius: var(--r-md); display: flex; justify-content: space-between; align-items: center; }
.map-stat .l { font-size: 13px; color: var(--t-lo); }
.map-stat .v { font-family: var(--font-serif); font-size: 24px; color: var(--t-hi); }
.region-tip {
  position: absolute; pointer-events: none; opacity: 0; transition: opacity .2s;
  background: var(--glass-strong); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px); padding: 12px 16px; border-radius: 12px;
  font-size: 13px; z-index: 30; box-shadow: var(--shadow-md); min-width: 150px;
}
.region-tip .rname { color: var(--t-hi); font-weight: 700; margin-bottom: 6px; }
.region-tip .row { display: flex; justify-content: space-between; gap: 18px; color: var(--t-lo); font-size: 12px; }
.region-tip .row b { color: var(--gold); }

/* ==========================================================================
   PROPERTY CARDS
   ========================================================================== */
.props { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pcard {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid var(--line);
  transition: transform .5s var(--ease), border-color .4s, box-shadow .4s;
  display: flex; flex-direction: column;
}
.pcard:hover { transform: translateY(-8px); border-color: var(--gold-deep); box-shadow: var(--shadow-md); }
.pcard__media { position: relative; aspect-ratio: 16/11; overflow: hidden; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.pcard:hover .pcard__media img { transform: scale(1.07); }
.pcard__media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(10,16,32,.7)); }
.pcard__tags { position: absolute; top: 14px; left: 14px; display: flex; gap: 8px; z-index: 2; }
.tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 7px; backdrop-filter: blur(8px);
}
.tag--gold { background: var(--gold-grad); color: #1A1304; }
.tag--glass { background: rgba(10,16,32,.6); color: var(--t-hi); border: 1px solid var(--glass-border); }
.tag--exc { background: rgba(91,141,239,.2); color: #9BBcff; border: 1px solid rgba(91,141,239,.35); color: #A9C3FF; }
.tag--seal { background: rgba(10,16,32,.72); color: #F6F5F2; border: 1px solid var(--glass-border); }
.tag--seal::before { content:"🔒 "; }
.tag--yield { background: rgba(79,178,134,.92); color: #06210C; }
.tag--new { background: linear-gradient(135deg, #3B9EFF 0%, #1E6BFF 100%); color: #fff; box-shadow: 0 4px 14px rgba(30,107,255,.5), inset 0 0 0 1px rgba(255,255,255,.18); animation: tagNewPulse 2.2s ease-in-out infinite; }
.tag--new::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #fff; margin-right: 6px; vertical-align: middle; box-shadow: 0 0 6px rgba(255,255,255,.9); }
@keyframes tagNewPulse { 0%, 100% { box-shadow: 0 4px 14px rgba(30,107,255,.45), 0 0 0 0 rgba(59,158,255,.55), inset 0 0 0 1px rgba(255,255,255,.18); } 50% { box-shadow: 0 6px 18px rgba(30,107,255,.6), 0 0 0 7px rgba(59,158,255,0), inset 0 0 0 1px rgba(255,255,255,.18); } }
@media (prefers-reduced-motion: reduce) { .tag--new { animation: none; } }
.tag--rent { background: rgba(87,200,77,.16); color: #9BE38F; border: 1px solid rgba(87,200,77,.4); }
/* "Yeni" mühür amblemi */
.pcard__seal { position: absolute; top: 12px; right: 12px; width: 58px; height: 58px; z-index: 3; filter: drop-shadow(0 5px 12px rgba(12,40,110,.55)); animation: sealPulse 2.6s ease-in-out infinite; transform-origin: center; }
.pcard__seal svg { width: 100%; height: 100%; display: block; }
@keyframes sealPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@media (prefers-reduced-motion: reduce) { .pcard__seal { animation: none; } }
@media (max-width: 600px) { .pcard__seal { width: 50px; height: 50px; top: 10px; right: 10px; } }

/* ---- skeleton loading ---- */
.pcard--skel { pointer-events: none; }
.skel { position: relative; overflow: hidden; background: var(--bg-2); border-radius: 6px; }
.skel::after { content:""; position:absolute; inset:0; transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent);
  animation: skelShimmer 1.4s infinite; }
.pcard--skel .pcard__media { background: var(--bg-2); }
.pcard--skel .pcard__media.skel { border-radius: 0; }
.skel-line { height: 11px; }
.skel-dot { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-2); position: relative; overflow: hidden; }
.skel-dot::after { content:""; position:absolute; inset:0; transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent); animation: skelShimmer 1.4s infinite; }
@keyframes skelShimmer { 100% { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) { .skel::after, .skel-dot::after { animation: none; } }
.pcard__score { position: absolute; bottom: 14px; right: 14px; z-index: 2; display: flex; align-items: center; gap: 8px; background: rgba(10,16,32,.6); border: 1px solid var(--glass-border); backdrop-filter: blur(8px); padding: 7px 12px; border-radius: 100px; }
.pcard__score .ai { font-size: 10px; color: var(--gold); letter-spacing: .1em; }
.pcard__score .n { font-size: 14px; font-weight: 800; color: #fff; }
.pcard__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.pcard__loc { font-size: 12px; color: var(--t-lo); display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.pcard__loc svg { width: 13px; height: 13px; color: var(--gold); }
.pcard h3 { font-size: 18px; margin-bottom: 16px; }
.pcard__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border-radius: var(--r-sm); overflow: hidden; margin-bottom: 18px; }
.pcard__grid div { background: var(--bg-2); padding: 12px 14px; }
.pcard__grid .l { font-size: 10.5px; color: var(--t-faint); text-transform: uppercase; letter-spacing: .05em; }
.pcard__grid .v { font-size: 15px; color: var(--t-hi); font-weight: 700; margin-top: 3px; }
.pcard__grid .v.g { color: var(--gold); }
.pcard__yetki { font-size: 10.5px; color: var(--t-faint); letter-spacing: .02em; margin: -6px 0 14px; }
.pcard__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); }
.pcard__price .l { font-size: 11px; color: var(--t-faint); }
.pcard__price .v { font-family: var(--font-serif); font-size: 22px; color: var(--t-hi); }
.pcard__arrow { width: 40px; height: 40px; border-radius: 50%; border: none; background: linear-gradient(135deg,#7FE06A 0%,#57C84D 45%,#3B8F2E 100%); color: #06210C; display: grid; place-items: center; transition: transform .3s, box-shadow .3s; box-shadow: 0 5px 14px rgba(59,143,46,.32); }
.pcard:hover .pcard__arrow { transform: scale(1.08); box-shadow: 0 8px 20px rgba(59,143,46,.46); }
.pcard__arrow svg { width: 17px; height: 17px; }

/* ==========================================================================
   COMPARISON TABLE
   ========================================================================== */
.compare { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); }
.compare table { width: 100%; border-collapse: collapse; min-width: 760px; }
.compare th, .compare td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--charcoal); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--t-lo); font-weight: 600; }
.compare thead th:first-child { border-top-left-radius: var(--r-lg); }
.compare tbody td:first-child { color: var(--t-lo); font-size: 13px; }
.compare tbody td { color: var(--t-hi); font-weight: 600; font-size: 15px; }
.compare tbody tr:hover { background: var(--glass-hi); }
.compare .best { color: var(--gold); }
.compare .col-hi { background: rgba(201,162,75,.04); }
.compare .pill { font-size: 11px; padding: 3px 9px; border-radius: 20px; font-weight: 700; }
.compare .pill.low { background: rgba(79,178,134,.14); color: var(--green); }
.compare .pill.mid { background: rgba(201,162,75,.14); color: var(--gold); }

/* ==========================================================================
   CALCULATORS
   ========================================================================== */
.calc { display: grid; grid-template-columns: 320px 1fr; gap: 0; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--glass-border); }
.calc__tabs { background: var(--charcoal); padding: 22px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid var(--line); }
.calc__tab {
  display: flex; align-items: center; gap: 14px;
  padding: 15px 16px; border-radius: var(--r-sm);
  font-size: 14.5px; color: var(--t-mid); text-align: left; transition: .3s; font-weight: 500;
}
.calc__tab svg { width: 19px; height: 19px; color: var(--t-lo); transition: color .3s; flex-shrink: 0; }
.calc__tab:hover { background: var(--glass-hi); color: var(--t-hi); }
.calc__tab.active { background: var(--gold-soft); color: var(--t-hi); }
.calc__tab.active svg { color: var(--gold); }
.calc__tab span { display: block; }
.calc__tab small { display: block; font-size: 11.5px; color: var(--t-faint); font-weight: 400; }
.calc__panel { padding: clamp(26px, 4vw, 44px); background: var(--bg-2); }
.calc__panel-head { margin-bottom: 28px; }
.calc__panel-head h3 { font-size: 22px; margin-bottom: 6px; }
.calc__panel-head p { font-size: 13.5px; color: var(--t-lo); }
.calc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 30px; }
.field label { display: block; font-size: 12.5px; color: var(--t-lo); margin-bottom: 9px; font-weight: 500; }
.field .input { position: relative; }
.field input[type="number"], .field input[type="text"] {
  width: 100%; padding: 13px 16px; border-radius: var(--r-sm);
  background: var(--charcoal); border: 1px solid var(--line-strong); color: var(--t-hi);
  font-size: 15px; font-weight: 600; transition: border-color .3s;
}
.field input:focus { outline: none; border-color: var(--gold); }
.field .unit { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--t-faint); font-size: 13px; pointer-events: none; }
.field input[type="range"] { width: 100%; margin-top: 12px; accent-color: var(--gold); }
.calc__result { margin-top: 30px; padding: 28px; border-radius: var(--r-lg); background: linear-gradient(135deg, var(--charcoal-2), var(--charcoal)); border: 1px solid var(--glass-border); display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.calc__result .res { }
.calc__result .res .l { font-size: 12px; color: var(--t-lo); margin-bottom: 8px; }
.calc__result .res .v { font-family: var(--font-serif); font-size: clamp(24px, 2.6vw, 34px); color: var(--t-hi); line-height: 1; }
.calc__result .res .v.g { color: var(--gold); }
.calc__result .res small { font-size: 11.5px; color: var(--t-faint); display: block; margin-top: 6px; }

/* ==========================================================================
   VIP
   ========================================================================== */
.vip { position: relative; border-radius: var(--r-xl); overflow: hidden; padding: clamp(40px, 6vw, 80px); border: 1px solid rgba(201,162,75,.25); }
.vip::before { content:""; position:absolute; inset:0; background: radial-gradient(120% 130% at 100% 0%, rgba(201,162,75,.18), transparent 50%), linear-gradient(135deg, #14110A, #0B0C0E); z-index:-1; }
.vip__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.vip__crown { width: 56px; height: 56px; border-radius: 14px; background: var(--gold-grad); display: grid; place-items: center; color:#1A1304; margin-bottom: 26px; box-shadow: var(--shadow-gold); }
.vip h2 { font-size: clamp(28px, 4vw, 46px); margin-bottom: 18px; }
.vip p { color: var(--t-mid); font-size: 16px; margin-bottom: 30px; max-width: 46ch; }
.vip__list { display: grid; gap: 1px; background: var(--line); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--glass-border); }
.vip__item { background: var(--glass); padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; transition: background .3s; }
.vip__item:hover { background: var(--glass-strong); }
.vip__item .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.vip__item .ic svg { width: 20px; height: 20px; }
.vip__item h4 { font-size: 15.5px; margin-bottom: 4px; }
.vip__item p { font-size: 13px; color: var(--t-lo); margin: 0; }

/* ==========================================================================
   REPORTS & NEWS
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); }
.report { display: flex; gap: 20px; padding: 22px; border-radius: var(--r-md); border: 1px solid var(--line); transition: .4s; margin-bottom: 14px; background: var(--charcoal); }
.report:hover { border-color: var(--gold-deep); transform: translateX(6px); }
.report__cover { width: 88px; height: 112px; border-radius: 8px; flex-shrink: 0; background: linear-gradient(160deg, var(--charcoal-2), #0a0b0d); border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--gold); position: relative; overflow: hidden; }
.report__cover .pages { position: absolute; inset: 0; background: repeating-linear-gradient(180deg, transparent, transparent 14px, rgba(255,255,255,.03) 15px); }
.report__meta { font-size: 11px; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.report h4 { font-size: 16px; margin-bottom: 8px; line-height: 1.3; }
.report p { font-size: 13px; color: var(--t-lo); margin-bottom: 12px; }
.report .link { font-size: 12.5px; color: var(--gold); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

.news { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); transition: .3s; }
.news:hover { padding-left: 8px; }
.news__date { flex-shrink: 0; width: 56px; text-align: center; }
.news__date .d { font-family: var(--font-serif); font-size: 26px; color: var(--t-hi); line-height: 1; }
.news__date .m { font-size: 11px; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.news__body h4 { font-size: 15.5px; margin-bottom: 6px; line-height: 1.35; }
.news__body .cat { font-size: 11px; color: var(--t-faint); text-transform: uppercase; letter-spacing: .06em; }

/* ==========================================================================
   CTA STRIP
   ========================================================================== */
.cta-strip { text-align: center; padding: clamp(60px, 9vw, 120px) 0; position: relative; }
.cta-strip h2 { font-size: clamp(32px, 5vw, 60px); margin-bottom: 22px; }
.cta-strip p { font-size: 18px; color: var(--t-lo); max-width: 50ch; margin: 0 auto 36px; }
.cta-strip .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer { background: var(--bg-1); border-top: 1px solid var(--line); padding-top: clamp(60px, 8vw, 96px); }
.footer__top { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.footer__brand p { font-size: 14px; color: var(--t-lo); max-width: 34ch; margin: 20px 0 24px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--t-lo); transition: .3s; }
.footer__social a:hover { border-color: var(--gold); color: var(--gold); }
.footer__social svg { width: 18px; height: 18px; }
.footer__col h5 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--t-hi); margin-bottom: 20px; }
.footer__col a { display: block; font-size: 14px; color: var(--t-lo); padding: 7px 0; transition: color .25s; }
.footer__col a:hover { color: var(--gold); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding: 28px 0; flex-wrap: wrap; gap: 16px; }
.footer__bottom p { font-size: 12.5px; color: var(--t-faint); }
.footer__legal { display: flex; gap: 24px; }
.footer__legal a { font-size: 12.5px; color: var(--t-faint); }
.footer__legal a:hover { color: var(--gold); }

/* ==========================================================================
   REVEAL ANIMATIONS
   ========================================================================== */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .08s; }
[data-reveal-delay="2"] { transition-delay: .16s; }
[data-reveal-delay="3"] { transition-delay: .24s; }
[data-reveal-delay="4"] { transition-delay: .32s; }
[data-reveal-delay="5"] { transition-delay: .40s; }

/* ==========================================================================
   PROPERTY DETAIL PAGE
   ========================================================================== */
.pd { padding-top: 96px; }
.pd-bread { padding: 24px 0; font-size: 13px; color: var(--t-lo); display: flex; gap: 10px; align-items: center; }
.pd-bread a:hover { color: var(--gold); }
.pd-bread span { color: var(--t-faint); }
.pd-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 28px; }
.pd-head h1 { font-size: clamp(28px, 4vw, 46px); margin-bottom: 12px; max-width: 18ch; }
.pd-head .loc { font-size: 15px; color: var(--t-lo); display: flex; align-items: center; gap: 8px; }
.pd-head .loc svg { color: var(--gold); width: 16px; height: 16px; }
.pd-head__tags { display: flex; gap: 8px; margin-bottom: 16px; }
.pd-head__actions { display: flex; gap: 12px; }

.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 520px; margin-bottom: 60px; border-radius: var(--r-lg); overflow: hidden; }
.gallery a { position: relative; overflow: hidden; }
.gallery a:first-child { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery a:hover img { transform: scale(1.06); }
.gallery .more { position: absolute; inset: 0; background: rgba(10,16,32,.55); display: grid; place-items: center; color: #fff; font-weight: 700; backdrop-filter: blur(2px); }

.pd-layout { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.pd-main { min-width: 0; }
.pd-aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }

.summary-card { padding: 28px; border-radius: var(--r-lg); }
.summary-card .price { font-family: var(--font-serif); font-size: 38px; color: var(--t-hi); line-height: 1; }
.summary-card .price small { font-size: 14px; color: var(--t-lo); font-family: var(--font-sans); display: block; margin-top: 8px; }
.summary-card .metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-radius: var(--r-md); overflow: hidden; margin: 24px 0; border: 1px solid var(--line); }
.summary-card .metrics div { background: var(--bg-2); padding: 16px; }
.summary-card .metrics .l { font-size: 11px; color: var(--t-faint); text-transform: uppercase; letter-spacing: .05em; }
.summary-card .metrics .v { font-size: 19px; color: var(--t-hi); font-weight: 700; margin-top: 4px; }
.summary-card .metrics .v.g { color: var(--gold); }

.ai-card { padding: 28px; border-radius: var(--r-lg); position: relative; overflow: hidden; }
.ai-card::before { content:""; position:absolute; inset:0; background: radial-gradient(120% 100% at 100% 0%, var(--gold-soft), transparent 55%); }
.ai-card .head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; position: relative; }
.ai-card .head .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--gold-grad); color:#1A1304; display: grid; place-items: center; }
.ai-card .head h3 { font-size: 16px; }
.ai-card .head small { font-size: 11.5px; color: var(--gold); letter-spacing: .08em; }
.ai-score { display: flex; align-items: center; gap: 22px; margin-bottom: 22px; position: relative; }
.ai-score .big { font-family: var(--font-serif); font-size: 60px; color: var(--gold); line-height: 1; }
.ai-score .big small { font-size: 22px; color: var(--t-lo); }
.ai-score .desc { font-size: 13px; color: var(--t-mid); }
.ai-score .desc b { color: var(--t-hi); }
.ai-bars { display: grid; gap: 14px; position: relative; }
.ai-bar .l { display: flex; justify-content: space-between; font-size: 12.5px; margin-bottom: 6px; }
.ai-bar .l span:first-child { color: var(--t-lo); }
.ai-bar .l span:last-child { color: var(--t-hi); font-weight: 700; }
.ai-bar .track { height: 6px; border-radius: 6px; background: var(--charcoal-2); overflow: hidden; }
.ai-bar .fill { height: 100%; background: var(--gold-grad); border-radius: 6px; width: 0; transition: width 1.4s var(--ease); }

.pd-section { margin-bottom: 50px; }
.pd-section > h2 { font-size: 24px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.pd-desc { font-size: 15.5px; color: var(--t-mid); line-height: 1.8; }
.pd-desc p { margin-bottom: 16px; }

.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.fact { background: var(--bg-2); padding: 20px 22px; }
.fact .l { font-size: 12px; color: var(--t-faint); }
.fact .v { font-size: 16px; color: var(--t-hi); font-weight: 600; margin-top: 6px; }

@media (max-width: 800px) { .pd-charts { grid-template-columns: 1fr !important; } }
/* anchor targets land below the fixed nav */
#contact, #about, #tools, #calculators { scroll-margin-top: 90px; }
/* Leaflet dark-theme harmonization */
#pd-map { filter: saturate(.85); }
.leaflet-container { background: var(--bg-1); font-family: var(--font-sans); }

.doc-list { display: grid; gap: 10px; }
.doc { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--charcoal); transition: .3s; }
.doc:hover { border-color: var(--gold-deep); }
.doc .ic { width: 40px; height: 40px; border-radius: 9px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.doc .info { flex: 1; }
.doc .info h4 { font-size: 14.5px; }
.doc .info small { font-size: 12px; color: var(--t-faint); }
.doc .dl { color: var(--t-lo); }
.doc:hover .dl { color: var(--gold); }

.legal-row, .tenant-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.legal-row .l, .tenant-row .l { color: var(--t-lo); }
.legal-row .v, .tenant-row .v { color: var(--t-hi); font-weight: 600; }
.status-ok { color: var(--green) !important; display: inline-flex; align-items: center; gap: 6px; }

.risk-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.risk { padding: 20px; border-radius: var(--r-md); border: 1px solid var(--line); background: var(--charcoal); }
.risk .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.risk .top h4 { font-size: 14px; }
.risk .level { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.risk .level.low { background: rgba(79,178,134,.14); color: var(--green); }
.risk .level.mid { background: rgba(201,162,75,.14); color: var(--gold); }
.risk .level.high { background: rgba(216,103,90,.14); color: var(--red); }
.risk .track { height: 6px; border-radius: 6px; background: var(--charcoal-2); overflow: hidden; }
.risk .fill { height: 100%; border-radius: 6px; }
.risk .fill.low { background: var(--green); }
.risk .fill.mid { background: var(--gold); }
.risk .fill.high { background: var(--red); }

.chart-card { padding: 28px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--charcoal); }
.chart-card .head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.chart-card h3 { font-size: 17px; }
.chart-legend { display: flex; gap: 18px; }
.chart-legend span { font-size: 12px; color: var(--t-lo); display: flex; align-items: center; gap: 6px; }
.chart-legend i { width: 12px; height: 3px; border-radius: 3px; display: inline-block; }

.map-embed { height: 320px; border-radius: var(--r-lg); border: 1px solid var(--line); overflow: hidden; position: relative; background: var(--charcoal); }
.map-embed svg { width: 100%; height: 100%; }
.infra-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 20px; }
.infra { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: var(--r-sm); background: var(--charcoal); border: 1px solid var(--line); }
.infra .ic { width: 34px; height: 34px; border-radius: 8px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.infra .ic svg { width: 17px; height: 17px; }
.infra .t { font-size: 13.5px; color: var(--t-hi); font-weight: 600; }
.infra .d { font-size: 12px; color: var(--t-faint); }

/* ==========================================================================
   LISTINGS / FILTERS PAGE
   ========================================================================== */
.lst { padding-top: 96px; }
.lst-hero { padding: 50px 0 30px; }
.lst-hero h1 { font-size: clamp(30px, 4.4vw, 50px); margin-bottom: 14px; }
.lst-hero p { color: var(--t-lo); font-size: 16px; }
.lst-layout { display: grid; grid-template-columns: 320px 1fr; gap: 32px; align-items: start; padding-bottom: 100px; }
.filters { position: sticky; top: 96px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--charcoal); max-height: calc(100vh - 120px); overflow-y: auto; }
.filters__head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; background: var(--charcoal); z-index: 2; }
.filters__head h3 { font-size: 16px; }
.filters__head button { font-size: 12.5px; color: var(--gold); font-weight: 600; }
.fgroup { border-bottom: 1px solid var(--line); }
.fgroup__head { padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; }
.fgroup__head h4 { font-size: 13.5px; color: var(--t-hi); }
.fgroup__head .chev { color: var(--t-lo); transition: transform .3s; }
.fgroup.open .chev { transform: rotate(180deg); }
.fgroup__body { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .4s var(--ease), padding .4s; }
.fgroup.open .fgroup__body { max-height: 600px; padding-bottom: 20px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 8px 14px; border-radius: 100px; border: 1px solid var(--line-strong); font-size: 12.5px; color: var(--t-mid); transition: .25s; cursor: pointer; }
.chip:hover { border-color: var(--gold-deep); color: var(--t-hi); }
.chip.active { background: var(--gold-grad); color: #1A1304; border-color: transparent; font-weight: 600; }
.check { display: flex; align-items: center; gap: 11px; padding: 9px 0; cursor: pointer; font-size: 13.5px; color: var(--t-mid); }
.check input { width: 18px; height: 18px; accent-color: var(--gold); }
.check:hover { color: var(--t-hi); }
.toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; font-size: 13.5px; color: var(--t-mid); }
.switch { width: 42px; height: 24px; border-radius: 20px; background: var(--charcoal-2); border: 1px solid var(--line-strong); position: relative; transition: .3s; flex-shrink: 0; cursor: pointer; }
.switch::after { content:""; position:absolute; top:2px; left:2px; width:18px; height:18px; border-radius:50%; background:var(--t-lo); transition:.3s; }
.switch.on { background: var(--gold-soft); border-color: var(--gold); }
.switch.on::after { left: 20px; background: var(--gold); }
.range-row { display: flex; gap: 12px; }
.range-row input { width: 100%; padding: 11px 14px; border-radius: var(--r-sm); background: var(--bg-2); border: 1px solid var(--line-strong); color: var(--t-hi); font-size: 13.5px; }
.range-row input:focus { outline: none; border-color: var(--gold); }
.dual-range { margin-top: 16px; }

.lst-main { min-width: 0; }
.lst-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 16px; }
.lst-bar .count { font-size: 14px; color: var(--t-lo); }
.lst-bar .count b { color: var(--t-hi); }
.lst-tools { display: flex; gap: 12px; align-items: center; }
.select { padding: 11px 16px; border-radius: var(--r-sm); background: var(--charcoal); border: 1px solid var(--line-strong); color: var(--t-hi); font-size: 13.5px; }
.applied { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.applied .tagx { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 100px; background: var(--gold-soft); border: 1px solid rgba(201,162,75,.25); color: var(--gold); font-size: 12.5px; }
.applied .tagx button { color: var(--gold); display: grid; place-items: center; }
.lst-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.filter-mobile-btn { display: none; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
  .cats { grid-template-columns: repeat(2, 1fr); }
  .cat.feature { grid-column: span 2; }
  .dash { grid-template-columns: 1fr; }
  .map-wrap { grid-template-columns: 1fr; }
  .props { grid-template-columns: repeat(2, 1fr); }
  .vip__inner { grid-template-columns: 1fr; gap: 36px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .pd-layout { grid-template-columns: 1fr; }
  .pd-aside { position: static; }
}
@media (max-width: 860px) {
  .nav__menu, .nav__actions .btn, .lang { display: none; }
  .nav__toggle { display: block; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .kpis { grid-template-columns: 1fr 1fr; }
  .calc { grid-template-columns: 1fr; }
  .calc__tabs { flex-direction: row; overflow-x: auto; border-right: none; border-bottom: 1px solid var(--line); }
  .calc__tab small { display: none; }
  .calc__grid, .calc__result { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; height: auto; }
  .gallery a:first-child { grid-column: span 2; grid-row: auto; }
  .lst-layout { grid-template-columns: 1fr; }
  .lst-grid { grid-template-columns: 1fr; }
  .filters { position: fixed; inset: 0; top: 0; z-index: 1200; border-radius: 0; max-height: 100vh; transform: translateX(-100%); transition: transform .4s var(--ease); }
  .filters.open { transform: none; }
  .filter-mobile-btn { display: inline-flex; }
  .filter-close { display: block !important; font-size: 18px; }
  .fact-grid, .risk-grid, .infra-list { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .cats { grid-template-columns: 1fr; }
  .cat.feature { grid-column: auto; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .props { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .kpis { grid-template-columns: 1fr; }
  .calc__result { grid-template-columns: 1fr; }
}

/* ==========================================================================
   APP SHELL (Admin + Investor Dashboard)
   ========================================================================== */
.app { display: grid; grid-template-columns: 264px 1fr; min-height: 100vh; }
.side {
  background: var(--bg-1); border-right: 1px solid var(--line);
  display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.side__brand { padding: 22px 22px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.side__nav { padding: 18px 14px; flex: 1; }
.side__group { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--t-faint); padding: 16px 12px 8px; }
.side__link {
  display: flex; align-items: center; gap: 13px; padding: 11px 12px; border-radius: 10px;
  font-size: 14px; color: var(--t-mid); font-weight: 500; transition: .25s; margin-bottom: 2px; position: relative;
}
.side__link svg { width: 18px; height: 18px; color: var(--t-lo); transition: color .25s; flex-shrink: 0; }
.side__link:hover { background: var(--glass-hi); color: var(--t-hi); }
.side__link.active { background: var(--gold-soft); color: var(--t-hi); }
.side__link.active svg { color: var(--gold); }
.side__link.active::before { content:""; position:absolute; left:-14px; top:50%; transform:translateY(-50%); width:3px; height:20px; border-radius:3px; background: var(--gold-grad); }
.side__link .count { margin-left: auto; font-size: 11px; padding: 2px 8px; border-radius: 20px; background: var(--charcoal-2); color: var(--t-lo); font-weight: 700; }
.side__user { padding: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-grad); display: grid; place-items: center; color: #1A1304; font-weight: 800; font-family: var(--font-serif); flex-shrink: 0; }
.side__user .info { min-width: 0; }
.side__user .info h5 { font-size: 13.5px; color: var(--t-hi); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.side__user .info small { font-size: 11.5px; color: var(--t-lo); }

.main { min-width: 0; display: flex; flex-direction: column; }
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 16px 30px; border-bottom: 1px solid var(--line);
  background: rgba(10,16,32,.72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.topbar h1 { font-size: 20px; }
.topbar h1 small { display: block; font-size: 12.5px; color: var(--t-lo); font-weight: 400; margin-top: 2px; }
.topbar__actions { display: flex; align-items: center; gap: 12px; }
.search { display: flex; align-items: center; gap: 10px; background: var(--charcoal); border: 1px solid var(--line-strong); border-radius: 100px; padding: 9px 16px; min-width: 240px; }
.search svg { width: 16px; height: 16px; color: var(--t-lo); }
.search input { background: none; border: none; color: var(--t-hi); font-size: 13.5px; width: 100%; }
.search input:focus { outline: none; }
.icon-btn { width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--t-mid); position: relative; transition: .25s; }
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }
.icon-btn svg { width: 19px; height: 19px; }
.icon-btn .badge-dot { position: absolute; top: 9px; right: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 2px var(--bg-1); }
.content { padding: 30px; flex: 1; }

.adm-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 24px; }
.adm-cols { display: grid; grid-template-columns: 1.7fr 1fr; gap: 18px; margin-bottom: 24px; }
.panel { border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--charcoal); overflow: hidden; }
.panel__head { padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel__head h3 { font-size: 16px; }
.panel__head a, .panel__head button { font-size: 12.5px; color: var(--gold); font-weight: 600; }
.panel__body { padding: 22px 24px; }

/* Data table */
.dtable { width: 100%; border-collapse: collapse; }
.dtable th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--t-faint); font-weight: 600; padding: 12px 24px; border-bottom: 1px solid var(--line); }
.dtable td { padding: 16px 24px; border-bottom: 1px solid var(--line); font-size: 13.5px; color: var(--t-mid); }
.dtable tbody tr:last-child td { border-bottom: none; }
.dtable tbody tr { transition: background .2s; }
.dtable tbody tr:hover { background: var(--glass-hi); }
.dtable .prop { display: flex; align-items: center; gap: 12px; }
.dtable .prop img { width: 46px; height: 38px; border-radius: 8px; object-fit: cover; }
.dtable .prop b { color: var(--t-hi); font-size: 13.5px; display: block; }
.dtable .prop small { color: var(--t-faint); font-size: 11.5px; }
.st { font-size: 11px; font-weight: 700; padding: 4px 11px; border-radius: 20px; display: inline-block; }
.st.live { background: rgba(79,178,134,.14); color: var(--green); }
.st.pending { background: rgba(201,162,75,.14); color: var(--gold); }
.st.draft { background: rgba(138,142,148,.14); color: var(--t-lo); }
.st.sold { background: rgba(91,141,239,.14); color: #9BBcff; color: #A9C3FF; }
.st.off { background: rgba(216,103,90,.14); color: var(--red); }
.row-act { display: flex; gap: 6px; }
.row-act button { width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--line); color: var(--t-lo); display: grid; place-items: center; transition: .2s; }
.row-act button:hover { border-color: var(--gold); color: var(--gold); }
.row-act svg { width: 15px; height: 15px; }

.mini-list { display: flex; flex-direction: column; }
.mini-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mini-item:last-child { border-bottom: none; }
.mini-item .av { width: 38px; height: 38px; border-radius: 10px; background: var(--charcoal-2); display: grid; place-items: center; color: var(--gold); flex-shrink: 0; font-weight: 700; font-size: 13px; }
.mini-item .tx { flex: 1; min-width: 0; }
.mini-item .tx b { color: var(--t-hi); font-size: 13.5px; display: block; }
.mini-item .tx small { color: var(--t-faint); font-size: 12px; }
.mini-item .amt { color: var(--gold); font-weight: 700; font-size: 13.5px; }

/* ==========================================================================
   AUTH
   ========================================================================== */
.auth { min-height: 100vh; display: grid; grid-template-columns: 1.05fr 1fr; }
.auth__visual { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; }
.auth__visual::before {
  content:""; position:absolute; inset:0; z-index:-2;
  background: linear-gradient(180deg, rgba(10,16,32,.55), rgba(10,16,32,.92)), url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1400&q=80");
  background-size: cover; background-position: center;
}
.auth__visual::after { content:""; position:absolute; inset:0; z-index:-1; background: radial-gradient(80% 60% at 80% 10%, rgba(201,162,75,.22), transparent 60%); }
.auth__quote { max-width: 30ch; }
.auth__quote h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.2; margin-bottom: 16px; }
.auth__quote p { color: var(--t-mid); font-size: 15px; }
.auth__trust { display: flex; gap: 26px; }
.auth__trust div .n { font-family: var(--font-serif); font-size: 26px; color: var(--gold); }
.auth__trust div .l { font-size: 12px; color: var(--t-lo); }
.auth__form { display: flex; align-items: center; justify-content: center; padding: 40px; background: var(--bg-0); }
.auth__card { width: 100%; max-width: 420px; }
.auth__tabs { display: flex; gap: 4px; background: var(--charcoal); padding: 5px; border-radius: 100px; margin-bottom: 30px; border: 1px solid var(--line); }
.auth__tab { flex: 1; padding: 11px; border-radius: 100px; font-size: 13.5px; color: var(--t-lo); font-weight: 600; transition: .25s; }
.auth__tab.active { background: var(--gold-grad); color: #1A1304; }
.auth__card h2 { font-size: 26px; margin-bottom: 8px; }
.auth__card > p { color: var(--t-lo); font-size: 14px; margin-bottom: 26px; }
.auth .field { margin-bottom: 16px; }
.auth .field input, .auth .field select { width: 100%; padding: 13px 16px; border-radius: var(--r-sm); background: var(--charcoal); border: 1px solid var(--line-strong); color: var(--t-hi); font-size: 14.5px; }
.auth .field input:focus, .auth .field select:focus { outline: none; border-color: var(--gold); }
.auth__row { display: flex; justify-content: space-between; align-items: center; margin: 6px 0 22px; font-size: 13px; }
.auth__row a { color: var(--gold); }
.auth__alt { text-align: center; font-size: 13.5px; color: var(--t-lo); margin-top: 22px; }
.auth__alt a { color: var(--gold); font-weight: 600; }
.auth__sep { display: flex; align-items: center; gap: 14px; margin: 24px 0; color: var(--t-faint); font-size: 12px; }
.auth__sep::before, .auth__sep::after { content:""; height:1px; background: var(--line); flex:1; }

/* ==========================================================================
   CORPORATE (About / Contact)
   ========================================================================== */
.page-hero { padding: 150px 0 60px; text-align: center; position: relative; }
.page-hero h1 { font-size: clamp(34px, 5vw, 62px); margin: 18px auto; max-width: 16ch; }
.page-hero p { font-size: 18px; color: var(--t-lo); max-width: 56ch; margin: 0 auto; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story img { border-radius: var(--r-lg); width: 100%; }
.story h2 { font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 20px; }
.story p { color: var(--t-mid); margin-bottom: 16px; font-size: 15.5px; line-height: 1.8; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat-strip div { background: var(--charcoal); padding: 34px 26px; text-align: center; }
.stat-strip .n { font-family: var(--font-serif); font-size: clamp(30px, 4vw, 48px); color: var(--gold); line-height: 1; }
.stat-strip .l { font-size: 13px; color: var(--t-lo); margin-top: 12px; }
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.member { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--charcoal); transition: .4s; }
.member:hover { border-color: var(--gold-deep); transform: translateY(-6px); }
.member__img { aspect-ratio: 1; overflow: hidden; }
.member__img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3); transition: .5s; }
.member:hover .member__img img { filter: none; transform: scale(1.05); }
.member__body { padding: 18px 20px; }
.member__body h4 { font-size: 16px; }
.member__body .role { font-size: 12.5px; color: var(--gold); margin-top: 4px; }
.member__body .bio { font-size: 12.5px; color: var(--t-lo); margin-top: 10px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value { padding: 30px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--charcoal); }
.value .ic { width: 50px; height: 50px; border-radius: 13px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; margin-bottom: 20px; }
.value .ic svg { width: 24px; height: 24px; }
.value h3 { font-size: 18px; margin-bottom: 10px; }
.value p { font-size: 14px; color: var(--t-lo); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-info .ci { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.contact-info .ci h4 { font-size: 15px; margin-bottom: 4px; }
.contact-info .ci p { font-size: 14px; color: var(--t-lo); }
.contact-form { padding: 34px; border-radius: var(--r-lg); }
.contact-form .field { margin-bottom: 18px; }
.contact-form label { display: block; font-size: 12.5px; color: var(--t-lo); margin-bottom: 8px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 16px; border-radius: var(--r-sm); background: var(--charcoal); border: 1px solid var(--line-strong); color: var(--t-hi); font-size: 14.5px; font-family: inherit; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--gold); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* Watchlist / investor */
.watch { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.activity .a-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.activity .a-item:last-child { border-bottom: none; }
.activity .a-dot { width: 34px; height: 34px; border-radius: 9px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.activity .a-dot svg { width: 16px; height: 16px; }
.activity .a-tx b { color: var(--t-hi); font-size: 13.5px; }
.activity .a-tx small { display: block; color: var(--t-faint); font-size: 12px; margin-top: 2px; }

@media (max-width: 1100px) {
  .adm-kpis { grid-template-columns: 1fr 1fr; }
  .adm-cols { grid-template-columns: 1fr; }
  .auth { grid-template-columns: 1fr; }
  .auth__visual { display: none; }
  .story, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .team, .values { grid-template-columns: 1fr 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .watch { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .app { grid-template-columns: 1fr; }
  .side { position: fixed; z-index: 1200; transform: translateX(-100%); transition: transform .4s var(--ease); width: 264px; }
  .side.open { transform: none; }
  .search { display: none; }
  .adm-kpis { grid-template-columns: 1fr 1fr; }
  .menu-toggle { display: grid !important; }
}
@media (max-width: 560px) {
  .adm-kpis, .team, .values, .stat-strip, .watch { grid-template-columns: 1fr; }
  .form-2 { grid-template-columns: 1fr; }
  .content, .topbar { padding-left: 18px; padding-right: 18px; }
}
.menu-toggle { display: none; }

/* ==========================================================================
   LEGAL PAGES
   ========================================================================== */
.legal { max-width: 860px; margin: 0 auto; padding: 130px var(--gutter) 100px; }
.legal h1 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 12px; }
.legal .updated { color: var(--t-faint); font-size: 13px; margin-bottom: 40px; }
.legal-prose h2 { font-size: 21px; margin: 36px 0 14px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal-prose h2:first-of-type { border-top: none; padding-top: 0; }
.legal-prose h3 { font-size: 16px; margin: 22px 0 10px; color: var(--t-hi); }
.legal-prose p, .legal-prose li { color: var(--t-mid); font-size: 15px; line-height: 1.8; margin-bottom: 12px; }
.legal-prose ul { padding-left: 22px; list-style: disc; margin-bottom: 12px; }
.legal-prose a { color: var(--gold); }
.legal-note { background: var(--charcoal); border: 1px solid var(--line-strong); border-left: 3px solid var(--gold); border-radius: var(--r-sm); padding: 16px 20px; font-size: 13.5px; color: var(--t-lo); margin: 24px 0; }

/* ==========================================================================
   COOKIE CONSENT
   ========================================================================== */
.cookie {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(140%);
  z-index: 1500; width: min(680px, calc(100vw - 32px));
  background: var(--glass-strong); border: 1px solid var(--glass-border);
  backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%);
  border-radius: var(--r-lg); box-shadow: var(--shadow-md);
  padding: 20px 22px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  transition: transform .6s var(--ease), opacity .6s;
  opacity: 0;
}
.cookie.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.cookie__txt { flex: 1; min-width: 240px; font-size: 13px; color: var(--t-mid); line-height: 1.6; }
.cookie__txt a { color: var(--gold); }
.cookie__btns { display: flex; gap: 10px; }
@media (max-width: 540px) { .cookie { flex-direction: column; align-items: stretch; } .cookie__btns { justify-content: stretch; } .cookie__btns .btn { flex: 1; } }

/* honeypot field — hidden from humans */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ---- simple site: mobile nav dropdown + whatsapp float ---- */
@media (max-width: 860px) {
  .nav__menu.open { display: flex; position: absolute; top: 72px; left: var(--gutter); right: var(--gutter);
    flex-direction: column; background: rgba(10,16,32,.97); padding: 14px; border-radius: 16px;
    border: 1px solid var(--line); backdrop-filter: blur(20px); }
}
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 900; width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.4); transition: transform .3s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ===== Fiku: yüzen maskot + WhatsApp aksiyon menüsü ===== */
.fiku { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.fiku__btn { position: relative; width: 66px; height: 66px; border-radius: 50%; border: 2px solid rgba(255,255,255,.18); background: #f4f1e9; padding: 0; cursor: pointer; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.45); transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s, background .3s; animation: fikuBob 3.4s ease-in-out infinite; }
.fiku__btn:hover { transform: scale(1.07); box-shadow: 0 14px 36px rgba(0,0,0,.5), 0 0 0 4px var(--gold-soft); }
.fiku__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .3s ease; }
.fiku__img--talk { opacity: 0; }
.fiku[data-open="true"] .fiku__btn { animation: none; background: #0a1410; border-color: var(--gold); }
.fiku[data-open="true"] .fiku__img--idle { opacity: 0; }
.fiku[data-open="true"] .fiku__img--talk { opacity: 1; }
.fiku__menu { display: flex; flex-direction: column; gap: 8px; align-items: stretch; width: 252px; opacity: 0; transform: translateY(10px) scale(.96); transform-origin: bottom right; pointer-events: none; transition: opacity .25s ease, transform .25s var(--ease-out); }
.fiku[data-open="true"] .fiku__menu { opacity: 1; transform: none; pointer-events: auto; }
.fiku__title { text-align: center; font-size: 12px; font-weight: 600; color: #eafff3; background: rgba(9,22,16,.92); border: 1px solid rgba(37,211,102,.3); padding: 7px 12px; border-radius: 999px; box-shadow: 0 6px 18px rgba(0,0,0,.3); }
.fiku__opt { display: flex; align-items: center; gap: 11px; width: 100%; background: rgba(12,27,20,.96); border: 1px solid rgba(37,211,102,.34); color: #eafff3; font-size: 14px; font-weight: 500; padding: 12px 15px; border-radius: 14px; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.38); transform: translateX(8px); opacity: 0; transition: background .2s, border-color .2s, color .2s, box-shadow .2s, transform .25s var(--ease-out); }
.fiku[data-open="true"] .fiku__opt { transform: none; opacity: 1; }
.fiku[data-open="true"] .fiku__opt:nth-child(2) { transition-delay: .04s; }
.fiku[data-open="true"] .fiku__opt:nth-child(3) { transition-delay: .08s; }
.fiku[data-open="true"] .fiku__opt:nth-child(4) { transition-delay: .12s; }
.fiku__opt:hover { background: #25D366; border-color: #25D366; color: #06231a; box-shadow: 0 10px 26px rgba(37,211,102,.4); }
.fiku__opt-ic { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; font-size: 15px; background: rgba(37,211,102,.16); border-radius: 50%; }
.fiku__opt span:last-child { flex: 1 1 auto; }
.fiku__opt:hover .fiku__opt-ic { background: rgba(0,0,0,.16); }
@keyframes fikuBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@media (max-width: 600px) { .fiku { right: 14px; bottom: 14px; } .fiku__btn { width: 60px; height: 60px; } .fiku__menu { width: 236px; } .fiku__opt { font-size: 13px; padding: 11px 14px; } }
.cat-strip { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cat-pill { padding: 12px 22px; border-radius: 100px; border: 1px solid var(--line-strong); color: var(--t-mid); font-size: 14px; font-weight: 500; transition: .25s; }
.cat-pill:hover { border-color: var(--gold); color: var(--gold); }
.adm-in { width: 100%; padding: 12px 14px; border-radius: 10px; background: var(--charcoal); border: 1px solid var(--line-strong); color: var(--t-hi); font-size: 14px; font-family: inherit; }
.adm-in:focus { outline: none; border-color: var(--gold); }

/* ===== Makaleler (blog) ===== */
.mk-wrap{max-width:1200px;margin:0 auto;padding:120px 24px 80px}
.mk-head{text-align:center;max-width:720px;margin:0 auto 44px}
.mk-head h1{font-family:var(--font-serif);font-size:clamp(30px,4vw,46px);line-height:1.1;margin-bottom:14px}
.mk-head p{color:var(--t-mid);font-size:16px}
.mk-list{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.mk-card{display:flex;flex-direction:column;background:var(--bg-1);border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .3s var(--ease-out),border-color .3s,box-shadow .3s}
.mk-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 20px 50px rgba(0,0,0,.25)}
.mk-card__media{aspect-ratio:16/10;overflow:hidden;background:var(--charcoal)}
.mk-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}
.mk-card:hover .mk-card__media img{transform:scale(1.05)}
.mk-card__body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.mk-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}
.mk-tag{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);background:var(--gold-soft);border:1px solid var(--line);padding:3px 9px;border-radius:999px}
.mk-card__body h3{font-family:var(--font-serif);font-size:19px;line-height:1.3;color:var(--t-hi);margin-bottom:8px}
.mk-card__body p{color:var(--t-mid);font-size:14px;line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.mk-card__meta{margin-top:14px;font-size:12.5px;color:var(--t-lo)}
.mk-single{max-width:820px;margin:0 auto;padding:110px 24px 80px}
.mk-back{display:inline-block;color:var(--gold);font-size:13.5px;margin-bottom:16px;text-decoration:none}
.mk-article__head h1{font-family:var(--font-serif);font-size:clamp(28px,4.5vw,44px);line-height:1.12;margin:8px 0 14px;color:var(--t-hi)}
.mk-lead{font-size:18px;line-height:1.6;color:var(--t-mid);margin-bottom:14px}
.mk-meta{font-size:13px;color:var(--t-lo);margin-bottom:26px}
.mk-hero{border-radius:18px;overflow:hidden;margin:0 0 32px;border:1px solid var(--line)}
.mk-hero img{width:100%;display:block}
.mk-body{font-size:16.5px;line-height:1.85;color:var(--t-mid)}
.mk-body h2{font-family:var(--font-serif);font-size:24px;color:var(--t-hi);margin:34px 0 12px;line-height:1.25}
.mk-body h3{font-size:18px;color:var(--t-hi);margin:24px 0 8px}
.mk-body p{margin:0 0 18px}
.mk-body ul,.mk-body ol{margin:0 0 18px 22px}
.mk-body li{margin-bottom:8px}
.mk-body a{color:var(--gold)}
.mk-body strong{color:var(--t-hi)}
.mk-body blockquote{border-left:3px solid var(--gold);background:var(--gold-soft);border-radius:0 12px 12px 0;padding:14px 18px;margin:22px 0;color:var(--t-mid)}
.mk-body img{max-width:100%;border-radius:12px}
.mk-cta{margin-top:44px;padding:28px;border:1px solid var(--line);border-radius:18px;background:var(--bg-1);text-align:center}
.mk-cta h3{font-family:var(--font-serif);font-size:22px;color:var(--t-hi);margin-bottom:8px}
.mk-cta p{color:var(--t-mid);margin-bottom:18px}
@media(max-width:900px){.mk-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.mk-list{grid-template-columns:1fr}}
