:root {
  --kcs-blue: #104f98;
  --kcs-blue-dark: rgb(30, 35, 76);
  --brand-navy: rgb(30, 35, 76);
  --kcs-gold: #c29a2e;
  --kcs-green: #3f7a17;
  --kcs-brown: #935705;
  --ink: #172033;
  --muted: #647084;
  --line: #d8dde5;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --site-header-height: 108px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

main {
  flex: 1 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--kcs-blue);
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--brand-navy);
  box-shadow: 0 10px 30px rgba(4, 14, 38, 0.2);
}

.top-strip {
  background: var(--kcs-blue-dark);
  color: #f3f7fb;
  font-size: 0.86rem;
}

.top-strip__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top-strip a {
  color: #ffffff;
  font-weight: 700;
}

.site-nav {
  min-height: 78px;
  padding: 0.62rem 0;
  border: 0;
  background: var(--brand-navy);
}

.brand {
  width: 150px;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0;
}

.brand img {
  width: 142px;
  height: auto;
  border: 0;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.nav-link {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.7rem 0.78rem !important;
}

.nav-link:hover,
.nav-link:focus {
  color: #f0c34f;
}

.nav-link--strong {
  color: #ffffff;
}

.nav-caret {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-left: 0.28rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.culture-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 1rem;
  padding: 0.25rem;
  background: #eef3f8;
  border-radius: 8px;
}

.culture-switch__item {
  min-width: 38px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}

.culture-switch__item.is-active {
  color: #ffffff;
  background: var(--kcs-blue);
}

.language-menu {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-left: 1rem;
  color: #ffffff;
}

.language-option {
  width: 34px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
}

.language-option:hover,
.language-option:focus {
  background: rgba(255, 255, 255, 0.12);
}

.language-option.is-active {
  box-shadow: 0 0 0 2px var(--kcs-gold);
}

.flag-icon {
  position: relative;
  width: 27px;
  height: 18px;
  flex: 0 0 27px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.flag-tr {
  background: #e21d2b;
}

.flag-tr::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 3px 0 0 #e21d2b;
}

.flag-tr::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 6px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.flag-en {
  background:
    linear-gradient(90deg, transparent 42%, #ffffff 42% 58%, transparent 58%),
    linear-gradient(0deg, transparent 36%, #ffffff 36% 64%, transparent 64%),
    linear-gradient(35deg, transparent 44%, #ffffff 44% 56%, transparent 56%),
    linear-gradient(-35deg, transparent 44%, #ffffff 44% 56%, transparent 56%),
    #173b7a;
}

.flag-en::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 46%, #d71920 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 42%, #d71920 42% 58%, transparent 58%);
}

.hero {
  position: relative;
  height: calc(100vh - var(--site-header-height));
  height: calc(100svh - var(--site-header-height));
  min-height: 520px;
  display: block;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--brand-navy);
}

.hero-slider,
.hero-slider .carousel-item {
  height: 100%;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  box-shadow: none;
}

.hero-production-overlay {
  position: absolute;
  left: clamp(1rem, 3.8vw, 4.25rem);
  bottom: clamp(1rem, 4.8vh, 3.4rem);
  z-index: 2;
  width: min(46vw, 590px);
  max-width: calc(100% - 3rem);
  padding: clamp(0.95rem, 1.45vw, 1.28rem) clamp(1rem, 1.9vw, 1.65rem) clamp(1.25rem, 1.75vw, 1.55rem);
  border-left: 4px solid #c29a2e;
  border-radius: 0 16px 16px 0;
  color: #ffffff;
  background:
    linear-gradient(100deg, rgba(7, 12, 16, 0.82) 0%, rgba(8, 13, 17, 0.72) 63%, rgba(8, 13, 17, 0.44) 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(4px);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hero-production-overlay h2 {
  margin: 0 0 clamp(0.75rem, 1.15vw, 1rem);
  color: #ffffff;
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-production-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.hero-production-stat {
  display: grid;
  justify-items: center;
  gap: 0.26rem;
  min-width: 0;
  padding: 0 0.72rem;
  position: relative;
  text-align: center;
}

.hero-production-stat + .hero-production-stat {
  border-left: 0;
}

.hero-production-stat + .hero-production-stat::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0.25rem;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.34);
}

.hero-production-icon {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
}

.hero-production-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-production-stat strong {
  color: #ffffff;
  font-size: clamp(1.02rem, 1.55vw, 1.32rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-production-stat span:last-child {
  color: #ffffff;
  font-size: clamp(0.72rem, 0.95vw, 0.88rem);
  line-height: 1.15;
  font-weight: 600;
}

.hero:hover .hero-production-overlay,
.hero:focus-within .hero-production-overlay {
  opacity: 1;
  transform: translateY(0);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  box-shadow: none;
}

.hero::after {
  display: none;
}

.hero-slider-control {
  z-index: 3;
  width: 5rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hero:hover .hero-slider-control,
.hero:focus-within .hero-slider-control {
  opacity: 0.94;
}

.hero-slider-control .carousel-control-prev-icon,
.hero-slider-control .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(30, 35, 76, 0.72);
  background-size: 48%;
  box-shadow: 0 10px 24px rgba(30, 35, 76, 0.24);
}

@media (hover: none) {
  .hero-production-overlay {
    display: none;
  }

  .hero-slider-control {
    width: 3.75rem;
    opacity: 0.86;
  }

  .hero-slider-control .carousel-control-prev-icon,
  .hero-slider-control .carousel-control-next-icon {
    width: 2.45rem;
    height: 2.45rem;
  }
}

@media (max-width: 1199.98px) and (hover: hover) {
  .hero-production-overlay {
    width: min(68vw, 560px);
  }
}

.hero-content {
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--kcs-gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4.1rem;
  line-height: 1.04;
  font-weight: 800;
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: #edf4fb;
  font-size: 1.12rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button-primary,
.button-secondary,
.download-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
}

.button-primary {
  padding: 0.9rem 1.35rem;
  color: #092a4d;
  background: var(--kcs-gold);
}

.button-secondary {
  padding: 0.9rem 1.35rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.section {
  padding: 5rem 0;
}

.home-overview {
  position: relative;
  padding: clamp(3.5rem, 6vw, 6.25rem) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%),
    radial-gradient(circle at 8% 18%, rgba(194, 154, 46, 0.1), transparent 28rem);
}

.home-overview__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.home-overview__copy {
  max-width: 680px;
}

.home-overview__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.95rem;
  color: #c29a2e;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-overview__eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 99px;
  background: #c29a2e;
}

.home-overview h2 {
  margin: 0 0 1.15rem;
  color: #1e234c;
  font-size: clamp(2rem, 3.4vw, 2.78rem);
  line-height: 1.08;
  font-weight: 800;
}

.home-overview__copy h2 {
  white-space: nowrap;
}

.home-overview__copy p:not(.home-overview__eyebrow),
.home-solution__panel p:not(.home-overview__eyebrow) {
  margin: 0;
  color: #536078;
  font-size: 1rem;
  line-height: 1.78;
}

.home-overview__copy p + p,
.home-solution__panel p + p {
  margin-top: 0.85rem;
}

.home-overview__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-stat-card {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 1.25rem;
  border: 1px solid rgba(30, 35, 76, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(30, 35, 76, 0.08);
}

.home-stat-card__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  border: 2px solid rgba(194, 154, 46, 0.9);
  border-radius: 10px;
  position: relative;
}

.home-stat-card__icon::before,
.home-stat-card__icon::after {
  content: "";
  position: absolute;
  background: #1e234c;
}

.home-stat-card__icon--factory::before {
  left: 8px;
  bottom: 8px;
  width: 20px;
  height: 12px;
}

.home-stat-card__icon--factory::after {
  right: 7px;
  bottom: 8px;
  width: 5px;
  height: 22px;
}

.home-stat-card__icon--people {
  border-radius: 50%;
}

.home-stat-card__icon--people::before {
  width: 10px;
  height: 10px;
  left: 13px;
  top: 7px;
  border-radius: 50%;
}

.home-stat-card__icon--people::after {
  left: 9px;
  bottom: 8px;
  width: 18px;
  height: 10px;
  border-radius: 10px 10px 4px 4px;
}

.home-stat-card__icon--export::before {
  left: 8px;
  top: 9px;
  width: 20px;
  height: 2px;
  transform: rotate(-28deg);
}

.home-stat-card__icon--export::after {
  right: 7px;
  top: 6px;
  width: 8px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.home-stat-card__icon--concrete::before {
  left: 8px;
  bottom: 8px;
  width: 22px;
  height: 18px;
  clip-path: polygon(50% 0, 100% 28%, 100% 100%, 0 100%, 0 28%);
}

.home-stat-card strong {
  color: #1e234c;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  font-weight: 800;
}

.home-stat-card span:last-child {
  color: #526079;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-solution {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: 1.25rem;
  align-items: stretch;
  margin-top: clamp(2rem, 4.5vw, 4.5rem);
}

.home-solution__panel {
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(30, 35, 76, 0.98), rgba(30, 35, 76, 0.92)),
    url("/img/home-slider/Kcs_fabrika2.jpg") center/cover no-repeat;
  box-shadow: 0 22px 48px rgba(30, 35, 76, 0.16);
  overflow: hidden;
}

.home-solution__panel h2 {
  max-width: 720px;
  color: #ffffff;
}

.home-solution__panel p:not(.home-overview__eyebrow) {
  max-width: 850px;
  color: rgba(255, 255, 255, 0.84);
}

.home-experience {
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  color: #1e234c;
  background: #c29a2e;
  box-shadow: 0 22px 48px rgba(194, 154, 46, 0.18);
}

.home-experience strong {
  color: #ffffff;
  font-size: clamp(3.4rem, 6vw, 5.3rem);
  line-height: 1;
  font-weight: 900;
}

.home-experience span {
  margin-top: 0.35rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-band,
.sustainability-band {
  background: var(--soft);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 3rem;
  align-items: center;
}

.split-layout--reverse {
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
}

.split-layout h2,
.section-heading h2,
.page-hero h1 {
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.18;
  font-weight: 800;
}

.split-layout p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.feature-image {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.metric-row div {
  min-height: 104px;
  padding: 1.1rem;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(16, 31, 54, 0.08);
}

.metric-row strong,
.metric-row span {
  display: block;
}

.metric-row strong {
  color: var(--kcs-blue);
  font-size: 1.55rem;
  line-height: 1.1;
}

.metric-row span {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-heading {
  margin-bottom: 2rem;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
  gap: 1.25rem;
}

.certificate-grid--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.certificate-page-section .certificate-grid {
  max-width: 900px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
}

.certificate-card {
  --accent: var(--kcs-blue);
  --accent-soft: #e5f1ff;
  --accent-border: #a6cffc;
  display: flex;
  min-height: 414px;
  flex-direction: column;
  border: 1px solid #d1d5dc;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 31, 54, 0.08);
  overflow: hidden;
}

.certificate-card--performance {
  --accent: var(--kcs-green);
  --accent-soft: #edf8e6;
  --accent-border: #b7da9d;
}

.certificate-card--safety {
  --accent: var(--kcs-brown);
  --accent-soft: #fff2dc;
  --accent-border: #f7c36c;
}

.certificate-card--green {
  --accent: #5b8c27;
  --accent-soft: #eef8e5;
  --accent-border: #b8d997;
}

.certificate-card--system {
  --accent: #2d5f73;
  --accent-soft: #e5f4f7;
  --accent-border: #a9d3de;
}

.certificate-card--catalog {
  --accent: #59616f;
  --accent-soft: #eef1f5;
  --accent-border: #c7ced9;
}

.document-preview {
  padding: 12px 12px 0;
}

.document-preview__paper {
  position: relative;
  height: 282px;
  padding: 0 18px 18px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: linear-gradient(#ffffff, #f8f8f8);
  overflow: hidden;
}

.document-preview__title {
  min-height: 52px;
  margin: 14px -4px 18px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  background: var(--accent);
  font-size: 0.98rem;
  font-weight: 800;
  text-transform: uppercase;
}

.document-preview__lines {
  display: grid;
  gap: 0.58rem;
}

.document-preview__lines span {
  height: 5px;
  border-radius: 99px;
  background: #e8e8e8;
}

.document-preview__lines span:first-child {
  width: 68%;
  background: #d5d2cb;
}

.document-preview__lines span:nth-child(2) {
  width: 84%;
}

.document-preview__lines span:nth-child(3) {
  width: 74%;
}

.document-preview__lines span:nth-child(4) {
  width: 46%;
}

.document-preview__callout {
  height: 38px;
  margin: 16px 0 14px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--accent-border);
  border-radius: 4px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-preview__lines--short span:first-child {
  width: 54%;
  background: #e8e8e8;
}

.document-preview__lines--short span:nth-child(2) {
  width: 70%;
}

.document-preview__lines--short span:nth-child(3) {
  width: 48%;
}

.document-preview__badge {
  position: absolute;
  right: 16px;
  bottom: 10px;
  min-width: 48px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.45rem;
  border-radius: 4px;
  color: #ffffff;
  background: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
}

.certificate-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.9rem 0.85rem 0.85rem;
}

.certificate-card__body p {
  margin: 0 0 0.28rem;
  color: #818181;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.certificate-card__body h2 {
  min-height: 40px;
  margin: 0;
  color: #1d1d1f;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}

.certificate-card__body > span {
  display: block;
  margin: 0.25rem 0 0.8rem;
  color: #777;
  font-size: 0.82rem;
  font-weight: 800;
}

.download-button {
  width: 100%;
  margin-top: auto;
  color: var(--accent);
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px var(--accent-border);
}

.page-hero {
  padding: 5rem 0 4rem;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(30, 35, 76, 0.96), rgba(30, 35, 76, 0.88)),
    url("/img/hero-factory.jpg") center/cover no-repeat;
  background-color: var(--brand-navy);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #eaf2fb;
}

.page-hero--documents {
  background:
    linear-gradient(90deg, rgba(30, 35, 76, 0.96), rgba(30, 35, 76, 0.88)),
    url("/img/management-systems.jpg") center/cover no-repeat;
  background-color: var(--brand-navy);
}

.certificate-page-section,
.document-group:nth-of-type(odd) {
  background: #fbfcfe;
}

.text-link {
  display: inline-flex;
  margin-top: 1.25rem;
  color: var(--kcs-blue);
  font-weight: 800;
}

.cement-types-page {
  padding: 0.35rem 0 4.4rem;
  background:
    radial-gradient(circle at top left, rgba(16, 79, 152, 0.06), transparent 32rem),
    #ffffff;
}

.cement-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  min-height: 235px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--brand-navy);
  box-shadow: 0 16px 42px rgba(22, 36, 68, 0.13);
}

.cement-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.78rem 2.45rem;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(30, 35, 76, 1), rgba(30, 35, 76, 0.94) 58%, rgba(30, 35, 76, 0.78)),
    radial-gradient(circle at 75% 52%, rgba(197, 154, 46, 0.12), transparent 20rem);
}

.cement-kicker {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin: 0 0 0.38rem;
  color: #e6b83e;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cement-kicker::before,
.cement-panel-header h2::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: #e6b83e;
}

.cement-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 2.16rem;
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.cement-title-rule {
  width: 56px;
  height: 3px;
  margin: 0.56rem 0 0.72rem;
  border-radius: 99px;
  background: #e6b83e;
}

.cement-hero__copy > p:not(.cement-kicker) {
  max-width: 390px;
  margin: 0;
  color: #f2f5fb;
  font-size: 0.84rem;
  line-height: 1.38;
}

.cement-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-top: 0.95rem;
}

.cement-feature-list span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 600;
}

.cement-feature-list span + span {
  padding-left: 0.82rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 2px solid #d2a638;
  border-radius: 50%;
}

.feature-icon--shield {
  border-radius: 8px 8px 14px 14px;
}

.feature-icon--leaf {
  border-radius: 70% 0 70% 0;
  transform: rotate(-18deg);
}

.feature-icon--check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #d2a638;
  border-bottom: 2px solid #d2a638;
  transform: rotate(-45deg);
}

.cement-hero__visual {
  min-height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  background: #f3f3f1;
}

.cement-hero__visual--photo {
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: transparent;
}

.cement-hero__visual img {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 248px;
  object-fit: contain;
}

.cement-hero__visual--photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.cement-types-panel {
  margin-top: 1.25rem;
  padding: 1.7rem 3.8rem 1.05rem;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.96)),
    radial-gradient(circle at 88% 20%, rgba(16, 79, 152, 0.08), transparent 22rem);
  box-shadow: 0 18px 48px rgba(22, 36, 68, 0.09);
}

