/*
Theme Name: Konya Extreme ve Doga Park
Theme URI: https://konyapaintball.com
Author: Konya Extreme
Description: Konya Extreme ve Doga Park - Elementor uyumlu profesyonel WordPress temasi
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.9.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konya-extreme
*/

/* ==========================================================================
   DESIGN TOKENS
   ========================================================================== */
:root {
  /* Primary - Warm Gold/Amber palette */
  --gold-50: #FFFBEB;
  --gold-100: #FEF3C7;
  --gold-200: #FDE68A;
  --gold-300: #FCD34D;
  --gold-400: #FBBF24;
  --gold-500: #F59E0B;
  --gold-600: #D97706;
  --gold-700: #B45309;
  --gold-800: #92400E;
  --gold-900: #78350F;

  /* Accent - Deep Orange for energy */
  --accent: #EA580C;
  --accent-hover: #C2410C;

  /* Neutrals */
  --white: #FFFFFF;
  --gray-50: #FAFAFA;
  --gray-100: #F4F4F5;
  --gray-200: #E4E4E7;
  --gray-300: #D4D4D8;
  --gray-400: #A1A1AA;
  --gray-500: #71717A;
  --gray-600: #52525B;
  --gray-700: #3F3F46;
  --gray-800: #27272A;
  --gray-900: #18181B;
  --black: #09090B;

  /* Functional */
  --success: #22C55E;
  --whatsapp: #25D366;
  --whatsapp-dark: #128C7E;

  /* Spacing scale (8px base) */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Typography */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Sora', var(--font-sans);

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  --leading-tight: 1.2;
  --leading-normal: 1.6;
  --leading-relaxed: 1.75;

  /* Layout */
  --container: 1200px;
  --container-sm: 768px;
  --container-lg: 1400px;

  /* Radius */
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  --shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --shadow-md: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
  --shadow-xl: 0 25px 50px -12px rgba(0,0,0,0.25);
  --shadow-gold: 0 4px 14px rgba(245,158,11,0.25);
  --shadow-gold-lg: 0 10px 30px rgba(245,158,11,0.3);

  /* Transitions */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration: 250ms;
  --duration-slow: 400ms;
}

/* ==========================================================================
   RESET
   ========================================================================== */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; text-size-adjust:100%; }

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--gray-700);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,video,svg { display:block; max-width:100%; height:auto; }
a { text-decoration:none; color:inherit; transition:color var(--duration) var(--ease); }
ul,ol { list-style:none; }
button { border:none; background:none; cursor:pointer; font:inherit; }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: var(--leading-tight);
  color: var(--gray-900);
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
.container { width:100%; max-width:var(--container); margin:0 auto; padding:0 var(--space-6); }
.container-sm { max-width:var(--container-sm); }
.text-center { text-align:center; }
.text-gold { color:var(--gold-500); }
.text-accent { color:var(--accent); }
.text-muted { color:var(--gray-500); }
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0; }

/* ==========================================================================
   TOP BAR
   ========================================================================== */
.ke-topbar {
  background: var(--gray-900);
  padding: 8px 0;
  position: relative;
  z-index: 1001;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}

.ke-topbar.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.ke-topbar__inner {
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ke-topbar__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ke-topbar__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-400);
  transition: color 0.2s ease;
}

.ke-topbar__item:hover { color: var(--gold-400); }

.ke-topbar__item svg { flex-shrink: 0; opacity: 0.6; }

.ke-topbar__sep { color: var(--gray-700); font-size: 11px; }

.ke-topbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ke-topbar__social {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  transition: all 0.2s ease;
}

.ke-topbar__social:hover {
  background: var(--gold-500);
  color: var(--white);
}

/* ==========================================================================
   HEADER - Sticky Professional
   ========================================================================== */
.ke-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 0;
  transition: all 0.35s var(--ease);
}

.ke-header.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
  border-bottom-color: transparent;
}

.ke-header__inner {
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  height: 72px;
  transition: height 0.35s var(--ease);
}

.ke-header.scrolled .ke-header__inner { height: 60px; }

