.placement-page .page-hero-lead {
  max-width: 44rem;
}

.placement-perks {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.65rem;
}

.placement-perks li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.placement-perks i {
  color: var(--brand-accent);
  margin-top: 0.15rem;
}

.placement-highlight-card {
  background: linear-gradient(160deg, #fff 0%, #f3f7fc 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.placement-highlight-card h3 {
  color: var(--brand-primary);
  margin-bottom: 0.65rem;
}

.placement-highlight-card p {
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.placement-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.placement-process-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem 1rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.placement-process-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(23, 48, 88, 0.08);
  color: var(--brand-primary);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.placement-process-card h3 {
  font-size: 0.98rem;
  color: var(--brand-primary);
  margin-bottom: 0.45rem;
}

.placement-process-card p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.placement-drives__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.placement-drives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.placement-drive-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 1.25rem 1.2rem;
  box-shadow: var(--shadow-sm);
}

.placement-drive-card h3 {
  color: var(--brand-primary);
  font-size: 1.02rem;
  margin-bottom: 0.65rem;
}

.placement-drive-card__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.placement-drive-card__meta i {
  color: var(--brand-accent);
  margin-right: 0.35rem;
}

.placement-cta-band {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #254a7a 100%);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.placement-cta-band h3 {
  color: #fff;
  margin-bottom: 0.35rem;
}

.placement-cta-band p {
  margin: 0;
  opacity: 0.92;
}

@media (max-width: 1199.98px) {
  .placement-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 575.98px) {
  .placement-process,
  .placement-drives {
    grid-template-columns: 1fr;
  }
}
