.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. FONT ------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

/* 2. TASARIM DEĞİŞKENLERİ --------------------------------------------------- */
:root {
  /* Marka mavisi — logodan örneklendi */
  --bkm-brand-50: #f0f6fd;
  --bkm-brand-100: #dcebfa;
  --bkm-brand-200: #bfdcf6;
  --bkm-brand-300: #90c4ef;
  --bkm-brand-400: #5ba3e3;
  --bkm-brand-500: #3382d2;
  --bkm-brand-600: #1a4e9b;
  --bkm-brand-700: #17417f;
  --bkm-brand-800: #15376a;
  --bkm-brand-900: #102a52;

  /* Marka kırmızısı — logonun şeritli yayları */
  --bkm-ember-500: #d62a38;
  --bkm-ember-600: #c4202e;

  /* Metin */
  --bkm-ink-900: #0b1728;
  --bkm-ink-700: #24344a;
  --bkm-ink-600: #3b4d66;
  --bkm-ink-500: #5a6d86;
  --bkm-ink-400: #8496ad;
  --bkm-ink-300: #aab8c9;

  /* Açık zeminler */
  --bkm-frost-50: #f9fbfe;
  --bkm-frost-100: #f2f7fc;
  --bkm-frost-200: #e6eef7;
  --bkm-frost-300: #d5e3f1;

  --bkm-font-display: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
  --bkm-font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;

  --bkm-shadow-soft: 0 1px 2px rgb(16 42 82 / 0.04), 0 8px 24px -8px rgb(16 42 82 / 0.08);
  --bkm-shadow-lift: 0 2px 4px rgb(16 42 82 / 0.05), 0 18px 40px -12px rgb(16 42 82 / 0.16);
  --bkm-shadow-glow: 0 24px 64px -20px rgb(26 78 155 / 0.4);

  --bkm-radius: 1.75rem;
  --bkm-radius-lg: 2.5rem;
  --bkm-ease: cubic-bezier(0.22, 1, 0.36, 1);

  --bkm-container: 80rem; /* 1280px */
  --bkm-gutter: 1.25rem;
}

@media (min-width: 640px) {
  :root {
    --bkm-gutter: 2rem;
  }
}

/* 3. GENEL SIFIRLAMA -------------------------------------------------------- */
[class^='bkm-'],
[class*=' bkm-'],
[class^='bkm-'] *,
[class*=' bkm-'] * {
  box-sizing: border-box;
}

.bkm-section,
.bkm-header,
.bkm-footer {
  font-family: var(--bkm-font-sans);
  color: var(--bkm-ink-700);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hello Elementor başlıklara kendi boşluğunu verir — sıfırlıyoruz */
.bkm-section h1,
.bkm-section h2,
.bkm-section h3,
.bkm-section h4,
.bkm-section p,
.bkm-section ul,
.bkm-section ol,
.bkm-footer h3,
.bkm-footer p,
.bkm-footer ul {
  margin: 0;
  padding: 0;
}

.bkm-section ul,
.bkm-section ol,
.bkm-footer ul {
  list-style: none;
}

.bkm-section h1,
.bkm-section h2,
.bkm-section h3,
.bkm-section h4 {
  font-family: var(--bkm-font-display);
  color: var(--bkm-ink-900);
  letter-spacing: -0.025em;
  text-wrap: balance;
  line-height: 1.12;
}

.bkm-section p {
  text-wrap: pretty;
}

.bkm-section img {
  display: block;
  max-width: 100%;
}

/* Hello Elementor içerik bağlantılarının altını çizer — bkm blokları hariç tutulur */
[class^='bkm-'] a,
[class*=' bkm-'] a,
a[class^='bkm-'],
a[class*=' bkm-'] {
  text-decoration: none;
}

[class^='bkm-'] a:hover,
[class*=' bkm-'] a:hover,
a[class^='bkm-']:hover,
a[class*=' bkm-']:hover {
  text-decoration: none;
}

::selection {
  background: var(--bkm-brand-600);
  color: #fff;
}

[class^='bkm-'] :focus-visible,
[class*=' bkm-'] :focus-visible {
  outline: 2px solid var(--bkm-brand-600);
  outline-offset: 3px;
  border-radius: 4px;
}

/* 4. YERLEŞİM --------------------------------------------------------------- */
.bkm-container {
  width: 100%;
  max-width: var(--bkm-container);
  margin-inline: auto;
  padding-inline: var(--bkm-gutter);
}

.bkm-section {
  position: relative;
  padding-block: 5rem;
  background: #fff;
}

@media (min-width: 1024px) {
  .bkm-section {
    padding-block: 7rem;
  }
}

.bkm-section--tint {
  background: var(--bkm-frost-50);
}

.bkm-section--dark {
  background: var(--bkm-brand-900);
  color: #fff;
  overflow: hidden;
}

.bkm-section--dark h2,
.bkm-section--dark h3 {
  color: #fff;
}

.bkm-section--flush-top {
  padding-top: 0;
}

.bkm-section--flush-bottom {
  padding-bottom: 0;
}

/* 5. TİPOGRAFİ -------------------------------------------------------------- */
.bkm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bkm-brand-600);
}

