/**
 * Kobaş Garaj — V2 Luxury Automotive Studio Stylesheet
 * Version: 2.1.0 (Refined Minimalist Luxury)
 * 
 * Strict Guidelines:
 * - NO overlapping text: car stage and wall logos remain 100% unblocked.
 * - NO awkwardly wide/bloated buttons: refined, compact, proportional controls only.
 * - Deep OLED studio black palette (#000000) with warm gold (#efd500) accents.
 * - Mobile-first ergonomic touch responsiveness without horizontal scroll.
 */

html {
  scroll-behavior: smooth;
}

html, body.kg-v2-page {
  margin: 0;
  padding: 0;
  background-color: #000000 !important;
  color: #ffffff;
  overflow-x: hidden;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kg-v2 {
  position: relative;
  width: 100%;
  background-color: #000000 !important;
  box-sizing: border-box;
}

.kg-v2 * {
  box-sizing: border-box;
}

/* Container */
.kg-v2-container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 767px) {
  .kg-v2-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 380px) {
  .kg-v2-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* ==========================================================================
   1. SCROLLYTELLING RUNWAY & TURNTABLE CANVAS
   ========================================================================== */

.kg-v2 .kg-v2-sequence-section {
  position: relative;
  width: 100%;
  height: calc(100vh + (154 * 28px));
  height: calc(100dvh + (154 * 28px));
  box-sizing: border-box;
  background-color: #000000;
}

@media (max-width: 1024px) {
  .kg-v2 .kg-v2-sequence-section {
    height: calc(100vh + (154 * 22px));
    height: calc(100dvh + (154 * 22px));
  }
}

@media (max-width: 767px) {
  .kg-v2 .kg-v2-sequence-section {
    height: calc(100vh + (191 * 13px));
    height: calc(100dvh + (191 * 13px));
  }
}

.kg-v2 .kg-v2-sequence-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  background-color: #000000;
  z-index: 1;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}

.admin-bar .kg-v2 .kg-v2-sequence-sticky {
  top: 32px;
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar .kg-v2 .kg-v2-sequence-sticky {
    top: 46px;
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}

.kg-v2 .kg-v2-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  filter: contrast(1.04) brightness(1.01);
}

.kg-v2 .kg-v2-sequence-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  pointer-events: none;
  z-index: 2;
}

.kg-v2 .kg-v2-sequence-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.04) 80%, rgba(0, 0, 0, 0.20) 100%);
  pointer-events: none;
  z-index: 3;
}

.kg-v2 .kg-v2-sequence-gradient-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 16vh;
  min-height: 80px;
  max-height: 140px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 20%,
    rgba(0, 0, 0, 0.20) 45%,
    rgba(0, 0, 0, 0.60) 75%,
    rgba(0, 0, 0, 0.90) 90%,
    #000000 100%
  );
  pointer-events: none;
  z-index: 4;
}

/* Black Section Container (Seamless upward glide with minimal black gap) */
.kg-v2 .kg-v2-black-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin-top: min(0px, calc(-100vh + 50vw));
  margin-top: min(0px, calc(-100dvh + 50vw));
  padding-top: 0px;
  background-color: #000000;
  z-index: 5;
}

/* Feathered Leading Scrim: Melts the incoming section into the 3D studio canvas seamlessly */
.kg-v2 .kg-v2-black-section::before {
  content: '';
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 161px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 15%,
    rgba(0, 0, 0, 0.08) 30%,
    rgba(0, 0, 0, 0.20) 45%,
    rgba(0, 0, 0, 0.40) 60%,
    rgba(0, 0, 0, 0.65) 75%,
    rgba(0, 0, 0, 0.88) 90%,
    rgba(0, 0, 0, 0.98) 97%,
    #000000 100%
  );
  pointer-events: none;
  z-index: 6;
}

@media (max-width: 767px) {
  .kg-v2 .kg-v2-black-section {
    margin-top: calc(-100vh + 56vh);
    margin-top: calc(-100dvh + 56dvh);
  }

  .kg-v2 .kg-v2-black-section::before {
    top: -100px;
    height: 101px;
  }

  .kg-v2 .kg-v2-sequence-gradient-bottom {
    height: 14vh;
    min-height: 70px;
    max-height: 100px;
  }
}

/* ==========================================================================
   2. SLIM FLOATING LUXURY HEADER
   ========================================================================== */

.kg-v2-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(6, 7, 9, 0.72);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.admin-bar .kg-v2-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .kg-v2-header {
    top: 46px;
  }
}

.kg-v2-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.kg-v2-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.kg-v2-logo-img {
  height: 44px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
}

/* Desktop Navigation */
.kg-v2-nav {
  display: flex;
  align-items: center;
}

.kg-v2-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}

.kg-v2-nav-item {
  position: relative;
}

.kg-v2-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 13px;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.15s, background-color 0.15s;
}

.kg-v2-nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.kg-v2-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: #0f1115;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 6px 0;
  list-style: none;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  pointer-events: none;
}

.kg-v2-nav-item:hover .kg-v2-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.kg-v2-dropdown li a {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #a2a8b5;
  text-decoration: none;
  transition: color 0.15s, background-color 0.15s;
}

.kg-v2-dropdown li a:hover {
  color: #efd500;
  background-color: rgba(239, 213, 0, 0.06);
}

/* Header Right Actions */
.kg-v2-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kg-v2-warranty-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.25);
  color: #efd500;
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
}

.kg-v2-warranty-pill:hover {
  background: rgba(239, 213, 0, 0.16);
  border-color: #efd500;
}

.kg-v2-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #efd500;
  box-shadow: 0 0 6px #efd500;
}

.kg-v2-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e2e8f0;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 6px;
  transition: color 0.2s;
}

.kg-v2-phone-pill:hover {
  color: #efd500;
}

.kg-v2-btn-header {
  display: inline-flex;
  align-items: center;
  background: #efd500;
  color: #000000;
  font-family: 'Heebo', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 9999px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.kg-v2-btn-header:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(239, 213, 0, 0.35);
  color: #000000;
}

/* Minimalist Hamburger Button */
.kg-v2-mobile-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
}

.kg-v2-bar {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.kg-v2-mobile-btn[aria-expanded="true"] .kg-v2-bar:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}

.kg-v2-mobile-btn[aria-expanded="true"] .kg-v2-bar:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Mobile Drawer */
.kg-v2-mobile-drawer {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  background: rgba(6, 7, 10, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 14px 16px 20px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.25s ease;
  z-index: 99;
}

.kg-v2-mobile-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kg-v2-drawer-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}

.kg-v2-drawer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kg-v2-drawer-item {
  display: flex;
  align-items: center;
  padding: 8.5px 13px;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #cbd5e1;
  text-decoration: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.2s ease;
}

.kg-v2-drawer-item:hover,
.kg-v2-drawer-item:active {
  color: #efd500;
  background: rgba(239, 213, 0, 0.08);
  border-color: rgba(239, 213, 0, 0.2);
}

.kg-v2-gold-text {
  color: #efd500 !important;
}

.kg-v2-drawer-bottom-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kg-v2-btn-drawer-call {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kg-v2-btn-drawer-call:hover,
.kg-v2-btn-drawer-call:active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.kg-v2-btn-drawer-wa {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 44px;
  background: #25d366;
  color: #06070a;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
  transition: all 0.2s ease;
}

.kg-v2-btn-drawer-wa:hover,
.kg-v2-btn-drawer-wa:active {
  background: #20bd5a;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
  color: #000000;
}

@media (max-width: 1024px) {
  .kg-v2-nav {
    display: none;
  }
  .kg-v2-warranty-pill {
    display: none;
  }
  .kg-v2-phone-pill {
    display: none;
  }
  .kg-v2-mobile-btn {
    display: flex;
  }
}

/* ==========================================================================
   3. HERO BOTTOM FLOATING STAGE (Keeps vehicle 100% unblocked)
   ========================================================================== */

.kg-v2-hero-bottom-stage {
  position: fixed;
  bottom: clamp(32px, calc(100vh - 56.25vw + 20px), 220px);
  bottom: clamp(32px, calc(100dvh - 56.25vw + 20px), 220px);
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  will-change: opacity, transform;
}

.kg-v2-stage-inner {
  max-width: 860px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}

.kg-v2-stage-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(14, 16, 20, 0.85);
  border: 1px solid rgba(239, 213, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 5px 15px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #efd500;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.kg-v2-stage-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #efd500;
  box-shadow: 0 0 8px #efd500;
}

.kg-v2-stage-title {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.9);
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.kg-v2-stage-sub {
  font-size: clamp(13px, 1.2vw, 15px);
  color: #94a3b8;
  margin: 0 0 16px 0;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.kg-v2-stage-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

/* Luxury action buttons: prominent, tactile, polished */
.kg-v2-btn-pill-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #efd500;
  color: #000000;
  font-family: 'Heebo', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  padding: 11px 24px;
  border-radius: 9999px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 18px rgba(239, 213, 0, 0.35);
}

.kg-v2-btn-pill-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(239, 213, 0, 0.5);
  color: #000000;
}

.kg-v2-btn-pill-glass {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
}

.kg-v2-btn-pill-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(239, 213, 0, 0.4);
  color: #ffffff;
}

.kg-v2-btn-pill-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #cbd5e1;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  padding: 11px 16px;
  text-decoration: none;
  transition: color 0.15s;
}

.kg-v2-btn-pill-ghost:hover {
  color: #efd500;
}

.kg-v2-stage-scroll-cue {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: #7a889b;
  letter-spacing: 0.6px;
}

.kg-v2-scroll-cue-line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(239, 213, 0, 0.5);
}

