:root {
  --evas-ink: #102f3f;
  --evas-muted: #526b78;
  --evas-blue: #68a4c4;
  --evas-blue-dark: #1e4356;
  --evas-surface: #f3f8fa;
  --evas-border: rgba(30, 67, 86, .14);
}

body.seo-page {
  color: var(--evas-ink);
  background: #fff;
}

.seo-page #header {
  background: rgba(12, 41, 55, .96);
}

.seo-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.seo-header-actions > .language-selector {
  margin-left: 0;
}

[dir="rtl"] .seo-header-actions .language-options {
  right: auto;
  left: 0;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 82px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(8, 35, 48, .96), rgba(30, 67, 86, .78)),
    url("../img/hero-bg-960.webp") center/cover no-repeat;
}

.seo-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -120px 42%;
  height: 260px;
  border-radius: 50%;
  background: rgba(104, 164, 196, .18);
  filter: blur(2px);
}

.seo-hero .container {
  position: relative;
  z-index: 1;
}

.seo-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #bfe2f4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 960px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.05;
  text-wrap: balance;
}

.seo-hero p {
  max-width: 820px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
}

.seo-button:hover {
  color: #fff;
  border-color: #fff;
}

.seo-button--primary {
  color: var(--evas-blue-dark);
  background: #fff;
}

.seo-section {
  padding: 76px 0;
}

.seo-section--quiet {
  background: var(--evas-surface);
}

.seo-section h2 {
  max-width: 880px;
  margin: 0 0 22px;
  color: var(--evas-blue-dark);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  text-wrap: balance;
}

.seo-lead {
  max-width: 920px;
  color: var(--evas-muted);
  font-size: 19px;
  line-height: 1.75;
}

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

.seo-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--evas-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(30, 67, 86, .07);
}

.seo-card small {
  color: #4d849f;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-card h3 {
  margin: 11px 0 12px;
  color: var(--evas-blue-dark);
  font-size: 22px;
}

.seo-card p,
.seo-copy p,
.seo-copy li {
  color: var(--evas-muted);
  font-size: 17px;
  line-height: 1.75;
}

.seo-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(130px, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.seo-flow__step {
  position: relative;
  min-height: 150px;
  padding: 22px 16px;
  border: 1px solid var(--evas-border);
  border-radius: 8px;
  background: #fff;
}

.seo-flow__step b {
  display: block;
  margin-bottom: 10px;
  color: var(--evas-blue);
  font-size: 13px;
}

.seo-flow__step span {
  color: var(--evas-blue-dark);
  font-weight: 800;
  line-height: 1.35;
}

.seo-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 42px;
  align-items: start;
}

.seo-checklist {
  margin: 0;
  padding: 28px;
  border-radius: 10px;
  background: var(--evas-blue-dark);
  color: #fff;
  list-style: none;
}

.seo-checklist li {
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.5;
}

.seo-checklist li:last-child {
  border-bottom: 0;
}

.seo-checklist li::before {
  content: "✓";
  float: left;
  margin-left: -28px;
  color: #9fd0e8;
  font-weight: 900;
}

.seo-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.seo-related a {
  padding: 9px 13px;
  border: 1px solid var(--evas-border);
  border-radius: 5px;
  color: var(--evas-blue-dark);
  background: #fff;
  font-weight: 700;
}

.seo-cta {
  padding: 64px 0;
  color: #fff;
  background: var(--evas-blue-dark);
}

.seo-cta h2 {
  color: #fff;
}

.seo-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
}

.seo-breadcrumbs {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.seo-breadcrumbs a {
  color: #fff;
}

.static-news-card img,
.static-article__cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.static-news-card h2 {
  margin-top: 20px;
  font-size: 23px;
}

.static-article {
  max-width: 920px;
}

.static-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0 30px;
  color: var(--evas-muted);
  font-weight: 700;
}

.static-article__content p {
  color: #344f5d;
  font-size: 18px;
  line-height: 1.82;
}

.seo-author {
  margin: 36px 0 28px;
  padding: 24px 26px;
  border: 1px solid rgba(64, 178, 226, .22);
  border-left: 4px solid var(--evas-accent);
  border-radius: 10px;
  background: #f4f9fb;
}

.seo-author strong {
  display: block;
  margin-bottom: 8px;
  color: var(--evas-deep);
  font-size: 18px;
}

.seo-author p {
  margin: 0 0 8px;
  color: #344f5d;
  line-height: 1.65;
}

.seo-author a {
  font-weight: 700;
}

.seo-trust-section + .seo-trust-section {
  margin-top: 42px;
}

.seo-trust-section h2 {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .seo-hero {
    background:
      linear-gradient(115deg, rgba(8, 35, 48, .96), rgba(30, 67, 86, .78)),
      url("../img/hero-bg-20260712-v3.webp") center/cover no-repeat;
  }
}

@media (max-width: 1199px) {
  .seo-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .seo-header-actions {
    gap: 10px;
  }

  .seo-grid,
  .seo-two-col {
    grid-template-columns: 1fr;
  }

  .seo-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .seo-page #header .logo .site-logo span {
    font-size: 17px;
  }

  .seo-hero {
    padding: 118px 0 58px;
  }

  .seo-section {
    padding: 56px 0;
  }

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

  .seo-card,
  .seo-checklist {
    padding: 22px;
  }
}
