/* ===================================================================
   GÜNEŞ ASANSÖR - DİKEY MÜHENDİSLİK SİSTEMLERİ
   Resmi Web Sitesi Stilleri (gunesasansor.com.tr)
   Tema: Aydınlık Tema (Light Mode) • Temiz Beyaz & Yumuşak Kırık Beyaz (#F8F9FA)
   Renk Paleti: Belirgin Siyah (#111111) & Soft Gün Işığı Sarısı (#FAD02C / #F5D76E)
   Tasarım Dili: Açık Ton Glassmorphism, Yumuşak Gölgeler, 3D Dokunsal Butonlar
   =================================================================== */

/* ---------- 1. CSS DEĞİŞKENLERİ & AYDINLIK TEMA PALETİ ---------- */
:root {
  /* Zeminler: Temiz Beyaz ve Çok Yumuşak Kırık Beyaz (#F8F9FA) */
  --bg-canvas: #F8F9FA;
  --bg-pure: #FFFFFF;
  --bg-subtle: #F3F4F6;
  --bg-slate: #E5E7EB;

  /* Kart & Panel Zeminleri (Aydınlık Ayrışım: Saf Beyaz, 1px Kenarlık, Yumuşak Gölge) */
  --bg-card: #FFFFFF;
  --glass-bg: #FFFFFF;
  --glass-bg-hover: #FFFFFF;
  --card-border: 1px solid #E5E7EB;
  --glass-border: #E5E7EB;
  --glass-border-specular: #FFFFFF;
  --glass-yellow-border: rgba(250, 208, 44, 0.6);
  --glass-yellow-glow: rgba(250, 208, 44, 0.25);

  /* Vurgu Renkleri: Soft Gün Işığı Sarısı (#FAD02C / #F5D76E) & Sıcak Amber */
  --sun-yellow: #FAD02C;
  --sun-yellow-soft: #F5D76E;
  --sun-yellow-light: #FEF9C3;
  --sun-yellow-warm: #F59E0B;
  --sun-yellow-dark: #D97706;
  --sun-yellow-deep: #B45309;
  --sun-yellow-laser: #F6C90E;
  --sun-halo: rgba(250, 208, 44, 0.45);

  /* Metin Renkleri: Tok Net Siyah (#0A0A0A) & Yüksek Kontrastlı Koyu Antrasit (#1F2937, #374151) */
  --text-black: #0A0A0A;
  --text-heading: #0A0A0A;
  --text-body: #1F2937;
  --text-muted: #374151;
  --text-light: #4B5563;

  /* Durum Renkleri */
  --status-emerald: #059669;
  --status-alert: #DC2626;
  --status-cyan: #0284C7;

  /* Tipografi */
  --font-text: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  --font-hud: 'Orbitron', monospace;
  --font-mono: 'Share Tech Mono', monospace;

  /* Geçişler ve Yumuşatma */
  --ease-elevator: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-tactile: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-elastic: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Kart Ayrımı & Yumuşak Gölgeler: box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) */
  --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-card-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --shadow-elevated: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
  --shadow-yellow-glow: 0 0 25px rgba(250, 208, 44, 0.4);

  /* Layout */
  --container-width: 1240px;
  --nav-height: 100px;
}

/* ---------- 2. TEMEL SIFIRLAMA & TABAN DÜZENİ ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; /* yalnızca yatay taşma */
  overflow-y: auto;
}

body {
  font-family: var(--font-text);
  background-color: var(--bg-canvas);
  color: var(--text-body);
  line-height: 1.7;
  font-weight: 500;
  overflow-x: hidden; /* yalnızca yatay taşma — dikey scroll serbest */
  overflow-y: auto;
  position: relative;
  min-height: 100vh;
  height: auto;
}

