/* Kondu Petrol — kurumsal akaryakıt (referans: imkarakaryakit benzeri) */

:root {
  --kp-red: #c41230;
  --kp-red-hover: #9e0f27;
  --kp-navy: #06466f;
  --kp-navy-dark: #003b63;
  --kp-footer-blue: #2469a5;
  --kp-teal: #11a99a;
  --kp-teal-hover: #0b8b80;
  --kp-text: #2c2c2c;
  --kp-muted: #5a5a5a;
  --kp-border: #d9d9d9;
  --kp-topbar-bg: #ebebeb;
  --kp-soft: #f3f4f6;
  --kp-radius: 0.65rem;
  --kp-radius-lg: 1rem;
  --kp-surface: #fff;
  --kp-surface-muted: #f3f4f6;
  --kp-font-body: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --kp-font-heading: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: var(--kp-font-body);
  color: var(--kp-text);
  margin-bottom: 0;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(196, 18, 48, 0.18);
  color: var(--kp-navy-dark);
}

.site-body {
  margin-bottom: 0;
}

.font-heading,
h1,
h2,
h3,
h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.section-heading,
.navbar-nav .nav-link {
  font-family: var(--kp-font-heading);
}

.btn-nav-cta,
.btn-top-cta,
.btn-mid-cta,
.btn-hero-ghost,
.btn-about {
  font-family: var(--kp-font-heading);
}

.ls-tight {
  letter-spacing: 0.02em;
}

.ls-wide {
  letter-spacing: 0.12em;
}

/* ——— Üst bar ——— */
.top-bar {
  background: var(--kp-topbar-bg);
  border-bottom: 1px solid var(--kp-border);
  color: var(--kp-text);
}

.top-bar--imkar {
  background: var(--kp-navy-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.top-bar--mobile {
  border-bottom: 1px solid var(--kp-border);
}

.top-bar--imkar.top-bar--mobile {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.top-bar__muted {
  color: var(--kp-muted);
}

.top-bar__cta-ico {
  flex-shrink: 0;
  opacity: 0.95;
}

.btn-top-cta {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--kp-teal);
  --bs-btn-border-color: var(--kp-teal);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--kp-teal-hover);
  --bs-btn-hover-border-color: var(--kp-teal-hover);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.68rem;
  border-radius: 999px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-nav-cta {
  color: #fff;
  background: #07517e;
  border: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  white-space: nowrap;
}

.btn-nav-cta:hover {
  color: #fff;
  background: var(--kp-teal-hover);
}

/* ——— Header / menü ——— */
.site-header--sticky {
  box-shadow: 0 1px 0 rgba(30, 45, 74, 0.06), 0 4px 20px rgba(30, 45, 74, 0.04);
}

.site-header .navbar {
  --bs-navbar-hover-color: var(--kp-teal);
}

.site-header .navbar-brand {
  transition: opacity 0.15s ease;
}

.site-header .navbar-brand:hover {
  opacity: 0.88;
}

.dropdown-menu--kp {
  border-radius: 0;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.dropdown-menu--kp .dropdown-item {
  font-size: 0.9rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.dropdown-menu--kp .dropdown-item:active {
  background-color: var(--kp-navy);
  color: #fff;
}

.nav-link-main {
  color: var(--kp-navy) !important;
  font-size: 0.8rem;
  letter-spacing: 0.1em !important;
  transition: color 0.15s ease;
}

.nav-link-main:hover,
.nav-link-main:focus {
  color: var(--kp-teal) !important;
}

.brand-text {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.site-main {
  background: #fff;
  min-height: 40vh;
}

.home-hero {
  position: relative;
  box-shadow: none;
}

.home-section {
  padding-top: clamp(2.4rem, 5vw, 3.6rem);
  padding-bottom: clamp(2.4rem, 5vw, 3.6rem);
}

/* ——— Hero / slider ——— */
.hero-slide {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .hero-slide {
    min-height: 390px;
  }
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-color: var(--kp-navy-dark);
}

.hero-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 59, 99, 0.82) 0%,
    rgba(0, 59, 99, 0.82) 45%,
    rgba(0, 59, 99, 0.88) 100%
  );
}

.hero-slide__pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.07) 0%, transparent 38%),
    radial-gradient(circle at 88% 70%, rgba(13, 148, 136, 0.12) 0%, transparent 35%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 11px,
      rgba(255, 255, 255, 0.04) 11px,
      rgba(255, 255, 255, 0.04) 12px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 11px,
      rgba(255, 255, 255, 0.03) 11px,
      rgba(255, 255, 255, 0.03) 12px
    ),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 40px,
      rgba(13, 148, 136, 0.06) 40px,
      rgba(13, 148, 136, 0.06) 41px
    );
}

