.appeals-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-appeals-complaints/1800/950") center/cover;
}

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

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

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

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

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

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

.appeals-summary-card p,
.process-panel p,
.process-panel li {
  color: #475467;
}

.flowchart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.flowchart-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(16, 24, 40, .12);
  text-decoration: none;
}

.flowchart-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.flowchart-grid span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  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-panel {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 14px 38px rgba(16, 24, 40, .06);
}

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

.process-panel h2,
.cta-band h2 {
  font-weight: 950;
  letter-spacing: -.035em;
}

.process-panel ol {
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.process-panel li {
  margin-bottom: 10px;
  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: 820px;
  margin-bottom: 0;
}

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

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

  .cta-band {
    display: block;
  }

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

@media (max-width: 640px) {
  .flowchart-grid span {
    position: static;
    display: flex;
    justify-content: center;
    border-radius: 0;
  }
}
