html:has(body.support-page),
body.support-page {
  overflow-x: visible;
}

body.support-page {
  background: #fff;
  color: #172033;
}

.support-page-shell {
  --support-navy: #0d234d;
  --support-orange: #fe5b00;
  --support-muted: #5d6678;
  --support-line: rgba(13, 35, 77, 0.12);
  --support-soft: #f5f8fc;
  overflow: visible;
}

.support-shell {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
}

.support-section {
  padding: 108px 0;
  position: relative;
}

.support-section-heading h2 {
  margin: 0;
  color: var(--support-navy);
  font-size: 2.5rem;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
}

.support-section-heading > span {
  display: block;
  width: 72px;
  height: 3px;
  margin: 20px 0 18px;
  border-radius: 999px;
  background: var(--support-orange);
  position: relative;
}

.support-section-heading > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--support-orange);
  transform: translate(-50%, -50%);
}

.support-section-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--support-muted);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 650;
}

.support-section-heading--center {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.support-section-heading--center > span,
.support-section-heading--center p {
  margin-right: auto;
  margin-left: auto;
}

.support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.support-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.support-btn--primary {
  color: #fff;
  background: var(--support-orange);
  box-shadow: 0 16px 34px rgba(254, 91, 0, 0.22);
}

.support-btn--secondary {
  color: var(--support-navy);
  background: #fff;
  border-color: var(--support-line);
  box-shadow: 0 12px 26px rgba(13, 35, 77, 0.06);
}

.support-btn--light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.support-flow {
  min-height: 1160px;
  height: 168vh;
  position: relative;
  z-index: 130;
  background: #061634;
  --support-flow-progress: 0;
  --support-surface-opacity: 0;
}

.support-flow__sticky {
  height: 100vh;
  min-height: 680px;
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
  background: #061634;
}

.support-flow__sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(254, 91, 0, 0.2), transparent 30%),
    radial-gradient(circle at 22% 76%, rgba(44, 96, 220, 0.2), transparent 34%),
    linear-gradient(116deg, #030b1f 0%, #071b42 52%, #0d234d 100%);
  opacity: 1;
}

.support-flow__sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    repeating-linear-gradient(90deg, rgba(13, 35, 77, 0.035) 0, rgba(13, 35, 77, 0.035) 1px, transparent 1px, transparent 96px),
    linear-gradient(135deg, rgba(254, 91, 0, 0.06), rgba(13, 35, 77, 0)),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  opacity: var(--support-surface-opacity, 0);
  pointer-events: none;
}

.support-pixel-blast {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: auto;
}

.support-pixel-blast::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 11, 31, 0.78), rgba(6, 24, 58, 0.54) 44%, rgba(6, 16, 38, 0.18)),
    linear-gradient(180deg, rgba(3, 11, 31, 0), rgba(3, 11, 31, 0.56));
  pointer-events: none;
}

.support-pixel-blast__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}

.support-flow__mesh {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 74% 20%, rgba(254, 91, 0, 0.18), transparent 27%),
    radial-gradient(circle at 58% 62%, rgba(53, 110, 255, 0.16), transparent 30%),
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.1), transparent 24%),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 42.2% 42.6%, transparent 42.8% 100%);
  opacity: 0.58;
  pointer-events: none;
}

.support-flow__mesh::before,
.support-flow__mesh::after {
  content: "";
  position: absolute;
  inset: 9% -12% auto 40%;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.support-flow__mesh::after {
  inset: auto -18% 10% 28%;
  height: 320px;
  border-color: rgba(254, 91, 0, 0.12);
  transform: rotate(9deg);
}

.support-hero {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  color: #fff;
  pointer-events: none;
}

.support-hero__inner {
  position: relative;
  z-index: 1;
}

.support-hero__content {
  max-width: min(650px, 45vw);
  padding-top: 48px;
  pointer-events: auto;
  will-change: opacity, transform;
}

.support-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.8vw, 5.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.support-hero__subtitle {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.22rem, 1.8vw, 1.6rem);
  line-height: 1.45;
  font-weight: 850;
}