@media (max-width: 767px) {
  .kg-v2-hero-bottom-stage {
    bottom: 14px;
    padding: 0 12px;
  }
  .kg-v2-stage-badge {
    font-size: 9.5px;
    letter-spacing: 0.6px;
    padding: 3px 10px;
    margin-bottom: 6px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .kg-v2-stage-title {
    font-size: clamp(16px, 4.8vw, 19px);
    line-height: 1.22;
    margin-bottom: 4px;
    text-align: center;
    letter-spacing: -0.2px;
  }
  .kg-v2-stage-sub {
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: center;
  }
  .kg-v2-stage-actions {
    gap: 8px;
    margin-bottom: 8px;
    width: 100%;
    justify-content: center;
  }
  .kg-v2-btn-pill-primary,
  .kg-v2-btn-pill-glass {
    padding: 7px 14px;
    font-size: 11.5px;
  }
  .kg-v2-btn-pill-ghost {
    display: none;
  }
  .kg-v2-stage-scroll-cue {
    font-size: 10px;
    gap: 6px;
  }
  .kg-v2-scroll-cue-line {
    width: 14px;
  }
}

/* ==========================================================================
   4. EDITORIAL INTRO & MAIN H1 GATEWAY (Luxury Studio Trust Hub)
   ========================================================================== */

.kg-v2-editorial-intro {
  position: relative;
  padding: 56px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(ellipse 85% 45% at 50% 20%, rgba(239, 213, 0, 0.045), transparent 75%), #000000;
  overflow: hidden;
}

.kg-v2-intro-ambient-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 240px;
  background: radial-gradient(ellipse at center, rgba(239, 213, 0, 0.09) 0%, rgba(239, 213, 0, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

.kg-v2-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}

.kg-v2-tag-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.28);
  backdrop-filter: blur(10px);
  padding: 5px 14px;
  border-radius: 9999px;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #efd500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.kg-v2-main-heading {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.kg-v2-gold-highlight {
  color: #efd500;
  text-shadow: 0 0 20px rgba(239, 213, 0, 0.35);
}

.kg-v2-main-lead {
  font-size: 15.5px;
  line-height: 1.7;
  color: #94a3b8;
  margin: 0 0 24px 0;
  max-width: 600px;
}

/* Studio Quality Highlight Badges */
.kg-v2-intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kg-v2-intro-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 8px 14px;
  font-family: 'Heebo', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #e2e8f0;
  transition: all 0.2s ease;
}

.kg-v2-intro-pill svg {
  color: #efd500;
  flex-shrink: 0;
}

.kg-v2-intro-pill:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(239, 213, 0, 0.35);
  color: #ffffff;
  transform: translateY(-1px);
}

/* Luxury Trust Hub Card (Right Column) */
.kg-v2-intro-metrics-card {
  background: linear-gradient(145deg, rgba(17, 20, 26, 0.85) 0%, rgba(10, 12, 16, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.kg-v2-intro-metrics-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #efd500 50%, transparent 100%);
  opacity: 0.7;
}

.kg-v2-metrics-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-card-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #cbd5e1;
}

.kg-v2-shield-icon {
  color: #efd500;
  display: flex;
  align-items: center;
}

.kg-v2-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(239, 213, 0, 0.12);
  border: 1px solid rgba(239, 213, 0, 0.35);
  padding: 3px 9px;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 800;
  color: #efd500;
}

.kg-v2-stars {
  font-size: 10px;
  letter-spacing: 1px;
}

.kg-v2-metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.kg-v2-metric-box {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}

.kg-v2-metric-box:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(239, 213, 0, 0.25);
}

.kg-v2-metric-val {
  font-family: 'Heebo', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #efd500;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.kg-v2-metric-label {
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.kg-v2-metric-hint {
  font-size: 11px;
  color: #718096;
  font-weight: 500;
}

.kg-v2-metrics-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.kg-v2-footer-pulse {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: #94a3b8;
  font-weight: 500;
}

.kg-v2-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  flex-shrink: 0;
}

/* Brands Bar Ribbon */
.kg-v2-brands-bar {
  text-align: center;
  position: relative;
  z-index: 2;
}

.kg-v2-brands-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.kg-v2-brands-line {
  height: 1px;
  flex: 1;
  max-width: 120px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15));
}

.kg-v2-brands-header .kg-v2-brands-line:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), transparent);
}

.kg-v2-brands-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #718096;
}

.kg-v2-brands-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.kg-v2-brand-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
}

.kg-v2-brand-box:hover {
  border-color: rgba(239, 213, 0, 0.4);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.kg-v2-brand-asset {
  max-height: 32px;
  width: auto;
  max-width: 125px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.85);
  transition: all 0.25s ease;
}

.kg-v2-brand-box:hover .kg-v2-brand-asset {
  filter: brightness(0) invert(1) opacity(1);
  transform: scale(1.03);
}

.kg-v2-brand-desc {
  font-size: 10.5px;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.kg-v2-brand-box:hover .kg-v2-brand-desc {
  color: #efd500;
}

@media (max-width: 991px) {
  .kg-v2-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .kg-v2-brands-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .kg-v2-editorial-intro {
    padding: 36px 0 44px;
  }
  .kg-v2-intro-ambient-glow {
    width: 100vw;
    height: 160px;
    top: -60px;
  }
  .kg-v2-intro-grid {
    gap: 24px;
    margin-bottom: 32px;
  }
  .kg-v2-tag-label {
    font-size: 9.5px;
    letter-spacing: 0.7px;
    padding: 4px 10px;
    margin-bottom: 12px;
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }
  .kg-v2-main-heading {
    font-size: clamp(20px, 5.8vw, 24px);
    line-height: 1.28;
    letter-spacing: -0.3px;
    margin: 0 0 12px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .kg-v2-main-heading br {
    display: none;
  }
  .kg-v2-main-lead {
    font-size: 13px;
    line-height: 1.55;
    color: #94a3b8;
    margin: 0 0 18px 0;
    max-width: 100%;
  }
  .kg-v2-intro-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    width: 100%;
  }
  .kg-v2-intro-badges .kg-v2-intro-pill:nth-child(3) {
    grid-column: span 2;
    justify-content: center;
  }
  .kg-v2-intro-pill {
    padding: 7px 10px;
    font-size: 11px;
    gap: 6px;
    border-radius: 7px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
  .kg-v2-intro-pill svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
  }
  .kg-v2-intro-metrics-card {
    padding: 16px 14px;
    border-radius: 14px;
    margin-top: 4px;
  }
  .kg-v2-metrics-card-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .kg-v2-card-brand-badge {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .kg-v2-rating-pill {
    font-size: 10.5px;
    padding: 2px 7px;
  }
  .kg-v2-metrics-grid {
    gap: 8px;
  }
  .kg-v2-metric-box {
    padding: 10px 8px;
    border-radius: 9px;
    text-align: center;
    align-items: center;
  }
  .kg-v2-metric-val {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 1;
  }
  .kg-v2-metric-label {
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 2px;
  }
  .kg-v2-metric-hint {
    font-size: 9px;
    line-height: 1.2;
  }
  .kg-v2-metrics-footer {
    margin-top: 10px;
    padding-top: 10px;
  }
  .kg-v2-footer-pulse {
    font-size: 10.5px;
    justify-content: center;
    text-align: center;
    gap: 6px;
  }
  .kg-v2-brands-bar {
    margin-top: 24px;
  }
  .kg-v2-brands-header {
    gap: 10px;
    margin-bottom: 14px;
  }
  .kg-v2-brands-line {
    max-width: 30px;
  }
  .kg-v2-brands-eyebrow {
    font-size: 9.5px;
    letter-spacing: 0.8px;
    line-height: 1.3;
  }
  .kg-v2-brands-row {
    gap: 8px;
  }
  .kg-v2-brand-box {
    min-height: 56px;
    padding: 8px 10px;
    gap: 4px;
    border-radius: 9px;
  }
  .kg-v2-brand-asset {
    max-height: 22px;
    max-width: 95px;
  }
  .kg-v2-brand-desc {
    font-size: 9px;
    letter-spacing: 0.2px;
  }
}

@media (max-width: 380px) {
  .kg-v2-main-heading {
    font-size: 19px;
  }
  .kg-v2-metric-hint {
    display: none;
  }
  .kg-v2-intro-pill {
    font-size: 10px;
    padding: 6px 6px;
  }
}

/* ==========================================================================
   5. SERVICES DETAILED SHOWCASE
   ========================================================================== */

.kg-v2-services-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.kg-v2-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Heebo', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #efd500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.kg-v2-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #efd500;
}

.kg-v2-section-title {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 14px 0;
  letter-spacing: -0.3px;
}

.kg-v2-section-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}

.kg-v2-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.kg-v2-service-card {
  background: #0d0f13;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.kg-v2-service-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.6);
}

.kg-v2-card-media {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #111419;
}

.kg-v2-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.kg-v2-service-card:hover .kg-v2-card-img {
  transform: scale(1.03);
}

.kg-v2-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 30%, #0d0f13 100%);
}

