/* Single service detail page */

.service-single__hero {
  position: relative;
  min-height: 510px;
  padding: 385px var(--page-gutter) 56px;
  background:
    linear-gradient(234.85deg, rgba(46, 3, 114, 0.79) 0%, rgba(1, 0, 7, 0.79) 88.08%),
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.1) 0, transparent 35%),
    linear-gradient(90deg, rgba(31, 11, 56, 0.45), rgba(31, 11, 56, 0.45));
  color: #fff;
}

.service-single__hero-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.service-single__hero-title {
  margin: 0;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-single__hero-summary {
  margin: 14px 0 0;
  max-width: 980px;
  font-size: 22px;
  line-height: 1.4;
}

.service-single__main {
  padding: 42px var(--page-gutter) 74px;
  background: #fff;
}

.service-single__main-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.service-single__body {
  background: #fff;
  padding: 0;
}

.service-single__rich {
  font-family: var(--font-lato);
  color: #000;
  line-height: 1.4;
  font-size: 20px;
}

.service-single__rich h2,
.service-single__rich h3,
.service-single__rich h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: #030f5e;
}

.service-single__rich h2 {
  font-size: 36px;
  line-height: 1.4;
}

.service-single__rich h3 {
  font-size: 28px;
  line-height: 1.4;
}

.service-single__rich p {
  margin: 0 0 14px;
}

.service-single__rich ul {
  padding-left: 22px;
  margin: 0 0 16px;
}

.service-single__rich li {
  margin-bottom: 6px;
}

.service-single__related {
  padding: 62px var(--page-gutter) 76px;
  background: #f5f5f5;
}

.service-single__related-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.service-single__related-title {
  margin: 0 0 48px;
  font-family: var(--font-lato);
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #030f5e;
}

.service-single__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 52px;
}

.service-single__related-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.service-single__related-icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-single__icon--violet { background: #8c03aa; }
.service-single__icon--blue { background: #3503aa; }
.service-single__icon--red { background: #a00303; }
.service-single__icon--gold { background: #aa9703; }
.service-single__icon--green { background: #03781c; }
.service-single__icon--cyan { background: #038eaa; }

.service-single__related-icon-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-single__related-name {
  margin: 0 0 10px;
  font-family: var(--font-lato);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.service-single__related-name a:hover {
  text-decoration: none;
}

.service-single__related-summary {
  margin: 0;
  font-family: var(--font-lato);
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

/* Template: minimal — shorter hero, tighter type */
.service-single--minimal .service-single__hero {
  min-height: auto;
  padding: 140px var(--page-gutter) 40px;
}

.service-single--minimal .service-single__hero-title {
  font-size: 32px;
}

.service-single--minimal .service-single__hero-summary {
  font-size: 18px;
}

.service-single--minimal .service-single__main-inner {
  max-width: 46rem;
}

/* Template: landing — same hero scale as default, no extra modifier needed */

/* ——— Deliverables phase accordion (ACF deliverables_phases) ——— */
.svc-deliverables {
  margin: 32px 0 8px;
}

.svc-deliverables__title {
  margin: 0 0 20px;
  font-family: var(--font-lato);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #030f5e;
}

.svc-deliverables__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-deliverables__item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(3, 15, 94, 0.15);
}

.svc-deliverables__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  border: none;
  text-align: left;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.35;
  color: #f5f5f5;
  background: #030f5e;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.svc-deliverables__trigger--alt {
  background: #3503aa;
}

.svc-deliverables__trigger.is-active {
  background: #580a72;
}

.svc-deliverables__trigger:focus-visible {
  outline: 2px solid #030f5e;
  outline-offset: 2px;
}

.svc-deliverables__panel {
  padding: 20px 18px 22px;
  background: #f8f8fa;
  border-top: 1px solid rgba(3, 15, 94, 0.08);
}

.svc-deliverables__list {
  margin: 0;
  padding-left: 22px;
}

.svc-deliverables__list li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.45;
}

.svc-deliverables__list li:last-child {
  margin-bottom: 0;
}

.svc-deliverables__outcome {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.45;
  color: #1a1a1a;
}

.svc-deliverables__outcome strong {
  color: #030f5e;
}