.bkm-eyebrow::before {
  content: '';
  width: 1.5rem;
  height: 1px;
  background: var(--bkm-ember-600);
}

.bkm-section--dark .bkm-eyebrow {
  color: var(--bkm-brand-300);
}

.bkm-head {
  max-width: 42rem;
}

.bkm-head--center {
  margin-inline: auto;
  text-align: center;
}

.bkm-head--center .bkm-eyebrow {
  justify-content: center;
}

.bkm-title {
  margin-top: 1rem !important;
  font-size: clamp(1.875rem, 1.3rem + 2.2vw, 2.75rem);
  font-weight: 700;
}

.bkm-lead {
  margin-top: 1.25rem !important;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--bkm-ink-500);
}

@media (min-width: 640px) {
  .bkm-lead {
    font-size: 1.125rem;
  }
}

.bkm-section--dark .bkm-lead {
  color: rgb(255 255 255 / 0.6);
}

.bkm-prose > p + p {
  margin-top: 1.5rem !important;
}

.bkm-prose p {
  line-height: 1.75;
  color: var(--bkm-ink-500);
}

/* 6. BUTONLAR --------------------------------------------------------------- */
.bkm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.75rem;
  padding-inline: 1.25rem;
  border: 0;
  border-radius: 999px;
  font-family: var(--bkm-font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s var(--bkm-ease);
}

.bkm-btn--lg {
  height: 3.25rem;
  padding-inline: 1.75rem;
  font-size: 0.95rem;
}

.bkm-btn--block {
  width: 100%;
}

.bkm-btn svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.bkm-btn--primary {
  background: var(--bkm-brand-600);
  color: #fff;
  box-shadow: 0 10px 28px -12px rgb(26 78 155 / 0.7);
}

.bkm-btn--primary:hover {
  background: var(--bkm-brand-700);
  color: #fff;
  transform: translateY(-2px);
}

.bkm-btn--secondary {
  background: #fff;
  color: var(--bkm-ink-900);
  box-shadow: inset 0 0 0 1px var(--bkm-frost-300);
}

.bkm-btn--secondary:hover {
  color: var(--bkm-brand-700);
  box-shadow: inset 0 0 0 1px var(--bkm-brand-300);
  transform: translateY(-2px);
}

.bkm-btn--light {
  background: #fff;
  color: var(--bkm-brand-700);
}

.bkm-btn--light:hover {
  background: var(--bkm-frost-100);
  color: var(--bkm-brand-700);
  transform: translateY(-2px);
}

.bkm-btn--outline-light {
  background: rgb(255 255 255 / 0.1);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.25);
}

.bkm-btn--outline-light:hover {
  background: rgb(255 255 255 / 0.15);
  color: #fff;
  transform: translateY(-2px);
}

