.xy-gpu-page {
  --xy-gpu-blue: #2563ff;
  --xy-gpu-cyan: #26d9ff;
  --xy-gpu-violet: #7568ff;
  --xy-gpu-ink: #071126;
  --xy-gpu-heading: #111c35;
  --xy-gpu-muted: #62708a;
  --xy-gpu-line: #dce6f3;
  --xy-gpu-soft: #f4f8ff;
  color: var(--xy-gpu-heading);
  background: #f6f9fd;
  overflow-x: clip;
}

.xy-gpu-page main {
  overflow: hidden;
}

.xy-gpu-page main .container {
  width: min(1220px, calc(100% - 40px));
  max-width: 1220px;
  padding-right: 0;
  padding-left: 0;
}

.xy-gpu-dedicated-hero {
  position: relative;
  min-height: 704px;
  padding: 94px 0 112px;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 76% 42%, rgba(38, 217, 255, .16), transparent 28%),
    radial-gradient(circle at 58% 12%, rgba(117, 104, 255, .18), transparent 32%),
    linear-gradient(118deg, #071126 0%, #0a1733 52%, #061126 100%);
  overflow: hidden;
}

.xy-gpu-dedicated-hero.xy-theme-controlled-hero.xy-theme-bg-off {
  background:
    radial-gradient(circle at 76% 42%, rgba(38, 217, 255, .16), transparent 28%),
    radial-gradient(circle at 58% 12%, rgba(117, 104, 255, .18), transparent 32%),
    linear-gradient(118deg, #071126 0%, #0a1733 52%, #061126 100%) !important;
}

.xy-gpu-dedicated-hero::before,
.xy-gpu-dedicated-hero::after,
.xy-gpu-page .xy-theme-controlled-hero.xy-gpu-dedicated-hero::before,
.xy-gpu-page .xy-theme-controlled-hero.xy-gpu-dedicated-hero::after {
  display: none !important;
}

.xy-gpu-grid-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .032) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 38, .97) 0%, rgba(7, 17, 38, .78) 45%, rgba(7, 17, 38, .15) 82%, rgba(7, 17, 38, .35) 100%);
  background-size: 56px 56px, 56px 56px, auto;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
  pointer-events: none;
}

.xy-gpu-dedicated-hero.xy-theme-bg-on .xy-gpu-grid-glow {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 13, 31, .9) 0%, rgba(5, 13, 31, .68) 44%, rgba(5, 13, 31, .18) 76%, rgba(5, 13, 31, .28) 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

.xy-gpu-dedicated-hero.xy-theme-light-hero .xy-gpu-grid-glow {
  background:
    linear-gradient(90deg, rgba(31, 111, 235, .025) 1px, transparent 1px),
    linear-gradient(rgba(31, 111, 235, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .8) 46%, rgba(255, 255, 255, .1) 80%, rgba(255, 255, 255, .24) 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

.xy-gpu-page .xy-gpu-dedicated-hero.xy-theme-light-hero .xy-gpu-hero-copy h1 {
  color: #101b33 !important;
  text-shadow: none !important;
}

.xy-gpu-page .xy-gpu-dedicated-hero.xy-theme-light-hero .xy-gpu-hero-copy > p {
  color: #40516c !important;
}

.xy-gpu-page .xy-gpu-dedicated-hero.xy-theme-light-hero .xy-gpu-eyebrow {
  color: #0b70dd !important;
}

.xy-gpu-page .xy-gpu-dedicated-hero.xy-theme-light-hero .xy-cloud-tags span {
  color: #17233d !important;
  background: rgba(255, 255, 255, .76) !important;
  border-color: #c9d8ef !important;
}

.xy-gpu-page .xy-gpu-dedicated-hero.xy-theme-light-hero .xy-gpu-plan-link {
  color: #0b60c8 !important;
}

.xy-gpu-page .xy-gpu-dedicated-hero.xy-theme-light-hero .xy-outline-btn {
  color: #17233d !important;
  background: rgba(255, 255, 255, .78) !important;
  border-color: #b8c9e6 !important;
}

.xy-gpu-page .xy-gpu-dedicated-hero.xy-theme-light-hero .xy-outline-btn:hover {
  color: #0b5bc4 !important;
  background: #fff !important;
  border-color: #7fa9e8 !important;
}

.xy-gpu-dedicated-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, .78fr);
  grid-template-areas: "copy stage";
  gap: 54px;
  align-items: center;
}