/* ── Logo ── */
.ke-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ke-header__logo-img {
  height: 42px;
  width: auto;
  transition: height 0.3s var(--ease);
}

.ke-header.scrolled .ke-header__logo-img { height: 36px; }

/* Logo text kaldırıldı - sadece görsel logo kullanılıyor */

/* ── Nav ── */
.ke-header__nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.ke-header__link {
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gray-600);
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s var(--ease);
  white-space: nowrap;
  position: relative;
}

.ke-header__link:hover {
  color: var(--gray-900);
  background: var(--gray-50);
}

.ke-header__link.active {
  color: var(--gold-700);
  background: var(--gold-50);
}

.ke-header__link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
}

/* ── Dropdown ── */
.ke-header__link--has-sub {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ke-header__link--has-sub svg {
  transition: transform 0.2s ease;
  opacity: 0.5;
}

.ke-header__dropdown {
  position: relative;
}

.ke-header__submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.02);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s var(--ease);
  z-index: 100;
}

.ke-header__submenu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

.ke-header__dropdown:hover .ke-header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.ke-header__dropdown:hover .ke-header__link--has-sub svg {
  transform: rotate(180deg);
}

.ke-header__submenu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-600);
  border-radius: 8px;
  transition: all 0.15s ease;
}

.ke-header__submenu a:hover {
  color: var(--gold-700);
  background: var(--gold-50);
}

.ke-header__submenu a svg {
  flex-shrink: 0;
  color: var(--gold-500);
  opacity: 0.7;
}

/* ── Right Actions ── */
.ke-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.ke-header__phone {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--gray-50);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-600);
  transition: all 0.2s ease;
}

.ke-header__phone:hover {
  background: var(--gold-50);
  color: var(--gold-600);
}

.ke-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--whatsapp);
  color: var(--white) !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  transition: all 0.25s var(--ease);
  box-shadow: 0 3px 12px rgba(37,211,102,0.25);
  white-space: nowrap;
}

.ke-header__cta:hover {
  background: #1FAD54;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
  color: var(--white) !important;
}

/* ── Mobile Toggle ── */
.ke-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background 0.2s var(--ease);
  z-index: 1002;
  flex-shrink: 0;
}

.ke-header__toggle:hover { background: var(--gray-50); }

.ke-header__toggle span {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background: var(--gray-800);
  border-radius: 2px;
  transition: all 0.3s var(--ease);
}

.ke-header__toggle span::before,
.ke-header__toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gray-800);
  border-radius: 2px;
  transition: all 0.3s var(--ease);
}

.ke-header__toggle span::before { top: -7px; }
.ke-header__toggle span::after { bottom: -7px; width: 14px; }

.ke-header__toggle.open span { background: transparent; }
.ke-header__toggle.open span::before { top: 0; transform: rotate(45deg); width: 20px; }
.ke-header__toggle.open span::after { bottom: 0; transform: rotate(-45deg); width: 20px; }

/* ==========================================================================
   MOBILE MENU (Slide-In Panel)
   ========================================================================== */
.ke-mobile {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  visibility: hidden;
}

.ke-mobile.open {
  pointer-events: all;
  visibility: visible;
}

.ke-mobile__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}

.ke-mobile.open .ke-mobile__overlay { opacity: 1; }

.ke-mobile__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: var(--white);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ke-mobile.open .ke-mobile__panel {
  transform: translateX(0);
}

.ke-mobile__body {
  padding: 90px 24px 40px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* ── Mobile Nav Links ── */
.ke-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ke-mobile__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-800);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.ke-mobile__link:hover,
.ke-mobile__link.active {
  color: var(--gold-700);
  background: var(--gold-50);
}

.ke-mobile__link svg {
  color: var(--gray-300);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.ke-mobile__link:hover svg { transform: translateX(3px); color: var(--gold-500); }

/* Sub links */
.ke-mobile__sub {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  margin-bottom: 4px;
  border-left: 2px solid var(--gold-200);
  margin-left: 16px;
}

.ke-mobile__sub a {
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-500);
  border-radius: 8px;
  transition: all 0.15s ease;
}

