body.support-page {
  margin: 0;
  background: #f7f8fb;
  color: #171a24;
}

.support-main {
  width: min(720px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 calc(var(--selora-mobile-nav-clearance, 92px) + 38px);
}

.support-hero {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(42, 57, 198, .10);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 50px rgba(20, 27, 76, .07);
}

.support-hero__icon,
.support-topic__icon,
.support-tip__icon,
.support-security__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #2a39c6;
  background: rgba(42, 57, 198, .08);
}

.support-hero__icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border-radius: 18px;
}

.support-hero__icon svg { width: 28px; height: 28px; }

.support-hero__icon path,
.support-action__icon path,
.support-action__arrow path,
.support-topic__icon path,
.support-topic__icon circle,
.support-tip__icon path,
.support-tip__icon circle,
.support-security__icon path,
.support-faq summary svg path {
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-hero__eyebrow,
.support-section__eyebrow {
  margin: 0 0 5px;
  color: #2a39c6;
  font-size: 13px;
  font-weight: 800;
}

.support-hero h1 {
  margin: 0;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.35;
}

.support-hero p:last-child {
  margin: 10px 0 0;
  color: #686d7d;
  line-height: 1.9;
  font-size: 14px;
}

.support-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.support-action {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 14px 18px;
  border: 1px solid #e7e9f0;
  border-radius: 22px;
  background: #fff;
  color: #202431;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.support-action:hover {
  transform: translateY(-1px);
  border-color: rgba(42, 57, 198, .22);
  box-shadow: 0 12px 34px rgba(20, 27, 76, .07);
}

.support-action--primary { border-color: rgba(42, 57, 198, .16); }

.support-action__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #f2f3fb;
  color: #2a39c6;
}

.support-action__icon svg { width: 24px; height: 24px; }
.support-action > span:nth-child(2) { display: grid; gap: 3px; }
.support-action strong { font-size: 14px; }
.support-action small { color: #7a7f8f; font-size: 13px; }
.support-action__arrow { width: 20px; height: 20px; margin-right: auto; color: #9a9dac; }

.support-section {
  margin-top: 30px;
}

.support-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 0 4px;
}

.support-section__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #202431;
}

.support-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.support-topic {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #e7e9f0;
  border-radius: 22px;
  background: #fff;
}

.support-topic__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.support-topic__icon svg {
  width: 21px;
  height: 21px;
}

.support-topic h3 {
  margin: 1px 0 6px;
  font-size: 14px;
  line-height: 1.5;
}

.support-topic p {
  margin: 0;
  color: #747988;
  font-size: 12.5px;
  line-height: 1.85;
}

.support-tip,
.support-security {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 18px;
  padding: 17px 18px;
  border-radius: 20px;
}

.support-tip {
  border: 1px solid rgba(42, 57, 198, .12);
  background: rgba(42, 57, 198, .045);
}

.support-security {
  border: 1px solid #e7e9f0;
  background: #fff;
}

.support-tip__icon,
.support-security__icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
}

.support-tip__icon svg,
.support-security__icon svg {
  width: 20px;
  height: 20px;
}

.support-tip strong,
.support-security strong {
  display: block;
  margin: 1px 0 4px;
  font-size: 13.5px;
}

.support-tip p,
.support-security p {
  margin: 0;
  color: #707584;
  font-size: 12.5px;
  line-height: 1.85;
}

.support-section--faq {
  margin-top: 28px;
}

.support-faq {
  overflow: hidden;
  border: 1px solid #e7e9f0;
  border-radius: 22px;
  background: #fff;
}

.support-faq details + details {
  border-top: 1px solid #eceef3;
}

.support-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 66px;
  padding: 0 18px;
  color: #2b2f3c;
  font-size: 13.5px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

.support-faq summary svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #9296a5;
  transition: transform .18s ease;
}

.support-faq details[open] summary svg {
  transform: rotate(180deg);
}

.support-faq details > p {
  margin: -4px 18px 0;
  padding: 0 0 18px;
  color: #747988;
  font-size: 12.5px;
  line-height: 1.9;
}

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

.support-shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 17px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7e9f0;
  color: #2b2f3c;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.support-shortcut svg { width: 18px; height: 18px; color: #8d91a0; }

@media (max-width: 640px) {
  .support-main {
    width: min(100% - 28px, 720px);
    padding-top: 20px;
  }

  .support-hero {
    padding: 20px;
    border-radius: 24px;
  }

  .support-section {
    margin-top: 26px;
  }

  .support-topic-grid,
  .support-shortcuts {
    grid-template-columns: 1fr;
  }

  .support-topic {
    padding: 16px;
  }

  .support-faq summary {
    min-height: 64px;
    padding: 0 16px;
  }

  .support-faq details > p {
    margin-inline: 16px;
  }
}