.kg-v2-card-badge-row {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.kg-v2-pill-tag {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.kg-v2-pill-highlight {
  background: #efd500;
  color: #000000;
  font-size: 10.5px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 5px;
}

.kg-v2-card-content {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.kg-v2-card-title {
  font-family: 'Heebo', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.kg-v2-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 18px 0;
}

.kg-v2-feature-list {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.kg-v2-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #cbd5e1;
}

.kg-v2-check-icon {
  color: #efd500;
  flex-shrink: 0;
}

.kg-v2-card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Compact service action */
.kg-v2-btn-service-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #efd500;
  color: #000000;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 9999px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.kg-v2-btn-service-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(239, 213, 0, 0.3);
  color: #000000;
}

.kg-v2-card-sublink {
  font-size: 12.5px;
  font-weight: 600;
  color: #8892a4;
  text-decoration: none;
  transition: color 0.15s;
}

.kg-v2-card-sublink:hover {
  color: #efd500;
}

@media (max-width: 991px) {
  .kg-v2-services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .kg-v2-services-section {
    padding: 44px 0;
  }
  .kg-v2-section-header {
    margin-bottom: 24px;
  }
  .kg-v2-section-title {
    font-size: clamp(20px, 5.2vw, 24px);
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .kg-v2-section-desc {
    font-size: 13px;
    line-height: 1.55;
  }
  .kg-v2-services-grid {
    gap: 16px;
  }
  .kg-v2-service-card {
    border-radius: 12px;
  }
  .kg-v2-card-media {
    height: 170px;
  }
  .kg-v2-card-content {
    padding: 16px 14px;
  }
  .kg-v2-card-title {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .kg-v2-card-text {
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .kg-v2-feature-list {
    gap: 6px;
    margin-bottom: 16px;
  }
  .kg-v2-feature-item {
    font-size: 12px;
  }
  .kg-v2-btn-service-cta {
    padding: 7px 14px;
    font-size: 12px;
  }
}

/* ==========================================================================
   6. WHY CHOOSE US
   ========================================================================== */

.kg-v2-why-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-why-header-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 50px;
}

.kg-v2-why-lead .kg-v2-section-title {
  text-align: left;
}

.kg-v2-why-lead .kg-v2-section-eyebrow {
  text-align: left;
}

.kg-v2-why-highlight-text {
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0;
}

.kg-v2-manifesto-card {
  background: #0f1116;
  border: 1px solid rgba(239, 213, 0, 0.25);
  border-radius: 14px;
  padding: 26px 22px;
  position: relative;
}

.kg-v2-manifesto-quote-mark {
  position: absolute;
  top: 10px;
  right: 18px;
  font-family: serif;
  font-size: 60px;
  line-height: 1;
  color: rgba(239, 213, 0, 0.15);
  pointer-events: none;
}

.kg-v2-manifesto-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 2;
}

.kg-v2-manifesto-author strong {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  color: #efd500;
}

.kg-v2-manifesto-author span {
  font-size: 12px;
  color: #64748b;
}

.kg-v2-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.kg-v2-pillar-card {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 22px 20px;
  transition: all 0.2s ease;
}

.kg-v2-pillar-card:hover {
  border-color: rgba(239, 213, 0, 0.3);
  transform: translateY(-2px);
  background: #11141b;
}

.kg-v2-pillar-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efd500;
  margin-bottom: 14px;
}

.kg-v2-pillar-title {
  font-family: 'Heebo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.kg-v2-pillar-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #8892a4;
  margin: 0;
}

@media (max-width: 991px) {
  .kg-v2-why-header-grid {
    grid-template-columns: 1fr;
  }
  .kg-v2-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .kg-v2-why-section {
    padding: 44px 0;
  }
  .kg-v2-why-header-grid {
    gap: 20px;
    margin-bottom: 28px;
  }
  .kg-v2-why-highlight-text {
    font-size: 13.5px;
    line-height: 1.55;
  }
  .kg-v2-manifesto-card {
    padding: 16px 14px;
  }
  .kg-v2-manifesto-quote-mark {
    font-size: 38px;
    top: 6px;
    right: 12px;
  }
  .kg-v2-manifesto-card p {
    font-size: 12.5px;
    line-height: 1.55;
    margin-bottom: 12px;
  }
  .kg-v2-pillars-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .kg-v2-pillar-card {
    padding: 16px 14px;
  }
  .kg-v2-pillar-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .kg-v2-pillar-desc {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

/* ==========================================================================
   7. PROCESS TIMELINE
   ========================================================================== */

.kg-v2-process-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.kg-v2-step-card {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}

.kg-v2-step-card:hover {
  border-color: rgba(239, 213, 0, 0.3);
  transform: translateY(-2px);
}

.kg-v2-step-number {
  font-family: 'Heebo', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #efd500;
  line-height: 1;
  margin-bottom: 14px;
}

.kg-v2-step-title {
  font-family: 'Heebo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.kg-v2-step-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #8892a4;
  margin: 0;
}

@media (max-width: 991px) {
  .kg-v2-process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .kg-v2-process-section {
    padding: 44px 0;
  }
  .kg-v2-process-timeline {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .kg-v2-step-card {
    padding: 16px 14px;
  }
  .kg-v2-step-number {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .kg-v2-step-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .kg-v2-step-desc {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

/* ==========================================================================
   8. REGIONAL COVERAGE
   ========================================================================== */

.kg-v2-regions-section {
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-regions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.kg-v2-region-pill {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
}

.kg-v2-region-pill svg {
  color: #efd500;
  flex-shrink: 0;
}

.kg-v2-region-pill:hover {
  border-color: rgba(239, 213, 0, 0.4);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  transform: translateY(-2px);
}

.kg-v2-regions-footer-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0a0c10;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 14px 20px;
  color: #8892a4;
  font-size: 13px;
  text-align: center;
}

.kg-v2-regions-footer-note svg {
  color: #efd500;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .kg-v2-regions-section {
    padding: 44px 0;
  }
  .kg-v2-regions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 16px;
  }
  .kg-v2-region-pill {
    padding: 8px 10px;
    font-size: 11.5px;
    gap: 6px;
    border-radius: 6px;
  }
  .kg-v2-region-pill svg {
    width: 13px;
    height: 13px;
  }
  .kg-v2-regions-footer-note {
    font-size: 11px;
    padding: 10px 12px;
    line-height: 1.4;
  }
}

/* ==========================================================================
   9. FAQ ACCORDION
   ========================================================================== */

.kg-v2-faq-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kg-v2-faq-item {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.kg-v2-faq-item.is-open {
  border-color: rgba(239, 213, 0, 0.35);
}

.kg-v2-faq-question {
  width: 100%;
  padding: 18px 22px;
  background: none;
  border: none;
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.kg-v2-faq-chevron {
  color: #efd500;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.kg-v2-faq-item.is-open .kg-v2-faq-chevron {
  transform: rotate(180deg);
}

.kg-v2-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.kg-v2-faq-item.is-open .kg-v2-faq-answer {
  max-height: 500px;
  transition: max-height 0.35s ease-in-out;
}

.kg-v2-faq-answer-inner {
  padding: 0 22px 20px;
}

.kg-v2-faq-answer-inner p {
  font-size: 14px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}

@media (max-width: 767px) {
  .kg-v2-faq-section {
    padding: 44px 0;
  }
  .kg-v2-faq-question {
    padding: 13px 14px;
    font-size: 13.5px;
    gap: 10px;
    line-height: 1.35;
  }
  .kg-v2-faq-answer-inner {
    padding: 0 14px 14px;
  }
  .kg-v2-faq-answer-inner p {
    font-size: 12.5px;
    line-height: 1.55;
  }
}

/* ==========================================================================
   10. CONTACT & FAST QUOTE CARD (Luxury Automotive Standard)
   ========================================================================== */

.kg-v2-contact-section {
  padding: 80px 0;
  background-color: #06070a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.kg-v2-contact-info .kg-v2-section-title {
  text-align: left;
}

.kg-v2-contact-info .kg-v2-section-eyebrow {
  text-align: left;
}

.kg-v2-contact-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0 0 24px 0;
}

.kg-v2-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.kg-v2-contact-card {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}

.kg-v2-contact-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  background: #11141c;
  transform: translateY(-1px);
}

.kg-v2-c-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efd500;
  flex-shrink: 0;
}

.kg-v2-c-detail {
  display: flex;
  flex-direction: column;
}

.kg-v2-c-label {
  font-size: 11.5px;
  color: #8892a4;
  margin-bottom: 2px;
}

.kg-v2-c-val,
.kg-v2-c-address {
  font-family: 'Heebo', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
}

/* Direct WhatsApp Box & Button */
.kg-v2-direct-wa-box {
  margin-top: 18px;
}

.kg-v2-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  background: #25d366;
  color: #06070a;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}

.kg-v2-btn-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  color: #000000;
}

/* Mini Features & Trust Badges */
.kg-v2-service-features-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.kg-v2-mini-feat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #cbd5e1;
}

.kg-v2-mini-feat svg {
  color: #efd500;
  flex-shrink: 0;
}

/* Quote Card */
.kg-v2-quote-card {
  position: relative;
  background: linear-gradient(180deg, #0e1117 0%, #08090d 100%);
  border: 1px solid rgba(239, 213, 0, 0.25);
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.6), 0 0 35px rgba(239, 213, 0, 0.05);
  overflow: hidden;
}

.kg-v2-quote-card-glow {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(239, 213, 0, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.kg-v2-quote-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.25);
  border-radius: 999px;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #efd500;
  margin-bottom: 12px;
}

.kg-v2-quote-title {
  font-family: 'Heebo', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.kg-v2-quote-subtitle {
  font-size: 13.5px;
  color: #8892a4;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.kg-v2-quote-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kg-v2-form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kg-v2-form-group label {
  font-family: 'Heebo', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #cbd5e1;
}

.kg-v2-form-group input,
.kg-v2-form-group select {
  width: 100%;
  background: rgba(6, 7, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  color: #ffffff;
  font-family: inherit;
  font-size: 13.5px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.kg-v2-form-group input:focus,
.kg-v2-form-group select:focus {
  border-color: #efd500;
  box-shadow: 0 0 0 3px rgba(239, 213, 0, 0.15);
  background: rgba(10, 12, 16, 0.95);
}

/* Ensure fast quote button has ultra-high contrast dark text on yellow background */
button.kg-v2-btn-submit-quote,
.kg-v2-quote-card button.kg-v2-btn-submit-quote,
.elementor-kit-247 button.kg-v2-btn-submit-quote,
#kg-quote-submit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  background: linear-gradient(135deg, #efd500 0%, #dfc300 100%) !important;
  color: #06070a !important;
  border: none !important;
  font-family: 'Heebo', sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  margin-top: 8px !important;
  box-shadow: 0 6px 20px rgba(239, 213, 0, 0.3) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  text-decoration: none !important;
}

button.kg-v2-btn-submit-quote span,
.kg-v2-quote-card button.kg-v2-btn-submit-quote span,
.elementor-kit-247 button.kg-v2-btn-submit-quote span,
#kg-quote-submit-btn span {
  color: #06070a !important;
  font-family: 'Heebo', sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

button.kg-v2-btn-submit-quote svg,
.kg-v2-quote-card button.kg-v2-btn-submit-quote svg,
.elementor-kit-247 button.kg-v2-btn-submit-quote svg,
#kg-quote-submit-btn svg {
  color: #06070a !important;
  stroke: #06070a !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}

button.kg-v2-btn-submit-quote:hover,
.kg-v2-quote-card button.kg-v2-btn-submit-quote:hover,
.elementor-kit-247 button.kg-v2-btn-submit-quote:hover,
#kg-quote-submit-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 26px rgba(239, 213, 0, 0.5) !important;
  background: #ffd900 !important;
  color: #000000 !important;
}

button.kg-v2-btn-submit-quote:hover span,
.kg-v2-quote-card button.kg-v2-btn-submit-quote:hover span,
.elementor-kit-247 button.kg-v2-btn-submit-quote:hover span,
#kg-quote-submit-btn:hover span {
  color: #000000 !important;
}

button.kg-v2-btn-submit-quote:hover svg,
.kg-v2-quote-card button.kg-v2-btn-submit-quote:hover svg,
.elementor-kit-247 button.kg-v2-btn-submit-quote:hover svg,
#kg-quote-submit-btn:hover svg {
  stroke: #000000 !important;
}

.kg-v2-form-guarantee {
  font-size: 12px;
  color: #64748b;
  margin: 8px 0 0 0;
  text-align: center;
}

@media (max-width: 991px) {
  .kg-v2-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .kg-v2-contact-section {
    padding: 48px 0 54px;
  }
  .kg-v2-contact-grid {
    gap: 28px;
  }
  .kg-v2-contact-desc {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 18px;
  }
  .kg-v2-contact-card {
    padding: 13px 15px;
    border-radius: 10px;
    gap: 12px;
  }
  .kg-v2-c-label {
    font-size: 11px;
  }
  .kg-v2-c-val,
  .kg-v2-c-address {
    font-size: 13.5px;
  }
  .kg-v2-btn-whatsapp {
    width: 100%;
    height: 46px;
    font-size: 13.5px;
  }
  .kg-v2-quote-card {
    padding: 22px 18px;
    border-radius: 16px;
  }
  .kg-v2-quote-title {
    font-size: 19px;
  }
  .kg-v2-quote-subtitle {
    font-size: 12.5px;
    margin-bottom: 16px;
  }
  .kg-v2-form-group label {
    font-size: 12px;
  }
  .kg-v2-form-group input,
  .kg-v2-form-group select {
    padding: 11px 12px;
    font-size: 13.5px;
  }
  .kg-v2-btn-submit-quote {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
}

/* ==========================================================================
   11. FOOTER
   ========================================================================== */

.kg-v2-footer {
  padding: 64px 0 30px;
  background-color: #06070a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kg-v2-footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  margin-bottom: 40px;
}

.kg-v2-footer-logo {
  height: 42px;
  width: auto;
  margin-bottom: 14px;
  display: block;
}

.kg-v2-footer-bio {
  font-size: 13.5px;
  line-height: 1.6;
  color: #8892a4;
  margin: 0 0 16px 0;
}

.kg-v2-footer-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.25);
  color: #efd500;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kg-v2-footer-phone-link:hover {
  background: rgba(239, 213, 0, 0.16);
  border-color: #efd500;
  color: #ffffff;
}

.kg-v2-footer-title {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kg-v2-footer-title::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #efd500;
  border-radius: 2px;
}

.kg-v2-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kg-v2-footer-links li a {
  font-size: 13.5px;
  color: #8892a4;
  text-decoration: none;
  display: inline-block;
  padding: 3px 0;
  transition: color 0.15s, transform 0.15s;
}

.kg-v2-footer-links li a:hover {
  color: #efd500;
  transform: translateX(3px);
}

.kg-v2-footer-address {
  font-size: 13.5px;
  line-height: 1.55;
  color: #8892a4;
  font-style: normal;
  margin-bottom: 10px;
}

.kg-v2-footer-hours {
  font-size: 12.5px;
  color: #64748b;
  margin: 0 0 12px 0;
}

.kg-v2-footer-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #efd500;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: fit-content;
  margin-top: 4px;
}