/* Preloader sırasında yalnızca dikey kaydırmayı kilitle (h-screen / overflow-hidden yok) */
body.loading-locked {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

/* Aydınlık Mod Özel Akıcı Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-canvas);
}
::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 4px;
  border: 2px solid var(--bg-canvas);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--sun-yellow);
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s var(--ease-elevator);
}

ul {
  list-style: none;
}

img, svg {
  display: block;
  max-width: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* Belirgin Siyah ve Sıcak Amber-Altın Gradyanı (Beyaz Zemin Üzerinde Yüksek Kontrast) */
.champagne-gradient {
  background: linear-gradient(135deg, #0A0A0A 0%, #92400E 35%, #B45309 65%, #D97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 800;
}

.text-champagne { color: #B45309 !important; font-weight: 800; }
.text-green { color: var(--status-emerald) !important; font-weight: 800; }
.text-alert { color: var(--status-alert) !important; font-weight: 800; }
.link-gold {
  color: #B45309;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
.link-gold:hover {
  color: #0A0A0A;
}

/* Saf Beyaz Zeminli, 1px Kenarlıklı & Yumuşak Gölgeli Kart Mimarisi (Light Mode) */
.glass-sheet {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.35s var(--ease-elevator);
}

.glass-sheet:hover {
  border-color: #D1D5DB;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}


/* ===================================================================
   3. FİZİKSEL ASANSÖR DÜĞMESİ HİSSİ (TACTILE 3D BUTTONS - LIGHT MODE)
   3 Boyutlu belirgin siyah çerçeve, soft gün ışığı sarısı ve içeri göçme
   =================================================================== */

.tactile-hero-btn,
.tactile-pill-btn,
.elevator-tactile-btn,
.tactile-floor-top-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: transform 0.16s var(--ease-tactile), box-shadow 0.22s ease;
}

/* Bezel (Metalik Dış Çember Rim) */
.btn-bezel {
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: linear-gradient(145deg, #2D333F 0%, #0A0A0A 60%, #374151 100%);
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    inset 0 -2px 3px rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: all 0.22s ease;
}

/* Düğme Yüzeyi (İç Gövde) - Kalın Net Siyah Tipografi */
.btn-face {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: inherit;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.18s var(--ease-tactile);
}

/* Birincil Soft Gün Işığı Dokunsal Buton - Net Siyah Metin */
.primary-tactile {
  border-radius: 12px;
}
.primary-tactile .btn-face {
  padding: 14px 28px;
  background: linear-gradient(135deg, #FEF08A 0%, var(--sun-yellow) 50%, var(--sun-yellow-warm) 100%);
  color: #000000 !important;
  font-weight: 700 !important;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.8),
    inset 0 -2px 4px rgba(180, 83, 9, 0.3);
}
.primary-tactile .btn-face * {
  color: #000000 !important;
  font-weight: 700 !important;
}

/* Üzerine Gelindiğinde (Hover): Soft Gün Işığı LED Halkası */
.primary-tactile:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 0 25px rgba(250, 208, 44, 0.65),
    0 8px 25px rgba(0, 0, 0, 0.15);
}
.primary-tactile:hover .btn-bezel {
  background: linear-gradient(145deg, #0A0A0A 0%, #FAD02C 50%, #0A0A0A 100%);
}

/* Tıklanma Anında (Active): Mekanik İçeri Göçme */
.primary-tactile:active,
.primary-tactile.btn-pressed {
  transform: translateY(3px) scale(0.975);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.primary-tactile:active .btn-face,
.primary-tactile.btn-pressed .btn-face {
  background: linear-gradient(135deg, var(--sun-yellow) 0%, var(--sun-yellow-warm) 100%);
  color: #000000 !important;
  box-shadow: 
    inset 0 4px 8px rgba(0, 0, 0, 0.3),
    inset 0 -1px 2px rgba(255, 255, 255, 0.2);
}
.primary-tactile:active .btn-face *,
.primary-tactile.btn-pressed .btn-face * {
  color: #000000 !important;
}

/* İkincil Temiz Beyaz & Belirgin Siyah Dokunsal Buton */
.secondary-tactile {
  border-radius: 12px;
}
.secondary-tactile .btn-bezel {
  background: linear-gradient(145deg, #E5E7EB 0%, #0A0A0A 100%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.secondary-tactile .btn-face {
  padding: 14px 28px;
  background: #FFFFFF;
  color: #000000 !important;
  font-weight: 700 !important;
  border: 1.5px solid #000000;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.9),
    inset 0 -2px 4px rgba(0, 0, 0, 0.06);
}
.secondary-tactile .btn-face * {
  color: #000000 !important;
  font-weight: 700 !important;
}
.secondary-tactile:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(250, 208, 44, 0.4);
}
.secondary-tactile:hover .btn-face {
  border-color: #B45309;
  background: #FFFDF5;
}
.secondary-tactile:active {
  transform: translateY(3px) scale(0.975);
}

/* Küçük Boy Dokunsal Buton */
.sm-tactile .btn-face {
  padding: 10px 22px;
  font-size: 0.88rem;
  color: #000000 !important;
  font-weight: 700 !important;
}
.sm-tactile .btn-face * {
  color: #000000 !important;
  font-weight: 700 !important;
}

/* Acil Durum Dokunsal Buton */
.alert-tactile {
  border-radius: 12px;
}
.alert-tactile .btn-face {
  padding: 14px 26px;
  background: linear-gradient(145deg, #FEF2F2 0%, #FEE2E2 100%);
  color: #B91C1C !important;
  font-weight: 800 !important;
  border: 1.5px solid #DC2626;
}
.alert-tactile .btn-face * {
  color: #B91C1C !important;
  font-weight: 800 !important;
}
.alert-tactile:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(239, 68, 68, 0.4);
}
.alert-tactile:active {
  transform: translateY(3px) scale(0.975);
}


/* ===================================================================
   4. SABİT DİJİTAL ASANSÖR KAT GÖSTERGESİ (RIGHT-EDGE SCROLL HUD)
   Aydınlık mod akrilik cam kasa, belirgin siyah ve soft sarı göstergeler
   =================================================================== */

.elevator-scroll-hud {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  user-select: none;
  pointer-events: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hud-glass-case {
  background: #FFFFFF;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 10px 25px -5px rgba(0, 0, 0, 0.08),
    0 0 15px rgba(250, 208, 44, 0.15);
  width: 68px;
}

/* Üst Belirgin Siyah Dijital Ekran */
.hud-readout {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0A0A0A;
  border: 1.5px solid rgba(250, 208, 44, 0.6);
  border-radius: 8px;
  padding: 6px 4px;
  width: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.hud-dir-indicator {
  font-size: 0.95rem;
  color: #6B7280;
  line-height: 1;
  transition: all 0.25s ease;
}
.hud-dir-indicator.active {
  color: var(--sun-yellow);
  text-shadow: 0 0 10px var(--sun-yellow);
  animation: dirPulse 0.8s infinite alternate;
}

@keyframes dirPulse {
  from { transform: scale(0.9); opacity: 0.7; }
  to { transform: scale(1.15); opacity: 1; }
}

.hud-digits {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hud-prefix {
  font-family: var(--font-hud);
  font-size: 0.52rem;
  color: #9CA3AF;
  letter-spacing: 1px;
  font-weight: 700;
}

.hud-current-floor {
  font-family: var(--font-hud);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--sun-yellow);
  text-shadow: 0 0 10px rgba(250, 208, 44, 0.8);
  line-height: 1.1;
  transition: transform 0.12s ease;
}

/* Asansör Kuyu Rayı & Kabin İmleci */
.hud-shaft-track {
  position: relative;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.hud-track-line {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #E5E7EB;
  border-radius: 2px;
}

.hud-cable-wire {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(180deg, var(--sun-yellow) 0%, var(--sun-yellow-warm) 100%);
  height: 0%;
  transition: height 0.1s linear;
}

/* Hareketli Asansör Kabin İmleci */
.hud-cabin-cursor {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--sun-yellow-soft) 0%, var(--sun-yellow) 100%);
  border: 1.5px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #000000;
  box-shadow: 0 0 12px rgba(250, 208, 44, 0.8);
  z-index: 5;
  pointer-events: none;
  transition: top 0.25s var(--ease-elevator);
}

.cabin-halo {
  position: absolute;
  inset: -4px;
  border-radius: 8px;
  border: 1px solid var(--sun-yellow);
  opacity: 0.6;
  animation: haloPulse 1.8s infinite;
}

@keyframes haloPulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* Kat Durak Butonları */
.hud-floor-stop {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.stop-label {
  font-family: var(--font-hud);
  font-size: 0.68rem;
  font-weight: 800;
  color: #0A0A0A;
}

.hud-floor-stop:hover {
  border-color: var(--sun-yellow);
  background: #FFFDF5;
  transform: scale(1.1);
}

.hud-floor-stop.active {
  background: var(--sun-yellow);
  border-color: #000000;
  box-shadow: 0 0 10px rgba(250, 208, 44, 0.5);
}
.hud-floor-stop.active .stop-label {
  color: #000000;
  font-weight: 900;
}

/* Alt Telemetri Etiketi */
.hud-telemetry-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.tele-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--status-emerald);
  box-shadow: 0 0 6px var(--status-emerald);
}

.tele-text {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  color: #0A0A0A;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.1;
  max-width: 55px;
}


/* ===================================================================
   5. İNTERAKTİF ASANSÖR KARŞILAMA EKRANI (PRELOADER - ULTRA HIZLI)
   Platin fırçalanmış çelik kapılar, belirgin siyah çerçeve & sarı ışık
   =================================================================== */

.elevator-preloader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: #111319;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  user-select: none;
}

.elevator-preloader::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 50% 30%, rgba(250, 208, 44, 0.12) 0%, transparent 60%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
  pointer-events: none;
}

/* Üst Konsol */
.preloader-top-panel {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 740px;
  padding: 24px 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.glass-crest {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(17, 19, 25, 0.9);
  border: 1.5px solid rgba(250, 208, 44, 0.4);
  border-radius: 30px;
  padding: 6px 18px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.crest-light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun-yellow);
  box-shadow: 0 0 10px var(--sun-yellow);
}

.crest-title {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #FFFFFF;
}

.crest-divider {
  color: var(--sun-yellow);
}

.crest-spec {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #CBD5E1;
  letter-spacing: 1px;
}

/* Gösterge Kasası */
.preloader-display-housing {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #1A1D26 0%, #0F1117 100%);
  border: 2px solid #2B3142;
  border-top-color: #424C65;
  border-radius: 14px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.preloader-arrow-box {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #090B10;
  border: 1px solid #242A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #384158;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.preloader-arrow-box.active {
  color: var(--sun-yellow);
  border-color: var(--sun-yellow);
  box-shadow: 0 0 16px rgba(250, 208, 44, 0.6);
  animation: dirPulse 0.8s infinite alternate;
}

.preloader-screen {
  position: relative;
  flex: 1;
  margin: 0 20px;
  background: #07080C;
  border: 1px solid #1C2130;
  border-radius: 8px;
  padding: 8px 18px;
  text-align: center;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.screen-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  opacity: 0.6;
}

.screen-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}

.screen-label {
  font-family: var(--font-hud);
  font-size: 0.85rem;
  color: #64748B;
  letter-spacing: 2px;
}

.screen-floor {
  font-family: var(--font-hud);
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--sun-yellow);
  letter-spacing: 4px;
  text-shadow: 0 0 12px rgba(250, 208, 44, 0.9);
  min-width: 65px;
  display: inline-block;
  transition: transform 0.08s ease;
}

.screen-sub {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #94A3B8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.preloader-leds {
  display: flex;
  gap: 12px;
}

.led-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.led-bulb {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1E2433;
  transition: all 0.3s ease;
}
.led-name {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: #64748B;
}

.led-champagne.active {
  background: var(--sun-yellow);
  box-shadow: 0 0 8px var(--sun-yellow);
}
.led-blue.active {
  background: var(--status-cyan);
  box-shadow: 0 0 8px var(--status-cyan);
}
.led-green.active {
  background: var(--status-emerald);
  box-shadow: 0 0 8px var(--status-emerald);
}

/* Platin Fırçalanmış Paslanmaz Çelik Kapılar */
.elevator-portal-stage {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.portal-solar-bloom {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(250, 208, 44, 0.9) 0%, rgba(255, 255, 255, 0.8) 40%, transparent 80%);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  mix-blend-mode: screen;
}

.portal-door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  display: flex;
  overflow: hidden;
  will-change: transform;
}

.door-left {
  left: 0;
  transform: translateX(0);
}
.door-right {
  right: 0;
  transform: translateX(0);
  flex-direction: row-reverse;
}

/* Fırçalanmış Platin Çelik Kaplama Dokusu */
.door-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #94A3B8 0%, #CBD5E1 15%, #E2E8F0 35%, #F8FAFC 50%, #E2E8F0 65%, #CBD5E1 85%, #64748B 100%);
  border-top: 2px solid #E2E8F0;
  border-bottom: 2px solid #1E293B;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.door-texture {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 2px,
    rgba(255, 255, 255, 0.08) 3px,
    rgba(0, 0, 0, 0.04) 4px
  );
  opacity: 0.9;
}

