/* HighRoad support centre — deliberately page-scoped. */
.support-page {
  --support-ink: #0b1020;
  --support-muted: #5f687d;
  --support-line: rgba(15, 23, 42, .1);
  --support-blue: #4f7cff;
  background: #f7f8fc;
  color: var(--support-ink);
}

.support-page .nav.scrolled {
  background: rgba(247, 248, 252, .84);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
  box-shadow: none;
}
.support-page .nav.nav--on-dark:not(.scrolled) .nav__toggle span { background: #fff; }

.support-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(78, 124, 255, .5), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(177, 101, 255, .28), transparent 31%),
    radial-gradient(circle at 62% 100%, rgba(59, 210, 203, .13), transparent 35%),
    #090d19;
}

.support-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .23;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .55) .7px, transparent .8px);
  background-size: 27px 27px;
  mask-image: linear-gradient(110deg, #000, transparent 68%);
}

.support-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  align-items: end;
  gap: 72px;
}

.support-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .72);
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.support-kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #72e3ca;
  box-shadow: 0 0 0 6px rgba(114, 227, 202, .1);
}

.support-hero h1 {
  max-width: 820px;
  font-size: clamp(3.2rem, 7vw, 6.35rem);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.068em;
  text-wrap: balance;
}

.support-hero__intro {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .65);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.support-search {
  position: relative;
  max-width: 720px;
  margin-top: 36px;
}

.support-search__icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 21px;
  height: 21px;
  color: #64708a;
  transform: translateY(-50%);
  pointer-events: none;
}

.support-search input {
  width: 100%;
  height: 62px;
  padding: 0 112px 0 54px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  outline: none;
  background: rgba(255, 255, 255, .96);
  color: #111827;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  font: 600 1rem/1 var(--font-body);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.support-search input::placeholder { color: #7d879b; }
.support-search input:focus {
  border-color: rgba(113, 151, 255, .8);
  box-shadow: 0 26px 76px rgba(0, 0, 0, .3), 0 0 0 4px rgba(79, 124, 255, .2);
  transform: translateY(-1px);
}

.support-search__hint {
  position: absolute;
  top: 50%;
  right: 14px;
  padding: 7px 10px;
  border: 1px solid #dfe3ec;
  border-radius: 9px;
  background: #f6f7fa;
  color: #778095;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .05em;
  transform: translateY(-50%);
}

.support-search__status {
  min-height: 22px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .5);
  font-size: .82rem;
}

.support-direct {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.support-direct__icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 32px;
  place-items: center;
  border-radius: 14px;
  color: #10162a;
  background: #fff;
}

.support-direct__eyebrow {
  color: #8ca9ff;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.support-direct h2 {
  margin-top: 8px;
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -.025em;
}

.support-direct p {
  margin: 10px 0 20px;
  color: rgba(255, 255, 255, .56);
  font-size: .9rem;
  line-height: 1.65;
}

.support-direct a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: var(--font-display);
  font-size: .88rem;
  font-weight: 750;
}
.support-direct a:hover { color: #b8c9ff; }

.support-main { padding: 88px 0 110px; }
.support-section + .support-section { margin-top: 96px; }

.support-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.support-section__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--support-blue);
  font-family: var(--font-display);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.support-section__head h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.052em;
}

.support-section__head p {
  max-width: 480px;
  color: var(--support-muted);
  line-height: 1.65;
}

.support-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 82px;
}

.support-action {
  min-height: 148px;
  padding: 22px;
  border: 1px solid var(--support-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
  transition: transform .2s var(--ease), border-color .2s, box-shadow .2s;
}
.support-action:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 124, 255, .28);
  box-shadow: 0 18px 48px rgba(31, 60, 130, .09);
}
.support-action svg { width: 22px; height: 22px; margin-bottom: 24px; color: #4f67a4; }
.support-action strong { display: block; font: 750 .96rem/1.3 var(--font-display); }
.support-action span { display: block; margin-top: 5px; color: var(--support-muted); font-size: .78rem; line-height: 1.5; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  --app-accent: #4f7cff;
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  width: 100%;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--support-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  text-align: left;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .035);
  transition: transform .2s var(--ease), border-color .2s, box-shadow .2s, background .2s;
}