.bkm-textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bkm-brand-700);
}

.bkm-textlink:hover {
  color: var(--bkm-brand-800);
}

.bkm-textlink svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s var(--bkm-ease);
}

.bkm-textlink:hover svg {
  transform: translate(2px, -2px);
}

/* 7. KART & YÜZEYLER -------------------------------------------------------- */
.bkm-card {
  height: 100%;
  background: #fff;
  border-radius: var(--bkm-radius);
  box-shadow: inset 0 0 0 1px var(--bkm-frost-200);
  overflow: hidden;
  transition: all 0.3s var(--bkm-ease);
}

.bkm-card--hover:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 0 0 1px var(--bkm-brand-200),
    var(--bkm-shadow-lift);
}

.bkm-figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--bkm-radius-lg);
  box-shadow: inset 0 0 0 1px var(--bkm-frost-200);
}

.bkm-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bkm-figure--lift {
  box-shadow:
    inset 0 0 0 1px var(--bkm-frost-200),
    var(--bkm-shadow-lift);
}

.bkm-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--bkm-frost-200);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bkm-ink-700);
  transition: all 0.2s var(--bkm-ease);
}

.bkm-chip:hover {
  color: var(--bkm-brand-700);
  box-shadow: inset 0 0 0 1px var(--bkm-brand-200);
}

.bkm-tag {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: var(--bkm-frost-100);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--bkm-ink-600);
}

.bkm-tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  background: var(--bkm-brand-600);
  border-radius: 999px;
  color: #fff;
}

.bkm-tick svg {
  width: 0.75rem;
  height: 0.75rem;
}

/* 8. IZGARALAR -------------------------------------------------------------- */
.bkm-grid {
  display: grid;
  gap: 1.25rem;
}

.bkm-grid--2 {
  grid-template-columns: 1fr;
}

.bkm-grid--3 {
  grid-template-columns: 1fr;
}

.bkm-split {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

@media (min-width: 640px) {
  .bkm-grid--2,
  .bkm-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .bkm-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .bkm-split {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

/* 9. DEKOR ------------------------------------------------------------------ */
.bkm-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

/* İnce buz ızgarası */
.bkm-deco__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgb(26 78 155 / 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(26 78 155 / 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent);
  mask-image: linear-gradient(to bottom, #000 55%, transparent);
}

/* Yumuşak mavi ışıma */
.bkm-deco__glow {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgb(59 130 246 / 0.14), transparent 65%);
}

/* Filigran kar tanesi */
.bkm-deco__flake {
  position: absolute;
  color: var(--bkm-brand-600);
  opacity: 0.05;
}

.bkm-section--dark .bkm-deco__flake {
  color: #fff;
  opacity: 0.04;
}

/* 10. SCROLL ANİMASYONU ------------------------------------------------------ */
/* JS yoksa içerik görünür kalır; .bkm-js'i header script'i ekler. */
.bkm-js .bkm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s var(--bkm-ease),
    transform 0.6s var(--bkm-ease);
}

.bkm-js .bkm-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .bkm-js .bkm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Sonsuz kayan şerit */
@keyframes bkm-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.bkm-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.bkm-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: bkm-marquee var(--bkm-marquee-duration, 42s) linear infinite;
}

.bkm-marquee:hover .bkm-marquee__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .bkm-marquee__track {
    animation: none;
  }
}

/* 11. HEADER ---------------------------------------------------------------- */
.bkm-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: #fff;
}

/* Logo kilidi */
.bkm-logo {
  display: inline-flex;
  flex-direction: column;
  flex: none;
}

.bkm-logo__row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.bkm-logo__word {
  font-family: var(--bkm-font-display);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
  color: var(--bkm-brand-600);
}

.bkm-logo__flake {
  width: 1.75rem;
  height: 1.75rem;
  flex: none;
  color: var(--bkm-brand-600);
}

.bkm-logo__tagline {
  margin-top: 0.25rem;
  font-family: var(--bkm-font-display);
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgb(26 78 155 / 0.75);
}

