@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-ExtraboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Thin.woff2") format("woff2"),
    url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Semibold.woff2") format("woff2"),
    url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Extrabold.woff2") format("woff2"),
    url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-UltraLight.woff2") format("woff2"),
    url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-LightItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-Black.woff2") format("woff2"),
    url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
:root {
  --accent: #f15a29;
  --default-font-weight: 400;
  --tertiary-text: #67747b;
  --container-pad: 24px;
  --frame-gap-desktop: 40px;
  --frame-gap-mobile: 16px;
  --frame-radius: 24px;
  --frame-border: 1.5px;
  --surface-border: rgba(0, 0, 0, 0.08);
  --surface-shadow-1: 0 10px 30px rgba(0, 0, 0, 0.06);
  --surface-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.04);
  --glass-bg: rgba(12, 16, 24, 0.36); /* görsel üstü koyu cam */
  --glass-shadow-inset: inset 0 20px 60px rgba(0, 0, 0, 0.25);
}

html,
body {
  font-family: "Gilroy";
  background: #000;
  overflow-x: hidden;
  height: 100%;
}

#smooth-wrapper {
  overflow: hidden;
}
#smooth-content {
  will-change: transform;
}

a {
  text-decoration: none;
}

.header-area {
  padding: 26px 0;
  position: relative;
  z-index: 100;
}
.header-area .row {
  flex-wrap: nowrap;
}
.header-area .col {
  min-width: 0;
}

.scroll-back-img img {
  display: none;
}
.brand-logo {
  height: 32px;
  display: block;
}
.mobile-menu-toggle-wrap,
.mobile-menu,
.mobile-menu-backdrop {
  display: none;
}
.main-nav .nav-list {
  display: flex;
  gap: 18px;
  justify-content: end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav .nav-list a,
.main-nav .nav-list .nav-parent {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.95;
  position: relative;
}

.main-nav .nav-list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0;
  background: #fff;
  transition: width 0.3s ease;
}

.main-nav .nav-list a:hover,
.main-nav .nav-list .nav-parent:hover {
  opacity: 1;
}

.main-nav .nav-list a:hover::after {
  width: 100%;
}

/* Header’ın arkaplana oturması için (video üstünde) */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

/* ------- Hero Video ------- */
.hero-video-area {
  position: relative;
  padding-top: 0;
} /* header boşluğu */
.hero-video-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: clamp(220px, 26vh, 360px);
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.38) 42%,
    #000 100%
  );
  z-index: 9;
}
.hero-video-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(160px, 18vh, 260px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 6;
}
.video-hero {
  /* görseldeki yüksekliğe yakın */
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 88vh;
  border-radius: 0;
  overflow: hidden;
}
.hero-video-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000;
}
.video-hero .video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% 34%;
    filter: none;
}

/* Still banner slides retain the energy facility as the focal point when cropped. */
.video-hero img.hero-video-slide {
  object-position: 62% 54%;
}

.video-hero .hero-video-slide {
  opacity: 0;
  z-index: 0;
  transition: opacity 2.4s ease-in-out;
  will-change: opacity;
}
.video-hero .hero-video-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.hero-slider-controls {
  position: absolute;
  z-index: 12;
  right: clamp(20px, 4vw, 72px);
  bottom: clamp(22px, 5vh, 58px);
  display: flex;
  gap: 10px;
}
.hero-slider-control {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(5, 10, 14, 0.34);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.hero-slider-control:hover {
  border-color: #f15a29;
  background: #f15a29;
  color: #fff;
  transform: translateY(-2px);
}
.hero-slider-control:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.video-hero::before {
  /* Üste hafif bir glare/gradient ile menünün okunabilirliği artar */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0) 60%
  );
  pointer-events: none;
  z-index: 2;
}

/* ------- Çerçeve efekti (tasarımsal detay) ------- */
.video-hero .frame {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
/* .video-hero .frame::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 55px;
    left: 0;
    border: var(--frame-border) solid rgba(255, 255, 255, .75);
    border-radius: 8px;
    pointer-events: none;
    z-index: 6;
} */

/* ------- İçerik yerleşimleri ------- */
.frame-content {
  position: absolute;
  inset: 0;
  align-items: center;
  justify-items: center;
  padding: var(--frame-gap-desktop);
  padding-left: 0;
}
.play-btn {
  grid-area: play;
  display: inline-grid;
  place-items: center;
  color: #000; /* buton gövde rengi (circle) */
  transition: transform 0.2s ease;
}
.play-btn:hover {
  transform: scale(1.04);
}
.hero-caption {
  grid-area: cap;
  align-self: end;
  max-width: 560px;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: max(24px, calc((100vw - 1320px) / 2));
  bottom: 12%;
}
.hero-caption-slide {
  display: none;
}
.hero-caption-slide.is-active {
  display: block;
}
.hero-caption-slide > :last-child {
  margin-bottom: 0;
}

.company-profile-area {
  padding: 80px 0 80px;
  position: relative;
  z-index: 12;
}
.section-title-area .title-text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
}
.company-profile-text p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

/* solutions-cards.css (güncel) */
.solutions-cards-area {
  padding: 0;
  overflow: hidden;
  position: relative;
  will-change: transform;
  z-index: 5;
}
.solutions-cards-area-content {
  display: flex;
  flex-direction: column;
}

/* Grid – row/col YOK */
.cards-wrap {
  --accent-start: #f15a29;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(145px, 1fr));
  transform-origin: 50% 100%;
  will-change: transform;
  margin-inline: auto;
}

/* Kart */
.sector-card {
  position: relative;
  isolation: isolate;
  min-height: 340px;
  transform-origin: 50% 100%;
  border-radius: 20px;
  border: 3px solid var(--accent-start);
  background: #000;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  will-change: transform;
  /* transform/opacity transition kaldırıldı; GSAP yönetecek */
  transition: border-color 0.35s ease;
}
/* Başlangıç: üst katman opaklığı 0 */
.sector-card {
  --overlay-o: 0;
  --base-o: 1;
}

/* Alt katman: başlangıç turuncu (değişmiyor) */
.sector-card::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 14px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 42%,
    var(--accent-start) 105%
  );
  z-index: 0;
  pointer-events: none;
  opacity: var(--base-o);
}

/* Üst katman: hedef renk (opacity ile yumuşatacağız) */
.sector-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 14px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 42%,
    var(--active-accent, var(--accent-start)) 105%
  );
  opacity: var(--overlay-o);
  z-index: 0;
  pointer-events: none;
  /* background transition'a gerek yok; opaklık animasyonu yapacağız */
}
.card-body {
  position: relative;
  z-index: 1;
  width: 100%;
}
.card-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.3;
  max-width: 260px;
}
.card-title {
  margin-top: 24px;
  font-size: 18px;
  color: #fff;
  min-height: 44px;
}

/* Kullanılmayan eski sınıflar kaldırıldı: .is-inview, .cards-wrap.is-inview */
.cards-color-trigger {
  height: 20vh;
  margin-top: 50px;
} /* HTML’de varsa dursun; JS bunu kullanmayacak */

.arc-steps-area {
  padding: 0;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.arc-steps-area .container {
  max-width: none;
  width: 100%;
  padding-inline: 0;
}
.arc-steps-area-content {
  position: relative;
}
.arc-title {
  position: absolute;
  left: 5%;
  top: 48px;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 48px);
}

.arc-stage {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.arc-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* İnce yay – aynen kalsın */
/* İnce yay – aynen kalsın */
.arc-base {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
}

/* Arkadaki HALO (sadece parıltı) */
.arc-halo {
  stroke: #f15a29; /* turuncu */
  stroke-width: 55px; /* halonun genişliği – 100~160 arası dene */
  opacity: 0.38; /* genel yoğunluk */
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

/* Hareketli turuncu parça (varsa) */
.arc-progress {
  stroke: #f15a29;
  stroke-width: 14;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.arc-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* APEX */
.apex {
  position: absolute;
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.apex-ring {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: clamp(18px, 2.2vw, 22px);
  margin-bottom: 10px;
}
.apex-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 14px;
  box-shadow:
    0 0 0 10px rgba(255, 122, 0, 0.16),
    0 0 26px rgba(255, 122, 0, 0.55) inset;
}
.apex-pin {
  width: 2px;
  height: 120px;
  background: rgba(255, 255, 255, 0.6);
  transform-origin: top;
  margin-top: 8px;
}

/* Merkez metin */
.center-label {
  position: absolute;
  left: 50%;
  top: 64%;
  transform: translate(-50%, -30%);
  text-align: center;
  max-width: 600px;
}
.center-label h3 {
  color: #fff;
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 10px;
}
.center-label p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.white-reveal-area {
  background: #000;
  padding: 0;
  overflow: hidden;
  --white-reveal-tail: 0;
  padding-bottom: var(--white-reveal-tail);
}
.white-reveal-area-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-reveal-stage {
  position: relative;
  width: 100%;
  height: 100vh;
}

/* Turuncu arka glow */
.white-reveal-glow {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: clamp(420px, 73vw, 980px);
  height: clamp(420px, 88vw, 980px);
  background: radial-gradient(
    ellipse at center,
    rgba(255, 122, 0, 0.95) 0%,
    rgba(255, 122, 0, 0.32) 38%,
    rgba(0, 0, 0, 0) 70%
  );
  filter: blur(22px);
  pointer-events: none;
}

/* PORTAL: transform’u kaldır, full sahneyi kaplasın */
.white-reveal-portal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none; /* <-- ÖNEMLİ: ölçek yok */
  border-radius: 0;
  overflow: visible; /* artık maske işini .white-img yapacak */
  background: transparent;
  box-shadow: none;
}

/* Görsel: her zaman viewport boyu, sabit; kapsül efekti clip-path ile */
.white-img {
  position: fixed;
  inset: 0; /* viewport’a sabit */
  width: 100vw;
  height: 100vh;
  background-image: url("../images/optimized/gecisyen-bg-1920.webp");
  background-size: cover;
  background-position: 50% 0%; /* başlangıç: güneş üstte */
  background-repeat: no-repeat;
  will-change: clip-path, background-position;

  /* kapsül maskesi — başlangıç değerleri (ince ayar burada) */
  --ix: 40%;
  --iy: 12%;
  --rad: 9999px;
  clip-path: inset(var(--iy) var(--ix) var(--iy) var(--ix) round var(--rad));
}

/* ====== Blog – Duyurular ====== */
.blog-area {
  padding: clamp(72px, 0vw, 120px) 0;
  background: #fff;
  position: relative;
}
.blog-area .container {
  position: relative;
  z-index: 1;
}
.blog-area-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 32px);
}
.blog-area .section-title-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: clamp(10px, 0vw, 56px);
}
.blog-area .section-title-area .title-text h3 {
  color: #080b14;
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
}
.blog-area .section-title-area .section-lead {
  margin: 0;
  color: rgba(12, 18, 33, 0.72);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.7;
  max-width: 560px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}
.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  min-height: 320px;
  height: clamp(280px, 32vw, 360px);
  box-shadow: 0 38px 72px -36px rgba(5, 7, 16, 0.75);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
  isolation: isolate;
}
.blog-card .blog-link {
  display: block;
  height: 100%;
  color: inherit;
}
.blog-card .blog-media {
  position: relative;
  height: 100%;
}
.blog-card .blog-media picture {
  display: block;
  height: 100%;
}
.blog-card .blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-overlay {
  position: absolute;
  inset: 0;
  padding: clamp(18px, 2.6vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
    0deg,
    rgba(5, 7, 15, 0.92) 0%,
    rgba(5, 7, 15, 0.55) 45%,
    rgba(5, 7, 15, 0.1) 72%,
    rgba(5, 7, 15, 0) 90%
  );
  color: #fff;
  pointer-events: none;
}
.blog-overlay-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.blog-date {
  color: rgba(255, 255, 255, 0.8);
}
.blog-tag {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.blog-title {
  margin: 0;
  margin-top: auto;
  max-width: 90%;
  color: #fff;
  font-weight: 600;
  font-size: clamp(18px, 1vw, 16px);
  line-height: 1.3;
}
.blog-cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
.blog-cta::after {
  content: "\2192";
  font-size: 18px;
  transition: transform 0.4s ease;
}
.blog-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 46px 80px -34px rgba(5, 7, 16, 0.85);
}
.blog-card:hover .blog-media img {
  transform: scale(1.08);
}
.blog-card:hover .blog-cta::after {
  transform: translateX(8px);
}
@media (max-width: 1199px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card {
    border-radius: 20px;
  }
}

/* Görsel arka planlı footer */
.footer-area {
  position: relative;
  --footer-bg: url("../images/optimized/footer-bg-1920.webp");
  background-image: var(--footer-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 36px 0 28px;
  overflow: hidden;
  isolation: isolate;
}

/* İsteğe bağlı turuncu vignette (kaldırmak istersen bu bloğu sil) */
.footer-area::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(6, 9, 14, 0.88) 0%,
    rgba(6, 9, 14, 0.74) 58%,
    rgba(6, 9, 14, 0.6) 100%
  );
}

.footer-area-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-follow {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.footer-follow-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.footer-social a:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.28);
}
.footer-social a:focus-visible,
.footer-nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.footer-social i {
  font-size: 16px;
}
.footer-nav {
  min-width: 0;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  justify-content: start;
  align-items: center;
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 4px 0;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.footer-nav a:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
}

.footer-brand {
  justify-self: start;
}

