.process-hero {
  position: relative;
  padding: 170px 0 92px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(255,255,255,.72)),
    url("https://picsum.photos/seed/qaic-process/1800/950") center/cover;
}

.process-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
}

.process-hero .container {
  position: relative;
}

.process-hero h1 {
  max-width: 960px;
  font-size: clamp(2.4rem, 4.6vw, 4.9rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950;
}

.breadcrumb-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: #667085;
  font-weight: 800;
}

.breadcrumb-nav a {
  color: var(--brand2);
  text-decoration: none;
}

.cycle-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 24px 68px rgba(16, 24, 40, .14);
}

.cycle-card span {
  display: block;
  color: var(--brand2);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}

.cycle-card strong {
  display: block;
  color: var(--dark);
  font-size: 4.5rem;
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 950;
  margin-bottom: 18px;
}

.cycle-card p {
  color: #475467;
  margin-bottom: 0;
}

.services-offered {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.services-offered::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: var(--line);
  pointer-events: none;
}

.services-offered .container {
  position: relative;
}

.services-offered h2 {
  max-width: 760px;
  font-size: clamp(1.85rem, 3vw, 3.05rem);
  line-height: 1.08;
}

.services-intro {
  color: #475467;
  font-weight: 700;
  margin-bottom: 0;
}

.services-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 44px rgba(16, 24, 40, .07);
}

.services-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: #f8fbfb;
  border-bottom: 1px solid var(--line);
}

.services-panel-head span {
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--brand2);
}

.services-panel-head strong {
  color: var(--dark);
  font-size: 1rem;
}

.standards-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.standard-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
}

.standard-row:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.standard-row:nth-last-child(-n+2) {
  border-bottom: 0;
}

.standard-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 8px;
  background: #eefbf8;
  color: var(--brand2);
  font-size: .85rem;
  font-weight: 950;
  letter-spacing: .06em;
}

.standard-row strong {
  color: #1d2939;
  font-size: 1rem;
  line-height: 1.28;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 24, 40, .08);
}

.process-intro {
  max-width: 760px;
  margin: 12px auto 0;
  color: #475467;
  font-weight: 700;
}

.process-chart-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.process-chart-wrap a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .13);
  text-decoration: none;
}

.process-chart-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.process-chart-wrap span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 999px;
  background: rgba(16, 24, 40, .86);
  color: #fff;
  padding: 10px 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(16, 24, 40, .24);
}

.process-transcript {
  padding-top: 0;
}

.process-step {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step:nth-child(4n) {
  border-right: 0;
}

.process-step:nth-child(n+5) {
  border-bottom: 0;
}

.process-step b {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eefbf8;
  color: var(--brand2);
  font-size: .95rem;
  margin-bottom: 22px;
}

.process-step h3,
.cycle-grid h3,
.note-panel h2 {
  font-weight: 950;
  letter-spacing: -.035em;
}

.process-step h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.process-step p,
.cycle-section p,
.note-panel p {
  color: #475467;
}

.cycle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.initial-certification-detail {
  padding-top: 90px;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.detail-list div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.detail-list b {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #eefbf8;
  color: var(--brand2);
}

.detail-list p {
  color: #475467;
  font-weight: 700;
  margin: 0;
}

.cycle-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(16, 24, 40, .06);
}

.cycle-grid i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.note-panel {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 24, 40, .06);
}

.featured-note {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff;
}

.featured-note p {
  color: #effffb;
}

@media (max-width: 1199px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:nth-child(2n) {
    border-right: 0;
  }

  .process-step:nth-child(n+5) {
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(n+7) {
    border-bottom: 0;
  }
}

@media (max-width: 991px) {
  .process-hero {
    padding: 130px 0 72px;
  }

  .standards-list {
    grid-template-columns: 1fr;
  }

  .standard-row,
  .standard-row:nth-child(odd),
  .standard-row:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .standard-row:last-child {
    border-bottom: 0;
  }

  .cycle-grid {
    grid-template-columns: 1fr;
  }

  .detail-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .services-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .standard-row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .standard-row span {
    justify-content: flex-start;
    width: max-content;
    padding: 0 12px;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step:nth-child(n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .cycle-card strong {
    font-size: 3.6rem;
  }

  .process-chart-wrap span {
    position: static;
    display: flex;
    justify-content: center;
    border-radius: 0;
  }
}