.door-seam-cut {
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 20%;
  right: 20%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.door-cushion {
  width: 6px;
  height: 100%;
  background: #111111;
  border-left: 1px solid #1E293B;
  border-right: 1px solid #000;
  flex-shrink: 0;
}

.door-laser-beam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--sun-yellow-laser) 30%, var(--sun-yellow) 70%, transparent 100%);
  box-shadow: 0 0 16px var(--sun-yellow), 0 0 32px var(--sun-yellow-warm);
  z-index: 12;
  pointer-events: none;
  animation: laserPulse 1.8s infinite ease-in-out;
}

@keyframes laserPulse {
  0%, 100% { opacity: 0.95; }
  50% { opacity: 0.45; }
}

/* 3D Çağrı Konsolu */
.preloader-call-pod {
  position: relative;
  z-index: 25;
  margin-top: -15px;
  margin-bottom: 20px;
}

.call-pod-chassis {
  position: relative;
  background: linear-gradient(160deg, #1E232F 0%, #111319 100%);
  border: 2px solid #3B4459;
  border-radius: 22px;
  padding: 22px 36px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.chassis-screw {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4B5563;
  border: 1px solid #111827;
}
.screw-top-l { top: 8px; left: 8px; }
.screw-top-r { top: 8px; right: 8px; }
.screw-bot-l { bottom: 8px; left: 8px; }
.screw-bot-r { bottom: 8px; right: 8px; }

.pod-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-hud);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--sun-yellow);
}

.icon-sun-rotate {
  animation: sunTurn 12s linear infinite;
}
@keyframes sunTurn {
  to { transform: rotate(360deg); }
}

.tactile-button-wrap {
  position: relative;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halo-wave {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--sun-yellow);
  opacity: 0;
  pointer-events: none;
  animation: haloRipple 2.2s cubic-bezier(0.2, 0.8, 0.3, 1) infinite;
}
.wave-2 { animation-delay: 1.1s; }

@keyframes haloRipple {
  0% { transform: scale(0.85); opacity: 0.85; }
  100% { transform: scale(1.6); opacity: 0; }
}

.elevator-tactile-btn {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.elevator-tactile-btn .btn-bezel {
  border-radius: 50%;
}
.elevator-tactile-btn .btn-face {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #FEF08A 0%, var(--sun-yellow) 60%, var(--sun-yellow-warm) 100%);
  border: 2px solid #000000;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #000000 !important;
  font-weight: 800 !important;
  box-shadow: 
    0 0 20px rgba(250, 208, 44, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.8);
}
.elevator-tactile-btn .btn-face * {
  color: #000000 !important;
  font-weight: 800 !important;
}
.elevator-tactile-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 0 35px rgba(250, 208, 44, 0.9);
}
.elevator-tactile-btn:active,
.elevator-tactile-btn.btn-pressed {
  transform: scale(0.95);
}
.elevator-tactile-btn:active .btn-face,
.elevator-tactile-btn.btn-pressed .btn-face {
  background: radial-gradient(circle, var(--sun-yellow) 0%, var(--sun-yellow-warm) 100%);
  color: #000000 !important;
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.4);
}
.elevator-tactile-btn:active .btn-face *,
.elevator-tactile-btn.btn-pressed .btn-face * {
  color: #000000 !important;
}

.pod-status {
  font-family: var(--font-hud);
  font-size: 0.72rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pulse-spark {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sun-yellow);
  box-shadow: 0 0 6px var(--sun-yellow);
  animation: dirPulse 0.8s infinite alternate;
}

.pod-foot-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.micro-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: #E2E8F0;
  transition: all 0.2s ease;
}
.micro-btn:hover {
  color: var(--sun-yellow);
  border-color: var(--sun-yellow);
  background: rgba(250, 208, 44, 0.15);
}

.preloader-foot-note {
  position: relative;
  z-index: 20;
  padding: 12px 20px;
  font-family: var(--font-heading); /* Orbitron/Share Tech Mono Türkçe Ş/Ö/Ü bozar */
  font-size: 0.72rem;
  font-weight: 600;
  color: #94A3B8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}


/* ===================================================================
   6. ANA UYGULAMA & AYDINLIK ATMOSFER (MAIN APP)
   =================================================================== */

.main-app {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg-canvas);
}

.cosmic-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

/* Yumuşak Gün Işığı Parıltıları */
.aurora-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.45;
}
.orb-1 {
  width: 750px;
  height: 550px;
  top: -180px;
  left: 30%;
  background: radial-gradient(circle, rgba(250, 208, 44, 0.18) 0%, transparent 70%);
}
.orb-2 {
  width: 600px;
  height: 600px;
  top: 45%;
  right: -120px;
  background: radial-gradient(circle, rgba(245, 215, 110, 0.16) 0%, transparent 70%);
}
.orb-3 {
  width: 700px;
  height: 500px;
  bottom: -150px;
  left: -100px;
  background: radial-gradient(circle, rgba(250, 208, 44, 0.15) 0%, transparent 70%);
}

.fine-mesh-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(17, 17, 17, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
}

.shaft-wire-curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 110px;
  width: 140px;
  display: flex;
  justify-content: space-between;
  opacity: 0.15;
}
.wire {
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(250, 208, 44, 0.8) 20%, rgba(17, 17, 17, 0.2) 80%, transparent 100%);
}


