.ksg-about-hero .box-pageheader-1 {
  display: flex;
  height: 404px;
  min-height: 0;
  box-sizing: border-box;
  padding: 60px 28px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #01113B;
  background-position: center;
  background-blend-mode: multiply;
}

.ksg-about-hero h1 {
  font-size: 56px;
  line-height: 1.15;
}

.ksg-about-hero p {
  width: min(100%, 760px);
  margin-inline: auto;
  line-height: 1.75;
}

.ksg-about-introduction h2 {
  font-size: 45px;
  line-height: 1.18;
}

.ksg-about-gallery img {
  width: 100%;
  object-fit: cover;
}

.ksg-about-section-head {
  width: min(100%, 860px);
  margin-inline: auto;
}

.ksg-about-audiences,
.ksg-about-values {
  background: #f3f6f8;
}

.ksg-about-audience-card {
  height: auto;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.ksg-about-audience-image {
  display: block;
  height: 330px;
  overflow: hidden;
}

.ksg-about-audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ksg-about-audience-card .card-info {
  padding: 34px 38px 26px;
}

.ksg-about-audience-card h3 {
  font-size: 26px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .ksg-about-audiences .row.mt-50 > .col-lg-6 {
    display: flex;
  }

  .ksg-about-audience-card {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .ksg-about-audience-card .card-info {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .ksg-about-audience-card .btn-link-medium {
    align-self: flex-start;
    margin-top: auto;
  }
}

.ksg-about-purpose {
  display: block;
}

.ksg-about-purpose-row {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: #f8fafb;
}

.ksg-about-purpose .ksg-about-purpose-row.item-about-2 > .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

.ksg-about-purpose--mission .ksg-about-purpose-row {
  border-bottom: 0;
}

.ksg-about-purpose--vision .ksg-about-purpose-row {
  border-top: 0;
}

.ksg-about-purpose-media {
  position: relative;
  height: 520px;
  align-self: stretch;
  overflow: hidden;
}

.ksg-about-purpose-media img,
.ksg-about-global-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mission, vision and global reach visuals: intentionally pronounced bottom-up
   brand-navy (#01113B) fade. The lower half is visibly graded and the tone
   dissolves only near the upper edge to create a stronger premium depth effect. */
.ksg-about-purpose-media::after,
.ksg-about-global-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(0deg,
      rgba(1, 17, 59, 0.98) 0%,
      rgba(1, 17, 59, 0.92) 12%,
      rgba(1, 17, 59, 0.82) 25%,
      rgba(1, 17, 59, 0.68) 39%,
      rgba(1, 17, 59, 0.52) 53%,
      rgba(1, 17, 59, 0.34) 66%,
      rgba(1, 17, 59, 0.18) 77%,
      rgba(1, 17, 59, 0.07) 86%,
      rgba(1, 17, 59, 0) 94%),
    linear-gradient(0deg,
      rgba(1, 17, 59, 0.13) 0%,
      rgba(1, 17, 59, 0.07) 55%,
      rgba(1, 17, 59, 0.02) 100%);
}

.ksg-about-purpose .box-info-aabout-2,
.ksg-about-global .box-info-aabout-2 {
  padding: 54px 48px;
}

.ksg-purpose-highlights {
  margin-top: 30px;
}

.ksg-purpose-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
}

.ksg-purpose-highlight img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  object-fit: contain;
}

.ksg-purpose-highlight h3 {
  margin: 0 0 6px;
  color: var(--ksg-deep);
  font-size: 17px;
  line-height: 1.35;
}

.ksg-purpose-highlight p {
  margin: 0;
  color: #4e6770;
  font-size: 13px;
  line-height: 1.55;
}

.ksg-purpose-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.ksg-purpose-actions .btn-link-medium {
  display: inline-flex;
  align-items: center;
}

.ksg-purpose-actions .btn-link-medium svg {
  width: 20px;
  height: 20px;
  margin-left: 7px;
}

@media (min-width: 1200px) {
  .ksg-about-purpose-row {
    height: 560px;
  }

  .ksg-about-purpose-media {
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ksg-about-purpose-row {
    height: 640px;
  }

  .ksg-about-purpose-media {
    height: 100%;
  }
}

.ksg-value-card {
  height: 100%;
  min-height: 300px;
}

.ksg-value-card .card-image {
  display: flex;
  height: 92px;
  align-items: center;
}

.ksg-value-icon {
  display: inline-grid;
  width: 84px;
  height: 84px;
  place-items: center;
  color: var(--ksg-navy);
  background: var(--ksg-secondary-soft);
  border: 1px solid var(--ksg-secondary-border);
  border-radius: 50%;
}

.ksg-value-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.ksg-value-icon i {
  color: var(--ksg-primary);
  font-size: 44px;
  line-height: 1;
}

/* Match the homepage service-card interaction on the About values grid. */
.ksg-about-values .ksg-value-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  transform: translateY(0);
  transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ksg-about-values .ksg-value-card::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  pointer-events: none;
  background: var(--ksg-primary);
  opacity: 1;
  transition:
    height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ksg-about-values .ksg-value-card > .card-image,
.ksg-about-values .ksg-value-card > .card-info {
  position: relative;
  z-index: 1;
}

.ksg-about-values .ksg-value-card:hover {
  transform: translateY(-12px);
  border-color: rgba(1, 17, 59, 0.18);
  border-bottom-color: var(--ksg-primary) !important;
  box-shadow: 0 20px 40px rgba(1, 17, 59, 0.12);
}

.ksg-about-values .ksg-value-card:hover::before {
  height: 100%;
  opacity: 0.02;
}

.ksg-about-values .ksg-value-icon {
  color: var(--ksg-primary);
  transform: rotate(0deg);
  transition:
    transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.4s ease,
    background-color 0.4s ease,
    border-color 0.4s ease;
}

.ksg-about-values .ksg-value-icon i,
.ksg-about-values .ksg-value-icon img {
  transition:
    color 0.4s ease,
    filter 0.4s ease;
}

.ksg-about-values .ksg-value-card:hover .ksg-value-icon {
  color: #ffffff;
  background: var(--ksg-primary) !important;
  border-color: var(--ksg-primary) !important;
  transform: rotate(360deg);
}

.ksg-about-values .ksg-value-card:hover .ksg-value-icon i,
.ksg-about-values .ksg-value-card:hover .ksg-value-icon img {
  color: #ffffff;
}

.ksg-about-values .ksg-value-card:hover .ksg-value-icon img {
  filter: brightness(0) invert(1);
}

@media (prefers-reduced-motion: reduce) {
  .ksg-about-values .ksg-value-card,
  .ksg-about-values .ksg-value-card::before,
  .ksg-about-values .ksg-value-icon,
  .ksg-about-values .ksg-value-icon i,
  .ksg-about-values .ksg-value-icon img {
    transition: none;
  }

  .ksg-about-values .ksg-value-card:hover,
  .ksg-about-values .ksg-value-card:hover .ksg-value-icon {
    transform: none;
  }
}

.ksg-about-global article {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: stretch !important;
  overflow: hidden;
  background: #f3f6f8;
}

.ksg-about-global {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ksg-about-global .container {
  margin-bottom: 0;
  padding-bottom: clamp(16px, 2.1vw, 28px);
}

.ksg-about-global article > .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

.ksg-about-global-media {
  position: relative;
  display: flex;
  min-height: 560px;
  height: auto;
  align-self: stretch;
  overflow: hidden;
  line-height: 0;
}

.ksg-about-global-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ksg-about-region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.ksg-about-region-list span {
  padding: 9px 13px;
  color: var(--ksg-navy);
  background: #fff;
  border: 1px solid rgba(1, 17, 59, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.ksg-about-testimonials {
  overflow: hidden;
  background: #fff;
}

.ksg-about-testimonials .box-slide-customers {
  padding-bottom: 10px;
}

.ksg-about-testimonials .card-testimonial-grid {
  height: 100%;
}

.ksg-about-cta .get-quote-right {
  display: flex;
  min-width: 390px;
  max-width: 390px;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1199.98px) {
  .ksg-about-introduction h2 {
    font-size: 39px;
  }

  .ksg-about-purpose .box-info-aabout-2,
  .ksg-about-global .box-info-aabout-2 {
    padding: 46px 36px;
  }
}

@media (max-width: 991.98px) {
  .ksg-about-hero h1 {
    font-size: 48px;
  }

  .ksg-about-purpose-row,
  .ksg-about-purpose-row.item-about-2-revert,
  .ksg-about-global article {
    display: flex;
    flex-direction: column;
  }

  .ksg-about-purpose-row.item-about-2-revert .ksg-about-purpose-media {
    order: -1;
  }

  .ksg-about-purpose-row > .col-lg-6,
  .ksg-about-global article > .col-lg-6 {
    width: 100%;
  }

  .ksg-about-global article > .col-lg-6 {
    padding-right: 0;
    padding-left: 0;
  }

  .ksg-about-purpose-media,
  .ksg-about-global-media {
    height: 430px;
  }

  .ksg-about-global-media {
    min-height: 430px;
  }

  .ksg-about-cta .box-get-quote {
    display: block;
  }

  .ksg-about-cta .get-quote-right {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .ksg-about-purpose-media::after,
  .ksg-about-global-media::after {
    background:
      linear-gradient(0deg,
        rgba(1, 17, 59, 0.96) 0%,
        rgba(1, 17, 59, 0.88) 14%,
        rgba(1, 17, 59, 0.74) 29%,
        rgba(1, 17, 59, 0.58) 44%,
        rgba(1, 17, 59, 0.40) 59%,
        rgba(1, 17, 59, 0.23) 72%,
        rgba(1, 17, 59, 0.10) 83%,
        rgba(1, 17, 59, 0) 93%),
      linear-gradient(0deg,
        rgba(1, 17, 59, 0.10) 0%,
        rgba(1, 17, 59, 0.04) 100%);
  }

  .ksg-about-hero .box-pageheader-1 {
    height: 360px;
    min-height: 0;
    padding: 52px 22px;
  }

  .ksg-about-hero h1 {
    font-size: 40px;
  }

  .ksg-about-introduction h2 {
    font-size: 34px;
  }

  .ksg-about-audience-image {
    height: 280px;
  }

  .ksg-about-purpose-media,
  .ksg-about-global-media {
    height: 350px;
  }

  .ksg-about-global-media {
    min-height: 350px;
  }

  .ksg-about-purpose .box-info-aabout-2,
  .ksg-about-global .box-info-aabout-2 {
    padding: 38px 24px;
  }

  .ksg-purpose-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ksg-about-testimonials .title-padding-left,
  .ksg-about-testimonials .pl-55 {
    padding-left: 0 !important;
  }

  .ksg-about-cta .get-quote-right {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .ksg-about-hero .box-pageheader-1 {
    height: 320px;
    min-height: 0;
    padding: 44px 18px;
  }

  .ksg-about-hero h1 {
    font-size: 34px;
  }

  .ksg-about-introduction h2 {
    font-size: 30px;
  }

  .ksg-about-audience-card .card-info {
    padding: 28px;
  }

  .ksg-about-purpose-media,
  .ksg-about-global-media {
    height: 290px;
  }

  .ksg-about-global-media {
    min-height: 290px;
  }
}

/* Brand polish: About surfaces stay calm and premium. */
.ksg-about-audiences,
.ksg-about-values {
  background: #F7F9FC;
}

.ksg-about-purpose-row,
.ksg-about-global article {
  background: #F7F9FC;
  border: 1px solid #DDE5F2;
  box-shadow: 0 18px 45px rgba(1, 17, 59, 0.06);
}

.ksg-purpose-highlight img,
.ksg-value-icon img {
  filter: none;
}

.ksg-value-icon {
  background: #EEF2F8 !important;
  border-color: #DDE5F2 !important;
}


/* --------------------------------------------------------------------------
   Production QA 2026-08-25 R3 — About / testimonials mobile title layout.
   - The favicon-style icon moves above the long heading on phones so the icon
     and heading never collide.
   -------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .ksg-about-testimonials .title-favicon {
    background-position: left top;
    background-size: 26px 26px;
    padding-top: 40px;
    padding-left: 0 !important;
    min-height: 0;
  }
}


/* --------------------------------------------------------------------------
   R16 — About page visual polish
   1) Replace the legacy yellow collage accent with Kahveci brand blues.
   2) Keep every testimonial pagination dot visible on the white background.
   -------------------------------------------------------------------------- */
.ksg-about-introduction .quote-center {
  width: 112px;
  height: 96px;
  bottom: -28px;
  left: 34%;
  background: none !important;
  overflow: visible;
}

.ksg-about-introduction .quote-center::before,
.ksg-about-introduction .quote-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: skewX(-18deg);
  border-radius: 1px;
  box-shadow: 0 10px 24px rgba(1, 17, 59, 0.10);
}

.ksg-about-introduction .quote-center::before {
  left: 12px;
  width: 37px;
  height: 88px;
  background: #01113B;
}

.ksg-about-introduction .quote-center::after {
  left: 58px;
  width: 28px;
  height: 62px;
  background: #244B86;
}

.ksg-about-testimonials .swiper-pagination-customers {
  min-height: 18px;
}

.ksg-about-testimonials .swiper-pagination-customers .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 5px !important;
  opacity: 1 !important;
  background: #D7DFEA !important;
  border: 1px solid #B5C1D2;
  box-shadow: 0 1px 2px rgba(1, 17, 59, 0.06);
}

.ksg-about-testimonials .swiper-pagination-customers .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background: #6F85B2 !important;
  border-color: #6F85B2;
}

@media (max-width: 767.98px) {
  .ksg-about-introduction .quote-center {
    width: 76px;
    height: 64px;
    bottom: -16px;
    left: auto;
    right: 18px;
  }

  .ksg-about-introduction .quote-center::before {
    left: 6px;
    width: 25px;
    height: 59px;
  }

  .ksg-about-introduction .quote-center::after {
    left: 39px;
    width: 19px;
    height: 42px;
  }
}

/* --------------------------------------------------------------------------
   About page V7 — approved compact collage + tabbed company story composition
   -------------------------------------------------------------------------- */
.ksg-about-story {
  --about-ink: #061a4a;
  --about-copy: #5d677d;
  --about-line: rgba(6, 26, 74, 0.13);
  --about-soft: #f7f8fa;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.ksg-about-story .container {
  max-width: 1600px;
}

.ksg-about-story-shell {
  position: relative;
}

.ksg-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.97fr) minmax(0, 1.03fr);
  gap: clamp(54px, 4.4vw, 82px);
  align-items: stretch;
}

.ksg-about-story-media,
.ksg-about-story-copy {
  min-width: 0;
}

.ksg-about-story-media {
  position: relative;
  align-self: stretch;
}

.ksg-about-story-media-inner {
  position: sticky;
  top: 118px;
  min-height: 820px;
  height: 100%;
}

.ksg-about-story-media-inner::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 2%;
  bottom: 28px;
  left: 8%;
  background-image:
    linear-gradient(rgba(6, 26, 74, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 26, 74, 0.09) 1px, transparent 1px);
  background-size: 92px 92px;
  pointer-events: none;
}

.ksg-about-story-photo {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: #eef2f7;
  border: 1px solid rgba(6, 26, 74, 0.10);
  box-shadow: 0 20px 44px rgba(6, 26, 74, 0.10);
}

.ksg-about-story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ksg-about-story-photo--one {
  top: 0;
  left: 3%;
  width: 78%;
  height: 315px;
}

.ksg-about-story-photo--two {
  top: 286px;
  left: 0;
  width: 45%;
  height: 430px;
}

.ksg-about-story-photo--three {
  right: 0;
  bottom: 0;
  width: 68%;
  height: 455px;
  border: 10px solid #ffffff;
}

.ksg-about-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}

