.numa-seo-content {
  display: none !important;
  background: #f7f5f3;
  color: #21201f;
  font-family: "Mona Sans", "Inter", Arial, sans-serif;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 80px);
}

.numa-seo-content__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.numa-seo-content__header {
  max-width: 780px;
}

.numa-seo-content__eyebrow {
  margin: 0 0 12px;
  color: #805f45;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.numa-seo-content h2 {
  margin: 0;
  color: #06383d;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
}

.numa-seo-content__lead {
  margin: 18px 0 0;
  max-width: 760px;
  color: #535150;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.65;
}

.numa-seo-content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.numa-seo-content__item {
  border-top: 1px solid #d8d2cb;
  padding-top: 20px;
}

.numa-seo-content__item h3 {
  margin: 0 0 10px;
  color: #06383d;
  font-size: clamp(1.16rem, 1.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.25;
}

.numa-seo-content__item p {
  margin: 0;
  color: #535150;
  font-size: 1rem;
  line-height: 1.72;
}

@media (max-width: 760px) {
  .numa-seo-content {
    padding: 48px 20px;
  }

  .numa-seo-content__grid {
    grid-template-columns: 1fr;
  }
}
