.fr-exportPage {
  background: #f6f7f9;
  color: #1c1f26;
  overflow-x: clip;
}

.fr-exportContainer {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.fr-exportContainer--narrow {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.fr-exportIntro,
.fr-exportStandards,
.fr-exportMarkets,
.fr-exportBottom {
  position: relative;
  padding: 88px 0;
}

.fr-exportIntro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 520px);
  gap: 40px;
  align-items: start;
}

.fr-sectionEyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b51f29;
}

.fr-sectionTitle {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  color: #111;
}

.fr-sectionText,
.fr-sectionText p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #505764;
}

.fr-exportStats {
  background: #07101c;
  color: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
}

.fr-exportStats__title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.25;
  color: #fff;
}

.fr-exportStats__text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .74);
  line-height: 1.8;
}

.fr-exportStats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fr-exportStatCard {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 22px 18px;
}

.fr-exportStatCard strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}

.fr-exportStatCard span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .78);
}

.fr-exportBlock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  gap: 40px;
  align-items: start;
}

.fr-exportBlock--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
}

.fr-exportChecklist {
  display: grid;
  gap: 16px;
}

.fr-exportChecklist__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e8ee;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(18, 27, 43, .05);
}

.fr-exportChecklist__item i {
  margin-top: 3px;
  color: #b51f29;
  font-size: 16px;
}

.fr-exportChecklist__item span {
  color: #283241;
  line-height: 1.8;
}

.fr-exportBanner {
  position: relative;
  width: 100vw;
  min-height: 460px;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f2236; /* boşluk görünse bile gri değil koyu ton görünür */
}

.fr-exportBanner__mediaWrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fr-exportBanner__media {
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: calc(100% + 160px);
  will-change: transform;
}

.fr-exportBanner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-exportBanner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 13, 20, .78) 0%, rgba(9, 13, 20, .38) 48%, rgba(9, 13, 20, .62) 100%);
  z-index: 1;
}

.fr-exportBanner__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fr-exportBanner__title {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.12;
  color: #fff;
  text-align: center;
  text-shadow: 0 6px 20px rgba(0, 0, 0, .26);
}

.fr-exportBottom__head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.fr-exportBottom__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fr-exportInfoCard {
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 14px 32px rgba(14, 23, 36, .06);
}

.fr-exportInfoCard__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b51f29;
  color: #fff;
  margin-bottom: 16px;
}

.fr-exportInfoCard h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #10151d;
}

.fr-exportInfoCard p {
  margin: 0;
  color: #576172;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .fr-exportContainer,
  .fr-exportContainer--narrow {
    width: calc(100% - 32px);
  }

  .fr-exportIntro,
  .fr-exportStandards,
  .fr-exportMarkets,
  .fr-exportBottom {
    padding: 72px 0;
  }

  .fr-exportIntro__grid,
  .fr-exportBlock,
  .fr-exportBlock--reverse,
  .fr-exportBottom__grid {
    grid-template-columns: 1fr;
  }

  .fr-exportBanner {
    min-height: 360px;
  }

  .fr-exportStats {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .fr-exportContainer,
  .fr-exportContainer--narrow {
    width: calc(100% - 24px);
  }

  .fr-exportIntro,
  .fr-exportStandards,
  .fr-exportMarkets,
  .fr-exportBottom {
    padding: 56px 0;
  }

  .fr-exportStats__grid {
    grid-template-columns: 1fr;
  }

  .fr-exportBanner {
    min-height: 300px;
  }

  .fr-exportBanner__title {
    font-size: 30px;
  }

  .fr-exportInfoCard {
    padding: 24px 18px;
  }
}
