.language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 1.25rem 0 0;
}

.language-switcher a {
  border: 1px solid #d8dee8;
  border-radius: 999px;
  color: #344054;
  font-size: .82rem;
  padding: .35rem .7rem;
  text-decoration: none;
  text-transform: uppercase;
}

.language-switcher a[aria-current="page"] {
  background: #174ea6;
  border-color: #174ea6;
  color: #fff;
}

.guide-shot {
  margin: 0 auto 2rem;
  max-width: 390px;
}

.guide-shot img {
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(23, 36, 58, .16);
  height: auto;
  width: 100%;
}

.app-hero-grid > div,
.guide-head-inner > div {
  min-width: 0;
}

.app-hero h1 {
  font-size: clamp(2.35rem, 4.6vw, 4.35rem);
  overflow-wrap: anywhere;
}

.guide-head h1 {
  overflow-wrap: anywhere;
}

.guide-checklist {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-checklist li {
  background: #f7f9fc;
  border-left: 4px solid #174ea6;
  border-radius: 0 14px 14px 0;
  font-weight: 700;
  padding: 1rem 1.15rem;
}

.table-guide-steps {
  margin-top: 3rem;
}

.table-guide-step {
  display: block;
}

.table-guide-step:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

html[lang="ar"] body { direction: rtl; }

@media (max-width: 680px) {
  .app-hero h1 { font-size: clamp(2.1rem, 11vw, 3.25rem); }
  .language-switcher { gap: .35rem; }
  .language-switcher a { font-size: .75rem; }
}