.footer-legal-nav {
  justify-self: end;
}

.footer-legal-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-legal-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-legal-nav a:hover {
  color: var(--accent);
}

.footer-legal-nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .footer-area {
    padding: 32px 0 24px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-brand,
  .footer-legal-nav {
    justify-self: center;
  }

}
@media (max-width: 575.98px) {
  .footer-area {
    padding-bottom: 22px;
  }
}

.footer-area {
  --footer-bg: url("../images/optimized/footer-bg-1920.webp");
}

@supports (background-image: image-set(url("../images/optimized/footer-bg-1920.avif") type("image/avif") 1x)) {
  .white-img {
    background-image: image-set(url("../images/optimized/gecisyen-bg-1920.avif") type("image/avif") 1x, url("../images/optimized/gecisyen-bg-1920.webp") type("image/webp") 1x);
  }

  .footer-area {
    --footer-bg: image-set(url("../images/optimized/footer-bg-1920.avif") type("image/avif") 1x, url("../images/optimized/footer-bg-1920.webp") type("image/webp") 1x);
  }
}

@media (max-width: 767px) {
  .white-img {
    background-image: url("../images/optimized/gecisyen-bg-768.webp");
  }

  .footer-area {
    --footer-bg: url("../images/optimized/footer-bg-768.webp");
  }

  @supports (background-image: image-set(url("../images/optimized/footer-bg-768.avif") type("image/avif") 1x)) {
    .white-img {
      background-image: image-set(url("../images/optimized/gecisyen-bg-768.avif") type("image/avif") 1x, url("../images/optimized/gecisyen-bg-768.webp") type("image/webp") 1x);
    }

    .footer-area {
      --footer-bg: image-set(url("../images/optimized/footer-bg-768.avif") type("image/avif") 1x, url("../images/optimized/footer-bg-768.webp") type("image/webp") 1x);
    }
  }
}

.footer-brand img {
    width: 220px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2238%) hue-rotate(158deg) brightness(122%) contrast(106%);
}
.footer-brand {
    text-align: start;
    position: relative;
    z-index: 4;
    /* margin-top: 22px; */
}
/* ========== Impact Stats ========== */
.impact-stats-area {
  padding: 60px 0 0px;
  background: #fff;
  margin-top: 0;
  position: relative;
  z-index: 6;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  box-shadow: none !important;
  filter: none !important;
}

.impact-stats-area::before,
.impact-stats-area::after {
  content: none !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (min-width: 1025px) {
  .impact-stats-area {
    margin-top: 0;
    padding-top: clamp(180px, 28vh, 300px);
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.08) 48%,
      rgba(255, 255, 255, 0.72) 70%,
      #fff 82%,
      #fff 100%
    );
  }
}

.impact-stats-area-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Grid */
.stats-grid {
  --gap: 36px;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */
.stat-card {
  text-align: center;
  padding: 8px 12px;
}

.stat-icon {
  --bg: #e5f2c940; /* açık yeşil zemin */ /* ikon yeşili */
  width: 164px;
  height: 164px;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--bg);
  display: grid;
  place-items: center;
}
.stat-icon img {
  width: 160px;
  height: 160px;
}

.stat-number {
  margin-top: 22px;
  font-weight: 600;
  font-size: clamp(28px, 2.7vw, 40px);
  color: #111;
}
.stat-desc {
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  color: #1f1f1f;
}
.stat-desc strong {
  font-weight: 800;
}

/* Hafif giriş animasyonu (isteğe bağlı) */
.stat-card {
  transform: translateY(12px);
  opacity: 0.001;
}
.stat-card.is-in {
  transform: none;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.glow-orange img {
  width: 100%;
  position: absolute;
  left: -20%;
  z-index: 11;
  top: -45%;
  transform: rotate(268deg);
}

.glow-orange {
  position: absolute;
  width: 700px;
  height: 500px;
  top: 16%;
}

.glow-orange-2 img {
  width: 100%;
  position: absolute;
  right: -16%;
  z-index: 11;
  top: -45%;
  transform: rotate(90deg);
}

.glow-orange-2 {
  position: absolute;
  width: 700px;
  height: 500px;
  top: 30%;
  right: 0;
}
.main-nav {
  position: relative;
  padding-bottom: 0px; /* ray için yer */
  --x: 0px; /* slider soldan ofset */
  --w: 0px; /* slider genişlik */
}
.main-nav::after {
  content: "";
  position: absolute;
  left: -20%;
  right: 0;
  bottom: -40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  width: 120%;
}
.main-nav .nav-slider {
  position: absolute;
  left: 0;
  bottom: -40%;
  height: 4px;
  width: var(--w);
  transform: translateX(var(--x));
  background: #fff;
  border-radius: 1px;
  pointer-events: none;
  transition:
    transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    width 0.25s ease;
}
.main-nav .nav-slider.no-anim {
  transition: none !important;
}
.main-nav .nav-list a,
.main-nav .nav-list .nav-parent {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  opacity: 0.95;
  line-height: 32px;
  font-size: 15px;
  position: relative;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.main-nav .nav-list a:hover,
.main-nav .nav-list a:focus,
.main-nav .nav-list .nav-parent:hover {
  opacity: 1;
}
.main-nav .nav-list .nav-parent {
  display: inline-flex;
  align-items: center;
  cursor: default;
}
.main-nav .nav-list a::after {
  display: none !important;
}
.main-nav .nav-list > li {
  position: relative;
  height: 50px;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.main-nav .nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  min-width: 280px;
  padding: 16px 20px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 10000;
  text-align: left;
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-stroke: rgba(255, 255, 255, 0.15);
  --glass-shadow:
    0 12px 50px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.05);
  --glass-radius: 18px;
  backdrop-filter: blur(11px) saturate(115%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%))
    padding-box;
}
.main-nav .nav-list .sub-menu li {
  position: relative;
}
.main-nav .nav-list .sub-menu li.has-flyout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 18px;
  height: 100%;
}
.main-nav .nav-list .sub-menu a {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  opacity: 1;
  letter-spacing: 0;
  display: block;
  padding: 2px 0;
}
.main-nav .nav-list .sub-menu a:hover,
.main-nav .nav-list .sub-menu a:focus {
  font-weight: 600;
}
.main-nav .nav-list .sub-menu a.is-active {
  font-weight: 600;
}
.main-nav .nav-list li.has-submenu:hover > .sub-menu,
.main-nav .nav-list li.has-submenu:focus-within > .sub-menu,
.main-nav .nav-list .sub-menu li.has-flyout:hover > .flyout-menu,
.main-nav .nav-list .sub-menu li.has-flyout:focus-within > .flyout-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav .nav-list .sub-menu .flyout-menu {
  top: -16px;
  left: calc(100% + 18px);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-6px);
}
.main-nav .nav-list .sub-menu li.has-flyout > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.main-nav .nav-list .sub-menu li.has-flyout > a::after {
  content: "";
  display: block !important;
  position: static;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
  opacity: 0.78;
}

.hero-area {
  position: relative;
  min-height: clamp(60vh, 72vh, 86vh);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: 50% 35%;
  transform: translateZ(0);
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(
        120% 80% at 85% -10%,
        rgba(255, 180, 120, 0.22) 0%,
        rgba(0, 0, 0, 0) 48%
      )
      /* günbatımı hissi */,
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.1) 18%,
      rgba(0, 0, 0, 0) 45%
    ),
    radial-gradient(
      120% 100% at 50% 100%,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0) 45%
    ); /* altta vignette */
}

/* İçerik yerleşimi */
.hero-area .container {
  position: relative;
  z-index: 2;
  padding-block: clamp(56px, 8vh, 96px);
}
.hero-area .row {
  margin-bottom: clamp(24px, 6vh, 72px);
}

/* Genel CMS sayfaları */
.generic-page {
  background: #f5f6f8;
}

.generic-page-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: clamp(300px, 36vw, 460px);
  overflow: hidden;
  color: #fff;
  background: #0b101b;
  isolation: isolate;
}

.generic-page-hero__media,
.generic-page-hero__overlay {
  position: absolute;
  inset: 0;
}

.generic-page-hero__media {
  z-index: -2;
  background: var(--generic-page-bg) center / cover no-repeat;
  transform: scale(1.015);
}

.generic-page-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 12, 22, 0.88) 0%, rgba(7, 12, 22, 0.58) 54%, rgba(7, 12, 22, 0.26) 100%),
    linear-gradient(0deg, rgba(7, 12, 22, 0.58) 0%, transparent 58%);
}

.generic-page-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: clamp(136px, 15vw, 190px);
  padding-bottom: clamp(44px, 6vw, 78px);
}

.generic-page-hero__content {
  max-width: 900px;
}

.generic-page-hero__line {
  display: block;
  width: 58px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--accent, #ff7a00);
}

.generic-page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.generic-page-main {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(56px, 8vw, 120px);
}

.generic-page-panel {
  max-width: 1120px;
  margin: clamp(-34px, -4vw, -56px) auto 0;
  padding: clamp(28px, 5vw, 68px);
  background: #fff;
  border-top: 4px solid var(--accent, #ff7a00);
  box-shadow: 0 20px 60px rgba(12, 18, 33, 0.1);
}

.generic-page-intro,
.generic-page-content {
  color: #3f4857;
  font-size: 16px;
  line-height: 1.75;
}

.generic-page-intro {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e8ed;
  color: #1c293b;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

.generic-page-content > :first-child {
  margin-top: 0;
}

.generic-page-content > :last-child {
  margin-bottom: 0;
}

.generic-page-content h2,
.generic-page-content h3,
.generic-page-content h4 {
  margin: 2.2em 0 0.7em;
  color: #101927;
  font-weight: 650;
  line-height: 1.2;
}

.generic-page-content h2 {
  font-size: clamp(24px, 2.8vw, 34px);
}

.generic-page-content h3 {
  font-size: clamp(20px, 2.2vw, 27px);
}

.generic-page-content p,
.generic-page-content ul,
.generic-page-content ol {
  margin: 0 0 1.25em;
}

.generic-page-content ul,
.generic-page-content ol {
  padding-left: 1.25em;
}

.generic-page-content li + li {
  margin-top: 0.45em;
}

.generic-page-content a {
  color: #d96700;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.generic-page-content table {
  width: 100%;
  min-width: 680px;
  margin: 1.75em 0 2.25em;
  border-collapse: collapse;
  background: #fff;
  color: #354052;
  font-size: 14px;
  line-height: 1.55;
  border: 1px solid #d8dee7;
}

.generic-page-content .table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.generic-page-content th,
.generic-page-content td {
  padding: 14px 16px;
  vertical-align: top;
  border: 1px solid #d8dee7;
}

.generic-page-content th,
.generic-page-content tr:first-child td {
  color: #172235;
  font-weight: 600;
  background: #f5f7fa;
}

.generic-page-content tr:nth-child(even) td {
  background: #fbfcfd;
}

@media (max-width: 767.98px) {
  .generic-page-hero {
    min-height: 290px;
  }

  .generic-page-hero .container {
    padding-top: 132px;
    padding-bottom: 42px;
  }

  .generic-page-panel {
    margin-top: -24px;
    padding: 26px 20px;
  }

  .generic-page-intro,
  .generic-page-content {
    font-size: 15px;
  }

  .generic-page-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .generic-page-content table {
    font-size: 13px;
  }
}

/* Cam kart */
.hero-card {
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-stroke: rgba(255, 255, 255, 0.15);
  --glass-shadow:
    0 12px 50px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.05);
  --glass-radius: 18px;
  position: relative;
  backdrop-filter: blur(11px) saturate(115%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%))
    padding-box;
  box-shadow: var(--glass-shadow);
  padding: clamp(22px, 5vw, 100px) clamp(22px, 4vw, 34px);
  max-width: 92%;
  color: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

/* Kartın iç ışık hüzmesi */
.hero-card::after {
  content: "";
  position: absolute;
  inset: -30% -50% auto -50%;
  height: 200%;
  background:
    radial-gradient(
      65% 18% at 50% 50%,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0) 70%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0) 30% 70%,
      rgba(255, 255, 255, 0.1)
    );
  transform: rotate(12deg);
  pointer-events: none;
  opacity: 0.55;
}

/* Tipografi */
.hero-title {
  font-size: clamp(28px, 3.4vw, 34px);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: 0.2px;
  grid-column: span 5;
}
.hero-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.5;
  grid-column: span 7;
  font-weight: 100;
  letter-spacing: 0.7px;
}
.hero-glass-actions {
  grid-column: 6 / span 7;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.hero-glass-link {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 44px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.hero-glass-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-2px);
}

/* Küçük ekranlar */
@media (max-width: 991px) {
  .hero-area {
    min-height: 68vh;
  }
  .hero-media {
    background-position: 60% 40%;
  }
  .hero-card {
    border-radius: 16px;
  }
  .hero-glass-actions {
    grid-column: 1 / -1;
  }
}
@media (max-width: 575px) {
  .hero-card {
    padding: 18px 18px 20px;
  }
  .hero-text {
    max-width: none;
  }
}