.bkm-logo--light .bkm-logo__word,
.bkm-logo--light .bkm-logo__flake {
  color: #fff;
}

.bkm-logo--light .bkm-logo__tagline {
  color: rgb(255 255 255 / 0.7);
}

/* Üst bilgi şeridi */
.bkm-header__utility {
  display: none;
  background: var(--bkm-brand-800);
  color: #fff;
  height: 2.5rem;
  overflow: hidden;
  transition: height 0.3s var(--bkm-ease);
}

.bkm-header.is-scrolled .bkm-header__utility {
  height: 0;
}

.bkm-header__utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
  font-size: 0.8rem;
}

.bkm-header__utility p {
  margin: 0;
  color: rgb(255 255 255 / 0.75);
}

.bkm-header__utility-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.bkm-header__utility a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}

.bkm-header__utility a:hover {
  color: var(--bkm-brand-200);
}

.bkm-header__utility svg {
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 1024px) {
  .bkm-header__utility {
    display: block;
  }
}

/* Ana çubuk */
.bkm-header__bar {
  border-bottom: 1px solid transparent;
  transition: all 0.3s var(--bkm-ease);
}

.bkm-header.is-scrolled .bkm-header__bar {
  background: rgb(255 255 255 / 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: var(--bkm-frost-200);
  box-shadow: 0 1px 24px -8px rgb(16 42 82 / 0.18);
}

.bkm-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  transition: height 0.3s var(--bkm-ease);
}

.bkm-header.is-scrolled .bkm-header__inner {
  height: 4rem;
}

.bkm-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bkm-header__cta {
  display: none;
}

@media (min-width: 640px) {
  .bkm-header__cta {
    display: inline-flex;
  }
}

/* Masaüstü menü — wp_nav_menu çıktısı buraya oturur */
.bkm-nav {
  display: none;
}

@media (min-width: 1024px) {
  .bkm-nav {
    display: block;
  }
}

.bkm-nav ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bkm-nav li {
  position: relative;
}

.bkm-nav a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.925rem;
  font-weight: 500;
  color: var(--bkm-ink-600);
  transition: all 0.2s var(--bkm-ease);
}

.bkm-nav a:hover {
  color: var(--bkm-brand-700);
  background: var(--bkm-frost-100);
}

/* WordPress aktif sayfaya bu sınıfları verir */
.bkm-nav .current-menu-item > a,
.bkm-nav .current-menu-ancestor > a,
.bkm-nav .current_page_item > a {
  color: var(--bkm-brand-700);
  background: var(--bkm-brand-50);
}

/* Alt menüsü olan öğeye ok işareti */
.bkm-nav .menu-item-has-children > a::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s var(--bkm-ease);
}

.bkm-nav .menu-item-has-children:hover > a::after {
  transform: rotate(-135deg) translateY(-2px);
}

/* Açılır alt menü */
.bkm-nav .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 30rem;
  margin-top: 0.75rem;
  padding: 0.625rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow:
    inset 0 0 0 1px var(--bkm-frost-200),
    var(--bkm-shadow-lift);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.18s var(--bkm-ease);
}

/* Açılır menüyle fare arasındaki boşluğu köprüle */
.bkm-nav .menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.75rem;
}

.bkm-nav .menu-item-has-children:hover .sub-menu,
.bkm-nav .menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.bkm-nav .sub-menu a {
  display: block;
  padding: 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bkm-ink-900);
}

.bkm-nav .sub-menu a:hover {
  background: var(--bkm-frost-100);
  color: var(--bkm-brand-700);
}

/* Hamburger */
.bkm-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--bkm-frost-300);
  color: var(--bkm-ink-800, #17253a);
  cursor: pointer;
}

.bkm-burger:hover {
  background: var(--bkm-frost-100);
}

.bkm-burger svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 1024px) {
  .bkm-burger {
    display: none;
  }
}