.hero-slide__pattern--fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
}

.hero-slide__inner {
  position: relative;
  z-index: 3;
  min-height: 360px;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .hero-slide__inner {
    min-height: 390px;
  }
}

.hero-slide__content {
  padding: 0.25rem 0 0.25rem 1.25rem;
  border-left: 4px solid var(--kp-teal);
  background: transparent;
  box-shadow: none;
}

.hero-slide__content--imkar {
  border-left: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-slide__title {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.hero-slide__subtitle {
  max-width: 34rem;
  font-size: 0.93rem;
  line-height: 1.55;
}

.hero-slide__kicker {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
}

.hero-slide .display-5 {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  max-width: 42rem;
}

.hero-slide .lead {
  font-weight: 400;
  opacity: 0.94;
  max-width: 36rem;
}

.btn-hero-ghost {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.45rem 2.25rem;
}

.btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#heroCarousel .carousel-control-prev {
  left: 1.25rem;
}

#heroCarousel .carousel-control-next {
  right: 1.25rem;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
  background: rgba(13, 148, 136, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  opacity: 0.9;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

#heroCarousel .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

#heroCarousel .carousel-indicators .active {
  background-color: #fff;
}

.site-hero-fallback {
  background: linear-gradient(95deg, rgba(20, 29, 46, 0.97) 0%, rgba(30, 45, 74, 0.92) 45%, rgba(30, 45, 74, 0.82) 100%);
  min-height: 430px;
  display: flex;
  align-items: center;
}

/* ——— İki sütun öne çıkan (referans: imkar ana sayfa üst blokları) ——— */
.home-showcase {
  background: #fff;
  border-bottom: 1px solid var(--kp-border);
}

.home-showcase__tile {
  height: 100%;
  padding: 2rem 1.75rem 2.25rem;
  border-bottom: 1px solid var(--kp-border);
  border-top: 4px solid var(--kp-red);
}

@media (min-width: 992px) {
  .home-showcase__tile {
    border-bottom: 0;
    border-right: 1px solid var(--kp-border);
    min-height: 14rem;
  }

  .home-showcase__tile--alt {
    border-right: 0;
  }
}

.home-showcase__title {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kp-navy);
}

.home-showcase__lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--kp-muted);
}

.home-showcase__link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kp-red);
  text-decoration: none;
}

.home-showcase__link:hover {
  color: var(--kp-red-hover);
  text-decoration: underline;
}

/* ——— Kurumsal tanıtım bandı (referans: hakkımızda) ——— */
.home-intro {
  background: #ececec;
  border-bottom: 1px solid var(--kp-border);
}

.home-intro--about {
  background: #fff;
  border-bottom: 1px solid var(--kp-border);
  padding-top: 2.4rem;
  padding-bottom: 2.5rem;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(196, 18, 48, 0.08);
  color: var(--kp-red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker--plain {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--kp-red);
}

.section-kicker--intro {
  background: rgba(6, 70, 111, 0.08);
  color: var(--kp-navy);
  border: 1px solid rgba(6, 70, 111, 0.2);
}

.section-kicker--mid-cta {
  background: rgba(13, 148, 136, 0.2);
  color: #cffaf4;
  border: 1px solid rgba(45, 212, 191, 0.42);
}

.home-intro__eyebrow-wrap,
.home-mid-cta__eyebrow-wrap {
  display: flex;
  justify-content: center;
}

.home-intro__title {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--kp-navy);
  line-height: 1.2;
}