.ke-mobile__sub a:hover {
  color: var(--gold-700);
  background: var(--gold-50);
}

/* ── Mobile CTA ── */
.ke-mobile__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 28px;
}

.ke-mobile__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
  text-align: center;
}

.ke-mobile__btn--wa {
  background: var(--whatsapp);
  color: var(--white) !important;
  box-shadow: 0 4px 16px rgba(37,211,102,0.25);
}

.ke-mobile__btn--wa:hover {
  background: #1FAD54;
  color: var(--white) !important;
}

.ke-mobile__btn--phone {
  background: var(--gray-50);
  color: var(--gray-700);
  border: 1px solid var(--gray-200);
}

.ke-mobile__btn--phone:hover {
  background: var(--gold-50);
  border-color: var(--gold-200);
  color: var(--gold-700);
}

.ke-mobile__btn svg { flex-shrink: 0; }

/* ── Mobile Info ── */
.ke-mobile__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 12px;
  color: var(--gray-400);
  font-weight: 500;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-sm);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-full);
  transition: all var(--duration) var(--ease);
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
}

.btn--gold {
  background: var(--gold-500);
  color: var(--white);
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover {
  background: var(--gold-600);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-lg);
  color: var(--white);
}

.btn--dark {
  background: var(--gray-900);
  color: var(--white);
}
.btn--dark:hover { background:var(--gray-800); transform:translateY(-2px); color: var(--white); }

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}
.btn--outline:hover { background:rgba(255,255,255,0.1); border-color:rgba(255,255,255,0.7); color:var(--white); }

.btn--whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(37,211,102,0.3);
}
.btn--whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.3);
  color: var(--white);
}

.btn--lg { font-size:var(--text-base); padding:var(--space-4) var(--space-8); }
.btn--xl { font-size:var(--text-lg); padding:var(--space-5) var(--space-10); }

/* ==========================================================================
   FLOATING ACTION BUTTONS
   ========================================================================== */
.ke-fab-group {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  display: flex;
  flex-direction: column-reverse;
  gap: var(--space-3);
  z-index: 900;
}

.ke-fab {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration) var(--ease);
  box-shadow: var(--shadow-lg);
}

.ke-fab:hover { transform:scale(1.08); }

.ke-fab--whatsapp {
  background: var(--whatsapp);
  animation: ke-pulse 2.5s infinite;
}

.ke-fab--phone { background:var(--gold-500); }

.ke-fab svg { width:26px; height:26px; fill:var(--white); }

@keyframes ke-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.4), var(--shadow-lg); }
  50% { box-shadow: 0 0 0 12px rgba(37,211,102,0), var(--shadow-lg); }
}

/* Scroll Top */
.ke-scroll-top {
  position: fixed;
  bottom: var(--space-6);
  left: var(--space-6);
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background: var(--gray-800);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: all var(--duration) var(--ease);
  box-shadow: var(--shadow);
}

.ke-scroll-top.visible { opacity:1; pointer-events:all; }
.ke-scroll-top:hover { background:var(--gold-600); transform:translateY(-2px); }
.ke-scroll-top svg { width:20px; height:20px; fill:var(--white); }

/* ==========================================================================
   SECTION STYLES
   ========================================================================== */
.ke-section { padding:var(--space-24) 0; }
.ke-section--gray { background:var(--gray-50); }
.ke-section--dark { background:var(--gray-900); color:var(--white); }
.ke-section--gold { background:var(--gold-50); }

.ke-section__header {
  text-align: center;
  margin-bottom: var(--space-16);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.ke-section__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-700);
  background: var(--gold-100);
  padding: var(--space-1) var(--space-4);
  border-radius: var(--radius-full);
  margin-bottom: var(--space-4);
}

.ke-section--dark .ke-section__badge {
  background: rgba(245,158,11,0.15);
  color: var(--gold-400);
}

.ke-section__title {
  font-size: var(--text-4xl);
  font-weight: 800;
  margin-bottom: var(--space-4);
}

.ke-section--dark .ke-section__title { color:var(--white); }