.kg-v2-footer-map-link:hover {
  background: rgba(239, 213, 0, 0.1);
  border-color: rgba(239, 213, 0, 0.3);
}

.kg-v2-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-copyright {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
}

.kg-v2-scroll-top-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kg-v2-scroll-top-btn:hover {
  background: rgba(239, 213, 0, 0.1);
  border-color: #efd500;
  color: #efd500;
}

@media (max-width: 991px) {
  .kg-v2-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .kg-v2-footer {
    padding: 44px 0 24px;
  }
  .kg-v2-footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 28px;
  }
  .kg-v2-footer-col {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
  }
  .kg-v2-footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ==========================================================================
   12. DEDICATED SERVICE LANDING PAGE STYLES (PPF & Specialist Services)
   ========================================================================== */

.kg-v2-service-hero {
  position: relative;
  padding: 140px 0 70px;
  background-color: #030406;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.kg-v2-service-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.kg-v2-service-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.26) contrast(1.18) saturate(1.12);
  transform: scale(1.03);
  transform-origin: center center;
}

.kg-v2-service-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(2, 3, 5, 0.90) 0%,
    rgba(2, 3, 5, 0.60) 35%,
    rgba(2, 3, 5, 0.75) 65%,
    rgba(2, 3, 5, 0.98) 100%
  );
  z-index: 2;
}

.kg-v2-service-hero-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse 75% 55% at 50% 25%, rgba(239, 213, 0, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 95% 85% at 50% 50%, transparent 35%, rgba(2, 3, 5, 0.85) 100%);
  z-index: 3;
}

.kg-v2-service-hero .kg-v2-container {
  position: relative;
  z-index: 4;
}

.kg-v2-service-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
}

.kg-v2-service-hero .kg-v2-main-heading {
  font-size: clamp(26px, 3.8vw, 44px);
  line-height: 1.35;
  margin-bottom: 18px;
  font-weight: 800;
}

.kg-v2-service-hero .kg-v2-main-lead {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #cbd5e1;
}

.kg-v2-service-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 48px;
}

/* Standalone Stats & Trust Band (Clean Horizontal Hierarchy) */
.kg-v2-stats-band {
  background-color: #06070a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 0;
}

.kg-v2-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .kg-v2-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .kg-v2-stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.kg-v2-stat-card {
  background: rgba(14, 17, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  transition: border-color 0.2s, transform 0.2s;
}

.kg-v2-stat-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-2px);
}

.kg-v2-stat-number {
  font-family: 'Heebo', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #efd500;
  line-height: 1.15;
}

.kg-v2-stat-label {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 2px;
}

.kg-v2-stat-sub {
  font-size: 12px;
  color: #8892a4;
  line-height: 1.4;
}

.kg-v2-trust-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.kg-v2-trust-box {
  background: rgba(8, 10, 14, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  transition: border-color 0.25s, transform 0.25s, background-color 0.25s;
}

.kg-v2-trust-box:hover {
  background: rgba(14, 16, 22, 0.85);
  border-color: rgba(239, 213, 0, 0.4);
  transform: translateY(-2px);
}

.kg-v2-trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efd500;
}

.kg-v2-trust-title {
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
}

.kg-v2-trust-desc {
  font-size: 11.5px;
  color: #8892a4;
  line-height: 1.4;
}

/* Split Content Section (Visual + Text) */
.kg-v2-split-section {
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-split-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}

.kg-v2-split-text h2.kg-v2-section-title {
  text-align: left;
}

.kg-v2-split-text .kg-v2-section-eyebrow {
  text-align: left;
}

.kg-v2-split-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0 0 16px 0;
}

.kg-v2-split-text p:last-child {
  margin-bottom: 0;
}

.kg-v2-split-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.7);
}

.kg-v2-split-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.kg-v2-split-visual:hover img {
  transform: scale(1.02);
}

/* Audience Segment Cards (Kimler İçin Uygun? & Neden Kobaş Garaj?) */
.kg-v2-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .kg-v2-audience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .kg-v2-audience-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.kg-v2-audience-card {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s, transform 0.2s;
}

.kg-v2-audience-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-2px);
}

.kg-v2-audience-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #efd500;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.kg-v2-audience-title {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.kg-v2-audience-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}

/* Mission & Vision Cards (Hakkımızda) */
.kg-v2-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .kg-v2-mv-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}

.kg-v2-mv-card {
  position: relative;
  background: linear-gradient(145deg, #0e1117 0%, #08090d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

@media (max-width: 640px) {
  .kg-v2-mv-card {
    padding: 22px 18px;
  }
}

.kg-v2-mv-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.kg-v2-mv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.kg-v2-mv-title {
  font-family: 'Heebo', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 640px) {
  .kg-v2-mv-title {
    font-size: 19px;
  }
}

.kg-v2-mv-pill {
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #efd500;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.25);
  padding: 4px 12px;
  border-radius: 9999px;
  white-space: nowrap;
}

.kg-v2-mv-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0 0 24px 0;
}

@media (max-width: 640px) {
  .kg-v2-mv-desc {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}

.kg-v2-mv-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #efd500;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

/* Partner Brands Ribbon */
.kg-v2-brands-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 48px 0;
  background-color: #06070a;
}

.kg-v2-brands-title {
  text-align: center;
  font-family: 'Heebo', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8892a4;
  margin-bottom: 24px;
}

.kg-v2-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .kg-v2-brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .kg-v2-brands-grid {
    grid-template-columns: 1fr;
  }
}

.kg-v2-brand-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.kg-v2-brand-box:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(239, 213, 0, 0.3);
  transform: translateY(-2px);
}

.kg-v2-brand-logo {
  height: 32px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  filter: brightness(0.9);
}

.kg-v2-brand-name {
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 4px;
}

.kg-v2-brand-desc {
  font-size: 11.5px;
  color: #efd500;
  font-weight: 600;
}

/* Interactive Map Card (İletişim) */
.kg-v2-map-card {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.kg-v2-map-frame {
  width: 100%;
  height: 340px;
  border: 0;
  display: block;
}

.kg-v2-map-footer {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(6, 7, 10, 0.95);
}

.kg-v2-map-title {
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  display: block;
}

.kg-v2-map-addr {
  color: #8892a4;
  font-size: 12px;
  display: block;
}

/* Split Highlight Points */
.kg-v2-split-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.kg-v2-point-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color 0.2s;
}

.kg-v2-point-item:hover {
  border-color: rgba(239, 213, 0, 0.3);
}

.kg-v2-pt-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efd500;
  flex-shrink: 0;
  margin-top: 2px;
}

.kg-v2-pt-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.kg-v2-pt-text strong {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.kg-v2-pt-text span {
  font-size: 12.5px;
  color: #8892a4;
  line-height: 1.5;
}

/* Packages Grid (Seçenekler) */
.kg-v2-pkg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 32px;
}

