.maaab-info-page {
  background: #f5f8fc;
  color: #172033;
}

.maaab-info-hero {
  position: relative;
  overflow: hidden;
  padding: 22px 0 62px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .16) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(128deg, #052f72 0%, #0757b8 58%, #0874d1 100%);
  color: #fff;
}

.maaab-info-hero::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border: 70px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.maaab-info-hero .maaab-breadcrumbs {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .72);
}

.maaab-info-hero .maaab-breadcrumbs a {
  color: #fff;
  font-weight: 700;
}

.maaab-info-hero .maaab-breadcrumbs span[aria-hidden] {
  margin: 0 8px;
  color: rgba(255, 255, 255, .48);
}

.maaab-info-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  max-width: 920px;
}

.maaab-info-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
  font-size: 29px;
}

.maaab-info-hero__kicker {
  display: block;
  margin: 1px 0 6px;
  color: #b9dcff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.maaab-info-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.maaab-info-hero__content p {
  max-width: 760px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  line-height: 1.65;
}

.maaab-info-hero__updated {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 700;
}

.maaab-info-main {
  position: relative;
  z-index: 2;
  padding: 0 0 64px;
}

.maaab-info-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  margin-top: -30px;
}

.maaab-info-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
}

.maaab-info-nav,
.maaab-info-help,
.maaab-info-card {
  border: 1px solid #e1e8f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(23, 42, 75, .08);
}

.maaab-info-nav {
  overflow: hidden;
  padding: 12px;
}

.maaab-info-nav__title {
  display: block;
  padding: 7px 10px 12px;
  color: #6d788c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.maaab-info-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 10px 11px;
  border-radius: 10px;
  color: #324057;
  font-size: 13px;
  font-weight: 800;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.maaab-info-nav__link > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.maaab-info-nav__link > span i {
  width: 20px;
  color: #6a7a92;
  text-align: center;
}

.maaab-info-nav__link:hover,
.maaab-info-nav__link:focus {
  background: #eef5ff;
  color: #0757b8;
  text-decoration: none;
  transform: translateX(2px);
}

.maaab-info-nav__link.is-active {
  background: linear-gradient(135deg, #0757b8, #0874d1);
  color: #fff;
  box-shadow: 0 7px 18px rgba(7, 87, 184, .2);
}

.maaab-info-nav__link.is-active i,
.maaab-info-nav__link.is-active > span i {
  color: #fff;
}

.maaab-info-help {
  padding: 21px;
  background: linear-gradient(150deg, #fff 0%, #f1f7ff 100%);
}

.maaab-info-help__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 13px;
  border-radius: 11px;
  background: #e5f1ff;
  color: #0757b8;
  font-size: 18px;
}

.maaab-info-help strong {
  display: block;
  color: #172033;
  font-size: 17px;
}

.maaab-info-help p {
  margin: 7px 0 13px;
  color: #667389;
  font-size: 13px;
  line-height: 1.6;
}

.maaab-info-help a {
  color: #0757b8;
  font-size: 12px;
  font-weight: 900;
}

.maaab-info-help a i {
  margin-left: 5px;
}

.maaab-info-help .maaab-info-help__email {
  display: block;
  margin-top: 9px;
  overflow-wrap: anywhere;
  color: #5d6d83;
  font-size: 11px;
  font-weight: 700;
}

.maaab-info-card {
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
}

.maaab-info-prose {
  color: #3b4658;
  font-size: 15px;
  line-height: 1.78;
}

.maaab-info-prose > p:first-child,
.maaab-info-intro p:first-child {
  margin-top: 0;
  color: #26344a;
  font-size: 17px;
  line-height: 1.75;
}

.maaab-info-prose p {
  margin: 0 0 17px;
}

.maaab-info-prose h2 {
  position: relative;
  margin: 38px 0 15px;
  padding-top: 4px;
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.015em;
  line-height: 1.3;
}

.maaab-info-prose h2::before {
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: #ff6b00;
  content: '';
}

.maaab-info-prose h3,
.maaab-info-prose h4 {
  margin: 26px 0 10px;
  color: #243149;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

.maaab-info-prose hr {
  height: 1px;
  margin: 30px 0;
  border: 0;
  background: #e8edf4;
}

.maaab-info-prose ul,
.maaab-info-prose ol {
  display: grid;
  gap: 9px;
  margin: 12px 0 22px;
  padding-left: 23px;
}

.maaab-info-prose li {
  padding-left: 4px;
}

.maaab-info-prose li::marker {
  color: #0874d1;
}

.maaab-info-prose a {
  color: #0757b8;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(7, 87, 184, .28);
  text-underline-offset: 3px;
}

.maaab-info-intro {
  max-width: 820px;
}

.maaab-info-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.maaab-info-section-card {
  padding: 24px;
  border: 1px solid #e2eaf4;
  border-radius: 14px;
  background: #f8fbff;
}

.maaab-info-section-card h2 {
  margin-top: 0;
  font-size: 20px;
}

.maaab-info-section-card p:last-child,
.maaab-info-highlight p:last-child {
  margin-bottom: 0;
}

.maaab-info-highlight {
  display: flex;
  gap: 17px;
  margin-top: 36px;
  padding: 24px;
  border: 1px solid #bdddff;
  border-radius: 14px;
  background: #eef7ff;
}

.maaab-info-highlight__icon {
  flex: 0 0 auto;
  color: #0874d1;
  font-size: 25px;
  line-height: 1;
}

.maaab-info-highlight h2 {
  margin: -3px 0 9px;
  padding: 0;
  font-size: 20px;
}

.maaab-info-highlight h2::before {
  display: none;
}

.maaab-faq-intro {
  max-width: 780px;
  margin-bottom: 25px;
}

.maaab-faq-list {
  display: grid;
  gap: 12px;
}

.maaab-faq-item {
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 13px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.maaab-faq-item[open] {
  border-color: #9ecbfa;
  box-shadow: 0 9px 24px rgba(7, 87, 184, .08);
}

.maaab-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #233149;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.maaab-faq-item summary::-webkit-details-marker {
  display: none;
}

.maaab-faq-item summary:focus-visible {
  outline: 3px solid rgba(7, 87, 184, .2);
  outline-offset: -3px;
}

.maaab-faq-item summary i {
  flex: 0 0 auto;
  color: #0874d1;
  font-size: 18px;
  transition: transform .18s ease;
}

.maaab-faq-item[open] summary i {
  transform: rotate(180deg);
}

.maaab-faq-answer {
  padding: 0 20px 20px;
  border-top: 1px solid #edf1f6;
}

.maaab-faq-answer p {
  margin: 17px 0 0;
}

.maaab-faq-answer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
}

.maaab-contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.maaab-contact-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 17px;
  border: 1px solid #dce6f2;
  border-radius: 13px;
  background: #f9fbfe;
  color: #233149;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.maaab-contact-option:hover,
.maaab-contact-option:focus {
  border-color: #9cc8f7;
  color: #0757b8;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 87, 184, .09);
  transform: translateY(-2px);
}

.maaab-contact-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 11px;
  background: #e7f2ff;
  color: #0757b8;
  font-size: 17px;
}

.maaab-contact-option span:nth-child(2) {
  min-width: 0;
}

.maaab-contact-option small,
.maaab-contact-option strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.maaab-contact-option small {
  margin-bottom: 3px;
  color: #718096;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.maaab-contact-option strong {
  font-size: 13px;
}

.maaab-info-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 35px -46px -46px;
  padding: 24px 46px;
  background: #062f70;
  color: #fff;
}

