/* ==========================================================================
   KLJUČ — EXECUTIVE AUTOMOTIVE PRECISION DESIGN SYSTEM
   Paleta: Deep Obsidian-Slate (#0a0e17) + Precision Amber (#f59e0b) + Neon Cyan (#38bdf8) + Pure Titanium White
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

:root {
  /* Osnovne pozadine - Duboka grafitno-tamna tema sa slojevima osvetljenja */
  --bg-main: #0a0e17;
  --bg-surface: #111726;
  --bg-surface-elevated: #161f33;
  --bg-card: rgba(18, 26, 43, 0.82);
  --bg-card-hover: rgba(28, 39, 64, 0.92);
  --bg-card-solid: #151d2f;
  --bg-input: #0f1624;

  /* Prefinjene linije i ivice */
  --line: rgba(255, 255, 255, 0.1);
  --line-light: rgba(255, 255, 255, 0.18);
  --line-focus: rgba(245, 158, 11, 0.55);

  /* Tipografija i tekst sa visokim kontrastom */
  --text-main: #ffffff;
  --text-secondary: #e2e8f0;
  --text-muted: #94a3b8;
  --text-subtle: #64748b;

  /* Precizni akcenti */
  --primary: #f59e0b;
  --primary-hover: #d97706;
  --primary-glow: rgba(245, 158, 11, 0.35);
  --primary-subtle: rgba(245, 158, 11, 0.14);

  /* Neon laserski cijan */
  --neon-cyan: #38bdf8;
  --neon-cyan-glow: rgba(56, 189, 248, 0.28);
  --neon-cyan-subtle: rgba(56, 189, 248, 0.12);

  /* WhatsApp zelena */
  --whatsapp: #25d366;
  --whatsapp-hover: #20ba5a;

  /* Dimenzije */
  --max-width: 1220px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Fontovi */
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Senke */
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 12px 36px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.65);
}

/* ==========================================================================
   RESET I OSNOVA
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-secondary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

/* ==========================================================================
   PREFINJENA LASERSKA POZADINA (CNC LASER CARVING ANIMACIJA)
   ========================================================================== */
.thematic-bg-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-color: var(--bg-main);
  background-image: 
    radial-gradient(ellipse 90% 60% at 15% 10%, rgba(37, 99, 235, 0.16) 0%, transparent 65%),
    radial-gradient(ellipse 75% 55% at 85% 25%, rgba(245, 158, 11, 0.15) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 50% 85%, rgba(14, 165, 233, 0.13) 0%, transparent 70%),
    radial-gradient(circle at 50% 40%, rgba(245, 158, 11, 0.05) 0%, transparent 50%);
}

.laser-canvas-wrap {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.laser-key-ambient-1 {
  position: absolute;
  top: 4%;
  right: -3%;
  width: min(92vw, 980px);
  transform: rotate(-14deg);
  opacity: 0.38;
  filter: drop-shadow(0 0 12px rgba(245, 158, 11, 0.45));
  transition: opacity 0.3s ease;
}

.laser-key-ambient-2 {
  position: absolute;
  top: 52%;
  left: -5%;
  width: min(82vw, 840px);
  transform: rotate(12deg);
  opacity: 0.28;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.35));
}

/* Statične bazne linije */
.laser-base-trace {
  stroke: rgba(245, 158, 11, 0.35);
  stroke-width: 1.4;
}

.laser-sub-trace {
  stroke: rgba(56, 189, 248, 0.45);
  stroke-width: 1.3;
  stroke-linecap: round;
}

