.support-page {
  --support-night: #020711;
  --support-night-soft: #071827;
  --support-paper: #edf5f7;
  --support-paper-bright: #fbfdfe;
  --support-ink: #123647;
  --support-muted: #5b7480;
  --support-cyan: #76e1fa;
  --support-blue: #167fc2;
  --support-mint: #56d4c6;
  --support-violet: #9388f4;
  --support-orange: #eea46a;
  --support-line-dark: rgba(102, 210, 249, .17);
  --support-line-light: rgba(31, 112, 145, .15);
  --support-shell: min(100% - 64px, 1480px);
  color: #e9f5fb;
  background: var(--support-night);
}

.support-page [id] {
  scroll-margin-top: 168px;
}

.support-page *,
.support-page *::before,
.support-page *::after {
  box-sizing: border-box;
}

.support-shell {
  position: relative;
  z-index: 2;
  width: var(--support-shell);
  margin: 0 auto;
}

.support-hero {
  position: relative;
  min-height: max(900px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 37%, rgba(15, 128, 209, .26), transparent 32%),
    radial-gradient(circle at 91% 78%, rgba(116, 84, 232, .13), transparent 27%),
    radial-gradient(circle at 8% 86%, rgba(55, 198, 219, .08), transparent 25%),
    linear-gradient(145deg, #020711 0%, #071a2b 59%, #020913 100%);
}

.support-hero::before {
  content: "SUPPORT";
  position: absolute;
  right: -2vw;
  bottom: -3vw;
  z-index: -4;
  color: transparent;
  -webkit-text-stroke: 1px rgba(113, 217, 249, .045);
  font-size: clamp(135px, 20vw, 330px);
  font-weight: 680;
  line-height: .74;
  letter-spacing: -.1em;
  pointer-events: none;
}

.support-hero-grid,
.support-dark-grid,
.support-cta-grid {
  position: absolute;
  inset: 0;
  z-index: -5;
  opacity: .34;
  background-image:
    linear-gradient(rgba(95, 201, 244, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 201, 244, .05) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at 68% 45%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse at 68% 45%, #000, transparent 78%);
}

.support-hero-circuit,
.support-cta-circuit {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .73;
  pointer-events: none;
}

.support-hero-circuit path,
.support-cta-circuit path {
  fill: none;
  stroke: rgba(104, 211, 250, .11);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.support-hero-circuit .support-current,
.support-cta-circuit .support-current {
  stroke: rgba(134, 232, 255, .77);
  stroke-width: 1.15;
  stroke-dasharray: 2 78;
  filter: drop-shadow(0 0 6px rgba(92, 218, 255, .78));
  animation: supportCurrentRun 8s linear infinite;
}

.support-hero-circuit .support-current--vertical {
  animation-delay: -4.2s;
  animation-duration: 11s;
}

.support-hero-shell {
  width: var(--support-shell);
  min-height: max(900px, 100svh);
  margin: 0 auto;
  padding: 132px 0 88px;
  display: grid;
  grid-template-columns: minmax(410px, .78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(46px, 5vw, 90px);
}

.support-hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.support-breadcrumbs {
  margin-bottom: clamp(42px, 5vh, 62px);
  padding-top: clamp(22px, 2.5vh, 32px);
}

.support-breadcrumbs a + a::before,
.support-breadcrumbs span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(111, 199, 237, .32);
}

.support-eyebrow,
.support-kicker,
.support-dark-kicker {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.support-eyebrow,
.support-dark-kicker {
  color: #7ce2fc;
}

.support-kicker {
  color: #2b7998;
}

.support-eyebrow::before,
.support-kicker::before,
.support-dark-kicker::before {
  content: "";
  width: 29px;
  height: 1px;
  flex: 0 0 29px;
  background: linear-gradient(90deg, currentColor, transparent);
  box-shadow: 0 0 8px color-mix(in srgb, currentColor 45%, transparent);
}

.support-hero-title {
  max-width: 760px;
  margin: 0;
  color: #f2fbff;
  font-size: clamp(51px, 5vw, 80px);
  font-weight: 390;
  line-height: .92;
  letter-spacing: -.066em;
}

.support-hero-title span,
.support-hero-title em {
  display: block;
}

.support-hero-title em {
  margin-block: .07em;
  color: #9ce8fb;
  font-style: normal;
  font-weight: 300;
}

.support-hero-title span:last-child {
  color: rgba(225, 243, 251, .73);
  font-size: .78em;
  line-height: 1;
}

.support-hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(210, 232, 244, .67);
  font-size: clamp(14px, 1.04vw, 17px);
  line-height: 1.72;
}

.support-hero-actions,
.support-cta-actions,
.support-route-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.support-button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .045em;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.support-button::after {
  content: "↗";
  font-size: 14px;
}

.support-button--primary {
  color: #f8fdff;
  border: 1px solid rgba(84, 190, 250, .48);
  background: linear-gradient(180deg, #1885d0, #0c5e9d);
  box-shadow: 0 17px 38px rgba(5, 78, 145, .25), inset 0 1px rgba(255, 255, 255, .18);
}

.support-button--ghost {
  color: rgba(218, 239, 249, .73);
  border: 1px solid rgba(116, 208, 244, .18);
  background: rgba(10, 31, 49, .36);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.support-button:hover,
.support-button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(113, 222, 255, .7);
}

.support-button--primary:hover,
.support-button--primary:focus-visible {
  box-shadow: 0 22px 46px rgba(7, 91, 163, .34), inset 0 1px rgba(255, 255, 255, .22);
}

.support-hero-facts {
  max-width: 690px;
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(106, 208, 247, .13);
}

.support-hero-facts div {
  min-width: 0;
  padding: 18px 15px 0 0;
  border-right: 1px solid rgba(106, 208, 247, .1);
}

.support-hero-facts div + div {
  padding-left: 17px;
}

.support-hero-facts div:last-child {
  border-right: 0;
}

.support-hero-facts dt {
  color: #bceeff;
  font-size: clamp(21px, 1.9vw, 30px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.045em;
}

.support-hero-facts dd {
  margin: 8px 0 0;
  color: rgba(164, 202, 220, .46);
  font-size: 8px;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.support-hero-screen {
  --support-screen-rx: 0deg;
  --support-screen-ry: 0deg;
  position: relative;
  width: min(100%, 850px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(104, 208, 248, .2);
  border-radius: 24px;
  background: #061522;
  box-shadow: 0 44px 118px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .04);
  transform: perspective(1500px) rotateX(var(--support-screen-rx)) rotateY(var(--support-screen-ry));
  transform-style: preserve-3d;
  transition: transform .2s ease-out, border-color .35s ease, box-shadow .35s ease;
}

.support-hero-screen:hover {
  border-color: rgba(115, 222, 255, .34);
  box-shadow: 0 50px 128px rgba(0, 0, 0, .43), inset 0 1px rgba(255, 255, 255, .05);
}

.support-screen-toolbar,
.support-real-screen-label {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(100, 203, 245, .12);
  color: rgba(169, 214, 233, .45);
  background: rgba(3, 17, 29, .86);
  font-size: 7px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.support-screen-toolbar > span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.support-screen-toolbar > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(96, 200, 241, .28);
}

.support-screen-toolbar > span i:nth-child(2) {
  background: rgba(137, 122, 246, .38);
}

.support-screen-toolbar > span i:nth-child(3) {
  background: rgba(78, 205, 192, .38);
}

.support-screen-toolbar strong,
.support-real-screen-label strong {
  font-weight: 500;
}

.support-screen-toolbar em,
.support-real-screen-label em {
  margin-left: auto;
  color: rgba(115, 229, 255, .54);
  font-style: normal;
}

.support-screen-toolbar em {
  display: flex;
  align-items: center;
  gap: 7px;
}

.support-screen-toolbar em i,
.support-real-screen-label span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #69e3ee;
  box-shadow: 0 0 8px rgba(105, 227, 238, .8);
  animation: supportNodePulse 2.8s ease-in-out infinite;
}

.support-hero-screen > a,
.support-access-screen > a,
.support-task-screen > a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #eafaff;
  text-decoration: none;
  background: #f7fbfc;
}

.support-hero-screen img,
.support-access-screen img,
.support-task-screen img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.support-hero-screen > a::after,
.support-access-screen > a::after,
.support-task-screen > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(2, 13, 23, .58));
  pointer-events: none;
}

.support-hero-screen > a:hover img,
.support-hero-screen > a:focus-visible img,
.support-access-screen > a:hover img,
.support-access-screen > a:focus-visible img,
.support-task-screen > a:hover img,
.support-task-screen > a:focus-visible img {
  transform: scale(1.012);
  filter: saturate(1.05) contrast(1.015);
}

.support-screen-open {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 3;
  min-height: 35px;
  padding: 0 13px;
  border: 1px solid rgba(132, 224, 250, .28);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(232, 250, 255, .86);
  background: rgba(4, 20, 34, .82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.support-screen-open i {
  font-size: 12px;
  font-style: normal;
}

.support-hero-screen figcaption {
  min-height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(150, 198, 218, .39);
  font-size: 7px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.support-hero-screen figcaption span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(113, 222, 235, .62);
}

.support-hero-screen figcaption i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64d9d0;
  box-shadow: 0 0 8px rgba(100, 217, 208, .75);
}

.support-section-nav {
  position: sticky;
  top: 90px;
  z-index: 45;
  color: #274d60;
  border-bottom: 1px solid rgba(30, 103, 137, .14);
  background: rgba(246, 251, 252, .91);
  box-shadow: 0 12px 32px rgba(30, 73, 94, .07);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.support-section-nav-inner {
  width: var(--support-shell);
  min-height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.support-section-nav a {
  position: relative;
  min-width: 0;
  padding: 0 16px;
  border-right: 1px solid rgba(31, 106, 139, .1);
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(37, 73, 90, .64);
  font-size: 9px;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}

.support-section-nav a:first-child {
  border-left: 1px solid rgba(31, 106, 139, .1);
}

.support-section-nav a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: -1px;
  left: 16px;
  height: 2px;
  background: linear-gradient(90deg, #2486b0, #70d7ef);
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .25s ease, transform .3s ease;
}

.support-section-nav a span {
  color: rgba(33, 122, 160, .38);
  font-size: 7px;
  font-weight: 600;
}

.support-section-nav a:hover,
.support-section-nav a:focus-visible,
.support-section-nav a.is-active {
  color: #146f97;
  background: rgba(68, 159, 192, .045);
}

.support-section-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.support-included,
.support-rules,
.support-renewal {
  position: relative;
  color: var(--support-ink);
  background:
    radial-gradient(circle at 84% 9%, rgba(48, 145, 185, .09), transparent 25%),
    linear-gradient(180deg, var(--support-paper) 0%, var(--support-paper-bright) 48%, #edf5f8 100%);
}

.support-included::before,
.support-rules::before,
.support-renewal::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .31;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 142, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 142, .045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 54% 38%, #000, transparent 78%);
  mask-image: radial-gradient(circle at 54% 38%, #000, transparent 78%);
}

.support-included .support-shell,
.support-rules .support-shell,
.support-renewal .support-shell,
.support-route .support-shell,
.support-workflow .support-shell {
  padding: clamp(105px, 10vw, 156px) 0;
}

.support-section-heading,
.support-dark-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: end;
  gap: clamp(54px, 8vw, 132px);
}

.support-section-title,
.support-dark-title {
  max-width: 990px;
  margin: 0;
  font-size: clamp(47px, 5.6vw, 86px);
  font-weight: 390;
  line-height: .94;
  letter-spacing: -.064em;
}

.support-section-title {
  color: #14384a;
}

.support-section-title span {
  color: #4387a2;
  font-weight: 300;
}

.support-section-intro,
.support-dark-intro {
  max-width: 620px;
  margin: 0 0 6px;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.75;
}

.support-section-intro {
  color: rgba(43, 76, 91, .66);
}

.support-license-band {
  min-height: 98px;
  margin-top: clamp(58px, 6vw, 88px);
  padding: 20px 25px;
  border: 1px solid rgba(43, 133, 169, .18);
  border-radius: 20px;
  display: grid;
  grid-template-columns: minmax(110px, .18fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  background:
    linear-gradient(rgba(39, 132, 167, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 132, 167, .035) 1px, transparent 1px),
    rgba(251, 254, 255, .74);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(26, 76, 99, .055), inset 0 1px #fff;
}

.support-license-index {
  color: rgba(37, 119, 152, .48);
  font-size: 7px;
  letter-spacing: .15em;
}

.support-license-band strong {
  color: #153b4d;
  font-size: clamp(19px, 1.65vw, 26px);
  font-weight: 450;
  line-height: 1.22;
  letter-spacing: -.03em;
}

.support-license-band em {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(36, 127, 161, .16);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #2b728f;
  background: rgba(238, 248, 251, .84);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.support-scope-card {
  position: relative;
  min-height: 310px;
  padding: 34px 34px 37px;
  overflow: hidden;
  border: 1px solid var(--support-line-light);
  border-radius: 22px;
  background: rgba(251, 254, 255, .74);
  box-shadow: 0 18px 46px rgba(27, 77, 101, .04);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.support-scope-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -63px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(40, 131, 167, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(40, 131, 167, .025), 0 0 0 37px rgba(40, 131, 167, .018);
}

.support-scope-card:hover {
  transform: translateY(-5px);
  border-color: rgba(35, 129, 164, .27);
  box-shadow: 0 23px 52px rgba(26, 81, 106, .09);
}

.support-card-index {
  color: rgba(36, 124, 159, .4);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.support-card-icon {
  width: 55px;
  height: 55px;
  margin-top: 43px;
  border: 1px solid rgba(44, 137, 173, .19);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #3186a5;
  background: linear-gradient(145deg, rgba(51, 147, 181, .08), rgba(255, 255, 255, .62));
  box-shadow: inset 0 1px #fff;
}

.support-card-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-scope-card h3 {
  margin: 25px 0 0;
  color: #153a4c;
  font-size: clamp(22px, 1.75vw, 28px);
  font-weight: 460;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.support-scope-card p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgba(43, 76, 91, .62);
  font-size: 12px;
  line-height: 1.68;
}

.support-scope-note {
  min-height: 112px;
  margin-top: 18px;
  padding: 25px 30px;
  border: 1px solid rgba(197, 130, 73, .19);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(160px, .24fr) minmax(0, 1fr);
  align-items: center;
  gap: 35px;
  background: linear-gradient(135deg, rgba(240, 174, 112, .085), rgba(255, 255, 255, .48));
}

.support-scope-note span {
  color: #a76536;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.support-scope-note p {
  margin: 0;
  color: rgba(76, 74, 67, .7);
  font-size: 11px;
  line-height: 1.7;
}

.support-route,
.support-workflow {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #e9f5fb;
  background:
    radial-gradient(circle at 18% 17%, rgba(32, 128, 188, .14), transparent 29%),
    radial-gradient(circle at 83% 65%, rgba(105, 78, 216, .12), transparent 32%),
    linear-gradient(145deg, #020711, #071725 55%, #030a13);
}

.support-dark-grid {
  opacity: .3;
  -webkit-mask-image: radial-gradient(ellipse at 36% 42%, #000, transparent 80%);
  mask-image: radial-gradient(ellipse at 36% 42%, #000, transparent 80%);
}

.support-dark-grid--workflow {
  -webkit-mask-image: radial-gradient(ellipse at 72% 48%, #000, transparent 79%);
  mask-image: radial-gradient(ellipse at 72% 48%, #000, transparent 79%);
}

.support-dark-title {
  color: #effaff;
}

.support-dark-title em {
  display: block;
  color: #99e6fa;
  font-style: normal;
  font-weight: 300;
}

.support-dark-intro {
  color: rgba(200, 226, 238, .64);
}

.support-route-steps {
  position: relative;
  margin: clamp(60px, 7vw, 96px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(99, 202, 241, .14);
  border-radius: 21px;
  overflow: hidden;
  list-style: none;
  background:
    linear-gradient(rgba(79, 188, 225, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 188, 225, .038) 1px, transparent 1px),
    rgba(6, 23, 38, .68);
  background-size: 27px 27px, 27px 27px, auto;
}

.support-route-steps::before {
  content: "";
  position: absolute;
  top: 65px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 215, 249, .43) 12%, rgba(132, 120, 242, .42) 62%, transparent);
}

.support-route-steps::after {
  content: "";
  position: absolute;
  top: 63px;
  left: 7%;
  width: clamp(70px, 10vw, 145px);
  height: 4px;
  background: linear-gradient(90deg, transparent, #9beaff 50%, transparent);
  filter: drop-shadow(0 0 8px rgba(102, 220, 255, .9));
  animation: supportRouteRun 6.5s linear infinite;
}

.support-route-steps li {
  position: relative;
  z-index: 2;
  min-height: 274px;
  padding: 92px 26px 30px;
  border-right: 1px solid rgba(99, 202, 241, .11);
}

.support-route-steps li:last-child {
  border-right: 0;
}

.support-route-steps li > span {
  position: absolute;
  top: 46px;
  left: 27px;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(117, 219, 248, .27);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8ce3f8;
  background: #071b2c;
  box-shadow: 0 0 0 9px rgba(82, 194, 233, .025), 0 12px 25px rgba(0, 0, 0, .2);
  font-size: 7px;
  letter-spacing: .11em;
}

.support-route-steps li:nth-child(2) > span {
  color: #a6a0ff;
  border-color: rgba(151, 139, 249, .3);
}

.support-route-steps li:nth-child(3) > span {
  color: #71ddd0;
  border-color: rgba(89, 216, 202, .3);
}

.support-route-steps li:nth-child(4) > span {
  color: #efb27b;
  border-color: rgba(239, 173, 113, .3);
}

.support-route-steps small,
.support-route-steps strong {
  display: block;
}

.support-route-steps small {
  color: rgba(117, 215, 245, .42);
  font-size: 7px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.support-route-steps strong {
  max-width: 260px;
  margin-top: 16px;
  color: rgba(232, 249, 254, .86);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 460;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.support-route-steps p {
  max-width: 260px;
  margin: 13px 0 0;
  color: rgba(158, 203, 221, .47);
  font-size: 10px;
  line-height: 1.62;
}

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

.support-access-screen,
.support-task-screen {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(102, 206, 246, .2);
  border-radius: 23px;
  background: #061522;
  box-shadow: 0 35px 95px rgba(0, 0, 0, .31), inset 0 1px rgba(255, 255, 255, .035);
}

.support-real-screen-label {
  background: rgba(3, 17, 29, .88);
}

.support-real-screen-label span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(113, 222, 235, .62);
}

.support-access-screen figcaption,
.support-task-screen figcaption {
  min-height: 76px;
  padding: 17px 22px;
  display: flex;
  align-items: center;
  color: rgba(164, 207, 225, .51);
  font-size: 10px;
  line-height: 1.6;
}

.support-route-actions {
  justify-content: center;
}

.support-rules-layout {
  margin-top: clamp(60px, 7vw, 92px);
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(380px, .92fr);
  align-items: stretch;
  gap: 18px;
}

.support-sla-panel {
  min-height: 490px;
  overflow: hidden;
  border: 1px solid rgba(49, 136, 171, .2);
  border-radius: 22px;
  color: #e5f7fd;
  background:
    linear-gradient(rgba(79, 188, 225, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 188, 225, .045) 1px, transparent 1px),
    radial-gradient(circle at 68% 52%, rgba(102, 79, 224, .17), transparent 39%),
    linear-gradient(145deg, #071927, #0a2b40);
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: 0 26px 68px rgba(22, 74, 98, .17);
}

.support-sla-head {
  height: 55px;
  padding: 0 19px;
  border-bottom: 1px solid rgba(100, 203, 245, .12);
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(166, 210, 228, .48);
  font-size: 7px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.support-sla-head > span {
  display: flex;
  gap: 6px;
}

.support-sla-head > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(96, 200, 241, .28);
}

.support-sla-head > span i:nth-child(2) {
  background: rgba(137, 122, 246, .38);
}

.support-sla-head > span i:nth-child(3) {
  background: rgba(78, 205, 192, .38);
}

.support-sla-head strong {
  font-weight: 500;
}

.support-sla-head em {
  margin-left: auto;
  color: rgba(115, 229, 255, .51);
  font-style: normal;
}

.support-sla-time {
  min-height: 235px;
  padding: 46px clamp(28px, 4vw, 56px) 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  border-bottom: 1px solid rgba(103, 203, 241, .11);
}

.support-sla-time small {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  color: rgba(128, 211, 239, .44);
  font-size: 7px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.support-sla-time strong {
  color: #e8f9fe;
  font-size: clamp(51px, 5.2vw, 81px);
  font-weight: 330;
  line-height: .9;
  letter-spacing: -.065em;
}

.support-sla-time strong i {
  color: #80def5;
  font-style: normal;
  font-weight: 240;
}

.support-sla-time > span {
  align-self: end;
  margin-bottom: 6px;
  color: rgba(119, 220, 244, .62);
  font-size: 9px;
  letter-spacing: .14em;
}

.support-sla-response {
  min-height: 127px;
  padding: 23px clamp(28px, 4vw, 56px);
  border-bottom: 1px solid rgba(103, 203, 241, .11);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
}

.support-sla-response > span {
  color: #83e3f8;
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 330;
  line-height: 1;
  letter-spacing: -.05em;
}

.support-sla-response p,
.support-sla-response strong,
.support-sla-response small {
  display: block;
}

.support-sla-response p {
  margin: 0;
}

.support-sla-response strong {
  color: rgba(230, 248, 253, .82);
  font-size: 12px;
  font-weight: 470;
}

.support-sla-response small {
  margin-top: 7px;
  color: rgba(151, 201, 220, .44);
  font-size: 8px;
  line-height: 1.45;
}

.support-sla-status {
  min-height: 72px;
  padding: 0 clamp(28px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(143, 194, 215, .37);
  font-size: 6px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.support-sla-status span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(115, 222, 235, .58);
}

.support-sla-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64d9d0;
  box-shadow: 0 0 8px rgba(100, 217, 208, .75);
  animation: supportNodePulse 2.8s ease-in-out infinite;
}

.support-rule-cards {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.support-rule-card {
  position: relative;
  min-height: 230px;
  padding: 35px 36px 34px;
  overflow: hidden;
  border: 1px solid var(--support-line-light);
  border-radius: 21px;
  background: rgba(250, 253, 254, .78);
  box-shadow: 0 18px 46px rgba(27, 77, 101, .045);
}

.support-rule-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(40, 131, 167, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 17px rgba(40, 131, 167, .024);
}

.support-rule-card--warning {
  border-color: rgba(197, 130, 73, .2);
  background: linear-gradient(135deg, rgba(240, 174, 112, .08), rgba(255, 255, 255, .58));
}

.support-rule-card > span {
  color: rgba(37, 119, 152, .46);
  font-size: 7px;
  letter-spacing: .15em;
}

.support-rule-card--warning > span {
  color: rgba(161, 93, 45, .58);
}

.support-rule-card h3 {
  max-width: 440px;
  margin: 33px 0 0;
  color: #173c4e;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.support-rule-card p {
  max-width: 470px;
  margin: 16px 0 0;
  color: rgba(43, 76, 91, .61);
  font-size: 11px;
  line-height: 1.68;
}

.support-request-checklist {
  margin-top: 18px;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--support-line-light);
  border-radius: 22px;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(540px, 1.22fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
  background: rgba(250, 253, 254, .72);
}

.support-request-checklist h3 {
  max-width: 530px;
  margin: 24px 0 0;
  color: #153a4c;
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 440;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.support-request-checklist > div > p:last-child {
  max-width: 510px;
  margin: 18px 0 0;
  color: rgba(43, 76, 91, .6);
  font-size: 11px;
  line-height: 1.68;
}

.support-request-checklist ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(31, 112, 145, .12);
  border-radius: 17px;
  overflow: hidden;
  list-style: none;
}

.support-request-checklist li {
  position: relative;
  min-height: 125px;
  padding: 27px 22px 24px 63px;
  border-right: 1px solid rgba(31, 112, 145, .1);
  border-bottom: 1px solid rgba(31, 112, 145, .1);
}

.support-request-checklist li:nth-child(2n) {
  border-right: 0;
}

.support-request-checklist li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.support-request-checklist li > span {
  position: absolute;
  top: 29px;
  left: 22px;
  color: rgba(37, 119, 152, .4);
  font-size: 7px;
  letter-spacing: .13em;
}

.support-request-checklist strong,
.support-request-checklist small {
  display: block;
}

.support-request-checklist strong {
  color: #173c4e;
  font-size: 13px;
  font-weight: 480;
  line-height: 1.3;
}

.support-request-checklist small {
  margin-top: 9px;
  color: rgba(43, 76, 91, .51);
  font-size: 9px;
  line-height: 1.5;
}

.support-task-screen {
  margin-top: clamp(60px, 7vw, 96px);
}

.support-task-screen figcaption {
  min-height: 82px;
}

.support-workflow-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(99, 202, 241, .13);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(6, 23, 38, .62);
}

.support-workflow-grid article {
  position: relative;
  min-height: 174px;
  padding: 30px 25px 27px 67px;
  border-right: 1px solid rgba(99, 202, 241, .11);
}

.support-workflow-grid article:last-child {
  border-right: 0;
}

.support-workflow-grid article > span {
  position: absolute;
  top: 32px;
  left: 25px;
  color: rgba(110, 215, 245, .4);
  font-size: 7px;
  letter-spacing: .13em;
}

.support-workflow-grid h3 {
  margin: 0;
  color: rgba(231, 248, 253, .84);
  font-size: 15px;
  font-weight: 470;
  line-height: 1.2;
}

.support-workflow-grid p {
  margin: 12px 0 0;
  color: rgba(157, 202, 221, .47);
  font-size: 9px;
  line-height: 1.62;
}

.support-video-card {
  min-height: 104px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(99, 202, 241, .14);
  border-radius: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  color: #e8f8fe;
  background:
    linear-gradient(90deg, rgba(27, 112, 161, .15), transparent 45%),
    rgba(6, 23, 38, .64);
  text-decoration: none;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.support-video-card:hover,
.support-video-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(111, 218, 248, .33);
  background:
    linear-gradient(90deg, rgba(27, 128, 181, .21), transparent 50%),
    rgba(6, 23, 38, .72);
}

.support-video-play {
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(117, 220, 249, .28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(29, 112, 160, .18);
  box-shadow: 0 0 0 9px rgba(72, 183, 225, .025);
}

.support-video-play i {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #8ce5fa;
}

.support-video-card small,
.support-video-card strong {
  display: block;
}

.support-video-card small {
  color: rgba(112, 212, 242, .45);
  font-size: 6px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.support-video-card strong {
  margin-top: 7px;
  color: rgba(231, 248, 253, .83);
  font-size: 15px;
  font-weight: 470;
}

.support-video-card em {
  color: rgba(154, 205, 224, .5);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.support-renewal-grid {
  margin-top: clamp(60px, 7vw, 92px);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(300px, .78fr) minmax(400px, 1.1fr);
  align-items: stretch;
  gap: 18px;
}

.support-renewal-card {
  position: relative;
  min-height: 440px;
  padding: 34px 34px 38px;
  overflow: hidden;
  border: 1px solid var(--support-line-light);
  border-radius: 22px;
  background: rgba(251, 254, 255, .74);
  box-shadow: 0 18px 46px rgba(27, 77, 101, .045);
}

.support-renewal-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -76px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(40, 131, 167, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(40, 131, 167, .025), 0 0 0 46px rgba(40, 131, 167, .018);
}

.support-renewal-card--price {
  color: #e7f8fd;
  border-color: rgba(70, 176, 215, .2);
  background:
    linear-gradient(rgba(79, 188, 225, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 188, 225, .045) 1px, transparent 1px),
    linear-gradient(145deg, #061724, #092a40 58%, #04111c);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 28px 72px rgba(17, 72, 99, .17);
}

.support-renewal-card > span {
  color: rgba(37, 119, 152, .48);
  font-size: 7px;
  letter-spacing: .16em;
}

.support-renewal-card--price > span {
  color: rgba(118, 218, 247, .54);
}

.support-renewal-card > strong {
  margin-top: 62px;
  display: block;
  color: #2f7894;
  font-size: clamp(64px, 6vw, 92px);
  font-weight: 300;
  line-height: .85;
  letter-spacing: -.07em;
}

.support-renewal-card--price > strong {
  color: #91e5f9;
}

.support-renewal-card sup {
  margin-left: 4px;
  font-size: .42em;
  font-weight: 350;
  vertical-align: top;
}

.support-renewal-card h3 {
  max-width: 330px;
  margin: 31px 0 0;
  color: #173c4e;
  font-size: clamp(22px, 1.75vw, 28px);
  font-weight: 460;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.support-renewal-card--price h3 {
  color: rgba(231, 248, 253, .84);
}

.support-renewal-card p {
  max-width: 350px;
  margin: 15px 0 0;
  color: rgba(43, 76, 91, .61);
  font-size: 11px;
  line-height: 1.68;
}

.support-renewal-card--price p {
  color: rgba(157, 202, 221, .49);
}

.support-renewal-steps {
  overflow: hidden;
  border: 1px solid var(--support-line-light);
  border-radius: 22px;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  background: rgba(250, 253, 254, .7);
}

.support-renewal-steps p {
  position: relative;
  min-height: 130px;
  margin: 0;
  padding: 31px 28px 27px 81px;
  border-bottom: 1px solid rgba(31, 112, 145, .11);
}

.support-renewal-steps p:last-child {
  border-bottom: 0;
}

.support-renewal-steps p > span {
  position: absolute;
  top: 34px;
  left: 30px;
  color: rgba(37, 119, 152, .4);
  font-size: 7px;
  letter-spacing: .13em;
}

.support-renewal-steps strong,
.support-renewal-steps small {
  display: block;
}

.support-renewal-steps strong {
  color: #173c4e;
  font-size: 15px;
  font-weight: 480;
  line-height: 1.25;
}

.support-renewal-steps small {
  margin-top: 10px;
  color: rgba(43, 76, 91, .52);
  font-size: 9px;
  line-height: 1.55;
}

.support-faq {
  margin-top: 18px;
  padding: clamp(31px, 4vw, 54px);
  border: 1px solid var(--support-line-light);
  border-radius: 22px;
  display: grid;
  grid-template-columns: minmax(230px, .34fr) minmax(560px, .66fr);
  align-items: start;
  gap: clamp(50px, 7vw, 108px);
  background: rgba(250, 253, 254, .72);
}

.support-faq-heading h3 {
  margin: 24px 0 0;
  color: #153a4c;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 430;
  line-height: 1;
  letter-spacing: -.05em;
}

.support-faq-list {
  border-top: 1px solid rgba(31, 112, 145, .14);
}

.support-faq-list details {
  border-bottom: 1px solid rgba(31, 112, 145, .14);
}

.support-faq-list summary {
  position: relative;
  min-height: 72px;
  padding: 20px 54px 20px 0;
  display: flex;
  align-items: center;
  color: #173c4e;
  font-size: 13px;
  font-weight: 470;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

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

.support-faq-list summary::marker {
  content: "";
}

.support-faq-list summary span {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(36, 122, 155, .18);
  border-radius: 50%;
  transform: translateY(-50%);
}

.support-faq-list summary span::before,
.support-faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #397d98;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.support-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.support-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.support-faq-list details > p {
  max-width: 720px;
  margin: -5px 0 0;
  padding: 0 54px 24px 0;
  color: rgba(43, 76, 91, .61);
  font-size: 11px;
  line-height: 1.7;
}

.support-cta {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 52%, rgba(20, 134, 208, .25), transparent 31%),
    radial-gradient(circle at 69% 62%, rgba(112, 79, 221, .13), transparent 27%),
    linear-gradient(145deg, #020711, #071928 60%, #020913);
}

.support-cta::before {
  content: "SUPPORT";
  position: absolute;
  left: 50%;
  bottom: -2vw;
  z-index: -4;
  color: transparent;
  -webkit-text-stroke: 1px rgba(113, 217, 249, .045);
  font-size: clamp(90px, 17vw, 280px);
  font-weight: 680;
  line-height: .74;
  letter-spacing: -.09em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.support-cta-grid {
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000, transparent 78%);
}

.support-cta-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, 1120px);
  padding: 110px 0;
}

.support-cta-inner .support-dark-kicker {
  justify-content: center;
}

.support-cta-inner h2 {
  max-width: 1000px;
  margin: 0 auto;
  color: #effaff;
  font-size: clamp(56px, 7vw, 106px);
  font-weight: 380;
  line-height: .9;
  letter-spacing: -.067em;
}

.support-cta-inner h2 em {
  display: block;
  color: #9ce8fb;
  font-style: normal;
  font-weight: 300;
}

.support-cta-inner > p:not(.support-dark-kicker) {
  max-width: 670px;
  margin: 30px auto 0;
  color: rgba(201, 227, 239, .62);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.72;
}

.support-cta-actions {
  justify-content: center;
}

@keyframes supportCurrentRun {
  to { stroke-dashoffset: -100; }
}

@keyframes supportRouteRun {
  from { transform: translateX(-20%); }
  to { transform: translateX(620%); }
}

@keyframes supportNodePulse {
  0%,
  100% { opacity: .45; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 1260px) {
  .support-hero-shell {
    grid-template-columns: minmax(370px, .74fr) minmax(540px, 1.26fr);
    gap: 38px;
  }

  .support-section-nav a {
    padding-inline: 12px;
    font-size: 8px;
  }

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

  .support-renewal-steps {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .support-renewal-steps p {
    border-right: 1px solid rgba(31, 112, 145, .11);
    border-bottom: 0;
  }

  .support-renewal-steps p:last-child {
    border-right: 0;
  }
}

@media (max-width: 1080px) {
  .support-hero {
    min-height: auto;
  }

  .support-hero-shell {
    min-height: auto;
    padding-top: 136px;
    grid-template-columns: minmax(0, 1fr);
    gap: 68px;
  }

  .support-hero-copy {
    max-width: 850px;
  }

  .support-hero-screen {
    width: min(100%, 900px);
    justify-self: center;
  }

  .support-rules-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-rule-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .support-request-checklist {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .support-workflow-grid article:nth-child(2) {
    border-right: 0;
  }

  .support-workflow-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(99, 202, 241, .11);
  }

  .support-faq {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }
}

@media (max-width: 980px) {
  .support-section-heading,
  .support-dark-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 29px;
  }

  .support-section-heading > *,
  .support-dark-heading > * {
    min-width: 0;
  }

  .support-section-intro,
  .support-dark-intro {
    max-width: 780px;
  }

  .support-section-nav-inner {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    scrollbar-width: thin;
  }

  .support-section-nav a:first-child {
    border-left: 0;
  }

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

  .support-route-steps::before,
  .support-route-steps::after {
    display: none;
  }

  .support-route-steps li:nth-child(2) {
    border-right: 0;
  }

  .support-route-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(99, 202, 241, .11);
  }
}

@media (max-width: 860px) {
  .support-page [id] {
    scroll-margin-top: 142px;
  }

  .support-section-nav {
    top: 74px;
  }

  .support-breadcrumbs {
    padding-top: 20px;
  }

  .support-license-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .support-license-band em {
    width: fit-content;
  }

  .support-scope-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-scope-card {
    min-height: 245px;
  }

  .support-card-icon {
    margin-top: 31px;
  }

  .support-scope-card p {
    max-width: 680px;
  }

  .support-workflow-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-workflow-grid article,
  .support-workflow-grid article:nth-child(2) {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid rgba(99, 202, 241, .11);
  }

  .support-workflow-grid article:last-child {
    border-bottom: 0;
  }
}

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

  .support-hero-shell {
    padding: 112px 0 76px;
    gap: 52px;
  }

  .support-breadcrumbs {
    margin-bottom: 40px;
    padding-top: 36px;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .support-hero-title {
    font-size: clamp(43px, 13.2vw, 66px);
  }

  .support-hero-lead {
    margin-top: 26px;
    font-size: 14px;
  }

  .support-hero-actions,
  .support-cta-actions,
  .support-route-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .support-button {
    width: 100%;
  }

  .support-hero-facts {
    margin-top: 37px;
  }

  .support-hero-facts div {
    padding-right: 9px;
  }

  .support-hero-facts div + div {
    padding-left: 10px;
  }

  .support-hero-facts dt {
    font-size: clamp(17px, 5.3vw, 24px);
  }

  .support-hero-facts dd {
    font-size: 6px;
  }

  .support-hero-screen,
  .support-access-screen,
  .support-task-screen,
  .support-sla-panel {
    border-radius: 17px;
  }

  .support-screen-toolbar,
  .support-real-screen-label {
    min-height: 47px;
    padding-inline: 13px;
    gap: 10px;
  }

  .support-screen-toolbar strong,
  .support-real-screen-label strong {
    overflow: hidden;
    font-size: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .support-screen-toolbar em,
  .support-real-screen-label em {
    display: none;
  }

  .support-screen-open {
    right: 8px;
    bottom: 7px;
    min-height: 28px;
    padding-inline: 9px;
    font-size: 6px;
  }

  .support-hero-screen figcaption {
    min-height: 47px;
    padding-inline: 12px;
    font-size: 6px;
  }

  .support-hero-screen figcaption span:last-child {
    display: none;
  }

  .support-section-nav-inner {
    min-height: 58px;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
  }

  .support-section-nav a {
    font-size: 7px;
  }

  .support-included .support-shell,
  .support-rules .support-shell,
  .support-renewal .support-shell,
  .support-route .support-shell,
  .support-workflow .support-shell {
    padding: 94px 0 108px;
  }

  .support-section-title,
  .support-dark-title {
    font-size: clamp(41px, 12.8vw, 62px);
  }

  .support-license-band,
  .support-rules-layout,
  .support-renewal-grid,
  .support-task-screen {
    margin-top: 50px;
  }

  .support-scope-card {
    padding: 27px 24px 31px;
    border-radius: 18px;
  }

  .support-scope-note {
    padding: 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .support-route-steps {
    margin-top: 50px;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 17px;
  }

  .support-route-steps li,
  .support-route-steps li:nth-child(2) {
    min-height: 205px;
    border-right: 0;
    border-bottom: 1px solid rgba(99, 202, 241, .11);
  }

  .support-route-steps li:last-child {
    border-bottom: 0;
  }

  .support-access-screen figcaption,
  .support-task-screen figcaption {
    min-height: 68px;
    padding: 14px 15px;
    font-size: 8px;
  }

  .support-sla-panel {
    min-height: 0;
  }

  .support-sla-head {
    height: 48px;
    padding-inline: 14px;
  }

  .support-sla-head strong {
    font-size: 6px;
  }

  .support-sla-head em {
    display: none;
  }

  .support-sla-time {
    min-height: 210px;
    padding-inline: 23px;
  }

  .support-sla-time strong {
    font-size: clamp(43px, 13.4vw, 64px);
  }

  .support-sla-response,
  .support-sla-status {
    padding-inline: 23px;
  }

  .support-sla-status span:last-child {
    display: none;
  }

  .support-rule-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-rule-card {
    min-height: 230px;
    padding: 30px 25px;
    border-radius: 17px;
  }

  .support-request-checklist {
    padding: 28px 23px;
    border-radius: 17px;
    gap: 34px;
  }

  .support-request-checklist ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-request-checklist li,
  .support-request-checklist li:nth-child(2n),
  .support-request-checklist li:nth-last-child(-n + 2) {
    min-height: 105px;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 112, 145, .1);
  }

  .support-request-checklist li:last-child {
    border-bottom: 0;
  }

  .support-task-screen figcaption {
    min-height: 0;
  }

  .support-video-card {
    grid-template-columns: auto 1fr;
  }

  .support-video-card em {
    display: none;
  }

  .support-renewal-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-renewal-card {
    min-height: 390px;
    padding: 29px 25px 34px;
    border-radius: 18px;
  }

  .support-renewal-steps {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 18px;
  }

  .support-renewal-steps p,
  .support-renewal-steps p:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(31, 112, 145, .11);
  }

  .support-renewal-steps p:last-child {
    border-bottom: 0;
  }

  .support-faq {
    padding: 28px 23px;
    border-radius: 18px;
  }

  .support-faq-list summary {
    min-height: 78px;
    padding-right: 44px;
    font-size: 12px;
  }

  .support-faq-list details > p {
    padding-right: 40px;
  }

  .support-cta {
    min-height: 610px;
  }

  .support-cta-inner {
    width: min(100% - 32px, 1120px);
    padding: 92px 0;
  }

  .support-cta-inner h2 {
    font-size: clamp(45px, 13.8vw, 67px);
  }

  .support-cta-inner > p:not(.support-dark-kicker) {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .support-breadcrumbs {
    font-size: 7px;
    line-height: 1.55;
  }

  .support-hero-title {
    font-size: clamp(40px, 12.6vw, 54px);
  }

  .support-section-nav-inner {
    grid-template-columns: repeat(5, minmax(116px, 1fr));
  }

  .support-screen-toolbar > span {
    display: none;
  }

  .support-real-screen-label span {
    font-size: 5px;
  }

  .support-screen-open {
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .support-hero-facts dd {
    letter-spacing: .07em;
  }

  .support-section-title,
  .support-dark-title {
    font-size: clamp(38px, 11.7vw, 51px);
  }

  .support-route-steps li {
    padding-left: 24px;
  }

  .support-sla-time {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-sla-time > span {
    margin-top: 13px;
  }

  .support-sla-response {
    gap: 17px;
  }

  .support-video-card {
    padding-inline: 16px;
    gap: 14px;
  }

  .support-video-play {
    width: 44px;
    height: 44px;
  }

  .support-video-card strong {
    font-size: 12px;
  }

  .support-renewal-card > strong {
    font-size: 68px;
  }

  .support-cta-inner .support-dark-kicker {
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-hero-screen,
  .support-button,
  .support-scope-card,
  .support-video-card,
  .support-hero-screen img,
  .support-access-screen img,
  .support-task-screen img {
    transition: none;
  }

  .support-current,
  .support-route-steps::after,
  .support-screen-toolbar em i,
  .support-real-screen-label span i,
  .support-sla-status i {
    animation: none !important;
  }
}