/* ===================================================================
   7. NAVBAR (ÜST MENÜ - AYDINLIK TEMA)
   =================================================================== */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  z-index: 1000;
  transition: all 0.35s var(--ease-elevator);
  border-bottom: 1px solid transparent;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: rgba(17, 17, 17, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  --nav-height: 78px;
}

.nav-container {
  max-width: min(1536px, 96%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 0;
  justify-content: flex-start;
  min-width: 0;
  max-height: calc(var(--nav-height) - 12px);
  line-height: 1;
  transition: gap 0.35s var(--ease-elevator);
}

.brand-logo {
  display: block;
  height: 5rem;
  width: auto;
  max-height: calc(var(--nav-height) - 20px);
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  transition: height 0.35s var(--ease-elevator), transform 0.35s var(--ease-elastic), max-height 0.35s var(--ease-elevator);
}
.nav-brand:hover .brand-logo {
  transform: scale(1.03);
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  transition: font-size 0.35s var(--ease-elevator), letter-spacing 0.35s var(--ease-elevator), gap 0.35s var(--ease-elevator);
}
.brand-name-gunes {
  color: #0A0A0A;
}
.brand-name-asansor {
  color: var(--sun-yellow-dark);
}

.nav-nav {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1 1 0;
  min-width: 0;
}

/* Scroll: logo + yazı orantılı küçülür */
.navbar.scrolled .brand-logo {
  height: 3.25rem;
}
.navbar.scrolled .brand-name {
  font-size: 1.3rem;
  letter-spacing: -0.015em;
}
.navbar.scrolled .nav-brand {
  gap: 8px;
}

.nav-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem; /* gap-6 — ferah menü */
}

.nav-link {
  position: relative;
  font-size: 0.9375rem; /* text-[15px] */
  font-weight: 700;
  color: #0A0A0A;
  padding: 6px 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2.5px;
  background: var(--sun-yellow);
  box-shadow: 0 0 8px var(--sun-yellow);
  transition: width 0.3s var(--ease-elevator);
}
.nav-link:hover,
.nav-link.active {
  color: #000000;
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.emergency-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1.5px solid rgba(250, 208, 44, 0.85);
  box-shadow: 0 2px 8px rgba(250, 208, 44, 0.18);
  color: #0A0A0A;
  font-size: 0.8125rem;
  font-weight: 800;
  white-space: nowrap;
  flex-shrink: 0;
}
.emergency-pill i {
  color: var(--sun-yellow-dark);
  font-size: 0.9rem;
}
.emergency-pill:hover {
  background: var(--sun-yellow-light);
  border-color: var(--sun-yellow-dark);
  color: #0A0A0A;
}
.emergency-pill .pill-text {
  color: #0A0A0A;
  font-weight: 800;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--status-emerald);
  box-shadow: 0 0 6px var(--status-emerald);
  animation: dirPulse 1s infinite alternate;
}

.nav-btn .btn-face {
  padding: 7px 14px;
  font-size: 0.84rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #FEF08A 0%, var(--sun-yellow) 50%, var(--sun-yellow-warm) 100%);
  color: #000000 !important;
  font-weight: 700 !important;
  border: 1.5px solid #000000;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.8),
    inset 0 -2px 4px rgba(180, 83, 9, 0.3);
  white-space: nowrap;
}
.nav-btn .btn-face * {
  color: #000000 !important;
  font-weight: 700 !important;
}
.nav-btn {
  border-radius: 10px;
  flex-shrink: 0;
}

.menu-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid var(--glass-border);
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 8px;
}
.menu-burger span {
  width: 100%;
  height: 2px;
  background: #111111;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-burger.active span:nth-child(2) {
  opacity: 0;
}
.menu-burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* ===================================================================
   8. HERO BÖLÜMÜ (KAT Z - ZEMİN LOBİ)
   =================================================================== */

.hero-stage {
  position: relative;
  min-height: 100vh;
  padding-top: calc(var(--nav-height) + 40px);
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 50px;
}

.hero-left-block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.glass-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 30px;
  padding: 6px 16px;
  width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun-yellow);
  box-shadow: 0 0 8px var(--sun-yellow);
}
.badge-txt {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0A0A0A;
}

.hero-heading {
  font-family: var(--font-heading);
  font-size: clamp(2.65rem, 4.8vw, 4.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: #0A0A0A;
}

.hero-lead {
  font-size: 1.18rem;
  color: #1F2937;
  font-weight: 600;
  max-width: 600px;
  line-height: 1.75;
}

.hero-action-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 8px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 18px;
  border-top: 1px solid #E5E7EB;
}
.trust-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: #1F2937;
  font-weight: 700;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.trust-chip i {
  color: #0A0A0A;
  font-size: 0.95rem;
}

/* Sağ Taraf: Animasyonlu Asansör Kabini Simülasyonu */
.cabin-sim-chassis {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-top: 3px solid var(--sun-yellow);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 25px -5px rgba(0, 0, 0, 0.04);
}