/* Sustainability */
.sustainability-hero-actions {
  grid-column: 6 / span 7;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.sustainability-report-btn {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 44px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.sustainability-report-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-2px);
}
.sustainability-intro .eyebrow {
  margin: 0;
}
.sustainability-intro .sub-title {
  font-size: clamp(24px, 2.1vw, 36px);
  line-height: 1.42;
  max-width: 1080px;
}
#page6-bands .blog-card {
  box-shadow: 0 30px 56px -40px rgba(5, 7, 16, 0.55);
}
#page6-bands .blog-card:hover {
  transform: none;
  box-shadow: 0 34px 60px -40px rgba(5, 7, 16, 0.62);
}
#page6-bands .blog-card:hover .blog-media img {
  transform: scale(1.06);
}
#page6-bands .blog-media img {
  -webkit-user-drag: none;
  user-select: none;
}
#page6-bands .page6-stack {
  display: grid;
  gap: 16px;
}
#page6-bands .band-step {
  margin: 0;
  transition: box-shadow .45s ease;
}
@media (min-width: 992px) {
  #page6-bands .page6-stack {
    position: relative;
    height: clamp(300px, 33vw, 430px);
    overflow: hidden;
    gap: 0;
    perspective: 1000px;
  }
  #page6-bands .band-step {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 100%;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  #page6-bands .blog-media img {
    will-change: transform;
  }
  #page6-bands .blog-card:hover {
    box-shadow: 0 30px 56px -40px rgba(5, 7, 16, 0.55);
  }
}
@media (max-width: 991px) {
  #page6-bands .page6-stack {
    gap: 18px;
  }
  .sustainability-hero-actions {
    grid-column: 1 / -1;
  }
  .sustainability-intro .sub-title {
    margin-top: 18px;
  }
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 24px;
}
.start-1 {
  grid-column-start: 1;
}
.start-2 {
  grid-column-start: 2;
}
.start-3 {
  grid-column-start: 3;
}
.start-4 {
  grid-column-start: 4;
}
.start-5 {
  grid-column-start: 5;
}
.start-6 {
  grid-column-start: 6;
}
.start-7 {
  grid-column-start: 7;
}
.start-8 {
  grid-column-start: 8;
}

.span-12 {
  grid-column-end: span 12;
}
.span-10 {
  grid-column-end: span 10;
}
.span-8 {
  grid-column-end: span 8;
}
.span-6 {
  grid-column-end: span 6;
}
.span-4 {
  grid-column-end: span 4;
}

.span-11 {
  grid-column-end: span 11;
}
.span-9 {
  grid-column-end: span 9;
}
.span-7 {
  grid-column-end: span 7;
}
.span-5 {
  grid-column-end: span 5;
}
.span-3 {
  grid-column-end: span 3;
}
@media (max-width: 1024px) {
  .md-span-12 {
    grid-column-end: span 12;
  }
}
@media (max-width: 640px) {
  .sm-full {
    grid-column: 1 / -1;
  }
}
.sub-section {
  padding: 64px 0 64px;
}

