:root {
  --cfk-dark: #111827;
  --cfk-accent: #f97316;
  --cfk-blue: #2563eb;
  --cfk-light: #f3f4f6;
  --cfk-glass: rgba(255, 255, 255, 0.72);
  --cfk-radius: 16px;
  --cfk-shadow: 0 10px 40px rgba(17, 24, 39, 0.08);
  --cfk-font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --cfk-header-sticky-top: 7.5rem;
}

* { box-sizing: border-box; }
body {
  font-family: var(--cfk-font);
  color: var(--cfk-dark);
  background: #fff;
  padding-bottom: 72px;
}
@media (min-width: 992px) { body { padding-bottom: 0; } }

.text-accent { color: var(--cfk-accent) !important; }
.bg-light-custom { background: var(--cfk-light); }
.text-muted-small { color: #6b7280; font-size: 0.9rem; }

.glass-card {
  background: var(--cfk-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--cfk-radius);
  box-shadow: var(--cfk-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(17, 24, 39, 0.12);
}

/* Header */
.cfk-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}
.cfk-brand {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--cfk-dark) !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.cfk-brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--cfk-accent), #fb923c);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cfk-brand-logo {
  display: block;
  height: 66px;
  width: auto;
  max-width: min(390px, 80vw);
  object-fit: contain;
}
.cfk-footer .cfk-brand-logo {
  height: 84px;
  max-width: 420px;
}
.navbar .nav-link {
  font-weight: 500;
  color: #374151;
  padding: 0.5rem 0.75rem !important;
}
.navbar .nav-link:hover { color: var(--cfk-accent); }

.btn-accent {
  background: var(--cfk-accent);
  border-color: var(--cfk-accent);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
}
.btn-accent:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}
.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
}
.btn-whatsapp:hover { background: #1da851; color: #fff; }
.btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: var(--cfk-dark) center/cover no-repeat;
  background-image: linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(17, 24, 39, 0.75)), var(--hero-bg, none);
  background-size: cover;
  background-position: center;
  padding: 6rem 0 4rem;
  margin-top: -1px;
}
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(249, 115, 22, 0.15), transparent 50%); }
.hero-content { color: #fff; z-index: 1; }
.hero-badge {
  display: inline-block;
  background: rgba(249, 115, 22, 0.2);
  border: 1px solid rgba(249, 115, 22, 0.4);
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.hero-title {
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.hero-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 640px;
  margin: 0 auto 2rem;
}
.hero-search {
  text-align: left;
  padding: 1.5rem;
  color: var(--cfk-dark);
  overflow: visible;
}
.hero-search .form-label { font-weight: 600; font-size: 0.8rem; }
.hero-search .form-select,
.hero-search .form-control {
  border-radius: 12px;
  border-color: #e5e7eb;
  padding: 0.65rem 1rem;
}
.cfk-search-form {
  position: relative;
  z-index: 100;
  overflow: visible;
}
.cfk-search-form .row,
.cfk-search-form [class*="col-"] {
  overflow: visible;
}
.cfk-search-form .hero-search-autocomplete {
  z-index: 110;
}
.cfk-search-form .hero-search-suggest {
  z-index: 1200;
}
.cfk-firms-list {
  position: relative;
  z-index: 1;
}
.cfk-search-form .form-label {
  font-weight: 600;
  font-size: 0.8rem;
}
.hero-search-autocomplete {
  position: relative;
  z-index: 30;
}
.hero-search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1050;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.14);
  max-height: 320px;
  overflow-y: auto;
  text-align: left;
}
.hero-search-suggest:not([hidden]) {
  display: block;
}
.hero-search-suggest-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  color: inherit;
  text-decoration: none;
}
.hero-search-suggest-item:last-child {
  border-bottom: none;
}
.hero-search-suggest-item:hover,
.hero-search-suggest-item.is-active {
  background: #fff7ed;
}
.hero-search-suggest-item i {
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.hero-search-suggest-item i.bi-building {
  color: var(--cfk-blue);
}
.hero-search-suggest-item i.bi-tag {
  color: var(--cfk-accent);
}
.hero-search-suggest-label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: #111827;
  line-height: 1.3;
}
.hero-search-suggest-meta {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.15rem;
}
.hero-search-suggest-empty {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Sections */
.section-label {
  display: block;
  color: var(--cfk-accent);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}
.section-title { font-weight: 800; font-size: 1.75rem; }

/* Firm card */
.firm-card {
  padding: 1.25rem 1.25rem 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.firm-card-body {
  flex: 1 1 auto;
  min-height: 0;
}
.firm-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 0.75rem; }
.firm-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.badge-pro {
  background: var(--cfk-blue);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}
.badge-pro-xl {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}
.badge-liste-basi {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}
.firm-card-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.25rem; }
.firm-card-title a { color: inherit; text-decoration: none; }
.firm-card-location { font-size: 0.85rem; color: #6b7280; margin-bottom: 0.5rem; }
.firm-card-desc {
  font-size: 0.85rem;
  color: #4b5563;
  margin-bottom: 0;
  min-height: 2.5em;
  line-height: 1.5;
}
.firm-card-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 0.75rem;
  min-height: 2.25rem;
}
.cfk-firms-list,
.cfk-firm-cards-row {
  align-items: stretch;
}
.cfk-firms-list > [class*="col-"],
.cfk-firm-cards-row > [class*="col-"] {
  display: flex;
}