.support-hero__description {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.85;
}

.support-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.support-hero .support-btn--secondary {
  min-width: 148px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.support-hero .support-btn--secondary:hover,
.support-hero .support-btn--secondary:focus-visible {
  color: var(--support-navy);
  background: #fff;
  border-color: #fff;
}

.support-channels {
  background:
    linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)),
    linear-gradient(90deg, rgba(13, 35, 77, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(13, 35, 77, 0.055) 1px, transparent 1px);
  background-size: auto, 92px 92px, 92px 92px;
}

.support-flow .support-channels {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.support-flow .support-channels .support-shell {
  width: min(1440px, calc(100% - 120px));
  padding-top: clamp(112px, 12vh, 156px);
  padding-bottom: clamp(34px, 5.2vh, 64px);
  position: relative;
}

.support-flow .support-section-heading {
  opacity: 0;
  transform: translateY(24px);
  transition: none;
  will-change: opacity, transform;
}

.support-flow .support-section-heading h2 {
  color: var(--support-navy);
  text-shadow: none;
}

.support-flow .support-section-heading p {
  color: var(--support-muted);
}

.support-channel-grid--targets {
  visibility: hidden;
}

.support-channel-target {
  display: block;
  min-height: 370px;
  border-radius: 8px;
}

.support-flow__cards {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.support-channel-grid,
.support-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.support-channel-card,
.support-resource-card,
.support-faq-item {
  border: 1px solid var(--support-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(13, 35, 77, 0.06);
}

.support-channel-card,
.support-resource-card {
  min-height: 300px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.support-flow .support-channel-card {
  width: min(330px, 22vw);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 86px rgba(4, 14, 35, 0.18);
  backdrop-filter: blur(18px);
  pointer-events: auto;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.support-flow .support-channel-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--support-orange), rgba(254, 91, 0, 0));
}

.support-flow .support-channel-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -42px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(254, 91, 0, 0.08);
  pointer-events: none;
}

.support-flow .support-channel-card p,
.support-flow .support-channel-card a {
  opacity: var(--support-card-detail-opacity, 1);
}

.support-flow.support-flow--ready .support-channel-card,
.support-flow.support-flow--static .support-channel-card {
  opacity: 1;
}

.support-flow.support-flow--static {
  height: auto;
  min-height: 0;
  background: #fff;
}

.support-flow.support-flow--static .support-flow__sticky {
  height: auto;
  min-height: 0;
  position: relative;
  overflow: visible;
  background: #fff;
}

.support-flow.support-flow--static .support-flow__sticky::before {
  background:
    radial-gradient(circle at 76% 24%, rgba(254, 91, 0, 0.2), transparent 30%),
    radial-gradient(circle at 22% 76%, rgba(44, 96, 220, 0.2), transparent 34%),
    linear-gradient(116deg, #030b1f 0%, #071b42 52%, #0d234d 100%);
  transform: none;
}

.support-flow.support-flow--static .support-pixel-blast {
  bottom: auto;
  min-height: 520px;
  height: calc(78vh - 74px);
  pointer-events: none;
}

.support-flow.support-flow--static .support-flow__sticky::after {
  display: none;
}

.support-flow.support-flow--static .support-hero {
  min-height: calc(78vh - 74px);
  position: relative;
  padding: 104px 0 90px;
  pointer-events: auto;
}

.support-flow.support-flow--static .support-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 118px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}

.support-flow.support-flow--static .support-hero__content {
  max-width: 780px;
  opacity: 1 !important;
  transform: none !important;
}

.support-flow.support-flow--static .support-channels {
  position: relative;
  display: block;
  padding: 88px 0 30px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)),
    linear-gradient(90deg, rgba(13, 35, 77, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(13, 35, 77, 0.055) 1px, transparent 1px);
  background-size: auto, 92px 92px, 92px 92px;
  pointer-events: auto;
}