.cement-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.cement-panel-header h2 {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.42rem;
  font-weight: 900;
  text-transform: uppercase;
}

.technical-docs-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.58rem 1.18rem;
  border-radius: 999px;
  color: var(--brand-navy);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(194, 154, 46, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.docs-icon {
  position: relative;
  width: 16px;
  height: 20px;
  border: 2px solid var(--brand-navy);
  border-radius: 3px;
}

.docs-icon::before,
.docs-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  height: 2px;
  background: var(--brand-navy);
}

.docs-icon::before {
  top: 6px;
}

.docs-icon::after {
  top: 11px;
}

.cement-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 2rem;
}

.cement-type-card {
  min-height: 116px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 1.1rem 0.5rem 0.75rem;
  border: 1px solid rgba(217, 224, 234, 0.75);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(22, 36, 68, 0.08);
}

.cement-type-card--astm {
  background: linear-gradient(90deg, #f4ffe9, #ffffff 72%);
}

.cement-type-card__image {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cement-type-card__image img {
  max-width: 104px;
  max-height: 106px;
  object-fit: contain;
}

.cement-type-card__content h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.12rem;
  line-height: 1.22;
  font-weight: 900;
}

.cement-type-card__content p {
  margin: 0.35rem 0 0;
  color: #334564;
  font-size: 0.92rem;
  line-height: 1.2;
}

.cement-type-card__content span {
  display: block;
  margin-top: 1.15rem;
  color: #2b3b59;
  font-size: 0.76rem;
  font-weight: 700;
}

.cement-type-card__action {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #c09431;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(194, 154, 46, 0.75);
}

.cement-type-card__action span {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.cement-support-strip {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 0.75rem 1.15rem 0.75rem 2.25rem;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  background: #fbfcfe;
}

.cement-support-strip__message {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.support-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid #31466b;
  border-radius: 50%;
}

.support-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 9px;
  border: 2px solid #31466b;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.support-icon::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -9px;
  height: 14px;
  border: 2px solid #31466b;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.cement-support-strip p {
  margin: 0;
  color: #31466b;
  font-weight: 600;
}

.contact-pill {
  min-width: 236px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border-radius: 999px;
  color: #ffffff;
  background: #0c2355;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-pill span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.cement-detail-page {
  padding: 1.25rem 0 4.5rem;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%),
    #ffffff;
}