/* Glavna laserska kontura koja se kontinualno iscrtava */
.laser-active-beam {
  stroke: #f59e0b;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600 900;
  stroke-dashoffset: 1500;
  animation: laserCarveContinuous 10s linear infinite;
  filter: drop-shadow(0 0 6px #f59e0b) drop-shadow(0 0 18px rgba(245, 158, 11, 0.6));
}

.laser-wave-groove {
  stroke: #38bdf8;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 260 420;
  stroke-dashoffset: 680;
  animation: laserCarveWave 7s linear infinite;
  filter: drop-shadow(0 0 8px #38bdf8);
}

.laser-blade-teeth {
  stroke: rgba(253, 224, 71, 0.65);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.laser-active-chip {
  stroke: #38bdf8;
  stroke-width: 1.8;
  animation: pulseLaserChip 3s ease-in-out infinite alternate;
}

.laser-pulse-dot {
  fill: #f59e0b;
  animation: pulseLaserPoint 2.2s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 10px #f59e0b);
}

.laser-pulse-dot-cyan {
  fill: #38bdf8;
  animation: pulseLaserPoint 1.8s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 10px #38bdf8);
}

@keyframes laserCarveContinuous {
  0% {
    stroke-dashoffset: 3000;
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.3;
  }
}

@keyframes laserCarveWave {
  0% {
    stroke-dashoffset: 1360;
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.4;
  }
}

@keyframes pulseLaserPoint {
  0% {
    r: 3.5;
    opacity: 0.5;
  }
  100% {
    r: 6.5;
    opacity: 1;
  }
}

@keyframes pulseLaserChip {
  0% {
    opacity: 0.3;
    stroke-dasharray: 4 8;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 12 4;
  }
}

/* Linija progresa pri skrolovanju */
.scroll-progress-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.05);
}

.scroll-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--primary);
  box-shadow: 0 0 10px var(--primary);
  transition: width 0.05s ease-out;
}

/* Tipografija */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-main);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

button, input, textarea, select {
  font-family: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(var(--max-width), calc(100% - 40px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

/* Monohromatske ikone (SVG) */
.icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.icon-sm {
  width: 15px;
  height: 15px;
}

.icon-lg {
  width: 22px;
  height: 22px;
}

/* ==========================================================================
   DUGMAD I BEDŽEVI
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  user-select: none;
  touch-action: manipulation;
}

.btn-primary {
  background: var(--primary);
  color: #0a0e17;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
}

.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(245, 158, 11, 0.45);
}

.btn-glow {
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.35);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  border: 1px solid var(--line-light);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-whatsapp {
  background: rgba(37, 211, 102, 0.12);
  color: #4ade80;
  border: 1px solid rgba(37, 211, 102, 0.3);
  font-weight: 600;
}

.btn-whatsapp:hover {
  background: var(--whatsapp);
  color: #0a0e17;
  border-color: var(--whatsapp);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  transform: translateY(-1px);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 13px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 12px;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-light);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.live-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 8px var(--primary);
}

/* ==========================================================================
   NAVIGACIJA
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(30, 42, 68, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled {
  background: rgba(24, 34, 58, 0.98);
  border-bottom: 1px solid rgba(245, 158, 11, 0.35);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.6);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 20px;
}

/* Leva 1/3: Logo i brend sa visokom vidljivošću i luksuznim bedžom */
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: #ffffff;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 12px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand:hover .brand-logo-wrap {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(245, 158, 11, 0.1) 100%);
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 20px rgba(245, 158, 11, 0.3);
  transform: translateY(-1px);
}

.brand-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand:hover .brand-logo-img {
  transform: scale(1.04);
}

.brand-title {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.brand-sub {
  font-size: 10.5px;
  color: var(--primary);
  font-family: var(--font-mono);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Desne 2/3: Navigaciona dugmad sa dropdown menijima */
.nav-buttons-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.nav-dropdown-item {
  position: relative;
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-light);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
  font-family: var(--font-heading);
}

.nav-btn .nav-caret {
  font-size: 10px;
  transition: transform 0.2s ease;
  color: var(--text-muted);
}

.nav-btn:hover,
.nav-dropdown-item:hover .nav-btn,
.nav-dropdown-item.open .nav-btn {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.4);
  color: #ffffff;
}

.nav-dropdown-item:hover .nav-btn .nav-caret,
.nav-dropdown-item.open .nav-btn .nav-caret {
  transform: rotate(180deg);
  color: var(--primary);
}

.nav-btn-highlight {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(217, 119, 6, 0.1) 100%);
  border-color: rgba(245, 158, 11, 0.45);
  color: #fbbf24;
}

.nav-btn-highlight:hover {
  background: var(--primary);
  color: #0a0e17;
  border-color: var(--primary);
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.4);
}

/* Floating Dropdown Menus */
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 290px;
  background: rgba(14, 20, 34, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: var(--radius-md);
  padding: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7), 0 0 25px rgba(245, 158, 11, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1200;
  pointer-events: none;
}

