.related-services-section {
      background: #f0f6ff;
      padding: 48px 0 40px;
      border-top: 1px solid rgba(13,110,253,0.10);
    }
    .related-services-inner {
      max-width: 960px;
      margin: 0 auto;
    }
    .related-services-title {
      font-size: 1.35rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 8px;
    }
    .related-services-intro {
      color: #475569;
      margin-bottom: 28px;
      font-size: 0.97rem;
    }
    .related-service-card {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding: 16px 18px;
      border-radius: 12px;
      border: 1px solid rgba(13,110,253,0.14);
      background: #fff;
      text-decoration: none;
      transition: box-shadow 0.18s, transform 0.18s;
      height: 100%;
    }
    .related-service-card:hover {
      box-shadow: 0 6px 24px rgba(13,110,253,0.12);
      transform: translateY(-2px);
      text-decoration: none;
    }
    .related-service-card__title {
      color: #0d6efd;
      font-size: 0.95rem;
      font-weight: 600;
    }
    .related-service-card__desc {
      color: #64748b;
      font-size: 0.85rem;
      line-height: 1.45;
    }