.cement-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: var(--brand-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.cement-detail-back span {
  width: 9px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.cement-detail-hero {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.12fr);
  gap: 1.65rem;
  padding: 1.2rem;
  border: 1px solid rgba(214, 222, 233, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(22, 36, 68, 0.1);
}

.cement-detail-visual {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f4f7fb 54%, #e9eef5 100%);
}

.cement-detail-visual::before,
.cement-detail-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  pointer-events: none;
}

.cement-detail-visual::before {
  width: 560px;
  height: 560px;
  right: -260px;
  top: -150px;
}

.cement-detail-visual::after {
  width: 360px;
  height: 360px;
  right: -150px;
  bottom: -180px;
}

.cement-detail-logo {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 2;
  width: 92px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(22, 36, 68, 0.12);
}

.cement-detail-logo img {
  width: 100%;
  height: auto;
}

.cement-detail-product {
  position: relative;
  z-index: 1;
  width: min(68%, 300px);
  max-height: 310px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(22, 36, 68, 0.18));
}

.cement-detail-info {
  display: grid;
  gap: 1rem;
  align-content: stretch;
}

.cement-detail-info-card,
.cement-usage-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  padding: 1.25rem 1.55rem;
  border: 1px solid rgba(213, 222, 235, 0.95);
  border-left: 4px solid #00479d;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 36, 68, 0.08);
}

.cement-detail-info-card--wide {
  align-items: flex-start;
}

.cement-detail-info-card h2,
.cement-usage-card h2,
.cement-document-section h2,
.cement-detail-table-section h2 {
  margin: 0;
  color: #003f93;
  font-size: 1.48rem;
  line-height: 1.2;
  font-weight: 900;
}

.cement-detail-info-card p,
.cement-usage-card p {
  margin: 0.55rem 0 0;
  color: #20314f;
  font-size: 1rem;
  line-height: 1.65;
}
.cement-advantages-list {
  display: grid;
  gap: 0.5rem;
  margin: 0.7rem 0 0;
  padding-left: 1.15rem;
  color: #20314f;
  font-size: 1rem;
  line-height: 1.55;
}

.cement-advantages-list li::marker {
  color: #e3212c;
}

.cement-detail-icon,
.cement-usage-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f7fc;
  box-shadow: 0 8px 22px rgba(22, 36, 68, 0.1);
}

.cement-detail-icon::before,
.cement-detail-icon::after,
.cement-usage-icon::before,
.cement-usage-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.cement-detail-icon--box::before {
  width: 24px;
  height: 24px;
  border: 3px solid #00479d;
  border-radius: 5px;
  transform: rotate(45deg) skew(-8deg, -8deg);
}

.cement-detail-icon--box::after {
  width: 16px;
  height: 3px;
  background: #00479d;
  transform: rotate(24deg);
}

.cement-detail-icon--certificate::before,
.cement-detail-icon--document::before {
  width: 24px;
  height: 30px;
  border: 3px solid #00479d;
  border-radius: 5px;
}

.cement-detail-icon--certificate::after {
  width: 12px;
  height: 12px;
  right: 15px;
  bottom: 14px;
  border: 3px solid #00479d;
  border-radius: 50%;
  background: #f3f7fc;
}

.cement-detail-icon--document::after {
  width: 14px;
  height: 11px;
  left: 22px;
  top: 20px;
  border-top: 3px solid #00479d;
  border-bottom: 3px solid #00479d;
}

.cement-usage-card {
  grid-template-columns: 78px minmax(0, 1fr);
  margin-top: 1rem;
  border-left: 0;
}

.cement-usage-card h2,
.cement-document-section h2,
.cement-detail-table-section h2 {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 0.42rem;
}

.cement-usage-card h2::after,
.cement-document-section h2::after,
.cement-detail-table-section h2::after {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: #e3212c;
}

.cement-usage-icon::before {
  width: 30px;
  height: 32px;
  left: 14px;
  bottom: 13px;
  border: 3px solid #00479d;
  border-radius: 4px 4px 0 0;
}

.cement-usage-icon::after {
  width: 18px;
  height: 22px;
  right: 11px;
  bottom: 13px;
  border: 3px solid #00479d;
  border-radius: 4px 4px 0 0;
  background:
    linear-gradient(#00479d, #00479d) 50% 7px / 8px 3px no-repeat,
    linear-gradient(#00479d, #00479d) 50% 14px / 8px 3px no-repeat,
    #f3f7fc;
}

.cement-detail-table-section,
.cement-document-section {
  margin-top: 1.35rem;
}

.cement-detail-table-wrap {
  margin-top: 0.85rem;
  overflow-x: auto;
  border: 1px solid rgba(214, 222, 233, 0.95);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 36, 68, 0.07);
}

.cement-detail-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: #20314f;
}

.cement-detail-table th,
.cement-detail-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid #e6ebf2;
  text-align: left;
  font-size: 0.95rem;
}

.cement-detail-table th {
  color: #003f93;
  background: #f5f8fc;
  font-weight: 900;
}

.cement-detail-table tbody tr:last-child td {
  border-bottom: 0;
}

.cement-document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem 1.7rem;
  margin-top: 0.85rem;
}

.cement-document-card {
  position: relative;
  min-height: 178px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.85rem;
  padding: 1.25rem 3rem 1.15rem 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(214, 222, 233, 0.95);
  border-top: 4px solid #00479d;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #00479d 0%, #00479d 28%, #e3212c 100%) top / 100% 4px no-repeat,
    #ffffff;
  box-shadow: 0 16px 34px rgba(22, 36, 68, 0.1);
}

.cement-pdf-preview {
  position: relative;
  width: 76px;
  height: 92px;
  border: 3px solid #00479d;
  border-radius: 5px;
  background: #eef5ff;
}

.cement-pdf-preview::before {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-left: 3px solid #00479d;
  border-bottom: 3px solid #00479d;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.cement-pdf-preview::after {
  content: "";
  position: absolute;
  inset: -13px;
  z-index: -1;
  border-radius: 50%;
  background: #eef3fa;
}

.cement-pdf-preview span {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 0.18rem 0.36rem;
  border-radius: 3px;
  color: #ffffff;
  background: #e3212c;
  font-size: 1rem;
  font-weight: 900;
}

.cement-document-card h3 {
  margin: 0;
  color: #003f93;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.cement-document-download {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #d8e1ee, 0 7px 16px rgba(22, 36, 68, 0.12);
  transform: translateY(-50%);
}

.cement-document-download span {
  position: relative;
  width: 16px;
  height: 20px;
}

.cement-document-download span::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 2px;
  height: 14px;
  background: #e3212c;
}

.cement-document-download span::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e3212c;
  border-bottom: 2px solid #e3212c;
  transform: rotate(45deg);
}