.kg-v2-pkg-card {
  background: linear-gradient(145deg, #0f1218 0%, #0a0c10 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.kg-v2-pkg-card:hover {
  border-color: rgba(239, 213, 0, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
}

.kg-v2-pkg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.kg-v2-pkg-title {
  font-family: 'Heebo', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.kg-v2-pkg-pill {
  font-size: 10.5px;
  font-weight: 700;
  color: #000000;
  background: #efd500;
  padding: 3px 9px;
  border-radius: 9999px;
}

.kg-v2-pkg-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}

/* Package Banner Callout */
.kg-v2-pkg-callout {
  background: radial-gradient(ellipse at center, rgba(239, 213, 0, 0.07) 0%, rgba(14, 16, 21, 0.95) 100%), #0a0c10;
  border: 1px solid rgba(239, 213, 0, 0.3);
  border-radius: 14px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.kg-v2-pkg-callout-text {
  font-family: 'Heebo', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3px;
  margin: 0;
}

.kg-v2-pkg-callout-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Responsive Overrides for Service Pages */
@media (max-width: 991px) {
  .kg-v2-split-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .kg-v2-trust-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .kg-v2-audience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .kg-v2-pkg-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .kg-v2-service-hero {
    min-height: auto;
    display: block;
    padding: 96px 0 44px;
    box-sizing: border-box;
  }
  .kg-v2-service-hero .kg-v2-container {
    width: 100%;
  }
  .kg-v2-service-hero-inner {
    display: block;
    text-align: center;
    padding: 0 4px;
  }
  .kg-v2-service-hero-bg-img {
    object-position: center 25%;
    filter: brightness(0.24) contrast(1.15);
  }
  .kg-v2-service-hero .kg-v2-tag-label {
    margin-bottom: 14px;
    font-size: clamp(9px, 2.5vw, 10.5px);
    padding: 5px 12px;
    letter-spacing: 0.6px;
    line-height: 1.4;
    border-radius: 9999px;
    gap: 6px;
    white-space: normal;
    text-align: center;
    border-color: rgba(239, 213, 0, 0.25);
    background: rgba(239, 213, 0, 0.08);
  }
  .kg-v2-service-hero .kg-v2-tag-label .kg-v2-dot {
    width: 5px;
    height: 5px;
    flex-shrink: 0;
  }
  .kg-v2-service-hero .kg-v2-main-heading {
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 1.35;
    margin-bottom: 14px;
    font-weight: 800;
  }
  .kg-v2-service-hero .kg-v2-main-heading br {
    display: inline;
  }
  .kg-v2-service-hero .kg-v2-main-lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 480px;
    color: #cbd5e1;
  }
  .kg-v2-service-hero-actions {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
  }
  /* Hide "Hızlı Teklif Al" button on mobile service hero and callouts */
  .kg-v2-service-hero-actions .kg-v2-btn-pill-primary,
  .kg-v2-pkg-callout-actions .kg-v2-btn-pill-primary {
    display: none !important;
  }
  .kg-v2-service-hero-actions .kg-v2-btn-pill-glass,
  .kg-v2-service-hero-actions .kg-v2-btn-whatsapp {
    flex: 1 1 50%;
    min-width: 140px;
    justify-content: center;
    padding: 13px 14px;
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 999px;
    gap: 7px;
  }
  .kg-v2-pkg-callout-actions {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .kg-v2-pkg-callout-actions .kg-v2-btn-pill-glass {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 13px 20px;
  }
  .kg-v2-service-hero .kg-v2-trust-grid-4 {
    display: none !important;
  }
  .kg-v2-split-section {
    padding: 44px 0;
  }
  .kg-v2-split-text p {
    font-size: 13px;
    line-height: 1.55;
  }
  .kg-v2-audience-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .kg-v2-audience-card {
    padding: 16px 14px;
    border-radius: 11px;
  }
  .kg-v2-audience-title {
    font-size: 16px;
  }
  .kg-v2-audience-desc {
    font-size: 12.5px;
    line-height: 1.5;
  }
  .kg-v2-pkg-card {
    padding: 18px 16px;
    border-radius: 12px;
  }
  .kg-v2-pkg-title {
    font-size: 17px;
  }
  .kg-v2-pkg-desc {
    font-size: 13px;
    line-height: 1.55;
  }
  .kg-v2-pkg-callout {
    padding: 18px 16px;
    border-radius: 12px;
    flex-direction: column;
    text-align: center;
  }
  .kg-v2-pkg-callout-text {
    font-size: 13.5px;
    line-height: 1.4;
  }
  .kg-v2-pkg-callout-actions {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   13. DEDICATED MOBILE UX ENHANCEMENTS FOR HAKKIMIZDA & SERVICE PAGES
   ========================================================================== */
@media (max-width: 991px) {
  .kg-v2-mv-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  /* Hero Spacing & Typography */
  .kg-v2-service-hero {
    padding: 85px 0 36px !important;
    min-height: auto !important;
  }
  .kg-v2-service-hero-inner {
    padding: 0 8px !important;
  }
  .kg-v2-service-hero .kg-v2-main-heading {
    font-size: clamp(21px, 6.2vw, 27px) !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
    word-break: break-word !important;
  }
  .kg-v2-service-hero .kg-v2-main-lead {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
  }
  .kg-v2-service-hero-actions {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    gap: 10px !important;
  }
  .kg-v2-service-hero-actions .kg-v2-btn-whatsapp,
  .kg-v2-service-hero-actions .kg-v2-btn-pill-glass {
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    padding: 13px 16px !important;
    font-size: 13.5px !important;
    text-align: center !important;
    justify-content: center !important;
  }

  /* Stats Band on Mobile: Clean Sleek Horizontal Row Cards */
  .kg-v2-stats-band {
    padding: 24px 0 !important;
  }
  .kg-v2-stats-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .kg-v2-stat-card {
    flex-direction: row !important;
    align-items: center !important;
    text-align: left !important;
    padding: 14px 18px !important;
    gap: 16px !important;
    border-radius: 12px !important;
  }
  .kg-v2-stat-number {
    font-size: 24px !important;
    min-width: 75px !important;
    flex-shrink: 0 !important;
    text-align: center !important;
  }
  .kg-v2-stat-label {
    font-size: 13.5px !important;
    margin-top: 0 !important;
  }
  .kg-v2-stat-sub {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }

  /* Mission & Vision Cards on Mobile: Full-width, Spacious, No Text Crunching */
  .kg-v2-mv-card {
    padding: 22px 18px !important;
    border-radius: 14px !important;
  }
  .kg-v2-mv-header {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px 12px !important;
    margin-bottom: 12px !important;
  }
  .kg-v2-mv-title {
    font-size: 19px !important;
  }
  .kg-v2-mv-pill {
    font-size: 11px !important;
    padding: 3px 10px !important;
  }
  .kg-v2-mv-desc {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
  }
  .kg-v2-mv-footer {
    padding-top: 14px !important;
    font-size: 12.5px !important;
    gap: 8px !important;
  }

  /* Brands Ribbon Mobile */
  .kg-v2-brands-section {
    padding: 36px 0 !important;
  }
  .kg-v2-brands-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .kg-v2-brand-box {
    padding: 14px 10px !important;
    border-radius: 10px !important;
  }
  .kg-v2-brand-logo {
    height: 26px !important;
    max-width: 100px !important;
  }
  .kg-v2-brand-name {
    font-size: 12px !important;
  }
  .kg-v2-brand-desc {
    font-size: 10px !important;
  }
}

@media (max-width: 360px) {
  .kg-v2-brands-grid {
    grid-template-columns: 1fr !important;
  }
  .kg-v2-stat-card {
    flex-direction: column !important;
    text-align: center !important;
    padding: 14px !important;
    gap: 6px !important;
  }
  .kg-v2-stat-number {
    min-width: auto !important;
  }
}

/* ==========================================================================
   14. CORE WEB VITALS & PAGESPEED INSIGHTS OPTIMIZATIONS (CWV PERFORMANCE)
   ========================================================================== */

/* Modern Content-Visibility: Skips offscreen layout calculation until scrolled near */
.kg-v2-brands-section,
.kg-v2-faq-section,
.kg-v2-contact-section,
.kg-v2-footer,
.kg-v2-regions-section,
.kg-v2-process-section,
.kg-v2-why-us {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}

/* Zero CLS Guarantee: Explicit intrinsic ratios for responsive image containers */
.kg-v2-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #0d0f14;
}

.kg-v2-split-visual {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #0d0f14;
}

.kg-v2-brand-logo,
.kg-v2-brand-asset {
  display: block;
  object-fit: contain;
}

/* GPU Acceleration for Interactive Transforms */
.kg-v2-btn-whatsapp,
.kg-v2-btn-pill-primary,
.kg-v2-btn-pill-glass,
.kg-v2-card,
.kg-v2-service-card,
.kg-v2-stat-card,
.kg-v2-mv-card {
  will-change: transform;
  transform: translateZ(0);
}

/* Accessibility & Low-power CPU Optimization */
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   13. LUXURY BLOG & GUIDE SYSTEM (Archive & Single Article)
   ========================================================================== */

.kg-v2-blog-main,
.kg-v2-single-main {
  min-height: 80vh;
  background-color: #030406;
  padding-bottom: 90px;
}

/* Blog Archive Hero */
.kg-v2-blog-hero {
  position: relative;
  padding: 140px 0 50px;
  background-color: #030406;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  text-align: center;
}

.kg-v2-blog-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.kg-v2-blog-hero .kg-v2-main-lead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: #cbd5e1;
}

/* Category Filter Bar */
.kg-v2-cat-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 36px 0 0;
}

.kg-v2-cat-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 9999px;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: all 0.2s ease;
}

.kg-v2-cat-btn:hover,
.kg-v2-cat-btn.is-active {
  color: #000000;
  background: #efd500;
  border-color: #efd500;
  transform: translateY(-1px);
}

/* Featured Article Card */
.kg-v2-featured-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.kg-v2-featured-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: linear-gradient(145deg, #0d1016 0%, #080a0e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
}

.kg-v2-featured-card:hover {
  border-color: rgba(239, 213, 0, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
}

.kg-v2-featured-media {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  background-color: #0d0f14;
}

.kg-v2-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.kg-v2-featured-card:hover .kg-v2-featured-media img {
  transform: scale(1.04);
}

.kg-v2-featured-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kg-v2-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 12.5px;
  color: #8892a4;
}

.kg-v2-post-pill {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 9999px;
  background: rgba(239, 213, 0, 0.12);
  color: #efd500;
  border: 1px solid rgba(239, 213, 0, 0.3);
}

.kg-v2-featured-title {
  font-family: 'Heebo', sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 14px;
  transition: color 0.2s;
}

.kg-v2-featured-card:hover .kg-v2-featured-title {
  color: #efd500;
}

.kg-v2-featured-excerpt {
  font-size: 14.5px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0 0 24px;
}

.kg-v2-read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #efd500;
}