.cabin-sim-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E7EB;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  color: #0A0A0A;
}
.cabin-sim-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cabin-sim-brand i { color: #0A0A0A; }
.cabin-sim-live {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #047857;
  font-weight: 800;
}

.cabin-sim-stage {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr;
  gap: 14px;
  margin: 14px 0;
}

.cabin-sim-building {
  position: relative;
  height: 360px;
  background: linear-gradient(180deg, #F3F4F6 0%, #E5E7EB 100%);
  border: 1px solid #D1D5DB;
  border-radius: 16px;
  overflow: hidden;
}

.sim-floor-marks {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.sim-floor-marks span {
  font-family: var(--font-hud);
  font-size: 0.7rem;
  font-weight: 800;
  color: #6B7280;
  width: 28px;
  text-align: center;
}
.sim-floor-marks span.active-mark {
  color: #B45309;
  background: #FEF9C3;
  border-radius: 4px;
  padding: 2px 0;
}

.sim-shaft-rails {
  position: absolute;
  inset: 0 18% 0 22%;
}
.sim-shaft-rails .rail {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #9CA3AF;
  border-radius: 2px;
}
.sim-shaft-rails .rail.left { left: 0; }
.sim-shaft-rails .rail.right { right: 0; }
.sim-shaft-rails .cable {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 55%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--sun-yellow), var(--sun-yellow-warm));
  transition: height 0.8s var(--ease-elevator);
}

.sim-cabin {
  position: absolute;
  left: 24%;
  right: 20%;
  bottom: 140px;
  height: 118px;
  transition: bottom 0.85s var(--ease-elevator);
  z-index: 3;
}
.sim-cabin-roof {
  height: 10px;
  background: #111827;
  border-radius: 6px 6px 0 0;
}
.sim-cabin-body {
  background: #FFFFFF;
  border: 2px solid #111827;
  border-top: none;
  height: calc(100% - 22px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sim-cabin-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #0A0A0A;
  color: var(--sun-yellow);
  font-family: var(--font-hud);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 0;
}
.sim-cabin-doors {
  position: relative;
  flex: 1;
  background: #FEF9C3;
  overflow: hidden;
}
.sim-door {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(90deg, #E5E7EB 0%, #F9FAFB 40%, #D1D5DB 100%);
  border: 1px solid #9CA3AF;
  transition: transform 0.55s var(--ease-elevator);
  z-index: 2;
}
.sim-door.left { left: 0; border-right: 1px solid #6B7280; }
.sim-door.right { right: 0; border-left: 1px solid #6B7280; }
.sim-cabin.doors-open .sim-door.left { transform: translateX(-92%); }
.sim-cabin.doors-open .sim-door.right { transform: translateX(92%); }

.sim-cabin-interior {
  position: absolute;
  inset: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  z-index: 1;
}
.sim-handrail {
  height: 4px;
  background: #92400E;
  border-radius: 2px;
  margin: 0 10px 18px;
}
.sim-panel-lights {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 6px;
}
.sim-panel-lights span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sun-yellow);
  box-shadow: 0 0 6px var(--sun-yellow);
}

.sim-cabin-base {
  height: 12px;
  background: #111827;
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.sim-weight {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: #E5E7EB;
  font-weight: 700;
}

.cabin-sim-readout {
  background: #0A0A0A;
  border-radius: 14px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: #FFFFFF;
}
.sim-readout-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #9CA3AF;
  letter-spacing: 1px;
  font-weight: 700;
}
.sim-readout-floor {
  font-family: var(--font-hud);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--sun-yellow);
  line-height: 1;
  text-shadow: 0 0 16px rgba(250, 208, 44, 0.55);
}
.sim-readout-speed {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.78rem;
}
.sim-readout-speed span { color: #9CA3AF; font-weight: 600; }
.sim-readout-speed strong { color: #FFFFFF; font-weight: 800; }
.sim-readout-status {
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sim-readout-status.status-green { color: #34D399; }

.cabin-sim-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.sim-stat {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
}
.sim-stat span {
  display: block;
  font-size: 0.68rem;
  color: #6B7280;
  font-weight: 700;
  margin-bottom: 2px;
}
.sim-stat strong {
  font-size: 0.88rem;
  color: #0A0A0A;
  font-weight: 800;
}
.sim-stat strong.highlight-val { color: #B45309; }

/* Kampanya Flash Rozeti */
.campaign-flash-badge {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
  max-width: 480px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #FEF9C3 0%, #FEF08A 45%, #FAD02C 100%);
  border: 1.5px solid #000000;
  border-radius: 14px;
  box-shadow: 0 8px 20px -6px rgba(180, 83, 9, 0.35), inset 0 1px 0 rgba(255,255,255,0.7);
  animation: campaignPulse 2.8s ease-in-out infinite;
}
.campaign-flash-badge.hidden {
  display: none;
}
.campaign-flash-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #000000;
  color: var(--sun-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.campaign-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #92400E;
  margin-bottom: 4px;
}
.campaign-text {
  font-size: 0.98rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
}
.campaign-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(0,0,0,0.08);
  color: #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.campaign-close:hover {
  background: #000000;
  color: #FFFFFF;
}
@keyframes campaignPulse {
  0%, 100% { box-shadow: 0 8px 20px -6px rgba(180, 83, 9, 0.35); }
  50% { box-shadow: 0 10px 28px -4px rgba(250, 208, 44, 0.65); }
}

/* Eski kokpit stilleri (geriye dönük uyumluluk) */
.cockpit-glass-chassis {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-top: 3px solid var(--sun-yellow);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 25px -5px rgba(0, 0, 0, 0.04);
}

.cockpit-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #E5E7EB;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #0A0A0A;
  font-weight: 800;
}
.cockpit-motor-state {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cockpit-motor-state i {
  color: #0A0A0A;
  font-size: 0.85rem;
}
.gear-spin {
  animation: sunTurn 9s linear infinite;
}
.cockpit-live-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0A0A0A;
  font-weight: 800;
}
.blink-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--status-emerald);
  box-shadow: 0 0 6px var(--status-emerald);
  animation: dirPulse 1s infinite alternate;
}

.cockpit-shaft {
  position: relative;
  height: 380px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  margin: 16px 0;
  overflow: hidden;
  padding: 12px;
}

.shaft-guide-rails {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  right: 20px;
  border-left: 1px dashed rgba(17, 17, 17, 0.16);
  border-right: 1px dashed rgba(17, 17, 17, 0.16);
}

.shaft-ruler-steps {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--font-hud);
  font-size: 0.68rem;
  color: #374151;
}
.r-step {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #374151;
}
.r-step span {
  color: #0A0A0A;
  font-weight: 800;
  width: 18px;
}
.r-step.active-ruler {
  color: #0A0A0A;
  font-weight: 900;
}
.r-step.active-ruler span {
  color: #B45309;
  font-weight: 900;
}

.shaft-cabin-box {
  position: absolute;
  left: 110px;
  right: 24px;
  bottom: 120px;
  height: 85px;
  background: #FFFFFF;
  border: 2px solid var(--sun-yellow);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 0 15px rgba(250, 208, 44, 0.25);
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: bottom 0.8s var(--ease-elevator);
}

.cabin-display {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-hud);
  font-size: 0.72rem;
  font-weight: 900;
  color: #0A0A0A;
}
.cabin-display i {
  color: #0A0A0A;
}

.cabin-window {
  flex: 1;
  background: rgba(250, 208, 44, 0.14);
  border: 1px solid rgba(250, 208, 44, 0.4);
  border-radius: 4px;
  margin: 4px 0;
  position: relative;
  overflow: hidden;
}
.sunbeam-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(250, 208, 44, 0.4) 0%, transparent 100%);
}

.safety-indicator {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--status-emerald);
  box-shadow: 0 0 6px var(--status-emerald);
}

.cockpit-data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.c-data-item {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.c-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: #374151;
  font-weight: 700;
}
.c-val {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 800;
  color: #0A0A0A;
}
.highlight-val {
  color: #B45309;
  font-weight: 800;
}
.status-green {
  color: #047857;
  font-weight: 800;
}

.scroll-elevator-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #0A0A0A;
  font-weight: 800;
  transition: transform 0.25s ease, color 0.25s ease;
}
.scroll-elevator-hint:hover {
  transform: translateX(-50%) translateY(4px);
  color: #000000;
}
.hint-shaft {
  width: 18px;
  height: 30px;
  border: 2px solid #0A0A0A;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
.hint-car {
  width: 4px;
  height: 8px;
  background: var(--sun-yellow);
  border-radius: 2px;
  animation: hintDescend 1.6s infinite ease-in-out;
}
@keyframes hintDescend {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}
.hint-txt {
  font-family: var(--font-hud);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #0A0A0A;
}
/* ===================================================================
   9. RAKAMLAR VE METRİKLER (ASİMETRİK ŞAŞIRTILMIŞ BLOKLAR)
   =================================================================== */

.metrics-band {
  position: relative;
  padding: 90px 0;
  background: #F8F9FA;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}

.metrics-staggered-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.metric-glass-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.35s var(--ease-elevator);
}
.metric-glass-card:hover {
  transform: translateY(-8px);
  border-color: #D1D5DB;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  background: #FFFFFF;
}

.offset-card-1 { transform: translateY(0); }
.offset-card-2 { transform: translateY(24px); }
.offset-card-3 { transform: translateY(-12px); }
.offset-card-4 { transform: translateY(16px); }

.m-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--sun-yellow-light);
  border: 1px solid rgba(250, 208, 44, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #0A0A0A;
  margin-bottom: 16px;
}

.m-val-wrap {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 6px;
}
.m-counter {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  color: #0A0A0A;
  line-height: 1;
}
.m-plus {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: #D97706;
}

.m-label {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0A0A0A;
  margin-bottom: 6px;
}
.m-desc {
  font-size: 0.98rem;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.6;
}


/* ===================================================================
   10. KURUMSAL & GÜVENLİK (KAT 01) - KESİŞEN DÜZEN
   =================================================================== */

.floor-section {
  position: relative;
  padding: 110px 0;
}