.cement-document-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.85rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(214, 222, 233, 0.95);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 36, 68, 0.07);
}

.cement-document-empty p {
  margin: 0;
  color: #334564;
  font-weight: 700;
}

.cement-document-empty a {
  color: #003f93;
  font-weight: 900;
}

.contact-page {
  padding: 3.2rem 0 5rem;
  background:
    linear-gradient(145deg, rgba(248, 250, 253, 0.92) 0%, #ffffff 36%, #f6f8fc 100%);
  color: var(--brand-navy);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.contact-hero {
  max-width: 620px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.contact-department svg,
.contact-map-link svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form-panel__icon svg,
.contact-submit svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-hero h1 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.contact-showcase {
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(30, 35, 76, 0.08);
}

.contact-showcase {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 1.3rem;
  padding: 1.55rem;
}

.contact-departments {
  display: grid;
  align-self: start;
  align-content: start;
  grid-auto-rows: minmax(68px, auto);
  gap: 0.7rem;
}

.contact-department {
  width: 100%;
  min-height: 68px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 1rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 9px;
  color: var(--brand-navy);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(30, 35, 76, 0.05);
  font-size: 0.95rem;
  font-weight: 800;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-department:hover,
.contact-department:focus,
.contact-department--active,
.contact-department.active {
  border-color: rgba(30, 35, 76, 0.42);
  color: #ffffff;
  background: var(--brand-navy);
  box-shadow: 0 16px 28px rgba(30, 35, 76, 0.2);
}

.contact-department__icon {
  display: inline-flex;
  color: inherit;
}

.contact-department i {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.contact-tab-content {
  min-width: 0;
}

.contact-panel {
  min-width: 0;
  padding: 2rem 1.75rem 1.8rem;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 10px;
  background: #ffffff;
}

.contact-panel__header {
  margin-bottom: 1.35rem;
}

.contact-panel__header h2 {
  margin: 0 0 0.75rem;
  color: var(--brand-navy);
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 800;
}

.contact-detail-list {
  display: grid;
  gap: 0.32rem;
  margin: 0;
  color: var(--brand-navy);
}

.contact-detail-list div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  align-items: baseline;
}

.contact-detail-list dt {
  min-width: 132px;
  color: #2c3855;
  font-size: 0.93rem;
  font-weight: 700;
}

.contact-detail-list dt::after {
  content: ":";
  margin-left: 0.35rem;
}

.contact-detail-list dd {
  margin: 0;
  color: #1f2b46;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-detail-list a {
  color: inherit;
  text-decoration: none;
}

.contact-detail-list a:hover,
.contact-detail-list a:focus {
  color: var(--kcs-gold);
}

.contact-factory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.1rem;
}

.contact-factory {
  padding: 1rem;
  border: 1px solid rgba(30, 35, 76, 0.1);
  border-radius: 8px;
  background: #fbfcff;
}

.contact-factory h3,
.contact-map-unit h3 {
  margin: 0 0 0.65rem;
  color: var(--brand-navy);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
}

.contact-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.3rem;
}

.contact-map-grid--single {
  grid-template-columns: 1fr;
}

.contact-map-unit {
  min-width: 0;
}

.contact-map-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 10px;
  background: #eef3f7;
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  border: 0;
}

.contact-map-grid--single .contact-map-card,
.contact-map-grid--single .contact-map-card iframe {
  min-height: 420px;
}

.contact-map-link {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 8px;
  color: var(--brand-navy);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(30, 35, 76, 0.12);
}

.contact-form-panel {
  position: relative;
  overflow: hidden;
  margin-top: 2.2rem;
  padding: 2.35rem clamp(1.4rem, 9vw, 10rem) 3rem;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(30, 35, 76, 0.08);
}

.contact-form-panel::after {
  content: "";
  position: absolute;
  right: -68px;
  top: 5.6rem;
  width: 190px;
  height: 190px;
  border: 18px solid rgba(30, 35, 76, 0.045);
  border-left-width: 34px;
  border-radius: 52px;
  pointer-events: none;
}

.contact-form-panel__icon {
  position: relative;
  left: 50%;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 35, 76, 0.11);
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand-navy);
  box-shadow: 0 14px 30px rgba(30, 35, 76, 0.2);
  transform: translateX(-50%);
}

