.iroger-home-seo {
  background: #f5f8fb;
  border-top: 1px solid #e1e8ee;
  color: #172333;
  padding: 48px 20px;
}

.iroger-home-seo__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.iroger-home-seo__eyebrow {
  color: #0874b9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.iroger-home-seo h1 {
  color: #10243a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0;
  max-width: 850px;
}

.iroger-home-seo__intro {
  color: #45586c;
  font-size: 18px;
  line-height: 1.65;
  margin: 18px 0 28px;
  max-width: 900px;
}

.iroger-home-seo__choices {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iroger-home-seo__choices a {
  background: #fff;
  border: 1px solid #d8e2ea;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(23, 54, 82, .06);
  color: #173652;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.iroger-home-seo__choices a:hover,
.iroger-home-seo__choices a:focus-visible {
  background: #fff;
  border-color: #0874b9;
  box-shadow: 0 10px 28px rgba(8, 116, 185, .14);
  color: #0b4168;
  outline: 3px solid rgba(8, 116, 185, .18);
  transform: translateY(-2px);
}

.iroger-home-seo__choices strong {
  font-size: 18px;
}

.iroger-home-seo__choices span {
  color: #546678;
  line-height: 1.5;
}

.iroger-home-seo__details {
  border-top: 1px solid #d8e2ea;
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
  padding-top: 28px;
}

.iroger-home-seo__details h2 {
  color: #173652;
  font-size: 20px;
  margin: 0 0 8px;
}

.iroger-home-seo__details p {
  color: #4a5e71;
  line-height: 1.65;
  margin: 0;
}

.iroger-home-seo__details a {
  color: #075f99;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 760px) {
  .iroger-home-seo {
    padding: 36px 18px;
  }

  .iroger-home-seo__choices,
  .iroger-home-seo__details {
    grid-template-columns: 1fr;
  }

  .iroger-home-seo__intro {
    font-size: 16px;
  }
}