.nav-dropdown-item:hover .nav-dropdown-menu,
.nav-dropdown-item.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border-left: 2.5px solid transparent;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-dropdown-link strong {
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: -0.01em;
  transition: color 0.18s ease;
}

.nav-dropdown-link small {
  font-size: 11.5px;
  color: var(--text-muted);
  line-height: 1.25;
  transition: color 0.18s ease;
}

.nav-dropdown-link:hover {
  background: rgba(245, 158, 11, 0.08);
  border-left-color: var(--primary);
  padding-left: 18px;
}

.nav-dropdown-link:hover strong {
  color: #fbbf24;
}

.nav-dropdown-link:hover small {
  color: #e2e8f0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: var(--primary);
  transition: all 0.2s ease;
  text-decoration: none;
}

.nav-icon-btn:hover {
  background: var(--primary);
  color: #0a0e17;
  box-shadow: 0 0 18px var(--primary-glow);
  transform: translateY(-2px);
}

.nav-call-mobile {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: var(--primary);
  color: #0a0e17;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.35);
}

/* ==========================================================================
   HERO SEKCIJA
   ========================================================================== */
.hero {
  padding-top: 135px;
  padding-bottom: 70px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero-title {
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin-block: 16px 20px;
  color: #ffffff;
}

.hero-title span.accent {
  color: var(--primary);
  text-shadow: 0 0 24px rgba(245, 158, 11, 0.4);
}

.hero-desc {
  font-size: clamp(15px, 1.6vw, 17px);
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 28px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-metric-item strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.hero-metric-item span {
  font-size: 12px;
  color: var(--text-muted);
}

/* Hero Showcase Card */
.hero-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card-solid);
  border: 1px solid var(--line-light);
  box-shadow: var(--shadow-lg);
}

.hero-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.hero-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 14, 23, 0.05) 0%, rgba(10, 14, 23, 0.88) 100%);
  pointer-events: none;
}

.hero-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(10, 14, 23, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line-light);
  padding: 6px 14px;
  border-radius: var(--radius-md);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-card-footer {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(17, 23, 38, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line-light);
  padding: 14px 18px;
  border-radius: var(--radius-md);
}

.hero-card-footer strong {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.hero-card-footer small {
  font-size: 12px;
  color: var(--text-muted);
}

/* ==========================================================================
   BAR PREDNOSTI
   ========================================================================== */
.trust-bar {
  padding-block: 24px;
  background: rgba(17, 23, 38, 0.7);
  backdrop-filter: blur(14px);
  border-block: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.trust-item strong {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}

.trust-item span {
  font-size: 12px;
  color: var(--text-muted);
}

/* ==========================================================================
   HERO PRATEĆI PARAGRAF POVERENJA
   ========================================================================== */
.hero-trust-paragraph {
  margin-top: 24px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.hero-trust-paragraph strong {
  color: #ffffff;
  font-weight: 700;
}

.hero-trust-paragraph em {
  color: var(--text-muted);
  font-style: italic;
  margin-right: 8px;
}

/* ==========================================================================
   FOTO-KARTICE ZA SEKCIJE "USLUGE" I "OSTALO"
   ========================================================================== */
.photo-cards-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.photo-cards-grid-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.photo-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 28px;
  border: 1px solid var(--line);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--bg-surface);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.photo-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
  filter: brightness(0.82) contrast(1.05);
}

.photo-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 14, 23, 0.15) 0%, rgba(10, 14, 23, 0.72) 42%, rgba(10, 14, 23, 0.97) 100%);
  transition: background 0.35s ease;
}

.photo-card-content {
  position: relative;
  z-index: 2;
}

.photo-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(10, 14, 23, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.photo-card-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.photo-card-desc {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 95%;
}

.photo-card-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  transition: gap 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.photo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 158, 11, 0.25);
}

.photo-card:hover .photo-card-bg {
  transform: scale(1.08);
  filter: brightness(1) contrast(1.1);
}

.photo-card:hover .photo-card-overlay {
  background: linear-gradient(180deg, rgba(10, 14, 23, 0.1) 0%, rgba(10, 14, 23, 0.65) 38%, rgba(10, 14, 23, 0.95) 100%);
}