.product-card::before {
  content: '';
  position: absolute;
  top: -36px;
  left: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--app-accent) 14%, transparent);
  filter: blur(12px);
  pointer-events: none;
}

.product-card:hover,
.product-card[aria-pressed="true"] {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--app-accent) 38%, #d9deea);
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 44, 94, .1);
}

.product-card[aria-pressed="true"] { box-shadow: 0 0 0 3px color-mix(in srgb, var(--app-accent) 13%, transparent), 0 18px 42px rgba(25, 44, 94, .1); }

.product-card__icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .16);
}

.product-card__name {
  display: block;
  overflow: hidden;
  color: var(--support-ink);
  font: 750 .94rem/1.25 var(--font-display);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card__meta { display: block; margin-top: 5px; color: #7c8495; font-size: .72rem; }
.product-card__arrow { width: 18px; color: #9aa2b2; transition: transform .2s; }
.product-card:hover .product-card__arrow { color: var(--app-accent); transform: translateX(2px); }
.product-card[hidden] { display: none; }

.product-help {
  margin-top: 18px;
  border: 1px solid var(--support-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .08);
}
.product-help[hidden] { display: none; }

.product-panel { padding: 34px; }
.product-panel[hidden] { display: none; }
.product-panel__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--support-line);
}
.product-panel__identity { display: flex; align-items: center; gap: 18px; }
.product-panel__identity img { width: 62px; height: 62px; border-radius: 18px; box-shadow: 0 12px 28px rgba(15, 23, 42, .15); }
.product-panel__identity h3 { font-size: 1.55rem; font-weight: 800; letter-spacing: -.035em; }
.product-panel__identity p { margin-top: 4px; color: var(--support-muted); font-size: .86rem; }
.product-panel__links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.product-panel__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dfe3eb;
  border-radius: 12px;
  color: #34405a;
  font: 700 .78rem/1 var(--font-display);
}
.product-panel__links a:first-child { border-color: #172038; background: #172038; color: #fff; }
.product-panel__links a:hover { transform: translateY(-1px); border-color: #9eabc3; }

.product-panel__answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.product-note { padding: 20px; border-radius: 18px; background: #f7f8fb; }
.product-note h4 { font-size: .88rem; font-weight: 800; line-height: 1.4; }
.product-note p { margin-top: 8px; color: var(--support-muted); font-size: .83rem; line-height: 1.65; }
.product-note a { color: #365dca; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: 60px;
  align-items: start;
}
.faq-aside { position: sticky; top: 104px; }
.faq-aside h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.faq-aside p { margin-top: 18px; color: var(--support-muted); line-height: 1.7; }
.faq-aside a { display: inline-flex; margin-top: 24px; color: #2f5dd3; font: 750 .86rem/1 var(--font-display); }

.support-faq { display: grid; gap: 10px; }
.support-faq details {
  border: 1px solid var(--support-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .025);
  transition: border-color .2s, box-shadow .2s;
}
.support-faq details[open] { border-color: rgba(79, 124, 255, .28); box-shadow: 0 12px 34px rgba(34, 61, 126, .07); }
.support-faq details[hidden] { display: none; }
.support-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 17px 20px;
  cursor: pointer;
  list-style: none;
  color: #171c2b;
  font: 750 .94rem/1.45 var(--font-display);
}
.support-faq summary::-webkit-details-marker { display: none; }
.support-faq summary::after {
  content: '+';
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: #f0f2f7;
  color: #657087;
  font-size: 1.15rem;
  font-weight: 500;
  transition: transform .2s, background .2s;
}
.support-faq details[open] summary::after { transform: rotate(45deg); background: #e9efff; color: #315dce; }
.support-faq__answer { padding: 0 64px 22px 20px; color: var(--support-muted); font-size: .9rem; line-height: 1.75; }
.support-faq__answer a { color: #315dce; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.support-empty {
  display: none;
  padding: 24px;
  border: 1px dashed #cdd4e2;
  border-radius: 18px;
  color: var(--support-muted);
  background: rgba(255, 255, 255, .6);
}
.support-empty.visible { display: block; }

.support-cta {
  position: relative;
  overflow: hidden;
  margin-top: 104px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(113, 226, 202, .22), transparent 34%),
    linear-gradient(135deg, #11172a, #1a2851 66%, #243a6c);
  box-shadow: 0 32px 80px rgba(21, 35, 74, .2);
}
.support-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  padding: 54px;
}
.support-cta__eyebrow { color: #91aefc; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.support-cta h2 { max-width: 650px; margin-top: 10px; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; line-height: 1; letter-spacing: -.052em; }
.support-cta p { max-width: 620px; margin-top: 16px; color: rgba(255, 255, 255, .58); line-height: 1.7; }
.support-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  background: #fff;
  color: #11172a;
  font: 800 .9rem/1 var(--font-display);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
  transition: transform .2s, box-shadow .2s;
}
.support-cta__button:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(0, 0, 0, .28); }
.support-company {
  margin: 20px auto 0;
  color: #798296;
  font-size: .75rem;
  line-height: 1.7;
  text-align: center;
}
.support-company a { color: #365dca; font-weight: 700; }

@media (max-width: 1024px) {
  .support-hero__layout { grid-template-columns: 1fr; gap: 42px; }
  .support-direct { max-width: 620px; }
  .support-direct__icon { margin-bottom: 20px; }
  .support-actions, .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .support-hero { padding: 126px 0 70px; }
  .support-hero h1 { font-size: clamp(3.05rem, 16vw, 4.5rem); }
  .support-main { padding: 68px 0 84px; }
  .support-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 68px; }
  .support-action { min-height: 138px; padding: 18px; }
  .support-section + .support-section { margin-top: 76px; }
  .support-section__head { display: block; }
  .support-section__head p { margin-top: 16px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card { grid-template-columns: 42px minmax(0, 1fr); min-height: 82px; padding: 13px; gap: 10px; border-radius: 18px; }
  .product-card__icon { width: 42px; height: 42px; border-radius: 12px; }
  .product-card__arrow { display: none; }
  .product-card__name { font-size: .82rem; }
  .product-card__meta { font-size: .64rem; line-height: 1.35; white-space: normal; }
  .product-panel { padding: 24px; }
  .product-panel__top { grid-template-columns: 1fr; }
  .product-panel__links { justify-content: flex-start; }
  .product-panel__answers { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-aside { position: static; }
  .support-cta__inner { grid-template-columns: 1fr; padding: 36px 28px; }
  .support-cta__button { width: 100%; }
}

@media (max-width: 480px) {
  .support-search input { height: 58px; padding-right: 54px; }
  .support-search__hint { width: 30px; overflow: hidden; white-space: nowrap; color: transparent; }
  .support-search__hint::after { content: '/'; color: #778095; position: absolute; inset: 0; display: grid; place-items: center; }
  .support-direct { padding: 22px; }
  .support-actions { grid-template-columns: 1fr; }
  .support-action { min-height: auto; }
  .support-action svg { margin-bottom: 16px; }
  .product-panel__identity { align-items: flex-start; }
  .product-panel__identity img { width: 54px; height: 54px; border-radius: 15px; }
  .product-panel__links a { flex: 1; justify-content: center; }
  .support-faq__answer { padding-right: 20px; }
  .support-cta { margin-top: 78px; border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .support-page *, .support-page *::before, .support-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