.xy-gpu-hero-copy {
  grid-area: copy;
  max-width: 680px;
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #62e6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-shadow: none;
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--xy-gpu-cyan), var(--xy-gpu-violet));
  box-shadow: 0 0 14px rgba(38, 217, 255, .7);
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-hero-copy h1 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-shadow: 0 12px 42px rgba(0, 0, 0, .28);
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-hero-copy > p {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(230, 239, 255, .82);
  font-size: 17px;
  line-height: 1.88;
  overflow: visible;
  display: block;
  text-shadow: none;
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-primary-btn,
.xy-gpu-page .xy-gpu-dedicated-hero .xy-outline-btn {
  min-width: 154px;
  height: 48px;
  border-radius: 6px;
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-primary-btn {
  color: #061127;
  background: linear-gradient(135deg, #66edff, #8ea1ff);
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(48, 202, 255, .2);
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-primary-btn:hover {
  color: #061127;
  background: linear-gradient(135deg, #8ff3ff, #abb7ff);
  transform: translateY(-2px);
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-outline-btn {
  color: #edf5ff;
  background: rgba(255, 255, 255, .045);
  border-color: rgba(163, 190, 235, .38);
  backdrop-filter: blur(10px);
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-outline-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(98, 230, 255, .64);
}

.xy-gpu-plan-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: rgba(217, 231, 255, .72);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.xy-gpu-plan-link span {
  color: var(--xy-gpu-cyan);
  transform: translateY(-1px);
  transition: transform .2s ease;
}

.xy-gpu-plan-link:hover {
  color: #fff;
}

.xy-gpu-plan-link:hover span {
  transform: translateY(2px);
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-cloud-tags {
  gap: 8px;
  margin-top: 26px;
}

.xy-gpu-page .xy-gpu-dedicated-hero .xy-cloud-tags span {
  min-height: 30px;
  padding: 0 11px;
  color: rgba(226, 238, 255, .86);
  font-size: 12px;
  background: rgba(92, 123, 186, .1);
  border-color: rgba(150, 181, 237, .22);
  border-radius: 4px;
  text-shadow: none;
}

.xy-gpu-dedicated-hero.xy-theme-light-hero .xy-gpu-stage {
  opacity: .8;
}

.xy-gpu-stage {
  position: relative;
  grid-area: stage;
  width: 100%;
  min-height: 430px;
  perspective: 1100px;
  transform: translateY(6px);
}

.xy-gpu-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(74, 212, 255, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.xy-gpu-orbit::before,
.xy-gpu-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #67ebff;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(103, 235, 255, .95);
}

.xy-gpu-orbit-one {
  width: 430px;
  height: 250px;
}

.xy-gpu-orbit-one::before {
  top: 42px;
  right: 46px;
}

.xy-gpu-orbit-one::after {
  bottom: 26px;
  left: 80px;
}

.xy-gpu-orbit-two {
  width: 330px;
  height: 390px;
  border-color: rgba(135, 114, 255, .15);
  transform: translate(-50%, -50%) rotate(32deg);
}

.xy-gpu-orbit-two::before {
  top: 72px;
  left: 28px;
  background: #9c8dff;
  box-shadow: 0 0 16px rgba(156, 141, 255, .95);
}

.xy-gpu-orbit-two::after {
  right: 22px;
  bottom: 78px;
  background: #9c8dff;
  box-shadow: 0 0 16px rgba(156, 141, 255, .95);
}

.xy-gpu-board {
  position: absolute;
  top: 82px;
  right: 38px;
  width: 380px;
  height: 278px;
  border: 1px solid rgba(100, 218, 255, .28);
  border-radius: 20px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(94, 231, 255, .04) 50%, transparent 51%),
    linear-gradient(transparent 49%, rgba(94, 231, 255, .04) 50%, transparent 51%),
    linear-gradient(145deg, rgba(27, 62, 110, .8), rgba(10, 26, 57, .94));
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 38px 80px rgba(0, 0, 0, .42), inset 0 0 42px rgba(77, 194, 255, .06);
  transform: rotateY(-10deg) rotateX(5deg) rotateZ(-3deg);
}

.xy-gpu-board::before,
.xy-gpu-board::after {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  width: 5px;
  border-radius: 4px;
  background: repeating-linear-gradient(180deg, #4adfff 0 8px, transparent 8px 17px);
  opacity: .44;
}

.xy-gpu-board::before {
  left: 16px;
}

.xy-gpu-board::after {
  right: 16px;
}

.xy-gpu-chip {
  position: absolute;
  top: 58px;
  left: 96px;
  width: 190px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 38%, rgba(74, 226, 255, .18), transparent 38%),
    linear-gradient(145deg, #102e57, #081830);
  border: 1px solid rgba(83, 229, 255, .5);
  border-radius: 14px;
  box-shadow: 0 0 0 10px rgba(41, 137, 206, .08), 0 0 45px rgba(47, 212, 255, .16), inset 0 0 30px rgba(85, 219, 255, .06);
}

.xy-gpu-chip::before,
.xy-gpu-chip::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(90, 230, 255, .7), transparent);
}

.xy-gpu-chip::before {
  top: -28px;
  left: 18px;
  width: calc(100% - 36px);
  height: 1px;
  box-shadow: 0 205px rgba(90, 230, 255, .7);
}

.xy-gpu-chip::after {
  top: 12px;
  right: -28px;
  width: 1px;
  height: calc(100% - 24px);
  background: linear-gradient(180deg, transparent, rgba(90, 230, 255, .7), transparent);
  box-shadow: -246px 0 rgba(90, 230, 255, .7);
}

.xy-gpu-chip > span {
  font-size: 38px;
  font-weight: 950;
  letter-spacing: .08em;
  background: linear-gradient(135deg, #fff 0%, #68e8ff 54%, #a89cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.xy-gpu-chip > small {
  margin-top: 6px;
  color: rgba(198, 220, 255, .62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.xy-gpu-chip i {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(104, 232, 255, .32);
  border-radius: 50%;
}

.xy-gpu-chip i:nth-of-type(1) { top: 16px; left: 16px; }
.xy-gpu-chip i:nth-of-type(2) { top: 16px; right: 16px; }
.xy-gpu-chip i:nth-of-type(3) { right: 16px; bottom: 16px; }
.xy-gpu-chip i:nth-of-type(4) { bottom: 16px; left: 16px; }

.xy-gpu-memory {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: flex;
  justify-content: space-between;
}

.xy-gpu-memory i {
  width: 58px;
  height: 18px;
  background: linear-gradient(180deg, rgba(89, 218, 255, .25), rgba(89, 218, 255, .06));
  border: 1px solid rgba(88, 217, 255, .28);
  border-radius: 3px;
}

.xy-gpu-board-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91, 232, 255, .72));
  transform-origin: right center;
}

.xy-gpu-board-line-a { top: 50px; left: 26px; width: 92px; transform: rotate(25deg); }
.xy-gpu-board-line-b { top: 84px; right: 22px; width: 88px; transform: rotate(-32deg); }
.xy-gpu-board-line-c { bottom: 58px; left: 18px; width: 86px; transform: rotate(-18deg); }

.xy-gpu-board-port {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #64e9ff;
  border: 2px solid #163f67;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(100, 233, 255, .82);
}

.xy-gpu-board-port-a { top: 40px; left: 28px; }
.xy-gpu-board-port-b { top: 48px; right: 36px; }
.xy-gpu-board-port-c { bottom: 44px; left: 28px; }

.xy-gpu-float-card {
  position: absolute;
  z-index: 3;
  min-width: 128px;
  padding: 12px 14px 12px 38px;
  color: #e9f4ff;
  background: rgba(11, 28, 61, .8);
  border: 1px solid rgba(127, 183, 235, .24);
  border-radius: 9px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
}

.xy-gpu-float-card > span {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 14px;
  height: 14px;
  background: #5fe8ff;
  border: 4px solid rgba(95, 232, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(95, 232, 255, .62);
}

.xy-gpu-float-card b,
.xy-gpu-float-card small {
  display: block;
}

.xy-gpu-float-card b {
  font-size: 13px;
  line-height: 1.2;
}

.xy-gpu-float-card small {
  margin-top: 4px;
  color: rgba(198, 218, 244, .58);
  font-size: 10px;
}

.xy-gpu-float-card-a { top: 32px; left: 8px; }
.xy-gpu-float-card-b { top: 178px; right: -12px; }
.xy-gpu-float-card-c { bottom: 18px; left: 54px; }

.xy-gpu-hero-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: rgba(5, 14, 32, .68);
  border-top: 1px solid rgba(141, 179, 232, .15);
  backdrop-filter: blur(14px);
}

.xy-gpu-hero-rail .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.xy-gpu-hero-rail span {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 26px;
}

.xy-gpu-hero-rail span + span::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background: rgba(139, 173, 226, .16);
}

.xy-gpu-hero-rail b {
  color: #62e6ff;
  font-size: 12px;
  letter-spacing: .08em;
}

.xy-gpu-hero-rail em {
  color: rgba(226, 237, 255, .72);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.xy-gpu-section {
  position: relative;
  padding: 92px 0;
}

.xy-gpu-section-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.xy-gpu-section-heading-left {
  max-width: 760px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.xy-gpu-section-heading > span,
.xy-gpu-advantage-intro > span,
.xy-gpu-cta .container > div:first-child > span,
.xy-gpu-page .xy-cloud-section-title > span {
  display: block;
  margin-bottom: 12px;
  color: #3379f7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.xy-gpu-section-heading h2,
.xy-gpu-advantage-intro h2,
.xy-gpu-cta h2,
.xy-gpu-page .xy-cloud-section-title h2 {
  margin: 0 0 16px;
  color: var(--xy-gpu-heading);
  font-size: clamp(30px, 3.1vw, 42px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.xy-gpu-section-heading p,
.xy-gpu-advantage-intro p,
.xy-gpu-cta p,
.xy-gpu-page .xy-cloud-section-title p {
  margin: 0;
  color: var(--xy-gpu-muted);
  font-size: 15px;
  line-height: 1.85;
}

.xy-gpu-foundation {
  padding-top: 100px;
  background:
    radial-gradient(circle at 85% 4%, rgba(37, 99, 255, .08), transparent 24%),
    #f6f9fd;
}

.xy-gpu-foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xy-gpu-foundation-grid article {
  position: relative;
  min-height: 230px;
  padding: 30px 28px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--xy-gpu-line);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(30, 55, 94, .055);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.xy-gpu-foundation-grid article::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 48%, rgba(37, 99, 255, .045) 49%);
  pointer-events: none;
}

.xy-gpu-foundation-grid article:hover {
  border-color: rgba(37, 99, 255, .34);
  box-shadow: 0 20px 48px rgba(30, 76, 152, .1);
  transform: translateY(-4px);
}

.xy-gpu-card-icon {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--xy-gpu-blue);
  background: linear-gradient(145deg, #edf4ff, #f8fbff);
  border: 1px solid #d5e4fb;
  border-radius: 10px;
}

.xy-gpu-card-icon::before,
.xy-gpu-card-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.xy-gpu-icon-chip::before {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 4px;
  box-shadow: inset 0 0 0 4px #fff;
}

.xy-gpu-icon-chip::after {
  width: 30px;
  height: 30px;
  background: repeating-linear-gradient(90deg, transparent 0 4px, currentColor 4px 6px, transparent 6px 10px);
  opacity: .42;
}

.xy-gpu-icon-memory::before {
  width: 26px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, transparent 0 4px, currentColor 4px 6px);
  background-size: 16px 6px;
  background-position: center;
  background-repeat: no-repeat;
}

.xy-gpu-icon-memory::after {
  bottom: 10px;
  width: 20px;
  height: 2px;
  box-shadow: 0 0 0 1px currentColor;
}

.xy-gpu-icon-network::before {
  width: 25px;
  height: 20px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) scale(.72);
}

.xy-gpu-icon-network::after {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: -12px 12px 0 -1px currentColor, 12px 12px 0 -1px currentColor;
  transform: translateY(-7px);
}

.xy-gpu-icon-storage::before {
  width: 26px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 -7px 0 #edf4ff, inset 0 -9px 0 currentColor;
  transform: scaleY(.65);
}

.xy-gpu-icon-storage::after {
  width: 26px;
  height: 16px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 0 0 12px 12px;
  transform: translateY(5px);
}

.xy-gpu-icon-stack::before {
  width: 25px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 3px;
  box-shadow: 0 6px 0 -1px #edf4ff, 0 7px 0 0 currentColor;
  transform: translateY(-4px);
}

.xy-gpu-icon-stack::after {
  width: 3px;
  height: 3px;
  top: 17px;
  left: 15px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 7px currentColor;
}

.xy-gpu-icon-support::before {
  width: 25px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.xy-gpu-icon-support::after {
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 10px 0 3px #edf4ff, 0 10px 0 5px currentColor;
  transform: translateY(-4px);
}

.xy-gpu-foundation-grid h3 {
  margin: 20px 0 10px;
  color: var(--xy-gpu-heading);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
}

.xy-gpu-foundation-grid p {
  margin: 0;
  color: var(--xy-gpu-muted);
  font-size: 14px;
  line-height: 1.8;
}

.xy-gpu-plans {
  padding: 96px 0;
  background: #fff;
}

.xy-gpu-page .xy-gpu-package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card {
  min-height: 486px;
  padding: 28px 22px 22px;
  border-radius: 10px;
  border-color: #dce5f1;
  box-shadow: 0 18px 42px rgba(21, 46, 84, .065);
}

.xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card::before {
  height: 3px;
  background: linear-gradient(90deg, #2c6cff, #59dcff);
}

.xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card:nth-child(2)::before {
  background: linear-gradient(90deg, #6e66ff, #ad8cff);
}

.xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card:nth-child(3)::before {
  background: linear-gradient(90deg, #00a9d8, #4ed8ba);
}

.xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card:nth-child(4)::before {
  background: linear-gradient(90deg, #334b7a, #7890b8);
}

.xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-head h3 {
  font-size: 21px;
}

.xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-price {
  color: #245fe6;
  font-size: 21px;
}

.xy-gpu-page .xy-cloud-package-actions {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.xy-gpu-page .xy-cloud-package-actions .xy-cloud-package-btn {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 42px;
  margin-top: 0;
  padding: 0 8px;
  font-size: 13px;
  border: 1px solid #2467ef;
  border-radius: 5px;
}

.xy-gpu-page .xy-cloud-package-actions .xy-cloud-package-buy,
.xy-gpu-page .xy-cloud-package-card:hover .xy-cloud-package-actions .xy-cloud-package-buy {
  color: #1d4fae;
  background: #f0f6ff;
  border-color: #c9dcfb;
}

.xy-gpu-page .xy-cloud-package-actions .xy-cloud-package-buy:hover {
  color: #fff;
  background: #1e5fe3;
  border-color: #1e5fe3;
}

.xy-gpu-page .xy-cloud-package-fit {
  min-height: 38px;
}

.xy-gpu-page .xy-cloud-package-fit em {
  color: #285fc7;
  background: #edf5ff;
  border-radius: 4px;
}

.xy-gpu-guide {
  background:
    linear-gradient(90deg, rgba(37, 99, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(37, 99, 255, .035) 1px, transparent 1px),
    #f2f7ff;
  background-size: 52px 52px;
}

.xy-gpu-guide-shell {
  background: #fff;
  border: 1px solid #d8e4f3;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(27, 61, 112, .1);
  overflow: hidden;
}

.xy-gpu-guide-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 8px;
  background: #eef4fc;
  border-bottom: 1px solid #dce6f2;
}

.xy-gpu-guide-tabs button {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #52627c;
  font-size: 14px;
  font-weight: 900;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.xy-gpu-guide-tabs button span {
  color: #8292aa;
  font-size: 11px;
}

.xy-gpu-guide-tabs button:hover {
  color: #1d58d7;
}

.xy-gpu-guide-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, #245fe6, #4a80f5);
  box-shadow: 0 9px 22px rgba(37, 99, 235, .22);
}

.xy-gpu-guide-tabs button.active span {
  color: rgba(255, 255, 255, .65);
}

.xy-gpu-guide-tabs button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .3);
  outline-offset: 2px;
}

.xy-gpu-guide-panels {
  min-height: 332px;
}

.xy-gpu-guide-panel {
  min-height: 332px;
  display: none;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr);
  gap: 64px;
  align-items: center;
  padding: 54px 62px;
}

.xy-gpu-guide-panel.active {
  display: grid;
  animation: xyGpuPanelIn .28s ease both;
}

.xy-gpu-guide-panel[hidden] {
  display: none;
}

@keyframes xyGpuPanelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.xy-gpu-guide-copy > span {
  display: block;
  margin-bottom: 12px;
  color: #2f6ce7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.xy-gpu-guide-copy h3 {
  margin: 0 0 16px;
  color: var(--xy-gpu-heading);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

.xy-gpu-guide-copy p {
  margin: 0;
  color: var(--xy-gpu-muted);
  font-size: 15px;
  line-height: 1.9;
}

.xy-gpu-guide-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xy-gpu-guide-panel li {
  position: relative;
  min-height: 86px;
  padding: 18px 16px 16px 42px;
  background: #f7faff;
  border: 1px solid #e0e9f5;
  border-radius: 9px;
}

.xy-gpu-guide-panel li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #2a69e8;
  border-left: 2px solid #2a69e8;
  transform: rotate(-45deg);
}

.xy-gpu-guide-panel li b,
.xy-gpu-guide-panel li span {
  display: block;
}

.xy-gpu-guide-panel li b {
  color: #1c2941;
  font-size: 13px;
}

.xy-gpu-guide-panel li span {
  margin-top: 6px;
  color: #71809a;
  font-size: 12px;
  line-height: 1.45;
}

.xy-gpu-guide-action {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 26px;
  background: #0b1730;
}

.xy-gpu-guide-action div b,
.xy-gpu-guide-action div span {
  display: block;
}

.xy-gpu-guide-action div b {
  color: #fff;
  font-size: 15px;
}

.xy-gpu-guide-action div span {
  margin-top: 5px;
  color: rgba(215, 229, 251, .66);
  font-size: 12px;
  line-height: 1.55;
}

.xy-gpu-guide-action > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 42px;
  padding: 0 20px;
  color: #071126;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, #65eaff, #91a3ff);
  border-radius: 5px;
}

.xy-gpu-guide-action > a:hover {
  color: #071126;
  filter: brightness(1.08);
}

.xy-gpu-advantages {
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(38, 217, 255, .11), transparent 24%),
    radial-gradient(circle at 88% 84%, rgba(117, 104, 255, .12), transparent 28%),
    #081329;
}

.xy-gpu-advantages .container {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 74px;
  align-items: start;
}

.xy-gpu-advantage-intro {
  position: sticky;
  top: 110px;
  padding-top: 14px;
}

.xy-gpu-advantage-intro > span {
  color: #60e6ff;
}

.xy-gpu-advantage-intro h2 {
  color: #fff;
}

.xy-gpu-advantage-intro p {
  color: rgba(214, 228, 250, .7);
}

.xy-gpu-advantage-intro a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #68e9ff;
  font-size: 13px;
  font-weight: 900;
}

.xy-gpu-advantage-intro a span {
  transition: transform .18s ease;
}

.xy-gpu-advantage-intro a:hover {
  color: #fff;
}

.xy-gpu-advantage-intro a:hover span {
  transform: translateX(4px);
}

.xy-gpu-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xy-gpu-advantage-grid article {
  min-height: 198px;
  display: flex;
  gap: 16px;
  padding: 26px 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
  border: 1px solid rgba(137, 171, 225, .16);
  border-radius: 10px;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.xy-gpu-advantage-grid article:hover {
  background: linear-gradient(145deg, rgba(46, 131, 240, .13), rgba(255, 255, 255, .035));
  border-color: rgba(82, 211, 255, .35);
  transform: translateY(-3px);
}

.xy-gpu-advantage-grid article > span {
  flex: 0 0 auto;
  color: #5ce5ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.xy-gpu-advantage-grid h3 {
  margin: 0 0 10px;
  color: #f7fbff;
  font-size: 17px;
  font-weight: 900;
}

.xy-gpu-advantage-grid p {
  margin: 0;
  color: rgba(206, 222, 246, .68);
  font-size: 13px;
  line-height: 1.8;
}

.xy-gpu-scenes {
  background: #f7faff;
}

.xy-gpu-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xy-gpu-scene-grid article {
  position: relative;
  min-height: 238px;
  padding: 30px 26px 26px;
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 11px;
  box-shadow: 0 14px 35px rgba(30, 55, 94, .05);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.xy-gpu-scene-grid article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(37, 99, 255, .08), transparent 66%);
  pointer-events: none;
}

.xy-gpu-scene-grid article:hover {
  border-color: rgba(37, 99, 255, .35);
  box-shadow: 0 22px 48px rgba(30, 76, 152, .1);
  transform: translateY(-4px);
}

.xy-gpu-scene-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  padding: 0 10px;
  color: #2462df;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  background: #edf4ff;
  border: 1px solid #d5e3fb;
  border-radius: 5px;
}

.xy-gpu-scene-grid article:nth-child(2n) .xy-gpu-scene-code {
  color: #6654d9;
  background: #f2f0ff;
  border-color: #dfdafa;
}

.xy-gpu-scene-grid h3 {
  margin: 20px 0 10px;
  color: var(--xy-gpu-heading);
  font-size: 19px;
  font-weight: 900;
}

.xy-gpu-scene-grid p {
  margin: 0 0 18px;
  color: var(--xy-gpu-muted);
  font-size: 14px;
  line-height: 1.78;
}

.xy-gpu-scene-grid em {
  display: block;
  color: #8090aa;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
}

.xy-gpu-process {
  padding: 94px 0 100px;
  background: #fff;
}

.xy-gpu-page .xy-gpu-process .xy-cloud-timeline article span {
  background: linear-gradient(135deg, #245ee2, #5591ff);
  border-color: #e7f0ff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, .18);
}

.xy-gpu-page .xy-gpu-process .xy-cloud-timeline::before {
  background: linear-gradient(90deg, rgba(37, 99, 235, .12), rgba(37, 99, 235, .72), rgba(38, 217, 255, .24));
}

.xy-gpu-page .xy-gpu-faq-section {
  padding: 92px 0 100px;
  background: #f4f8ff;
}

.xy-gpu-page .xy-gpu-faq-section .xy-cloud-faq article {
  border-color: #dce6f3;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(30, 55, 94, .045);
}

.xy-gpu-page .xy-gpu-faq-section .xy-cloud-faq article.active {
  border-color: rgba(37, 99, 235, .34);
  box-shadow: 0 15px 36px rgba(30, 76, 152, .08);
}

.xy-gpu-page .xy-gpu-faq-section .xy-faq-question {
  min-height: 64px;
  font-size: 15px;
}

.xy-gpu-page .xy-gpu-faq-section .xy-faq-question::before,
.xy-gpu-page .xy-gpu-faq-section .xy-faq-question::after {
  background: #2868e6;
}

.xy-gpu-page .xy-gpu-faq-section .xy-faq-question:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(37, 99, 235, .34);
  outline-offset: -3px;
  border-radius: 7px;
}

.xy-gpu-cta {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 80% 30%, rgba(49, 220, 255, .14), transparent 28%),
    linear-gradient(120deg, #08142c, #0d2248 64%, #091630);
  overflow: hidden;
}

.xy-gpu-cta-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%, #000 100%);
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000 100%);
}

.xy-gpu-cta .container {
  position: relative;
  z-index: 1;
  min-height: 288px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.xy-gpu-cta .container > div:first-child {
  max-width: 760px;
}

.xy-gpu-cta .container > div:first-child > span {
  color: #62e7ff;
}

.xy-gpu-cta h2 {
  color: #fff;
}

.xy-gpu-cta p {
  color: rgba(216, 230, 251, .72);
}

.xy-gpu-cta .xy-cloud-actions {
  flex-wrap: nowrap;
}

.xy-gpu-cta .xy-primary-btn,
.xy-gpu-cta .xy-outline-btn {
  min-width: 144px;
  height: 46px;
  border-radius: 5px;
}

.xy-gpu-cta .xy-primary-btn {
  color: #071126;
  background: linear-gradient(135deg, #65eaff, #92a5ff);
  border-color: transparent;
}

.xy-gpu-cta .xy-primary-btn:hover {
  color: #071126;
  filter: brightness(1.08);
}

.xy-gpu-cta .xy-outline-btn {
  color: #edf5ff;
  background: rgba(255, 255, 255, .04);
  border-color: rgba(167, 194, 235, .34);
}

.xy-gpu-cta .xy-outline-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(99, 231, 255, .55);
}

@media (max-width: 1199px) {
  .xy-gpu-dedicated-hero {
    min-height: 670px;
    padding-top: 96px;
  }

  .xy-gpu-dedicated-hero .container {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    grid-template-areas: "copy stage";
    gap: 28px;
  }

  .xy-gpu-stage {
    min-height: 390px;
    transform: scale(.88) translateY(8px);
    transform-origin: center right;
  }

  .xy-gpu-board {
    right: -8px;
  }

  .xy-gpu-float-card-b {
    right: -24px;
  }

  .xy-gpu-page .xy-gpu-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card {
    min-height: 446px;
  }

  .xy-gpu-guide-panel {
    grid-template-columns: minmax(0, .8fr) minmax(340px, 1fr);
    gap: 36px;
    padding: 46px 40px;
  }

  .xy-gpu-advantages .container {
    gap: 44px;
  }
}

@media (max-width: 991px) {
  .xy-gpu-dedicated-hero {
    min-height: 704px;
    padding: 112px 0 112px;
  }

  .xy-gpu-dedicated-hero .container {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy";
  }

  .xy-gpu-hero-copy {
    max-width: 720px;
  }

  .xy-gpu-stage {
    display: none;
  }

  .xy-gpu-foundation-grid,
  .xy-gpu-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xy-gpu-guide-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .xy-gpu-advantages .container {
    grid-template-columns: 1fr;
  }

  .xy-gpu-advantage-intro {
    position: static;
    max-width: 720px;
    padding-top: 0;
  }

  .xy-gpu-cta .container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 54px;
    padding-bottom: 58px;
  }
}

@media (max-width: 767px) {
  .xy-gpu-page main .container {
    width: calc(100% - 24px);
  }

  .xy-gpu-dedicated-hero {
    min-height: 708px;
    display: block;
    padding: 110px 0 118px;
    text-align: center;
  }

  .xy-gpu-dedicated-hero .container {
    width: min(calc(100% - 24px), 420px);
    max-width: 420px;
    display: block;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-eyebrow {
    justify-content: center;
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: .1em;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-eyebrow::before {
    width: 20px;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-hero-copy h1 {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    font-size: 34px;
    line-height: 1.18;
    word-break: keep-all;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-hero-copy > p {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    font-size: 14px;
    line-height: 1.76;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-cloud-actions {
    max-width: 320px;
    margin: 0 auto;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-primary-btn,
  .xy-gpu-page .xy-gpu-dedicated-hero .xy-outline-btn {
    width: 100%;
    max-width: 320px;
    height: 46px;
  }

  .xy-gpu-plan-link {
    margin-top: 16px;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-cloud-tags {
    max-width: 350px;
    justify-content: center;
    margin: 22px auto 0;
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-cloud-tags span {
    min-height: 28px;
    padding: 0 9px;
    font-size: 11px;
  }

  .xy-gpu-hero-rail .container {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xy-gpu-hero-rail span {
    min-height: 54px;
    justify-content: center;
    gap: 8px;
    padding: 0 6px;
  }

  .xy-gpu-hero-rail span + span::before {
    top: 14px;
    bottom: 14px;
  }

  .xy-gpu-hero-rail span:nth-child(3)::before {
    display: none;
  }

  .xy-gpu-hero-rail span:nth-child(n+3) {
    border-top: 1px solid rgba(139, 173, 226, .13);
  }

  .xy-gpu-hero-rail b {
    font-size: 10px;
  }

  .xy-gpu-hero-rail em {
    font-size: 11px;
  }

  .xy-gpu-section,
  .xy-gpu-plans,
  .xy-gpu-process,
  .xy-gpu-page .xy-gpu-faq-section {
    padding: 68px 0 72px;
  }

  .xy-gpu-section-heading,
  .xy-gpu-page .xy-cloud-section-title {
    margin-bottom: 32px;
  }

  .xy-gpu-section-heading-left {
    text-align: center;
  }

  .xy-gpu-section-heading h2,
  .xy-gpu-advantage-intro h2,
  .xy-gpu-cta h2,
  .xy-gpu-page .xy-cloud-section-title h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .xy-gpu-section-heading p,
  .xy-gpu-advantage-intro p,
  .xy-gpu-cta p,
  .xy-gpu-page .xy-cloud-section-title p {
    font-size: 14px;
    line-height: 1.76;
  }

  .xy-gpu-foundation-grid,
  .xy-gpu-page .xy-gpu-package-grid,
  .xy-gpu-scene-grid,
  .xy-gpu-advantage-grid {
    grid-template-columns: 1fr;
  }

  .xy-gpu-foundation-grid article,
  .xy-gpu-scene-grid article,
  .xy-gpu-advantage-grid article,
  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card {
    min-height: 0;
  }

  .xy-gpu-foundation-grid article {
    padding: 25px 22px;
  }

  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card {
    padding: 26px 20px 22px;
  }

  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-head p,
  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-fit {
    min-height: 0;
  }

  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card li {
    flex-direction: row;
    align-items: center;
  }

  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card li span {
    text-align: right;
  }

  .xy-gpu-guide-shell {
    border-radius: 12px;
  }

  .xy-gpu-guide-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .xy-gpu-guide-tabs button {
    min-height: 52px;
    font-size: 12px;
  }

  .xy-gpu-guide-panel,
  .xy-gpu-guide-panel.active {
    min-height: 0;
    padding: 32px 20px;
  }

  .xy-gpu-guide-copy h3 {
    font-size: 24px;
  }

  .xy-gpu-guide-copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  .xy-gpu-guide-panel ul {
    grid-template-columns: 1fr;
  }

  .xy-gpu-guide-panel li {
    min-height: 72px;
  }

  .xy-gpu-guide-action {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 22px 20px;
    text-align: center;
  }

  .xy-gpu-guide-action > a {
    width: 100%;
  }

  .xy-gpu-advantages .container {
    gap: 36px;
  }

  .xy-gpu-advantage-intro {
    text-align: center;
  }

  .xy-gpu-advantage-grid article {
    padding: 23px 20px;
  }

  .xy-gpu-scene-grid article {
    padding: 26px 22px;
  }

  .xy-gpu-page .xy-gpu-process .xy-cloud-timeline article {
    padding-left: 68px;
  }

  .xy-gpu-cta .container {
    min-height: 0;
    gap: 26px;
    padding: 56px 0 60px;
    text-align: center;
  }

  .xy-gpu-cta .xy-cloud-actions {
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    margin: 0 auto;
  }

  .xy-gpu-cta .xy-primary-btn,
  .xy-gpu-cta .xy-outline-btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 389px) {
  .xy-gpu-page main .container,
  .xy-gpu-dedicated-hero .container {
    width: calc(100% - 20px);
  }

  .xy-gpu-page .xy-gpu-dedicated-hero .xy-gpu-hero-copy h1 {
    font-size: 31px;
  }

  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card li {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .xy-gpu-page .xy-gpu-package-grid .xy-cloud-package-card li span {
    text-align: left;
  }

  .xy-gpu-guide-tabs button {
    gap: 6px;
    padding: 0 6px;
  }
}

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