/* ============================================================
   VIO GRUP — Kurumsal Tema (Beyaz & Altın)
   Lüks, premium: beyaz/fildişi zemin + metalik altın vurgular
   ============================================================ */

:root {
  --bg: #ffffff;
  --bg-soft: #faf7f0;            /* ivory / warm off-white */
  --bg-card: #ffffff;
  --bg-dark: #14110b;            /* footer & koyu alanlar */
  --primary: #c9a84c;           /* metalik altın */
  --primary-dark: #a8862f;
  --accent: #b08d34;            /* beyaz üzerinde okunur koyu altın */
  --accent-soft: #e8c97a;
  --text: #1d1a16;              /* koyu antrasit */
  --text-muted: #6e685e;
  --border: #ece5d6;            /* açık altın-bej sınır */
  --border-strong: rgba(201, 168, 76, 0.45);
  --radius: 6px;
  --shadow-sm: 0 4px 14px rgba(40, 30, 10, 0.06);
  --shadow: 0 18px 45px rgba(40, 30, 10, 0.12);
  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --gold-gradient: linear-gradient(135deg, #e8c97a 0%, #c9a84c 45%, #a8862f 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
img, svg, iframe, video { max-width: 100%; }

h1, h2, h3, h4, h5, h6, .font-head {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--text);
}

a { color: var(--accent); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; }

.container-x { max-width: 1240px; margin: 0 auto; padding: 0 1.25rem; }

/* ince altın scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb { background: var(--gold-gradient); border-radius: 10px; }
::selection { background: var(--primary); color: #fff; }

/* Yardımcılar */
.text-gold { color: var(--accent) !important; }
.text-accent { color: var(--accent) !important; }
.text-muted-gold { color: var(--text-muted) !important; }
.text-white { color: var(--text) !important; }       /* eski "text-white" sınıfları artık koyu metin */
.bg-dark-section { background: var(--bg-dark); color: #f3ece1; }
.gold-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Preloader ---------- */
#preloader {
  position: fixed; inset: 0; background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; transition: opacity 0.6s ease, visibility 0.6s ease;
}
#preloader { flex-direction: column; gap: 1.6rem; }
#preloader.hidden { opacity: 0; visibility: hidden; }
.preloader-logo {
  animation: pulse 1.5s ease-in-out infinite;
  display: flex; align-items: center; justify-content: center;
}
.preloader-logo .vio-logo { width: 220px; height: auto; }
.preloader-logo img { max-height: 70px; width: auto; }
.preloader-bar { width: 150px; height: 3px; border-radius: 3px; background: rgba(201,168,76,0.15); overflow: hidden; }
.preloader-bar span { display: block; height: 100%; width: 40%; border-radius: 3px; background: var(--gold-gradient); animation: loadbar 1.1s ease-in-out infinite; }
@keyframes loadbar { 0% { transform: translateX(-120%); } 100% { transform: translateX(320%); } }
@keyframes pulse { 0%,100% { opacity: 0.65; transform: scale(0.98); } 50% { opacity: 1; transform: scale(1.02); } }

/* ---------- Navbar ---------- */
.vio-navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1030;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.vio-navbar.scrolled { box-shadow: var(--shadow-sm); background: rgba(255, 255, 255, 0.98); }

/* Anasayfa: üstte hero ile birleşik şeffaf header, scroll'da solid */
.page-home .vio-navbar,
.vio-navbar.nav-home {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.page-home .vio-navbar.scrolled,
.vio-navbar.nav-home.scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; transition: height 0.35s ease; }
.vio-navbar.scrolled .nav-inner { height: 62px; }
.navbar-brand {
  font-family: var(--font-head); font-size: 1.55rem; font-weight: 800; letter-spacing: 2px;
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.navbar-brand img { max-height: 46px; -webkit-text-fill-color: initial; }
.navbar-brand .vio-logo { height: 42px; width: auto; transition: height 0.35s ease; }
.vio-navbar.scrolled .navbar-brand .vio-logo { height: 36px; }

.nav-actions { display: flex; align-items: center; gap: 1.25rem; }
.nav-menu { display: flex; align-items: center; gap: 0.4rem; list-style: none; margin: 0; padding: 0; }
.nav-menu a {
  color: var(--text); font-size: 0.92rem; font-weight: 500; letter-spacing: 0.3px;
  padding: 0.45rem 0.7rem; position: relative; border-radius: 4px;
}
.nav-menu a::after {
  content: ''; position: absolute; bottom: 0; left: 0.7rem; right: 0.7rem;
  height: 2px; background: var(--gold-gradient); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--accent); }
.nav-menu a:hover::after, .nav-menu a.active::after { transform: scaleX(1); }

/* Dil dropdown */
.lang-dropdown { position: relative; }
.lang-current {
  display: flex; align-items: center; gap: 0.4rem; background: transparent;
  border: 1px solid var(--border); border-radius: 40px; padding: 0.35rem 0.7rem;
  color: var(--text); font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: all 0.2s ease;
}
.lang-current:hover { border-color: var(--primary); background: rgba(201,168,76,0.06); }
.lang-current .lang-flag, .lang-menu a .lang-flag { display: inline-flex; line-height: 0; }
.flag-svg {
  width: 24px; height: 16px; border-radius: 3px; display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08); object-fit: cover;
}
.lang-menu a .lang-flag .flag-svg { width: 26px; height: 18px; }
.lang-current .lang-caret { width: 15px; height: 15px; transition: transform 0.25s ease; }
.lang-dropdown.open .lang-current .lang-caret { transform: rotate(180deg); }
.lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0; min-width: 160px; list-style: none;
  margin: 0; padding: 0.4rem; background: #fff; border: 1px solid var(--border);
  border-radius: 10px; box-shadow: var(--shadow); opacity: 0; visibility: hidden;
  transform: translateY(-8px); transition: all 0.22s ease; z-index: 1050;
}
.lang-dropdown.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu li { margin: 0; }
.lang-menu a {
  display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 0.8rem; border-radius: 7px;
  color: var(--text); font-size: 0.9rem; font-weight: 500;
}
.lang-menu a:hover { background: var(--bg-soft); color: var(--accent); }
.lang-menu a.active { background: linear-gradient(135deg, rgba(232,201,122,0.22), rgba(201,168,76,0.12)); color: var(--accent); }