.farkinda-badge {
  --badge-gap: 8px;
  width: min(100%, 340px);
  aspect-ratio: 340 / 208;
  border: 4px solid #0d0d0d;
  border-radius: 34px;
  padding: 0;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.farkinda-badge-inner {
  position: absolute;
  inset: var(--badge-gap);
  box-sizing: border-box;
  border-radius: 24px;
  border: none;
  background: radial-gradient(
    120% 115% at 6% 0%,
    #f6f7f8 0%,
    rgba(246, 247, 248, 0.9) 24%,
    rgba(217, 219, 223, 0.88) 48%,
    rgba(177, 181, 187, 0.95) 86%,
    #b0b4bb 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: clamp(28px, 3vw, 34px) clamp(26px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.farkinda-logo {
  width: min(100%, 140px);
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%);
}
.farkinda-text {
  margin-top: clamp(4px, 0.8vw, 8px);
  display: block;
  color: #060606;
  text-transform: lowercase;
  font-size: clamp(54px, 4.25vw, 68px);
  line-height: 0.86;
  letter-spacing: -0.035em;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .farkinda-badge {
    margin-inline: auto;
  }
}

/* Kontek Farkında detail page */
.farkinda-detail-page {
  background: #fff;
}
.farkinda-detail-landing {
  --farkinda-background: none;
  position: relative;
  overflow: hidden;
  padding: 58px 0 118px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 83%, #fff 100%),
    var(--farkinda-background) top center / cover no-repeat;
}
.farkinda-detail-shell {
  position: relative;
  z-index: 2;
}
.farkinda-detail-hero {
  min-height: 700px;
  padding-top: 114px;
}
.farkinda-detail-brand {
  padding-top: 40px;
}
.farkinda-detail-brand-logo {
  width: min(100%, 392px);
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.farkinda-detail-title {
  margin: 0;
  color: #fff;
  font-size: 88px;
  line-height: .84;
  letter-spacing: -.02em;
  font-weight: 600;
  text-transform: lowercase;
}
.farkinda-detail-intro-wrap {
  margin-top: -18px;
}
.farkinda-detail-intro-text {
  color: #fff;
  max-width: 980px;
}
.farkinda-detail-playbox {
  position: relative;
  width: 132px;
  aspect-ratio: 1;
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 40px rgba(8, 10, 22, .18);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.farkinda-detail-playbox::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #fff;
}
.farkinda-detail-playbox span {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #111;
}
.farkinda-detail-content-grid {
  margin-top: 28px;
}
.farkinda-detail-side-card {
  width: 100%;
  max-width: 230px;
  margin-top: 26px;
}
.farkinda-detail-side-card img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 28px 50px -36px rgba(8, 10, 22, .65);
}
.farkinda-detail-lead,
.farkinda-detail-text-columns {
  color: rgba(255, 255, 255, .92);
}
.farkinda-detail-lead h3 {
  margin: 26px 0 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.farkinda-detail-text-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}
.farkinda-detail-copy-1,
.farkinda-detail-copy-3 {
  grid-column: 1;
}
.farkinda-detail-copy-2,
.farkinda-detail-copy-4 {
  grid-column: 2;
}
.farkinda-detail-copy-2 {
  grid-row: 1;
}
.farkinda-detail-copy-3,
.farkinda-detail-copy-4 {
  color: #141414;
}
.farkinda-detail-heading {
  margin: 20px 0 14px;
  color: inherit;
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: .98;
  font-weight: 600;
}
.farkinda-detail-white {
  padding: 26px 0 96px;
  background: #fff;
}
.farkinda-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 48px;
}
.farkinda-detail-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1.3;
  display: block;
  object-fit: cover;
}
.farkinda-detail-impact-title {
  margin: 0;
  color: #2a2868;
  font-size: clamp(28px, 2.5vw, 44px);
  line-height: 1.02;
  font-weight: 600;
}
.farkinda-detail-impact-copy {
  color: #45445d;
}
.farkinda-detail-impact-copy article {
  margin-bottom: 14px;
}
.farkinda-detail-impact-copy h3 {
  margin: 0 0 2px;
  color: #2a2868;
  font-size: 16px;
  font-weight: 600;
}
.farkinda-detail-impact-copy p {
  margin: 0;
}
@media (max-width: 1399px) {
  .farkinda-detail-hero {
    min-height: 640px;
  }
  .farkinda-detail-intro-wrap {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .farkinda-detail-landing {
    background-position: 59% 0;
  }
  .farkinda-detail-hero {
    min-height: 540px;
    padding-top: 94px;
  }
  .farkinda-detail-intro-wrap {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .farkinda-detail-landing {
    padding-top: 40px;
    padding-bottom: 84px;
    background-position: 61% 0;
  }
  .farkinda-detail-hero {
    min-height: auto;
    padding-top: 54px;
  }
  .farkinda-detail-brand {
    padding-top: 0;
  }
  .farkinda-detail-text-columns {
    grid-template-columns: 1fr;
  }
  .farkinda-detail-copy-1,
  .farkinda-detail-copy-2,
  .farkinda-detail-copy-3,
  .farkinda-detail-copy-4 {
    grid-column: 1;
    grid-row: auto;
  }
  .farkinda-detail-side-card {
    max-width: 240px;
  }
  .farkinda-detail-gallery {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .farkinda-detail-landing {
    padding-top: 34px;
    padding-bottom: 66px;
    background-position: 63% 0;
  }
  .farkinda-detail-hero {
    padding-top: 34px;
  }
  .farkinda-detail-title {
    font-size: 76px;
  }
  .farkinda-detail-intro-wrap {
    margin-top: 10px;
  }
  .farkinda-detail-playbox {
    width: 120px;
    margin: 0 auto 18px;
  }
}
.eyebrow {
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 400;
}
.sub-title {
  font-size: clamp(26px, 2.9vw, 50px);
  line-height: 1.32;
  margin: 0;
  font-weight: 400;
}
.prose {
  color: #1f1f1f;
  line-height: 1.7;
  font-size: 16px;
}
.prose p {
  margin: 0 0 16px;
}
.profile-stack {
  display: grid;
  gap: 40px;
}
.profile-copy {
  display: grid;
  gap: 16px;
}
.profile-copy .sub-title {
  margin-bottom: 0;
}
.profile-value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.profile-value-item {
  border-top: 1px solid #d9dde2;
  padding-top: 24px;
  display: grid;
  gap: 14px;
}
.profile-value-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.profile-value-number {
  min-width: 26px;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
}
.profile-value-title {
  margin: 0;
  color: #111111;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}
.profile-value-item p,
.profile-logo-name {
  margin: 0;
}
.profile-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.profile-logo-card {
  border: 1px solid #d9dde2;
  background: #ffffff;
  padding: 24px;
  display: grid;
  gap: 18px;
}
.profile-logo-media {
  aspect-ratio: 16 / 10;
  background: #f5f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profile-logo-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.profile-logo-name {
  color: #111111;
  font-size: 18px;
  line-height: 1.4;
}
.company-structure {
  display: grid;
  gap: 48px;
}
.company-structure-copy {
  gap: 18px;
}
.company-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.company-list-item {
  display: grid;
  grid-template-rows: 132px 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 250px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(12, 18, 26, 0.05);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  color: inherit;
  text-decoration: none;
}
.company-list-item:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 90, 41, 0.34);
  box-shadow: 0 28px 68px rgba(12, 18, 26, 0.09);
}
.company-logo-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.98), rgba(34, 34, 34, 0.92)),
    #111111;
  overflow: hidden;
}
.company-logo-box::before,
.company-logo-box::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.company-logo-box::before {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.company-logo-box::after {
  width: 70px;
  height: 70px;
  right: -18px;
  bottom: -18px;
  background: rgba(241, 90, 41, 0.22);
  transform: rotate(45deg);
}
.company-logo-box img {
  position: relative;
  z-index: 1;
  max-width: 150px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.company-logo-box span {
  position: relative;
  z-index: 1;
  display: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.company-logo-box.is-missing span {
  display: inline-flex;
}
.company-list-content {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 26px 24px;
}
.company-list-content h3 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
.company-list-content p {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 15px;
  line-height: 1.5;
}
.energy-beyond-section {
  position: relative;
  padding-bottom: 28px;
  background: linear-gradient(180deg, #f7f8f6 0%, #ffffff 100%);
}
.energy-beyond-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.energy-beyond-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 3.5vw, 44px);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 70px rgba(12, 18, 26, 0.08);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.energy-beyond-card:hover {
  transform: translateY(-8px);
  border-color: #f15a2952;
  box-shadow: 0 38px 90px rgba(12, 18, 26, 0.13);
}
.energy-beyond-kicker {
  color: rgba(17, 17, 17, 0.52);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.energy-beyond-card .sub-title {
  max-width: 680px;
  margin: 0;
  font-size: 26px;
  line-height: 1.08;
}
.energy-beyond-card p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 16px;
  line-height: 1.7;
}
.energy-values-section {
  padding-top: 24px;
  background: #ffffff;
}
.energy-values-head {
  margin-bottom: 28px;
}
.energy-value-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.energy-value-card {
  grid-column: span 4;
  position: relative;
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 50px rgba(12, 18, 26, 0.06);
  overflow: hidden;
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}
.energy-value-card:nth-child(n + 4) {
  grid-column: span 3;
}
.energy-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(76, 255, 22, 0.28);
  box-shadow: 0 28px 64px rgba(12, 18, 26, 0.1);
}
.energy-value-icon {
  width: 58px;
  height: 58px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}
.energy-value-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}
.energy-value-content {
  display: grid;
  gap: 12px;
}
.energy-value-card .profile-value-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
.energy-value-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 15px;
  line-height: 1.6;
}
.profile-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.profile-team-card {
  display: grid;
  gap: 14px;
}
.profile-team-media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f5f6f7;
}
.profile-team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.profile-team-card:hover .profile-team-media img {
  transform: scale(1.03);
}
.profile-team-name {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.4;
}
.profile-team-role {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}
.management-board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.management-board-card {
  display: grid;
  gap: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(12, 18, 26, 0.06);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.management-board-card:hover {
  transform: translateY(-5px);
  border-color: rgba(241, 90, 41, 0.32);
  box-shadow: 0 32px 72px rgba(12, 18, 26, 0.11);
}
.management-board-media {
  margin: 0;
  aspect-ratio: 4 / 5;
  background: #f5f6f7;
  overflow: hidden;
}
.management-board-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.98);
  transition: transform 0.42s ease;
}
.management-board-card:hover .management-board-media img {
  transform: scale(1.035);
}
.management-board-info {
  display: grid;
  gap: 8px;
  min-height: 118px;
  align-content: start;
  padding: 20px;
}
.corporate-lead {
  color: #111111;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.28;
  font-weight: 400;
  margin: 0;
}
.corporate-meta-grid,
.corporate-standard-grid,
.corporate-board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.corporate-meta-item,
.corporate-standard-item,
.corporate-board-card {
  border-top: 1px solid #d9dde2;
  padding-top: 20px;
}
.corporate-meta-value {
  display: block;
  color: #111111;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  font-weight: 600;
}
.corporate-meta-label,
.corporate-standard-item,
.corporate-board-card {
  color: rgba(17, 17, 17, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

/* Hakkımızda: sayısal göstergeleri metinden bağımsız, güçlü bir odak noktasına dönüştürür. */
.about-page .corporate-meta-grid {
  gap: 18px;
}
.about-page .corporate-meta-item {
  position: relative;
  min-height: 180px;
  padding: 30px 26px 26px;
  border: 1px solid #e1e4e7;
  border-top: 5px solid var(--accent);
  background: linear-gradient(145deg, #ffffff 0%, #f5f6f7 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-page .corporate-meta-item::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -56px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(241, 90, 41, 0.2);
  border-radius: 50%;
  pointer-events: none;
}
.about-page .corporate-meta-value {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: #111111;
  font-size: clamp(40px, 3vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.about-page .corporate-meta-label {
  position: relative;
  z-index: 1;
  max-width: 18ch;
  margin-top: 26px;
  color: #30343a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
@media (max-width: 600px) {
  .about-page .corporate-meta-item {
    min-height: 164px;
    padding: 24px 22px 22px;
  }
  .about-page .corporate-meta-value {
    font-size: clamp(38px, 11vw, 46px);
  }
}

/* History timeline */
#history-timeline {
  padding: 100px 0 130px;
  background: #f6f8fb;
}
#history-timeline .timeline-heading {
  margin: 0 0 42px;
  color: #111;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.08;
  font-weight: 700;
}
#history-timeline .timeline-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  min-height: 720px;
}
#history-timeline .timeline-col {
  --timeline-shift: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 650px;
  transform: translateY(var(--timeline-shift));
  transition: transform .78s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}
#history-timeline .timeline-col:hover {
  transform: translateY(calc(var(--timeline-shift) - 14px));
}
#history-timeline .timeline-col:nth-child(1) { --timeline-shift: 86px; }
#history-timeline .timeline-col:nth-child(2) { --timeline-shift: 158px; }
#history-timeline .timeline-col:nth-child(3) { --timeline-shift: 116px; }
#history-timeline .timeline-col:nth-child(4) { --timeline-shift: 92px; }
#history-timeline .timeline-col:nth-child(5) { --timeline-shift: 24px; }
#history-timeline .timeline-col:nth-child(6) { --timeline-shift: 146px; }
#history-timeline .timeline-col:nth-child(7) { --timeline-shift: 112px; }
#history-timeline .timeline-col:nth-child(8) { --timeline-shift: 138px; }
#history-timeline .timeline-top,
#history-timeline .timeline-bottom {
  min-height: 116px;
  padding: 0 8px 12px 0;
  display: flex;
  flex-direction: column;
}
#history-timeline .timeline-top {
  justify-content: flex-end;
  align-items: flex-start;
}
#history-timeline .timeline-bottom {
  width: calc(100% - 8px);
  min-height: 140px;
  margin-left: auto;
  padding-top: 12px;
  align-items: flex-end;
  text-align: right;
}
#history-timeline .timeline-top p,
#history-timeline .timeline-bottom p {
  width: fit-content;
  max-width: 132px;
  margin: 0;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.18;
  white-space: pre-line;
}
#history-timeline .timeline-top p,
#history-timeline .timeline-bottom .timeline-year {
  margin-bottom: 4px;
}
#history-timeline .timeline-year {
  width: fit-content;
  min-width: 92px;
  margin: 0;
  color: #f15a29;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: .95;
  font-weight: 300;
  letter-spacing: -.01em;
}
#history-timeline .timeline-col:last-child .timeline-year {
  font-weight: 700;
}
#history-timeline .kref-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}
#history-timeline .timeline-col:hover .kref-media img {
  transform: translateY(-18px) scale(1.025);
}
@media (max-width: 1199px) {
  #history-timeline .timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
    min-height: 0;
  }
  #history-timeline .timeline-col {
    min-height: 0;
    transform: none;
  }
  #history-timeline .timeline-col:hover { transform: translateY(-8px); }
  #history-timeline .timeline-bottom {
    width: 100%;
    margin-left: 0;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  #history-timeline { padding: 72px 0 90px; }
  #history-timeline .timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  #history-timeline .kref-media img { height: 300px; }
  #history-timeline .timeline-top,
  #history-timeline .timeline-bottom { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  #history-timeline .timeline-col,
  #history-timeline .kref-media img { transition: none; }
}
.management-system-section {
  background: linear-gradient(180deg, #f7f8f6 0%, #ffffff 42%);
}
.management-system-content {
  display: grid;
  gap: clamp(48px, 6vw, 86px);
}
.management-system-head,
.management-system-block-head {
  display: grid;
  max-width: 820px;
}
.management-system-head h2,
.management-system-block-head h3 {
  margin: 0;
  color: #111111;
  font-weight: 500;
  letter-spacing: 0;
}
.management-system-head h2 {
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.14;
}
.management-system-block-head h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}
.management-system-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 48px;
}
.management-system-copy p {
  margin: 0;
}
.management-system-block {
  display: grid;
  gap: 28px;
}
.certificate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.certificate-card {
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 168px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(241, 90, 41, 0.08), rgba(241, 90, 41, 0) 42%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 46px rgba(12, 18, 26, 0.06);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.certificate-card:hover {
  transform: translateY(-5px);
  border-color: rgba(241, 90, 41, 0.32);
  box-shadow: 0 28px 64px rgba(12, 18, 26, 0.1);
}
.certificate-card h4 {
  margin: 0;
  color: #111111;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.2;
  font-weight: 600;
}
.certificate-card p,
.management-system-note {
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 15px;
  line-height: 1.5;
}
.management-system-note {
  max-width: 760px;
  border-left: 2px solid #f15a29;
  padding-left: 18px;
}
.commitment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.commitment-list li {
  position: relative;
  min-height: 126px;
  padding: 20px 20px 20px 48px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(17, 17, 17, 0.72);
  font-size: 15px;
  line-height: 1.6;
}
.commitment-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 26px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f15a29;
  box-shadow: 0 0 0 6px rgba(241, 90, 41, 0.1);
}
.corporate-history {
  padding: 72px 0;
  background: #fff;
}
.corporate-history-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}
@media (min-width: 921px) {
  .corporate-history-grid > .profile-copy {
    position: sticky;
    top: 120px;
    align-self: start;
  }
}
.corporate-timeline {
  display: grid;
  gap: 0;
  border-left: 1px solid rgba(17, 17, 17, 0.18);
}
.corporate-timeline-item {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 0 0 34px 34px;
}
.corporate-timeline-item:last-child {
  padding-bottom: 0;
}
.corporate-timeline-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #111111;
  box-shadow: 0 0 0 7px rgba(241, 90, 41, 0.12);
}
.corporate-timeline-year {
  color: #111111;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1;
  font-weight: 600;
}
.corporate-timeline-text {
  color: rgba(17, 17, 17, 0.72);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.history-flow {
  position: relative;
  min-height: 100vh;
  padding: clamp(92px, 8vw, 128px) 0 clamp(500px, 34vw, 640px);
  color: #fff;
  overflow: clip;
  isolation: isolate;
}
body.history-page {
  overflow-x: hidden;
  background: #000;
}
body.history-page.no-smoother #smooth-wrapper {
  overflow: visible;
}
body.history-page.no-smoother #smooth-content {
  transform: none !important;
  will-change: auto;
}
.history-flow-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../images/history-flow-bg.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}
.history-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.12) 46%, rgba(0, 0, 0, 0.62) 100%);
}
.history-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  min-height: calc(100vh - 220px);
  gap: clamp(42px, 7vw, 112px);
  align-items: start;
}
.history-flow-grid,
.history-flow-left,
.history-flow-left-inner,
.history-flow-timeline,
.history-flow-statement,
.history-flow-statement p,
.history-flow-timeline-item,
.history-flow-timeline-item p {
  min-width: 0;
}
.history-flow-left {
  min-height: calc(100vh - 220px);
  position: relative;
  display: flex;
  padding-right: clamp(18px, 3vw, 52px);
}
.history-flow-left-inner {
  width: 100%;
  min-height: calc(100vh - 220px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(150px, 18vh, 220px);
}
.history-flow-left-inner h1 {
  color: #fff;
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
.history-flow-statement {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  max-width: 560px;
  padding-bottom: clamp(36px, 7vw, 108px);
}
.history-flow-statement p {
  color: #fff;
  font-size: clamp(22px, 2.05vw, 32px);
  line-height: 1.18;
  font-weight: 700;
  font-style: italic;
  margin: 0;
  max-width: min(500px, 34vw);
  white-space: normal;
  overflow-wrap: break-word;
}
.history-flow-mark {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 2px;
}
.history-flow-mark::before,
.history-flow-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
}
.history-flow-mark::before {
  clip-path: polygon(50% 0, 64% 36%, 100% 50%, 64% 64%, 50% 100%, 36% 64%, 0 50%, 36% 36%);
}
.history-flow-mark::after {
  inset: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.history-flow-timeline {
  position: relative;
  display: grid;
  gap: clamp(36px, 5.4vw, 68px);
  padding: 8px 0 18px clamp(28px, 4vw, 54px);
  border-left: 4px solid rgba(255, 255, 255, 0.9);
}
.history-flow-timeline-item {
  position: relative;
  max-width: 740px;
}
.history-flow-timeline-item::before {
  content: "";
  position: absolute;
  left: calc((clamp(28px, 4vw, 54px) + 10px) * -1);
  top: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}
.history-flow-year {
  display: block;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 14px;
}
.history-flow-timeline-item p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.55;
  margin: 0;
  max-width: min(740px, 46vw);
  white-space: normal;
  overflow-wrap: break-word;
}

.black-bg {
  background-color: #000;
}

.gallery-area {
  padding: 0px 0 64px;
}
.gallery-grid {
  align-items: start;
  margin-bottom: 28px;
}

.gallery-meta h6 {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #1b1b1b;
}
.gallery-meta small {
  display: block;
  color: #717171;
  font-size: 12px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.gallery-card {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #0b0b0b10;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.gallery-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.gallery-card:hover img {
  transform: scale(1.02);
}

.gallery-note {
  color: #111;
  opacity: 0.78;
  line-height: 1.5;
  margin-top: 16px;
}

/* --- Logo Ticker --- */
.logo-ticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 56px;
  /* hız ayarı: --speed büyürse yavaşlar */
  --speed: 26s;
  animation: ticker var(--speed) linear infinite;
}
.logo-ticker:hover .logo-track {
  animation-play-state: paused;
}

.logo-track img {
  height: 28px;
  width: auto;
  opacity: 0.9;
  filter: brightness(0.5);
  transition:
    opacity 0.2s,
    filter 0.2s;
}
.logo-track img:hover {
  filter: brightness(0);
  opacity: 1;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* içerik iki kez eklendiği için -50%’te loop sorunsuz */
}

/* Responsive */
@media (max-width: 1100px) {
  .gallery-card img {
    height: 360px;
  }
}
@media (max-width: 920px) {
  .grid-12 {
    column-gap: 20px;
  }
  .profile-value-list,
  .profile-logo-grid,
  .profile-team-grid,
  .management-board-grid,
  .energy-value-list,
  .certificate-grid,
  .commitment-list,
  .corporate-meta-grid,
  .corporate-standard-grid,
  .corporate-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .energy-value-card,
  .energy-value-card:nth-child(n + 4) {
    grid-column: auto;
  }
  .energy-beyond-stack {
    grid-template-columns: 1fr;
  }
  .energy-beyond-card {
    min-height: 320px;
  }
  .corporate-history-grid {
    grid-template-columns: 1fr;
  }
  .history-flow {
    padding-top: 112px;
  }
  .company-list {
    grid-template-columns: 1fr;
  }
  .company-logo-box {
    min-height: 126px;
  }
  .management-system-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .history-flow-grid {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .history-flow-left {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    gap: 54px;
    margin-bottom: 48px;
  }
  .history-flow-left-inner {
    min-height: 0;
    gap: 54px;
  }
  .history-flow-statement {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .history-flow-statement p {
    flex: 1 1 0;
    max-width: min(560px, calc(100vw - 180px));
    font-size: clamp(22px, 3.4vw, 30px);
    white-space: normal;
    overflow-wrap: break-word;
  }
  .history-flow-timeline {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .history-flow-timeline-item p {
    max-width: min(590px, calc(100vw - 132px));
    white-space: normal;
    overflow-wrap: break-word;
  }
  .gallery-grid > article {
    grid-column: span 12;
  }
  .gallery-card img {
    height: 360px;
  }
  .logo-track {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .profile-stack {
    gap: 28px;
  }
  .profile-value-list,
  .profile-logo-grid,
  .profile-team-grid,
  .management-board-grid,
  .energy-value-list,
  .certificate-grid,
  .commitment-list,
  .corporate-meta-grid,
  .corporate-standard-grid,
  .corporate-board-grid {
    grid-template-columns: 1fr;
  }
  .commitment-list li {
    min-height: auto;
  }
  .company-structure {
    gap: 36px;
  }
  .company-list-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .company-logo-box {
    min-height: 112px;
  }
  .company-list-content {
    padding: 22px;
  }
  .energy-beyond-card,
  .energy-value-card {
    min-height: auto;
  }
  .energy-value-card {
    padding: 22px;
  }
  .corporate-timeline-item {
    padding-left: 24px;
  }
  .history-flow {
    padding-top: 94px;
    padding-bottom: 72px;
  }
  .history-page .history-flow .container,
  .history-page .history-flow-left,
  .history-page .history-flow-statement,
  .history-page .history-flow-timeline {
    max-width: calc(100vw - 24px);
  }
  .history-page .history-flow-left {
    padding-right: 0;
  }
  .history-flow-left-inner h1 {
    font-size: 52px;
  }
  .history-flow-statement {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
  }
  .history-flow-statement p {
    font-size: 24px;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .history-flow-mark {
    width: 38px;
    height: 38px;
  }
  .history-flow-timeline {
    border-left-width: 2px;
    padding-left: 30px;
  }
  .history-flow-timeline-item p {
    white-space: normal;
    overflow-wrap: break-word;
  }
  .gallery-card img {
    height: 300px;
  }
}

p.hero-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

p.hero-text span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  margin-top: 4px;
}

p.hero-text span::before {
  content: "";
  width: 3px;
  display: flex;
  height: 125%;
  position: absolute;
  left: -6%;
  background-color: #fff;
  top: -18%;
}
.stats-grid.sub-stat-grid .total .stat-desc {
  margin-bottom: 0px !important;
}
.stats-grid.sub-stat-grid .stat-card {
  text-align: start;
}

.stats-grid.sub-stat-grid .stat-number {
  margin-top: 0px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.scope-and-refs {
  padding: 58px 0;
}

.scope-pills {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.scope-pill {
  background: #0b0b0b;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 22px;
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
  width: 100%;
  height: 110px;
}
.scope-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
}
.scope-pill.is-active {
  background: #000;
  border-color: #fff;
}
.scope-detail-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.scope-detail-card {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 18px;
}
.scope-detail-card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 18px;
}
.scope-detail-card h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  color: #111;
}
.scope-detail-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
}
.solution-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.solution-list-card {
  min-height: 92px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(17, 17, 17, 0.03);
  color: #111;
  font-size: 16px;
  line-height: 1.35;
}
.solution-product-note {
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border: 1px dashed rgba(17, 17, 17, 0.22);
  background: rgba(17, 17, 17, 0.025);
  color: rgba(17, 17, 17, 0.62);
  font-size: 15px;
  line-height: 1.5;
}
.solution-overview {
  padding: clamp(84px, 9vw, 132px) 0 64px;
  background: #fff;
}
.solution-detail-page .solution-section-title {
  position: relative;
  margin: 0;
  padding: 0 0 18px;
  color: #f15a29;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.solution-detail-page .solution-section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 18px;
  background: currentColor;
}
.solution-rail {
  padding-top: 10px;
}
.solution-lead {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0;
}
.solution-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 64px);
  margin-top: 42px;
}
.solution-copy-grid .prose {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  padding-top: 22px;
}
.solution-feature-shot {
  padding: 0 0 clamp(72px, 7vw, 112px);
  background: #fff;
}
.solution-feature-frame {
  position: relative;
  margin: 0;
  height: clamp(360px, 48vw, 640px);
  overflow: hidden;
  background: #111;
  isolation: isolate;
}
.solution-feature-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.06) 54%, rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
  z-index: 1;
}
.solution-feature-frame img {
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: calc(100% + 192px);
  object-fit: cover;
  display: block;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.04);
  transition: transform 0.16s linear;
  will-change: transform;
}
.solution-feature-caption {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  color: #fff;
}
.solution-feature-caption strong {
  max-width: 520px;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1.05;
  font-weight: 400;
}
.solution-feature-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.solution-matrix {
  padding: 26px 0 78px;
  background: #fff;
}
.solution-data-section {
  padding: 0 0 72px;
  background: #fff;
}
.solution-stat-grid {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  padding-top: 28px;
}
.solution-stat-grid .stat-card {
  opacity: 1;
  transform: none;
}
.solution-matrix .solution-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.solution-matrix .solution-list-card {
  min-height: 126px;
  background:
    linear-gradient(135deg, rgba(241, 90, 41, 0.08), rgba(241, 90, 41, 0) 38%),
    #f7f7f5;
}
.solution-sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.solution-sector-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  min-height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 38px;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(17, 17, 17, 0.11);
  background:
    linear-gradient(145deg, rgba(241, 90, 41, 0.1), rgba(241, 90, 41, 0) 42%),
    #f7f7f5;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.solution-sector-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(241, 90, 41, 0.2), rgba(241, 90, 41, 0) 38%);
  transition: opacity 0.3s ease;
}
.solution-sector-card > * {
  position: relative;
  z-index: 1;
}
.solution-sector-card:hover {
  transform: translateY(-6px);
  border-color: rgba(241, 90, 41, 0.38);
  box-shadow: 0 24px 54px -38px rgba(38, 24, 17, 0.48);
}
.solution-sector-card:hover::before {
  opacity: 1;
}
.solution-sector-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.solution-sector-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(241, 90, 41, 0.32);
  background: rgba(255, 255, 255, 0.7);
  color: #f15a29;
  font-size: 20px;
}
.solution-sector-index {
  color: rgba(17, 17, 17, 0.35);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.solution-sector-copy h3 {
  margin: 0;
  color: #111;
  font-size: clamp(21px, 1.7vw, 28px);
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.solution-sector-copy p {
  margin: 12px 0 0;
  color: rgba(17, 17, 17, 0.64);
  font-size: 14px;
  line-height: 1.55;
}
.solution-architecture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17, 17, 17, 0.12);
}
.solution-architecture-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(241, 90, 41, 0.12), rgba(241, 90, 41, 0) 34%),
    #f7f7f5;
  color: #111;
  text-decoration: none;
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}
.solution-architecture-card:hover {
  transform: translateY(-3px);
  color: #111;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(241, 90, 41, 0.18), rgba(241, 90, 41, 0) 38%),
    #ffffff;
  box-shadow: 0 24px 70px rgba(12, 18, 26, 0.08);
}
.solution-architecture-card span {
  color: #f15a29;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.solution-architecture-card h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.08;
  font-weight: 400;
}
.solution-architecture-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.64);
  font-size: 15px;
  line-height: 1.62;
}
.solution-engineering {
  padding: clamp(84px, 8vw, 126px) 0;
  background: #101010;
  color: #fff;
}
.solution-engineering .eyebrow {
  color: rgba(255, 255, 255, 0.62);
}
.solution-engineering-head {
  display: grid;
  gap: 16px;
  max-width: min(980px, 100%);
  margin-bottom: 44px;
}
.solution-engineering-title {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.14;
  font-weight: 400;
}
.solution-engineering-copy {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.7;
}
.solution-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.solution-capability-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.solution-capability-grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.solution-capability-grid--5 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.solution-capability-grid--5 .solution-capability-card {
  grid-column: span 2;
}
.solution-capability-grid--5 .solution-capability-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}
.solution-capability-card {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 26px;
  padding: clamp(22px, 3vw, 36px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(241, 90, 41, 0.12), rgba(241, 90, 41, 0) 34%),
    rgba(255, 255, 255, 0.02);
  transition: background 0.25s ease, transform 0.25s ease;
}
.solution-capability-card:hover {
  background:
    linear-gradient(135deg, rgba(241, 90, 41, 0.22), rgba(241, 90, 41, 0) 38%),
    rgba(255, 255, 255, 0.045);
}
.solution-capability-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.solution-capability-icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #f15a29;
  font-size: 18px;
  line-height: 1;
}
.solution-capability-icon img {
  display: block;
  width: 60px;
  height: 60px;
  max-width: none;
  flex: 0 0 auto;
  object-fit: contain;
}
.solution-capability-index {
  color: #f15a29;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.solution-capability-card h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.12;
  font-weight: 400;
}
.solution-capability-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.65;
}
.solution-product-frame {
  margin: 54px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}