.home-intro--about .home-intro__title::before {
  content: "";
  display: block;
  width: 7rem;
  height: 1px;
  margin: 0 auto 0.75rem;
  border-radius: 2px;
  background: var(--kp-teal);
}

.home-intro__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 1rem auto 0;
  background: var(--kp-red);
}

.home-intro--about .home-intro__title::after {
  display: none;
}

.home-intro__lead {
  max-width: 48rem;
  color: var(--kp-text);
  line-height: 1.75;
  font-size: 0.88rem;
  font-weight: 400;
}

.home-intro__lead--secondary {
  color: var(--kp-muted);
  font-size: 0.88rem;
}

@media (min-width: 768px) {
  .home-intro__lead--prose {
    text-align: justify;
    text-justify: inter-word;
  }
}

.btn-about {
  color: #fff;
  background: #07517e;
  border: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  border-radius: 999px;
  padding: 0.5rem 2.2rem;
}

.btn-about:hover {
  color: #fff;
  background: var(--kp-navy);
}

/* ——— Orta CTA (bulanık arka plan + teal buton) ——— */
.home-mid-cta {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.3rem, 5vw, 3.2rem);
  padding-bottom: clamp(2.3rem, 5vw, 3.2rem);
}

.home-mid-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #0a0e18;
  background-image:
    linear-gradient(180deg, rgba(8, 12, 22, 0.55) 0%, rgba(8, 12, 22, 0.75) 100%),
    radial-gradient(ellipse 120% 80% at 50% 100%, rgba(13, 148, 136, 0.15) 0%, transparent 55%),
    url("/images/hero-placeholder.svg");
  background-size: auto, auto, cover;
  background-position: center, center, center 60%;
  background-repeat: no-repeat;
  transform: scale(1.08);
  filter: blur(11px) saturate(0.85) brightness(0.55);
}

.home-mid-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 30, 0.75) 0%, rgba(15, 22, 36, 0.9) 100%);
}

.home-mid-cta .container {
  position: relative;
  z-index: 2;
}

.home-mid-cta__lead {
  max-width: 36rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.btn-mid-cta {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--kp-teal);
  --bs-btn-border-color: var(--kp-teal);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--kp-teal-hover);
  --bs-btn-hover-border-color: var(--kp-teal-hover);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  border-radius: 999px;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* ——— İletişim blok (ikon + iki sütun) ——— */
.home-contact-block {
  background: #fff;
  border-bottom: 1px solid var(--kp-border);
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.home-contact-block__subtitle {
  max-width: 32rem;
  color: var(--kp-muted);
  font-size: 0.9rem;
}

.home-contact-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.25rem 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  height: 100%;
  box-shadow: none;
}

.home-contact-block__icon {
  flex-shrink: 0;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--kp-teal) 0%, #0f766e 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.35);
}

.home-contact-block__label {
  color: var(--kp-muted);
  letter-spacing: 0.08em;
  margin-bottom: 0.15rem;
}

.home-contact-block__value {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--kp-navy);
  text-decoration: none;
}

a.home-contact-block__value:hover {
  color: var(--kp-teal);
  text-decoration: underline;
}

/* ——— Hizmet kartları ——— */
.home-services {
  background: #f2f3f6;
  border-bottom: 1px solid var(--kp-border);
  padding-top: 2.8rem;
  padding-bottom: 3rem;
}

.home-services__header {
  max-width: 44rem;
}

.home-services__subtitle {
  max-width: 38rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--kp-muted);
  font-weight: 500;
}