.ksg-about-story-copy > .btn-tag {
  align-self: flex-start;
  margin-bottom: 0;
  letter-spacing: 0.19em;
  font-size: 13px;
}

.ksg-about-story-copy h2 {
  max-width: 15ch;
  margin-top: 24px !important;
  margin-bottom: 22px !important;
  color: var(--about-ink) !important;
  font-size: clamp(44px, 3.7vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ksg-about-story-body {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--about-copy) !important;
  font-size: 17px;
  line-height: 1.65;
}

.ksg-about-story-body p {
  margin-bottom: 10px;
}

.ksg-about-story-body p:last-child,
.ksg-about-story-panel-copy p:last-child,
.ksg-about-story-point-copy .ksg-richtext p:last-child {
  margin-bottom: 0;
}

.ksg-about-story-tabs-wrap {
  width: 100%;
}

.ksg-about-story-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--about-line);
}

.ksg-about-story-tab {
  min-height: 58px;
  border: 0;
  border-top: 3px solid transparent;
  padding: 16px 14px;
  background: #ffffff;
  color: #596174;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.ksg-about-story-tab + .ksg-about-story-tab {
  border-left: 1px solid var(--about-line);
}

.ksg-about-story-tab:hover,
.ksg-about-story-tab:focus-visible {
  color: var(--about-ink);
  background: #fbfcfe;
}