.solution-product-frame img {
  width: 100%;
  aspect-ratio: 21 / 10;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}
.solution-product-frame figcaption {
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.solution-projects {
  padding: clamp(72px, 7vw, 112px) 0;
  background: #fff;
}
.solution-projects + .solution-conclusion {
  padding-top: 0;
}
.solution-projects .ref-meta .ref-title {
  color: #111;
}
.solution-projects .ref-meta .ref-sub {
  color: rgba(17, 17, 17, 0.58);
}
.solution-projects .ref-media {
  border-radius: 0;
  background: #f3f3f1;
}
.solution-capability-card,
.solution-list-card,
.solution-architecture-card,
.solution-projects .ref-card,
.solution-stat-grid .stat-card {
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}
.solution-capability-card::before,
.solution-list-card::before,
.solution-architecture-card::before,
.solution-projects .ref-card::before,
.solution-stat-grid .stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 0;
}
.solution-capability-card > *,
.solution-list-card > *,
.solution-architecture-card > *,
.solution-projects .ref-card > *,
.solution-stat-grid .stat-card > * {
  position: relative;
  z-index: 1;
}
.solution-capability-card::before {
  background: radial-gradient(circle at var(--mx) var(--my), rgba(241, 90, 41, 0.22), rgba(241, 90, 41, 0) 34%);
}
.solution-list-card::before,
.solution-architecture-card::before,
.solution-projects .ref-card::before,
.solution-stat-grid .stat-card::before {
  background: radial-gradient(circle at var(--mx) var(--my), rgba(241, 90, 41, 0.12), rgba(241, 90, 41, 0) 36%);
}
.solution-capability-card:hover::before,
.solution-list-card:hover::before,
.solution-architecture-card:hover::before,
.solution-projects .ref-card:hover::before,
.solution-stat-grid .stat-card:hover::before {
  opacity: 1;
}
.solution-list-card:hover,
.solution-architecture-card:hover,
.solution-projects .ref-card:hover,
.solution-stat-grid .stat-card:hover {
  transform: translateY(-3px);
}
.solution-capability-card:hover {
  transform: translateY(-4px);
}
.solution-conclusion {
  padding: clamp(56px, 6vw, 92px) 0;
  background: #fff;
}
.solution-conclusion .prose {
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  padding: 22px 0 0;
  background: transparent;
  border-left: 0;
  box-shadow: none;
}
.solution-conclusion--energy-trade {
  position: relative;
  padding: clamp(72px, 8vw, 124px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(241, 90, 41, 0.16), rgba(241, 90, 41, 0) 34%),
    linear-gradient(135deg, #f3f0eb 0%, #fff 58%, #f7f5f2 100%);
}
.solution-conclusion--energy-trade::before {
  content: "";
  position: absolute;
  width: clamp(260px, 32vw, 520px);
  aspect-ratio: 1;
  right: -10%;
  top: 50%;
  border: 1px solid rgba(241, 90, 41, 0.16);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 54px rgba(241, 90, 41, 0.035), 0 0 0 108px rgba(241, 90, 41, 0.025);
  pointer-events: none;
}
.solution-conclusion--energy-trade .solution-conclusion-panel {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(56px, 7vw, 96px);
  padding: clamp(26px, 3.2vw, 44px) 0 clamp(12px, 2vw, 24px);
  border-top: 2px solid #f15a29;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
.solution-conclusion-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #f15a29;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.solution-conclusion-arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(241, 90, 41, 0.42);
  border-radius: 50%;
  font-size: 18px;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.solution-conclusion--energy-trade .solution-conclusion-panel:hover .solution-conclusion-arrow {
  transform: translate(3px, -3px);
  background: #f15a29;
  color: #fff;
}
.solution-conclusion--energy-trade .prose {
  max-width: 1020px;
  padding: 0;
  border: 0;
}
.solution-conclusion--energy-trade .prose p {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3.2vw, 50px);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.035em;
}
@media (max-width: 767px) {
  .solution-conclusion--energy-trade {
    padding: 64px 0;
  }
  .solution-conclusion--energy-trade .solution-conclusion-panel {
    min-height: 250px;
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .solution-conclusion--energy-trade .solution-conclusion-panel {
    grid-column: 1 / -1;
  }
}

/* Referanslar grid */
.refs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media (max-width: 1024px) {
  .refs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-rail {
    margin-bottom: 36px;
  }
  .solution-detail-page .solution-section-title {
    padding-bottom: 0;
  }
  .solution-matrix .solution-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .refs-grid {
    grid-template-columns: 1fr;
  }
  .solution-list-grid {
    grid-template-columns: 1fr;
  }
  .solution-copy-grid,
  .solution-capability-grid,
  .solution-capability-grid--3,
  .solution-capability-grid--4,
  .solution-capability-grid--5,
  .solution-architecture-grid,
  .solution-matrix .solution-list-grid {
    grid-template-columns: 1fr;
  }
  .solution-capability-grid--5 .solution-capability-card,
  .solution-capability-grid--5 .solution-capability-card:nth-last-child(-n + 2) {
    grid-column: auto;
  }
  .solution-feature-caption {
    display: grid;
  }
  .solution-feature-caption span {
    white-space: normal;
  }
  .solution-capability-card {
    min-height: 220px;
  }
  .solution-sector-grid {
    grid-template-columns: 1fr;
  }
  .solution-sector-card {
    min-height: 210px;
  }
}

/* Kart */
.ref-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ref-meta .ref-title {
  font-size: 12px;
  color: #bcc1c7;
}
.ref-meta .ref-sub {
  font-size: 12px;
  color: #9096a0;
  margin-top: 2px;
}
.ref-media {
  width: 100%;
  /* görsel oranı örnek */
  overflow: hidden;
  border-radius: 4px;
  background: #151515;
}
.ref-media img {
  width: 100%;
  height: 444px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ref-card:hover .ref-media img {
  transform: scale(1.04);
}

.mtop-64 {
  margin-top: 64px;
}

.prose p.stat-desc {
  margin-bottom: 0px !important;
}

/* — izole stiller (prefix: kref-) — */
.kref-toolbar {
  margin-bottom: 38px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(8, 11, 20, 0.14);
}
.kref-toolbar-eyebrow,
.kref-sort-field label {
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(8, 11, 20, 0.5);
}
.kref-toolbar-controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.kref-category-field {
  display: grid;
  flex: 1 1 auto;
  gap: 17px;
  min-width: 0;
}
.kref-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  min-width: 0;
}
.kref-tab {
  position: relative;
  padding: 0 0 7px;
  border: 0;
  background: transparent;
  color: rgba(8, 11, 20, 0.55);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.kref-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--accent);
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.kref-tab:hover {
  color: #080b14;
}
.kref-tab.is-active {
  color: #080b14;
}
.kref-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
.kref-sort-field {
  display: grid;
  flex: 0 0 170px;
  gap: 12px;
}
.kref-sort-wrap {
  position: relative;
}
.kref-sort-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #080b14;
  border-bottom: 1px solid #080b14;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}
.kref-sort-wrap select {
  width: 100%;
  height: 27px;
  padding: 0 28px 6px 0;
  border: 0;
  border-bottom: 1px solid rgba(8, 11, 20, 0.3);
  border-radius: 0;
  background: transparent;
  color: #080b14;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  appearance: none;
}
.kref-sort-wrap select:focus-visible,
.kref-tab:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.kref-area {
  padding: 64px 0;
}
.kmap-area {
  padding: 64px 0 20px;
}
.project-map-visual {
  position: relative;
}
.project-map-city-tooltip.il-isimleri {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 10px 12px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-100% - 10px));
  transition: opacity 0.18s ease;
  box-shadow: 0 14px 28px -20px rgba(0, 0, 0, 0.45);
}
.project-map-city-tooltip.is-visible {
  opacity: 1;
}
.svg-turkiye-haritasi {
  position: relative;
  aspect-ratio: 1007.478 / 527.323;
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 158, 11, 0.12), rgba(245, 158, 11, 0) 24%),
    radial-gradient(circle at 82% 65%, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  overflow: hidden;
}
.svg-turkiye-haritasi object {
  display: block;
  width: 100%;
  height: 100%;
}
.kref-aside {
  padding-top: 10px;
}
.kref-kicker {
  font-size: 16px;
  letter-spacing: 0.02em;
  opacity: 0.7;
  margin: 0 0 6px;
}
.kref-total {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.05;
}
.kref-unit {
  font-weight: 600;
  font-size: 0.75em;
  opacity: 0.9;
  margin-left: 4px;
}
.kref-sub {
  margin-top: 6px;
  font-size: 16px;
}
.kref-stats.is-multiple {
  display: grid;
  gap: 22px;
}
.kref-stats.is-multiple .kref-total {
  font-size: 34px;
}
.kref-stats.is-multiple .kref-sub {
  font-size: 16px;
  line-height: 1.4;
}
.kref-select-field {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.kref-select-field label {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  line-height: 1;
}
.kref-select-wrap {
  position: relative;
}
.kref-select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}
.kref-select-wrap select {
  width: 100%;
  min-height: 42px;
  padding: 0 38px 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  appearance: none;
}
.kref-select-wrap select:focus {
  outline: none;
  border-color: #111;
}
.kref-filter {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.kref-filter-label {
  margin: 0 0 6px;
  font-size: 14px;
  opacity: 0.7;
}
.kref-filter-city {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}
.kref-filter-count {
  font-size: 14px;
  opacity: 0.74;
}
.kref-filter-count strong {
  opacity: 1;
}
.kref-clear {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 16px;
  padding: 0 15px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 14px;
  text-decoration: none;
}
.kref-clear:hover {
  background: #111;
  color: #fff;
}
.kref-grid {
  --kref-gap: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--kref-gap);
}
@media (max-width: 1200px) {
  .kref-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .kref-toolbar-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .kref-tabs {
    width: 100%;
  }
  .kref-sort-field {
    flex-basis: auto;
    width: 100%;
  }
  .kref-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .kref-toolbar {
    margin-bottom: 30px;
  }
  .kref-tab {
    flex: 0 1 auto;
    white-space: normal;
  }
  .kref-grid {
    grid-template-columns: 1fr;
  }
}
.kref-card {
  list-style: none;
}
.kref-card[hidden] {
  display: none !important;
}
.kref-media {
  display: block;
  overflow: hidden;
  background: #111;
}
.kref-media img {
  width: 100%;
  display: block;
  transform: scale(1.001);
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
  height: 205px;
}
.kref-card:hover .kref-media img {
  transform: scale(1.04);
}