.section-heading {
  font-size: clamp(1.15rem, 2.1vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kp-navy);
  border-left: 4px solid var(--kp-red);
  padding-left: 1rem;
  margin-bottom: 0;
}

.section-heading--center {
  border-left: 0;
  padding-left: 0;
  display: inline-block;
}

.section-heading--center::before {
  content: "";
  display: block;
  width: 8rem;
  height: 1px;
  margin: 0 auto 0.75rem;
  border-radius: 2px;
  background: var(--kp-teal);
}

.section-heading--center::after {
  display: none;
}

.section-heading--services-rail.section-heading--center::before {
  display: none;
}

.section-heading--services-rail.section-heading--center::after {
  display: block;
  content: "";
  width: 7.5rem;
  height: 2px;
  margin: 0.85rem auto 0;
  border-radius: 2px;
  background: var(--kp-teal);
}

.home-services__flow {
  position: relative;
}

.service-card {
  height: 100%;
}

.service-card.service-card--flow {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(7.5rem, 9rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 12rem;
  padding: 1.05rem;
  border: 1px solid rgba(30, 45, 74, 0.12);
  border-left: 4px solid var(--kp-teal);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(17, 169, 154, 0.06) 100%);
  box-shadow: 0 8px 24px rgba(30, 45, 74, 0.08);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card.service-card--flow::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2.75rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(17, 169, 154, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.service-card.service-card--flow:hover {
  transform: translateY(-3px);
  border-left-color: var(--kp-red);
  box-shadow: 0 14px 32px rgba(30, 45, 74, 0.13);
}

.service-card__index {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 2.1rem;
  padding-top: 0.15rem;
  font-family: var(--kp-font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--kp-teal);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.service-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 7.5rem;
  border-radius: 50% 50% 50% 12%;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.28) 0 16%, transparent 17%),
    linear-gradient(135deg, #0f766e 0%, #0b2a44 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 10px 22px rgba(30, 45, 74, 0.18);
}

.service-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 20, 37, 0.06), rgba(4, 20, 37, 0.32));
  z-index: 1;
}

.service-card__media::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  z-index: 2;
}

.service-card__media--1 {
  background:
    radial-gradient(circle at 25% 22%, rgba(255, 204, 0, 0.75) 0 13%, transparent 14%),
    linear-gradient(135deg, #0b5f9b 0%, #04395f 100%);
}

.service-card__media--2 {
  background:
    radial-gradient(circle at 34% 48%, rgba(0, 0, 0, 0.28) 0 18%, transparent 19%),
    linear-gradient(135deg, #0f8ece 0%, #0b2a44 100%);
}

.service-card__media--3 {
  background:
    linear-gradient(115deg, rgba(255, 220, 0, 0.82) 0 34%, transparent 35%),
    linear-gradient(135deg, #0d94d4 0%, #075b93 100%);
}

.service-card__media--4 {
  background:
    radial-gradient(ellipse at 72% 46%, rgba(255, 255, 255, 0.24) 0 21%, transparent 22%),
    linear-gradient(135deg, #17324b 0%, #071827 100%);
}

.service-card__media--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card__body {
  min-width: 0;
  text-align: left;
}

.service-card__eyebrow {
  margin-bottom: 0.35rem;
  font-family: var(--kp-font-heading);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kp-teal-hover);
}

.service-card__title {
  margin: 0 0 0.45rem;
  font-family: var(--kp-font-heading);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--kp-navy);
}

.service-card__desc {
  margin: 0;
  color: var(--kp-muted);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.62;
  white-space: pre-line;
}

.service-card__cta {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--kp-font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kp-navy);
  text-decoration: none;
}

.service-card__cta::after {
  content: "→";
  color: var(--kp-teal);
  transition: transform 0.15s ease;
}

.service-card__cta:hover {
  color: var(--kp-teal-hover);
  text-decoration: none;
}

.service-card__cta:hover::after {
  transform: translateX(0.2rem);
}

@media (max-width: 575.98px) {
  .service-card.service-card--flow {
    grid-template-columns: auto 1fr;
  }

  .service-card__media {
    grid-column: 1 / -1;
    width: min(9rem, 48vw);
    justify-self: center;
  }

  .service-card__body {
    grid-column: 1 / -1;
    text-align: center;
  }

  .service-card__index {
    display: none;
  }
}

/* ——— Bize ulaşın şeridi (referans imkar alt CTA) ——— */
.home-contact-strip {
  background: #f7f7f7;
  border-top: 1px solid var(--kp-border);
  border-bottom: 1px solid var(--kp-border);
}

.home-contact-strip__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--kp-navy);
}