/* Pro Vitrin — Bootstrap carousel */
.pro-vitrin-section {
  padding: 80px 32px 88px;
  background: transparent;
  overflow: visible;
}
.pro-vitrin-header {
  margin-bottom: 36px;
}
.pro-vitrin-header h2 {
  font-size: clamp(1.5rem, 3vw, 34px);
  font-weight: 900;
  color: #111827;
  margin: 0;
}
.pro-vitrin-carousel {
  position: relative;
  padding: 28px 4rem 36px;
  background: transparent;
  overflow: visible;
}
.pro-vitrin-carousel.carousel {
  overflow: visible;
}
.pro-vitrin-carousel .carousel-inner {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 20px 24px 28px;
}
.pro-vitrin-carousel .carousel-item {
  overflow: visible;
}
.pro-vitrin-carousel .carousel-item .row {
  overflow: visible;
}
.pro-vitrin-carousel .carousel-item .row {
  align-items: stretch;
}
.pro-vitrin-carousel .carousel-item [class*="col-"] {
  padding: 10px 14px 18px;
}
.pro-card {
  background: #fff;
  border-radius: 22px;
  padding: 20px 20px 10px;
  border: 1px solid #e5e7eb;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
.pro-card-body {
  flex: 1 1 auto;
  min-height: 0;
}
.pro-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.12);
  z-index: 2;
}
.pro-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 16px;
  background: #f3f4f6;
  padding: 10px;
  flex-shrink: 0;
}
.pro-type {
  font-size: 13px;
  color: var(--cfk-accent);
  font-weight: 700;
}
.pro-name {
  font-size: 18px;
  font-weight: 800;
  margin-top: 4px;
  line-height: 1.25;
}
.pro-name a {
  color: #111827;
  text-decoration: none;
}
.pro-name a:hover {
  color: var(--cfk-accent);
}
.pro-location {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}
.pro-location i {
  color: var(--cfk-accent);
}
.pro-info {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  min-height: 2.8em;
}
.pro-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: auto;
  flex-shrink: 0;
}
.pro-btns a {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.pro-btns a:hover {
  opacity: 0.9;
  color: #fff;
}
.btn-wa {
  background: #22c55e;
  color: #fff;
}
.btn-map {
  background: #111827;
  color: #fff;
}
.pro-vitrin-carousel .carousel-control-prev,
.pro-vitrin-carousel .carousel-control-next {
  width: auto;
  opacity: 1;
}
.pro-vitrin-carousel .carousel-control-prev {
  left: -40px;
}
.pro-vitrin-carousel .carousel-control-next {
  right: -40px;
}
.pro-vitrin-carousel .carousel-control-prev-icon,
.pro-vitrin-carousel .carousel-control-next-icon {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #111827;
  background-size: 45%;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.pro-vitrin-indicators {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
.pro-vitrin-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0;
  border: none;
  background-color: #d1d5db;
  opacity: 1;
  transition: background-color 0.2s, transform 0.2s;
}
.pro-vitrin-indicators [data-bs-target].active {
  background-color: var(--cfk-accent);
  transform: scale(1.15);
}
@media (max-width: 767.98px) {
  .pro-vitrin-section {
    padding: 48px 0 56px;
  }
  .pro-vitrin-header {
    margin-bottom: 24px;
    text-align: center;
  }
  .pro-vitrin-header h2 {
    font-size: 1.35rem;
  }
  .pro-vitrin-carousel--desktop {
    display: none !important;
  }
  .pro-vitrin-carousel--mobile {
    padding: 8px 0 40px;
  }
  .pro-vitrin-carousel--mobile .carousel-inner {
    padding: 12px 0 8px;
  }
  .pro-vitrin-carousel--mobile .carousel-item [class*="col-"] {
    padding: 6px 0 10px;
  }
  .pro-card {
    padding: 16px 16px 12px;
  }
  .pro-logo {
    width: 56px;
    height: 56px;
    padding: 8px;
  }
  .pro-name {
    font-size: 1rem;
  }
  .pro-info {
    font-size: 0.875rem;
    min-height: 0;
  }
  .pro-btns a {
    font-size: 0.8125rem;
    padding: 8px 12px;
    flex: 1 1 auto;
    justify-content: center;
  }
}

/* City & service cards */
.city-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  color: inherit;
}
.city-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.4rem 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
}
.city-card-name,
.city-card > span:not(.city-plate) { font-weight: 700; }
.city-card small { color: #6b7280; }

.service-card { overflow: hidden; padding: 0; }
a.service-card { display: block; color: inherit; text-decoration: none; }
a.service-card:hover { color: inherit; }
.service-img {
  height: 120px;
  background-size: cover;
  background-position: center;
}
.service-body { padding: 1rem; text-align: center; }
.service-body i { font-size: 1.5rem; color: var(--cfk-blue); }
.service-body h3 { font-size: 0.95rem; font-weight: 700; margin: 0.5rem 0 0; }

/* Ana sayfa — hizmet alanları (6 ana grup + alt başlıklar) */
.service-area-card {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.service-area-card-media {
  position: relative;
  display: block;
  height: 168px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.service-area-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.service-area-card:hover .service-area-card-media img {
  transform: scale(1.06);
}
.service-area-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.15) 0%, rgba(17, 24, 39, 0.72) 100%);
  pointer-events: none;
}
.service-area-card-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.1rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  z-index: 1;
}
.service-area-card-title i {
  font-size: 1.35rem;
  color: var(--cfk-accent);
  flex-shrink: 0;
}
.service-area-card-body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1 1 auto;
}
.service-area-subs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem 1rem;
}
@media (min-width: 576px) {
  .service-area-subs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.service-area-subs a {
  display: block;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #4b5563;
  text-decoration: none;
  padding: 0.15rem 0;
  transition: color 0.2s;
}
.service-area-subs a:hover {
  color: var(--cfk-accent);
}
.service-area-subs a::before {
  content: "›";
  margin-right: 0.35rem;
  color: var(--cfk-accent);
  font-weight: 700;
}

/* Package */
.package-card {
  padding: 2rem 2rem 10px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.package-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.package-card-footer {
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
  padding-top: 1rem;
}
.package-card--popular {
  border: 2px solid var(--cfk-accent);
  box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
}
.package-card--highlight {
  border: 2px solid var(--cfk-accent);
}
.package-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: 8px;
  letter-spacing: 0.02em;
  z-index: 1;
}
.package-ribbon--left {
  left: 12px;
  right: auto;
}
.package-ribbon--popular {
  background: var(--cfk-accent);
  color: #fff;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}
.package-ribbon--pro {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}
.package-ribbon--accent {
  background: var(--cfk-accent);
  color: #fff;
}
.package-btn--pro {
  background: var(--cfk-blue);
  border-color: var(--cfk-blue);
  font-weight: 600;
}
.package-btn--pro:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}
.package-price { font-size: 2rem; font-weight: 800; margin: 1rem 0; }
.package-features { list-style: none; padding: 0; text-align: left; margin-bottom: 0; flex: 1 1 auto; }
.package-features li { padding: 0.35rem 0; font-size: 0.9rem; }

/* Page */
.page-hero-sm {
  background: linear-gradient(180deg, var(--cfk-light), #fff);
  padding: 2.5rem 0 1.5rem;
}
.page-title { font-weight: 800; font-size: clamp(1.5rem, 4vw, 2.25rem); }
.page-lead { color: #6b7280; }

/* Firm detail */
.firm-detail-hero {
  min-height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 2rem 0;
}
.firm-detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,24,39,0.7), rgba(17,24,39,0.9));
}
.firm-detail-head {
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.firm-detail-logo {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  border: 3px solid #fff;
  object-fit: cover;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; border-radius: 12px; }

.bg-accent-soft { background: rgba(249, 115, 22, 0.15); color: #c2410c; }

/* SEO content (şehir/blog sayfaları) */
.seo-content h2, .seo-content h3 { font-weight: 700; margin-top: 1.5rem; }
.seo-content p, .seo-content li { line-height: 1.75; color: #374151; }

/* Yasal metinler (KVKK, gizlilik) */
.legal-doc {
  max-width: 52rem;
}
.legal-doc h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(249, 115, 22, 0.25);
}
.legal-doc h2:first-of-type {
  margin-top: 1.25rem;
}
.legal-doc h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
  margin-top: 1.25rem;
  margin-bottom: 0.65rem;
}
.legal-doc-intro {
  font-size: 1.02rem;
  color: #374151;
  border-left: 4px solid var(--cfk-accent);
  padding-left: 1rem;
  margin-bottom: 1.25rem;
}
.legal-doc-box {
  background: var(--cfk-light);
  border: 1px solid #e5e7eb;
  border-radius: var(--cfk-radius);
  padding: 1.25rem 1.35rem;
  margin-bottom: 0.5rem;
}
.legal-doc-box a {
  color: var(--cfk-blue);
  font-weight: 600;
  text-decoration: none;
}
.legal-doc-box a:hover {
  color: var(--cfk-accent);
}
.legal-doc-list {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.legal-doc-list li {
  margin-bottom: 0.35rem;
}
.legal-doc-list li::marker {
  color: var(--cfk-accent);
}
.legal-doc-note {
  background: rgba(249, 115, 22, 0.08);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0;
}
.legal-doc-contact {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--cfk-accent) !important;
  text-decoration: none;
  padding: 0.65rem 1rem;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 12px;
  transition: background 0.2s;
}
.legal-doc-contact:hover {
  background: rgba(249, 115, 22, 0.18);
  color: #ea580c !important;
}
.legal-doc a:not(.legal-doc-contact) {
  color: var(--cfk-blue);
  font-weight: 600;
}

/* Hakkımızda */
.about-page {
  padding-bottom: 2rem;
}
.about-page .cfk-breadcrumb {
  margin-bottom: 1.25rem;
}
.about-hero {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  padding: 2rem 0 3rem;
}
.about-hero-title {
  font-size: clamp(1.65rem, 4.5vw, 2.75rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin: 0.75rem 0 1.5rem;
  max-width: 52rem;
}
.about-hero-lead p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 0;
}
.about-section {
  padding: 3.5rem 0;
}
.about-section--muted {
  background: #f8fafc;
}
.about-section--cta {
  padding-bottom: 4rem;
}
.about-section-head {
  margin-bottom: 2.5rem;
}
.about-section-desc {
  max-width: 36rem;
}
.about-feature-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-feature-card:hover {
  transform: translateY(-4px);
}
.about-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--cfk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.about-feature-card p {
  font-weight: 600;
  color: #374151;
  line-height: 1.55;
}
.about-vision-card .section-title {
  font-size: 1.35rem;
}
.about-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-check-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: #374151;
  line-height: 1.6;
}
.about-check-list li:last-child {
  margin-bottom: 0;
}
.about-check-list li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--cfk-accent);
  font-size: 1rem;
}
.about-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 48rem;
  margin: 0 auto;
}
.about-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
}
.about-step-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cfk-accent), #fb923c);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35);
}
.about-step p {
  font-weight: 600;
  color: #374151;
  line-height: 1.6;
  padding-top: 0.35rem;
}
.about-why-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: var(--cfk-radius);
  height: 100%;
  font-weight: 600;
  color: #374151;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.about-why-item:hover {
  border-color: rgba(249, 115, 22, 0.35);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}