.editorial-header {
  max-width: 680px;
  margin-bottom: 60px;
}

.editorial-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.badge-num {
  font-family: var(--font-hud);
  font-size: 0.72rem;
  font-weight: 900;
  color: #B45309;
}
.badge-title {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: #0A0A0A;
  font-weight: 800;
  letter-spacing: 1px;
}

.editorial-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  color: #0A0A0A;
  line-height: 1.2;
  margin-bottom: 14px;
}

.editorial-desc {
  font-size: 1.14rem;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.75;
}

/* Kesişen Çiftli Plaka Düzeni */
.overlapping-duo-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  align-items: center;
  position: relative;
}

.duo-left-panel {
  padding: 44px;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.duo-right-panel {
  padding: 44px;
  margin-left: -50px;
  z-index: 2;
  background: #FFFFFF;
  border: 1.5px solid var(--sun-yellow);
  box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.08), 0 0 15px rgba(250, 208, 44, 0.15);
}

.panel-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--sun-yellow-light);
  border: 1px solid rgba(250, 208, 44, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #0A0A0A;
  margin-bottom: 16px;
}

.panel-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #92400E;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.panel-h3 {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: #0A0A0A;
  margin: 6px 0 12px;
}

.panel-body {
  font-size: 1.06rem;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}

.panel-spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.spec-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.8rem;
  color: #0A0A0A;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.panel-stat-highlight {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(250, 208, 44, 0.5);
}
.stat-highlight-val {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: #D97706;
}
.stat-highlight-label {
  font-size: 0.88rem;
  color: #0A0A0A;
  font-weight: 800;
}


/* ===================================================================
   11. HİZMETLERİMİZ (KAT 02) - ORGANİK ZİKZAK & ÖRTÜŞEN DÜZEN
   =================================================================== */

.zigzag-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 80px;
  position: relative;
}

.zigzag-left-visual {
  grid-template-columns: 0.9fr 1.1fr;
}

.zigzag-content {
  padding: 44px;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}

.service-floor-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-hud);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 2px;
  color: #B45309;
  margin-bottom: 12px;
}
.pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sun-yellow);
  box-shadow: 0 0 6px var(--sun-yellow);
}

.service-name {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  color: #0A0A0A;
  margin-bottom: 12px;
}

.service-text {
  font-size: 1.08rem;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-check-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-bottom: 24px;
}
.c-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #0A0A0A;
  font-weight: 600;
}
.c-item i {
  color: #0A0A0A;
  font-size: 1rem;
}

/* Örtüşen Görsel/Şema Panelleri — yazı sol kartın altında kalmasın */
.zigzag-visual-overlap {
  position: relative;
  z-index: 3;
}
.zigzag-right-visual .zigzag-visual-overlap {
  margin-left: -18px;
}
.zigzag-left-visual .zigzag-visual-overlap {
  margin-right: -18px;
}

.visual-glass-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-top: 3px solid var(--sun-yellow);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 3;
}

.v-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #0A0A0A;
  font-weight: 800;
  letter-spacing: 1px;
}
.v-card-top i {
  color: #0A0A0A;
}

.v-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #E5E7EB;
  font-size: 0.82rem;
  color: #1F2937;
  font-weight: 700;
  position: relative;
  z-index: 4;
}

/* Radar Grafiği */
.v-radar-graphic {
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radar-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(250, 208, 44, 0.4);
}
.rc-1 { width: 60px; height: 60px; }
.rc-2 { width: 110px; height: 110px; }
.radar-scanner {
  position: absolute;
  width: 140px;
  height: 140px;
  background: conic-gradient(from 0deg, rgba(250, 208, 44, 0.5) 0deg, transparent 60deg);
  border-radius: 50%;
  animation: sunTurn 4s linear infinite;
}
.radar-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--status-emerald);
  box-shadow: 0 0 8px var(--status-emerald);
}
.rd-1 { top: 35px; right: 55px; }
.rd-2 { bottom: 40px; left: 60px; }

/* Enerji Karşılaştırma Barları */
.energy-comparison-bars {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 0;
}
.comp-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-lbl {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #0A0A0A;
  font-weight: 800;
}
.bar-shell {
  width: 100%;
  height: 24px;
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 6px;
}
.old-fill {
  background: #FEE2E2;
  color: #991B1B;
  border: 1px solid #FCA5A5;
}
.new-fill {
  background: linear-gradient(90deg, #FEF08A 0%, var(--sun-yellow) 100%);
  color: #000000;
  font-weight: 900;
}

/* Blueprint Mimari Çizim */
.blueprint-sketch {
  position: relative;
  height: 140px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.65rem;
}

/* Hizmetimizde Olan Projeler Listesi */
.project-types-card .v-card-top {
  margin-bottom: 4px;
}
.project-types-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}
.project-types-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0A0A0A;
  padding: 8px 10px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
}
.project-types-list li i {
  color: #0A0A0A;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.bp-shaft-outline {
  width: 85%;
  height: 90%;
  border: 1.5px dashed #B45309;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px;
  text-align: center;
}
.bp-motor-top {
  background: var(--sun-yellow-light);
  color: #0A0A0A;
  font-weight: 800;
  border: 1px solid rgba(250, 208, 44, 0.6);
  padding: 2px;
  border-radius: 4px;
}
.bp-cabin-box {
  background: #FFFFFF;
  color: #0A0A0A;
  font-weight: 800;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.bp-pit-bottom {
  background: #F3F4F6;
  color: #0A0A0A;
  font-weight: 800;
  border: 1px solid #E5E7EB;
  padding: 2px;
  border-radius: 4px;
}

/* 7/24 Acil Servis Geniş Cam Kokpit */
.emergency-cockpit-block {
  padding: 44px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-left: 4px solid #DC2626;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.alert-pulse-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #B91C1C;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.alert-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EF4444;
  box-shadow: 0 0 8px #EF4444;
  animation: dirPulse 0.9s infinite alternate;
}
.emergency-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: #0A0A0A;
  margin-bottom: 10px;
}
.emergency-desc {
  font-size: 1.02rem;
  color: #1F2937;
  font-weight: 500;
  max-width: 700px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.emergency-action-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.live-coverage-note {
  font-size: 0.88rem;
  color: #0A0A0A;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}


/* ===================================================================
   12. KABİN ÇÖZÜMLERİ (KAT 03) - VİTRİN
   =================================================================== */

.cabins-editorial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cabin-col-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: transform 0.35s var(--ease-elevator), border-color 0.35s var(--ease-elevator), box-shadow 0.35s var(--ease-elevator);
  opacity: 1;
  color: #1F2937;
}
.cabin-col-card:hover {
  transform: translateY(-8px);
  border-color: #D1D5DB;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

.cabin-col-card.featured-cabin {
  border: 1.5px solid var(--sun-yellow);
  background: #FFFFFF;
  box-shadow: 0 4px 12px -2px rgba(250, 208, 44, 0.25), 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.cabin-badge-gold {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 900;
  color: #92400E;
  letter-spacing: 1.5px;
}
.cabin-badge-sub {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #0A0A0A;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.cabin-avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--sun-yellow-light);
  border: 1px solid rgba(250, 208, 44, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #0A0A0A;
}

.c-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: #0A0A0A;
}

.c-info {
  font-size: 1rem;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.6;
  flex: 1;
}

.c-meta {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #0A0A0A;
  font-weight: 800;
  padding: 8px 12px;
  background: #F3F4F6;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
}


/* ===================================================================
   13. TEKNOLOJİ (KAT 04) - S-CURVE GÖSTERİMİ
   =================================================================== */

.tech-showcase-panel {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 40px;
  padding: 48px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.s-curve-graphic {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.sc-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #92400E;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.sc-svg {
  width: 100%;
  height: auto;
}
.sc-legend {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #0A0A0A;
  font-weight: 800;
}

.tech-h3 {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  color: #0A0A0A;
  margin-bottom: 12px;
}

.tech-p {
  font-size: 1.1rem;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 24px;
}

.tech-pill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.t-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--sun-yellow-light);
  border: 1px solid rgba(250, 208, 44, 0.5);
  color: #0A0A0A;
  font-size: 0.84rem;
  font-weight: 800;
}
.t-pill i {
  color: #0A0A0A;
}


/* ===================================================================
   14. İLETİŞİM & TEKLİF FORMU (KAT 05) - DOKUNSAL KONSOL
   =================================================================== */

.contact-asym-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: stretch;
}

.contact-info-chassis {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.info-sub-brand {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #92400E;
  font-weight: 800;
  letter-spacing: 2px;
}

.info-h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: #0A0A0A;
  margin: 6px 0;
}

.info-desc {
  font-size: 1.05rem;
  color: #1F2937;
  font-weight: 600;
}

.info-rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.info-circle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--sun-yellow-light);
  border: 1px solid rgba(250, 208, 44, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A0A0A;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.alert-c {
  background: #FEE2E2;
  border-color: #FCA5A5;
  color: #DC2626;
}

.i-title {
  display: block;
  font-size: 0.72rem;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}

.i-value {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0A0A0A;
  display: block;
}
.phone-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.phone-hotline {
  color: #0A0A0A !important;
  font-weight: 900 !important;
  font-size: 1.05rem !important;
  text-decoration: none;
}
.phone-hotline:hover {
  color: var(--sun-yellow-dark) !important;
}

.info-guarantee-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--sun-yellow-light);
  border: 1px solid rgba(250, 208, 44, 0.5);
  border-radius: 10px;
  font-size: 0.84rem;
  color: #0A0A0A;
  font-weight: 800;
}
.info-guarantee-badge i {
  color: #0A0A0A;
  font-size: 1.2rem;
}