.home-contact-strip__lead {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--kp-muted);
}

.home-contact-strip__phone {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--kp-red);
}

.btn-contact-strip {
  display: inline-block;
  padding: 0.55rem 1.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--kp-red);
  border: 1px solid var(--kp-red);
  border-radius: 0;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn-contact-strip:hover {
  color: #fff;
  background: var(--kp-red-hover);
  border-color: var(--kp-red-hover);
}

/* ——— CTA (kırmızı şerit) ———
   Bootstrap h2/.btn --bs-body-color kullandığı için yalnızca section.text-white yetmez;
   tüm metin ve buton için değişkenleri burada sabitliyoruz. */
.home-cta {
  --bs-body-color: rgba(255, 255, 255, 0.95);
  --bs-body-color-rgb: 255, 255, 255;
  --bs-heading-color: #fff;
  --bs-secondary-color: rgba(255, 255, 255, 0.78);
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, #9f0f27 0%, var(--kp-red) 50%, #d11e3c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-cta::before {
  content: "";
  position: absolute;
  inset: -40% auto auto 65%;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.home-cta > .container {
  position: relative;
  z-index: 1;
}

.home-cta__kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-cta__title {
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.home-cta__lead {
  max-width: 36rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.home-cta .btn-cta {
  --bs-btn-color: var(--kp-red);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--kp-navy-dark);
  --bs-btn-hover-border-color: var(--kp-navy-dark);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0f1624;
  --bs-btn-active-border-color: #0f1624;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border: none;
  border-radius: var(--kp-radius);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0.75rem 2rem;
  box-shadow: 0 8px 20px rgba(20, 29, 46, 0.18);
}

.home-cta .btn-cta:focus,
.home-cta .btn-cta:focus-visible,
.home-cta .btn-cta:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.45);
  border-color: transparent;
}