.maaab-info-contact-cta span,
.maaab-info-contact-cta strong {
  display: block;
}

.maaab-info-contact-cta span {
  margin-bottom: 4px;
  color: #b8d8ff;
  font-size: 12px;
  font-weight: 800;
}

.maaab-info-contact-cta strong {
  font-size: 15px;
}

.maaab-info-contact-cta .btn {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 17px;
  border: 0;
  border-radius: 9px;
  background: #ff6b00;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.maaab-info-contact-cta .btn:hover,
.maaab-info-contact-cta .btn:focus {
  background: #e95f00;
  color: #fff;
}

@media (max-width: 991px) {
  .maaab-info-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
  }

  .maaab-info-card {
    padding: 30px;
  }

  .maaab-info-contact-cta {
    margin: 32px -30px -30px;
    padding: 22px 30px;
  }

  .maaab-contact-options,
  .maaab-info-section-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .maaab-info-hero {
    padding: 15px 0 50px;
  }

  .maaab-info-hero .maaab-breadcrumbs {
    margin-bottom: 20px;
  }

  .maaab-info-hero__content {
    gap: 14px;
  }

  .maaab-info-hero__icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    font-size: 21px;
  }

  .maaab-info-hero h1 {
    font-size: 29px;
  }

  .maaab-info-hero__content p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.55;
  }

  .maaab-info-hero__updated {
    margin-top: 12px;
    font-size: 11px;
  }

  .maaab-info-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: -24px;
  }

  .maaab-info-sidebar {
    position: static;
    order: 2;
  }

  .maaab-info-card {
    order: 1;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .maaab-info-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .maaab-info-nav__title {
    grid-column: 1 / -1;
  }

  .maaab-info-nav__link {
    min-height: 44px;
    font-size: 11px;
  }

  .maaab-info-nav__link > i {
    display: none;
  }

  .maaab-info-help {
    display: none;
  }

  .maaab-info-prose {
    font-size: 14px;
    line-height: 1.72;
  }

  .maaab-info-prose > p:first-child,
  .maaab-info-intro p:first-child {
    font-size: 15px;
  }

  .maaab-info-prose h2 {
    margin-top: 30px;
    font-size: 21px;
  }

  .maaab-info-section-card,
  .maaab-info-highlight {
    padding: 19px;
  }

  .maaab-contact-options {
    gap: 10px;
    margin-bottom: 26px;
  }

  .maaab-contact-option {
    padding: 14px;
  }

  .maaab-info-contact-cta {
    align-items: stretch;
    flex-direction: column;
    margin: 30px -20px -24px;
    padding: 21px 20px;
  }

  .maaab-info-contact-cta .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .maaab-info-hero__icon {
    display: none;
  }

  .maaab-info-nav {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maaab-info-nav__link,
  .maaab-contact-option {
    transition: none;
  }
}