.photo-card:hover .photo-card-action {
  gap: 10px;
  color: #fbbf24;
  transform: translateX(2px);
}

/* ==========================================================================
   VIZUELNI HIGHLIGHT / PULS EFEKAT KADA SE SKROLUJE NA ELEMENT
   ========================================================================== */
.target-highlight {
  animation: targetCardPulse 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  scroll-margin-top: 110px;
}

@keyframes targetCardPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.9), 0 0 40px rgba(245, 158, 11, 0.7);
    border-color: #f59e0b;
    transform: scale(1.025);
  }
  35% {
    box-shadow: 0 0 0 8px rgba(245, 158, 11, 0.45), 0 0 50px rgba(245, 158, 11, 0.55);
    border-color: #f59e0b;
    transform: scale(1.025);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(245, 158, 11, 0.08), 0 0 25px rgba(245, 158, 11, 0.3);
    border-color: rgba(245, 158, 11, 0.6);
  }
  100% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    border-color: var(--line);
    transform: scale(1);
  }
}

/* ==========================================================================
   NOVA CENTRIRANA KONTAKT SEKCIJA
   ========================================================================== */
.contact-centered-wrap {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.contact-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.contact-card {
  background: rgba(17, 23, 38, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}

.contact-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 20px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.contact-card-icon svg {
  width: 24px;
  height: 24px;
}

.contact-card-label {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-family: var(--font-mono);
}

.contact-card-val {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  word-break: break-word;
  line-height: 1.35;
}

.contact-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 24px var(--primary-glow);
  background: rgba(24, 33, 54, 0.95);
}

.contact-card:hover .contact-card-icon {
  background: var(--primary);
  color: #0a0e17;
  box-shadow: 0 0 16px var(--primary-glow);
  transform: scale(1.08);
}

/* Interaktivni Google Map Box */
.map-showcase-box {
  margin-top: 40px;
  background: rgba(17, 24, 39, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 158, 11, 0.12);
  text-align: left;
}

.map-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: rgba(26, 36, 60, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  gap: 16px;
  flex-wrap: wrap;
}

.map-location-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: #ffffff;
  font-weight: 700;
}

.map-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
  background: #0d131f;
}

.map-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  filter: contrast(1.06) saturate(1.1) brightness(0.95);
}

.map-footer-notes {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px 24px;
  background: rgba(13, 19, 31, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 20px;
  flex-wrap: wrap;
}

.map-note-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-secondary);
}

@media (max-width: 768px) {
  .map-header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .map-footer-notes {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .map-iframe-wrapper {
    height: 290px;
  }
}

/* ==========================================================================
   SEKCIJE COMMONS
   ========================================================================== */
.section {
  padding-block: 84px;
  position: relative;
  z-index: 1;
}

.section-head {
  margin-bottom: 40px;
}

.section-head.center {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}

.section-title {
  font-size: clamp(28px, 3.2vw, 40px);
  margin-bottom: 12px;
  color: #ffffff;
}

.section-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   INTERAKTIVNI SMART KALKULATOR — REDIZAJNIRAN ZA MOBILE & DESKTOP
   ========================================================================== */
.calc-wrapper {
  background: rgba(17, 24, 39, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: stretch;
}

.calc-left {
  display: flex;
  flex-direction: column;
}

.calc-step-badge {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-subtle);
  border: 1px solid rgba(245, 158, 11, 0.25);
  padding: 3px 10px;
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.calc-heading {
  font-size: 22px;
  margin-bottom: 4px;
}

.calc-subheading {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.calc-field {
  margin-bottom: 22px;
}

.calc-field-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calc-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.calc-step-num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  color: #0a0e17;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-field-hint {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--text-muted);
}

/* Brzi izbor marki (Pills / Dugmad) */
.calc-quick-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.quick-brand-btn {
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  touch-action: manipulation;
}

.quick-brand-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--line-light);
  color: #ffffff;
}

.quick-brand-btn.active {
  background: var(--primary);
  color: #0a0e17;
  border-color: var(--primary);
  font-weight: 800;
  box-shadow: 0 0 12px var(--primary-glow);
}

/* Stilizovan select omotač */
.calc-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.calc-select-icon {
  position: absolute;
  left: 14px;
  pointer-events: none;
  color: var(--primary);
  display: flex;
  align-items: center;
}

