/* Konak — Hakkımızda blokları (font-family tanımlanmaz; site fontu kullanılır) */

.konak-about-narrow {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.konak-about-strip {
  padding: 72px 0 56px;
  background: #fff;
}

.konak-about-strip-top {
  margin-bottom: 36px;
}

.konak-about-eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 600;
  margin: 0 0 8px;
}

.konak-about-strip-lead {
  font-size: 17px;
  line-height: 1.75;
  color: #444;
  margin: 0;
}

.konak-about-hero-media {
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.konak-about-hero-media img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.konak-about-mission {
  padding: 88px 0 72px;
  background: #fff;
}

.konak-about-mission-title {
  text-align: center;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 600;
  line-height: 1.35;
  color: #1c1c1c;
  margin: 0 auto 52px;
  max-width: 900px;
}

.konak-about-pillars {
  --bs-gutter-y: 2rem;
}

.konak-about-pillar-h {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 14px;
}

.konak-about-pillar-t {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.konak-about-stats {
  padding: 64px 0 72px;
  background: #fafbfc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.konak-about-stats-label {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 40px;
}

.konak-about-stats-grid {
  --bs-gutter-y: 2rem;
}

.konak-about-stat {
  text-align: center;
  padding: 8px 12px;
}

.konak-about-stat-num {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.1;
  margin-bottom: 8px;
}

.konak-about-stat-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.45;
}

.konak-about-models {
  padding: 56px 0 64px;
  background: #f4f5f7;
}

.konak-about-models-label {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 28px;
}

.konak-about-models-row {
  justify-content: center;
}

.konak-about-model-card {
  display: block;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  color: #1c1c1c;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.konak-about-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  color: #1c1c1c;
}

.konak-about-model-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.konak-about-model-card span {
  display: block;
  padding: 14px 12px 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.konak-about-principles {
  padding: 80px 0;
  background: #fff;
}

.konak-about-section-title {
  text-align: center;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 22px;
}

.konak-about-principles-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.konak-about-strategy {
  padding: 72px 0 80px;
  background: #eceef2;
}

.konak-about-strategy .konak-about-section-title {
  margin-bottom: 16px;
}

.konak-about-strategy-intro {
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin: 0 auto 40px;
  max-width: 640px;
}

.konak-about-strategy-grid {
  --bs-gutter-y: 1.75rem;
}

.konak-about-strategy-item {
  text-align: center;
  padding: 8px 12px 0;
}

.konak-about-strategy-item i {
  font-size: 28px;
  color: #1c1c1c;
  margin-bottom: 16px;
  display: block;
}

.konak-about-strategy-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.konak-about-copy {
  padding: 80px 0 64px;
  background: #fff;
}

.konak-about-copy-h {
  font-size: 22px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 14px;
}

.konak-about-copy-h + .konak-about-copy-p {
  margin-top: 0;
}

.konak-about-copy-p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin: 0 0 32px;
}

.konak-about-copy-p:last-child {
  margin-bottom: 0;
}

.konak-about-copy-p a {
  color: #1c1c1c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.konak-about-copy-p a:hover {
  color: #000;
}

.konak-about-cta {
  padding: 0 0 80px;
  background: #fff;
}

.konak-about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 36px 48px;
  background: #7a8da4;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  transition: background 0.3s ease, transform 0.3s ease;
}

.konak-about-cta-inner:hover {
  background: #6b7e96;
  color: #fff;
}

.konak-about-cta-text {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  max-width: 520px;
}

.konak-about-cta-arrow {
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 18px;
  opacity: 0.95;
}

.konak-about-split {
  padding: 0 0 96px;
  background: #fff;
}

.konak-about-split-row {
  margin-bottom: 64px;
}

.konak-about-split-row:last-child {
  margin-bottom: 0;
}

.konak-about-split-h {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 16px;
}

.konak-about-split-p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  max-width: 520px;
}

.konak-about-split-img {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.konak-about-split-img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.konak-about-split-img--muted img {
  filter: saturate(0.92) contrast(1.02);
}

/* Neden Konak Oto? — Hikâyemiz strip’i ile aynı grid (4/8, align-items-start) */
.konak-about-why {
  padding: 72px 0 64px;
  background: #fff;
  border-top: 1px solid #eee;
}

.konak-about-why-strip-top {
  margin-bottom: 40px;
}

.konak-about-why-title-side {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  color: #1c1c1c;
  margin: 10px 0 0;
  letter-spacing: -0.02em;
}

.konak-about-why-lead > .konak-about-strip-lead {
  margin: 0;
}

.konak-about-why-lead > .konak-about-strip-lead + .konak-about-strip-lead {
  margin-top: 18px;
}

.konak-about-why-splits {
  border-top: 1px solid #eee;
}

.konak-about-why-split {
  padding: 36px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  --bs-gutter-x: 2rem;
}

.konak-about-why-split--last {
  border-bottom: none;
  padding-bottom: 8px;
}

.konak-about-why-split-head {
  padding-right: 8px;
}

.konak-about-why-split-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eceef2;
  color: #1c1c1c;
  font-size: 17px;
  margin-bottom: 14px;
}