/* Yukarı çık butonu */
.scroll-top {
  position: fixed; bottom: 26px; right: 26px; width: 50px; height: 50px; z-index: 1040;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  border: none; border-radius: 50%; background: var(--gold-gradient); color: #fff;
  box-shadow: 0 10px 28px rgba(201, 168, 76, 0.45);
  opacity: 0; visibility: hidden; transform: translateY(20px) scale(0.8);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.scroll-top:hover { transform: translateY(-4px) scale(1.06); box-shadow: 0 14px 34px rgba(201, 168, 76, 0.6); }
.scroll-top svg { width: 22px; height: 22px; }
@media (max-width: 575px) { .scroll-top { width: 44px; height: 44px; bottom: 18px; right: 18px; } }

.nav-toggle {
  display: none; background: transparent; border: 1px solid var(--border);
  border-radius: 6px; padding: 0.4rem; color: var(--text); cursor: pointer; line-height: 0;
}

/* ---------- Butonlar ---------- */
.btn-gold {
  position: relative; background: var(--gold-gradient); color: #fff !important; border: none;
  font-weight: 600; letter-spacing: 0.3px; padding: 0.7rem 1.7rem; border-radius: var(--radius);
  overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; display: inline-block;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(201, 168, 76, 0.4); color: #fff !important; }
.btn-gold::before {
  content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-20deg); transition: left 0.6s ease;
}
.btn-gold:hover::before { left: 130%; }
.btn-gold.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.85rem; }

.btn-outline-gold {
  background: transparent; color: var(--accent); border: 1px solid var(--primary);
  font-weight: 600; padding: 0.7rem 1.7rem; border-radius: var(--radius); transition: all 0.25s ease; display: inline-block;
}
.btn-outline-gold:hover { background: var(--gold-gradient); color: #fff; border-color: transparent; transform: translateY(-2px); }
.btn-outline-gold.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.85rem; }