.calc-select-arrow {
  position: absolute;
  right: 14px;
  pointer-events: none;
  color: var(--text-muted);
  font-size: 12px;
}

.calc-select, .calc-input {
  width: 100%;
  padding: 13px 36px 13px 44px;
  border-radius: var(--radius-sm);
  background: var(--bg-input);
  border: 1px solid var(--line-light);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calc-select:focus, .calc-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-subtle);
}

.calc-select option {
  background-color: #111726;
  color: #ffffff;
  padding: 10px;
}

/* Segmentirane interaktivne kartice usluga */
.calc-service-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.service-tile {
  background: rgba(15, 22, 36, 0.85);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  user-select: none;
  touch-action: manipulation;
  position: relative;
}

.service-tile:hover {
  background: rgba(26, 36, 58, 0.95);
  border-color: var(--line-light);
  transform: translateY(-1px);
}

.service-tile.active {
  background: rgba(245, 158, 11, 0.1);
  border-color: var(--primary);
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.2), inset 0 0 0 1px var(--primary);
}

.service-tile-icon {
  font-size: 20px;
}

.service-tile-text strong {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1.25;
}

.service-tile-text span {
  font-size: 11px;
  color: var(--text-muted);
  display: block;
}

.service-tile-badge {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-secondary);
}

.service-tile.active .service-tile-badge {
  background: var(--primary);
  color: #0a0e17;
}

.service-tile-badge.badge-urgent {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.service-tile-badge.badge-save {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.25);
}

/* Desna HUD kartica sa rezultatom */
.calc-result-card {
  background: linear-gradient(145deg, rgba(16, 23, 38, 0.95) 0%, rgba(10, 14, 23, 0.98) 100%);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 158, 11, 0.08);
  position: relative;
  overflow: hidden;
}

.calc-result-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.calc-hud-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  gap: 10px;
}

.calc-hud-status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hud-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulseLiveDot 1.8s infinite;
}

@keyframes pulseLiveDot {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 4px #22c55e;
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 12px #22c55e;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 4px #22c55e;
  }
}

.hud-status-text {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}

.calc-time-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  background: var(--primary-subtle);
  color: var(--primary);
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.calc-selected-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--neon-cyan);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.calc-result-info h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.calc-result-info p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.calc-perks-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.calc-perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-secondary);
}

.calc-result-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ==========================================================================
   PROBLEM-FIRST KARTICE
   ========================================================================== */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.problem-item {
  background: rgba(17, 23, 38, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  cursor: pointer;
  touch-action: manipulation;
}

.problem-item:hover {
  background: rgba(28, 39, 64, 0.95);
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(245, 158, 11, 0.1);
}

.problem-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.problem-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
}

.problem-arrow-icon {
  font-size: 15px;
  color: var(--text-muted);
  transition: transform 0.2s ease, color 0.2s ease;
}

.problem-item:hover .problem-arrow-icon {
  color: var(--primary);
  transform: translate(2px, -2px);
}

.problem-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #ffffff;
}

.problem-item p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   FOTO GALERIJA: RADIONICA I OPREMA
   ========================================================================== */
.gallery-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-layout .gallery-wide {
  grid-column: span 2;
}

.gallery-box {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-card-solid);
  border: 1px solid var(--line);
  height: 310px;
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-box:hover img {
  transform: scale(1.04);
}

.gallery-box-caption {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 14, 23, 0.1) 0%, rgba(10, 14, 23, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}

.gallery-cat {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  background: rgba(245, 158, 11, 0.15);
  color: var(--primary);
  border: 1px solid rgba(245, 158, 11, 0.3);
  margin-bottom: 8px;
}

.gallery-box-caption h4 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #ffffff;
}

.gallery-box-caption p {
  font-size: 12px;
  color: var(--text-secondary);
}

/* ==========================================================================
   SEKCIJA USLUGE + TEHNIČKI PREGLED
   ========================================================================== */
.services-split {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 36px;
  align-items: start;
}

.tech-preview-box {
  background: rgba(15, 22, 36, 0.9);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  padding: 22px;
  margin-top: 24px;
  box-shadow: var(--shadow-sm);
}

.tech-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
  font-size: 12px;
  font-family: var(--font-mono);
  font-weight: 700;
}