/* Sağ Form Paneli */
.contact-form-chassis {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.form-title-wrap {
  margin-bottom: 22px;
}
.form-h3 {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 800;
  color: #0A0A0A;
  margin-bottom: 4px;
}
.form-sub {
  font-size: 1rem;
  color: #1F2937;
  font-weight: 600;
}

.tactile-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tactile-input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tactile-input-group label {
  font-size: 0.84rem;
  font-weight: 800;
  color: #0A0A0A;
}

.tactile-field {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid #D1D5DB;
  border-radius: 10px;
  padding: 0 14px;
  transition: all 0.22s ease;
}
.tactile-field i {
  color: #0A0A0A;
  font-size: 1rem;
  margin-right: 10px;
}
.tactile-field input,
.tactile-field select,
.tactile-field textarea {
  width: 100%;
  padding: 12px 0;
  color: #0A0A0A;
  font-size: 0.92rem;
  font-weight: 600;
}
.tactile-field input::placeholder,
.tactile-field textarea::placeholder {
  color: #6B7280;
  font-weight: 500;
}

.tactile-field:focus-within {
  border-color: #0A0A0A;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(250, 208, 44, 0.35);
}
.tactile-field:focus-within i {
  color: #B45309;
}

.select-field select option {
  background: #FFFFFF;
  color: #0A0A0A;
}

.textarea-field {
  align-items: flex-start;
  padding-top: 12px;
}
.textarea-field i {
  margin-top: 4px;
}
.textarea-field textarea {
  resize: vertical;
  min-height: 85px;
}

.field-error {
  font-size: 0.75rem;
  color: #DC2626;
  font-weight: 700;
  display: none;
}
.has-error .tactile-field {
  border-color: #DC2626;
}
.has-error .field-error {
  display: block;
}

.tactile-checkbox-wrap {
  margin-top: 4px;
}
.glass-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.glass-checkbox input {
  position: absolute;
  opacity: 0;
}
.box-mark {
  width: 18px;
  height: 18px;
  border: 2px solid #374151;
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
}
.glass-checkbox input:checked ~ .box-mark {
  background: var(--sun-yellow);
  border-color: #000000;
}
.glass-checkbox input:checked ~ .box-mark::after {
  content: '✓';
  color: #000000;
  font-weight: 900;
  font-size: 0.8rem;
}
.box-txt {
  font-size: 0.82rem;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.45;
}

/* Gönder Butonu */
.form-submit-row {
  margin-top: 8px;
}
.submit-btn-full {
  width: 100%;
}
.submit-btn-full .btn-face {
  width: 100%;
  padding: 15px 24px;
  background: linear-gradient(135deg, #FEF08A 0%, var(--sun-yellow) 50%, var(--sun-yellow-warm) 100%);
  color: #000000 !important;
  font-weight: 700 !important;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.8),
    inset 0 -2px 4px rgba(180, 83, 9, 0.3);
}
.submit-btn-full .btn-face * {
  color: #000000 !important;
  font-weight: 700 !important;
}

.submit-loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-top-color: transparent;
  border-radius: 50%;
  animation: sunTurn 0.8s linear infinite;
}

.submit-btn-full.loading .submit-text,
.submit-btn-full.loading .submit-icon {
  display: none;
}
.submit-btn-full.loading .submit-loader {
  display: block;
}

.form-toast-alert {
  display: none;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0.88rem;
  margin-top: 10px;
}
.form-toast-alert.success {
  display: block;
  background: #ECFDF5;
  border: 1px solid var(--status-emerald);
  color: #065F46;
  font-weight: 700;
}
.form-toast-alert.error {
  display: block;
  background: #FEF2F2;
  border: 1px solid var(--status-alert);
  color: #991B1B;
  font-weight: 700;
}


/* ===================================================================
   15. FOOTER (AYDINLIK TEMA - TEMİZ BEYAZ TABAN & BELİRGİN SİYAH METİNLER)
   =================================================================== */

.footer {
  position: relative;
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.02);
  padding: 70px 0 28px;
  color: #1F2937;
}

.footer-top-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

.f-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.f-sun-icon {
  font-size: 1.6rem;
  color: #0A0A0A;
}
.f-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0A0A0A;
}

.f-about {
  font-size: 0.9rem;
  color: #1F2937;
  font-weight: 500;
  line-height: 1.6;
  max-width: 320px;
}

.f-heading {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0A0A0A;
  margin-bottom: 16px;
}

.footer-nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav-col a {
  font-size: 0.88rem;
  color: #1F2937;
  font-weight: 600;
}
.footer-nav-col a:hover {
  color: #0A0A0A;
  transform: translateX(4px);
}

.f-phone {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0A0A0A;
  margin-bottom: 6px;
}
.f-address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  color: #0A0A0A;
  font-weight: 600;
  line-height: 1.5;
}
.f-address i {
  color: var(--sun-yellow-dark);
  margin-top: 3px;
  flex-shrink: 0;
}
.f-phone-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 14px;
  padding: 0;
}
.f-phone-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.f-phone-list li > i {
  color: var(--sun-yellow-dark);
  margin-top: 4px;
  flex-shrink: 0;
}
.f-phone-label {
  display: block;
  font-size: 0.72rem;
  color: #374151;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.f-phone-link {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0A0A0A;
}
.f-phone-link:hover,
.f-phone.phone-hotline:hover {
  color: var(--sun-yellow-dark);
}
.f-phone.phone-hotline {
  display: block;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 900;
  color: #0A0A0A;
}
.f-mail, .f-domain {
  font-size: 0.88rem;
  color: #1F2937;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-bottom-row {
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.84rem;
  color: #374151;
  font-weight: 600;
}