.about-why-item i {
  font-size: 1.35rem;
  color: var(--cfk-accent);
  flex-shrink: 0;
}
.about-audience {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  max-width: 52rem;
  margin: 0 auto;
}
.about-audience-tag {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
}
.about-corp-list > div {
  margin-bottom: 1.1rem;
}
.about-corp-list > div:last-child {
  margin-bottom: 0;
}
.about-corp-list dt {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cfk-accent);
  margin-bottom: 0.2rem;
}
.about-corp-list dd {
  margin: 0;
  color: #374151;
  line-height: 1.55;
}
.about-corp-list a {
  color: var(--cfk-blue);
  font-weight: 600;
  text-decoration: none;
}
.about-corp-list a:hover {
  color: var(--cfk-accent);
}
.about-contact-card {
  background: linear-gradient(145deg, #111827 0%, #1f2937 100%);
  color: #fff;
  border-radius: var(--cfk-radius);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.2);
}
.about-contact-card .section-title,
.about-contact-card .text-muted-small {
  color: rgba(255, 255, 255, 0.92) !important;
}
.about-contact-card .text-muted-small {
  opacity: 0.85;
}
.about-contact-card .blog-badge {
  background: rgba(249, 115, 22, 0.25);
  color: #fdba74;
}
.about-contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff !important;
  text-decoration: none;
  padding: 0.75rem 1.15rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.2s;
  word-break: break-all;
}
.about-contact-email:hover {
  background: rgba(249, 115, 22, 0.35);
  color: #fff !important;
}
.about-contact-card .btn-outline-dark {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.about-contact-card .btn-outline-dark:hover {
  background: #fff;
  color: #111827;
  border-color: #fff;
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 2.5rem 0;
  }
  .about-hero {
    padding: 1.5rem 0 2rem;
  }
  .about-feature-card:hover,
  .about-why-item:hover {
    transform: none;
  }
}