.tech-preview-line {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 4px;
  color: #ffffff;
}

.service-grid-compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-card-compact {
  background: rgba(17, 23, 38, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  touch-action: manipulation;
}

.service-card-compact:hover {
  border-color: var(--primary);
  background: rgba(28, 39, 64, 0.95);
  transform: translateY(-2px);
}

.service-card-compact strong {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 4px;
}

.service-card-compact p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ==========================================================================
   PROCES RADA
   ========================================================================== */
.process-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-step-item {
  background: rgba(17, 23, 38, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px 20px;
}

.step-number {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 12px;
}

.process-step-item h4 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #ffffff;
}

.process-step-item p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   GLAVNA FORMA (POŠALJI SLIKU KLJUČA)
   ========================================================================== */
.lead-card {
  background: rgba(17, 24, 39, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-md);
}

.lead-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}

.compare-box {
  background: rgba(10, 14, 23, 0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px;
  margin-top: 20px;
}

.compare-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--text-muted);
}

.compare-panes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.compare-pane {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.compare-pane small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 2px;
}

.compare-pane strong {
  font-size: 12px;
  color: #ffffff;
}

.quick-chat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.form-row {
  margin-bottom: 16px;
}

.form-row label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.form-control {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  background: var(--bg-input);
  border: 1px solid var(--line-light);
  color: #ffffff;
  font-size: 15px;
  transition: all 0.2s ease;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-subtle);
}

.photo-uploader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px;
  border: 1.5px dashed rgba(245, 158, 11, 0.4);
  border-radius: var(--radius-sm);
  background: rgba(245, 158, 11, 0.03);
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  touch-action: manipulation;
}

.photo-uploader:hover {
  border-color: var(--primary);
  background: rgba(245, 158, 11, 0.08);
}

.photo-preview {
  display: none;
  margin-top: 12px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  max-height: 160px;
  border: 1px solid var(--primary);
}

.photo-preview img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* ==========================================================================
   MARKE VOZILA (PILLS)
   ========================================================================== */
.brand-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.brand-pill {
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
  touch-action: manipulation;
}

.brand-pill:hover {
  background: var(--primary-subtle);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ==========================================================================
   FAQ HARMONIKA
   ========================================================================== */
.faq-list {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: rgba(17, 23, 38, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item.active {
  border-color: rgba(245, 158, 11, 0.4);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}

.faq-trigger span:last-child {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 22px;
}

.faq-item.active .faq-panel {
  max-height: 280px;
  padding: 0 22px 18px 22px;
}

.faq-panel p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* ==========================================================================
   ZAVRŠNI CTA
   ========================================================================== */
.cta-banner {
  background: linear-gradient(135deg, #182236 0%, #0d1320 100%);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: var(--shadow-md);
}

.cta-banner h2 {
  font-size: clamp(26px, 3.2vw, 36px);
  margin-bottom: 8px;
}

.cta-banner p {
  font-size: 14px;
  color: var(--text-secondary);
  max-width: 500px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #070a10;
  border-top: 1px solid var(--line);
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h5 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 13px;
  color: var(--text-muted);
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-foot {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-subtle);
}

/* ==========================================================================
/* ==========================================================================
   VIZUELNO PREPOZNAVANJE TIPOVA KLJUČEVA (#tip-kljuca)
   ========================================================================== */
.key-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.key-type-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.key-type-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 24px var(--primary-glow);
}

.key-type-card.active {
  border-color: var(--primary);
  background: rgba(245, 158, 11, 0.08);
  box-shadow: 0 0 0 1px var(--primary), 0 12px 30px var(--primary-glow);
}

.key-type-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.key-type-icon {
  font-size: 32px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.key-type-title h4 {
  font-size: 17px;
  margin-bottom: 2px;
  color: var(--text-main);
}

.key-type-title span {
  font-size: 12px;
  color: var(--text-muted);
}

.key-type-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}

.key-type-features li {
  font-size: 12px;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.4;
}

.key-type-features li::before {
  content: "•";
  color: var(--primary);
  font-weight: bold;
}

.key-type-faults {
  background: rgba(0, 0, 0, 0.35);
  border-left: 2px solid var(--primary);
  padding: 8px 10px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 14px;
}

.key-type-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.key-type-time {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--neon-cyan);
  font-weight: 600;
}

.key-type-action-btn {
  font-size: 11px;
  color: var(--primary);
  font-weight: 600;
}

/* ==========================================================================
   INTERAKTIVNI PRE I POSLE KOMPARATOR (#pre-posle)
   ========================================================================== */
.case-showcase-wrap {
  background: var(--bg-card);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}

.case-switcher-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.case-tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  padding: 14px 18px;
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
}

.case-tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(245, 158, 11, 0.4);
  color: #fff;
}