.f-legal {
  display: flex;
  align-items: center;
  gap: 12px;
}
.f-legal a {
  color: #374151;
  font-weight: 600;
}
.f-legal a:hover {
  color: #0A0A0A;
}


/* ===================================================================
   16. FLOATING DOKUNSAL "KATA ÇIK / LOBİ" BUTONU
   =================================================================== */

.tactile-floor-top-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s var(--ease-elevator);
}

.tactile-floor-top-btn .btn-bezel {
  border-radius: 16px;
}

.tactile-floor-top-btn .btn-face {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #FEF08A 0%, var(--sun-yellow) 100%);
  border: 1.5px solid #000000;
  color: #000000 !important;
  font-weight: 800 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 2px;
  box-shadow: 
    0 0 20px rgba(250, 208, 44, 0.5),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
}
.tactile-floor-top-btn .btn-face * {
  color: #000000 !important;
  font-weight: 800 !important;
}

.tactile-floor-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tactile-floor-top-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 0 35px rgba(250, 208, 44, 0.8);
}
.tactile-floor-top-btn:hover .btn-face {
  background: linear-gradient(135deg, var(--sun-yellow) 0%, var(--sun-yellow-warm) 100%);
}

.btn-subtext {
  font-family: var(--font-hud);
  font-size: 0.52rem;
  font-weight: 800;
}
.btn-floor-tag {
  font-family: var(--font-hud);
  font-size: 0.72rem;
  font-weight: 900;
}


/* ===================================================================
   16B. PROJELERİMİZ & RESİM GALERİSİ (KAT 04)
   =================================================================== */

.gallery-stage {
  background: #F8F9FA;
}

.projects-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* lg:grid-cols-3 */
  gap: 1.5rem; /* gap-6 */
}

.gallery-item {
  position: relative;
  margin: 0;
  border-radius: 0.75rem; /* rounded-xl */
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item img,
.gallery-item .gallery-img {
  width: 100%; /* w-full */
  height: 18rem; /* h-72 */
  object-fit: cover; /* object-cover */
  display: block;
  border-radius: 0.75rem; /* rounded-xl */
  transition: transform 0.3s ease; /* duration-300 */
}
.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px 14px;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, 0.82) 100%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  pointer-events: none;
}
.gallery-item .g-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--sun-yellow);
}
.gallery-item strong {
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
}
.gallery-item:hover img,
.gallery-item:hover .gallery-img {
  transform: scale(1.05); /* scale-105 */
}
.gallery-item:hover {
  border-color: #D1D5DB;
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
}


/* ===================================================================
   17. DUYARLI TASARIM (RESPONSIVE BREAKPOINTS)
   =================================================================== */

@media (max-width: 1120px) {
  .elevator-scroll-hud {
    right: 12px;
    transform: translateY(-50%) scale(0.9);
  }
  .brand-logo {
    height: 4rem; /* md:h-16 */
  }
  .brand-name {
    font-size: 1.55rem;
  }
  .navbar.scrolled .brand-name {
    font-size: 1.3rem;
  }
  .navbar.scrolled .brand-logo {
    height: 3.25rem;
  }
  .nav-container {
    gap: 14px;
  }
}

/* xl (1280px) altı: hamburger — 13" laptop dahil üst üste binmeyi önler */
@media (max-width: 1279px) {
  .nav-container {
    display: flex;
    gap: 12px;
    max-width: min(1536px, 96%);
  }
  .nav-brand {
    flex: 1 1 auto;
    margin-right: 0;
  }
  .elevator-scroll-hud {
    display: none;
  }
  .nav-nav {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
    padding: 24px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s var(--ease-elevator);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    flex: none;
  }
  .nav-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 16px;
  }
  .nav-link {
    font-size: 1rem;
  }
  .nav-actions {
    flex: 0 0 auto;
  }
  .emergency-pill {
    display: none;
  }
  /* Mobil/tablet: Teklif Alın gizle — yalnız logo + hamburger */
  .nav-actions .nav-btn {
    display: none;
  }
  .menu-burger {
    display: flex;
  }
}

@media (max-width: 868px) {
  :root {
    --nav-height: 72px;
  }
  .brand-logo {
    height: 3rem; /* h-12 — mobil */
  }
  .brand-name {
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    gap: 0.28em;
  }
  .navbar.scrolled {
    --nav-height: 64px;
  }
  .navbar.scrolled .brand-logo {
    height: 2.5rem;
  }
  .navbar.scrolled .brand-name {
    font-size: 1rem;
  }
  .preloader-screen {
    margin: 0 10px;
  }
  .screen-floor {
    font-size: 1.8rem;
  }
  .preloader-leds {
    display: none;
  }
}

@media (max-width: 992px) {
  /* Hero: navbar altından ferah boşluk (masaüstü padding'e dokunulmaz) */
  .hero-stage {
    padding-top: calc(var(--nav-height) + 7rem); /* ~pt-28 */
    justify-content: flex-start;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .hero-left-block {
    align-items: center;
  }
  .hero-right-block {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .hero-lead {
    margin: 0 auto;
  }
  .hero-action-cluster,
  .hero-trust-row {
    justify-content: center;
  }
  .cockpit-glass-chassis,
  .cabin-sim-chassis {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .cabin-sim-stage {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }
  .cabin-sim-building {
    width: 100%;
    max-width: 100%;
    height: min(360px, 55vw);
  }
  .cabin-sim-readout {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }
  .campaign-flash-badge {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .projects-gallery-grid {
    grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
  }
  .project-types-list {
    grid-template-columns: 1fr;
  }

  .metrics-staggered-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offset-card-1, .offset-card-2, .offset-card-3, .offset-card-4 {
    transform: none;
  }

  .overlapping-duo-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .duo-right-panel {
    margin-left: 0;
  }

  .zigzag-block,
  .zigzag-left-visual {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .zigzag-right-visual .zigzag-visual-overlap,
  .zigzag-left-visual .zigzag-visual-overlap {
    margin: 0;
  }

  .cabins-editorial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-showcase-panel {
    grid-template-columns: 1fr;
  }

  .contact-asym-layout {
    grid-template-columns: 1fr;
  }

  .footer-top-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .hero-heading {
    font-size: 2.1rem;
  }
  .hero-stage {
    padding-top: calc(var(--nav-height) + 6.5rem);
  }
  .cabin-sim-chassis {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }
  .cabin-sim-building {
    height: min(300px, 70vw);
  }
  .hero-action-cluster {
    flex-direction: column;
    width: 100%;
  }
  .tactile-hero-btn {
    width: 100%;
  }
  .primary-tactile .btn-face,
  .secondary-tactile .btn-face {
    width: 100%;
    justify-content: center;
  }

  .metrics-staggered-grid {
    grid-template-columns: 1fr;
  }
  .cabins-editorial-grid {
    grid-template-columns: 1fr;
  }
  .projects-gallery-grid {
    grid-template-columns: 1fr; /* grid-cols-1 */
  }
  .form-split {
    grid-template-columns: 1fr;
  }
  .footer-top-row {
    grid-template-columns: 1fr;
  }
  .preloader-foot-note {
    display: none;
  }
}
