/* ======================================================
   UNIVERSAL SEO BLOCK — 7422.by
====================================================== */

.site-seo-section {
  padding: 40px 0 64px;
}

.site-seo {
  padding: 30px;
  border-radius: 30px;
  background: rgba(15, 18, 25, 0.72);
  border: 1px solid rgba(30,136,229,0.14);
}

.site-seo-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.site-seo h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
}

.site-seo-short {
  color: #aeb6c4;
  line-height: 1.7;
  max-width: 920px;
}

.site-seo-short p,
.site-seo-full p {
  margin: 0;
}

.site-seo-full {
  display: grid;
  gap: 16px;
  max-height: 0;
  overflow: hidden;
  color: #aeb6c4;
  line-height: 1.7;
  transition: max-height 0.45s ease, margin-top 0.25s ease;
}

.site-seo-full.show {
  max-height: 900px;
  margin-top: 22px;
}

.site-seo-btn {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.035);
  color: #2ecc71;
  padding: 11px 22px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 800;
  transition: 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}

.site-seo-btn:hover {
  background: rgba(46,204,113,0.08);
  border-color: rgba(46,204,113,0.28);
}

@media (max-width: 768px) {
  .site-seo-section {
    padding: 34px 0 48px;
  }

  .site-seo {
    padding: 24px;
    border-radius: 24px;
  }

  .site-seo-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-seo-btn {
    width: 100%;
  }
} 

.site-seo-section {
  width: 100%;
  padding: 40px 0 64px;
}

.site-seo {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}