.case-tab-btn.active {
  background: var(--primary-subtle);
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 4px 16px var(--primary-glow);
}

.case-display-card {
  background: rgba(10, 14, 23, 0.85);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.case-display-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.case-pane-col {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.case-pane-col.col-before {
  border-left: 3px solid #ef4444;
}

.case-pane-col.col-after {
  border-left: 3px solid #22c55e;
  background: rgba(34, 197, 94, 0.03);
}

.case-pane-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.tag-before {
  color: #ef4444;
}

.tag-after {
  color: #22c55e;
}

.case-pane-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-main);
}

.case-pane-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

.case-pane-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.case-bottom-summary {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.case-summary-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.case-saving-pill {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

/* ==========================================================================
   TERENSKA SLUŽBA I 24/7 DEŽURSTVO (#teren)
   ========================================================================== */
.field-service-card {
  background: linear-gradient(135deg, rgba(22, 31, 51, 0.95), rgba(15, 22, 36, 0.98));
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 158, 11, 0.15);
  position: relative;
  overflow: hidden;
}

.field-service-card::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
  opacity: 0.4;
  pointer-events: none;
}

.field-service-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.field-emergency-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}

.field-title {
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.2;
  margin-bottom: 12px;
  color: #ffffff;
}

.field-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}

.field-features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.field-feature-item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-feature-icon {
  font-size: 22px;
}

.field-feature-item strong {
  font-size: 13px;
  color: var(--text-main);
  line-height: 1.3;
}

.field-feature-item small {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.3;
}

.field-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.field-zones-box {
  background: rgba(10, 14, 23, 0.85);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  padding: 26px;
}

.field-zones-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}

.field-online-dot {
  color: #22c55e;
  font-weight: 700;
}

.field-zones-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.field-zone-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--text-secondary);
  font-size: 12px;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  transition: all 0.2s ease;
}

.field-zone-pill:hover {
  background: var(--primary-subtle);
  border-color: var(--primary);
  color: var(--primary);
}

.field-note-alert {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--radius-sm);
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   RECENZIJE I GOOGLE REVIEWS DOKAZ (#utisci)
   ========================================================================== */
.reviews-header-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 20px;
}

.google-badge-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.google-stars {
  color: #facc15;
  font-size: 18px;
  letter-spacing: 2px;
}

.google-score {
  font-size: 15px;
  color: #fff;
  margin-top: 2px;
}

.google-count {
  font-size: 11px;
  color: var(--text-muted);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.review-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: var(--primary-subtle);
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.review-author-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--text-main);
}

.review-car-badge {
  font-size: 11px;
  color: var(--neon-cyan);
  display: block;
}

.review-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.review-card-text {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

.review-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-subtle);
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.review-service-pill {
  background: rgba(255, 255, 255, 0.05);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
}

/* ==========================================================================
   BAZA ZNANJA I SAVETI ZA VOZAČE (#vodici)
   ========================================================================== */
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.knowledge-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  transition: all 0.3s ease;
}

.knowledge-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--primary);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.knowledge-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-subtle);
  border: 1px solid rgba(245, 158, 11, 0.25);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.knowledge-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
  color: var(--text-main);
}