.ke-section__subtitle {
  font-size: var(--text-lg);
  color: var(--gray-500);
  line-height: var(--leading-relaxed);
}

.ke-section--dark .ke-section__subtitle { color:var(--gray-400); }

/* ==========================================================================
   CARDS
   ========================================================================== */
.ke-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  transition: all var(--duration) var(--ease);
}

.ke-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-200);
}

.ke-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.ke-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease);
}

.ke-card:hover .ke-card__image img { transform:scale(1.05); }

.ke-card__body { padding:var(--space-6); }

.ke-card__title {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: var(--space-2);
}

.ke-card__desc {
  font-size: var(--text-sm);
  color: var(--gray-500);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-4);
}

.ke-card__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--gold-600);
  transition: all var(--duration) var(--ease);
}

.ke-card__link:hover { color:var(--gold-700); gap:var(--space-2); }

.ke-card__link svg { width:16px; height:16px; fill:currentColor; }

/* Feature Card */
.ke-feature {
  text-align: center;
  padding: var(--space-8);
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--gray-100);
  transition: all var(--duration) var(--ease);
}

.ke-feature:hover {
  border-color: var(--gold-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.ke-feature__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  background: var(--gold-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-4);
  font-size: 24px;
  transition: all var(--duration) var(--ease);
}

.ke-feature:hover .ke-feature__icon {
  background: var(--gold-500);
  transform: scale(1.05);
}

.ke-feature__title { font-size:var(--text-base); margin-bottom:var(--space-2); }
.ke-feature__desc { font-size:var(--text-sm); color:var(--gray-500); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ke-footer {
  background: var(--gray-900);
  color: var(--gray-400);
  padding-top: var(--space-20);
}

.ke-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--space-12);
  padding-bottom: var(--space-12);
  border-bottom: 1px solid var(--gray-800);
}

.ke-footer__title {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: var(--space-5);
}

.ke-footer p { font-size:var(--text-sm); line-height:var(--leading-relaxed); }

.ke-footer__links a {
  display: block;
  font-size: var(--text-sm);
  color: var(--gray-400);
  padding: var(--space-1) 0;
  transition: all var(--duration) var(--ease);
}
.ke-footer__links a:hover { color:var(--gold-400); padding-left:var(--space-1); }

.ke-footer__social {
  display: flex;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.ke-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  background: var(--gray-800);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration) var(--ease);
}
.ke-footer__social a:hover { background:var(--gold-500); transform:translateY(-2px); }
.ke-footer__social svg { width:16px; height:16px; fill:var(--white); }

.ke-footer__bottom {
  text-align: center;
  padding: var(--space-6) 0;
  font-size: var(--text-xs);
  color: var(--gray-600);
}

/* ==========================================================================
   ELEMENTOR COMPATIBILITY
   ========================================================================== */
.elementor-page .page-content { padding:0; margin:0; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width:var(--container); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
  .ke-header__nav { display: none; }
  .ke-header__toggle { display: flex; }
  .ke-header__phone { display: none; }
}

@media (max-width: 768px) {
  .ke-topbar { display: none; }
  .ke-header__inner { height: 60px; padding: 0 var(--space-4); }
  .ke-header.scrolled .ke-header__inner { height: 56px; }
  .ke-header__logo-img { height: 44px; }
  .ke-header__actions { display: none !important; }
  .ke-section { padding: var(--space-16) 0; }
  .ke-section__title { font-size: var(--text-2xl); }
  .ke-footer__grid { grid-template-columns: 1fr; gap: var(--space-8); }
  .ke-fab-group { bottom: var(--space-4); right: var(--space-4); }
  .ke-fab { width: 50px; height: 50px; }
  .ke-scroll-top { left: var(--space-4); bottom: var(--space-4); width: 40px; height: 40px; }
}

@media (max-width: 480px) {
  .ke-header__cta span { display: none; }
  .ke-header__cta svg { display: block; }
  .ke-header__cta { padding: 10px; border-radius: 10px; }
}

@media (min-width: 1101px) {
  .ke-footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .ke-footer__grid { grid-template-columns: 1fr 1fr; }
}
