.fes-export-section,
.fes-export-section * {
  box-sizing: border-box;
}

.fes-export-section {
  width: 100%;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(250, 189, 5, 0.08), transparent 32%),
    radial-gradient(circle at bottom right, rgba(42, 92, 43, 0.08), transparent 35%),
    #f8f5ed;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #153424;
  padding: 26px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fes-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.fes-inner {
  max-width: 1000px;
}

.fes-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 22px;
  border-radius: 999px;
  border: 1px solid rgba(42, 92, 43, 0.18);
  background: rgba(255, 255, 255, 0.55);
  color: #0b4f2d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.fes-badge span {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.fes-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 78px);
  line-height: 0.95;
  font-weight: 900;
  color: #064622;
  max-width: 820px;
  letter-spacing: -2.5px;
  margin: 0 0 24px 0;
}

.fes-title span {
  color: #dfa322;
}

.fes-subtitle {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.55;
  color: #1d3548;
  margin: 0 0 44px 0;
  font-weight: 400;
}

.fes-service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 34px;
}

.fes-service-card {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 18px;
  padding: 20px 14px 22px;
  min-height: 170px;
  box-shadow: 0 18px 34px rgba(20, 44, 28, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.fes-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(20, 44, 28, 0.1);
}

.fes-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e8f2e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 17px;
  position: relative;
  flex: 0 0 auto;
}

.fes-icon-circle::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #e2a324;
  border-radius: 20px;
}

.fes-service-card p {
  font-size: 14px;
  line-height: 1.35;
  color: #162a21;
  font-weight: 700;
  max-width: 130px;
  margin: 10px 0 0;
}

.fes-feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding: 0 0 38px;
  border-bottom: 1px solid rgba(37, 56, 45, 0.12);
  margin-bottom: 40px;
}

.fes-feature-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: flex-start;
}

.fes-feature-icon {
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

.fes-feature-item h4 {
  font-size: 14px;
  color: #004c24;
  font-weight: 900;
  margin: 0 0 4px;
}

.fes-feature-item p {
  font-size: 13px;
  line-height: 1.35;
  color: #385042;
  font-weight: 400;
  margin: 0;
}

.fes-cta-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.fes-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #004c24;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 76, 36, 0.16);
  transition: all 0.3s ease;
}

.fes-cta-button:hover,
.fes-cta-button:focus {
  color: #ffffff;
  background: #063e20;
  transform: translateY(-3px);
}

.fes-cta-arrow {
  width: 28px;
  height: 28px;
  background: #dfa322;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.fes-cta-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1c352a;
  font-size: 15px;
  font-weight: 500;
}

.fes-cta-note span {
  color: #004c24;
  font-size: 17px;
}

@media (max-width: 991px) {
  .fes-export-section {
    padding: 54px 18px;
  }

  .fes-service-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .fes-feature-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575px) {
  .fes-export-section {
    min-height: auto;
    padding: 38px 16px;
    align-items: flex-start;
  }

  .fes-badge {
    font-size: 11px;
    padding: 8px 14px;
    margin-bottom: 22px;
  }

  .fes-title {
    letter-spacing: -1px;
  }

  .fes-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .fes-service-grid {
    grid-template-columns: 1fr !important;
  }

  .fes-service-card {
    min-height: 145px;
  }

  .fes-feature-row {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .fes-cta-row {
    gap: 18px;
  }

  .fes-cta-button {
    width: 100%;
    justify-content: space-between;
  }
}