.support-flow.support-flow--static .support-channels .support-shell {
  padding-top: 0;
  padding-bottom: 0;
}

.support-flow.support-flow--static .support-section-heading {
  opacity: 1 !important;
  transform: none !important;
}

.support-flow.support-flow--static .support-section-heading h2 {
  color: var(--support-navy);
  text-shadow: none;
}

.support-flow.support-flow--static .support-section-heading p {
  color: var(--support-muted);
}

.support-flow.support-flow--static .support-channel-grid--targets {
  display: none;
}

.support-flow.support-flow--static .support-flow__cards {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 96px;
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  pointer-events: auto;
}

.support-flow.support-flow--static .support-channel-card {
  width: auto !important;
  min-height: 370px;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1 !important;
  transform: none !important;
}

.support-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--support-orange);
  box-shadow: 0 14px 26px rgba(254, 91, 0, 0.2);
}

.support-icon--small {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.support-channel-card h3,
.support-resource-card h3,
.support-service-point h3 {
  margin: 24px 0 12px;
  color: var(--support-navy);
  font-size: 1.16rem;
  line-height: 1.35;
  font-weight: 900;
}

.support-channel-card p,
.support-resource-card p {
  margin: 0;
  color: var(--support-muted);
  line-height: 1.75;
  font-weight: 650;
}

.support-channel-card__link,
.support-channel-card a,
.support-channel-card button,
.support-resource-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  border: 0;
  color: var(--support-orange);
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.support-channel-card__link:hover,
.support-channel-card__link:focus-visible,
.support-channel-card a:hover,
.support-channel-card button:hover,
.support-channel-card button:focus-visible,
.support-resource-card__link:hover {
  color: var(--support-navy);
}

.support-service {
  position: relative;
  z-index: 131;
  margin-top: clamp(-360px, calc(500px - 73vh), 0px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(254, 91, 0, 0.09), transparent 30%),
    linear-gradient(90deg, rgba(254, 91, 0, 0.035), rgba(13, 35, 77, 0) 42%),
    #fff;
}

.support-service__heading {
  max-width: 820px;
  margin: 0 auto 72px;
}

.support-service-stack {
  display: grid;
  gap: clamp(72px, 7vw, 112px);
}

.support-service-point {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(58px, 6vw, 108px);
  align-items: center;
}

.support-service-point--reverse {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.82fr);
}

.support-service-point--reverse .support-service-point__copy {
  order: 2;
}

.support-service-point--reverse .support-service-point__media {
  order: 1;
}

.support-service-point__copy {
  padding-top: 8px;
}

.support-service-point__kicker {
  margin-bottom: 22px;
}

.support-service-point__kicker > span {
  display: block;
  color: rgba(254, 91, 0, 0.22);
  font-size: clamp(2.8rem, 5.2vw, 5rem);
  line-height: 0.82;
  font-weight: 900;
}

.support-service-point h3 {
  margin: 0 0 18px;
  font-size: clamp(2.05rem, 3.5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.support-service-point__details {
  max-width: 660px;
  margin-top: 28px;
  border-top: 1px solid rgba(13, 35, 77, 0.12);
}

.support-service-point__detail {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(13, 35, 77, 0.1);
}

.support-service-point__detail span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 35, 77, 0.1);
  border-radius: 50%;
  color: var(--support-navy);
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 35, 77, 0.06);
}

.support-service-point__detail p {
  margin: 0;
  max-width: 620px;
  color: #505b6f;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 750;
}

.support-service-point__note {
  display: block;
  max-width: 660px;
  margin: 28px 0 0;
  color: #6c7482;
  font-size: 0.88rem;
  line-height: 1.75;
  font-weight: 700;
}