/* Ana sayfa — SEO bölümü (tema ile uyumlu) */
.section-seo-home .seo-home-media {
  padding: 0;
  overflow: hidden;
  max-height: 200px;
}
.section-seo-home .seo-home-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: calc(var(--cfk-radius) - 2px);
}
.section-seo-home .seo-home-media--compact {
  max-height: 180px;
  border-radius: var(--cfk-radius);
  overflow: hidden;
  box-shadow: var(--cfk-shadow);
}
.section-seo-home .seo-home-media--compact img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--cfk-radius);
  box-shadow: none;
}
.seo-home-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1rem 0.75rem;
  height: 100%;
}
.seo-home-highlight i {
  font-size: 1.35rem;
  color: var(--cfk-accent);
}
.seo-home-highlight span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--cfk-dark);
  line-height: 1.35;
}
.seo-home-card {
  overflow: hidden;
  padding: 0;
}
.seo-home-card-img {
  height: 110px;
  background-size: cover;
  background-position: center;
}
.seo-home-card-body {
  padding: 1.25rem;
  text-align: center;
}
.seo-home-card-body i {
  font-size: 1.5rem;
  color: var(--cfk-blue);
}
.seo-home-card-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.5rem 0 0.35rem;
  color: var(--cfk-dark);
}
.seo-home-card-body p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}
.seo-home-why .btn-outline-secondary {
  border-radius: 12px;
  font-weight: 600;
  border-color: #d1d5db;
  color: #374151;
}
.seo-home-why .btn-outline-secondary:hover {
  border-color: var(--cfk-accent);
  color: var(--cfk-accent);
  background: #fff;
}
.seo-home-perk {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}
.seo-home-perk-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--cfk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
@media (max-width: 991.98px) {
  .section-seo-home .seo-home-media,
  .section-seo-home .seo-home-media img { max-height: 170px; height: 170px; }
  .section-seo-home .seo-home-media--compact,
  .section-seo-home .seo-home-media--compact img { max-height: 150px; height: 150px; }
  .seo-home-card-img { height: 100px; }
}

