/* =========================================================
   VOLT — Elektrik Teknik Servis Teması
   Gece laciverti zemin, elektrik sarısı + elektrik mavisi,
   devre ızgarası, neon parlama. Space Grotesk + Inter
   ========================================================= */
:root {
  color-scheme: dark;
  --volt: #facc15;
  --volt-2: #eab308;
  --spark: #38bdf8;
  --night: #0a0f1c;
  --night-2: #0d1424;
  --ink: #070b14;
  --primary: #facc15;
  --primary-dark: #eab308;
  --on-primary: #0a0f1c;
  --secondary: #38bdf8;
  --on-secondary: #0a0f1c;
  --dark: #f5f8fc;           /* başlık rengi (koyu temada açık) */
  --text: #e6edf7;
  --muted: #9aa8bc;
  --bg: #0a0f1c;
  --surface: #121a2b;
  --surface-2: #1a2438;
  --border: #243150;
  --field: #0b1120;
  --radius: 10px;
  --radius-sm: 10px;
  --radius-btn: 10px;
  --shadow: 0 20px 40px -22px rgba(0, 0, 0, .7);
  --shadow-lg: 0 34px 70px -30px rgba(0, 0, 0, .85);
  --glow: 0 0 0 1px rgba(250, 204, 21, .35), 0 10px 30px -8px rgba(250, 204, 21, .55);
  --grid: linear-gradient(rgba(56, 189, 248, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, .07) 1px, transparent 1px);
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-head: "Space Grotesk", "Inter", system-ui, sans-serif;
  --container: 1260px;
  --header-h: 76px;
}
body { background: var(--bg); color: var(--text); font-size: 15.5px; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; letter-spacing: -.015em; color: var(--dark); }
::selection { background: var(--volt); color: var(--night); }
a { color: var(--volt); }
a:hover { color: #fde047; }

/* ---------- Butonlar ---------- */
.vt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: var(--radius-btn); font-family: var(--font-head); font-weight: 600; font-size: .95rem; line-height: 1.2; border: 1.5px solid transparent; transition: all .25s var(--ease); white-space: nowrap; }
.vt-btn i { font-size: 1.15em; transition: transform .25s; }
.vt-btn:hover i.ri-arrow-right-line { transform: translateX(3px); }
.vt-btn-lg { padding: 16px 28px; font-size: 1.02rem; }
.vt-btn-block { display: flex; width: 100%; }
.vt-btn-volt { background: var(--volt); color: var(--night); box-shadow: var(--glow); }
.vt-btn-volt:hover { background: #fde047; color: var(--night); box-shadow: 0 0 0 1px rgba(250,204,21,.6), 0 14px 40px -6px rgba(250,204,21,.75); transform: translateY(-2px); }
.vt-btn-line { border-color: rgba(230, 237, 247, .22); color: var(--text); background: rgba(255,255,255,.02); }
.vt-btn-line:hover { border-color: var(--volt); color: var(--volt); }
.vt-btn-ink { background: var(--night); color: var(--volt); }
.vt-btn-ink:hover { background: #fff; color: var(--night); }
.btn { font-family: var(--font-head); }
.btn-primary { box-shadow: var(--glow); }
.btn-primary:hover { background: #fde047; border-color: #fde047; color: var(--night); }
.btn-outline:hover { color: var(--night); }
.btn-light { background: var(--surface-2); border-color: var(--surface-2); color: var(--text); }
.btn-light:hover { background: var(--border); color: #fff; }
.btn-white { color: var(--night); }

.vt-label { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: .8rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--volt); margin-bottom: 12px; }
.vt-label::before { content: ""; width: 22px; height: 2px; background: var(--volt); box-shadow: 0 0 10px rgba(250,204,21,.8); }
.vt-title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.08; margin: 0 0 18px; letter-spacing: -.025em; }
.vt-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; }
.vt-head .vt-title { margin: 0; max-width: 720px; }
.vt-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600; color: var(--text); padding-bottom: 4px; border-bottom: 2px solid var(--volt); }
.vt-link:hover { color: var(--volt); }
.vt-lead { color: var(--muted); font-size: 1.05rem; }