.contact-form-panel h2 {
  margin: 1.05rem 0 0;
  color: var(--brand-navy);
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.contact-form-rule {
  width: 58px;
  height: 3px;
  margin: 1.25rem auto 2rem;
  border-radius: 999px;
  background: var(--brand-navy);
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
}

.contact-form label:not(.contact-consent),
.contact-consent-group > span {
  margin-top: 0.3rem;
  color: #2c3855;
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 0.95rem;
  border: 1px solid #d4dbe6;
  border-radius: 8px;
  color: var(--brand-navy);
  background: #ffffff;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(30, 35, 76, 0.55);
  box-shadow: 0 0 0 4px rgba(30, 35, 76, 0.08);
}

.contact-form ::placeholder {
  color: #9aa4b6;
}

.contact-form-feedback {
  position: relative;
  z-index: 1;
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.contact-form-feedback ul {
  margin: 0;
  padding-left: 1.1rem;
}

.contact-form-feedback--success {
  border: 1px solid rgba(38, 132, 88, 0.26);
  color: #17633f;
  background: rgba(38, 132, 88, 0.09);
}

.contact-form-feedback--error,
.contact-validation {
  color: #9f2837;
}

.contact-form-feedback--error {
  border: 1px solid rgba(159, 40, 55, 0.24);
  background: rgba(159, 40, 55, 0.08);
}

.validation-summary-valid {
  display: none;
}

.contact-validation {
  margin-top: -0.45rem;
  font-size: 0.86rem;
  line-height: 1.45;
}

.field-validation-valid {
  display: none;
}

.contact-consent-group {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.25rem;
}

.contact-consent-link {
  color: var(--brand-navy);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.18s ease;
}

.contact-consent-link:hover,
.contact-consent-link:focus-visible {
  color: var(--brand-gold);
}

.contact-consent {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: max-content;
  color: #4e5b74;
  font-size: 0.92rem;
}

.contact-consent input {
  width: 22px;
  height: 22px;
  accent-color: var(--brand-navy);
}

.contact-captcha-group {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.contact-captcha {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
}

.contact-captcha__image {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem;
  border: 1px solid rgba(30, 35, 76, 0.24);
  border-radius: 8px;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.contact-captcha__img {
  width: 100%;
  min-width: 184px;
  height: 58px;
  display: block;
  line-height: 1;
  user-select: none;
}

.contact-submit {
  width: max-content;
  min-width: 142px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.25rem;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 7px;
  color: #ffffff;
  background: var(--brand-navy);
  box-shadow: 0 14px 24px rgba(30, 35, 76, 0.24);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.contact-submit:hover,
.contact-submit:focus {
  transform: translateY(-1px);
  background: #0b2a65;
  box-shadow: 0 17px 28px rgba(30, 35, 76, 0.28);
}
.shipment-page {
  position: relative;
  overflow: hidden;
  padding: 3.3rem 0 4.6rem;
  background:
    radial-gradient(circle at center 14%, rgba(30, 35, 76, 0.08), transparent 31rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.shipment-page__lines::before,
.shipment-page__lines::after {
  content: "";
  position: absolute;
  top: -3rem;
  width: 360px;
  height: 680px;
  pointer-events: none;
  opacity: 0.34;
  background: repeating-linear-gradient(118deg, rgba(200, 169, 119, 0.42) 0 1px, transparent 1px 13px);
}

.shipment-page__lines::before {
  left: -210px;
}

.shipment-page__lines::after {
  right: -210px;
  transform: scaleX(-1);
}

.shipment-heading {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto 2rem;
  text-align: center;
}

.shipment-heading h1 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 3rem;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.shipment-heading p {
  max-width: 690px;
  margin: 1rem auto 0;
  color: #273653;
  font-size: 1.04rem;
  line-height: 1.58;
}

.shipment-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem 1.25rem;
}

.shipment-card {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(24, 36, 58, 0.1);
}

.shipment-card > img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}

.shipment-card__body {
  position: relative;
  min-height: 132px;
  padding: 0.95rem 2.1rem 1.35rem 6.35rem;
}

.shipment-card__icon {
  position: absolute;
  left: 1.6rem;
  top: -1.05rem;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #c39438;
  box-shadow: 0 8px 20px rgba(24, 36, 58, 0.16);
}

.shipment-card__icon::before,
.shipment-card__icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.shipment-card__icon--truck::before {
  left: 14px;
  top: 25px;
  width: 28px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.shipment-card__icon--truck::after {
  left: 18px;
  top: 39px;
  width: 22px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at 4px 4px, currentColor 0 3px, transparent 4px), radial-gradient(circle at 18px 4px, currentColor 0 3px, transparent 4px);
}

.shipment-card__icon--wagon::before {
  left: 15px;
  top: 18px;
  width: 28px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 5px 5px;
}

.shipment-card__icon--wagon::after {
  left: 14px;
  top: 41px;
  width: 30px;
  height: 6px;
  background: radial-gradient(circle at 5px 3px, currentColor 0 3px, transparent 4px), radial-gradient(circle at 25px 3px, currentColor 0 3px, transparent 4px);
}

.shipment-card__icon--bag::before,
.shipment-card__icon--sack::before {
  left: 19px;
  top: 16px;
  width: 22px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 5px 5px 9px 9px;
}

.shipment-card__icon--bag::after {
  left: 24px;
  top: 11px;
  width: 12px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.shipment-card__icon--sack::before {
  border-radius: 14px 14px 7px 7px;
}

.shipment-card__icon--pallet::before {
  left: 17px;
  top: 16px;
  width: 25px;
  height: 28px;
  border: 2px solid currentColor;
  background: repeating-linear-gradient(0deg, transparent 0 7px, currentColor 7px 9px);
}

.shipment-card__icon--sling::before {
  left: 17px;
  top: 17px;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  transform: rotate(45deg);
}

.shipment-card h2 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.shipment-card p {
  margin: 0.55rem 0 0;
  color: #33415f;
  font-size: 0.9rem;
  line-height: 1.48;
}

.faq-page {
  padding: 4.2rem 0 5rem;
  background: #fbfcfe;
}

.faq-heading {
  max-width: 760px;
  margin: 0 auto 2.35rem;
  text-align: center;
}

.faq-heading h1 {
  max-width: 100%;
  margin: 0;
  color: var(--brand-navy);
  font-size: 2.65rem;
  line-height: 1.14;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 54px;
  color: var(--brand-navy);
  cursor: pointer;
  font-size: 1.18rem;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-dot {
  position: relative;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border-radius: 50%;
  background: #c8a977;
  box-shadow: 0 0 0 6px rgba(200, 169, 119, 0.13);
}

.faq-dot::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 7px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.faq-item p {
  max-width: 980px;
  margin: 0 0 1.1rem 2.95rem;
  color: #33415f;
  font-size: 1rem;
  line-height: 1.74;
}

.site-footer {
  color: #ffffff;
  background-color: var(--brand-navy);
}

.footer-shell {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  padding: 2.8rem 2.1rem 2.45rem;
  background-color: var(--brand-navy);
}

.footer-brand-area {
  display: flex;
  width: 100%;
  min-height: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-logo {
  width: 220px;
  height: auto;
  margin-top: 0;
  border: 0;
  box-shadow: none;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(138px, 1fr));
  gap: 2.4rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.site-footer h2 {
  width: max-content;
  max-width: 100%;
  margin: 0 0 0.18rem;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.55rem;
  background: #c8a977;
}

.footer-column a {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.46rem;
  margin-left: auto;
}

.social-links {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-left: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.footer-kvkk-link {
  color: var(--brand-navy);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-kvkk-link:hover,
.footer-kvkk-link:focus {
  color: var(--kcs-gold);
}

.social-link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  color: #08408a;
  background: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: none;
}

.social-link:hover {
  color: var(--brand-navy);
  background: var(--kcs-gold);
}

.social-link svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.social-link svg rect,
.social-link svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-link svg .instagram-dot {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 575.98px) {
  .footer-logo {
    width: 150px;
  }

  .footer-social {
    gap: 0.36rem;
  }

  .social-links {
    gap: 0.4rem;
  }

  .social-link {
    width: 28px;
    height: 28px;
    font-size: 0.82rem;
  }

  .social-link svg {
    width: 16px;
    height: 16px;
  }
}

.site-header {
  background: rgb(30, 35, 76);
  box-shadow: none;
}

.site-nav {
  min-height: 108px;
  background: rgb(30, 35, 76);
}

.site-nav,
.site-nav .nav-link,
.site-nav .dropdown-item,
.language-option {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.site-nav .container-xl {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  gap: 0;
  padding-left: clamp(1.5rem, 2.8vw, 3.75rem);
  padding-right: clamp(2.25rem, 4vw, 5rem);
}

.site-nav .navbar-collapse {
  flex-grow: 0;
  margin-left: auto;
  justify-content: flex-end;
}

.brand {
  width: 205px;
  min-height: 70px;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
}

.brand img {
  width: auto;
  height: 58px;
  max-height: 58px;
  object-fit: contain;
}

.navbar-toggler {
  border-color: rgba(30, 35, 76, 0.24);
}

.navbar-toggler-icon {
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830,35,76,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-nav .navbar-nav > .nav-item > .nav-link {
  color: #ffffff;
}

.navbar-nav {
  gap: calc(1.875rem + 2ch);
  margin-left: auto !important;
  margin-right: 0;
}

.nav-link {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  padding-inline: 0 !important;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--kcs-gold);
}

.site-dropdown {
  min-width: 230px;
  margin-top: 0.3rem;
  padding: 0;
  border: 1px solid rgba(0, 48, 135, 0.12);
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(30, 35, 76, 0.12);
}

.site-dropdown .dropdown-item {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-radius: 0;
  color: #003087;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
  background: #ffffff;
}

.site-dropdown .dropdown-item:hover,
.site-dropdown .dropdown-item:focus {
  color: #c29a2e;
  background: #ffffff;
}

.site-dropdown li + li .dropdown-item {
  border-top: 1px solid rgba(0, 48, 135, 0.1);
}

@media (min-width: 992px) {
  .site-nav .nav-item.dropdown {
    position: relative;
  }

  .site-nav .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.55rem;
  }

  .site-nav .nav-item.dropdown:hover > .site-dropdown,
  .site-nav .nav-item.dropdown:focus-within > .site-dropdown {
    display: block;
  }

  .site-nav .nav-item.dropdown:hover > .dropdown-toggle,
  .site-nav .nav-item.dropdown:focus-within > .dropdown-toggle {
    color: var(--kcs-gold);
  }
}

.language-menu {
  color: #003087;
  order: initial;
  margin-left: calc(1.875rem + 2ch);
  margin-right: 0;
}

.language-option {
  background: transparent;
}

.language-option:hover,
.language-option:focus {
  background: rgba(0, 48, 135, 0.08);
}

.flag-icon {
  width: 27px;
  height: 18px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(30, 35, 76, 0.16);
}

main,
.intro-band,
.sustainability-band {
  background: #ffffff;
}

.hero::after {
  background: transparent;
}

.site-footer,
.footer-shell {
  color: var(--brand-navy);
  background-color: #ffffff;
}

.site-footer {
  border-top: 1px solid rgba(30, 35, 76, 0.1);
}

.site-footer h2,
.footer-column a {
  color: var(--brand-navy);
}

.footer-logo {
  width: 220px;
  max-width: 100%;
  margin-top: 0;
}

.social-link {
  color: #ffffff;
  background: var(--brand-navy);
}

.social-link:hover {
  color: var(--brand-navy);
  background: var(--kcs-gold);
}

@media (max-width: 575.98px) {
  .footer-logo {
    width: 150px;
  }

  .footer-social {
    gap: 0.36rem;
  }

  .social-links {
    gap: 0.4rem;
  }

  .social-link {
    width: 28px;
    height: 28px;
    font-size: 0.82rem;
  }

  .social-link svg {
    width: 16px;
    height: 16px;
  }
}
.about-page {
  padding: 3.8rem 0 5rem;
  background: #ffffff;
}

.about-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

.about-heading h1 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 2.35rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-heading__rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  margin-top: 1rem;
}

.about-heading__rule span {
  width: min(130px, 24vw);
  height: 3px;
  background: #c8a977;
}

.about-heading__rule i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #c8a977;
  border-radius: 50%;
  background: var(--brand-navy);
}

.about-heading__rule i::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) translate(-1px, -1px);
}

.about-hero-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 35, 76, 0.12);
}

.about-hero-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.about-content {
  width: 100%;
  max-width: none;
  margin: 2.1rem 0 0;
  padding: 1.55rem 1.7rem;
  border: 4px solid #c8a977;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 16px 34px rgba(30, 35, 76, 0.08);
}

.about-content p {
  margin: 0 0 1.05rem;
  color: var(--brand-navy);
  font-size: 1rem;
  line-height: 1.82;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.sustainability-page {
  background: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.sustainability-shell {
  width: min(1248px, calc(100% - 48px));
  margin: 0 auto;
}

.sustainability-title {
  padding: 3.1rem 1rem 2.35rem;
  text-align: center;
  background: #ffffff;
}

.sustainability-title h1,
.sustainability-title p {
  margin: 0;
  color: var(--brand-navy);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.sustainability-title h1 {
  font-size: clamp(2rem, 3.1vw, 3.05rem);
  line-height: 1.1;
}

.sustainability-title p {
  margin-top: 0.12rem;
  font-size: clamp(2.1rem, 3.8vw, 3.6rem);
  line-height: 1.08;
}

.sustainability-story {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 58vw, 790px);
  padding: clamp(4.8rem, 7vw, 8.2rem) 0;
  overflow: hidden;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.sustainability-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 12, 28, 0.24) 0%, rgba(4, 12, 28, 0.42) 43%, rgba(4, 12, 28, 0.82) 100%),
    linear-gradient(180deg, rgba(4, 12, 28, 0.2), rgba(4, 12, 28, 0.28));
}

.sustainability-story--1 {
  background-image: url("../img/Aslan-kral.jpg");
  background-position: center center;
}

.sustainability-story--2 {
  background-image: url("../img/Doga.jpg");
  background-position: center center;
}

.sustainability-story--3 {
  background-image: url("../img/surdurulebilirlik-jes.png");
  background-position: center center;
}

.sustainability-story--4 {
  background-image: url("../img/gns.jpg");
  background-position: center center;
}

.sustainability-story--5 {
  background-image: url("../img/iyilik-1.jpg");
  background-position: center center;
}

.sustainability-story--6 {
  background-image: url("../img/Ekm.jpg");
  background-position: center center;
}

.sustainability-story__content {
    display: grid;
    /* Ikon alanini buyutup cizginin daha uzun gorunmesini sagliyoruz */
    grid-template-columns: clamp(92px, 7.8vw, 128px) minmax(0, 1fr);
    column-gap: clamp(1.1rem, 1.8vw, 1.65rem);
    align-content: center;
    align-items: stretch;
    min-height: inherit;
    /* 690px yerine daha geniş */
    width: min(820px, 52vw);
    max-width: none;
    /* Sağdan boşluk vererek tüm alanı sola kaydırır */
    margin-left: auto;
    margin-right: clamp(35px, 4vw, 75px);
    /* İç boşluk metin alanını daraltmasın */
    padding-right: 0;
    padding-left: 0;
}

.sustainability-story__icon {
  margin: 0.18rem 0 0;
}

.sustainability-story__icon img {
  position: relative;
  z-index: 2;

  width: 100%;
  height: auto;
  margin: 0;

  border: 0;
  box-shadow: none;

  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.28));
}

.sustainability-story__copy {
  max-width: 100%;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.sustainability-story__copy h2 {
  margin: 0 0 1.08rem;
  color: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(1.72rem, 2.55vw, 2.48rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.sustainability-story__copy p {
  margin: 0 0 1.02rem;
  color: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(1.04rem, 1.36vw, 1.32rem);
  line-height: 1.78;
  font-weight: 400;
  letter-spacing: 0;
}

.sustainability-story__copy strong {
  font-weight: 800;
}

.sustainability-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: 0.82rem;
  padding: 0.6rem 1.05rem;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.sustainability-action:hover,
.sustainability-action:focus {
  border-color: var(--kcs-gold);
  color: #ffffff;
  background: var(--kcs-gold);
}

.corporate-page {
  padding: 3.7rem 0 5rem;
  background: #ffffff;
  color: var(--brand-navy);
}

.corporate-heading {
  margin-bottom: 1.6rem;
  text-align: center;
}

.corporate-heading h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--brand-navy);
  font-size: 2.2rem;
  line-height: 1.22;
  font-weight: 500;
  text-transform: uppercase;
}

.corporate-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 350px;
  margin: 1rem auto 0;
}

.corporate-rule span {
  flex: 1;
  height: 3px;
  background: #c8a977;
}

.corporate-rule i {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin: 0 0.45rem;
  border: 3px solid #c8a977;
  border-radius: 50%;
  background: var(--brand-navy);
}

.corporate-rule i::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 7px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.corporate-rule--small {
  max-width: 350px;
  margin-top: 0.85rem;
}

.policy-page .corporate-heading {
  width: fit-content;
  max-width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.policy-page .corporate-heading h1 {
  max-width: none;
}

.policy-page .corporate-rule {
  width: 100%;
  max-width: none;
}

.corporate-wide-image {
  margin: 0 0 2rem;
}

.corporate-wide-image img {
  width: 100%;
  border: 0;
  border-radius: 0;
}

.mission-block {
  margin-top: 1.8rem;
}

.mission-block h2 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}

.mission-block p {
  margin: 1.35rem 0 0;
  color: var(--brand-navy);
  font-size: 1rem;
  line-height: 1.75;
}

.board-list {
  display: grid;
  gap: 2rem;
  max-width: 920px;
  margin: 2.2rem auto 0;
}

.board-member {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.board-member__image {
  text-align: center;
}

.board-member__image img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.board-member__content {
  text-align: center;
}

.board-member__content h2 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.55rem;
  font-weight: 800;
}

.board-member__content p {
  margin: 0.45rem 0 1rem;
  color: var(--brand-navy);
  font-size: 1.2rem;
}

.board-bio-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand-navy);
  font-weight: 700;
}