/* ——— Footer (referans: lacivert blok + alt copyright şeridi) ——— */
.footer-strip {
  background: linear-gradient(180deg, #d01836 0%, var(--kp-red) 45%, #a30f24 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.footer-strip__line {
  letter-spacing: 0.08em;
  opacity: 0.98;
}

.site-footer {
  background: var(--kp-footer-blue);
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer .container {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.footer-mid-cols {
  justify-content: center;
}

.footer-col-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7rem;
}

.footer-link-list li + li {
  margin-top: 0.35rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.72rem;
  transition: color 0.15s ease;
}

.footer-link:hover {
  color: var(--kp-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-link-muted {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem !important;
}

.footer-copyright-bar {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.footer-copyright-bar .container {
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
}

.footer-copyright-bar__text {
  letter-spacing: 0.04em;
  color: #5d5d5d;
  font-size: 0.68rem;
  text-decoration: none;
}

a.footer-copyright-bar__text:hover {
  color: var(--kp-teal);
  text-decoration: underline;
}

.fab-contact {
  position: fixed;
  right: 1.1rem;
  bottom: 1.25rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: var(--kp-teal);
  color: #fff;
  box-shadow: 0 6px 24px rgba(17, 169, 154, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.fab-contact:hover {
  color: #fff;
  background: var(--kp-teal-hover);
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(17, 169, 154, 0.55);
}

.fab-contact__icon {
  display: block;
}

.footer-heading {
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.12em;
}

.footer-brand {
  color: #fff;
  font-size: 1.05rem;
}

.footer-lead {
  color: rgba(255, 255, 255, 0.82);
  max-width: 14rem;
  line-height: 1.45;
  font-size: 0.76rem !important;
}

.footer-block-text {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  max-width: 22rem;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

.footer-menu__link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-menu__link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-footer-cta {
  background: var(--kp-red);
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.5rem 1.25rem;
}

.btn-footer-cta:hover {
  background: var(--kp-red-hover);
  color: #fff;
}

/* ——— İçerik sayfası ——— */
.content-page {
  line-height: 1.75;
  color: var(--kp-text);
}

.content-page--prose {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.content-page--prose h2,
.content-page--prose h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: var(--kp-navy);
}

.content-page--prose p {
  margin-bottom: 1rem;
}

.content-page--prose ul,
.content-page--prose ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.content-page img {
  max-width: 100%;
  height: auto;
}

/* ——— Kart paneller (iletişim / içerik) ——— */
.page-panel {
  background: #fff;
  border: 1px solid var(--kp-border);
  box-shadow: 0 4px 24px rgba(30, 45, 74, 0.06);
}

.page-panel--article {
  border-top: 3px solid var(--kp-red);
}

/* ——— İletişim: şube + harita ——— */
.contact-branch__title {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--kp-navy);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.contact-branch__map-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--kp-border);
  box-shadow: 0 4px 18px rgba(30, 45, 74, 0.08);
  background: #e8eaef;
}

.contact-branch__ratio {
  --bs-aspect-ratio: 62%;
}

.contact-branch__maps-link {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  background: rgba(255, 255, 255, 0.95);
  color: var(--kp-navy);
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  letter-spacing: 0.02em;
}

.contact-branch__maps-link:hover {
  color: var(--kp-teal);
}

.contact-branch__maps-link-ico {
  flex-shrink: 0;
  opacity: 0.85;
}

.contact-branch__map {
  border: 0;
}

.contact-branch__details {
  margin-top: 1.25rem;
  padding-top: 0.25rem;
}

.contact-branch__row {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.contact-branch__row:first-child {
  padding-top: 0.35rem;
}

.contact-branch__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-branch__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--kp-teal) 0%, #0f766e 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.35);
}

.contact-branch__text {
  text-align: left;
  min-width: 0;
}

.contact-branch__line {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--kp-navy);
  line-height: 1.45;
}

.contact-branch__phone-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--kp-navy);
  text-decoration: none;
}

.contact-branch__phone-link:hover {
  color: var(--kp-teal);
  text-decoration: underline;
}

.contact-branch + .contact-branch {
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--kp-border);
}

.contact-form .form-label {
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}

body.site-body .form-control--kp {
  border-radius: 0;
  border-color: #c8c8c8;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

body.site-body .form-control--kp:focus {
  border-color: var(--kp-red);
  box-shadow: 0 0 0 0.12rem rgba(196, 18, 48, 0.2);
}

.alert--kp {
  border-left: 4px solid #198754;
  background: #f4fbf7;
  color: #0f5132;
}

/* ——— Genel sayfa başlığı (iletişim, içerik) ——— */
body.site-body .page-hero-title {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--kp-navy);
  border-left: 4px solid var(--kp-red);
  padding-left: 1rem;
  margin-bottom: 1.75rem;
  line-height: 1.35;
}

body.site-body .btn-primary {
  --bs-btn-bg: var(--kp-red);
  --bs-btn-border-color: var(--kp-red);
  --bs-btn-hover-bg: var(--kp-red-hover);
  --bs-btn-hover-border-color: var(--kp-red-hover);
  --bs-btn-active-bg: var(--kp-red-hover);
  --bs-btn-active-border-color: var(--kp-red-hover);
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ——— Form odak ——— */
.btn:focus,
.btn:active:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(196, 18, 48, 0.25);
  border-color: var(--kp-red);
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}