.konak-about-why-split-h {
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0;
  line-height: 1.4;
  max-width: 300px;
}

.konak-about-why-split-body .konak-about-strip-lead + .konak-about-strip-lead {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .konak-about-why {
    padding: 56px 0 48px;
  }

  .konak-about-why-strip-top {
    margin-bottom: 28px;
  }

  .konak-about-why-split {
    padding: 28px 0;
    --bs-gutter-x: 1rem;
  }

  .konak-about-why-split-head {
    margin-bottom: 18px;
    padding-right: 0;
  }

  .konak-about-why-split-h {
    max-width: none;
  }

  .konak-about-split-p {
    max-width: none;
    margin-bottom: 28px;
  }

  .konak-about-cta-arrow {
    position: static;
    margin-top: 16px;
    display: block;
    text-align: center;
  }

  .konak-about-cta-inner {
    flex-direction: column;
    padding: 32px 24px;
  }
}

@media (max-width: 575.98px) {
  .konak-about-why-split {
    padding: 24px 0;
  }

  .konak-about-why-title-side {
    font-size: 1.15rem;
  }
}

/* Kurumsal — “Neden Konak Oto?” premium varyant (yalnızca .konak-about-why--premium) */
.konak-about-why--premium {
  padding: 88px 0 84px;
  background: linear-gradient(180deg, #f4f6f8 0%, #fafbfc 42%, #ffffff 100%);
  border-top: none;
  position: relative;
}

.konak-about-why--premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(20, 68, 67, 0.35) 50%,
    transparent 100%
  );
}

.konak-about-why--premium .konak-about-why-strip-top {
  margin-bottom: 0;
}

.konak-about-why--premium .konak-about-eyebrow {
  color: #144443;
  letter-spacing: 0.2em;
}

.konak-about-why--premium .konak-about-why-title-side {
  font-size: clamp(22px, 2.9vw, 34px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.konak-about-why--premium .konak-about-strip-lead {
  color: #3a3a3a;
}

.konak-about-why-premium-intro {
  position: relative;
  background: #fff;
  border: 1px solid rgba(20, 68, 67, 0.1);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.06);
  padding: 44px 44px 48px 48px;
  margin-bottom: 40px;
  border-radius: 2px;
}

.konak-about-why-premium-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(180deg, #144443 0%, #163838 100%);
}

.konak-about-why-premium-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.konak-about-why-premium-item {
  margin: 0;
  padding: 32px 28px 34px;
  background: #fff;
  border: 1px solid rgba(20, 68, 67, 0.09);
  border-radius: 2px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.045);
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

.konak-about-why-premium-item:hover {
  border-color: rgba(20, 68, 67, 0.2);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.08);
}

.konak-about-why-premium-item--last {
  margin-bottom: 0;
}

.konak-about-why-premium-item__num {
  display: block;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #144443;
  font-weight: 700;
  margin-bottom: 14px;
}

.konak-about-why-premium-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(20, 68, 67, 0.22);
  color: #020919;
  font-size: 18px;
  margin-bottom: 16px;
  background: linear-gradient(160deg, #ffffff 0%, #f0f2f5 100%);
}

.konak-about-why-premium-item__title {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0;
  line-height: 1.35;
  letter-spacing: -0.02em;
  max-width: 320px;
}

.konak-about-why-premium-item__body .konak-about-strip-lead + .konak-about-strip-lead {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .konak-about-why--premium {
    padding: 64px 0 56px;
  }

  .konak-about-why-premium-intro {
    padding: 32px 28px 36px 32px;
    margin-bottom: 32px;
  }

  .konak-about-why-premium-item {
    padding: 26px 22px 28px;
  }

  .konak-about-why-premium-item__head {
    margin-bottom: 20px;
  }

  .konak-about-why-premium-item__title {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .konak-about-why-premium-intro {
    padding: 24px 20px 28px 26px;
  }

  .konak-about-why-premium-item {
    padding: 22px 18px 24px;
  }
}
