/**
 * Services page — /services/
 */

/* ─── Page Hero ─── */
.ik-page-hero {
  background-color: var(--color-primary-900);
  text-align: center;
  padding: 5rem max(var(--padding-min), 5vw);
}

.ik-page-hero h1 {
  color: var(--color-white);
  margin-bottom: 1rem;
}

.ik-page-hero p {
  color: var(--color-neutral-100);
  font-size: 1.125rem;
  max-width: none;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .ik-page-hero {
    padding: 3rem var(--padding-min);
  }
}

/* ─── Service section icon ─── */
.ik-service-icon-large {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}

/* ─── Service bullet list ─── */
.ik-service-bullets {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem 0;
}

.ik-service-bullets li {
  padding: 0.375rem 0 0.375rem 1.75rem;
  position: relative;
  color: var(--color-neutral-700);
}

.ik-service-bullets li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--color-brand-500);
  font-weight: 600;
}

/* ─── FAQ section ─── */
.ik-faq-list h3 {
  color: var(--color-primary-900);
  font-size: 1.125rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.ik-faq-list h3:first-child {
  margin-top: 0;
}

.ik-faq-list p {
  color: var(--color-neutral-700);
  margin-bottom: 0;
}