/* Footer */
.cfk-footer { background: var(--cfk-dark); color: #9ca3af; margin-top: 4rem; }
.cfk-footer .cfk-brand { color: #fff !important; font-size: 1.25rem; }
.cfk-footer-paytr {
  margin-top: 20px;
  margin-bottom: -20px;
  margin-left: 90px;
  text-align: left;
}
.cfk-footer-paytr-link {
  display: inline-block;
  line-height: 0;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}
.cfk-footer-paytr-link:hover {
  opacity: 1;
}
.cfk-footer-paytr-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cfk-footer-bottom .cfk-footer-copy {
  color: #fff;
}
.footer-title { color: #fff; font-weight: 700; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links a { color: #9ca3af; text-decoration: none; font-size: 0.9rem; }
.footer-links a:hover { color: var(--cfk-accent); }

/* Mobile bar */
.cfk-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.06);
}
.cfk-mobile-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.65rem;
  color: #6b7280;
  text-decoration: none;
  gap: 0.15rem;
}
.cfk-mobile-item i { font-size: 1.25rem; }
.cfk-mobile-wa { color: #25d366; }

/* Scroll to top — favicon odaklı, renk → gri */
.cfk-scroll-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.5rem;
  z-index: 1035;
  width: 84px;
  height: 84px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.92);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}
