:root {
  --primary-color: #c62828;
  --primary-dark: #8e0000;
  --text-dark: #212121;
  --text-light: #757575;
  --bg-light: #f5f5f5;
  --white: #ffffff;
}

.export-hero {
  margin-top: 0;
  padding: 60px 1.5rem;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.export-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.export-hero p {
  font-size: 1.1rem;
  max-width: 800px;
}

section.export-block {
  padding: 40px 1.5rem;
  background: #fff;
  border-bottom: 1px solid #eee;
}

section.export-block:nth-of-type(even) {
  background: #f7f7f7;
}

section.export-block h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

section.export-block p {
  font-size: 1rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}

section.export-block ul {
  margin-left: 1.2rem;
  color: var(--text-dark);
}

section.export-block ul li {
  margin-bottom: 0.4rem;
}

.export-cta {
  padding: 50px 1.5rem 70px;
  text-align: center;
  background: #1f1f1f;
  color: #fff;
}

.export-cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.export-cta p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}


@media (max-width: 768px) {
  .export-hero {
    padding: 40px 1.25rem;
  }

  .export-hero h1 {
    font-size: 2rem;
  }
}



/* CTA row (export) */
.export-cta .cta-row{
  justify-content: center;
}