/* ---------- Section başlık ---------- */
.section { padding: 6rem 0; position: relative; }
.section-soft { background: var(--bg-soft); }
.eyebrow {
  display: inline-block; color: var(--accent); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; margin-bottom: 0.8rem;
}
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; line-height: 1.2; }
.section-divider { width: 64px; height: 3px; background: var(--gold-gradient); border-radius: 2px; margin: 0 0 1.6rem; }
.text-center .section-divider { margin-left: auto; margin-right: auto; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(201, 168, 76, 0.16), transparent 42%),
    radial-gradient(circle at 85% 75%, rgba(232, 201, 122, 0.18), transparent 40%),
    linear-gradient(135deg, #ffffff 0%, var(--bg-soft) 50%, #fffdf6 100%);
  background-size: 100% 100%, 100% 100%, 200% 200%;
  animation: heroBg 20s ease-in-out infinite;
}
@keyframes heroBg {
  0%, 100% { background-position: 0% 0%, 0% 0%, 0% 50%; }
  50% { background-position: 0% 0%, 0% 0%, 100% 50%; }
}
/* Yavaşça dönen konik altın ışık */
.hero::before {
  content: ''; position: absolute; top: 50%; left: 50%; width: 160vmax; height: 160vmax;
  transform: translate(-50%, -50%); z-index: 1; pointer-events: none; opacity: 0.55;
  background: conic-gradient(from 0deg,
    transparent 0deg, rgba(232, 201, 122, 0.10) 40deg, transparent 90deg,
    transparent 200deg, rgba(201, 168, 76, 0.08) 250deg, transparent 300deg);
  animation: heroConic 30s linear infinite;
}
@keyframes heroConic { to { transform: translate(-50%, -50%) rotate(360deg); } }
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; opacity: 0.12; }
.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(105deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(255, 253, 246, 0.82) 38%,
    rgba(255, 255, 255, 0.45) 68%,
    rgba(255, 255, 255, 0.25) 100%);
}
.hero-has-bg .hero-bg-image { opacity: 1; }
.hero-has-bg .hero-blob { opacity: 0.35; }
.hero-has-bg::before { opacity: 0.35; }
.hero-content { position: relative; z-index: 3; padding-top: 100px; padding-bottom: 40px; }
.hero .eyebrow { position: relative; display: inline-flex; align-items: center; gap: 0.6rem; }
.hero .eyebrow::before {
  content: ''; width: 32px; height: 2px; border-radius: 2px;
  background: var(--gold-gradient); transform-origin: left; animation: lineGrow 2.4s ease-in-out infinite;
}
@keyframes lineGrow { 0%,100% { transform: scaleX(0.4); opacity: 0.5; } 50% { transform: scaleX(1); opacity: 1; } }
.hero h1 {
  font-size: clamp(2.2rem, 6vw, 4.4rem); line-height: 1.08; margin-bottom: 1.3rem;
  background: linear-gradient(110deg, var(--text) 0%, var(--text) 38%, #c9a84c 50%, var(--text) 62%, var(--text) 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: heroShine 7s ease-in-out infinite;
}
@keyframes heroShine { 0%, 100% { background-position: 150% 0; } 50% { background-position: -50% 0; } }
.hero h1 .hl { background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: var(--text-muted); max-width: 600px; margin-bottom: 2rem; }

/* Scroll göstergesi — mouse şekli */
.hero-scroll {
  position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.55rem;
  color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; z-index: 3;
  transition: transform 0.3s ease;
}
.hero-scroll:hover { transform: translateX(-50%) translateY(4px); color: var(--primary); }
.hero-mouse {
  position: relative; width: 22px; height: 36px; border: 2px solid var(--primary);
  border-radius: 12px; opacity: 0.75;
}
.hero-mouse::after {
  content: ''; position: absolute; top: 6px; left: 50%; width: 4px; height: 8px; border-radius: 4px;
  background: var(--gold-gradient); transform: translateX(-50%); animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 12px); } }

/* Hero — animasyonlu blob'lar */
.hero-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.55; z-index: 1; pointer-events: none; }
.hero-blob-1 { width: 460px; height: 460px; top: -120px; left: -100px; background: radial-gradient(circle, rgba(201,168,76,0.45), transparent 70%); animation: blobFloat 14s ease-in-out infinite; }
.hero-blob-2 { width: 520px; height: 520px; bottom: -160px; right: -120px; background: radial-gradient(circle, rgba(232,201,122,0.4), transparent 70%); animation: blobFloat 18s ease-in-out infinite reverse; }
.hero-blob-3 { width: 300px; height: 300px; top: 40%; left: 38%; opacity: 0.4; background: radial-gradient(circle, rgba(176,141,52,0.35), transparent 70%); animation: blobFloat 22s ease-in-out infinite; }
@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.08); }
  66% { transform: translate(-30px, 25px) scale(0.95); }
}