.ksg-about-story-tab.is-active {
  color: var(--about-ink);
  background: #ffffff;
  border-top-color: var(--about-ink);
}

.ksg-about-story-tab:focus-visible {
  outline: 2px solid rgba(6, 26, 74, 0.22);
  outline-offset: -2px;
}

.ksg-about-story-panels {
  min-height: 320px;
  border: 1px solid var(--about-line);
  border-top: 0;
  background: #ffffff;
}

.ksg-about-story-panel {
  padding: 24px 26px 26px;
}

.ksg-about-story-panel[hidden] {
  display: none !important;
}

.ksg-about-story-panel h3 {
  max-width: 30ch;
  margin: 0 0 13px;
  color: var(--about-ink) !important;
  font-size: clamp(24px, 1.8vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.ksg-about-story-panel-copy {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--about-copy) !important;
  font-size: 15px;
  line-height: 1.58;
}

.ksg-about-story-panel-copy p {
  margin-bottom: 9px;
}

.ksg-about-story-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 22px;
}

.ksg-about-story-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ksg-about-story-point-icon {
  display: inline-grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  margin-top: 1px;
  color: #5c674d;
  background: #f7f8f3;
  border: 1px solid rgba(92, 103, 77, 0.30);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.ksg-about-story-point-copy h4 {
  margin: 0 0 6px;
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.3;
}

.ksg-about-story-point-copy p,
.ksg-about-story-point-copy .ksg-richtext {
  margin: 0;
  color: #697286;
  font-size: 13px;
  line-height: 1.5;
}

.ksg-about-story-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) 1px minmax(330px, 1.25fr);
  gap: 24px;
  align-items: center;
  margin-top: 20px;
}