.support-service-point__media {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.support-service-point__media::before {
  display: none;
}

.support-service-point__media img {
  width: 100%;
  height: clamp(430px, 32vw, 560px);
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 30px 78px rgba(13, 35, 77, 0.14);
}

.support-faq {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.support-faq__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.support-faq-contact {
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 48px 0;
  text-align: center;
}

.support-faq-contact::before {
  content: "";
  position: absolute;
  inset: 15px;
  z-index: 0;
  border: 1px dashed rgba(93, 102, 120, 0.22);
  border-radius: 8px;
  pointer-events: none;
}

.support-faq-contact__bg {
  position: absolute;
  inset: 15px;
  z-index: 0;
  border-radius: 8px;
  background: var(--support-contact-bg) center/cover no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.04;
  pointer-events: none;
}

.support-faq-contact__inner {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  text-align: center;
}

.support-faq-contact__advisor {
  position: relative;
  z-index: 1;
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(254, 91, 0, 0.08), rgba(13, 35, 77, 0.045));
}

.support-faq-contact__advisor::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px dashed rgba(93, 102, 120, 0.3);
  border-radius: 50%;
}

.support-faq-contact__avatar {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 50%;
}

.support-faq-contact__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.support-faq-contact__name,
.support-faq-contact__role,
.support-faq-contact__text {
  margin: 0;
}

.support-faq-contact__name {
  color: var(--support-navy);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.support-faq-contact__role {
  margin-top: 4px;
  color: #5d6678;
  font-size: 0.82rem;
  font-weight: 700;
}

.support-faq-contact h3 {
  margin: 35px 0 13px;
  color: var(--support-navy);
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.support-faq-contact__text {
  max-width: 390px;
  color: #5d6678;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.75;
}

.support-faq-contact__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 10px;
}

.support-faq-contact__socials a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(254, 91, 0, 0.18);
  border-radius: 50%;
  background: rgba(254, 91, 0, 0.08);
  color: var(--support-navy);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(13, 35, 77, 0.06);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.support-faq-contact__socials a:hover,
.support-faq-contact__socials a:focus-visible {
  border-color: var(--support-orange);
  background: var(--support-orange);
  color: #fff;
  box-shadow: 0 16px 34px rgba(254, 91, 0, 0.26);
  transform: translateY(-5px) scale(1.06);
}

.support-faq-contact__socials a:hover i,
.support-faq-contact__socials a:focus-visible i {
  animation: support-icon-wobble 0.7s ease-in-out;
}

.support-faq-contact__phone,
.support-faq-contact__email {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  color: var(--support-navy);
  font-weight: 900;
  text-decoration: none;
}

.support-faq-contact__email {
  margin-top: 8px;
  color: #5d6678;
  font-size: 0.94rem;
}

.support-faq-contact__action {
  position: relative;
  z-index: 2;
  width: min(100%, 250px);
  margin-top: 20px;
}

.support-faq__content .support-section-heading {
  margin-bottom: 36px;
}

.support-faq-list {
  display: grid;
  gap: 10px;
}

.support-faq-item {
  overflow: hidden;
  border-color: rgba(13, 35, 77, 0.06);
  background: linear-gradient(135deg, rgba(13, 35, 77, 0.045), rgba(254, 91, 0, 0.025));
  box-shadow: none;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.support-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  padding: 20px 30px 22px;
  color: var(--support-navy);
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: clamp(1rem, 1.22vw, 1.16rem);
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
}

.support-faq-question i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--support-navy);
  font-size: 0.9rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.support-faq-answer {
  display: none;
  padding: 0 35px 28px 25px;
  background: transparent;
}

.support-faq-answer p {
  margin: 0;
  color: var(--support-muted);
  line-height: 1.8;
  font-weight: 650;
}

.support-faq-item.is-open {
  border-color: rgba(254, 91, 0, 0.16);
  background: linear-gradient(135deg, rgba(254, 91, 0, 0.09), rgba(13, 35, 77, 0.035));
  box-shadow: 0 16px 34px rgba(13, 35, 77, 0.06);
}

.support-faq-item.is-open .support-faq-question {
  background: transparent;
}

.support-faq-item.is-open .support-faq-question i {
  background: var(--support-orange);
  transform: rotate(90deg);
}

.support-faq-item.is-open .support-faq-answer {
  display: block;
}