/* Hero — parıltı parçacıkları */
.hero-sparkles { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-sparkles .spark { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-gradient); box-shadow: 0 0 12px rgba(201,168,76,0.7); opacity: 0; animation: twinkle 5s ease-in-out infinite; }
.hero-sparkles .spark:nth-child(1) { top: 18%; left: 12%; animation-delay: 0s; }
.hero-sparkles .spark:nth-child(2) { top: 70%; left: 22%; width: 4px; height: 4px; animation-delay: 1.1s; }
.hero-sparkles .spark:nth-child(3) { top: 30%; left: 60%; width: 5px; height: 5px; animation-delay: 2.2s; }
.hero-sparkles .spark:nth-child(4) { top: 80%; left: 55%; animation-delay: 0.7s; }
.hero-sparkles .spark:nth-child(5) { top: 50%; left: 8%; width: 4px; height: 4px; animation-delay: 3s; }
.hero-sparkles .spark:nth-child(6) { top: 12%; left: 44%; width: 5px; height: 5px; animation-delay: 1.7s; }
@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(0.4); }
  40% { opacity: 0.9; transform: scale(1); }
  60% { opacity: 0.7; transform: scale(0.85); }
}

/* Hero — dekoratif halka & monogram (sağ taraf) */
.hero-decor {
  position: absolute; right: 6%; top: 50%; transform: translateY(-50%);
  width: 420px; height: 420px; z-index: 2; pointer-events: none;
}
.decor-ring { position: absolute; border-radius: 50%; border: 1px solid var(--border-strong); top: 50%; left: 50%; }
.decor-ring-1 { width: 100%; height: 100%; margin: -50% 0 0 -50%; border-style: dashed; animation: spin 38s linear infinite; }
.decor-ring-2 { width: 74%; height: 74%; margin: -37% 0 0 -37%; border-color: rgba(201,168,76,0.5); animation: spin 26s linear infinite reverse; }
.decor-ring-3 { width: 48%; height: 48%; margin: -24% 0 0 -24%; border-color: var(--primary); box-shadow: 0 0 40px rgba(201,168,76,0.25) inset; animation: ringGlow 5s ease-in-out infinite; }
@keyframes ringGlow {
  0%, 100% { box-shadow: 0 0 40px rgba(201,168,76,0.25) inset, 0 0 0 rgba(201,168,76,0); }
  50% { box-shadow: 0 0 55px rgba(201,168,76,0.4) inset, 0 0 30px rgba(201,168,76,0.3); }
}
.decor-mono {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex; align-items: center; justify-content: center;
  animation: monoPulse 4s ease-in-out infinite;
}
.hero-logo-frame {
  width: 220px; height: 220px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 2.2rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 2px solid rgba(201, 168, 76, 0.35);
  box-shadow:
    0 24px 64px rgba(201, 168, 76, 0.22),
    0 0 0 12px rgba(201, 168, 76, 0.06),
    inset 0 0 48px rgba(201, 168, 76, 0.08);
}
.hero-logo-frame img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(201, 168, 76, 0.25));
}
.hero-logo-frame .vio-logo { width: 170px; height: auto; filter: drop-shadow(0 4px 16px rgba(201, 168, 76, 0.2)); }
@keyframes monoPulse { 0%,100% { opacity: 0.9; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.05); } }
.decor-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--gold-gradient); box-shadow: 0 0 14px rgba(201,168,76,0.6); }
.decor-dot-1 { top: 4%; left: 52%; animation: dotFloat 6s ease-in-out infinite; }
.decor-dot-2 { bottom: 8%; left: 16%; width: 7px; height: 7px; animation: dotFloat 8s ease-in-out infinite 0.5s; }
.decor-dot-3 { top: 40%; right: -2%; width: 8px; height: 8px; animation: dotFloat 7s ease-in-out infinite 1s; }
@keyframes dotFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
@keyframes spin { to { transform: rotate(360deg); } }

/* Not: Hero animasyonları kullanıcı isteği üzerine her koşulda çalışır
   (prefers-reduced-motion durumunda da gösterilir). */