.kref-meta {
  margin-top: 10px;
  color: #000;
}
.kref-title {
  font-size: 16px;
  margin: 0 0 2px;
  font-weight: 600;
}
.kref-place {
  font-size: 16px;
  opacity: 0.9;
}
.kref-loc {
  font-size: 16px;
  opacity: 0.7;
  font-weight: 600;
}
.kref-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  opacity: 0.9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.kref-more:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
}
@media (max-width: 640px) {
  .kmap-area {
    padding-top: 48px;
  }
  .svg-turkiye-haritasi {
    aspect-ratio: 1 / 1.05;
  }
  .project-map-city-tooltip.il-isimleri {
    font-size: 11px;
  }
}

.prose ul {
  padding-left: 13px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.prose h6 {
  font-weight: 600;
}
.prose h6 span {
  font-weight: 400;
}
.prose h6 span a {
  text-decoration: underline;
  color: #1f1f1f;
}
.investor-area {
  padding: 80px 0 80px;
}
.investor-sidebar {
  padding-top: 8px;
}
.investor-sidebar-lead {
  margin: 18px 0 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 16px;
  line-height: 1.7;
}
.investor-nav {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.investor-nav a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
}
.investor-nav a:hover {
  opacity: 0.68;
}
.investor-list {
  display: flex;
  flex-direction: column;
}
.investor-card {
  display: grid;
  grid-template-columns: minmax(140px, 170px) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.investor-card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.investor-card-title {
  font-size: 15px;
  color: rgba(17, 17, 17, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.investor-card-name {
  font-size: 22px;
  line-height: 1.35;
  color: #111;
  font-weight: 400;
}
.investor-card-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.ir-btn {
  min-width: 110px;
  height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  background: #fff;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.ir-btn:hover {
  background: #111;
  color: #fff;
}
.ir-btn--solid {
  background: #111;
  color: #fff;
}
.ir-btn--solid:hover {
  background: #fff;
  color: #111;
}
.investor-detail-head {
  margin-bottom: 32px;
}
.investor-detail-head p {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 16px;
  line-height: 1.7;
}
.contact-overview {
  padding: 80px 0 80px;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.contact-cards--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-card {
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 0;
  padding: 28px 24px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-card-label {
  margin: 0 0 18px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(17, 17, 17, 0.56);
}
.contact-card-title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 500;
  color: #111;
}
.contact-card-copy,
.contact-card-copy a {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  line-height: 1.65;
  text-decoration: none;
}
.contact-layout {
  padding: 16px 0 80px;
}
.contact-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.contact-location-card {
  display: grid;
  grid-template-rows: auto minmax(300px, 1fr);
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  overflow: hidden;
}
.contact-location-info {
  display: grid;
  gap: 12px;
  padding: 26px 24px 24px;
}
.contact-location-info .contact-card-copy + .contact-card-copy {
  margin-top: 2px;
}
.contact-form-row {
  margin-top: 28px;
}
.contact-panel {
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.contact-panel-head {
  padding: 24px 24px 0;
}
.contact-panel-head h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  color: #111;
}
.contact-panel-head p {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.65;
}
.contact-map {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  min-height: 300px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(1) contrast(1.05);
}
.contact-form {
  padding: 24px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-field--full {
  grid-column: 1 / -1;
}
.contact-field span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(17, 17, 17, 0.56);
}

/* Formlarda yalnızca zorunlu alan etiketlerine sakin bir işaret eklenir. */
.form-required > .ca-label::after,
.form-required > .file-info .file-label::after,
.form-required > span:first-child::after,
.form-required-label::after {
  content: " *";
  color: #f15a29 !important;
  font-size: 0.9em;
  font-weight: 600;
  opacity: 0.82;
}
.contact-form .ca-check {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.contact-form .ca-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  flex: 0 0 16px;
  accent-color: #111;
}
.contact-form .ca-check span {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
.contact-input,
.contact-textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 0;
  padding: 15px 16px;
  color: #111;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
}
.contact-input:focus,
.contact-textarea:focus {
  border-color: #111;
}
.contact-textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-submit {
  margin-top: 20px;
  min-width: 160px;
  height: 52px;
  padding: 0 24px;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.contact-submit:hover {
  background: #fff;
  color: #111;
}
.form-recaptcha {
  margin-top: 20px;
}
.ca-row .form-recaptcha {
  width: 100%;
}
.contact-form.is-submitting button[type="submit"],
.careers-apply.is-submitting button[type="submit"],
.burs-upload.is-submitting button[type="submit"] {
  cursor: wait;
  opacity: 1;
}
.contact-form.is-submitting button[type="submit"]::after,
.careers-apply.is-submitting button[type="submit"]::after,
.burs-upload.is-submitting button[type="submit"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -2px;
  animation: form-submit-spinner 0.7s linear infinite;
}
@keyframes form-submit-spinner {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .contact-form.is-submitting button[type="submit"]::after,
  .careers-apply.is-submitting button[type="submit"]::after,
  .burs-upload.is-submitting button[type="submit"]::after {
    animation: none;
  }
}

.contact-page .contact-card,
.contact-page .contact-location-card,
.contact-page .contact-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.contact-page .contact-card-title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  .investor-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .investor-card-actions {
    justify-content: flex-start;
  }
  .investor-card-name {
    font-size: 20px;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .contact-cards--compact,
  .contact-location-grid {
    grid-template-columns: 1fr;
  }
  .contact-map {
    min-height: 320px;
    height: 320px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

.burs-actions {
  position: relative;
  display: flex;
  gap: 16px;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
}
.burs-actions::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(241, 90, 41, 0.55),
    rgba(241, 90, 41, 0)
  );
  opacity: 0;
  pointer-events: none;
  transform: rotate(25deg);
}
.burs-actions-copy {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1;
}
.burs-actions .eyebrow {
  color: rgba(255, 255, 255, 0.65);
}
.burs-actions-copy h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
}
.burs-actions-text {
  margin: 0;
  color: #1f1f1f;
  line-height: 1.6;
  max-width: 500px;
}
.burs-actions .btn-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #1f1f1f;
  border: 1px solid rgb(0 0 0 / 15%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
  width: max-content;
}
.burs-actions .btn-download svg {
  flex: 0 0 auto;
}
.burs-actions .btn-download:hover {
  transform: translateY(-5px);
}
.burs-upload {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 20px 24px;
  background: #1f1f1f;
}
.burs-contact-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  flex: 0 0 100%;
}
.burs-upload .form-recaptcha {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}
.burs-upload .g-recaptcha {
  max-width: 100%;
}
.burs-contact-fields label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}
.burs-contact-input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 8px 12px;
}
.burs-contact-input:focus {
  outline: none;
  border-color: #f15a29;
}
.filebox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 5px 20px 13px;
  border-radius: 0;
  background: #1f1f1f;
  cursor: pointer;
  transition: 0.4s ease;
  width: max-content;
}
.filebox input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.filebox:hover {
  transform: translateY(-4px);
}
.file-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.file-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.file-name {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-trigger {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.upload-note {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.burs-upload .btn-primary {
  align-self: center;
  padding: 10px 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffff;
  font-size: 14px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.burs-upload .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(241, 90, 41, 0.35);
}
@media (max-width: 992px) {
  .burs-actions {
    flex-direction: column;
    padding: 32px;
  }
  .burs-upload {
    width: 100%;
  }
  .burs-contact-fields {
    grid-template-columns: 1fr;
  }
  .burs-upload .btn-primary {
    align-self: stretch;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .burs-actions {
    padding: 28px;
  }
  .filebox {
    flex-direction: column;
    align-items: flex-start;
  }
  .file-trigger {
    width: 100%;
    text-align: center;
  }
}

/* Görsel üstünde kullanılacak “koyu cam” panel */
.bg-glass-dark {
  background: var(--glass-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 0;
  box-shadow: var(--glass-shadow-inset);
}

/* Beyaz zemin için “hafif yüzey” panel */
.bg-surface-light {
  margin-top: 32px;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  border: 1px solid var(--surface-border);
  border-radius: 0;
  box-shadow: var(--surface-shadow-1), var(--surface-shadow-2);
}

/* Kenarlıksız, sadece gölgeli varyant (istersen) */
.bg-surface-float {
  margin-top: 32px;
  background: #fff;
  border-radius: 0;
  box-shadow: var(--surface-shadow-1), var(--surface-shadow-2);
}

/* İnce dikey ayraç – sadece arkaplan */
.bg-v-divider {
  margin-top: 32px;
  width: 1px;
  align-self: stretch;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.1),
    transparent
  );
  border-radius: 1px;
}

/* ===== Careers Apply (page-scoped) ===== */
.careers-apply {
  --ca-bg: #ffffff;
  --ca-surface: #f8fafb;
  --ca-border: #f15a29;
  --ca-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  --ca-radius: 14px;
  --ca-pad: 24px;
  --ca-gap: 20px;
  color: #1f1f1f;
}
.careers-apply .bg-surface-light {
  background: var(--ca-surface);
}

/* Kutular */
.careers-apply .ca-box {
  /* background:var(--ca-bg); */
  /* border:1px solid var(--ca-border); */
  /* border-radius:var(--ca-radius); */
  /* box-shadow:var(--ca-shadow); */
  padding: calc(var(--ca-pad) + 6px) var(--ca-pad) var(--ca-pad);
  margin: 0 0 28px;
  position: relative;
}
.careers-apply .ca-box::after {
  border-radius: 0 0 var(--ca-radius) var(--ca-radius);
  margin: -6px -24px -24px;
}

/* Başlık bloğu */
.careers-apply .ca-box__head {
  margin-bottom: 18px;
}
.careers-apply .ca-title {
  margin: 0;
  font: inherit;
  font-weight: 600;
}
.careers-apply .ca-title-underline {
  display: block;
  width: 30px;
  height: 4px;
  background: #f15a29;
  margin-top: 10px;
}

/* Grid sistem */
.careers-apply .ca-grid {
  display: grid;
  gap: var(--ca-gap);
}
.careers-apply .ca-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.careers-apply .ca-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.careers-apply .ca-field--full {
  grid-column: 1 / -1;
}

/* Alanlar – tipografi miras alır */
.careers-apply .ca-label {
  display: block;
  margin: 0 0 8px;
  color: #1f1f1f;
}
.careers-apply .ca-input,
.careers-apply .ca-textarea {
  width: 100%;
  border: 1px solid;
  background: #fff;
  border-radius: 0;
  padding: 12px 14px;
  color: inherit;
  font: inherit;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  border: 1px solid var(--surface-border);
}
.careers-apply .ca-input:focus,
.careers-apply .ca-textarea:focus {
  outline: 0;
  border-color: #f15a29;
  box-shadow: 0 0 0 4px rgba(50, 132, 255, 0.12);
}

/* Satır ve boşluk yardımcıları */
.careers-apply .ca-row {
  display: flex;
  align-items: start;
  gap: 14px;
}
.careers-apply .ca-row--wrap {
  flex-wrap: wrap;
}
.careers-apply .ca-row--between {
  justify-content: space-between;
}
.careers-apply .ca-row--end {
  justify-content: flex-end;
}
.careers-apply .ca-gap-16 {
  gap: 16px;
}
.careers-apply .ca-mt-16 {
  margin-top: 16px;
}
.careers-apply .ca-mt-24 {
  margin-top: 24px;
}

/* Radio/Checkbox minimalist */
.careers-apply .ca-choice input,
.careers-apply .ca-check input {
  accent-color: #1f1f1f; /* tarayıcı destekli; typografiye dokunmadan */
}
.careers-apply .ca-choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Dosya alanı (custom) */
.careers-apply .ca-file {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.careers-apply .ca-file input {
  display: none;
}
.careers-apply .ca-file__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 0;
  padding: 10px 16px;
  background: #fff;
  color: #1f1f1f;
  border: 1px solid var(--surface-border);
  cursor: pointer;
  user-select: none;
}
.careers-apply .ca-file__button:hover {
  background: #f7f7f7;
}
.careers-apply .ca-file__name {
  color: #1f1f1f;
  opacity: 0.7;
}

/* Butonlar */
.careers-apply .ca-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 0;
  color: #1f1f1f;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid var(--surface-border);
}
.careers-apply .ca-btn--soft {
  background: #fff;
}
.careers-apply .ca-btn--primary {
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}
.careers-apply .ca-btn--primary:hover {
  filter: brightness(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
  .careers-apply .ca-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .careers-apply .ca-grid--2,
  .careers-apply .ca-grid--3 {
    grid-template-columns: 1fr;
  }
  .careers-apply .ca-row--between {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.ca-column {
  flex-direction: column;
}

.career-staj-form {
  margin-top: 20px;
}

.career-planning-page .careers-apply,
.career-planning-page .ca-box,
.career-planning-page .ca-box__head {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.career-planning-page .ca-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.career-planning-page .ca-check input {
  margin-top: 5px;
  flex: 0 0 auto;
}

.career-section-eyebrow {
  position: relative;
  margin: 0;
  padding: 0 0 18px;
  color: #f15a29 !important;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.career-section-eyebrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 18px;
  background: #f15a29 !important;
}

@media (max-width: 991px) {
  .career-planning-page .sub-section .grid-12 > .span-9 { grid-column: 1 / -1; }

  .career-section-eyebrow {
    padding-bottom: 0;
  }
}

/* Proje detay info table */
.knt-specs {
  width: 100%;
  background: #fff; /* varsa yüzey rengine uyumlu */
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  color: #1f1f1f;
}

.knt-specs__row {
  display: grid;
  grid-template-columns: 1fr 1.2fr; /* etiket / değer */
  gap: 24px;
  padding: 16px 20px;
  align-items: center;
  border-top: 1px solid #efefef;
}
.knt-specs__row:first-child {
  border-top: 0;
}

.knt-specs__label {
  line-height: 1.35;
  font-weight: 600;
}
.knt-specs__label small {
  display: block;
  font-weight: 400;
  opacity: 0.65;
}

.knt-specs__value {
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
}

/* Dar ekran: tek sütun, değer alta */
@media (max-width: 768px) {
  .knt-specs__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 16px;
  }
  .knt-specs__value {
    font-weight: 600;
  }
}
.ref-detail-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.reference-detail-nav {
  margin: 0 0 32px;
}
.reference-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(8, 11, 20, 0.34);
  color: #080b14;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.reference-detail-back:hover,
.reference-detail-back:focus-visible {
  border-color: #080b14;
  background: #080b14;
  color: #fff;
}
.reference-detail-logo {
  margin-top: 20px;
}
.reference-detail-logo img {
  display: block;
  width: min(80%, 220px);
  max-height: 100px;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 767px) {
  .reference-detail-nav {
    margin-bottom: 24px;
  }
  .ref-detail-img {
    max-width: 480px;
    margin-bottom: 28px;
  }
}

/* ===== Media Page ===== */
.media-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 20px;
  border-right: 1px solid rgba(8, 11, 20, 0.08);
}
@media (max-width: 1024px) {
  .media-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 11, 20, 0.08);
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
}
.media-sidebar-lead {
  margin: 0;
  color: rgba(8, 11, 20, 0.75);
  font-size: 1rem;
  line-height: 1.6;
}
.media-sidebar-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}
.media-sidebar-stats li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(8, 11, 20, 0.08);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(8, 11, 20, 0.8);
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}
.media-sidebar-stats li:last-child {
  border-bottom: 0;
}
.media-sidebar-stats span {
  min-width: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  border-radius: 0;
  background: rgba(8, 11, 20, 0.12);
  color: #080b14;
  font-weight: 600;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.media-sidebar-stats li:hover {
  color: #080b14;
  padding-left: 6px;
}
.media-sidebar-stats li:hover span {
  background: #080b14;
  color: #fff;
}
.media-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.media-toolbar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid rgba(8, 11, 20, 0.12);
  padding: 20px 22px;
  background: #fff;
}
.media-toolbar-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.media-toolbar-label {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #080b14;
}
.media-filter-line,
.media-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.media-filter-pills--compact .media-filter-pill {
  flex: 1 1 calc(50% - 8px);
}
.media-filter-pill {
  border-radius: 0;
  border: 1px solid rgba(8, 11, 20, 0.22);
  background: #f4f5f7;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #080b14;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.media-filter-pill.is-active {
  background: #080b14;
  color: #fff;
  border-color: #080b14;
}
.media-toolbar-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.media-selection {
  font-size: 0.9rem;
  color: rgba(8, 11, 20, 0.7);
}
.media-selection strong {
  color: #080b14;
  font-weight: 700;
}
.media-selection--count {
  margin-left: auto;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #080b14;
  font-weight: 700;
}
.media-sort {
  border: 1px solid rgba(8, 11, 20, 0.22);
  border-radius: 0;
  background: #fff;
  padding: 8px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.media-sort:hover {
  background: #080b14;
  color: #fff;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.media-grid .blog-card {
  border-radius: 0;
  box-shadow: 0 36px 64px -48px rgba(6, 7, 17, 0.8);
}
.media-grid .blog-title {
  max-width: 100%;
}
@media (max-width: 720px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .media-filter-pills--compact .media-filter-pill {
    flex: 1 1 100%;
  }
}

.media-related {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.media-detail-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(8, 11, 20, 0.14);
}
.media-detail-page .sub-section {
  background: #fff;
}
.media-detail-page .sub-section .prose,
.media-detail-page .sub-section .prose h2,
.media-detail-page .sub-section .prose h3,
.media-detail-page .sub-section .prose p {
  color: #1f1f1f;
}
.media-detail-back,
.media-detail-pagination a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #080b14;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.media-detail-back {
  padding: 0 16px;
  border: 1px solid rgba(8, 11, 20, 0.34);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.media-detail-back:hover,
.media-detail-back:focus-visible {
  border-color: #080b14;
  background: #080b14;
  color: #fff;
}
.media-detail-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.media-detail-pagination a {
  border-bottom: 1px solid transparent;
}
.media-detail-pagination a:hover,
.media-detail-pagination a:focus-visible {
  border-color: currentColor;
}
@media (max-width: 640px) {
  .media-detail-navigation {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .media-detail-pagination {
    justify-content: flex-start;
    gap: 12px 20px;
  }
}
.media-related-head h4 {
  margin: 4px 0 0;
  font-size: 1.4rem;
  color: #080b14;
}
.media-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.media-related-card {
  display: block;
  margin: 0;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border: 1px solid rgba(8, 11, 20, 0.2);
  border-radius: 0;
  background: #0f1118;
}
.media-related-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.media-related-card:hover img {
  transform: scale(1.05);
}

.media-page .media-sidebar,
.media-page .media-content,
.media-page .blog-card,
.media-detail-page .media-related,
.press-page .prose {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media (max-width: 768px) {
  .media-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .media-related-grid {
    grid-template-columns: 1fr;
  }
}


      #page9-timeline .timeline-track{
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 0;
        align-items: start;
      }
      #page9-timeline .timeline-col{
        display: flex;
        flex-direction: column;
        transform: translateY(0);
        transition: transform .78s cubic-bezier(.22,.61,.36,1);
        will-change: transform;
      }
      #page9-timeline .timeline-col:hover{
        transform: translateY(-14px);
      }
      #page9-timeline .timeline-top{
        padding: 0 0 10px 8px;
      }
      #page9-timeline .timeline-top p,
      #page9-timeline .timeline-bottom p{
        margin: 0;
        color: #1f1f1f;
        font-size: 16px;
        line-height: 1.28;
      }
      #page9-timeline .timeline-top p{
        margin-bottom: 8px;
      }
      #page9-timeline .timeline-year{
        margin: 0;
        color: #111111;
        font-size: clamp(44px, 3.2vw, 60px);
        line-height: 0.95;
        font-weight: 700;
        letter-spacing: -0.01em;
      }
      #page9-timeline .kref-media img{
        height: 450px;
        object-fit: cover;
        transform: translateY(0) scale(1);
        transition: transform .9s cubic-bezier(.22,.61,.36,1);
        will-change: transform;
      }
      #page9-timeline .timeline-col:hover .kref-media img{
        transform: translateY(-18px) scale(1.025);
      }
      @media (prefers-reduced-motion: reduce){
        #page9-timeline .timeline-col{
          transition: transform .35s ease;
        }
        #page9-timeline .timeline-col:hover{
          transform: translateY(-8px);
        }
        #page9-timeline .timeline-col:hover .kref-media img{
          transform: translateY(-10px) scale(1.01);
        }
      }
      #page9-timeline .timeline-bottom{
        margin-left: auto;
        width: calc(100% - 8px);
        padding: 10px 8px 0 0;
        text-align: right;
      }
      #page9-timeline .timeline-bottom .timeline-year{
        margin-bottom: 6px;
      }
      @media (max-width: 1399px){
        #page9-timeline .timeline-year{
          font-size: clamp(36px, 3vw, 52px);
        }
      }
      @media (max-width: 1199px){
        #page9-timeline .timeline-track{
          grid-template-columns: repeat(4, minmax(0, 1fr));
          gap: 18px;
        }
        #page9-timeline .timeline-bottom{
          margin-left: 0;
          width: 100%;
          padding-left: 0;
          padding-right: 0;
        }
      }
      @media (max-width: 767px){
        #page9-timeline .timeline-track{
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 16px;
        }
        #page9-timeline .kref-media img{
          height: 300px;
        }
      }

