.ecosystem-section,
.contact-section {
  background: #050505;
  color: #e8e1d6;
  padding: 80px 8%;
  font-family: inherit;
}

.ecosystem-label {
  color: #f39a00;
  letter-spacing: 6px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
}

.ecosystem-section h2,
.contact-section h2 {
  color: #ffffff;
  font-size: clamp(38px, 7vw, 78px);
  line-height: 1;
  margin-bottom: 32px;
}

.ecosystem-section p,
.contact-section p {
  color: #b8b1aa;
  font-size: 20px;
  line-height: 1.7;
  max-width: 900px;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 50px 0;
}

.ecosystem-grid div,
.contact-box {
  border: 1px solid rgba(243,154,0,.35);
  padding: 28px;
  background: rgba(255,255,255,.02);
}

.ecosystem-grid strong,
.contact-box h3 {
  color: #ffffff;
}

.ecosystem-claim {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.5;
  margin: 40px 0;
}

.ecosystem-button {
  display: inline-block;
  background: #f39a00;
  color: #000;
  padding: 18px 30px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-box a {
  color: #ffffff;
}
