.evas-seo-section {
  padding: 56px 0;
  background: #f7fbfd;
}

.evas-seo-section--quiet {
  padding: 42px 0 52px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.evas-seo-panel {
  padding: 28px;
  border: 1px solid rgba(30, 67, 86, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(30, 67, 86, 0.08);
}

.evas-seo-panel--quiet {
  padding: 26px 0 0;
  border: 0;
  border-top: 1px solid rgba(30, 67, 86, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.evas-seo-kicker {
  margin-bottom: 8px;
  color: #68a4c4;
  font-size: 13px;
  font-weight: 700;
}

.evas-seo-panel h2 {
  margin-bottom: 14px;
  color: #1e4356;
  font-size: 28px;
  line-height: 1.2;
}

.evas-seo-panel p {
  color: #4b6471;
  font-size: 16px;
  line-height: 1.7;
}

.evas-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.evas-seo-card {
  padding: 18px;
  border: 1px solid rgba(104, 164, 196, 0.24);
  border-radius: 8px;
  background: #fafdff;
}

.evas-seo-card h3 {
  margin-bottom: 8px;
  color: #173746;
  font-size: 18px;
  line-height: 1.25;
}

.evas-seo-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.evas-query-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.evas-query-cloud span {
  padding: 8px 10px;
  border: 1px solid rgba(30, 67, 86, 0.14);
  border-radius: 6px;
  color: #1e4356;
  background: #eef7fb;
  font-size: 13px;
}

.evas-topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.evas-topic-list li {
  position: relative;
  padding-left: 18px;
  color: #344f5c;
  font-size: 15px;
  line-height: 1.55;
}

.evas-topic-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border: 1px solid #68a4c4;
  border-radius: 50%;
  background: #ffffff;
}

html[dir="rtl"] .evas-seo-panel,
body[dir="rtl"] .evas-seo-panel {
  text-align: right;
}

html[dir="rtl"] .evas-topic-list li,
body[dir="rtl"] .evas-topic-list li {
  padding-right: 18px;
  padding-left: 0;
}

html[dir="rtl"] .evas-topic-list li::before,
body[dir="rtl"] .evas-topic-list li::before {
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .evas-seo-section {
    padding: 38px 0;
  }

  .evas-seo-panel {
    padding: 20px;
  }

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

  .evas-topic-list {
    grid-template-columns: 1fr;
  }
}

/* The home hero uses an SEO-correct H1; keep the original light hero styling. */
#hero-no-slider h1 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

@media (max-width: 575px) {
  #hero-no-slider h1 {
    font-size: 30px;
  }
}