.support-cta {
  padding: 64px 0 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 50%, var(--support-navy) 50%, var(--support-navy) 100%);
  color: #fff;
}

.support-cta__inner {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 210px;
  overflow: visible;
  padding: 44px 390px 42px 48px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(13, 35, 77, 0.98) 0%, rgba(23, 58, 117, 0.98) 100%);
  box-shadow: 0 28px 70px rgba(13, 35, 77, 0.22);
}

.support-cta__shape {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: url("/assets/images/hardware/cta-wave-shape.webp") center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.support-cta__advisor {
  position: absolute;
  right: 78px;
  bottom: 0;
  z-index: 2;
  width: min(27vw, 300px);
  max-width: 300px;
  height: auto;
  pointer-events: none;
  animation: support-cta-left-right 4s ease-in-out infinite;
}

.support-cta__content {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.support-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.15;
  font-weight: 900;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.support-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

html.support-trial-modal-open {
  overflow: hidden;
}

.support-trial-modal[hidden] {
  display: none;
}

.support-trial-modal {
  --support-navy: #0d234d;
  --support-orange: #fe5b00;
  --support-muted: #5d6678;
  --support-line: rgba(13, 35, 77, 0.12);
  --support-soft: #f5f8fc;
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.support-trial-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.support-trial-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 11, 31, 0.68);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.support-trial-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: min(88vh, 980px);
  overflow: auto;
  padding: clamp(30px, 4vw, 54px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(254, 91, 0, 0.035), rgba(13, 35, 77, 0.035)),
    #fff;
  box-shadow: 0 34px 90px rgba(3, 11, 31, 0.34);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
}

.support-trial-modal.is-open .support-trial-modal__dialog {
  transform: translateY(0) scale(1);
}

.support-trial-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 35, 77, 0.12);
  border-radius: 50%;
  color: var(--support-navy);
  background: #fff;
  box-shadow: 0 12px 28px rgba(13, 35, 77, 0.08);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.support-trial-modal__close:hover,
.support-trial-modal__close:focus-visible {
  border-color: var(--support-orange);
  color: #fff;
  background: var(--support-orange);
  transform: translateY(-2px);
}

.support-trial-modal__header {
  max-width: 760px;
  padding-right: 48px;
}

.support-trial-modal__header > p:first-child {
  margin: 0 0 12px;
  color: var(--support-orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-trial-modal__header h2 {
  margin: 0;
  color: var(--support-navy);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.support-trial-modal__header > span {
  display: block;
  width: 72px;
  height: 3px;
  margin: 20px 0 18px;
  border-radius: 999px;
  background: var(--support-orange);
  position: relative;
}

.support-trial-modal__header > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--support-orange);
  transform: translate(-50%, -50%);
}

.support-trial-modal__header > p:last-child {
  margin: 0;
  color: var(--support-muted);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
}

.support-trial-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  margin-top: 36px;
}

.support-trial-modal__steps h3,
.support-trial-modal__downloads h3,
.support-trial-modal__support h3 {
  margin: 0;
  color: var(--support-navy);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 900;
}

.support-trial-modal__steps ol {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.support-trial-modal__steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(13, 35, 77, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.support-trial-modal__step-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--support-orange);
  background: rgba(254, 91, 0, 0.1);
}

.support-trial-modal__steps h4 {
  margin: 0;
  color: var(--support-navy);
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 900;
}

.support-trial-modal__steps p {
  margin: 6px 0 0;
  color: var(--support-muted);
  font-size: 0.92rem;
  line-height: 1.68;
  font-weight: 650;
}

.support-trial-modal__visual {
  margin: 0;
  position: sticky;
  top: 0;
}

.support-trial-modal__visual img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(13, 35, 77, 0.16);
}

.support-trial-modal__visual figcaption {
  margin-top: 12px;
  color: #6c7482;
  font-size: 0.84rem;
  line-height: 1.6;
  font-weight: 700;
}

.support-trial-modal__downloads {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(13, 35, 77, 0.1);
}