.cfk-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.cfk-scroll-top:focus-visible {
  outline: 2px solid var(--cfk-blue);
  outline-offset: 4px;
  border-radius: 12px;
}
.cfk-scroll-top-icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
  display: block;
  --cfk-scroll-gray: 0%;
  filter: grayscale(var(--cfk-scroll-gray)) drop-shadow(0 4px 14px rgba(15, 23, 42, 0.18));
  transition: filter 0.12s linear, transform 0.25s ease;
}
.cfk-scroll-top:hover .cfk-scroll-top-icon {
  transform: scale(1.08);
  filter: grayscale(var(--cfk-scroll-gray)) drop-shadow(0 6px 18px rgba(15, 23, 42, 0.22));
}
@media (max-width: 991.98px) {
  .cfk-scroll-top {
    bottom: 5.25rem;
    width: 75px;
    height: 75px;
  }
  .cfk-scroll-top-icon {
    width: 75px;
    height: 75px;
  }
  body.fd-page .cfk-scroll-top {
    bottom: 5.75rem;
  }
}

/* Modern blog section */
.modern-blog-section {
  padding: 80px 0;
  background: #f8fafc;
}
.blog-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 50px;
}
.blog-badge {
  display: inline-block;
  background: #ffedd5;
  color: #f97316;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.modern-blog-section .blog-title {
  font-size: clamp(2rem, 4vw, 48px);
  font-weight: 800;
  color: #111827;
  margin-bottom: 16px;
}
.blog-subtitle {
  color: #6b7280;
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin-bottom: 0;
}
.all-blog-btn {
  background: #111827;
  color: #fff;
  padding: 14px 24px;
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.all-blog-btn:hover {
  background: #f97316;
  color: #fff;
}
.modern-blog-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.modern-blog-card:hover {
  transform: translateY(-10px);
}
.blog-image-area {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-image-area img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.5s;
}
.modern-blog-card:hover .blog-image-area img {
  transform: scale(1.08);
}
.modern-blog-card .blog-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.modern-blog-section .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 18px;
}
.modern-blog-section .blog-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.modern-blog-section .blog-card-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  color: #111827;
  margin-bottom: 16px;
}
.modern-blog-section .blog-card-title a {
  color: inherit;
  text-decoration: none;
}
.modern-blog-section .blog-card-title a:hover {
  color: #f97316;
}
.blog-card-desc {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 24px;
  flex: 1 1 auto;
}
.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f97316;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  margin-top: auto;
}
.blog-read-more:hover {
  gap: 14px;
  color: #111827;
}
@media (max-width: 992px) {
  .modern-blog-section .blog-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .modern-blog-section {
    padding: 48px 0;
  }
  .blog-section-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }
  .blog-badge {
    padding: 8px 14px;
    font-size: 13px;
    margin-bottom: 12px;
  }
  .modern-blog-section .blog-title {
    font-size: 1.65rem;
  }
  .blog-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: none;
  }
  .all-blog-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    border-radius: 12px;
  }
  .blog-image-area img {
    height: 200px;
  }
  .modern-blog-card .blog-content {
    padding: 20px;
  }
  .cfk-footer .cfk-brand-logo {
    height: 56px;
    max-width: 240px;
  }
  .seo-home-why .btn {
    width: 100%;
  }
  .seo-home-why .d-flex.flex-wrap.gap-2 {
    flex-direction: column;
  }
}

/* Blog article (detail) */
.blog-article { padding-bottom: 3rem; }
.blog-article-content {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
}
.blog-article-content h2,
.blog-article-content h3 { font-weight: 700; margin-top: 1.5rem; }
.blog-article-content h2:first-child { margin-top: 0; }
.blog-article-content p { line-height: 1.75; color: #374151; }
.blog-article-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.blog-article-content li {
  margin-bottom: 0.35rem;
  line-height: 1.75;
  color: #374151;
}
.blog-article-content a {
  color: var(--cfk-blue);
  font-weight: 600;
  text-decoration: none;
}
.blog-article-content a:hover {
  color: var(--cfk-accent);
}
.blog-article-content .blog-callout {
  background: rgba(249, 115, 22, 0.08);
  border-left: 4px solid var(--cfk-accent);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  margin: 1.25rem 0 1.5rem;
  color: #374151;
  line-height: 1.7;
}
.blog-related-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #111827;
}