.ksg-about-story-footer::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 1px;
  height: 52px;
  background: var(--about-line);
}

.ksg-about-story-actions {
  grid-column: 1;
  grid-row: 1;
}

.ksg-about-story-actions .btn {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 24px;
  border-radius: 2px;
  background: var(--about-ink);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.ksg-about-story-actions .btn:hover {
  background: #0a2b70;
  color: #ffffff;
}

.ksg-about-story-actions .btn svg {
  width: 18px;
  height: 18px;
  margin-left: 14px;
}

.ksg-about-story-badge {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.ksg-about-story-badge-mark {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(6, 26, 74, 0.16);
  border-radius: 50%;
}

.ksg-about-story-badge-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ksg-about-story-badge strong {
  display: block;
  margin-bottom: 3px;
  color: var(--about-ink);
  font-size: 17px;
  line-height: 1.25;
}

.ksg-about-story-badge p {
  margin: 0;
  color: #70798b;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1399.98px) {
  .ksg-about-story-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
  }

  .ksg-about-story-media-inner {
    min-height: 760px;
  }

  .ksg-about-story-photo--one {
    height: 288px;
  }

  .ksg-about-story-photo--two {
    top: 258px;
    height: 400px;
  }

  .ksg-about-story-photo--three {
    height: 410px;
  }

  .ksg-about-story-copy h2 {
    font-size: clamp(42px, 3.5vw, 56px);
  }
}

@media (max-width: 1199.98px) {
  .ksg-about-story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ksg-about-story-media-inner {
    position: relative;
    top: auto;
    min-height: 650px;
    max-width: 900px;
    margin: 0 auto;
  }

  .ksg-about-story-photo--one {
    width: 72%;
    height: 260px;
  }

  .ksg-about-story-photo--two {
    top: 230px;
    width: 41%;
    height: 360px;
  }

  .ksg-about-story-photo--three {
    width: 64%;
    height: 370px;
  }

  .ksg-about-story-copy h2 {
    max-width: 18ch;
  }
}

@media (max-width: 767.98px) {
  .ksg-about-story {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .ksg-about-story-media-inner {
    min-height: 500px;
  }

  .ksg-about-story-media-inner::before {
    left: 6%;
    background-size: 72px 72px;
  }

  .ksg-about-story-photo--one {
    left: 2%;
    width: 78%;
    height: 190px;
  }

  .ksg-about-story-photo--two {
    top: 166px;
    width: 43%;
    height: 300px;
  }

  .ksg-about-story-photo--three {
    width: 70%;
    height: 300px;
    border-width: 7px;
  }

  .ksg-about-story-copy > .btn-tag {
    font-size: 12px;
  }

  .ksg-about-story-copy h2 {
    max-width: 100%;
    font-size: 38px;
  }

  .ksg-about-story-body {
    font-size: 15px;
    line-height: 1.6;
  }

  .ksg-about-story-tabs {
    grid-template-columns: 1fr;
  }

  .ksg-about-story-tab + .ksg-about-story-tab {
    border-top: 1px solid var(--about-line);
    border-left: 0;
  }

  .ksg-about-story-tab {
    min-height: 50px;
    padding: 14px 16px;
    text-align: left;
  }

  .ksg-about-story-panel {
    padding: 22px 20px 24px;
  }

  .ksg-about-story-points {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ksg-about-story-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .ksg-about-story-footer::before {
    display: none;
  }

  .ksg-about-story-badge {
    padding-top: 18px;
    border-top: 1px solid var(--about-line);
  }
}

@media (max-width: 575.98px) {
  .ksg-about-story-media-inner {
    min-height: 420px;
  }

  .ksg-about-story-photo--one {
    height: 150px;
  }

  .ksg-about-story-photo--two {
    top: 130px;
    height: 250px;
  }

  .ksg-about-story-photo--three {
    width: 72%;
    height: 245px;
  }

  .ksg-about-story-copy h2 {
    font-size: 33px;
    line-height: 1.08;
  }
}

/* --------------------------------------------------------------------------
   About V7.2 — compact approved composition
   Tightens the desktop height and restores the headline proportions from the
   approved visual reference without changing CMS content or tab behaviour.
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .ksg-about-story {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .ksg-about-story .container {
    max-width: 1580px;
  }

  .ksg-about-story-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: clamp(42px, 3.5vw, 62px);
    align-items: start;
  }

  .ksg-about-story-media-inner {
    position: relative;
    top: auto;
    height: 650px;
    min-height: 650px;
  }

  .ksg-about-story-media-inner::before {
    top: 14px;
    right: 3%;
    bottom: 18px;
    left: 10%;
    background-size: 86px 86px;
  }

  .ksg-about-story-photo--one {
    top: 0;
    left: 3%;
    width: 77%;
    height: 250px;
  }

  .ksg-about-story-photo--two {
    top: 226px;
    left: 0;
    width: 43%;
    height: 340px;
  }

  .ksg-about-story-photo--three {
    right: 0;
    bottom: 0;
    width: 68%;
    height: 350px;
    border-width: 9px;
  }

  .ksg-about-story-copy > .btn-tag {
    font-size: 12px;
    letter-spacing: 0.17em;
  }

  .ksg-about-story-copy h2 {
    width: 100%;
    max-width: 23ch;
    margin-top: 20px !important;
    margin-bottom: 18px !important;
    font-size: clamp(44px, 3.05vw, 54px);
    line-height: 1.06;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .ksg-about-story-body {
    max-width: 790px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.58;
  }

  .ksg-about-story-tabs {
    min-height: 0;
  }

  .ksg-about-story-tab {
    min-height: 54px;
    padding: 14px 12px;
    font-size: 15px;
  }

  .ksg-about-story-panels {
    min-height: 0;
  }

  .ksg-about-story-panel {
    padding: 21px 24px 22px;
  }

  .ksg-about-story-panel h3 {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    font-size: clamp(23px, 1.55vw, 27px);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }

  .ksg-about-story-panel-copy {
    max-width: 800px;
    font-size: 14px;
    line-height: 1.52;
  }

  .ksg-about-story-panel-copy p {
    margin-bottom: 7px;
  }

  .ksg-about-story-points {
    gap: 14px 24px;
    margin-top: 17px;
  }

  .ksg-about-story-point {
    gap: 10px;
  }

  .ksg-about-story-point-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 12px;
  }

  .ksg-about-story-point-copy h4 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.25;
  }

  .ksg-about-story-point-copy p,
  .ksg-about-story-point-copy .ksg-richtext {
    font-size: 12px;
    line-height: 1.42;
  }

  .ksg-about-story-footer {
    grid-template-columns: minmax(210px, 0.72fr) 1px minmax(310px, 1.28fr);
    gap: 20px;
    margin-top: 16px;
  }

  .ksg-about-story-footer::before {
    height: 46px;
  }

  .ksg-about-story-actions .btn {
    min-height: 50px;
    padding-inline: 21px;
    font-size: 14px;
  }

  .ksg-about-story-badge {
    gap: 12px;
  }

  .ksg-about-story-badge-mark {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .ksg-about-story-badge-mark img {
    width: 30px;
    height: 30px;
  }

  .ksg-about-story-badge strong {
    font-size: 16px;
  }

  .ksg-about-story-badge p {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ksg-about-story-media-inner {
    height: 610px;
    min-height: 610px;
  }

  .ksg-about-story-photo--one {
    height: 232px;
  }

  .ksg-about-story-photo--two {
    top: 210px;
    height: 320px;
  }

  .ksg-about-story-photo--three {
    height: 330px;
  }

  .ksg-about-story-copy h2 {
    max-width: 24ch;
    font-size: clamp(40px, 3.1vw, 48px);
  }

  .ksg-about-story-body {
    font-size: 15px;
  }
}


/* --------------------------------------------------------------------------
   About V7.3 — headline / hierarchy / icon alignment polish
   Keeps the approved compact composition while restoring a stronger two-line
   desktop headline and a calmer H3/H4 hierarchy.
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .ksg-about-story-grid {
    grid-template-columns: minmax(0, 0.90fr) minmax(0, 1.10fr);
    gap: clamp(38px, 3vw, 54px);
  }

  .ksg-about-story-copy h2 {
    width: 100%;
    max-width: 30ch;
    font-size: clamp(40px, 2.65vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.032em;
    text-wrap: wrap;
  }

  .ksg-about-story-panel h3 {
    margin-bottom: 9px;
    font-size: clamp(20px, 1.32vw, 23px);
    line-height: 1.2;
    letter-spacing: -0.015em;
    text-wrap: wrap;
  }

  .ksg-about-story-point {
    align-items: flex-start;
  }

  .ksg-about-story-point-icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
    margin-top: 4px;
    font-size: 11px;
  }

  .ksg-about-story-point-copy h4 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.32;
    letter-spacing: -0.005em;
  }

  .ksg-about-story-point-copy p,
  .ksg-about-story-point-copy .ksg-richtext {
    font-size: 12px;
    line-height: 1.44;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ksg-about-story-copy h2 {
    max-width: 29ch;
    font-size: clamp(38px, 2.75vw, 44px);
  }

  .ksg-about-story-panel h3 {
    font-size: clamp(19px, 1.45vw, 22px);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .ksg-about-story-copy h2 {
    max-width: 28ch;
    font-size: clamp(36px, 5vw, 46px);
    line-height: 1.1;
    text-wrap: wrap;
  }

  .ksg-about-story-panel h3 {
    font-size: clamp(21px, 3vw, 25px);
    line-height: 1.22;
  }

  .ksg-about-story-point-icon {
    margin-top: 3px;
  }

  .ksg-about-story-point-copy h4 {
    font-size: 15px;
    line-height: 1.32;
  }
}

/* --------------------------------------------------------------------------
   About — Sık Sorulan Konular
   The former standalone FAQ-page topic cards now live as the final About block.
   -------------------------------------------------------------------------- */
.ksg-about-faq-topics {
  position: relative;
  padding: 92px 0 72px;
  background: #fff;
  overflow: hidden;
}

.ksg-about-faq-heading {
  max-width: 1180px;
}

.ksg-about-faq-heading .title-favicon {
  margin-top: 0;
  color: var(--bs-heading-color, #06133a);
}

.ksg-about-faq-heading .ksg-richtext,
.ksg-about-faq-heading > p {
  max-width: 1120px;
  margin-bottom: 0;
}

.ksg-about-faq-grid {
  margin-top: 48px;
  row-gap: 0;
}

.ksg-about-faq-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ksg-about-faq-card {
  min-height: 150px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #dce3ef;
  box-shadow: 0 10px 30px rgba(1, 17, 59, 0.04);
}

.ksg-about-faq-card h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.ksg-about-faq-card .ksg-richtext,
.ksg-about-faq-card p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .ksg-about-faq-topics {
    padding: 74px 0 60px;
  }

  .ksg-about-faq-grid {
    margin-top: 36px;
    row-gap: 24px;
  }

  .ksg-about-faq-column {
    gap: 24px;
  }

  .ksg-about-faq-card {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .ksg-about-faq-topics {
    padding: 62px 0 50px;
  }

  .ksg-about-faq-heading .title-favicon {
    min-height: 36px;
    padding-left: 48px;
    background-size: 36px auto;
    background-position: left top 2px;
  }

  .ksg-about-faq-grid {
    margin-top: 30px;
  }

  .ksg-about-faq-card {
    padding: 22px;
  }

  .ksg-about-faq-card h3 {
    font-size: 17px;
  }
}

@media (max-width: 575.98px) {
  .ksg-about-faq-topics {
    padding: 54px 0 42px;
  }

  .ksg-about-faq-heading .title-favicon {
    min-height: 34px;
    padding-left: 44px;
    background-size: 32px auto;
  }

  .ksg-about-faq-card {
    padding: 20px 18px;
  }
}


/* --------------------------------------------------------------------------
   About V8 — compact two-image story + separate mission / vision cards
   Approved 2026-09-01. Keeps the page grounded in real maritime content and
   removes the former tabbed / multi-card template treatment.
   -------------------------------------------------------------------------- */
.ksg-about-profile {
  position: relative;
  padding: 78px 0 82px;
  background:
    linear-gradient(90deg, rgba(5, 26, 72, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(5, 26, 72, 0.028) 1px, transparent 1px),
    #fff;
  background-size: 88px 88px;
  overflow: hidden;
}

.ksg-about-profile .container {
  position: relative;
  z-index: 1;
  /* Intentionally use the site's standard Bootstrap container width.
     This keeps the About profile and Mission/Vision card edges exactly
     aligned with the Who We Support cards below at every breakpoint. */
}

.ksg-about-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(0, 1.09fr);
  gap: clamp(42px, 3.8vw, 64px);
  align-items: center;
}

.ksg-about-profile-media {
  position: relative;
  min-height: 590px;
}

.ksg-about-profile-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #eaf0f7;
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(3, 21, 58, 0.12);
}

.ksg-about-profile-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ksg-about-profile-photo--1 {
  top: 0;
  left: 0;
  width: 84%;
  height: 365px;
}

.ksg-about-profile-photo--2 {
  right: 0;
  bottom: 0;
  width: 76%;
  height: 310px;
  border: 8px solid #fff;
}

.ksg-about-profile-copy {
  padding-right: clamp(0px, 1.3vw, 18px);
}

.ksg-about-profile-copy > .btn-tag {
  margin-bottom: 22px;
  border-radius: 0;
  border-color: #cfd9e8;
  background: #f5f8fc;
  color: #071b4d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.ksg-about-profile-copy h2 {
  max-width: none;
  margin: 0 0 24px;
  color: #061a4b;
  font-size: clamp(37px, 2.55vw, 46px);
  line-height: 1.08;
  text-wrap: balance;
  letter-spacing: -0.038em;
}

.ksg-about-profile-body {
  max-width: 760px;
  color: #5d687c !important;
  font-size: 16px;
  line-height: 1.75;
}

.ksg-about-profile-body p {
  margin: 0 0 18px;
}

.ksg-about-profile-body p:last-child {
  margin-bottom: 0;
}

.ksg-about-profile-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
}

.ksg-about-profile-support {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  max-width: 270px;
  margin: 0;
  padding: 0;
}

.ksg-about-profile-support p {
  margin: 0;
  color: #687589;
  font-size: 13px;
  line-height: 19px;
}

.ksg-about-profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 18px;
  min-width: 220px;
  min-height: 48px;
  margin-left: auto;
  padding: 13px 20px;
  border: 1px solid #01113b;
  border-radius: 999px;
  background: #01113b;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.ksg-about-profile-btn:hover,
.ksg-about-profile-btn:focus {
  transform: translateY(-1px);
  border-color: #6f85b2;
  background: #6f85b2;
  color: #fff;
}

.ksg-about-profile-btn .ksg-arrow,
.ksg-about-profile-btn .ksg-arrow svg {
  width: 17px;
  height: 17px;
}

.ksg-about-purpose-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 68px;
}

.ksg-about-purpose-card {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 26px;
  min-height: 278px;
  padding: 42px 44px;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(4, 25, 64, 0.07);
}

.ksg-about-purpose-card--mission {
  background: rgba(255, 255, 255, 0.98);
  color: #071b4d;
}

.ksg-about-purpose-card--vision {
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #061d4b 0%, #08295f 55%, #0a3373 100%);
  color: #fff;
  box-shadow: 0 22px 52px rgba(3, 24, 67, 0.2);
}

.ksg-about-purpose-card--vision::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../imgs/page/homepage1/world-map.png") 64% 39% / 72% auto no-repeat;
  opacity: 0.11;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.ksg-about-purpose-card--vision::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -3%;
  bottom: -8%;
  width: 54%;
  height: 64%;
  background: url("../imgs/page/about/vision-wave-lines.svg") right bottom / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.ksg-about-purpose-card--vision > * {
  position: relative;
  z-index: 2;
}

.ksg-about-purpose-card-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid #d5dfec;
  border-radius: 50%;
  color: #0a2f73;
  background: #fff;
}