/* Inline styles used in page9.html */
.hero-area { --hero-bg:url('../images/banner.jpg'); background-image:url('../images/banner.jpg'); }

.investor-nav a.active {
    text-decoration: underline;
}

/* ===== Responsive Stabilization ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
}

/* ===== Employee experiences ===== */
.employee-experiences {
  padding: 96px 0;
  background: #f8f8f8;
}
.employee-experiences__intro {
  max-width: 780px;
  margin: 0 0 44px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.7;
}
.employee-experiences__intro p:last-child {
  margin-bottom: 0;
}
.employee-experiences__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.employee-experiences__card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}
.employee-experiences__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #151515;
}
.employee-experiences__frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  inset: 0;
}
.employee-experiences__card-content {
  padding: 24px;
}
.employee-experiences__card h2 {
  margin: 0;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.35;
}
.employee-experiences__card p {
  margin: 10px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}
.employee-experiences__card a {
  display: inline-block;
  margin-top: 18px;
  color: #ec651a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.employee-experiences__card a:hover {
  color: #ba4707;
}

@media (max-width: 767px) {
  .employee-experiences {
    padding: 56px 0;
  }
  .employee-experiences__intro {
    margin-bottom: 28px;
    font-size: 16px;
  }
  .employee-experiences__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .employee-experiences__card-content {
    padding: 20px;
  }
}

