:root {
  color-scheme: light;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #121822;
  background: #f5f6fa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: #4f3377;
}

.seo-header,
.seo-main,
.seo-footer {
  width: min(960px, calc(100% - 32px));
  margin-inline: auto;
}

.seo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px;
}

.seo-brand {
  color: #4f3377;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  color: #7b8495;
  font-size: 0.9rem;
}

.seo-hero,
.seo-section {
  background: #fff;
  border: 1px solid rgba(18, 24, 34, 0.1);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(16, 20, 31, 0.08);
}

.seo-hero {
  padding: clamp(24px, 5vw, 54px);
  background: linear-gradient(145deg, #fff 35%, #eee6f8 100%);
}

.seo-eyebrow {
  margin: 0 0 8px;
  color: #7650a7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 7vw, 4.4rem);
  line-height: 1;
}

.seo-lead {
  max-width: 680px;
  margin: 20px 0 26px;
  color: #596579;
  font-size: 1.08rem;
  line-height: 1.6;
}

.seo-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #7650a7;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.seo-section {
  margin-top: 22px;
  padding: clamp(20px, 4vw, 36px);
}

.seo-section h2 {
  margin-top: 0;
}

.seo-stats,
.seo-pois {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.seo-stats li,
.seo-pois li {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f5f6fa;
}

.seo-pois strong,
.seo-pois span {
  display: block;
}

.seo-pois span {
  margin-top: 4px;
  color: #7b8495;
  font-size: 0.88rem;
}

.seo-footer {
  padding-block: 30px;
  color: #7b8495;
  font-size: 0.9rem;
}

@media (max-width: 560px) {
  .seo-header {
    padding-block: 14px;
  }

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