/* ---------- Header ---------- */
.vt-header { position: sticky; top: 0; z-index: 200; isolation: isolate; }
.vt-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(10, 15, 28, .72); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.07); transition: background .3s; }
.vt-header.is-scrolled::before { background: rgba(10, 15, 28, .92); box-shadow: 0 12px 30px -16px rgba(0,0,0,.8); }
body.nav-open .vt-header { z-index: 1001; }
.vt-header-inner { display: flex; align-items: center; gap: 22px; min-height: var(--header-h); }
.vt-logo { color: #fff; }
.vt-logo:hover { color: #fff; }
.vt-logo .logo-mark { width: 44px; height: 44px; border-radius: 10px; background: var(--volt); color: var(--night); box-shadow: 0 0 22px rgba(250,204,21,.45); font-size: 24px; }
.vt-logo .logo-text strong { font-size: 1.4rem; letter-spacing: .02em; font-weight: 700; }
.vt-logo .logo-text small { color: var(--spark); letter-spacing: .18em; font-size: .6rem; }
.vt-nav { justify-content: center; }
.vt-nav .nav-menu > li > a { color: #cbd5e1; font-size: .93rem; font-weight: 500; padding: 10px 11px; white-space: nowrap; }
.vt-nav .nav-menu > li > a:hover, .vt-nav .nav-menu > li.is-active > a { color: #fff; }
.vt-nav .nav-menu > li.is-active > a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; border-radius: 2px; background: var(--volt); box-shadow: 0 0 10px rgba(250,204,21,.9); }
.vt-nav .nav-menu .submenu { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow-lg); }
.vt-nav .nav-menu .submenu a { color: #cbd5e1; }
.vt-nav .nav-menu .submenu a:hover { background: rgba(250,204,21,.08); color: var(--volt); }
.vt-nav-extra { display: none; }
.vt-actions { display: flex; align-items: center; gap: 14px; }
.vt-phone { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; line-height: 1.2; white-space: nowrap; }
.vt-phone small { display: block; font-family: var(--font-body); font-size: .66rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.vt-phone:hover { color: var(--volt); }
.vt-pulse { position: relative; width: 10px; height: 10px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }
.vt-pulse::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #22c55e; animation: vtPing 1.8s infinite; }
@keyframes vtPing { to { transform: scale(2.8); opacity: 0; } }
.vt-emergency { padding: 11px 18px; }
.vt-header .lang-current { border-color: rgba(255,255,255,.2); color: #fff; }
.vt-toggle { background: var(--surface); border: 1px solid var(--border); }
.vt-toggle span { background: #fff; }
.lang-menu { background: var(--surface); border: 1px solid var(--border); }
.lang-menu button { color: var(--text); }
.lang-menu button:hover, .lang-menu button.is-active { background: rgba(250,204,21,.08); color: var(--volt); }
@media (max-width: 1280px) { .vt-phone { display: none; } }
@media (max-width: 1180px) { .vt-nav .nav-menu > li > a { padding: 10px 8px; font-size: .88rem; } }
@media (max-width: 1080px) {
  .vt-actions { margin-left: auto; }
  .vt-nav { background: var(--night-2); border-left: 1px solid var(--border); background-image: var(--grid); background-size: 40px 40px; }
  .vt-nav .nav-menu > li { border-color: rgba(255,255,255,.07) !important; }
  .vt-nav .nav-menu > li > a { color: var(--text) !important; font-size: 1rem; }
  .vt-nav .nav-menu > li.is-active > a { color: var(--volt) !important; }
  .vt-nav .nav-menu > li.is-active > a::after { display: none; }
  .vt-nav .submenu-toggle { background: rgba(255,255,255,.06) !important; color: #fff !important; }
  .vt-nav .nav-menu .submenu { background: transparent; border: 0; box-shadow: none; }
  .vt-nav .nav-menu .submenu a { color: #aab6c8 !important; }
  .vt-nav-extra { display: grid; gap: 10px; margin-top: 24px; }
  .vt-nav-extra .lang-switch { justify-self: start; }
  .vt-lang { display: none; }
}
@media (max-width: 520px) {
  .vt-header-inner { gap: 10px; }
  .vt-emergency { padding: 0; width: 44px; height: 44px; }
  .vt-emergency .vt-em-txt { display: none; }
  .vt-emergency .vt-bolt { font-size: 1.35em; }
  .vt-logo .logo-mark { width: 40px; height: 40px; font-size: 22px; }
  .vt-logo .logo-text strong { font-size: 1.2rem; }
}
@media (max-width: 360px) { .vt-logo .logo-text small { display: none; } }

/* ---------- Hero ---------- */
.vt-hero { position: relative; overflow: hidden; isolation: isolate; padding: clamp(40px, 6vw, 84px) 0 clamp(40px, 5vw, 64px); background: radial-gradient(900px 520px at 78% 35%, rgba(56,189,248,.13), transparent 62%), var(--bg); }
.vt-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--grid); background-size: 40px 40px; -webkit-mask-image: radial-gradient(ellipse 80% 90% at 60% 40%, #000 30%, transparent 85%); mask-image: radial-gradient(ellipse 80% 90% at 60% 40%, #000 30%, transparent 85%); }
.vt-hero-glow { position: absolute; z-index: -1; width: 520px; height: 520px; left: -160px; bottom: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(250,204,21,.18), transparent 65%); pointer-events: none; }
.vt-hero-slides { display: grid; }
.vt-slide { grid-area: 1 / 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(30px, 5vw, 70px); align-items: center; opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s; }
.vt-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.vt-slide .vt-hero-text > * { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.vt-slide.is-active .vt-hero-text > * { opacity: 1; transform: none; }
.vt-slide.is-active .vt-hero-text > *:nth-child(2) { transition-delay: .1s; }
.vt-slide.is-active .vt-hero-text > *:nth-child(3) { transition-delay: .2s; }
.vt-slide.is-active .vt-hero-text > *:nth-child(4) { transition-delay: .3s; }
.vt-slide.is-active .vt-hero-text > *:nth-child(5) { transition-delay: .4s; }
.vt-chip { display: inline-flex; align-items: center; gap: 10px; padding: 7px 15px; border-radius: 999px; border: 1px solid rgba(250,204,21,.35); background: rgba(250,204,21,.07); color: var(--volt); font-size: .82rem; font-weight: 600; }
.vt-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--volt); box-shadow: 0 0 10px var(--volt); animation: vtBlink 1.4s infinite; }
@keyframes vtBlink { 50% { opacity: .25; } }
.vt-hero-title { color: #fff; font-size: clamp(2.3rem, 5.2vw, 4.4rem); line-height: 1.05; letter-spacing: -.035em; margin: 22px 0 20px; }
.vt-zz { position: relative; display: inline-block; color: var(--volt); white-space: nowrap; text-shadow: 0 0 28px rgba(250,204,21,.35); }
.vt-zz svg { position: absolute; left: 0; bottom: -.2em; width: 100%; height: .3em; overflow: visible; }
.vt-zz path { fill: none; stroke: var(--volt); stroke-width: 3.5; stroke-linejoin: round; stroke-linecap: round; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 5px rgba(250,204,21,.85)); stroke-dasharray: 600; stroke-dashoffset: 600; }
.vt-slide.is-active .vt-zz path, .vt-zz path { animation: vtDraw 1.4s .5s var(--ease) forwards; }
@keyframes vtDraw { to { stroke-dashoffset: 0; } }
.vt-hero-lead { color: #b4c0d2; font-size: 1.12rem; max-width: 560px; margin-bottom: 30px; }
.vt-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vt-hero-facts { list-style: none; margin: 38px 0 0; padding: 22px 0 0; border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 560px; }
.vt-hero-facts li { display: flex; flex-direction: column; gap: 2px; }
.vt-hero-facts strong { font-family: var(--font-head); color: var(--volt); font-size: 1.55rem; line-height: 1.1; }
.vt-hero-facts span { color: var(--muted); font-size: .82rem; }
.vt-hero-visual { position: relative; width: 100%; max-width: 500px; aspect-ratio: 1; justify-self: center; }
.vt-ring { position: absolute; left: 0; top: 0; width: 100%; height: 100%; animation: vtSpin 40s linear infinite; }
.vt-ring circle { fill: none; stroke: rgba(250,204,21,.75); stroke-width: 1.2; stroke-dasharray: 9 7; }
.vt-ring-2 { left: 7%; top: 7%; width: 86%; height: 86%; animation-duration: 26s; animation-direction: reverse; }
.vt-ring-2 circle { stroke: rgba(56,189,248,.6); stroke-width: 1.6; stroke-dasharray: 2 12; }
@keyframes vtSpin { to { transform: rotate(360deg); } }
.vt-circle { position: absolute; inset: 14%; border-radius: 50%; overflow: hidden; background: var(--surface); box-shadow: 0 0 0 8px rgba(250,204,21,.07), 0 0 70px rgba(250,204,21,.22); }
.vt-circle img { width: 100%; height: 100%; object-fit: cover; }
.vt-circle::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: linear-gradient(160deg, transparent 50%, rgba(10,15,28,.45)); }
.vt-float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px; border-radius: 10px; background: rgba(18, 26, 43, .88); border: 1px solid rgba(250,204,21,.35); box-shadow: 0 20px 40px -18px rgba(0,0,0,.8); animation: vtFloat 5s ease-in-out infinite; }
.vt-float i { width: 44px; height: 44px; border-radius: 9px; display: grid; place-items: center; background: var(--volt); color: var(--night); font-size: 24px; box-shadow: 0 0 20px rgba(250,204,21,.55); flex-shrink: 0; }
.vt-float strong { display: block; font-family: var(--font-head); color: #fff; font-size: 1.15rem; line-height: 1.1; }
.vt-float small { display: block; color: var(--muted); font-size: .8rem; }
.vt-float-1 { left: -2%; bottom: 12%; }
.vt-float-2 { right: -3%; top: 10%; animation-delay: -2.5s; border-color: rgba(56,189,248,.4); }
.vt-float-2 i { background: var(--spark); box-shadow: 0 0 20px rgba(56,189,248,.55); }
@keyframes vtFloat { 50% { transform: translateY(-10px); } }
.vt-hero-nav { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.vt-hero-nav button { width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--border); background: var(--surface); color: var(--text); font-size: 22px; display: grid; place-items: center; }
.vt-hero-nav button:hover { border-color: var(--volt); color: var(--volt); }
.vt-dots { display: flex; gap: 8px; }
.vt-dots button { width: 26px; height: 4px; padding: 0; border: 0; border-radius: 2px; background: rgba(255,255,255,.18); transition: all .3s; }
.vt-dots button.is-active { width: 46px; background: var(--volt); box-shadow: 0 0 10px rgba(250,204,21,.8); }
@media (max-width: 900px) {
  .vt-slide { grid-template-columns: minmax(0, 1fr); }
  .vt-hero-visual { max-width: 380px; order: -1; }
  .vt-float { padding: 9px 14px 9px 9px; }
  .vt-float i { width: 36px; height: 36px; font-size: 20px; }
  .vt-float strong { font-size: 1rem; }
  .vt-float-1 { left: 0; }
  .vt-float-2 { right: 0; }
}
@media (max-width: 520px) {
  .vt-hero-visual { max-width: 300px; }
  .vt-hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .vt-hero-facts strong { font-size: 1.2rem; }
  .vt-hero-facts span { font-size: .74rem; }
  .vt-hero-actions .vt-btn { flex: 1 1 100%; }
}

/* ---------- Hizmet sekmeleri ---------- */
.vt-services { background: linear-gradient(180deg, var(--bg), #0c1322); }
.vt-tabs { display: grid; grid-template-columns: minmax(0, 330px) minmax(0, 1fr); gap: 26px; align-items: stretch; }
.vt-tab-list { display: flex; flex-direction: column; gap: 8px; }
.vt-tab { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; align-items: center; gap: 12px; width: 100%; text-align: left; padding: 15px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; color: #cbd5e1; font-family: var(--font-head); font-weight: 600; font-size: 1rem; line-height: 1.25; transition: all .25s var(--ease); }
.vt-tab em { font-style: normal; font-size: .74rem; color: #64748b; letter-spacing: .06em; }
.vt-tab > i { font-size: 22px; color: var(--spark); }
.vt-tab .vt-tab-arrow { opacity: 0; transform: translateX(-6px); transition: all .25s; color: var(--volt); font-size: 20px; }
.vt-tab:hover { border-color: rgba(250,204,21,.4); color: #fff; }
.vt-tab.is-active { color: #fff; border-color: rgba(250,204,21,.75); background: linear-gradient(90deg, rgba(250,204,21,.14), rgba(250,204,21,.02) 70%), var(--surface); box-shadow: inset 3px 0 0 var(--volt), 0 0 26px -10px rgba(250,204,21,.6); }
.vt-tab.is-active > i { color: var(--volt); }
.vt-tab.is-active em { color: var(--volt); }
.vt-tab.is-active .vt-tab-arrow { opacity: 1; transform: none; }
.vt-tab-panels { min-width: 0; }
.vt-panel { display: none; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); background: var(--surface); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; height: 100%; }
.vt-panel.is-active { display: grid; animation: vtIn .45s var(--ease); }
.no-js .vt-panel { display: grid; margin-bottom: 16px; height: auto; }
@keyframes vtIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.vt-panel-media { position: relative; margin: 0; min-height: 340px; background: var(--surface-2); }
.vt-panel-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vt-panel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(18,26,43,.9)), linear-gradient(0deg, rgba(10,15,28,.5), transparent 40%); }
.vt-panel-icon { position: absolute; left: 20px; top: 20px; z-index: 1; width: 52px; height: 52px; border-radius: 10px; display: grid; place-items: center; background: var(--volt); color: var(--night); font-size: 26px; box-shadow: 0 0 24px rgba(250,204,21,.55); }
.vt-panel-body { display: flex; flex-direction: column; gap: 10px; padding: clamp(24px, 3vw, 38px); min-width: 0; }
.vt-panel-body small { color: var(--spark); text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 600; }
.vt-panel-body h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin: 0; }
.vt-panel-body p { color: var(--muted); margin: 0; }
.vt-ticks { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 9px; }
.vt-ticks li { display: flex; gap: 10px; align-items: flex-start; color: #d5deea; font-size: .94rem; }
.vt-ticks i { color: var(--volt); margin-top: 2px; }
.vt-panel-foot { margin-top: auto; padding-top: 18px; border-top: 1px dashed var(--border); display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.vt-price { font-family: var(--font-head); color: var(--volt); font-size: 1.12rem; font-weight: 600; }
.vt-price small { display: block; font-family: var(--font-body); color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
@media (max-width: 1024px) {
  .vt-tabs { grid-template-columns: minmax(0, 1fr); }
  .vt-tab-list { flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: thin; }
  .vt-tab { flex: 0 0 auto; width: auto; grid-template-columns: auto auto; scroll-snap-align: start; }
  .vt-tab em, .vt-tab .vt-tab-arrow { display: none; }
  .vt-tab.is-active { box-shadow: inset 0 -3px 0 var(--volt); }
}
@media (max-width: 720px) {
  .vt-panel { grid-template-columns: minmax(0, 1fr); }
  .vt-panel-media { min-height: 220px; }
  .vt-panel-media::after { background: linear-gradient(0deg, rgba(18,26,43,.95), transparent 60%); }
}

/* ---------- Güvenlik standartları ---------- */
.vt-standards { position: relative; padding: 46px 0; background: var(--night-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background-image: var(--grid); background-size: 40px 40px; }
.vt-standards-inner { display: grid; grid-template-columns: minmax(0, 260px) minmax(0, 1fr); gap: 30px; align-items: center; }
.vt-standards-head h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); margin: 0; }
.vt-standards-head .vt-label { margin-bottom: 6px; }
.vt-standards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vt-std { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border: 1px solid rgba(250,204,21,.5); border-radius: 10px; background: rgba(10,15,28,.75); box-shadow: inset 0 0 24px rgba(250,204,21,.05); transition: box-shadow .3s; }
.vt-std:hover { box-shadow: inset 0 0 24px rgba(250,204,21,.08), 0 0 24px -6px rgba(250,204,21,.45); }
.vt-std i { font-size: 30px; line-height: 1; color: var(--volt); text-shadow: 0 0 16px rgba(250,204,21,.6); }
.vt-std strong { display: block; font-family: var(--font-head); color: #fff; font-size: 1.08rem; margin-bottom: 2px; }
.vt-std span { color: var(--muted); font-size: .88rem; }
@media (max-width: 1000px) { .vt-standards-inner { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 720px) { .vt-standards-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Hakkımızda ---------- */
.vt-about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.vt-about-media { position: relative; padding: 0 0 56px; }
.vt-about-media::before { content: ""; position: absolute; left: -14px; top: -14px; width: 96px; height: 96px; border-top: 3px solid var(--volt); border-left: 3px solid var(--volt); border-radius: 12px 0 0 0; filter: drop-shadow(0 0 6px rgba(250,204,21,.6)); z-index: 2; }
.vt-about-frame { position: relative; border-radius: 10px; overflow: hidden; width: 86%; }
.vt-about-img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; }
.vt-about-small { position: absolute; right: 0; bottom: 0; width: 46%; border: 6px solid var(--bg); border-radius: 14px; overflow: hidden; }
.vt-about-small img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.vt-about-badge { position: absolute; left: 22px; bottom: 80px; z-index: 2; background: var(--volt); color: var(--night); border-radius: 10px; padding: 16px 20px; box-shadow: var(--glow); }
.vt-about-badge strong { display: block; font-family: var(--font-head); font-size: 2.6rem; line-height: 1; }
.vt-about-badge span { display: block; font-size: .8rem; font-weight: 700; max-width: 130px; line-height: 1.3; }
.vt-why { list-style: none; margin: 8px 0 32px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.vt-why li { display: flex; gap: 12px; }
.vt-why i { flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; font-size: 22px; color: var(--spark); background: rgba(56,189,248,.08); border: 1px solid rgba(56,189,248,.3); }
.vt-why strong { display: block; font-family: var(--font-head); color: #fff; font-size: 1.02rem; }
.vt-why span { color: var(--muted); font-size: .88rem; }
@media (max-width: 960px) { .vt-about-grid { grid-template-columns: minmax(0, 1fr); } .vt-about-media { max-width: 560px; } }
@media (max-width: 560px) { .vt-why { grid-template-columns: minmax(0, 1fr); } .vt-about-media::before { left: -6px; top: -6px; width: 60px; height: 60px; } .vt-about-badge { left: 12px; bottom: 70px; padding: 12px 14px; } .vt-about-badge strong { font-size: 2rem; } }

/* ---------- Rakamlar ---------- */
.vt-stats { padding: 0 0 clamp(50px, 7vw, 90px); }
.vt-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.vt-stat { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 28px 24px; }
.vt-stat::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--volt), transparent 80%); }
.vt-stat::after { content: ""; position: absolute; right: -40px; top: -40px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(250,204,21,.12), transparent 70%); }
.vt-stat i { color: var(--spark); font-size: 26px; }
.vt-stat strong { display: block; font-family: var(--font-head); color: var(--volt); font-size: clamp(2.2rem, 4vw, 3.3rem); line-height: 1; margin: 12px 0 8px; text-shadow: 0 0 26px rgba(250,204,21,.35); letter-spacing: -.02em; }
.vt-stat em { font-style: normal; font-size: .48em; margin-left: 4px; letter-spacing: 0; }
.vt-stat > span { color: var(--muted); font-size: .92rem; }
@media (max-width: 900px) { .vt-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .vt-stat { padding: 22px 18px; } }

/* ---------- Süreç + arıza kaydı ---------- */
.vt-process { position: relative; background: var(--night-2); border-top: 1px solid var(--border); isolation: isolate; }
.vt-process::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grid); background-size: 40px 40px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%); mask-image: linear-gradient(90deg, #000, transparent 70%); }
.vt-process-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 470px); gap: clamp(36px, 6vw, 80px); align-items: start; }
.vt-steps { list-style: none; margin: 30px 0 0; padding: 0; position: relative; }
.vt-steps::before { content: ""; position: absolute; left: 23px; top: 12px; bottom: 30px; width: 2px; background: linear-gradient(180deg, var(--volt), var(--spark) 60%, transparent); box-shadow: 0 0 10px rgba(250,204,21,.4); }
.vt-steps li { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; padding-bottom: 30px; }
.vt-steps li:last-child { padding-bottom: 0; }
.vt-step-no { position: relative; z-index: 1; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--night); border: 2px solid var(--volt); color: var(--volt); font-family: var(--font-head); font-weight: 700; box-shadow: 0 0 18px rgba(250,204,21,.35); }
.vt-steps h3 { font-size: 1.18rem; margin: 10px 0 6px; display: flex; gap: 8px; align-items: center; }
.vt-steps h3 i { color: var(--spark); font-weight: 400; }
.vt-steps p { color: var(--muted); margin: 0; }
.vt-quote-card { position: sticky; top: 100px; background: var(--surface); border: 1px solid var(--border); border-top: 3px solid var(--volt); border-radius: 10px; padding: clamp(22px, 3vw, 32px); box-shadow: var(--shadow-lg); }
.vt-quote-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.vt-quote-head > i { flex-shrink: 0; width: 46px; height: 46px; border-radius: 10px; display: grid; place-items: center; background: var(--volt); color: var(--night); font-size: 24px; box-shadow: 0 0 20px rgba(250,204,21,.5); }
.vt-quote-head h3 { font-size: 1.3rem; margin: 0 0 4px; }
.vt-quote-head p { color: var(--muted); font-size: .9rem; margin: 0; }
@media (max-width: 1000px) { .vt-process-grid { grid-template-columns: minmax(0, 1fr); } .vt-quote-card { position: static; } }

/* ---------- Yorumlar ---------- */
.vt-arrows { display: flex; gap: 8px; }
.vt-arrows button { width: 46px; height: 46px; border-radius: 10px; border: 1px solid var(--border); background: var(--surface); color: var(--text); font-size: 20px; display: grid; place-items: center; transition: all .2s; }
.vt-arrows button:hover { border-color: var(--volt); color: var(--volt); box-shadow: 0 0 18px -4px rgba(250,204,21,.6); }
.vt-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 14px; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.vt-track-item { flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; min-width: 0; }
@media (max-width: 1000px) { .vt-track-item { flex-basis: calc((100% - 24px) / 2); } }
@media (max-width: 640px) { .vt-track-item { flex-basis: 88%; } }
.testimonial-card, .vt-testi { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 28px; }
.vt-testi-top { display: flex; justify-content: space-between; align-items: center; }
.vt-testi-q { font-size: 42px; line-height: 1; color: rgba(56,189,248,.35); }
.t-stars { color: var(--volt); }
.testimonial-card blockquote { color: #d5deea; }
.testimonial-card figcaption strong { color: #fff; }
.t-initials { background: linear-gradient(135deg, var(--volt), #f59e0b); color: var(--night); font-family: var(--font-head); }

/* ---------- Kurumlar ---------- */
.vt-clients { padding: 30px 0; background: #0c1322; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.vt-clients-inner { display: flex; align-items: center; gap: 28px; }
.vt-clients-label { flex-shrink: 0; max-width: 130px; font-family: var(--font-head); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); line-height: 1.4; }
.vt-clients-row { flex: 1; min-width: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.vt-client { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 66px; padding: 10px 12px; border: 1px dashed var(--border); border-radius: 10px; color: #8b9ab0; font-family: var(--font-head); font-weight: 600; font-size: .9rem; line-height: 1.25; text-align: center; overflow-wrap: anywhere; transition: all .25s; }
.vt-client i { color: var(--spark); font-size: 18px; flex-shrink: 0; }
.vt-client:hover { color: #fff; border-color: rgba(250,204,21,.5); }
.vt-client img { max-height: 44px; width: auto; filter: grayscale(1) brightness(1.6); opacity: .7; }
@media (max-width: 1000px) { .vt-clients-inner { flex-direction: column; align-items: stretch; } .vt-clients-label { max-width: none; text-align: center; } .vt-clients-row { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .vt-clients-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vt-client i { display: none; } }

/* ---------- Blog kartları ---------- */
.card { background: var(--surface); border-color: var(--border); }
.card:hover { box-shadow: 0 22px 44px -24px rgba(0,0,0,.8), 0 0 0 1px rgba(250,204,21,.28); }
.card-media { background: var(--surface-2); }
.card-title a { color: var(--dark); }
.card-title a:hover { color: var(--volt); }
.card-cat { color: var(--spark); }
.card-link { color: var(--volt); font-family: var(--font-head); }
.card-icon { background: var(--volt); color: var(--night); }
.vt-post .card-media { aspect-ratio: 16 / 10; }
.vt-post-date { position: absolute; left: 14px; top: 14px; z-index: 1; background: var(--volt); color: var(--night); border-radius: 8px; padding: 6px 10px; text-align: center; font-size: .7rem; font-weight: 700; text-transform: uppercase; line-height: 1.1; box-shadow: 0 0 18px rgba(250,204,21,.4); }
.vt-post-date strong { display: block; font-family: var(--font-head); font-size: 1.25rem; }
.vt-post .card-body { padding: 22px 22px 24px; }
.vt-post .card-cat { display: inline-flex; align-items: center; gap: 4px; }
.vt-post .card-title { font-size: 1.18rem; line-height: 1.3; }

/* ---------- Hizmet kartı (liste) ---------- */
.vt-scard { display: flex; flex-direction: column; height: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.vt-scard:hover { transform: translateY(-4px); border-color: rgba(250,204,21,.55); box-shadow: 0 24px 44px -24px rgba(0,0,0,.8), 0 0 28px -10px rgba(250,204,21,.45); }
.vt-scard-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.vt-scard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.vt-scard:hover .vt-scard-media img { transform: scale(1.06); }
.vt-scard-body { position: relative; display: flex; flex-direction: column; gap: 10px; flex: 1; padding: 30px 24px 22px; }
.vt-scard-icon { position: absolute; right: 22px; top: -26px; width: 52px; height: 52px; border-radius: 10px; display: grid; place-items: center; background: var(--night); border: 1.5px solid var(--volt); color: var(--volt); font-size: 24px; box-shadow: 0 0 20px rgba(250,204,21,.35); }
.vt-scard h3 { font-size: 1.22rem; margin: 0; padding-right: 50px; }
.vt-scard h3 a { color: var(--dark); }
.vt-scard h3 a:hover { color: var(--volt); }
.vt-scard p { color: var(--muted); font-size: .93rem; margin: 0; }
.vt-scard-foot { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--border); display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.vt-scard-price { color: var(--volt); font-family: var(--font-head); font-weight: 600; font-size: .95rem; }
.vt-scard-link { color: var(--text); font-family: var(--font-head); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }
.vt-scard-link:hover { color: var(--volt); }
.page-services .grid-3 { gap: 24px; }

/* ---------- CTA bandı ---------- */
.vt-cta { padding: 20px 0 0; background: transparent; }
.vt-cta-band { position: relative; background: var(--volt) repeating-linear-gradient(-45deg, rgba(10,15,28,.05) 0 12px, transparent 12px 24px); color: var(--night); clip-path: polygon(0 16%, 100% 0, 100% 84%, 0 100%); padding: clamp(70px, 9vw, 110px) 0; }
.vt-cta-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.vt-cta-bolt { flex-shrink: 0; width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: var(--night); color: var(--volt); font-size: 38px; }
.vt-cta-text { flex: 1; min-width: 240px; }
.vt-cta-text h2 { color: var(--night); font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.1; margin: 0 0 8px; }
.vt-cta-text p { color: rgba(10,15,28,.78); margin: 0; font-weight: 500; max-width: 620px; }
.vt-cta-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.vt-cta-phone { display: flex; align-items: center; gap: 12px; color: var(--night); font-family: var(--font-head); font-weight: 700; font-size: 1.45rem; line-height: 1.15; white-space: nowrap; }
.vt-cta-phone:hover { color: var(--night); }
.vt-cta-phone i { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--night); display: grid; place-items: center; font-size: 22px; }
.vt-cta-phone small { display: block; font-family: var(--font-body); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
@media (max-width: 640px) { .vt-cta-bolt { display: none; } .vt-cta-band { clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%); } .vt-cta-actions, .vt-cta-actions .vt-btn { width: 100%; } }

/* ---------- İç sayfa başlığı ---------- */
.vt-page-hero { position: relative; overflow: hidden; isolation: isolate; padding: clamp(56px, 8vw, 104px) 0 clamp(46px, 6vw, 76px); background: radial-gradient(700px 320px at 88% 0%, rgba(56,189,248,.15), transparent 70%), var(--night-2); border-bottom: 1px solid var(--border); }
.vt-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grid); background-size: 40px 40px; -webkit-mask-image: linear-gradient(180deg, #000 20%, transparent); mask-image: linear-gradient(180deg, #000 20%, transparent); }
.vt-page-hero-img { position: absolute; right: 0; top: 0; bottom: 0; width: 48%; z-index: -2; background-size: cover; background-position: center; opacity: .28; filter: saturate(.7); -webkit-mask-image: linear-gradient(90deg, transparent, #000 75%); mask-image: linear-gradient(90deg, transparent, #000 75%); }
.vt-page-hero h1 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.5rem); line-height: 1.08; letter-spacing: -.03em; margin: 16px 0 12px; max-width: 900px; overflow-wrap: anywhere; }
.vt-page-hero p { color: #aab6c8; max-width: 680px; font-size: 1.06rem; margin: 0; }
.vt-page-hero .breadcrumb li { color: var(--muted); }
.vt-page-hero .breadcrumb a { color: var(--volt); }
.vt-page-hero-line { position: absolute; left: 0; bottom: -1px; width: 40%; height: 2px; background: linear-gradient(90deg, var(--volt), transparent); box-shadow: 0 0 16px 2px rgba(250,204,21,.55); }

/* ---------- İç sayfa bileşenleri (koyu) ---------- */
.section-alt { background: var(--night-2); }
.lead { color: #cbd5e1; }
.prose { color: var(--text); }
.prose strong { color: #fff; }
.prose a { color: var(--volt); }
.prose blockquote { background: var(--surface); border-left-color: var(--volt); color: #cbd5e1; }
.prose th { background: var(--surface-2); color: #fff; }
.prose th, .prose td { border-color: var(--border); }
.prose table { border-radius: 10px; }
.prose ul li::marker, .prose ol li::marker { color: var(--volt); }
.content-cover { border-radius: 10px; }
.vt-cover { position: relative; }
.vt-cover-icon { position: absolute; left: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 10px; display: grid; place-items: center; background: var(--volt); color: var(--night); font-size: 28px; box-shadow: 0 0 26px rgba(250,204,21,.6); }
.vt-price-strip { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding: 18px 22px; margin: 0 0 28px; background: var(--surface); border: 1px dashed rgba(250,204,21,.55); border-radius: 10px; }
.vt-price-strip small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.vt-price-strip strong { font-family: var(--font-head); color: var(--volt); font-size: 1.3rem; }
.vt-price-strip > span { flex: 1; min-width: 170px; color: var(--muted); font-size: .9rem; }
.sidebar .widget, .widget { background: var(--surface); border-color: var(--border); }
.widget-title { border-bottom-color: var(--border); }
.widget-title::after { background: var(--volt); box-shadow: 0 0 8px rgba(250,204,21,.8); }
.widget-links li a { color: var(--text); border-bottom-color: var(--border); }
.widget-links li a:hover, .widget-links li.active > a { color: var(--volt); }
.widget-links small { background: var(--bg); color: var(--muted); }
.widget p { color: var(--muted); }
.widget-contact { background: linear-gradient(160deg, rgba(250,204,21,.13), var(--surface) 55%); border-color: rgba(250,204,21,.35); }
.contact-list a { color: #fff; }
.contact-list i { background: var(--bg); color: var(--volt); }
.widget-posts a { color: var(--dark); }
.mini-steps li::before { background: var(--volt); color: var(--night); }
.mini-steps strong { color: #fff; }
.check-list i { background: rgba(250,204,21,.14); color: var(--volt); }
.feature-box { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--volt); }
.inline-quote { background: linear-gradient(135deg, #131d33, #0d1424); border: 1px solid rgba(250,204,21,.3); color: var(--text); }
.inline-quote > p { color: var(--muted); }
.card-pad, .quote-box, .order-box, .project-info { background: var(--surface); border-color: var(--border); }
.quote-box { box-shadow: var(--shadow-lg); }
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], input[type=password], input[type=url], select, textarea { background-color: var(--field); border-color: #27344f; color: var(--text); }
input::placeholder, textarea::placeholder { color: #5f6f86; }
input:focus, select:focus, textarea:focus { border-color: var(--volt); box-shadow: 0 0 0 4px rgba(250,204,21,.14); }
select option { background: var(--surface); color: var(--text); }
.field > label { color: #cbd5e1; }
.check { color: var(--muted); }
.choice span { background: var(--field); border-color: #27344f; color: var(--text); }
.choice input:checked + span { background: var(--volt); border-color: var(--volt); color: var(--night); }
.file-drop { background: var(--field); border-color: #27344f; color: var(--muted); }
.qw-steps li { border-bottom-color: var(--border); color: var(--muted); }
.qw-steps li span { background: var(--surface-2); color: var(--text); }
.qw-steps li.is-active, .qw-steps li.is-done { color: #fff; }
.qw-option-box { background: var(--field); border-color: #27344f; }
.qw-option-box strong { color: #fff; }
.qw-option input:checked + .qw-option-box { background: rgba(250,204,21,.08); }
.qw-nav { border-top-color: var(--border); }
.alert-success { background: rgba(34,197,94,.1); color: #86efac; border-color: rgba(34,197,94,.35); }
.alert-error { background: rgba(239,68,68,.1); color: #fca5a5; border-color: rgba(239,68,68,.35); }
.success-box .tracking { background: var(--surface-2); color: var(--volt); }
.faq-item { background: var(--surface); border-color: var(--border); }
.faq-item summary { color: #fff; font-family: var(--font-head); font-weight: 600; }
.faq-item[open] { border-color: rgba(250,204,21,.6); box-shadow: 0 0 24px -12px rgba(250,204,21,.5); }
.faq-answer { color: #aab6c8; }
.pagination a, .pagination span { background: var(--surface); border-color: var(--border); color: var(--text); }
.pagination .pg-gap { background: transparent; }
.chip { background: var(--surface); border-color: var(--border); color: var(--text); }
.share-bar { border-color: var(--border); }
.share-bar a { background: var(--surface); color: var(--text); }
.share-bar a:hover { color: var(--night); }
.post-nav a { background: var(--surface); color: #fff; }
.post-meta { color: var(--muted); }
.empty-state { background: var(--surface); }
.contact-card { background: var(--surface); border-color: var(--border); }
.contact-card strong { color: #fff; }
a.contact-card:hover { border-color: var(--volt); box-shadow: 0 0 24px -10px rgba(250,204,21,.5); }
.address-box strong { color: #fff; }
.map-embed { background: var(--surface-2); border: 1px solid var(--border); }
.map-embed iframe { filter: invert(90%) hue-rotate(180deg) saturate(.6) brightness(.95); }
.client-item { background: var(--surface); border-color: var(--border); }
.client-name { color: #aab6c8; }
.about-img-2 { border-color: var(--bg); }
.stat-item strong { color: var(--volt); }
.why-item { background: var(--surface); border-color: var(--border); }
.why-item h3 { color: #fff; }
.search-inline { background: var(--field); border-color: #27344f; }
.search-results a { border-color: var(--border); background: var(--surface); color: var(--text); }
.search-results strong { color: #fff; }
.search-results small { color: var(--spark); }
.reply-box { background: var(--surface-2); }
.specs-table th { background: var(--surface-2); }
.specs-table th, .specs-table td { border-color: var(--border); }
.tab-nav { border-color: var(--border); }
.doc-list li { background: var(--surface); border-color: var(--border); }
.error-code { color: var(--volt); text-shadow: 0 0 40px rgba(250,204,21,.4); }
.team-photo { background: var(--surface-2); }
.skip-link { background: var(--volt); color: var(--night); }

/* ---------- Footer ---------- */
.vt-footer { background: var(--ink); color: #94a3b8; font-size: .93rem; }
.vt-footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.vt-footer-alert { display: flex; align-items: center; gap: 16px; }
.vt-footer-bolt { flex-shrink: 0; width: 54px; height: 54px; border-radius: 10px; display: grid; place-items: center; border: 1.5px solid var(--volt); color: var(--volt); font-size: 26px; box-shadow: 0 0 22px -4px rgba(250,204,21,.6); }
.vt-footer-alert strong { display: block; font-family: var(--font-head); color: #fff; font-size: 1.25rem; }
.vt-footer .vt-footer-phone { font-family: var(--font-head); font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; color: var(--volt); line-height: 1.1; text-shadow: 0 0 24px rgba(250,204,21,.35); }
.vt-footer .vt-footer-phone small { display: block; font-family: var(--font-body); font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); text-shadow: none; font-weight: 600; }
.vt-footer-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, .9fr) minmax(0, 1.3fr); gap: 44px; padding: 56px 0; }
@media (max-width: 960px) { .vt-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .vt-footer-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; } }
.vt-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.vt-footer-about .vt-logo { margin-bottom: 18px; }
.vt-footer-about p { max-width: 360px; }
.vt-footer a { color: #94a3b8; }
.vt-footer a:hover { color: var(--volt); }
.vt-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vt-footer-links a { display: inline-flex; gap: 8px; }
.vt-footer-links a::before { content: "›"; color: var(--spark); }
.vt-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.vt-footer-contact li { display: flex; gap: 10px; overflow-wrap: anywhere; }
.vt-footer-contact i { color: var(--volt); font-size: 18px; }
.vt-footer-sub { color: #fff; font-size: .9rem; margin: 22px 0 10px; }
.vt-areas { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.vt-areas li { padding: 3px 10px; border: 1px solid rgba(56,189,248,.28); border-radius: 999px; color: #9fb3c8; font-size: .78rem; }
.vt-footer .social-links a { background: rgba(255,255,255,.05); color: #cbd5e1; border-radius: 10px; }
.vt-footer .social-links a:hover { background: var(--volt); color: var(--night) !important; }
.vt-footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; font-size: .84rem; }
.vt-footer-bottom-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- Hızlı iletişim / mobil bar / çerez ---------- */
.fc-phone { background: var(--volt); color: var(--night); box-shadow: 0 0 24px rgba(250,204,21,.5); }
.fc-phone:hover { color: var(--night); }
.fc-mail { background: #1e293b; }
.fc-top { background: var(--surface); color: var(--text); border: 1px solid var(--border); }
.fc-top:hover { color: var(--volt); }
.fc-label { background: #000; color: #fff; }
.cookie-bar { background: var(--surface); color: var(--text); border-color: var(--border); }
.cookie-bar i { color: var(--volt); }
@media (max-width: 768px) {
  .mobile-bar { background: var(--night-2); border-top: 1px solid var(--border); box-shadow: 0 -10px 30px -12px rgba(0,0,0,.8); }
  .mobile-bar a { color: #cbd5e1; }
  .mobile-bar .mb-call { color: var(--volt); }
  .mobile-bar .mb-wa { color: #4ade80; }
  .mobile-bar .mb-quote { background: var(--volt); color: var(--night); }
}

/* ---------- Şimşek ikonu (maske) ---------- */
.vt-bolt { display: inline-block; width: 1em; height: 1em; flex-shrink: 0; vertical-align: -.14em; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 1.5 3.8 13.6h6.9l-1.2 8.9 9.7-12.1h-6.9z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 1.5 3.8 13.6h6.9l-1.2 8.9 9.7-12.1h-6.9z'/%3E%3C/svg%3E") center / contain no-repeat; }
.vt-ticks .vt-bolt { color: var(--volt); margin-top: 3px; }

@media (min-width: 761px) { .prose table { display: table; } }
