.seo-content-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.seo-content-head {
  max-width: 1220px;
}

.seo-content-kicker {
  color: #0d6efd;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.seo-content-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
  opacity: 0.35;
}

.seo-content-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.seo-content-head p {
  max-width: 1100px;
  color: #17213b;
  font-size: 18px;
  line-height: 1.55;
}

.seo-check-card {
  border: 1px solid #dbe8fb;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.seo-card-blue {
  border-left: 5px solid #0d6efd;
}

.seo-card-green {
  border-left: 5px solid #24a148;
}

.seo-check-icon {
  width: 118px;
  min-width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 52px;
}

.seo-check-card h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-check-card > .d-flex {
  border-bottom: 2px solid currentColor;
  padding-bottom: 20px;
}

.seo-card-blue > .d-flex {
  color: #0d6efd;
}

.seo-card-green > .d-flex {
  color: #24a148;
}

.seo-check-card > .d-flex p {
  font-size: 18px;
  font-weight: 700;
}

.seo-check-item {
  padding: 18px 0;
  border-bottom: 1px dashed #cfe1fa;
}

.seo-check-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.check-green {
  color: #42b83f;
  font-size: 32px;
}

.seo-item-icon {
  width: 76px;
  min-width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 12px;
  font-size: 34px;
}

.seo-item-icon strong {
  font-size: 28px;
  line-height: 1;
}

.seo-check-item h4 {
  margin: 0 0 4px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.seo-check-item p {
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.4;
}

.icon-blue,
.icon-blue-light {
  color: #0d6efd;
  background: #eaf3ff;
}

.icon-green,
.icon-green-light {
  color: #24a148;
  background: #eef9ef;
}

.text-blue {
  color: #0d6efd;
}

.text-green {
  color: #087a3d;
}

.seo-content-cta {
  border: 1px solid #f2c28d;
  background: #fffaf3;
}

.seo-cta-icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ff6a00;
  background: #fff0e2;
  font-size: 46px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.75);
}

.seo-content-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.seo-content-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.seo-cta-divider {
  width: 1px;
  height: 86px;
  margin: 0 auto;
  background: #d9b98d;
}

.seo-cta-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.seo-cta-btn:hover {
  color: #ffffff;
}

.seo-proof-row {
  grid-template-columns: repeat(4, 1fr);
}

.seo-proof-item {
  min-height: 54px;
  color: #071333;
}

.seo-proof-item i {
  color: #0d6efd;
  font-size: 28px;
}

.seo-proof-item span {
  font-size: 16px;
  font-weight: 700;
}

/* =========================================================
   SEO Content Protection Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .seo-content-head h2 {
    font-size: 32px;
  }

  .seo-content-head p {
    font-size: 15px;
  }

  .seo-content-kicker {
    font-size: 14px;
  }

  .seo-check-icon {
    width: 96px;
    min-width: 96px;
    height: 96px;
    font-size: 42px;
  }

  .seo-check-card h3,
  .seo-content-cta h3 {
    font-size: 22px;
  }

  .seo-check-card > .d-flex p,
  .seo-content-cta p {
    font-size: 16px;
  }

  .seo-check-item h4 {
    font-size: 16px;
  }

  .seo-check-item p,
  .seo-cta-btn,
  .seo-proof-item span {
    font-size: 14px;
  }

  .seo-item-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .seo-proof-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-content-cta .row div{
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .seo-content-head h2 {
    font-size: 32px;
  }

  .seo-content-head p {
    font-size: 16px;
  }

  .seo-content-kicker span {
    width: 34px;
  }

  .seo-check-card > .d-flex,
  .seo-check-item {
    align-items: flex-start !important;
  }

  .seo-check-icon {
    width: 82px;
    min-width: 82px;
    height: 82px;
    font-size: 34px;
  }

  .seo-proof-row {
    grid-template-columns: 1fr;
  }

  .seo-cta-btn {
    width: 100%;
  }
}