@media (max-width: 991px) { .hero-decor { display: none; } }
.page-home .vio-navbar.menu-open,
.vio-navbar.nav-home.menu-open {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ---------- Hero rozetleri ---------- */
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
.hero-badges span {
  display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.82rem; font-weight: 600;
  color: var(--text); background: rgba(255, 255, 255, 0.72); border: 1px solid var(--border);
  padding: 0.45rem 0.9rem; border-radius: 40px; backdrop-filter: blur(4px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.hero-badges span:hover {
  transform: translateY(-3px); border-color: var(--primary);
  box-shadow: 0 10px 24px rgba(201, 168, 76, 0.18);
}
.hero-badges span svg { width: 16px; height: 16px; color: var(--accent); }

/* Hero CTA — yumuşak parlama */
.hero .btn-gold { animation: ctaGlow 3.6s ease-in-out infinite; }
@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 8px 22px rgba(201, 168, 76, 0.22); }
  50% { box-shadow: 0 14px 34px rgba(201, 168, 76, 0.42); }
}

/* ---------- Neden Biz ---------- */
.why-item {
  display: flex; gap: 1rem; align-items: flex-start; background: var(--bg-card);
  border: 1px solid var(--border); border-radius: var(--radius); padding: 1.4rem;
  height: 100%; box-shadow: var(--shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.why-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary); }
.why-ic {
  width: 46px; height: 46px; flex: 0 0 46px; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(232,201,122,0.25), rgba(201,168,76,0.12));
  color: var(--accent); display: flex; align-items: center; justify-content: center;
}
.why-ic svg { width: 22px; height: 22px; }
.why-item h4 { font-size: 1.05rem; margin: 0 0 0.3rem; }
.why-item p { color: var(--text-muted); font-size: 0.88rem; margin: 0; }

/* ---------- İstatistik bandı (koyu) ---------- */
.stats-band {
  background:
    radial-gradient(circle at 20% 30%, rgba(201,168,76,0.18), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(232,201,122,0.12), transparent 40%),
    var(--bg-dark);
}
.stats-band .stat-box .stat-label { color: #cfc4b2; }

/* ---------- Süreç ---------- */
.process-row { position: relative; }
.process-step {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2.4rem 1.5rem 1.6rem; height: 100%; position: relative; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.process-num {
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 48px; border-radius: 50%; background: var(--gold-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-head);
  font-size: 1.3rem; font-weight: 800; box-shadow: 0 8px 20px rgba(201,168,76,0.4);
}
.process-step h4 { font-size: 1.1rem; margin: 0.5rem 0 0.5rem; }
.process-step p { color: var(--text-muted); font-size: 0.88rem; margin: 0; }

/* ---------- Kartlar ---------- */
.vio-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2rem; height: 100%; box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden;
}
.vio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--primary); }
.vio-card .card-icon {
  width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius); background: linear-gradient(135deg, rgba(232,201,122,0.25), rgba(201,168,76,0.12));
  color: var(--accent); margin-bottom: 1.3rem;
}
.vio-card .card-icon svg { width: 28px; height: 28px; }
.vio-card h3 { font-size: 1.3rem; margin-bottom: 0.7rem; }
.vio-card p { color: var(--text-muted); font-size: 0.95rem; }

