.ah-related112 {
  width: min(1120px, calc(100% - 36px));
  margin: 28px auto 34px;
  padding: 24px;
  border: 1px solid #e2e9f1;
  border-radius: 18px;
  background: linear-gradient(135deg,#ffffff 0%,#f7fafc 100%);
  box-shadow: 0 10px 28px rgba(16,35,61,.055);
  box-sizing: border-box;
  font-family: Arial,Helvetica,sans-serif;
  color: #10233d;
}
.ah-related112 * { box-sizing: border-box; }
.ah-related112-head {
  display: flex;
  gap: 22px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ah-related112-kicker {
  display: block;
  margin-bottom: 5px;
  color: #b84d12;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ah-related112 h2 {
  margin: 0;
  color: #10233d;
  font-size: 23px;
  line-height: 1.25;
}
.ah-related112-head p {
  max-width: 520px;
  margin: 0;
  color: #65768a;
  font-size: 13px;
  line-height: 1.6;
}
.ah-related112-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.ah-related112-card {
  display: block;
  min-height: 100%;
  padding: 16px;
  border: 1px solid #e2e9f1;
  border-radius: 13px;
  background: #fff;
  color: #10233d !important;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ah-related112-card:hover {
  transform: translateY(-1px);
  border-color: #cdd9e5;
  box-shadow: 0 7px 18px rgba(16,35,61,.07);
}
.ah-related112-card strong {
  display: block;
  margin-bottom: 5px;
  color: #174f82;
  font-size: 14px;
}
.ah-related112-card span {
  display: block;
  color: #65768a;
  font-size: 12px;
  line-height: 1.55;
}
.ah-related112-card em {
  display: block;
  margin-top: 10px;
  color: #f36b21;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 820px) {
  .ah-related112-head { display: block; }
  .ah-related112-head p { margin-top: 8px; }
  .ah-related112-grid { grid-template-columns: 1fr; }
}
