/* ─── HERO ───────────────────────────────────────────────────────────────── */
.support-hero__container {
  background: linear-gradient(262deg, #3E5D83 14.11%, #84A39D 56.07%, #F5CAC3 93.59%);
  border-radius: 50px;
}

.support-hero__content {
  flex: 0 0 48%;
  max-width: 48%;
  gap: 1.25rem;
}

.support-hero__title {
  font-size: 60px;
  line-height: 64px;
  color: #ffffff;
}

.support-hero__sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.support-hero__design {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* ─── VIDEO SECTION ──────────────────────────────────────────────────────── */
.sup-videos {
  background: #ffffff;
  padding: 80px 60px;
}

.sup-videos__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}

.sup-videos__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #071738;
  text-align: center;
  margin: 0;
  max-width: 789px;
}

.sup-videos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.sup-vid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sup-vid__thumb {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 22px;
  overflow: hidden;
  background: #E6E6E6;
}

.sup-vid__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sup-vid__top {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.sup-vid__avatar {
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sup-vid__logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sup-vid__channel {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  white-space: nowrap;
}

.sup-vid__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.sup-vid__bottom {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.sup-vid__share-pill,
.sup-vid__watch-pill {
  background: rgba(23, 23, 23, 0.80);
  border-radius: 31px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
}

.sup-vid__watch-pill span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

.sup-vid__label {
  font-family: 'Urbanist', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  color: #071738;
  margin: 0;
}

/* ─── FIND HELP BY TOPIC ─────────────────────────────────────────────────── */
.sup-topics {
  background: #ffffff;
  padding: 4rem 3.75rem;
}

.sup-topics__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

/* Sidebar */
.sup-toc {
  flex: 0 0 300px;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1.5px solid #ECECEC;
  padding-left: 1.5rem;
}

.sup-toc__heading {
  font-family: 'Urbanist', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 31.2px;
  color: #000000;
  margin: 0;
}

.sup-toc__nav {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.sup-toc__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
}

.sup-toc__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  color: rgba(7, 23, 56, 0.50);
}

.sup-toc__desc {
  font-family: 'Urbanist', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 21.7px;
  color: #3E4554;
}

.sup-toc__item--active .sup-toc__title {
  color: #375491;
}

/* Main content */
.sup-topics__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.sup-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  scroll-margin-top: 100px;
}

.sup-group__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sup-group__title {
  font-family: 'Urbanist', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  color: #071738;
  margin: 0;
}

.sup-group__expand-all {
  height: 45px;
  padding: 0 24px;
  background: #ffffff;
  border-radius: 40px;
  border: 1px solid #071738;
  color: #170F49;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.sup-group__expand-all:hover {
  background: #071738;
  color: #ffffff;
}

.sup-group__accordion {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

/* ═══════════════════════════════════════════════════════════
   SUPPORT PAGE — RESPONSIVE
═══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {

  /* ─── HERO: hide decoratives, center content ──────────── */
  .support-hero__img,
  .support-hero__design,
  .ind-hero__spiral--1,
  .ind-hero__spiral--2 {
    display: none !important;
  }

  .support-hero__content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    align-items: center;
    text-align: center;
  }

  .support-hero__title {
    font-size: 42px;
    line-height: 52px;
  }

  /* ─── TOPICS: reduce padding ──────────────────────────── */
  .sup-topics {
    padding: 3rem 1.5rem;
  }

  /* ─── VIDEOS: 2-col grid, reduce padding ─────────────── */
  .sup-videos {
    padding: 3rem 1.5rem;
  }

  .sup-videos__title {
    font-size: 36px;
    line-height: 44px;
  }

  .sup-videos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  /* ─── HERO ────────────────────────────────────────────── */
  .support-hero__title {
    font-size: 34px;
    line-height: 42px;
  }

  /* ─── TOPICS: stack sidebar above content ─────────────── */
  .sup-topics {
    padding: 2.5rem 1.25rem;
  }

  .sup-topics__inner {
    flex-direction: column;
    gap: 2rem;
  }

  .sup-toc {
    flex: 0 0 auto;
    width: 100%;
    position: static;
    border-left: none;
    border-bottom: 1.5px solid #ECECEC;
    padding-left: 0;
    padding-bottom: 1.5rem;
  }

  .sup-toc__heading {
    font-size: 22px;
  }

  .sup-toc__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .sup-toc__item {
    background: #F7F5F3;
    border-radius: 10px;
    padding: 10px 14px;
  }

  .sup-toc__title {
    font-size: 15px;
    line-height: 20px;
  }

  .sup-toc__desc {
    display: none;
  }

  .sup-group__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sup-group__title {
    font-size: 26px;
  }

  /* ─── VIDEOS: 1-col ───────────────────────────────────── */
  .sup-videos {
    padding: 2.5rem 1.25rem;
  }

  .sup-videos__title {
    font-size: 28px;
    line-height: 36px;
  }

  .sup-videos__grid {
    grid-template-columns: 1fr;
  }
}

/* ─── HERO ───────────────────────────────────────────────────────────────── */
.support-hero__img {
  position: absolute;
  left: 720px;
  top: 0;
  width: 620px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
