/* Hub kart-altı SEO gövdesi. Token’lar machines-seo-sections.css ile aynı;
   seçiciler yalnızca .machines-hub-seo altında. Landing CSS’e dokunulmaz. */
.machines-hub-seo {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  overflow-x: auto;
  font-family: inherit;
}

.machines-hub-seo h2 {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 300;
  color: #000;
  line-height: 1.15;
  letter-spacing: -0.4px;
  text-align: center;
  max-width: 760px;
  margin: clamp(3rem, 5vw, 5rem) auto 0.75rem;
}

.machines-hub-seo h2:first-child {
  margin-top: 0;
}

.machines-hub-seo p {
  margin: 0;
  color: rgba(15, 23, 42, 0.76);
  line-height: 1.55;
}

.machines-hub-seo p + p {
  margin-top: 0.85rem;
}

.machines-hub-seo a {
  color: #4caf50;
  text-decoration: none;
  font-weight: 600;
}

.machines-hub-seo a:hover {
  color: #3d9140;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.machines-hub-seo strong {
  font-weight: 600;
  color: inherit;
}

.machines-hub-seo ul {
  margin: 0.85rem 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
  color: rgba(15, 23, 42, 0.76);
  line-height: 1.55;
}

.machines-hub-seo li {
  margin: 0;
}

.machines-hub-seo table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin: 1rem 0 0;
}

.machines-hub-seo th,
.machines-hub-seo td {
  border: 1px solid rgba(15, 23, 42, 0.1);
  padding: 0.75rem 0.9rem;
  text-align: left;
  vertical-align: top;
}

.machines-hub-seo thead th {
  background: rgba(15, 23, 42, 0.04);
  font-weight: 700;
}

.machines-hub-seo h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
  margin: 1.5rem 0 0.4rem;
}

.machines-hub-seo h2 + h3 {
  margin-top: 1.5rem;
}

.machines-hub-seo h3 + p {
  color: rgba(15, 23, 42, 0.76);
  line-height: 1.6;
}
