.seo-hero {
  background: linear-gradient(120deg, rgba(4, 53, 109, 0.92), rgba(0, 120, 199, 0.9));
  padding-top: 120px;
  padding-bottom: 60px;
}

.seo-hero h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 14px;
}

.seo-hero p {
  font-size: 1.05rem;
  max-width: 780px;
}

.hero-panel {
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.seo-content .content-card {
  background: #fff;
  border: 1px solid #dfe8f5;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(12, 68, 134, 0.08);
}

.seo-content .content-card h3 {
  margin-top: 0;
  color: #114071;
}

.icon-box {
  background: #fff;
  border: 1px solid #dce7f5;
  border-radius: 12px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 8px 22px rgba(12, 68, 134, 0.08);
}

.icon-box i {
  color: #0e67c5;
  font-size: 22px;
}

.icon-box h4 {
  margin: 12px 0 8px;
  font-size: 1.06rem;
  color: #123f70;
}

.step-box {
  background: #f7fbff;
  border: 1px solid #dce9f8;
  border-radius: 12px;
  padding: 18px;
  height: 100%;
}

.step-box span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #0d63c1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}

.consult-strip {
  background: linear-gradient(130deg, #083a72, #0f5ca8);
  border-radius: 14px;
  padding: 28px;
  color: #fff;
  text-align: center;
}

.consult-strip p {
  color: #dceeff;
}

.consult-strip .btn-get-started {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .seo-hero {
    padding-top: 110px;
  }
  .seo-hero h1 {
    font-size: 1.8rem;
  }
}