.cfk-breadcrumb .breadcrumb { margin-bottom: 1rem; background: transparent; padding: 0; }
.cfk-breadcrumb .breadcrumb-item a {
  color: var(--cfk-blue);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cfk-breadcrumb .breadcrumb-item a:hover {
  color: var(--cfk-accent);
}
.cfk-breadcrumb .breadcrumb-item.active {
  color: #6b7280;
  font-weight: 600;
}
.cfk-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #9ca3af;
}
/* Koyu hero (firma detay) */
.firm-detail-hero .cfk-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.firm-detail-hero .cfk-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9);
}
.firm-detail-hero .cfk-breadcrumb .breadcrumb-item a:hover {
  color: #fdba74;
}
.firm-detail-hero .cfk-breadcrumb .breadcrumb-item.active {
  color: #fff;
}

/* İletişim sayfası */
.contact-page .contact-info-list > div {
  margin-bottom: 1.1rem;
}
.contact-page .contact-info-list > div:last-child {
  margin-bottom: 0;
}
.contact-page .contact-info-list dt {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cfk-accent);
  margin-bottom: 0.25rem;
}
.contact-page .contact-info-list dt i {
  margin-right: 0.35rem;
}
.contact-page .contact-info-list dd {
  margin: 0;
  color: #374151;
  line-height: 1.55;
}
.contact-page .contact-info-list a {
  color: var(--cfk-blue);
  font-weight: 600;
  text-decoration: none;
}
.contact-page .contact-info-list a:hover {
  color: var(--cfk-accent);
}
.contact-page .contact-info-list--compact dt {
  text-transform: none;
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 600;
}
.contact-page .contact-iban {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  word-break: break-all;
}
.contact-form-head {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0;
}
.contact-form-section {
  padding: 1.25rem 0 0.5rem;
  border-top: 1px solid #f3f4f6;
}
.contact-form-section:first-of-type {
  border-top: none;
  padding-top: 0;
}
.contact-form-section-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}
.contact-form-section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cfk-accent), #fb923c);
  color: #fff;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.contact-form-section-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.55;
  margin-bottom: 1rem;
}
.contact-topic-hints {
  list-style: none;
  padding: 0.85rem 1rem;
  margin-top: 0.75rem;
  background: var(--cfk-light);
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 0.8125rem;
  color: #4b5563;
  line-height: 1.6;
}
.contact-topic-hints li + li {
  margin-top: 0.35rem;
}
.contact-topic-hints strong {
  color: #111827;
}
.contact-form-label {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.contact-label-icon {
  color: var(--cfk-accent);
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}
.contact-field-select {
  cursor: pointer;
  color: #111827;
  font-weight: 500;
}
.contact-field-select:invalid,
.contact-field-select option[value=""] {
  color: #9ca3af;
}
.contact-form-card .form-label {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}
.contact-form-card .form-control,
.contact-form-card .form-select {
  border-radius: 12px;
  border-color: #e5e7eb;
  padding: 0.65rem 0.9rem;
  min-height: 48px;
}
.contact-form-card textarea.form-control {
  min-height: 140px;
}
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--cfk-accent);
  box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.15);
}
.contact-form-card .form-control::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.contact-form-card .form-check-input:checked {
  background-color: var(--cfk-accent);
  border-color: var(--cfk-accent);
}
.contact-form-card .form-check-label a {
  color: var(--cfk-blue);
  font-weight: 600;
}