.knowledge-summary {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.knowledge-tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.knowledge-tips-list li {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.knowledge-tips-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

/* ==========================================================================
   ENHANCED FORM & PHOTO PREVIEW ACTIONS
   ========================================================================== */
.preview-img-wrapper {
  position: relative;
  display: inline-block;
}

.remove-photo-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(239, 68, 68, 0.9);
  color: #fff;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: var(--radius-full);
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.remove-photo-btn:hover {
  background: #dc2626;
  transform: scale(1.1);
}

.form-actions-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.instant-chat-send {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-viber {
  background: #7360f2;
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  border-radius: var(--radius-md);
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-viber:hover {
  background: #5e48e8;
  box-shadow: 0 4px 16px rgba(115, 96, 242, 0.4);
}

/* ==========================================================================
   BACK TO TOP DUGME & TOAST OBAVEŠTENJE
   ========================================================================== */
.back-to-top-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--line-light);
  color: var(--primary);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-md);
}

.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn:hover {
  background: var(--primary);
  color: #000;
  border-color: var(--primary);
  transform: translateY(-3px);
}

.toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #111726;
  border: 1px solid var(--primary);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 20px var(--primary-glow);
  font-size: 13px;
  font-weight: 600;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.toast-notification.active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   ENHANCED MOBILE STICKY BAR
   ========================================================================== */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(10, 14, 23, 0.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(245, 158, 11, 0.25);
  padding: 8px 12px;
}

.mobile-sticky-grid-enhanced {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.mobile-sticky-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-call-btn {
  background: var(--primary);
  color: #000000;
}

.mobile-wa-btn {
  background: rgba(37, 211, 102, 0.15);
  color: var(--whatsapp);
  border: 1px solid rgba(37, 211, 102, 0.3);
}

.mobile-viber-btn {
  background: rgba(115, 96, 242, 0.15);
  color: #a78bfa;
  border: 1px solid rgba(115, 96, 242, 0.3);
}

.mobile-photo-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid var(--line);
}

/* ==========================================================================
   RESPONZIVNOST I MOBILE UI/UX OPTIMIZACIJA
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-card img {
    height: 360px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .photo-cards-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .photo-cards-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .contact-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .key-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .gallery-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-layout .gallery-wide {
    grid-column: span 2;
  }
  .field-service-grid {
    grid-template-columns: 1fr;
  }
  .services-split {
    grid-template-columns: 1fr;
  }
  .process-steps-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .knowledge-grid {
    grid-template-columns: 1fr;
  }
  .lead-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 36px 24px;
  }
}

@media (max-width: 860px) {
  .nav-buttons-group {
    display: none;
  }
  .nav-actions .nav-icon-btn {
    display: none;
  }
  .nav-call-mobile {
    display: inline-flex;
  }
  .brand-sub {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 104px;
    padding-bottom: 44px;
  }
  .laser-key-ambient-1 {
    width: 96vw;
    max-width: 500px;
    top: 6%;
    right: -12%;
    opacity: 0.45;
  }
  .laser-key-ambient-2 {
    width: 88vw;
    max-width: 440px;
    top: 48%;
    left: -10%;
    opacity: 0.32;
  }
  .hero-title {
    font-size: 32px;
  }
  .photo-cards-grid-4,
  .photo-cards-grid-5 {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .photo-card {
    min-height: 280px;
    padding: 24px 20px;
  }
  .contact-links-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .key-types-grid {
    grid-template-columns: 1fr;
  }
  .case-switcher-tabs {
    grid-template-columns: 1fr;
  }
  .case-display-grid {
    grid-template-columns: 1fr;
  }
  .field-features-list {
    grid-template-columns: 1fr;
  }
  .field-service-card {
    padding: 24px 16px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .gallery-layout {
    grid-template-columns: 1fr;
  }
  .gallery-layout .gallery-wide {
    grid-column: span 1;
  }
  .service-grid-compact {
    grid-template-columns: 1fr;
  }
  .process-steps-row {
    grid-template-columns: 1fr;
  }
  .calc-wrapper, .lead-card, .case-showcase-wrap {
    padding: 20px 16px;
  }
  .calc-service-tiles {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .calc-result-card {
    padding: 20px 16px;
  }
  .calc-select, .calc-input, .form-control {
    font-size: 16px;
    padding-block: 14px;
  }
  .quick-chat-row {
    grid-template-columns: 1fr;
  }
  .instant-chat-send {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-foot {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .mobile-sticky-bar {
    display: block;
  }
  .back-to-top-btn {
    bottom: 80px;
    right: 14px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-cta {
    flex-direction: column;
  }
  .hero-cta .btn {
    width: 100%;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .quick-brand-btn {
    padding: 5px 9px;
    font-size: 11px;
  }
  .calc-result-info h4 {
    font-size: 18px;
  }
}