/* Blog Posts Grid */
.kg-v2-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 60px;
}

.kg-v2-post-card {
  background: linear-gradient(145deg, #0d1016 0%, #080a0e 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
}

.kg-v2-post-card:hover {
  border-color: rgba(239, 213, 0, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
}

.kg-v2-post-card-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #0d0f14;
}

.kg-v2-post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.kg-v2-post-card:hover .kg-v2-post-card-thumb img {
  transform: scale(1.05);
}

.kg-v2-post-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.kg-v2-post-card-title {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 12px;
  transition: color 0.2s;
}

.kg-v2-post-card:hover .kg-v2-post-card-title {
  color: #efd500;
}

.kg-v2-post-card-excerpt {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 20px;
  flex-grow: 1;
}

.kg-v2-post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12.5px;
  font-weight: 600;
  color: #efd500;
}

/* Single Article Layout */
.kg-v2-single-hero {
  padding: 130px 0 40px;
  background: radial-gradient(ellipse 70% 50% at 50% 20%, rgba(239, 213, 0, 0.06) 0%, transparent 70%), #030406;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kg-v2-article-header {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.kg-v2-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #8892a4;
  margin-bottom: 20px;
}

.kg-v2-breadcrumbs a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.kg-v2-breadcrumbs a:hover {
  color: #efd500;
}

.kg-v2-breadcrumbs-sep {
  opacity: 0.5;
}

.kg-v2-article-title {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 20px;
}

.kg-v2-article-meta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #8892a4;
  margin-bottom: 30px;
}

.kg-v2-article-cover {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 16 / 9;
  background-color: #0d0f14;
}

.kg-v2-article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kg-v2-article-wrap {
  max-width: 820px;
  margin: 50px auto 0;
  padding: 0 16px;
}

.kg-v2-article-content {
  font-size: 16px;
  line-height: 1.85;
  color: #cbd5e1;
}

.kg-v2-article-content h2 {
  font-family: 'Heebo', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 44px 0 18px;
  line-height: 1.35;
  border-left: 3px solid #efd500;
  padding-left: 14px;
}

.kg-v2-article-content h3 {
  font-family: 'Heebo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #efd500;
  margin: 32px 0 14px;
  line-height: 1.4;
}

.kg-v2-article-content p {
  margin: 0 0 22px;
}

.kg-v2-article-content ul,
.kg-v2-article-content ol {
  margin: 0 0 26px;
  padding-left: 24px;
}

.kg-v2-article-content li {
  margin-bottom: 10px;
}

.kg-v2-article-content strong {
  color: #ffffff;
}

.kg-v2-article-content blockquote {
  border-left: 3px solid #efd500;
  background: rgba(239, 213, 0, 0.05);
  margin: 30px 0;
  padding: 18px 24px;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #e2e8f0;
}

.kg-v2-tip-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(239, 213, 0, 0.3);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 32px 0;
  color: #cbd5e1;
}

.kg-v2-tip-box strong {
  color: #efd500;
}

/* Responsive Article Table */
.kg-v2-article-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 32px 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-overflow-scrolling: touch;
}