.board-bio-button:hover,
.board-bio-button:focus {
  background: #c8a977;
}

.board-modal .modal-content {
  border: 0;
  border-radius: 8px;
}

.board-modal .modal-header {
  border-bottom-color: rgba(30, 35, 76, 0.12);
}

.board-modal .modal-title,
.board-modal h3,
.board-modal p {
  color: var(--brand-navy);
}

.board-modal .modal-title {
  font-size: 1.35rem;
  font-weight: 800;
}

.board-modal .modal-body img {
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
  border-radius: 50%;
  object-fit: cover;
}

.board-modal h3 {
  margin: 0;
  font-size: 1.5rem;
}

.board-modal__role {
  font-size: 1.12rem;
}

.board-modal .modal-body p:not(.board-modal__role) {
  font-size: 1rem;
  line-height: 1.7;
}

.policy-list {
  max-width: 980px;
  margin: 2rem auto 0;
}

.policy-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 1.7rem;
  padding: 0.8rem 0 1.6rem;
}

.policy-item__number {
  color: var(--brand-navy);
  font-size: 3.75rem;
  line-height: 1;
  text-align: center;
}

.policy-item__content h2 {
  margin: 0 0 0.45rem;
  color: var(--brand-navy);
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 800;
}

.policy-item__content p {
  margin: 0;
  color: var(--brand-navy);
  font-size: 1rem;
  line-height: 1.75;
}