/* Mobil menü paneli */
.bkm-mobile {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s var(--bkm-ease);
}

.bkm-mobile.is-open {
  opacity: 1;
  visibility: visible;
}

.bkm-mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  flex: none;
}

.bkm-mobile__body {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}

.bkm-mobile__body > .bkm-mobile__foot {
  margin-top: auto;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Mobil menü — wp_nav_menu çıktısı */
.bkm-mobile-nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bkm-mobile-nav > ul > li > a {
  display: block;
  padding-block: 1rem;
  border-bottom: 1px solid var(--bkm-frost-200);
  font-family: var(--bkm-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bkm-ink-900);
}

.bkm-mobile-nav .current-menu-item > a,
.bkm-mobile-nav .current-menu-ancestor > a {
  color: var(--bkm-brand-600);
}

/* Mobilde alt menü — kartlar hâlinde */
.bkm-mobile-nav .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-block: 0.75rem 1.25rem;
}

.bkm-mobile-nav .sub-menu a {
  display: block;
  padding: 0.75rem 1rem;
  background: var(--bkm-frost-100);
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bkm-ink-700);
}

@media (min-width: 1024px) {
  .bkm-mobile {
    display: none;
  }
}

body.bkm-locked {
  overflow: hidden;
}

/* 12. FOOTER ---------------------------------------------------------------- */
.bkm-footer {
  position: relative;
  overflow: hidden;
  background: var(--bkm-brand-900);
  color: #fff;
  padding-block: 4rem;
}

@media (min-width: 1024px) {
  .bkm-footer {
    padding-block: 5rem;
  }
}

.bkm-footer__grid {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .bkm-footer__grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .bkm-footer__brand {
    grid-column: span 4;
  }

  .bkm-footer__col--narrow {
    grid-column: span 2;
  }

  .bkm-footer__col {
    grid-column: span 3;
  }
}

.bkm-footer__heading {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.5);
}

.bkm-footer__text {
  margin-top: 1.5rem !important;
  max-width: 24rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgb(255 255 255 / 0.6);
}

.bkm-footer__list {
  margin-top: 1.25rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
}

.bkm-footer a {
  color: rgb(255 255 255 / 0.6);
  transition: color 0.2s var(--bkm-ease);
}

.bkm-footer a:hover {
  color: #fff;
}

/* WordPress menüsü footer'da */
.bkm-footer__list ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bkm-footer__contact {
  margin-top: 2rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
}

.bkm-footer__contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgb(255 255 255 / 0.8);
}

.bkm-footer__contact svg,
.bkm-footer__office svg {
  width: 1rem;
  height: 1rem;
  flex: none;
  color: var(--bkm-brand-300);
}

.bkm-footer__office {
  display: flex;
  gap: 0.75rem;
}

.bkm-footer__office svg {
  margin-top: 0.125rem;
}

.bkm-footer__office strong {
  display: block;
  font-weight: 600;
  color: rgb(255 255 255 / 0.9);
}

.bkm-footer__office span {
  display: block;
  color: rgb(255 255 255 / 0.55);
}

.bkm-footer__coverage {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  font-size: 0.75rem;
  color: rgb(255 255 255 / 0.4);
}

.bkm-footer__coverage strong {
  font-weight: 600;
  color: rgb(255 255 255 / 0.6);
}

.bkm-footer__bottom {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: rgb(255 255 255 / 0.4);
}

@media (min-width: 640px) {
  .bkm-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.bkm-footer__flake {
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 24rem;
  height: 24rem;
  color: #fff;
  opacity: 0.04;
  pointer-events: none;
}

/* 13. WHATSAPP -------------------------------------------------------------- */
.bkm-wa {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 30px -8px rgb(37 211 102 / 0.7);
  transition: transform 0.2s var(--bkm-ease);
}

.bkm-wa:hover {
  transform: translateY(-4px);
  color: #fff;
}

.bkm-wa svg {
  width: 1.75rem;
  height: 1.75rem;
}/* End custom CSS */