body {
  min-width: 320px;
}

.footer-nav a {
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

@media (min-width: 1920px) {
  .container {
    max-width: min(1720px, calc(100vw - 160px));
  }
  .video-hero {
    height: 92vh;
  }
  .hero-card {
    max-width: 1040px;
  }
  .cards-wrap {
    grid-template-columns: repeat(8, minmax(160px, 1fr));
  }
  .sector-card {
    min-height: 380px;
  }
  /* .footer-brand img {
    width: 520px;
  } */
}

@media (max-width: 1399px) {
  .main-nav .nav-list {
    gap: 18px;
  }
  .main-nav .nav-list a,
  .main-nav .nav-list .nav-parent {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .cards-wrap {
    grid-template-columns: repeat(8, minmax(120px, 1fr));
  }
  .sector-card {
    min-height: 300px;
  }
  .card-desc {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  #smooth-wrapper {
    overflow: visible;
  }
  #smooth-content {
    will-change: auto;
  }
  .header-area {
    padding: 18px 0 10px;
  }
  .header-area .row {
    flex-wrap: nowrap;
    row-gap: 0;
    justify-content: space-between;
  }
  .header-area .col {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }
  .header-area .col-auto {
    width: auto;
    flex: 0 0 auto;
  }
  html,
  body {
    overflow-x: clip;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .header-area .col {
    display: none;
  }
  .header-area .mobile-menu-toggle-wrap {
    display: block;
    margin-left: auto;
  }
  .mobile-menu-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    padding: 11px 10px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .mobile-menu-toggle span:not(.visually-hidden) {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
  .mobile-menu-toggle:focus-visible,
  .mobile-menu-close:focus-visible,
  .mobile-nav-list a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }
  .mobile-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.62);
  }
  .mobile-menu {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 1000;
    display: flex;
    width: min(400px, 90vw);
    min-height: 100dvh;
    padding: 22px 24px 36px;
    overflow-y: auto;
    flex-direction: column;
    background: #121212;
    box-shadow: -16px 0 48px rgba(0, 0, 0, 0.34);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    visibility: hidden;
  }
  .mobile-menu.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .mobile-menu-header {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile-menu-close {
    display: grid;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    place-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 30px;
    line-height: 1;
  }
  .mobile-nav-list,
  .mobile-nav-list .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-nav-list {
    display: grid;
    gap: 0;
    padding-top: 14px;
  }
  .mobile-nav-list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobile-nav-list a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
  }
  .mobile-nav-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .mobile-nav-item-link {
    flex: 1 1 auto;
  }
  .mobile-submenu-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    place-items: center;
    background: transparent;
    color: #fff;
  }
  .mobile-submenu-toggle > span:not(.visually-hidden) {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 0.2s ease;
  }
  .mobile-nav-list li.is-expanded > .mobile-nav-item-row .mobile-submenu-toggle > span:not(.visually-hidden) {
    transform: rotate(-135deg) translate(-2px, -2px);
  }
  .mobile-nav-list .sub-menu {
    display: grid;
    gap: 2px;
    padding: 0 0 12px 22px;
  }
  .mobile-nav-list .sub-menu a {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
  }
  .mobile-nav-list .sub-menu .mobile-nav-item-link {
    font-size: 14px;
  }
  .history-page .main-nav {
    max-width: 100%;
    overflow: hidden;
  }
  .history-page .main-nav .nav-list {
    width: 100%;
    min-width: 0;
  }
  .hero-video-area {
    padding-top: 132px;
  }
  .video-hero {
    height: min(78vh, 760px);
  }
  .hero-caption {
    max-width: 70%;
    bottom: 9%;
  }
  .hero-area {
    min-height: 72vh;
    height: auto;
  }
  .hero-area .container {
    padding-block: 140px 48px;
  }
  .hero-card {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
    padding: 26px 24px;
  }
  .hero-title,
  .hero-text {
    grid-column: auto;
  }
  p.hero-text span::before {
    left: -14px;
  }
  .md-start-1 {
    grid-column-start: 1;
  }
  .company-profile-area,
  .sub-section,
  .kref-area,
  .scope-and-refs,
  .investor-area,
  .contact-layout {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .glow-orange,
  .glow-orange-2 {
    display: none;
  }
  .cards-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  .sector-card {
    min-height: 260px;
  }
  .arc-steps-area {
    margin-top: 48px;
  }
  .arc-stage {
    min-height: 760px;
  }
  .center-label {
    width: min(80vw, 560px);
  }
  .white-reveal-area {
    --white-reveal-tail: 0vh;
  }
  .blog-card {
    min-height: 280px;
  }
  .footer-brand {
    margin-top: 22px;
  }
  .footer-brand img {
    width: 220px;
  }
}

@media (max-width: 1024px) {
  .grid-12 {
    column-gap: 20px;
    row-gap: 20px;
  }
  .arc-stage {
    min-height: 620px;
  }
  .arc-title {
    left: 24px;
    top: 28px;
  }
  .apex {
    top: 12%;
  }
  .center-label {
    top: 66%;
    transform: translate(-50%, -20%);
  }
  .white-reveal-area-content,
  .white-reveal-stage {
    min-height: 68vh;
    height: 68vh;
  }
  .white-reveal-portal {
    overflow: hidden;
  }
  .white-img {
    position: absolute;
    clip-path: none;
    --ix: 0%;
    --iy: 0%;
    --rad: 0px;
    background-position: 50% 35%;
  }
  .white-reveal-glow {
    width: min(72vw, 640px);
    height: min(72vw, 640px);
  }
  .footer-nav ul {
    gap: 16px 28px;
  }
}

@media (max-width: 767px) {
  .brand-logo {
    height: 28px;
  }
  .header-area {
    padding-top: 14px;
  }
  .hero-video-area {
    padding-top: 116px;
  }
  .video-hero {
    height: 72vh;
  }
  .frame-content {
    padding: 24px 20px;
  }
  .hero-caption {
    max-width: 88%;
    bottom: 8%;
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-area .container {
    padding-block: 118px 28px;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  p.hero-text {
    gap: 12px;
  }
  p.hero-text span {
    font-size: 18px;
    line-height: 1.3;
  }
  .company-profile-area {
    padding-top: 56px;
  }
  .section-title-area .title-text h3 {
    font-size: 28px;
  }
  .company-profile-text p,
  .prose,
  .contact-card-copy,
  .investor-card-name {
    font-size: 15px;
  }
  .cards-wrap {
    grid-template-columns: 1fr;
  }
  .sector-card {
    min-height: 220px;
  }
  .card-title {
    min-height: auto;
  }
  .arc-stage {
    min-height: 520px;
  }
  .arc-svg {
    opacity: 0.35;
  }
  .apex-ring {
    width: 52px;
    height: 52px;
  }
  .apex-pin {
    height: 86px;
  }
  .center-label {
    width: calc(100vw - 40px);
    top: 68%;
  }
  .center-label h3 {
    font-size: 28px;
  }
  .white-reveal-area-content,
  .white-reveal-stage {
    min-height: 56vh;
    height: 56vh;
  }
  .impact-stats-area {
    margin-top: 0;
    padding-top: 48px;
  }
  .stat-card {
    padding-inline: 0;
  }
  .blog-card {
    min-height: 260px;
    height: 260px;
    border-radius: 0;
  }
  .blog-overlay-top {
    gap: 10px;
    font-size: 11px;
  }
  .blog-tag {
    padding: 5px 10px;
  }
  .footer-area {
    padding: 30px 0 22px;
  }
  .footer-area-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding-bottom: 20px;
  }
  .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    width: 100%;
  }
  .footer-nav a {
    font-size: 13px;
  }
  .footer-follow {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-social {
    flex-wrap: wrap;
  }
  .footer-brand {
    margin-top: 18px;
  }
  .footer-brand img {
    width: min(200px, 58vw);
  }
}

@media (max-width: 575px) {
  :root {
    --container-pad: 16px;
  }
  .hero-card {
    padding: 20px 18px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 1.38;
  }
  .gallery-area,
  .kref-area,
  .contact-overview {
    padding-bottom: 48px;
  }
  .contact-card {
    min-height: 180px;
    padding: 22px 18px;
  }
  .contact-panel-head,
  .contact-form {
    padding-inline: 18px;
  }
}

@media (max-width: 767px) {
  body.history-page,
  body.history-page #smooth-wrapper,
  body.history-page #smooth-content {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .history-page .header-area .container,
  .history-page .history-flow .container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .history-page .history-flow-grid {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .history-page .history-flow-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
  .history-page .history-flow-statement {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
  .history-page .history-flow-statement p {
    flex: 1 1 0;
    max-width: calc(100vw - 104px);
    min-width: 0;
    font-size: 22px;
  }
  .history-page .history-flow-timeline {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .history-page .history-flow-timeline-item p {
    max-width: calc(100vw - 86px);
  }
}

/* ===== Homepage Only Responsive Controls ===== */
.home-page .company-profile-area-content {
  max-width: 100%;
}

.home-page .company-profile-text p {
  max-width: 980px;
}

.home-page .solutions-cards-area-content {
  overflow: clip;
}

.home-page .cards-wrap {
  width: 100%;
  max-width: 1320px;
  gap: 12px;
}

.home-page .sector-card {
  padding: 18px;
}

.home-page .card-desc {
  max-width: none;
}

@media (min-width: 1920px) {
  .home-page .hero-video-area {
    padding-top: 0;
  }
  .home-page .video-hero {
    height: min(86vh, 980px);
  }
  .home-page .company-profile-area {
    padding: 72px 0 56px;
  }
  .home-page .cards-wrap {
    max-width: 1480px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }
  .home-page .sector-card {
    min-height: 400px;
    padding: 22px;
  }
  .home-page .card-desc {
    font-size: 18px;
    line-height: 1.42;
  }
  .home-page .card-title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1919px) {
  .home-page .video-hero {
    height: min(82vh, 900px);
  }
  .home-page .company-profile-area {
    padding: 64px 0 48px;
  }
  .home-page .cards-wrap {
    max-width: 1280px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .home-page .sector-card {
    min-height: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .hero-video-area {
    padding-top: 0;
  }
  .home-page .video-hero {
    height: min(72vh, 760px);
  }
  .home-page .company-profile-area {
    padding: 56px 0 44px;
  }
  .home-page .cards-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: none;
  }
  .home-page .sector-card {
    min-height: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-page .hero-video-area {
    padding-top: 0;
  }
  .home-page .video-hero {
    height: 68vh;
  }
  .home-page .hero-caption {
    max-width: min(78vw, 560px);
    left: 24px;
    right: 24px;
    bottom: 7%;
  }
  .home-page .company-profile-area {
    padding: 48px 0 40px;
  }
  .home-page .section-title-area .title-text h3 {
    font-size: 32px;
  }
  .home-page .company-profile-text p {
    font-size: 16px;
    line-height: 1.65;
  }
  .home-page .cards-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .home-page .sector-card {
    min-height: 240px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-page .hero-video-area {
    padding-top: 0;
  }
  .home-page .video-hero {
    height: 64vh;
  }
  .home-page .frame-content {
    padding: 22px 18px;
  }
  .home-page .hero-caption {
    max-width: 92%;
    left: 18px;
    right: 18px;
    bottom: 7%;
    font-size: 15px;
  }
  .home-page .company-profile-area {
    padding: 42px 0 36px;
  }
  .home-page .cards-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .home-page .sector-card {
    min-height: 220px;
    padding: 16px;
  }
  .home-page .card-desc {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  .home-page .hero-video-area {
    padding-top: 0;
  }
  .home-page .video-hero {
    height: 60vh;
  }
  .home-page .frame-content {
    padding: 20px 16px;
  }
  .home-page .hero-caption {
    max-width: 92%;
    left: 16px;
    right: 16px;
    bottom: 6%;
    font-size: 15px;
    line-height: 1.4;
  }
  .home-page .company-profile-area {
    padding: 40px 0 32px;
  }
  .home-page .section-title-area .title-text h3 {
    font-size: 28px;
  }
  .home-page .company-profile-text p {
    font-size: 15px;
    line-height: 1.65;
  }
  .home-page .cards-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-page .sector-card {
    min-height: 210px;
    padding: 16px;
  }
  .home-page .card-desc {
    font-size: 15px;
    line-height: 1.38;
  }
  .home-page .card-title {
    margin-top: 20px;
    font-size: 17px;
  }
}