.ksg-about-purpose-card-icon svg {
  width: 43px;
  height: 43px;
}

.ksg-about-purpose-card--vision .ksg-about-purpose-card-icon {
  border-color: rgba(255, 255, 255, 0.19);
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
}

.ksg-about-purpose-card-content {
  position: relative;
  z-index: 1;
}

.ksg-about-purpose-card h3 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 14px;
  color: inherit;
  font-size: clamp(25px, 1.8vw, 31px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.ksg-about-purpose-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  background: #0b3b88;
}

.ksg-about-purpose-card--vision h3::after {
  background: rgba(255, 255, 255, 0.72);
}

.ksg-about-purpose-card-lead {
  max-width: 46ch;
  margin: 0 0 16px;
  color: #1c2b48;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.58;
}

.ksg-about-purpose-card--vision .ksg-about-purpose-card-lead {
  color: #fff;
}

.ksg-about-purpose-card-body,
.ksg-about-purpose-card-body p {
  margin: 0;
  color: #667286;
  font-size: 14px;
  line-height: 1.7;
}

.ksg-about-purpose-card-body p + p {
  margin-top: 10px;
}

.ksg-about-purpose-card--vision .ksg-about-purpose-card-body,
.ksg-about-purpose-card--vision .ksg-about-purpose-card-body p {
  color: rgba(255, 255, 255, 0.79);
}