.certificate-showcase {
  padding: 3.6rem 0 5rem;
  background:
    linear-gradient(180deg, #ffffff, #f7f9fc 100%);
}

.certificate-showcase__heading {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

.certificate-showcase__heading .corporate-rule {
  margin-top: 0;
  margin-bottom: 1rem;
}

.certificate-showcase__heading h1 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 2.35rem;
  line-height: 1.16;
  font-weight: 900;
  text-transform: uppercase;
}

.certificate-showcase__heading p:not(.eyebrow) {
  margin: 0.9rem 0 0;
  color: #4d5b73;
  font-size: 1rem;
  line-height: 1.7;
}

.certificate-grid--catalog {
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.certificate-grid--catalog .certificate-card {
  border-color: #d8dde6;
  box-shadow: 0 14px 30px rgba(30, 35, 76, 0.08);
}

.management-certificates-original {
  padding: 4.2rem 0 5.6rem;
  background: #ffffff;
}

.management-certificates-content {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--brand-navy);
}

.management-certificates-content h1 {
  margin: 0 0 2.05rem;
  color: var(--brand-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.management-certificate-list {
  display: grid;
  gap: 0.88rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.management-certificate-list li {
  margin: 0;
}

.management-certificate-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.82rem 1.1rem;
  color: #ffffff;
  background: var(--brand-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.management-certificate-link:hover,
.management-certificate-link:focus {
  color: #ffffff;
  background: #c8a977;
}

.management-certificate-link:focus-visible {
  outline: 2px solid #c8a977;
  outline-offset: 3px;
}

.kvkk-page {
  padding: 4.2rem 0 5.6rem;
  background: #ffffff;
}

.kvkk-content {
  max-width: 1248px;
  margin: 0 auto;
  color: #003087;
}

.kvkk-heading {
  text-align: center;
  margin-bottom: 3.15rem;
}

.kvkk-heading h1 {
  margin: 0;
  color: var(--brand-navy);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 2.1875rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.kvkk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.6rem;
}

.kvkk-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kvkk-item img {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.15rem;
}

.kvkk-item h2 {
  min-height: 42px;
  margin: 0 0 1rem;
  color: #003087;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.kvkk-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.45rem;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: #003087;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 400;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.kvkk-button:hover,
.kvkk-button:focus {
  color: #ffffff;
  background: #c8a977;
}

.kvkk-button:focus-visible {
  outline: 2px solid #c8a977;
  outline-offset: 3px;
}

.product-certificates-page {
  min-height: calc(100vh - 92px);
  padding: 3rem 0 5.4rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 169, 119, 0.1), transparent 34rem),
    #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.product-certificates-heading {
  margin: 0 auto 1.35rem;
  text-align: center;
}

.product-certificates-heading h1 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 800;
}

.product-certificates-rule {
  width: min(410px, 72vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2rem auto 0;
}

.product-certificates-rule span {
  flex: 1;
  height: 1px;
  background: #c8a977;
}

.product-certificates-rule i {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0 0.45rem;
  border-radius: 50%;
  background: #c8a977;
  box-shadow: 0 8px 16px rgba(200, 169, 119, 0.28);
}

.product-certificates-rule i::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.product-certificate-groups {
  display: grid;
  gap: 1.1rem;
  max-width: 1090px;
  margin: 0 auto;
}

.product-certificate-group {
  padding: 1rem 0.85rem 0.9rem;
  border: 1px solid rgba(30, 35, 76, 0.13);
  border-radius: 10px;
  background: rgba(248, 250, 252, 0.9);
  box-shadow: 0 14px 34px rgba(30, 35, 76, 0.09);
}

.product-certificate-group h2 {
  margin: 0 0 0.85rem;
  color: var(--brand-navy);
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

.product-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.product-certificate-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem 1rem;
  border: 1px solid rgba(30, 35, 76, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 11px 22px rgba(30, 35, 76, 0.11);
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-certificate-card:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 169, 119, 0.46);
  box-shadow: 0 17px 30px rgba(30, 35, 76, 0.15);
}

.product-certificate-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  color: var(--brand-navy);
}

.product-certificate-brand img {
  width: 118px;
  height: auto;
  border: 0;
  box-shadow: none;
}

.product-certificate-card h3 {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.1rem 0 0.85rem;
  color: #bf7f1d;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
}

.product-certificate-download {
  min-width: 122px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.56rem 1rem;
  border-radius: 4px;
  color: #ffffff;
  background: var(--brand-navy);
  box-shadow: 0 7px 14px rgba(30, 35, 76, 0.24);
  font-weight: 800;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.product-certificate-download:hover,
.product-certificate-download:focus {
  transform: translateY(-1px);
  color: #ffffff;
  background: #0b2a65;
  box-shadow: 0 10px 18px rgba(30, 35, 76, 0.28);
}

.product-certificate-download svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.corporate-text-block {
  max-width: 1040px;
  margin: 2rem auto 0;
  color: var(--brand-navy);
}

.corporate-text-block p,
.corporate-text-block li {
  color: var(--brand-navy);
  font-size: 1rem;
  line-height: 1.82;
}

.corporate-text-block p {
  margin: 0 0 1rem;
}

.corporate-text-block p:last-child {
  margin-bottom: 0;
}

.corporate-text-block ul {
  display: grid;
  gap: 0.65rem;
  margin: 1.15rem 0;
  padding: 0;
  list-style: none;
}

.corporate-text-block li {
  position: relative;
  padding-left: 1.35rem;
  font-weight: 700;
}

.corporate-text-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8a977;
  box-shadow: 0 0 0 5px rgba(200, 169, 119, 0.14);
}

.management-systems-page {
  background: #ffffff;
  color: var(--brand-navy);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.management-systems-hero {
  position: relative;
  min-height: clamp(520px, 58vw, 720px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: #091630;
}

.management-systems-hero__media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.management-systems-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 19, 41, 0.92) 0%, rgba(8, 19, 41, 0.72) 38%, rgba(8, 19, 41, 0.16) 100%),
    linear-gradient(0deg, rgba(8, 19, 41, 0.38), rgba(8, 19, 41, 0.08));
}

.management-systems-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management-systems-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.management-systems-hero__copy {
  width: min(650px, 100%);
  color: #ffffff;
}

.management-systems-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  color: #c8a977;
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.management-systems-hero__copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.02;
  font-weight: 800;
  text-transform: uppercase;
}

.management-systems-hero__copy p {
  max-width: 590px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.75;
}

.management-systems-button,
.management-systems-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid #c8a977;
  border-radius: 0;
  color: #ffffff;
  background: #c8a977;
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.management-systems-button:hover,
.management-systems-button:focus,
.management-systems-link:hover,
.management-systems-link:focus {
  border-color: var(--brand-navy);
  color: #ffffff;
  background: var(--brand-navy);
}

.management-systems-overview {
  padding: 4.5rem 0 2.2rem;
  background: #ffffff;
}

.management-systems-overview__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.management-systems-overview__intro h2,
.management-systems-certificates-panel__copy h2 {
  margin: 0;
  color: var(--brand-navy);
  font-size: clamp(1.8rem, 3.2vw, 3.05rem);
  line-height: 1.14;
  font-weight: 800;
}

.management-systems-overview__text {
  border-left: 4px solid #c8a977;
  padding-left: 1.6rem;
}

.management-systems-overview__text p,
.management-systems-certificates-panel__copy p,
.management-system-card p {
  color: #4d5870;
  font-size: 1rem;
  line-height: 1.78;
}

.management-systems-overview__text p {
  margin: 0 0 1rem;
}

.management-systems-overview__text p:last-child {
  margin-bottom: 0;
}

.management-systems-focus {
  padding: 2.1rem 0 4.6rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

.management-systems-focus__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.management-system-card {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid rgba(30, 35, 76, 0.1);
  border-top: 4px solid #c8a977;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(30, 35, 76, 0.08);
}

.management-system-card span {
  color: rgba(30, 35, 76, 0.22);
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 800;
}

.management-system-card h3 {
  margin: 1.15rem 0 0.7rem;
  color: var(--brand-navy);
  font-size: 1.13rem;
  line-height: 1.26;
  font-weight: 800;
}

.management-system-card p {
  margin: 0;
}

.management-systems-certificates-panel {
  padding: 4.6rem 0 5.2rem;
  background: #101733;
}

.management-systems-certificates-panel__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.management-systems-certificates-panel__copy h2,
.management-systems-certificates-panel__copy p {
  color: #ffffff;
}

.management-systems-certificates-panel__copy p {
  max-width: 520px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.management-systems-link {
  border-color: #ffffff;
  color: var(--brand-navy);
  background: #ffffff;
}

.management-systems-certificates {
  margin: 0;
}

.management-systems-certificates img {
  width: 100%;
  border-radius: 8px;
  background: var(--brand-navy);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  object-fit: contain;
}

.export-layout {
  display: block;
  max-width: 980px;
  margin: 2rem auto 0;
}

.export-copy {
  margin: 0;
}

.export-lines {
  font-weight: 700;
}

.hr-hero-image {
  margin: 0 auto 2rem;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 35, 76, 0.12);
}

.hr-hero-image img {
  width: 100%;
  max-height: 470px;
  object-fit: cover;
}

.hr-copy {
  max-width: none;
  margin: 2rem 0 0;
}

.hr-copy h2 {
  margin: 1.8rem 0 0.85rem;
  color: var(--brand-navy);
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 900;
}

.hr-copy a {
  color: var(--brand-navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.internship-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin: 1.9rem 0 0;
}

.internship-option {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.internship-option__heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 34px;
}

.internship-option__heading::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--brand-navy);
}

.internship-option__heading h2 {
  flex: 1;
  margin: 0;
  color: var(--brand-navy);
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 900;
}

.internship-option__arrow {
  flex: 0 0 auto;
  color: var(--brand-navy);
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 300;
}

.internship-option ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.55rem 0 0;
  padding-left: 1.55rem;
}

.internship-option li {
  margin: 0;
  color: var(--brand-navy);
  font-size: 0.96rem;
  line-height: 1.65;
}

.job-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 2.6rem;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.job-figure {
  margin: 0 auto 2rem;
}

.job-copy {
  margin: 2rem 0 0;
}