.kg-v2-article-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.kg-v2-article-table th {
  background: rgba(239, 213, 0, 0.08);
  color: #efd500;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

.kg-v2-article-table td {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  font-size: 13.5px;
}

.kg-v2-article-table tr:last-child td {
  border-bottom: none;
}

.kg-v2-article-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

/* In-article Figures & Captions */
.kg-v2-article-figure {
  margin: 36px 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #080a0f;
}

.kg-v2-article-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.kg-v2-article-figure figcaption {
  padding: 12px 18px;
  font-size: 12.5px;
  color: #8892a4;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* Article Accordion / FAQ */
.kg-v2-article-faq {
  margin: 36px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kg-v2-article-faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 18px 20px;
}

.kg-v2-article-faq-q {
  font-family: 'Heebo', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #efd500;
  margin-bottom: 8px;
}

.kg-v2-article-faq-a {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
}

/* Article Author Studio Box */
.kg-v2-author-card {
  margin-top: 50px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.kg-v2-author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #efd500;
  object-fit: cover;
  flex-shrink: 0;
}

.kg-v2-author-info strong {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 4px;
}

.kg-v2-author-info p {
  font-size: 13.5px;
  color: #8892a4;
  margin: 0;
  line-height: 1.5;
}

/* Blog Pagination */
.kg-v2-pagination {
  margin: 50px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.kg-v2-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kg-v2-pagination .page-numbers:hover {
  background: rgba(239, 213, 0, 0.1);
  border-color: rgba(239, 213, 0, 0.4);
  color: #efd500;
}

.kg-v2-pagination .page-numbers.current {
  background: #efd500;
  border-color: #efd500;
  color: #000000;
  font-weight: 700;
  pointer-events: none;
}

/* Blog Responsive Rules */
@media (max-width: 991px) {
  .kg-v2-featured-card {
    grid-template-columns: 1fr;
  }
  .kg-v2-featured-media {
    min-height: 240px;
  }
  .kg-v2-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .kg-v2-blog-grid {
    grid-template-columns: 1fr;
  }
  .kg-v2-featured-body {
    padding: 24px 20px;
  }
  .kg-v2-featured-title {
    font-size: 20px;
  }
  .kg-v2-author-card {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   14. HOMEPAGE LATEST BLOG SECTION
   ========================================================================== */

.kg-v2-latest-blog-section {
  padding: 88px 0 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #020305;
  position: relative;
}

.kg-v2-latest-blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.kg-v2-latest-blog-header .kg-v2-section-title {
  text-align: left;
  margin-bottom: 8px;
}

.kg-v2-latest-blog-header .kg-v2-section-desc {
  text-align: left;
  margin-bottom: 0;
  max-width: 620px;
}

.kg-v2-btn-all-posts {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  background: rgba(239, 213, 0, 0.06);
  border: 1px solid rgba(239, 213, 0, 0.3);
  color: #efd500;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.kg-v2-btn-all-posts:hover {
  background: #efd500;
  color: #000000;
  box-shadow: 0 4px 20px rgba(239, 213, 0, 0.25);
  transform: translateY(-2px);
}

.kg-v2-btn-all-posts-mobile {
  display: none;
  margin-top: 36px;
  text-align: center;
}

@media (max-width: 767px) {
  .kg-v2-latest-blog-section {
    padding: 60px 0;
  }
  .kg-v2-latest-blog-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .kg-v2-latest-blog-header .kg-v2-btn-all-posts {
    display: none;
  }
  .kg-v2-btn-all-posts-mobile {
    display: block;
  }
  .kg-v2-btn-all-posts-mobile .kg-v2-btn-all-posts {
    display: inline-flex;
  }
}

/* ==========================================================================
   15. HOMEPAGE INSTAGRAM LIVE FEED SECTION
   ========================================================================== */

.kg-v2-instagram-section {
  padding: 88px 0 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #040508;
  position: relative;
}

.kg-v2-insta-dot {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  box-shadow: 0 0 10px rgba(225, 48, 108, 0.6) !important;
}

.kg-v2-instagram-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.kg-v2-instagram-header .kg-v2-section-title {
  text-align: left;
  margin-bottom: 8px;
}

.kg-v2-instagram-header .kg-v2-section-desc {
  text-align: left;
  margin-bottom: 0;
  max-width: 600px;
}

.kg-v2-insta-account-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 10px 8px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.kg-v2-insta-account-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kg-v2-insta-logo-icon {
  color: #e1306c;
  flex-shrink: 0;
}

.kg-v2-insta-handle {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.kg-v2-insta-sub {
  display: block;
  font-size: 11px;
  color: #8892a4;
  line-height: 1.2;
}

.kg-v2-btn-insta-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.kg-v2-btn-insta-follow:hover {
  box-shadow: 0 4px 20px rgba(225, 48, 108, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}

/* Instagram Grid */
.kg-v2-instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.kg-v2-insta-card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0d13;
  display: block;
  text-decoration: none;
}

.kg-v2-insta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.kg-v2-insta-reel-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.kg-v2-insta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 3, 5, 0.95) 0%, rgba(2, 3, 5, 0.5) 50%, rgba(2, 3, 5, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 14px;
  z-index: 3;
}

.kg-v2-insta-card:hover .kg-v2-insta-overlay {
  opacity: 1;
}

.kg-v2-insta-card:hover img {
  transform: scale(1.08);
}

.kg-v2-insta-overlay-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.kg-v2-insta-cam-icon {
  color: #efd500;
}

.kg-v2-insta-likes {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.kg-v2-insta-likes svg {
  color: #e1306c;
}

.kg-v2-insta-caption {
  font-size: 12px;
  color: #cbd5e1;
  line-height: 1.4;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kg-v2-insta-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 700;
  color: #efd500;
}

.kg-v2-insta-mobile-action {
  display: none;
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 1199px) {
  .kg-v2-instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .kg-v2-instagram-section {
    padding: 60px 0;
  }
  .kg-v2-instagram-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .kg-v2-insta-account-badge {
    display: none;
  }
  .kg-v2-instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .kg-v2-insta-overlay {
    padding: 10px 8px;
  }
  .kg-v2-insta-caption {
    display: none;
  }
  .kg-v2-insta-mobile-action {
    display: block;
  }
}

/* ==========================================================================
   26. Service Cross-Links & Topic Clusters (Internal Linking Architecture)
   ========================================================================== */

.kg-v2-service-hero-breadcrumbs {
  margin-bottom: 24px;
}

.kg-v2-service-hero-breadcrumbs .kg-v2-breadcrumbs {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.kg-v2-crosslinks-section {
  padding: 100px 0 80px;
  background: #020305;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.kg-v2-crosslinks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.kg-v2-crosslink-card {
  background: #07090e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.kg-v2-crosslink-card:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 213, 0, 0.35);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 20px rgba(239, 213, 0, 0.08);
}

.kg-v2-crosslink-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.kg-v2-crosslink-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.kg-v2-crosslink-card:hover .kg-v2-crosslink-thumb img {
  transform: scale(1.05);
}

.kg-v2-crosslink-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(7, 9, 14, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(239, 213, 0, 0.3);
  color: #efd500;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.3px;
}

.kg-v2-crosslink-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.kg-v2-crosslink-tag {
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #efd500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.kg-v2-crosslink-title {
  font-family: 'Heebo', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.35;
}

.kg-v2-crosslink-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0 0 20px;
  flex-grow: 1;
}

.kg-v2-crosslink-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Heebo', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #efd500;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
  margin-top: auto;
}

.kg-v2-crosslink-btn:hover {
  color: #ffffff;
  gap: 12px;
}

.kg-v2-cluster-section {
  padding: 80px 0 100px;
  background: #020305;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

@media (max-width: 991px) {
  .kg-v2-crosslinks-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ==========================================================================
   Real Studio Application Proof (Showcase) Styles
   ========================================================================== */
.kg-v2-real-showcase-section {
  padding: 80px 0 100px;
  background: #06070a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.kg-v2-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.kg-v2-showcase-card {
  background: #0c0e14;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.kg-v2-showcase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 213, 0, 0.3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.kg-v2-showcase-highlight {
  border-color: rgba(239, 213, 0, 0.4);
  box-shadow: 0 0 20px rgba(239, 213, 0, 0.08);
}

.kg-v2-showcase-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #020305;
}

.kg-v2-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.kg-v2-showcase-card:hover .kg-v2-showcase-img {
  transform: scale(1.05);
}

.kg-v2-showcase-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(6, 7, 10, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(239, 213, 0, 0.3);
  color: #efd500;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.kg-v2-showcase-studio {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 4px;
}

.kg-v2-showcase-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.kg-v2-showcase-heading {
  font-family: 'Heebo', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.35;
}

.kg-v2-showcase-p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0 0 20px;
  flex-grow: 1;
}

.kg-v2-showcase-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: auto;
}

.kg-v2-showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kg-v2-showcase-link:hover {
  color: #ffffff;
}

.kg-v2-showcase-link-gold {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #efd500;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.kg-v2-showcase-link-gold:hover {
  color: #ffe833;
  gap: 8px;
}

.kg-v2-showcase-footer-bar {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.kg-v2-showcase-footer-content {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 650px;
}

.kg-v2-showcase-icon-flag {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(239, 213, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kg-v2-showcase-footer-content strong {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.kg-v2-showcase-footer-content p {
  font-size: 0.88rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .kg-v2-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .kg-v2-showcase-grid {
    grid-template-columns: 1fr;
  }
  .kg-v2-showcase-footer-bar {
    padding: 20px;
  }
}

/* ==========================================================================
   26. COMPLETENESS & RESILIENCE ADDITIONS (GATE 2.2.2)
   ========================================================================== */

/* Editorial Callout & Notice Boxes */
.kg-v2-editorial-callout {
  background: rgba(212, 175, 55, 0.08);
  border-left: 4px solid #d4af37;
  padding: 18px 22px;
  margin: 0 0 30px 0;
  border-radius: 0 8px 8px 0;
}
.kg-v2-editorial-callout p:first-child {
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #d4af37;
  font-size: 1.05rem;
}
.kg-v2-editorial-callout p:last-child {
  margin: 0;
  font-size: 0.95rem;
  color: #cbd5e1;
  line-height: 1.6;
}
.kg-v2-editorial-callout a {
  color: #d4af37;
  text-decoration: underline;
  font-weight: 600;
}

/* Pillar Grid alias */
.kg-v2-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .kg-v2-pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .kg-v2-pillar-grid {
    grid-template-columns: 1fr;
  }
}

/* Single Article Wrapper & Semantic Helpers */
.kg-v2-single-article {
  width: 100%;
  position: relative;
}
.kg-v2-gold-link {
  color: #efd500;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.kg-v2-gold-link:hover {
  color: #ffffff;
}
.kg-v2-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kg-v2-footer-direct-contact {
  margin-top: 8px;
}
.kg-v2-footer-logo-link {
  display: inline-block;
  line-height: 0;
}
.kg-v2-faq-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kg-v2-faq-q-text {
  flex: 1;
}
.kg-v2-instagram-heading-group,
.kg-v2-latest-blog-heading-group {
  display: flex;
  flex-direction: column;
}
.kg-v2-intro-main,
.kg-v2-service-main {
  width: 100%;
}
.kg-v2-pricing-guide-banner {
  background: rgba(239, 213, 0, 0.05);
  border: 1px solid rgba(239, 213, 0, 0.2);
  border-radius: 12px;
  padding: 24px;
  margin: 32px 0;
}
.kg-v2-region-name {
  font-weight: 700;
  color: #ffffff;
}
.kg-v2-service-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.kg-v2-step-body,
.kg-v2-step-connector,
.kg-v2-step-header {
  position: relative;
}
.kg-v2-why-manifesto {
  line-height: 1.7;
}
.kg-v2-quote-header {
  margin-bottom: 24px;
}

/* =====================================================
   KOBAŞ GARAJ — PRICE PAGE VISUAL REBUILD 3.1
   Automotive Editorial Design System & High-Conversion Layout
   ===================================================== */

/* 1. Container & Utility */
.kg-price-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.kg-price-gold {
  color: #efd500 !important;
}
.kg-price-text-center {
  text-align: center;
}
.kg-price-text-center .kg-v2-section-eyebrow {
  justify-content: center;
}
.kg-price-text-center .kg-v2-section-desc {
  margin-left: auto;
  margin-right: auto;
}

/* 2. Split Hero Grid (58% / 42%) */
.kg-price-hero {
  position: relative;
  background-color: #000000;
  padding: 60px 0 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.kg-price-hero-grid {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 48px;
  align-items: center;
}
.kg-price-hero-content {
  position: relative;
  z-index: 2;
}
.kg-price-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #94a3b8;
  margin-bottom: 16px;
}
.kg-price-breadcrumbs a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.kg-price-breadcrumbs a:hover {
  color: #efd500;
}
.kg-price-breadcrumbs-sep {
  color: rgba(255, 255, 255, 0.2);
}
.kg-price-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.22);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #efd500;
  margin-bottom: 18px;
}
.kg-price-eyebrow-dot {
  width: 6px;
  height: 6px;
  background-color: #efd500;
  border-radius: 50%;
  box-shadow: 0 0 8px #efd500;
}
.kg-price-hero-h1 {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}
.kg-price-hero-lead {
  font-size: 16px;
  line-height: 1.68;
  color: #cbd5e1;
  margin: 0 0 28px 0;
  max-width: 600px;
}
.kg-price-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* Primary Commercial CTA Button (48px height, high-contrast yellow) */
.kg-price-btn-primary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #efd500;
  color: #000000 !important;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 4px 18px rgba(239, 213, 0, 0.28);
}
.kg-price-btn-primary:hover {
  background: #ffea2b;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(239, 213, 0, 0.45);
}
.kg-price-btn-primary svg {
  transition: transform 0.2s ease;
}
.kg-price-btn-primary:hover svg {
  transform: translateX(3px);
}

/* Secondary CTA Button (Dark Glass / WhatsApp / Action) */
.kg-price-btn-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  font-family: 'Heebo', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}
.kg-price-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: #efd500 !important;
}

/* Tertiary Link (Hizmet Detayları) */
.kg-price-btn-ghost {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  color: #efd500 !important;
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(239, 213, 0, 0.3);
  transition: all 0.2s ease;
}
.kg-price-btn-ghost:hover {
  background: rgba(239, 213, 0, 0.1);
  border-color: #efd500;
  transform: translateY(-2px);
}

/* Compact Horizontal Trust Strip (Replaces stacked cards) */
.kg-price-trust-strip {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.kg-price-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kg-price-trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.2);
  color: #efd500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kg-price-trust-text {
  display: flex;
  flex-direction: column;
}
.kg-price-trust-title {
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}
.kg-price-trust-desc {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.25;
}

/* Right Media Card in Hero */
.kg-price-hero-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 40px rgba(239, 213, 0, 0.05);
  aspect-ratio: 4 / 3;
  background-color: #0d1017;
}
.kg-price-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) contrast(1.08);
  transition: transform 0.5s ease;
}
.kg-price-hero-media:hover .kg-price-hero-img {
  transform: scale(1.03);
}
.kg-price-hero-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
}
.kg-price-hero-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(10, 13, 20, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kg-price-hero-badge-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kg-price-hero-badge-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
}
.kg-price-hero-badge-title {
  font-family: 'Heebo', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
}
.kg-price-hero-badge-sub {
  font-size: 11px;
  color: #efd500;
  font-weight: 600;
}

/* 3. Section Background Rhythm */
.kg-price-section-factors {
  background-color: #080a0f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 72px 0;
}
.kg-price-section-scope {
  background-color: #0d1017;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 76px 0;
}
.kg-price-section-fit {
  background-color: #050608;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 72px 0;
}

/* 4. Pricing Factors Grid (3-column editorial grid) */
.kg-price-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.kg-price-factor-card {
  background: #0d1017;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.kg-price-section-factors .kg-price-factor-card {
  background: #0a0d14;
}
.kg-price-factor-card:hover {
  border-color: rgba(239, 213, 0, 0.38);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.kg-price-factor-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.kg-price-factor-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.2);
  color: #efd500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kg-price-factor-title {
  font-family: 'Heebo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}
.kg-price-factor-desc {
  font-size: 14px;
  line-height: 1.62;
  color: #94a3b8;
  margin: 0 0 16px 0;
  flex: 1;
}
.kg-price-factor-why {
  background: rgba(255, 255, 255, 0.025);
  border-left: 2px solid #efd500;
  padding: 8px 12px;
  border-radius: 0 6px 6px 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #cbd5e1;
}
.kg-price-factor-why strong {
  color: #efd500;
  font-weight: 600;
}