@media (max-width: 1199.98px) {
  .ksg-about-profile {
    padding: 68px 0 72px;
  }

  .ksg-about-profile-grid {
    grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
    gap: 38px;
  }

  .ksg-about-profile-media {
    min-height: 520px;
  }

  .ksg-about-profile-photo--1 {
    width: 88%;
    height: 325px;
  }

  .ksg-about-profile-photo--2 {
    width: 80%;
    height: 275px;
  }

  .ksg-about-profile-copy h2 {
    font-size: clamp(34px, 3.8vw, 44px);
  }

  .ksg-about-profile-body {
    font-size: 15px;
    line-height: 1.68;
  }

  .ksg-about-purpose-card {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    min-height: 260px;
    padding: 34px 32px;
  }

  .ksg-about-purpose-card-icon {
    width: 66px;
    height: 66px;
  }

  .ksg-about-purpose-card-icon svg {
    width: 37px;
    height: 37px;
  }
}

@media (max-width: 991.98px) {
  .ksg-about-profile-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ksg-about-profile-media {
    min-height: 570px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .ksg-about-profile-photo--1 {
    width: 82%;
    height: 360px;
  }

  .ksg-about-profile-photo--2 {
    width: 72%;
    height: 300px;
  }

  .ksg-about-profile-copy {
    max-width: 820px;
    padding-right: 0;
  }

  .ksg-about-profile-copy h2 {
    max-width: 20ch;
  }

  .ksg-about-purpose-cards {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .ksg-about-purpose-card {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .ksg-about-profile {
    padding: 54px 0 58px;
    background-size: 72px 72px;
  }

  .ksg-about-profile-grid {
    gap: 38px;
  }

  .ksg-about-profile-media {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .ksg-about-profile-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(3, 21, 58, 0.1);
  }

  .ksg-about-profile-photo--2 {
    width: 90%;
    margin: -38px 0 0 auto;
    border: 6px solid #fff;
  }

  .ksg-about-profile-copy > .btn-tag {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .ksg-about-profile-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(31px, 8vw, 40px);
    line-height: 1.1;
  }

  .ksg-about-profile-body {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .ksg-about-profile-body p {
    margin-bottom: 15px;
  }

  .ksg-about-profile-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 22px;
  }

  .ksg-about-profile-support {
    max-width: none;
  }

  .ksg-about-profile-btn {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .ksg-about-purpose-cards {
    gap: 20px;
    margin-top: 46px;
  }

  .ksg-about-purpose-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 26px;
    border-radius: 18px;
  }

  .ksg-about-purpose-card-icon {
    width: 62px;
    height: 62px;
  }

  .ksg-about-purpose-card h3 {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .ksg-about-purpose-card-lead {
    font-size: 15px;
  }

  .ksg-about-purpose-card-body,
  .ksg-about-purpose-card-body p {
    font-size: 13.5px;
  }
}

@media (max-width: 575.98px) {
  .ksg-about-profile-photo--2 {
    width: 94%;
    margin-top: -28px;
  }

  .ksg-about-purpose-card {
    padding: 26px 22px;
  }

  .ksg-about-purpose-card--vision::before {
    background-position: 58% 36%;
    background-size: 112% auto;
    opacity: 0.1;
  }

  .ksg-about-purpose-card--vision::after {
    right: -12%;
    bottom: -3%;
    width: 88%;
    height: 48%;
  }
}

/* --------------------------------------------------------------------------
   About hero mobile stability — 2026-09-02
   Turkish hero copy is materially longer than EN. On narrow screens the old
   fixed 320px hero height could not contain the eyebrow, heading and body,
   which caused the content to overflow into the next section. Keep the
   desktop/tablet composition unchanged and let the phone hero size to copy.
   -------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .ksg-about-hero .box-pageheader-1 {
    height: auto;
    min-height: 320px;
    padding: 38px 18px 42px;
    overflow: hidden;
  }

  .ksg-about-hero .btn.btn-tag {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }

  .ksg-about-hero h1 {
    width: min(100%, 680px);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(28px, 7.6vw, 32px);
    line-height: 1.14;
    overflow-wrap: normal;
    word-break: normal;
  }

  body[data-locale="tr"] .ksg-about-hero h1 {
    font-size: clamp(27px, 7.2vw, 30px);
    line-height: 1.13;
  }

  .ksg-about-hero p,
  .ksg-about-hero .ksg-richtext {
    width: 100%;
    max-width: 100%;
    line-height: 1.55;
  }
}