.support-trial-modal__downloads p {
  margin: 10px 0 0;
  color: var(--support-muted);
  font-size: 0.92rem;
  line-height: 1.68;
  font-weight: 650;
}

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

.support-trial-modal__download-grid a {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(13, 35, 77, 0.08);
  border-radius: 8px;
  color: var(--support-navy);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(13, 35, 77, 0.06);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.support-trial-modal__download-grid a:hover,
.support-trial-modal__download-grid a:focus-visible {
  border-color: rgba(254, 91, 0, 0.3);
  box-shadow: 0 24px 46px rgba(13, 35, 77, 0.1);
  transform: translateY(-4px);
}

.support-trial-modal__download-grid a > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--support-orange);
  box-shadow: 0 12px 26px rgba(254, 91, 0, 0.2);
}

.support-trial-modal__download-grid strong {
  color: var(--support-navy);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 900;
}

.support-trial-modal__download-grid small {
  color: var(--support-muted);
  font-size: 0.86rem;
  line-height: 1.62;
  font-weight: 650;
}

.support-trial-modal__download-grid em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--support-orange);
  font-style: normal;
  font-weight: 900;
}

.support-trial-modal__support {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  margin-top: 22px;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(13, 35, 77, 0.95), rgba(23, 58, 117, 0.95));
  color: #fff;
}

.support-trial-modal__support > i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(254, 91, 0, 0.92);
}

.support-trial-modal__support h3 {
  color: #fff;
}

.support-trial-modal__support p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.68;
  font-weight: 650;
}

@keyframes support-icon-wobble {
  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-5deg);
  }
}

@keyframes support-cta-left-right {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }
}

html.company-js-ready [data-company-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

html.company-js-ready [data-company-reveal].company-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .support-flow {
    height: auto;
    min-height: 0;
    background: #fff;
  }

  .support-flow__sticky {
    height: auto;
    min-height: 0;
    position: relative;
    overflow: visible;
    background: #fff;
  }

  .support-flow__sticky::before {
    background:
      radial-gradient(circle at 76% 24%, rgba(254, 91, 0, 0.2), transparent 30%),
      radial-gradient(circle at 22% 76%, rgba(44, 96, 220, 0.2), transparent 34%),
      linear-gradient(116deg, #030b1f 0%, #071b42 52%, #0d234d 100%);
    transform: none;
  }

  .support-pixel-blast {
    bottom: auto;
    min-height: 520px;
    height: calc(78vh - 74px);
    pointer-events: none;
  }

  .support-flow__sticky::after,
  .support-flow__mesh {
    display: none;
  }

  .support-hero {
    min-height: calc(78vh - 74px);
    position: relative;
    padding: 104px 0 90px;
    pointer-events: auto;
  }

  .support-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 118px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  }

  .support-hero__content {
    max-width: 780px;
    opacity: 1 !important;
    transform: none !important;
  }

  .support-flow .support-channels {
    position: relative;
    display: block;
    padding: 88px 0 30px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)),
      linear-gradient(90deg, rgba(13, 35, 77, 0.055) 1px, transparent 1px),
      linear-gradient(rgba(13, 35, 77, 0.055) 1px, transparent 1px);
    background-size: auto, 92px 92px, 92px 92px;
    pointer-events: auto;
  }

  .support-flow .support-channels .support-shell {
    width: min(1440px, calc(100% - 72px));
    padding-bottom: 0;
  }

  .support-flow .support-section-heading {
    opacity: 1 !important;
    transform: none !important;
  }

  .support-flow .support-section-heading h2 {
    color: var(--support-navy);
    text-shadow: none;
  }

  .support-flow .support-section-heading p {
    color: var(--support-muted);
  }

  .support-channel-grid--targets {
    display: none;
  }

  .support-flow__cards {
    width: min(1440px, calc(100% - 72px));
    margin: 0 auto;
    padding: 0 0 96px;
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    pointer-events: auto;
  }

  .support-flow.support-flow--static .support-flow__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-flow .support-channel-card {
    width: auto !important;
    min-height: 300px;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1 !important;
    transform: none !important;
  }

  .support-channel-grid,
  .support-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-faq__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .support-service-point,
  .support-service-point--reverse {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .support-service-point--reverse .support-service-point__copy,
  .support-service-point--reverse .support-service-point__media {
    order: initial;
  }

  .support-service-point__copy {
    max-width: 760px;
  }

  .support-service-point__media {
    min-height: 0;
  }

  .support-faq-contact__inner {
    min-height: 500px;
    padding: 48px 34px;
  }

  .support-cta__inner {
    min-height: 210px;
    padding-right: min(32vw, 330px);
  }

  .support-cta__advisor {
    right: 34px;
    width: min(28vw, 240px);
  }

  .support-trial-modal__body,
  .support-trial-modal__downloads {
    grid-template-columns: 1fr;
  }

  .support-trial-modal__visual {
    position: relative;
  }
}