/* Firma başvuru — WooCommerce tarzı ödeme sayfası */
.cfk-firm-register .cfk-checkout-block-title {
  color: #111827;
}
.cfk-firm-register .cfk-checkout-block .form-label {
  font-weight: 600;
  font-size: 0.875rem;
}
.cfk-firm-register .cfk-checkout-sidebar {
  position: sticky;
  top: calc(var(--cfk-header-sticky-top, 72px) + 1rem);
}
.cfk-firm-register .cfk-order-review {
  border: 1px solid #e5e7eb;
}
.cfk-firm-register .cfk-order-review-product {
  background: #f9fafb;
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.cfk-firm-register .cfk-order-review-features li {
  padding: 0.15rem 0;
  color: #4b5563;
}
.cfk-firm-register .cfk-order-review-table th,
.cfk-firm-register .cfk-order-review-table td {
  border: none;
  padding: 0.25rem 0;
}
.cfk-firm-register .cfk-order-review-total th,
.cfk-firm-register .cfk-order-review-total td {
  font-size: 1.05rem;
  border-top: 2px solid #e5e7eb;
}
.cfk-firm-register .cfk-checkout-divider {
  border-color: #e5e7eb;
  opacity: 1;
}
.cfk-firm-register .cfk-payment-methods {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cfk-firm-register .cfk-payment-method-option {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.cfk-firm-register .cfk-payment-method-option:has(.form-check-input:checked) {
  border-color: var(--cfk-accent);
  background: #fff7ed;
}
.cfk-firm-register .cfk-payment-method-option .form-check-input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.cfk-firm-register .cfk-payment-method-label {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}
.cfk-firm-register .cfk-checkout-legal.firm-legal-consent-wrap {
  margin-top: 0;
}
.cfk-firm-register .cfk-checkout-legal .form-check-label a {
  color: var(--cfk-blue);
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .cfk-firm-register .cfk-checkout-sidebar {
    position: static;
  }
  .cfk-firm-register .col-lg-7 .cfk-checkout-block:last-child {
    margin-bottom: 0 !important;
  }
}

.firm-legal-consent-wrap {
  margin-top: 15px;
}
.firm-legal-consent-wrap .form-check-label a {
  color: var(--cfk-blue);
  font-weight: 600;
}
.firm-legal-consent-wrap .form-check-label a:hover {
  color: var(--cfk-accent);
}

/* WooCommerce tarzı havale / sipariş alındı sayfası */
.cfk-order-received-hero .cfk-order-received-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.75rem;
  font-size: 2.75rem;
  color: #22c55e;
}
.cfk-order-table th {
  width: 38%;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  vertical-align: top;
  padding: 0.65rem 0.75rem 0.65rem 0;
  border: none;
  background: transparent;
}
.cfk-order-table td {
  font-size: 0.9375rem;
  color: #111827;
  vertical-align: top;
  padding: 0.65rem 0;
  border: none;
  border-bottom: 1px solid #f3f4f6;
}
.cfk-order-table tr:last-child td,
.cfk-order-table tr:last-child th {
  border-bottom: none;
}
.cfk-bank-transfer-card {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 120px);
  border: 1px solid #fed7aa;
}
.cfk-bank-dl-row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #ffedd5;
}
.cfk-bank-dl-row:last-of-type {
  border-bottom: none;
}
.cfk-bank-dl dt {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #9a3412;
  margin: 0;
}
.cfk-bank-dl dd {
  font-size: 0.9375rem;
  color: #111827;
  margin: 0;
  word-break: break-word;
}
.cfk-iban {
  font-size: 0.85rem;
  background: #fff;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid #fed7aa;
}
.cfk-bank-note {
  background: #fff;
  border: 1px dashed #fdba74;
  border-radius: 12px;
  padding: 1rem 1.1rem;
}

.sticky-filters { top: var(--cfk-header-sticky-top); }

/* ========== Mobil — ana sayfa & ön yüz uyumu ========== */
@media (max-width: 991.98px) {
  :root {
    --cfk-header-sticky-top: 5rem;
  }

  .cfk-header .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cfk-header .cfk-brand-logo {
    height: 48px;
    max-width: min(200px, 52vw);
  }
  .cfk-header .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem 0 0.5rem;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
  }
  .cfk-header .navbar-nav {
    gap: 0.15rem;
  }
  .cfk-header .nav-link {
    padding: 0.6rem 0.35rem !important;
    font-size: 0.95rem;
  }
  .cfk-header .nav-item.dropdown {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
  .cfk-header .nav-item.dropdown .btn-accent {
    width: 100%;
    justify-content: center;
  }

  .hero-section {
    min-height: auto;
    padding: 3.5rem 0 2.75rem;
  }
  .hero-badge {
    font-size: 0.78rem;
    padding: 0.3rem 0.85rem;
  }
  .hero-title {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
    margin-bottom: 0.75rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.55;
  }
  .hero-search {
    padding: 1rem;
    margin-top: 0.25rem;
  }
  .hero-search .row > div {
    margin-bottom: 0;
  }
  .hero-search .btn-accent {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .section-title {
    font-size: 1.45rem;
  }
  .section-header {
    margin-bottom: 2rem !important;
  }
  .section-cities,
  .section-services,
  .section-seo-home {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .city-card {
    padding: 1.1rem 0.75rem;
  }
  .city-plate {
    font-size: 1.15rem;
    min-width: 2.5rem;
    padding: 0.35rem 0.6rem;
  }
  .service-area-card-media {
    height: 148px;
  }

  .glass-card:hover,
  .pro-card:hover,
  .modern-blog-card:hover,
  .service-area-card:hover .service-area-card-media img {
    transform: none;
  }
}
