.seo-service-page {
  background:
    radial-gradient(circle at 18% 4%, rgba(252, 3, 17, 0.12), transparent 30rem),
    radial-gradient(circle at 82% 22%, rgba(253, 192, 84, 0.08), transparent 28rem),
    #0d0d0d;
  color: #e9edf5;
}

.seo-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: clamp(5.5rem, 10vw, 8rem) 0 4.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0d0d;
}

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

.seo-hero-layout {
  display: block;
}

.seo-hero-content {
  position: relative;
  z-index: 2;
  width: min(60%, 740px);
  min-width: 0;
}

.seo-breadcrumbs {
  margin: 0 0 1.5rem;
  color: #99a2b5;
  font-size: 0.88rem;
}

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

.seo-kicker {
  margin: 0 0 0.9rem;
  color: #fdc054;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  letter-spacing: 0.015em;
  line-height: 0.92;
}

.seo-hero-visual {
  position: absolute;
  z-index: 0;
  inset: clamp(6rem, 7vw, 6.5rem) 0 0 max(34%, calc(50% - 180px));
  margin: 0;
  overflow: hidden;
  background: #0d0d0d;
}

.seo-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0d0d0d 0%, rgba(13, 13, 13, 0.96) 22%, rgba(13, 13, 13, 0.8) 44%, rgba(13, 13, 13, 0.3) 66%, rgba(13, 13, 13, 0.04) 88%),
    linear-gradient(180deg, rgba(13, 13, 13, 0.2) 0%, transparent 52%, rgba(13, 13, 13, 0.55) 100%);
  pointer-events: none;
}

.seo-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-hero-visual--ghl img {
  object-position: 72% top;
}

.seo-hero-visual--lead-generation img {
  object-position: 70% center;
}

.seo-hero-visual figcaption {
  display: none;
}

.seo-hero-visual figcaption strong {
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-hero-visual figcaption span {
  color: #fdc054;
  font-size: 0.74rem;
}

.seo-gradient {
  background: linear-gradient(90deg, #fc0311, #fdc054);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.seo-hero-copy {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: #b6bfd0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.seo-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.75rem 0.2rem;
  color: #fdc054;
  font-weight: 800;
}

.seo-proof {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3.2rem;
  max-width: 760px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
}

.seo-proof div {
  padding: 1.15rem;
  background: rgba(18, 18, 18, 0.92);
}

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

.seo-proof strong {
  color: #fff;
  font-size: 1.22rem;
}

.seo-proof span {
  margin-top: 0.2rem;
  color: #8e98ab;
  font-size: 0.8rem;
}

.seo-section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.seo-section-soft {
  background: rgba(255, 255, 255, 0.025);
}

.seo-answer {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.seo-answer h2,
.seo-section h2 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  letter-spacing: 0.02em;
  line-height: 0.98;
}

.seo-answer p,
.seo-intro {
  margin: 0;
  color: #b6bfd0;
  font-size: 1.08rem;
  line-height: 1.75;
}

.seo-intro {
  max-width: 760px;
  margin-top: 1rem;
}

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

.seo-card {
  padding: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(17, 17, 17, 0.84);
}

.seo-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(252, 3, 17, 0.14);
  color: #fdc054;
  font-weight: 800;
}

.seo-card h3 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.35;
}

.seo-card p,
.seo-card li {
  color: #9fa9bb;
  line-height: 1.65;
}

.seo-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.seo-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.seo-checklist {
  display: grid;
  gap: 0.85rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-checklist li {
  position: relative;
  padding-left: 1.8rem;
  color: #b6bfd0;
  line-height: 1.6;
}

.seo-checklist li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.68rem;
  height: 0.36rem;
  border-bottom: 2px solid #fdc054;
  border-left: 2px solid #fdc054;
  transform: rotate(-45deg);
}

.seo-callout {
  padding: 1.8rem;
  border: 1px solid rgba(253, 192, 84, 0.24);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(253, 192, 84, 0.08), rgba(252, 3, 17, 0.06));
}

.seo-callout h3 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: 1.25rem;
}

.seo-callout p {
  margin: 0;
  color: #b6bfd0;
  line-height: 1.7;
}

.seo-faq {
  display: grid;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.seo-faq details {
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.86);
}

.seo-faq summary {
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.seo-faq p {
  margin: 0.9rem 0 0;
  color: #aab3c4;
  line-height: 1.7;
}

.seo-final {
  text-align: center;
}

.seo-final p {
  max-width: 680px;
  margin: 1rem auto 0;
  color: #b6bfd0;
  font-size: 1.08rem;
  line-height: 1.7;
}

.seo-final .seo-actions {
  justify-content: center;
}

.seo-updated {
  margin-top: 1.25rem;
  color: #737d90;
  font-size: 0.78rem;
}

@media (max-width: 860px) {
  .seo-hero { min-height: 0; }
  .seo-hero-content { width: min(76%, 680px); }
  .seo-hero-visual {
    left: 24%;
    opacity: 0.62;
  }

  .seo-hero-visual::after {
    background:
      linear-gradient(90deg, #0d0d0d 0%, rgba(13, 13, 13, 0.94) 28%, rgba(13, 13, 13, 0.42) 72%, rgba(13, 13, 13, 0.2) 100%),
      linear-gradient(180deg, rgba(13, 13, 13, 0.18) 0%, transparent 45%, rgba(13, 13, 13, 0.72) 100%);
  }

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

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

@media (max-width: 560px) {
  .seo-hero-content { width: 100%; }
  .seo-hero-visual { left: 0; opacity: 0.34; }

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

  .seo-hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .seo-actions .btn,
  .seo-actions .seo-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