/* ---------- Proje kartı ---------- */
.project-card {
  position: relative; border-radius: var(--radius); overflow: hidden; height: 320px;
  border: 1px solid var(--border); display: block; box-shadow: var(--shadow-sm);
}
.project-card img, .project-card .ph { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.project-card:hover img { transform: scale(1.08); }
.project-card .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20, 14, 6, 0.92) 8%, rgba(20,14,6,0.2) 55%, transparent 80%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem;
}
.project-card .cat-badge {
  display: inline-block; align-self: flex-start; font-size: 0.68rem; letter-spacing: 1.5px;
  text-transform: uppercase; color: #fff; background: var(--gold-gradient); padding: 0.25rem 0.7rem;
  border-radius: 3px; margin-bottom: 0.6rem;
}
.project-card .overlay h3 { font-size: 1.25rem; margin: 0; color: #fff; }
.project-card .loc { color: #e8dcc6; font-size: 0.85rem; }

/* placeholder */
.ph {
  background: repeating-linear-gradient(45deg, #f3ecdc, #f3ecdc 18px, #efe6d0 18px, #efe6d0 36px);
  display: flex; align-items: center; justify-content: center; color: var(--accent);
  font-family: var(--font-head); font-size: 2rem; letter-spacing: 3px;
}

/* ---------- İstatistik ---------- */
.stat-box { text-align: center; padding: 1.5rem; }
.stat-box .stat-num {
  font-family: var(--font-head); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800;
  background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1;
}
.stat-box .stat-label { color: var(--text-muted); font-size: 0.9rem; letter-spacing: 0.5px; margin-top: 0.6rem; }
.stat-box svg { color: var(--accent); margin-bottom: 0.6rem; }

/* ---------- Filtre ---------- */
.filter-btn {
  background: transparent; border: 1px solid var(--border); color: var(--text-muted);
  padding: 0.45rem 1.3rem; border-radius: 40px; font-size: 0.85rem; letter-spacing: 0.4px;
  margin: 0.25rem; transition: all 0.25s ease; cursor: pointer;
}
.filter-btn:hover, .filter-btn.active { background: var(--gold-gradient); color: #fff; border-color: transparent; }

/* ---------- CTA ---------- */
.cta-band {
  background:
    radial-gradient(circle at 50% 0%, rgba(201,168,76,0.12), transparent 60%),
    var(--bg-soft);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}

/* ---------- Footer (koyu) ---------- */
.vio-footer { background: var(--bg-dark); padding: 4rem 0 1.5rem; color: #b8ad9b; }
.vio-footer h5 { color: #fff; font-size: 1rem; letter-spacing: 1px; margin-bottom: 1.2rem; font-family: var(--font-body); font-weight: 600; }
.vio-footer p { color: #b8ad9b; }
.vio-footer a { color: #b8ad9b; font-size: 0.92rem; }
.vio-footer a:hover { color: var(--accent-soft); }
.vio-footer ul { list-style: none; padding: 0; }
.vio-footer li { margin-bottom: 0.55rem; }
.vio-footer .footer-contact-ic { color: var(--primary); }
.footer-brand {
  font-family: var(--font-head); font-size: 1.8rem; letter-spacing: 2px;
  background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.social-icons a {
  display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center;
  border: 1px solid rgba(201,168,76,0.3); border-radius: var(--radius); margin-right: 0.5rem;
  color: var(--accent-soft); transition: all 0.25s ease;
}
.social-icons a:hover { background: var(--gold-gradient); color: #fff; transform: translateY(-3px); border-color: transparent; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 2.5rem; padding-top: 1.5rem; font-size: 0.85rem; }
.footer-bottom a { color: #b8ad9b; }
.footer-credit {
  margin: 0.65rem 0 0; padding: 0;
  text-align: center; font-size: 0.62rem; line-height: 1.4;
  color: #7a7368; opacity: 0.7;
}
.footer-credit a {
  color: inherit; text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-credit a:hover { opacity: 1; color: #a89f92; }

/* ---------- Page hero ---------- */
.page-hero {
  padding: 9rem 0 4rem;
  background:
    radial-gradient(circle at 70% 20%, rgba(201, 168, 76, 0.14), transparent 55%),
    linear-gradient(180deg, #fff, var(--bg-soft));
  border-bottom: 1px solid var(--border); text-align: center;
}
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
.breadcrumb-vio { color: var(--text-muted); font-size: 0.85rem; }
.breadcrumb-vio a { color: var(--accent); }
.breadcrumb-vio .text-white { color: var(--text) !important; }

/* ---------- Rich text ---------- */
.rich-content { color: var(--text); line-height: 1.9; }
.rich-content h2, .rich-content h3 { color: var(--text); margin: 1.8rem 0 0.8rem; }
.rich-content p { margin-bottom: 1.1rem; color: #423d35; }
.rich-content ul, .rich-content ol { padding-left: 1.3rem; margin-bottom: 1.1rem; }
.rich-content li { margin-bottom: 0.4rem; color: #423d35; }
.rich-content img { border-radius: var(--radius); margin: 1rem 0; }
.rich-content a { color: var(--accent); text-decoration: underline; }

/* ---------- Hizmet detay ---------- */
.service-detail-section { padding-top: 4rem; padding-bottom: 5rem; overflow: visible; }
.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 2rem;
  align-items: start;
}
.service-detail-main { display: flex; flex-direction: column; gap: 1.5rem; min-width: 0; }
.service-detail-intro { padding: 1.75rem 2rem; }
.service-detail-meta { margin-bottom: 0.75rem; }
.service-sector-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--accent); background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25); border-radius: 40px; padding: 0.4rem 0.9rem;
}
.service-sector-badge svg { width: 16px; height: 16px; }
.service-detail-lead {
  font-size: 1.12rem; line-height: 1.75; color: var(--text-muted); margin: 0;
}
.service-detail-cover {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
}
.service-detail-cover img { width: 100%; height: auto; display: block; max-height: 420px; object-fit: cover; }
.service-detail-body { padding: 2rem; }
.service-detail-aside { min-width: 0; }
.service-detail-sticky {
  position: sticky; top: 96px;
  display: flex; flex-direction: column; gap: 1rem;
}
.service-sidebar-card { padding: 1.5rem; margin: 0; }
.service-feature-list { list-style: none; margin: 0; padding: 0; }
.service-feature-list li {
  display: flex; align-items: flex-start; gap: 0.65rem;
  padding: 0.55rem 0; border-bottom: 1px solid var(--border);
  color: var(--text); font-size: 0.92rem;
}
.service-feature-list li:last-child { border-bottom: none; padding-bottom: 0; }
.service-feature-list li svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.service-sidebar-cta { text-align: center; background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); }
.service-cta-icon {
  width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 0.75rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-gradient); color: #fff;
  box-shadow: 0 8px 22px rgba(201, 168, 76, 0.35);
}
.service-cta-icon svg { width: 24px; height: 24px; }
.service-back-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.88rem; font-weight: 600; color: var(--accent); padding: 0.25rem 0;
}
.service-back-link:hover { color: var(--primary); }
.service-back-link svg { width: 16px; height: 16px; }
.service-detail-related {
  margin-top: 4rem; padding-top: 3rem;
  border-top: 1px solid var(--border);
}
.service-detail-mobile-aside {
  display: flex; flex-direction: column; gap: 1rem;
}

/* ---------- SEO içerik & SSS ---------- */
.seo-content-section { overflow: visible; }
.seo-rich-text { line-height: 1.85; font-size: 0.98rem; }
.seo-faq { padding: 1.75rem; }
.seo-accordion .accordion-item {
  border: 1px solid var(--border); border-radius: 8px !important;
  margin-bottom: 0.65rem; overflow: hidden; background: #fff;
}
.seo-accordion .accordion-button {
  font-size: 0.95rem; font-weight: 600; color: var(--text);
  background: transparent; box-shadow: none; padding: 1rem 1.1rem;
}
.seo-accordion .accordion-button:not(.collapsed) {
  color: var(--accent); background: rgba(201, 168, 76, 0.08);
}
.seo-accordion .accordion-button:focus { box-shadow: none; border-color: var(--primary); }
.seo-accordion .accordion-body { font-size: 0.92rem; line-height: 1.75; padding: 0 1.1rem 1rem; }

@media (max-width: 991px) {
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-sticky { position: static; }
  .service-detail-section { padding-top: 3rem; }
  .service-detail-body { padding: 1.5rem; }
  .service-detail-intro { padding: 1.35rem 1.5rem; }
}

/* ---------- Form ---------- */
.vio-form .form-control, .vio-form .form-select {
  background: #fff; border: 1px solid var(--border); color: var(--text);
  border-radius: var(--radius); padding: 0.8rem 1rem;
}
.vio-form .form-control:focus, .vio-form .form-select:focus {
  background: #fff; color: var(--text); border-color: var(--primary); box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.18);
}
.vio-form .form-control::placeholder { color: #b3aa9b; }
.vio-form label { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 0.4rem; }

/* ---------- Contact info ---------- */
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.6rem; }
.contact-info-item .ci-icon {
  width: 48px; height: 48px; flex: 0 0 48px; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(232,201,122,0.25), rgba(201,168,76,0.12));
  color: var(--accent); display: flex; align-items: center; justify-content: center;
}
.contact-info-item strong { color: var(--text); }
.map-wrap iframe { display: block; width: 100%; border: 0; }

/* ---------- Blog ---------- */
.blog-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; height: 100%; box-shadow: var(--shadow-sm); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card .blog-img { height: 210px; overflow: hidden; }
.blog-card .blog-img img, .blog-card .blog-img .ph { width: 100%; height: 100%; object-fit: cover; }
.blog-card .blog-body { padding: 1.5rem; }
.blog-card .blog-meta { font-size: 0.76rem; color: var(--accent); letter-spacing: 1px; text-transform: uppercase; }
.blog-card h3 { font-size: 1.2rem; margin: 0.6rem 0; }
.blog-card p { color: var(--text-muted); font-size: 0.92rem; }

/* ---------- Team ---------- */
.team-card { text-align: center; }
.team-card .team-photo {
  width: 150px; height: 150px; border-radius: 50%; margin: 0 auto 1rem; overflow: hidden; border: 2px solid var(--primary);
}
.team-card .team-photo img, .team-card .team-photo .ph { width: 100%; height: 100%; object-fit: cover; font-size: 2.5rem; }
.team-card h4 { font-size: 1.1rem; margin-bottom: 0.2rem; }
.team-card .team-title { color: var(--accent); font-size: 0.85rem; }

/* ---------- Pagination ---------- */
.pagination .page-link { background: #fff; border-color: var(--border); color: var(--accent); }
.pagination .page-item.active .page-link { background: var(--gold-gradient); border-color: transparent; color: #fff; }

/* ============================================================
   RESPONSIVE / MOBİL
   ============================================================ */
@media (max-width: 991px) {
  .nav-toggle { display: inline-flex; }
  .nav-actions { gap: 0.5rem; }
  .nav-menu {
    position: fixed; top: 0; right: 0; width: 82%; max-width: 320px; height: 100vh; height: 100dvh;
    flex-direction: column; align-items: stretch; gap: 0; padding: 5.5rem 1.5rem 2rem;
    background: #fff; box-shadow: -10px 0 40px rgba(0,0,0,0.18);
    transform: translateX(100%); transition: transform 0.35s ease; z-index: 1031;
    overflow-y: auto; will-change: transform;
  }
  .nav-menu.open { transform: translateX(0); }
  .nav-menu a { padding: 0.9rem 0.5rem; font-size: 1rem; border-bottom: 1px solid var(--border); }
  .nav-menu a::after { display: none; }
  .nav-menu .mobile-quote { margin-top: 1.2rem; }
  .nav-menu .mobile-quote a { border-bottom: none; }
  .nav-backdrop {
    position: fixed; inset: 0; background: rgba(20,14,6,0.45); z-index: 1029;
    opacity: 0; visibility: hidden; transition: opacity 0.3s ease;
  }
  .nav-backdrop.show { opacity: 1; visibility: visible; }
  .section { padding: 4rem 0; }
  .hero { min-height: 88vh; }
  .hero-content { padding-top: 110px; }
  .page-hero { padding: 7.5rem 0 3rem; }
}

@media (max-width: 575px) {
  .container-x { padding: 0 1rem; }
  .vio-card { padding: 1.5rem; }
  .project-card { height: 260px; }
  .hero .hero-sub { font-size: 1rem; }
  .btn-gold, .btn-outline-gold { padding: 0.65rem 1.4rem; }
  .stat-box { padding: 1rem 0.5rem; }
  .navbar-brand { font-size: 1.3rem; letter-spacing: 1px; }
  .navbar-brand img { max-height: 38px; }
  .navbar-brand .vio-logo { height: 34px; }
  .vio-navbar.scrolled .navbar-brand .vio-logo { height: 30px; }
  .nav-inner { height: 62px; }
  .vio-navbar.scrolled .nav-inner { height: 56px; }
  .lang-current { padding: 0.3rem 0.55rem; }
  .lang-current .lang-code { display: none; }   /* dar ekranda sadece bayrak + ok */
  .hero-badges span { font-size: 0.76rem; padding: 0.4rem 0.7rem; }
}

/* Mobil: dil menüsü ekran sağına taşmasın */
@media (max-width: 991px) {
  .nav-inner { gap: 0.75rem; }
  .navbar-brand { flex-shrink: 0; }
  .lang-menu { right: 0; }
}

/* desktopta mobil quote linkini gizle */
@media (min-width: 992px) {
  .nav-menu .mobile-quote { display: none; }
  .nav-backdrop { display: none; }
}
