.seo-landing {
  color: #f5f1e8;
  background: #141414;
}

.seo-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
}

.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.58) 52%, rgba(10, 10, 10, 0.82));
  z-index: 1;
}

.seo-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.seo-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #d7a641;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.seo-hero p {
  max-width: 720px;
  color: #e8e1d5;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.seo-hero__actions,
.seo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

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

.seo-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(215, 166, 65, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.seo-card h2,
.seo-card h3 {
  color: #fff;
  letter-spacing: 0;
}

.seo-card p,
.seo-card li {
  color: #d9d4ca;
  line-height: 1.75;
}

.seo-card ul {
  padding-left: 20px;
}

.seo-band {
  background: #1c1c1c;
}

.seo-two {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 38px;
  align-items: start;
}

.seo-copy h2 {
  color: #fff;
  margin-bottom: 18px;
}

.seo-copy p,
.seo-copy li {
  color: #ddd5c8;
  line-height: 1.8;
}

.seo-checklist {
  margin: 0;
  padding-left: 20px;
}

.seo-cta {
  padding: 54px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(215, 166, 65, 0.28);
}

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

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

.seo-links a {
  color: #f5d58a;
  border-bottom: 1px solid rgba(245, 213, 138, 0.45);
}

@media (max-width: 900px) {
  .seo-hero {
    min-height: auto;
    padding: 120px 0 62px;
  }

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

  .seo-cta {
    padding: 30px;
  }
}
