.seo-contact-ribbon {
  background: linear-gradient(90deg, #0b4f86, #1e76bd);
  color: #fff;
  padding: 11px 0;
  position: relative;
  z-index: 2;
}
.seo-contact-ribbon .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.seo-contact-ribbon strong {
  font-size: 13px;
  letter-spacing: .02em;
}
.seo-contact-ribbon a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.seo-contact-ribbon a:hover { color: #ffd1ae; }
.seo-contact-ribbon .seo-ribbon-cta {
  background: #ee8c48;
  border-radius: 6px;
  color: #132238;
  padding: 6px 13px;
}

.seo-intent-block {
  background: linear-gradient(145deg, #f5faff 0%, #fff 60%, #fff8f2 100%);
  border-bottom: 1px solid #e1eaf1;
  padding: 70px 0 72px;
}
.seo-intent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 60px;
  align-items: center;
}
.seo-kicker {
  color: #1e76bd;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.seo-intent-block h2 {
  color: #12243a;
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: -.035em;
  line-height: 1.15;
  margin: 0 0 20px;
}
.seo-intent-block p {
  color: #647286;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 14px;
}
.seo-keyword-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.seo-keyword-links a,
.seo-keyword-links span {
  background: #e8f3fb;
  border: 1px solid #cfe4f3;
  border-radius: 999px;
  color: #155e96;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
}
.seo-lead-card {
  background: #0b3d6b;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(12, 54, 91, .2);
  color: #fff;
  padding: 30px;
}
.seo-lead-card h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
}
.seo-lead-card p {
  color: #c9e2f5;
  font-size: 14px;
  line-height: 1.65;
}
.seo-lead-card a {
  align-items: center;
  background: #ee8c48;
  border-radius: 8px;
  color: #10243a;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 10px;
  padding: 12px 15px;
}
.seo-lead-card a + a {
  background: rgba(255,255,255,.1);
  color: #fff;
}
.seo-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}
.seo-benefit-grid article {
  background: #fff;
  border: 1px solid #dce7ef;
  border-radius: 12px;
  padding: 22px;
}
.seo-benefit-grid b {
  color: #152a42;
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
.seo-benefit-grid p {
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}
.seo-benefit-icon {
  align-items: center;
  background: #e8f3fb;
  border-radius: 8px;
  color: #1e76bd;
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 14px;
  width: 34px;
}
.seo-mobile-contact { display: none; }

@media (max-width: 991px) {
  .seo-intent-grid { grid-template-columns: 1fr; gap: 32px; }
  .seo-lead-card { max-width: 560px; }
  .seo-benefit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body { padding-bottom: 58px; }
  .seo-contact-ribbon { padding: 9px 0; }
  .seo-contact-ribbon strong,
  .seo-contact-ribbon a[href^="mailto"],
  .seo-contact-ribbon .seo-ribbon-cta { display: none; }
  .seo-contact-ribbon .container { gap: 16px; }
  .seo-contact-ribbon a { font-size: 13px; }
  .seo-intent-block { padding: 48px 0 50px; }
  .seo-intent-block h2 { font-size: 31px; }
  .seo-intent-block p { font-size: 15px; }
  .seo-benefit-grid { margin-top: 28px; }
  .seo-mobile-contact {
    bottom: 0;
    box-shadow: 0 -8px 25px rgba(11, 40, 67, .16);
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
  }
  .seo-mobile-contact a {
    align-items: center;
    background: #1e76bd;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 58px;
  }
  .seo-mobile-contact a:last-child { background: #1fa463; }
}
