.hg-lala-recovery-nav {
  --hg-lala-nav-ink: #173047;
  margin: 18px auto 30px;
  padding: 22px;
  border: 1px solid #cbdbe4;
  border-radius: 18px;
  background: linear-gradient(145deg, #edf6fa 0%, #f8fbfc 58%, #fff7ed 100%);
  color: var(--hg-lala-nav-ink);
  box-shadow: 0 10px 30px rgba(23, 48, 71, .1);
}

.hg-lala-recovery-nav,
.hg-lala-recovery-nav * {
  box-sizing: border-box;
}

.hg-lala-recovery-nav__head {
  max-width: 760px;
}

.hg-lala-recovery-nav__eyebrow {
  margin: 0 0 5px;
  color: #0a5e8c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hg-lala-recovery-nav__head h2 {
  margin: 0 0 7px;
  color: var(--hg-lala-nav-ink);
  font-size: clamp(25px, 3.5vw, 34px);
  line-height: 1.12;
}

.hg-lala-recovery-nav__head > p:last-child {
  margin: 0;
  color: #526777;
  font-size: 15px;
  line-height: 1.5;
}

.hg-lala-recovery-nav__sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.hg-lala-recovery-nav__sections > a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 88px;
  padding: 14px;
  border: 1px solid #d8e2e8;
  border-radius: 12px;
  background: #fff;
  color: var(--hg-lala-nav-ink);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hg-lala-recovery-nav__sections > a:hover,
.hg-lala-recovery-nav__sections > a:focus-visible {
  border-color: #0a5e8c;
  box-shadow: 0 6px 16px rgba(23, 48, 71, .12);
  transform: translateY(-1px);
}

.hg-lala-recovery-nav__sections i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8f2fb;
  color: #0d5f91;
  font-size: 15px;
}

.hg-lala-recovery-nav__sections span,
.hg-lala-recovery-nav__sections strong,
.hg-lala-recovery-nav__sections small {
  display: block;
}

.hg-lala-recovery-nav__sections strong {
  font-size: 14px;
  line-height: 1.3;
}

.hg-lala-recovery-nav__sections small {
  margin-top: 3px;
  color: #627686;
  font-size: 12px;
  line-height: 1.35;
}

.hg-lala-recovery-nav__pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #cbdbe4;
}

.hg-lala-recovery-nav__page {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #b8cbd6;
  border-radius: 999px;
  background: #fff;
  color: #173047;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.hg-lala-recovery-nav__page:hover,
.hg-lala-recovery-nav__page:focus-visible {
  border-color: #0a5e8c;
  color: #0a5e8c;
}

.hg-lala-recovery-nav__page--alert {
  border-color: #a82932;
  background: #a82932;
  color: #fff;
}

.hg-lala-recovery-nav__page--alert:hover,
.hg-lala-recovery-nav__page--alert:focus-visible {
  border-color: #7d1e26;
  background: #7d1e26;
  color: #fff;
}

.hg-lala-recovery {
  --hg-lala-ink: #173047;
  --hg-lala-muted: #526777;
  margin: 8px auto 34px;
  color: var(--hg-lala-ink);
}

.hg-lala-recovery,
.hg-lala-recovery * {
  box-sizing: border-box;
}

.hg-lala-recovery__intro {
  padding: 22px;
  border: 1px solid #d8e2e8;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7fbfd 0%, #eef6f8 100%);
}

.hg-lala-recovery__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #0a5e8c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hg-lala-recovery__intro h2 {
  margin: 0 0 10px;
  color: var(--hg-lala-ink);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.08;
  scroll-margin-top: 150px;
}

.hg-lala-recovery__intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.hg-lala-recovery__stamp {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #d8e2e8;
  color: var(--hg-lala-muted);
  font-size: 16px;
  line-height: 1.5;
}

.hg-lala-recovery__jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hg-lala-recovery__jump a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #b8cbd6;
  border-radius: 999px;
  background: #fff;
  color: var(--hg-lala-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.hg-lala-recovery__jump a:hover,
.hg-lala-recovery__jump a:focus-visible {
  border-color: #0a5e8c;
  color: #0a5e8c;
}

.hg-lala-recovery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.hg-lala-recovery__card {
  overflow: hidden;
  border: 1px solid #d8e2e8;
  border-top: 6px solid var(--island-accent);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 48, 71, .08);
}

.hg-lala-recovery__card-head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid #e4ebef;
}

.hg-lala-recovery__card-head h3 {
  margin: 0 0 5px;
  color: var(--hg-lala-ink);
  font-size: 24px;
  line-height: 1.15;
}

.hg-lala-recovery__card-head p {
  margin: 0;
  color: var(--hg-lala-muted);
  font-size: 16px;
  line-height: 1.5;
}

.hg-lala-recovery__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hg-lala-recovery__item {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 10px;
  padding: 16px 20px;
  border-bottom: 1px solid #edf1f3;
}

.hg-lala-recovery__item:last-child {
  border-bottom: 0;
}

.hg-lala-recovery__item > i {
  margin-top: 3px;
  color: var(--island-accent);
  font-size: 18px;
  text-align: center;
}

.hg-lala-recovery__label {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  margin-bottom: 4px;
}

.hg-lala-recovery__label strong {
  font-size: 17px;
}

.hg-lala-recovery__state {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff3cd;
  color: #714d00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hg-lala-recovery__state--major {
  background: #fde8e8;
  color: #8f1d24;
}

.hg-lala-recovery__state--open {
  background: #e7f6ee;
  color: #146945;
}

.hg-lala-recovery__state--live {
  background: #e8f2fb;
  color: #0d4f86;
}

.hg-lala-recovery__item p {
  margin: 0;
  color: #344e60;
  font-size: 17px;
  line-height: 1.55;
}

.hg-lala-recovery__item a {
  font-weight: 750;
}

.hg-lala-recovery__footer {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid #d97706;
  background: #fffbeb;
  color: #554516;
  font-size: 16px;
  line-height: 1.6;
}

.hg-lala-recovery__footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .hg-lala-recovery-nav__sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hg-lala-recovery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hg-lala-recovery-nav {
    padding: 18px 16px;
  }

  .hg-lala-recovery-nav__sections {
    grid-template-columns: 1fr;
  }

  .hg-lala-recovery-nav__sections > a {
    min-height: 0;
  }

  .hg-lala-recovery-nav__page {
    justify-content: flex-start;
    width: 100%;
    border-radius: 10px;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .hg-lala-recovery__intro,
  .hg-lala-recovery__card-head,
  .hg-lala-recovery__item,
  .hg-lala-recovery__footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hg-lala-recovery__jump a {
    flex: 1 1 calc(50% - 4px);
  }
}

@media (max-width: 340px) {
  .hg-lala-recovery__label {
    flex-direction: column;
    align-items: flex-start;
  }

  .hg-lala-recovery__state {
    min-height: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
    white-space: normal;
  }
}
