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

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

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

.audit-hero h1 {
  max-width: 980px;
  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;
}

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

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

.audit-summary-card strong {
  display: block;
  color: var(--dark);
  font-size: 1.6rem;
  line-height: 1.14;
  letter-spacing: -.04em;
  margin-bottom: 18px;
}

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

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

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

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

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

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

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

.audit-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);
}

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

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

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

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

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

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

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

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

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

.audit-steps article {
  position: relative;
  min-height: 310px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 14px 38px rgba(16, 24, 40, .06);
}

.audit-steps b,
.requirement-list b {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eefbf8;
  color: var(--brand2);
  margin-bottom: 18px;
}

.audit-steps i {
  position: absolute;
  right: 24px;
  top: 26px;
  color: var(--brand);
  font-size: 1.7rem;
}

.audit-steps h3,
.report-section h2,
.cta-band h2 {
  font-weight: 950;
  letter-spacing: -.035em;
}

.audit-steps h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.audit-steps p,
.report-section p,
.requirement-list p {
  color: #475467;
}

.requirement-list {
  display: grid;
  gap: 14px;
}

.requirement-list div {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .05);
}

.requirement-list b {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.requirement-list p {
  margin: 0;
  font-weight: 700;
}

.cta-band {
  display: flex;
  gap: 28px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 18px 46px rgba(16, 24, 40, .08);
}

.cta-band h2 {
  max-width: 800px;
  margin-bottom: 0;
}

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

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

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

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

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

  .cta-band {
    display: block;
  }

  .cta-band .btn {
    margin-top: 22px;
    width: 100%;
  }
}

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

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

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

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

  .audit-steps article {
    min-height: auto;
  }
}