@media (max-width: 991.98px) {
  .site-nav {
    min-height: auto;
  }

  .site-nav .container-xl {
    flex-wrap: wrap;
  }

  .navbar-toggler {
    order: 2;
    width: 44px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    color: #ffffff;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.18);
  }

  .navbar-toggler-icon {
    width: 1.55rem;
    height: 1.55rem;
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.96%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .brand {
    order: 1;
    width: 170px;
    min-height: 58px;
    margin-left: 0;
    margin-right: auto;
  }

  .brand img {
    width: auto;
    height: 48px;
    max-height: 48px;
  }

  .navbar-collapse {
    order: 3;
    flex: 0 0 100%;
    margin-top: 0.8rem;
    padding: 0.85rem 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(4, 14, 38, 0.18);
  }

  .navbar-nav {
    gap: 0;
    align-items: stretch !important;
    margin-left: 0 !important;
    margin-right: 0;
  }

  .site-nav .navbar-nav > .nav-item > .nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0.82rem 1rem !important;
    color: var(--brand-navy);
    font-size: 1rem;
  }

  .site-nav .navbar-nav > .nav-item > .nav-link:hover,
  .site-nav .navbar-nav > .nav-item > .nav-link:focus {
    color: var(--kcs-gold);
  }

  .site-dropdown {
    margin-top: 0;
    border: 0;
    background: #f6f8fb;
    box-shadow: none;
  }

  .site-dropdown .dropdown-item {
    color: var(--brand-navy);
    background: #f6f8fb;
    padding-left: 1.45rem;
  }

  .site-dropdown .dropdown-item:hover,
  .site-dropdown .dropdown-item:focus {
    color: var(--kcs-gold);
    background: #ffffff;
  }

  .language-menu {
    width: max-content;
    margin-left: auto;
    margin-right: 0;
  }
  .sustainability-title p {
    font-size: 2.25rem;
  }

  .sustainability-story {
    min-height: auto;
    padding: 4.15rem 0 4.55rem;
  }

  .sustainability-story::before {
    background:
      linear-gradient(90deg, rgba(4, 12, 28, 0.5) 0%, rgba(4, 12, 28, 0.64) 42%, rgba(4, 12, 28, 0.84) 100%),
      linear-gradient(180deg, rgba(4, 12, 28, 0.22), rgba(4, 12, 28, 0.32));
  }

  .sustainability-story__content {
    grid-template-columns: minmax(78px, 102px) minmax(0, 1fr);
    column-gap: 1rem;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.92%;
    padding-left: 1.92%;
    text-align: left;
    align-items: flex-start;
  }

  .sustainability-story__icon img {
    width: 100%;
  }

  .contact-showcase {
    grid-template-columns: 1fr;
    padding: 1.15rem;
  }

  .contact-departments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-panel {
    padding: 1.55rem 1.25rem 1.4rem;
  }

  .contact-map-grid,
  .contact-factory-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 360px;
  }
  .contact-form-panel {
    padding: 2.15rem clamp(1.2rem, 5vw, 3rem) 2.7rem;
  }

  .management-systems-hero {
    min-height: 560px;
  }

  .management-systems-hero__media::after {
    background: linear-gradient(90deg, rgba(8, 19, 41, 0.9) 0%, rgba(8, 19, 41, 0.66) 58%, rgba(8, 19, 41, 0.28) 100%);
  }

  .management-systems-overview__grid,
  .management-systems-certificates-panel__grid {
    grid-template-columns: 1fr;
  }

  .management-systems-overview {
    padding-top: 3.4rem;
  }

  .management-systems-focus__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corporate-heading h1 {
    font-size: 1.9rem;
  }

  .board-member,
  .policy-item {
    grid-template-columns: 1fr;
  }

  .policy-item {
    gap: 0.4rem;
  }

  .export-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .certificate-grid--catalog,
  .product-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-layout {
    grid-template-columns: 1fr;
  }

  .job-copy {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .brand {
    width: 150px;
  }

  .brand img {
    width: auto;
    height: 42px;
  }
  .about-page {
    padding: 2.8rem 0 3.5rem;
  }

  .about-heading h1,
  .sustainability-title h1 {
    font-size: 1.85rem;
  }

  .about-content {
    margin-top: 1.45rem;
    padding: 1rem;
    border-width: 3px;
  }

  .sustainability-title p {
    font-size: 2rem;
  }

  .sustainability-title {
    padding: 2rem 1rem 1.1rem;
  }

  .sustainability-story__icon img {
    width: 100%;
  }

  .sustainability-story__content {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 0.82rem;
  }

  .sustainability-story__copy h2,
  .sustainability-story--1 .sustainability-story__copy h2,
  .sustainability-story--5 .sustainability-story__copy h2 {
    font-size: 1.42rem;
  }

  .sustainability-story__copy p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .contact-page {
    padding: 2.5rem 0 3.4rem;
  }

  .contact-hero {
    margin-bottom: 1.8rem;
  }

.contact-hero h1 {
    font-size: 2.25rem;
  }

  .contact-showcase {
    padding: 0.85rem;
    border-radius: 10px;
  }

  .contact-departments {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(58px, auto);
  }

  .contact-department {
    min-height: 58px;
  }

  .contact-panel {
    padding: 1.25rem 1rem;
  }

  .contact-detail-list dt {
    min-width: 100%;
  }

  .contact-detail-list dt::after {
    content: "";
    margin-left: 0;
  }

  .contact-map-card,
  .contact-map-card iframe,
  .contact-map-grid--single .contact-map-card,
  .contact-map-grid--single .contact-map-card iframe {
    min-height: 315px;
  }
  .contact-form-panel {
    margin-top: 1.5rem;
    padding: 1.85rem 1rem 2.2rem;
    border-radius: 10px;
  }

  .contact-form-panel::after {
    display: none;
  }

  .contact-form-panel h2 {
    font-size: 1.3rem;
  }

  .contact-consent {
    width: auto;
  }

  .contact-captcha {
    grid-template-columns: 1fr;
  }

  .contact-captcha__image {
    justify-content: flex-start;
  }

  .management-systems-hero {
    min-height: auto;
  }

  .management-systems-hero__media {
    position: relative;
    height: 235px;
  }

  .management-systems-hero__media::after {
    background: linear-gradient(0deg, rgba(8, 19, 41, 0.2), rgba(8, 19, 41, 0));
  }

  .management-systems-hero__content {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

  .management-systems-hero__copy h1 {
    font-size: 2.3rem;
  }

  .management-systems-hero__copy p {
    font-size: 1rem;
  }

  .management-systems-overview,
  .management-systems-certificates-panel {
    padding: 3rem 0;
  }

  .management-systems-overview__text {
    padding-left: 1rem;
  }

  .management-systems-focus {
    padding: 1rem 0 3rem;
  }

  .management-systems-focus__grid {
    grid-template-columns: 1fr;
  }

  .management-system-card {
    min-height: 0;
  }

  .corporate-page {
    padding: 2.7rem 0 3.6rem;
  }

  .corporate-heading h1,
  .mission-block h2 {
    font-size: 1.55rem;
  }

  .corporate-rule {
    max-width: 260px;
  }

  .board-member {
    gap: 1rem;
  }

  .policy-item__number {
    font-size: 3rem;
  }

  .corporate-text-block p,
  .corporate-text-block li {
    font-size: 0.96rem;
  }

  .certificate-showcase {
    padding: 2.7rem 0 3.6rem;
  }

  .certificate-showcase__heading h1 {
    font-size: 1.85rem;
  }

  .management-certificates-original {
    padding: 3.1rem 0 4.2rem;
  }

  .management-certificates-content h1 {
    font-size: 1.65rem;
  }

  .management-certificate-link {
    font-size: 0.98rem;
  }

  .kvkk-page {
    padding: 3.1rem 0 4.2rem;
  }

  .kvkk-heading {
    margin-bottom: 2.45rem;
  }

  .kvkk-heading h1 {
    font-size: 1.65rem;
  }

  .kvkk-grid {
    grid-template-columns: 1fr;
    gap: 2.1rem;
  }

  .kvkk-item h2 {
    min-height: 0;
  }

  .product-certificates-page {
    padding: 2.4rem 0 3.4rem;
  }

  .product-certificates-heading h1 {
    font-size: 1.6rem;
  }

  .product-certificate-grid,
  .internship-options,
  .job-layout {
    grid-template-columns: 1fr;
  }

  .product-certificate-group {
    padding: 0.9rem 0.7rem 0.75rem;
  }

  .product-certificate-card {
    min-height: 176px;
  }

  .internship-option {
    padding: 0;
  }

  .internship-option__heading h2 {
    font-size: 1.02rem;
  }
}