@media (max-width: 760px) {
  .support-shell {
    width: min(100% - 32px, 560px);
  }

  .support-section {
    padding: 76px 0;
  }

  .support-section-heading h2,
  .support-cta h2 {
    font-size: clamp(1.72rem, 7.4vw, 2.35rem);
  }

  .support-hero {
    min-height: auto;
    padding: 86px 0 72px;
  }

  .support-hero h1 {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }

  .support-channel-grid,
  .support-resource-grid {
    grid-template-columns: 1fr;
  }

  .support-flow .support-channels {
    padding: 72px 0 26px;
  }

  .support-flow .support-channels .support-shell {
    width: min(100% - 32px, 560px);
  }

  .support-flow__cards {
    width: min(100% - 32px, 560px);
    grid-template-columns: 1fr;
    padding-bottom: 76px;
  }

  .support-flow.support-flow--static .support-flow__cards {
    width: min(100% - 32px, 560px);
    grid-template-columns: 1fr;
  }

  .support-channel-card,
  .support-resource-card {
    min-height: 0;
    padding: 26px;
  }

  .support-service__heading {
    margin-bottom: 46px;
  }

  .support-service-stack {
    gap: 64px;
  }

  .support-service-point,
  .support-service-point--reverse {
    gap: 24px;
  }

  .support-service-point h3 {
    font-size: clamp(2rem, 8.5vw, 2.8rem);
  }

  .support-service-point__kicker {
    margin-bottom: 18px;
  }

  .support-service-point__media {
    min-height: 0;
  }

  .support-service-point__media img {
    height: 245px;
  }

  .support-service-point__detail {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
  }

  .support-service-point__detail span {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }

  .support-service-point__note {
    margin-top: 20px;
  }

  .support-faq-contact__inner {
    min-height: 520px;
    padding: 46px 28px;
  }

  .support-faq-question {
    align-items: flex-start;
    min-height: 0;
    padding: 20px;
  }

  .support-faq-answer {
    padding: 0 20px 22px;
  }

  .support-cta__inner {
    min-height: 0;
    padding: 34px 26px;
  }

  .support-cta__advisor {
    display: none;
  }

  .support-cta h2,
  .support-cta p {
    max-width: 100%;
  }

  .support-cta__actions,
  .support-cta__actions .support-btn {
    width: 100%;
  }

  .support-trial-modal {
    padding: 14px;
  }

  .support-trial-modal__dialog {
    max-height: 92vh;
    padding: 26px 18px 22px;
  }

  .support-trial-modal__close {
    top: 12px;
    right: 12px;
  }

  .support-trial-modal__header {
    padding-right: 38px;
  }

  .support-trial-modal__header h2 {
    font-size: clamp(1.7rem, 9vw, 2.3rem);
  }

  .support-trial-modal__body {
    margin-top: 28px;
  }

  .support-trial-modal__steps li,
  .support-trial-modal__support {
    grid-template-columns: 1fr;
  }

  .support-trial-modal__download-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.company-js-ready [data-company-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