/* 5. Visual Scope Selection Cards */
.kg-price-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.kg-price-scope-card {
  background: #090c12;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.kg-price-scope-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6);
}
.kg-price-scope-card.is-popular {
  border-color: rgba(239, 213, 0, 0.5);
  background: linear-gradient(180deg, #121724 0%, #0a0d14 100%);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6), 0 0 30px rgba(239, 213, 0, 0.06);
}
.kg-price-scope-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #efd500;
  margin-bottom: 10px;
  display: inline-block;
}
.kg-price-scope-title {
  font-family: 'Heebo', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.kg-price-scope-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 20px 0;
  flex: 1;
}
.kg-price-metric-row {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 20px;
}
.kg-price-metric-item {
  text-align: center;
}
.kg-price-metric-val {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #efd500;
}
.kg-price-metric-lbl {
  font-size: 11px;
  color: #94a3b8;
}

/* PPF 2-Column Comparison Table Module */
.kg-price-ppf-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.kg-price-ppf-compare-card {
  background: #090c12;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.kg-price-ppf-compare-card.is-featured {
  background: linear-gradient(180deg, #121724 0%, #090c12 100%);
  border-color: rgba(239, 213, 0, 0.45);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6), 0 0 32px rgba(239, 213, 0, 0.06);
}
.kg-price-compare-badge-wrap {
  position: absolute;
  top: -12px;
  right: 24px;
}
.kg-price-compare-badge {
  display: inline-block;
  background: #efd500;
  color: #000000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
}
.kg-price-compare-title {
  font-family: 'Heebo', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.kg-price-compare-tagline {
  font-size: 14px;
  color: #94a3b8;
  margin: 0 0 20px 0;
}
.kg-price-compare-spec-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.kg-price-compare-spec-pill {
  font-size: 12px;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
}
.kg-price-compare-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}
.kg-price-compare-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #e2e8f0;
  line-height: 1.5;
}
.kg-price-compare-item svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #efd500;
}
.kg-price-compare-item.is-dimmed {
  color: #64748b;
}
.kg-price-compare-item.is-dimmed svg {
  color: #475569;
}
.kg-price-compare-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.kg-price-compare-target {
  font-size: 13px;
  color: #94a3b8;
}
.kg-price-compare-target strong {
  color: #ffffff;
}

/* Ceramic 5-Step Visual Timeline */
.kg-price-ceramic-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
  position: relative;
}
.kg-price-ceramic-step-card {
  background: #090c12;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.kg-price-ceramic-step-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-2px);
}
.kg-price-ceramic-step-num {
  font-family: 'Heebo', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #efd500;
  background: rgba(239, 213, 0, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 12px;
}
.kg-price-ceramic-step-title {
  font-family: 'Heebo', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.35;
}
.kg-price-ceramic-step-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0;
}
.kg-price-ceramic-callout {
  background: rgba(239, 213, 0, 0.04);
  border: 1px solid rgba(239, 213, 0, 0.2);
  border-radius: 12px;
  padding: 18px 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.kg-price-ceramic-callout-icon {
  color: #efd500;
  flex-shrink: 0;
}
.kg-price-ceramic-callout-text {
  font-size: 14px;
  color: #e2e8f0;
  line-height: 1.6;
  margin: 0;
}
.kg-price-ceramic-callout-text strong {
  color: #ffffff;
}

/* Araç Kaplama Finishes & Scope */
.kg-price-wrap-finishes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.kg-price-wrap-finish-card {
  background: #090c12;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.kg-price-wrap-finish-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.kg-price-wrap-finish-dot.is-gloss {
  background: linear-gradient(135deg, #475569 0%, #000000 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4);
}
.kg-price-wrap-finish-dot.is-matte {
  background: #1e293b;
  border-style: dashed;
}
.kg-price-wrap-finish-dot.is-satin {
  background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
  border-color: rgba(239, 213, 0, 0.5);
}
.kg-price-wrap-finish-title {
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3px 0;
}
.kg-price-wrap-finish-sub {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

/* 6. "Size Hangisi Uygun?" Fit Grid */
.kg-price-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.kg-price-fit-card {
  background: #090c12;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.kg-price-fit-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-2px);
}
.kg-price-fit-scenario {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.kg-price-fit-scenario-icon {
  color: #efd500;
  flex-shrink: 0;
  margin-top: 2px;
}
.kg-price-fit-scenario-text {
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.45;
  margin: 0;
}
.kg-price-fit-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #efd500;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.kg-price-fit-rec-title {
  font-family: 'Heebo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0 0 6px 0;
}
.kg-price-fit-rec-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0;
}

/* 7. Dedicated Closing Conversion Form Section (2-column) */
.kg-price-contact-section {
  background-color: #0d1017;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 80px 0;
}
.kg-price-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.kg-price-contact-info {
  display: flex;
  flex-direction: column;
}
.kg-price-contact-title {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.kg-price-contact-desc {
  font-size: 15px;
  line-height: 1.68;
  color: #94a3b8;
  margin: 0 0 28px 0;
}
.kg-price-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.kg-price-contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #080a0f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.kg-price-contact-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateX(3px);
}
.kg-price-c-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.2);
  color: #efd500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kg-price-c-detail {
  display: flex;
  flex-direction: column;
}
.kg-price-c-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 600;
}
.kg-price-c-val {
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.kg-price-c-address {
  font-style: normal;
  font-size: 13.5px;
  color: #ffffff;
  line-height: 1.4;
}
.kg-price-wa-direct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(37, 211, 102, 0.12);
  color: #25d366 !important;
  border: 1px solid rgba(37, 211, 102, 0.3);
  font-family: 'Heebo', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.kg-price-wa-direct-btn:hover {
  background: #25d366;
  color: #000000 !important;
  border-color: #25d366;
}

/* Right Quote Form Card */
.kg-price-quote-card {
  background: #0a0d14;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}
.kg-price-quote-header {
  margin-bottom: 24px;
}
.kg-price-quote-title {
  font-family: 'Heebo', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
}
.kg-price-quote-subtitle {
  font-size: 13.5px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

/* 8. 3-Step Process & Crosslinks (Preserved and styled) */
.kg-v2-price-process-section {
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #080a0f;
}
.kg-v2-price-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 36px 0;
}
.kg-v2-price-step-card {
  background: #0d1017;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 30px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color 0.25s ease;
}
.kg-v2-price-step-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
}
.kg-v2-price-step-num {
  font-family: 'Heebo', sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #efd500;
  background: rgba(239, 213, 0, 0.08);
  border: 1px solid rgba(239, 213, 0, 0.2);
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kg-v2-price-step-title {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.kg-v2-price-step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}
.kg-v2-price-process-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.kg-v2-cross-price-section {
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #050608;
}
.kg-v2-cross-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.kg-v2-cross-price-card {
  background: #0a0d14;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.kg-v2-cross-price-card:hover {
  border-color: rgba(239, 213, 0, 0.35);
  transform: translateY(-2px);
}
.kg-v2-cross-price-card.is-current {
  border-color: rgba(239, 213, 0, 0.5);
  background: linear-gradient(180deg, #121722 0%, #0a0d14 100%);
}
.kg-v2-cross-price-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.kg-v2-cross-price-tag {
  font-size: 11px;
  color: #94a3b8;
}
.kg-v2-cross-price-badge {
  font-size: 10px;
  font-weight: 700;
  color: #efd500;
  background: rgba(239, 213, 0, 0.1);
  padding: 2px 7px;
  border-radius: 4px;
}
.kg-v2-cross-price-current-badge {
  font-size: 10px;
  font-weight: 800;
  color: #000000;
  background: #efd500;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.kg-v2-cross-price-title {
  font-family: 'Heebo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.kg-v2-cross-price-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0 0 18px 0;
  flex: 1;
}
.kg-v2-cross-price-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}
.kg-v2-cross-price-link,
.kg-v2-cross-price-pillar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #efd500;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.kg-v2-cross-price-link:hover,
.kg-v2-cross-price-pillar-link:hover {
  gap: 10px;
  color: #ffffff;
}

/* 9. Mobile Bottom Sticky Conversion Bar */
.kg-mobile-price-bar {
  display: none;
}

@media (max-width: 768px) {
  .kg-mobile-price-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 990;
    background: rgba(10, 12, 16, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 16px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.7);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .kg-mobile-price-bar.is-hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .kg-mobile-price-bar-inner {
    display: flex;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
  }
  .kg-mobile-price-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 999px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .kg-mobile-btn-quote {
    background: #efd500;
    color: #000000 !important;
    border: none;
    box-shadow: 0 2px 10px rgba(239, 213, 0, 0.3);
  }
  .kg-mobile-btn-wa {
    background: rgba(37, 211, 102, 0.15);
    color: #25d366 !important;
    border: 1px solid rgba(37, 211, 102, 0.4);
  }
  .kg-mobile-price-btn:active {
    transform: scale(0.98);
  }
}

/* 10. Responsive Breakpoints */
@media (max-width: 992px) {
  .kg-price-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .kg-price-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .kg-price-factor-grid,
  .kg-price-scope-grid,
  .kg-price-fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kg-price-ceramic-timeline {
    grid-template-columns: repeat(3, 1fr);
  }
  .kg-v2-cross-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .kg-price-hero {
    padding: 36px 0 32px;
  }
  .kg-price-hero-h1 {
    font-size: 28px;
    line-height: 1.22;
  }
  .kg-price-hero-lead {
    font-size: 14.5px;
    margin-bottom: 22px;
  }
  .kg-price-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .kg-price-btn-primary,
  .kg-price-btn-secondary {
    width: 100%;
    box-sizing: border-box;
  }
  .kg-price-trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-top: 20px;
  }
  .kg-price-trust-item {
    gap: 8px;
  }
  .kg-price-trust-icon {
    width: 28px;
    height: 28px;
  }
  .kg-price-trust-title {
    font-size: 12px;
  }
  .kg-price-trust-desc {
    font-size: 10.5px;
  }
  .kg-price-hero-media {
    aspect-ratio: 16 / 10;
  }
  .kg-price-section-factors,
  .kg-price-section-scope,
  .kg-price-section-fit,
  .kg-price-contact-section {
    padding: 48px 0;
  }
  .kg-price-factor-grid,
  .kg-price-scope-grid,
  .kg-price-ppf-compare-grid,
  .kg-price-fit-grid,
  .kg-price-wrap-finishes-grid,
  .kg-v2-price-steps-grid,
  .kg-v2-cross-price-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kg-price-ceramic-timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .kg-price-quote-card {
    padding: 24px 18px;
  }
  .kg-v2-price-process-section,
  .kg-v2-cross-price-section {
    padding: 56px 0;
  }
}
