@font-face {
  font-family: "Montserrat";
  src:
    url("innergigabytecss/Montserrat/Montserrat-Regular.ttf")
      format("truetype"),
    url("./Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("innergigabytecss/Montserrat/Montserrat-Medium.ttf") format("truetype"),
    url("./Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("innergigabytecss/Montserrat/Montserrat-SemiBold.ttf")
      format("truetype"),
    url("./Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("innergigabytecss/Montserrat/Montserrat-Bold.ttf") format("truetype"),
    url("./Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("innergigabytecss/Montserrat/Montserrat-ExtraBold.ttf")
      format("truetype"),
    url("./Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

.InnerGIGABYTEContent {
  --pl-color-bg: #ffffff;
  --pl-color-surface: rgba(255, 255, 255, 0.8);
  --pl-color-surface-strong: #ffffff;
  --pl-color-border: rgba(15, 23, 42, 0.1);
  --pl-color-text: #0f172a;
  --pl-color-text-soft: #4b5563;
  --pl-color-accent: #132A88;
  --pl-color-accent-2: #4B6BDB;
  --pl-color-accent-soft: rgba(19, 42, 136, 0.12);
  --pl-color-shadow: rgba(15, 23, 42, 0.08);
  --pl-shell-width: min(1200px, calc(100% - 48px));
  --pl-radius-xl: 32px;
  --pl-radius-lg: 24px;
  --pl-radius-md: 18px;
  --pl-radius-sm: 999px;
  --pl-nav-height: 78px;
  --pl-nav-rail-width: 188px;
  --pl-page-offset: 0px;
  --pl-section-stack-gap: clamp(72px, 8.4svh, 144px);
  --pl-gap-s01-s03: calc(var(--pl-section-stack-gap) * 2.30);
  --pl-gap-s03-s04: calc(var(--pl-section-stack-gap) * 3.20);
  --pl-gap-s04-s05: calc(var(--pl-section-stack-gap) * 2.30);
  --pl-transition: 240ms ease;
  --pl-font-heading: "Montserrat", "Avenir Next", "Segoe UI", "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  --feature-wheel-roll: 0;
  --feature-wheel-roll-abs: 0;
  --tr-hf-a: 0;
  --tr-hf-t: 0;
  --tr-hf-s: 0;
  --tr-hf-p: 0;
  --tr-fb-a: 0;
  --tr-fb-t: 0;
  --tr-fb-s: 0;
  --tr-fb-p: 0;
  position: relative;
  overflow: clip;
  background: #ffffff;
  color: var(--pl-color-text);
  font-family:
    "Segoe UI", "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.InnerGIGABYTEContent h1,
.InnerGIGABYTEContent h2,
.InnerGIGABYTEContent h3,
.InnerGIGABYTEContent h4,
.InnerGIGABYTEContent h5,
.InnerGIGABYTEContent h6 {
  font-family: var(--pl-font-heading);
}

.InnerGIGABYTEContent * {
  box-sizing: border-box;
}

.InnerGIGABYTEContent a {
  color: inherit;
  text-decoration: none;
}

.InnerGIGABYTEContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.InnerGIGABYTEContent button {
  font: inherit;
}

.InnerGIGABYTEContent .hero-fx-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.InnerGIGABYTEContent .page-shell {
  position: relative;
  padding-right: var(--pl-page-offset);
}

.InnerGIGABYTEContent .nav-block {
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 50;
  width: auto;
  transition:
    transform var(--pl-transition),
    opacity var(--pl-transition);
}

.InnerGIGABYTEContent .nav-block.is-scrolled {
  transform: translateY(-50%) translateX(2px);
}

.InnerGIGABYTEContent .nav-block__inner {
  width: auto;
  min-height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.InnerGIGABYTEContent .nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.InnerGIGABYTEContent .nav-list__item {
  position: relative;
  width: var(--pl-nav-rail-width);
  --pl-nav-dot-axis: calc(100% - 7px);
}

.InnerGIGABYTEContent .nav-list__item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  transition: height var(--pl-transition);
}

.InnerGIGABYTEContent .nav-list__item__dot {
  position: absolute;
  top: 0;
  left: var(--pl-nav-dot-axis);
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.24);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
  transform: translateX(-50%);
  transition:
    width var(--pl-transition),
    height var(--pl-transition),
    border-radius var(--pl-transition),
    background-color var(--pl-transition),
    box-shadow var(--pl-transition);
}

.InnerGIGABYTEContent .nav-list__item__label {
  position: absolute;
  top: 0;
  right: 26px;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: var(--pl-radius-sm);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 42, 136, 0.12);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
  color: var(--pl-color-text);
  opacity: 0;
  transform: translateX(12px);
  pointer-events: none;
  transition:
    opacity var(--pl-transition),
    transform var(--pl-transition),
    background-color var(--pl-transition),
    border-color var(--pl-transition);
}

.InnerGIGABYTEContent .nav-list__item__index {
  display: inline-flex;
  align-items: center;
  color: rgba(15, 23, 42, 0.38);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}

.InnerGIGABYTEContent .nav-list__item__text {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.InnerGIGABYTEContent .nav-list__item__link:hover,
.InnerGIGABYTEContent .nav-list__item__link.is-active {
  height: 34px;
  opacity: 1;
}

.InnerGIGABYTEContent .nav-list__item__link:hover .nav-list__item__dot,
.InnerGIGABYTEContent .nav-list__item__link.is-active .nav-list__item__dot {
  width: 14px;
  height: 34px;
  background: linear-gradient(180deg, var(--pl-color-accent), var(--pl-color-accent-2));
  box-shadow: 0 14px 24px rgba(19, 42, 136, 0.22);
}

.InnerGIGABYTEContent .nav-list__item__link:hover .nav-list__item__label,
.InnerGIGABYTEContent .nav-list__item__link:focus-visible .nav-list__item__label {
  opacity: 1;
  transform: translateX(0);
}

.InnerGIGABYTEContent .nav-list__item__link:hover .nav-list__item__index,
.InnerGIGABYTEContent .nav-list__item__link:hover .nav-list__item__text,
.InnerGIGABYTEContent .nav-list__item__link:focus-visible .nav-list__item__index,
.InnerGIGABYTEContent .nav-list__item__link:focus-visible .nav-list__item__text {
  color: var(--pl-color-accent);
}

.InnerGIGABYTEContent .section {
  position: relative;
  padding: clamp(148px, 18svh, 252px) 0;
}

.InnerGIGABYTEContent .section + .section {
  margin-top: var(--pl-section-stack-gap);
}

.InnerGIGABYTEContent .section--hero + .section--features {
  margin-top: var(--pl-gap-s01-s03);
}

.InnerGIGABYTEContent .section--features + .section--benchmark {
  margin-top: var(--pl-gap-s03-s04);
}

.InnerGIGABYTEContent .section--benchmark + .section--io {
  margin-top: var(--pl-gap-s04-s05);
}

.InnerGIGABYTEContent .section__inner {
  width: var(--pl-shell-width);
  margin: 0 auto;
}

.InnerGIGABYTEContent .section-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.InnerGIGABYTEContent .section-heading--wide {
  max-width: 920px;
}

.InnerGIGABYTEContent .eyebrow {
  margin: 0 0 14px;
  color: var(--pl-color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.InnerGIGABYTEContent .section-title,
.InnerGIGABYTEContent .hero-title {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.InnerGIGABYTEContent .hero-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(16px, 4.1vw, 52px);
  text-align: center;
}

.InnerGIGABYTEContent .section-title {
  font-size: clamp(30px, 4.3vw, 56px);
}

.InnerGIGABYTEContent h2 {
  background-image: linear-gradient(90deg, #132a88 0%, #4b6bdb 50%, #132a88 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: brix-heading-flow 3s ease-in-out infinite;
}

.InnerGIGABYTEContent .section-text,
.InnerGIGABYTEContent .hero-subtitle,
.InnerGIGABYTEContent .hero-description,
.InnerGIGABYTEContent .feature-subtitle,
.InnerGIGABYTEContent .feature-description,
.InnerGIGABYTEContent .overview-card__text,
.InnerGIGABYTEContent .benchmark-card__text,
.InnerGIGABYTEContent .application-card__list li,
.InnerGIGABYTEContent .io-points li {
  color: var(--pl-color-text-soft);
  line-height: 1.7;
}

.InnerGIGABYTEContent .hero-subtitle {
  max-width: 42rem;
  margin: 18px 0 0;
  font-size: clamp(18px, 1.9vw, 25px);
  text-align: center;
}

.InnerGIGABYTEContent .hero-brand-logo {
  display: block;
  width: min(300px, 52%);
  margin-top: 18px;
}

.InnerGIGABYTEContent .hero-intel-logo {
  display: block;
  width: min(172px, 30%);
  margin-top: 14px;
}

.InnerGIGABYTEContent .hero-main-image {
  display: block;
  width: min(920px, 100%);
  max-height: min(44svh, 460px);
  margin-top: 16px;
  object-fit: contain;
  will-change: transform, opacity, filter;
}

.InnerGIGABYTEContent .hero-main-image.is-ripple-active {
  filter: url(#hero-ripple-distort);
}

.InnerGIGABYTEContent .hero-description,
.InnerGIGABYTEContent .section-text {
  max-width: 42rem;
  margin: 20px 0 0;
  font-size: 16px;
}

.InnerGIGABYTEContent .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--pl-radius-sm);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition:
    transform var(--pl-transition),
    box-shadow var(--pl-transition),
    background-color var(--pl-transition),
    border-color var(--pl-transition);
}

.InnerGIGABYTEContent .button:hover {
  transform: translateY(-2px);
}

.InnerGIGABYTEContent .button--primary {
  background: linear-gradient(135deg, var(--pl-color-accent), var(--pl-color-accent-2));
  box-shadow: 0 16px 28px rgba(19, 42, 136, 0.18);
  color: #ffffff;
}

.InnerGIGABYTEContent .button--secondary {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(19, 42, 136, 0.2);
  color: var(--pl-color-accent);
}

.InnerGIGABYTEContent .section--hero {
  --hero-progress: 0;
  min-height: 100svh;
  padding-top: clamp(28px, 5svh, 56px);
  padding-bottom: clamp(20px, 4svh, 44px);
  display: flex;
  align-items: center;
}

.InnerGIGABYTEContent .webgl-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  pointer-events: none;
}

.InnerGIGABYTEContent .webgl-stage--hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 0;
}

.InnerGIGABYTEContent .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  will-change: transform, opacity, filter;
  transform: translate3d(
      calc(var(--tr-hf-a) * 1.2vw - var(--tr-hf-t) * 2.6vw),
      calc(var(--tr-hf-a) * -0.8vh - var(--tr-hf-t) * 4.8vh),
      0
    )
    scale(calc(1 - var(--tr-hf-t) * 0.07));
  opacity: calc(1 - var(--tr-hf-t) * 0.44);
  filter: blur(calc(var(--tr-hf-t) * 1.6px));
  transition:
    transform 140ms linear,
    opacity 140ms linear,
    filter 140ms linear;
}

.InnerGIGABYTEContent .hero-copy {
  width: min(980px, calc(100% - 8px));
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(calc((1 - var(--hero-progress)) * 26px));
  opacity: calc(0.58 + (var(--hero-progress) * 0.42));
  transition:
    transform 240ms linear,
    opacity 240ms linear;
}

.InnerGIGABYTEContent .hero-copy > * {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 420ms ease,
    transform 520ms ease;
}

.InnerGIGABYTEContent .section--hero.is-entered .hero-copy > * {
  opacity: 1;
  transform: translateY(0);
}

.InnerGIGABYTEContent .section--hero.is-entered .hero-title {
  transition-delay: 40ms;
}

.InnerGIGABYTEContent .section--hero.is-entered .hero-brand-logo {
  transition-delay: 140ms;
}

.InnerGIGABYTEContent .section--hero.is-entered .hero-main-image {
  transition-delay: 240ms;
}

.InnerGIGABYTEContent .section--hero.is-entered .hero-subtitle {
  transition-delay: 320ms;
}

.InnerGIGABYTEContent .section--hero.is-entered .hero-intel-logo {
  transition-delay: 420ms;
}

.InnerGIGABYTEContent .hero-stage__frame,
.InnerGIGABYTEContent .feature-stage-panel__frame,
.InnerGIGABYTEContent .cta-panel,
.InnerGIGABYTEContent .benchmark-card,
.InnerGIGABYTEContent .overview-card,
.InnerGIGABYTEContent .application-card,
.InnerGIGABYTEContent .feature-copy-panel,
.InnerGIGABYTEContent .io-device {
  border: 1px solid var(--pl-color-border);
  background: var(--pl-color-surface);
  box-shadow: 0 24px 60px var(--pl-color-shadow);
  backdrop-filter: blur(18px);
}

.InnerGIGABYTEContent .hero-stage__frame,
.InnerGIGABYTEContent .feature-stage-panel__frame,
.InnerGIGABYTEContent .io-device {
  position: relative;
  border-radius: var(--pl-radius-xl);
  overflow: hidden;
}

.InnerGIGABYTEContent .hero-stage__frame {
  min-height: 540px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 251, 255, 0.52)),
    radial-gradient(circle at top right, rgba(19, 42, 136, 0.12), transparent 30%);
}

.InnerGIGABYTEContent .hero-stage__product {
  position: absolute;
  inset: 58px 26px 70px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(19, 42, 136, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
}

.InnerGIGABYTEContent .hero-stage__product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  border-radius: 28px;
  display: block;
}

.InnerGIGABYTEContent .stage-label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(15, 23, 42, 0.48);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.InnerGIGABYTEContent .hero-stage__stats {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.InnerGIGABYTEContent .metric-card,
.InnerGIGABYTEContent .overview-card,
.InnerGIGABYTEContent .benchmark-card,
.InnerGIGABYTEContent .application-card {
  border-radius: var(--pl-radius-lg);
}

.InnerGIGABYTEContent .metric-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 16px 34px rgba(19, 42, 136, 0.08);
}

.InnerGIGABYTEContent .metric-card__value {
  display: block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.InnerGIGABYTEContent .metric-card__label,
.InnerGIGABYTEContent .overview-card__label,
.InnerGIGABYTEContent .benchmark-card__eyebrow {
  display: block;
  margin-top: 6px;
  color: rgba(15, 23, 42, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.InnerGIGABYTEContent .overview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.InnerGIGABYTEContent .overview-card,
.InnerGIGABYTEContent .benchmark-card,
.InnerGIGABYTEContent .application-card,
.InnerGIGABYTEContent .feature-copy-panel {
  padding: 28px;
}

.InnerGIGABYTEContent .feature-story {
  position: relative;
  margin-top: 0;
}

.InnerGIGABYTEContent .feature-story__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--feature-media-column, minmax(340px, 520px));
  gap: clamp(18px, 2.8vw, 40px);
  align-items: start;
  margin-bottom: 0;
  opacity: 0;
  transform: translate3d(0, 24px, 0) rotateX(6deg);
  transform-origin: 50% 0;
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.InnerGIGABYTEContent .feature-story__intro .section-heading {
  margin-bottom: 0;
}

.InnerGIGABYTEContent .feature-story__intro .feature-step-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: start;
  width: 100%;
  z-index: 5;
}

.InnerGIGABYTEContent .feature-story__sticky {
  position: sticky;
  top: var(--s03-sticky-top, clamp(72px, 10svh, 120px));
  min-height: calc(100svh - (var(--s03-sticky-top, clamp(72px, 10svh, 120px)) * 2));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(20px, 3.2svh, 40px);
  z-index: 1;
  will-change: transform, opacity, filter;
  transform: translate3d(
      0,
      calc((1 - var(--tr-hf-s)) * 18px + var(--tr-fb-a) * 12px),
      0
    )
    scale(calc(0.986 + var(--tr-hf-s) * 0.014));
  opacity: calc(0.86 + var(--tr-hf-s) * 0.14);
  filter: blur(calc((1 - var(--tr-hf-s)) * 1px));
  transition:
    transform 130ms linear,
    opacity 130ms linear,
    filter 130ms linear;
}

.InnerGIGABYTEContent .feature-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--feature-media-column, minmax(340px, 520px));
  gap: clamp(18px, 2.5vw, 36px);
  align-items: start;
  opacity: 0;
  transform: translate3d(0, 24px, 0) rotateX(4deg);
  transform-origin: 50% 0;
  perspective: 1400px;
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  touch-action: pan-y;
}

.InnerGIGABYTEContent .section--features.is-entered .feature-story__intro {
  opacity: 1;
  transform: none;
  transition-delay: 60ms;
}

.InnerGIGABYTEContent .section--features.is-entered .feature-story__grid {
  opacity: 1;
  transform: none;
  transition-delay: 180ms;
}

.InnerGIGABYTEContent .feature-copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.InnerGIGABYTEContent .feature-copy-panel__header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 16px;
}

.InnerGIGABYTEContent .feature-copy-panel__content {
  display: grid;
  min-height: 0;
  max-height: none;
  overflow: visible;
  padding-right: 0;
  align-items: start;
  perspective: 700px;
}

.InnerGIGABYTEContent .feature-roll-slide {
  grid-area: 1 / 1;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition:
    transform 130ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 120ms linear;
}

.InnerGIGABYTEContent .feature-index {
  position: relative;
  display: inline-grid;
  min-width: 2.1ch;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.InnerGIGABYTEContent .feature-index__digit {
  grid-area: 1 / 1;
  display: block;
  transform-origin: 50% 52%;
  will-change: transform, opacity;
}

.InnerGIGABYTEContent .feature-index.is-animating .feature-index__digit--out {
  animation: feature-index-out 420ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.InnerGIGABYTEContent .feature-index.is-animating .feature-index__digit--in {
  animation: feature-index-in 420ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes feature-index-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -20%, 0) scale(1.36);
  }
}

@keyframes feature-index-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 22%, 0) scale(0.58);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes benchmark-flow {
  0% {
    background-position: -160% 50%;
  }
  100% {
    background-position: 160% 50%;
  }
}

@keyframes benchmark-arrow-dash {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-6px);
  }
}

@keyframes benchmark-liquid-base {
  0% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.45;
  }
}

@keyframes benchmark-liquid-under {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
  }
}

@keyframes benchmark-text-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes brix-heading-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .InnerGIGABYTEContent h2 {
    animation: none;
    background-position: 0% 50%;
  }
}

.InnerGIGABYTEContent .feature-progress {
  flex: 1;
  height: 2px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.InnerGIGABYTEContent .feature-progress__line {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--pl-color-accent), var(--pl-color-accent-2));
  transform-origin: left center;
  transform: scaleX(var(--feature-progress, 0));
  transition: transform 180ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.InnerGIGABYTEContent .feature-title {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.InnerGIGABYTEContent .feature-subtitle {
  margin: 10px 0 0;
  font-size: clamp(15px, 1.3vw, 18px);
}

.InnerGIGABYTEContent .feature-description {
  margin: 12px 0 0;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.6;
}

.InnerGIGABYTEContent .feature-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.InnerGIGABYTEContent .feature-highlights li {
  padding: 12px 16px;
  border-radius: var(--pl-radius-sm);
  background: rgba(19, 42, 136, 0.08);
  color: var(--pl-color-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.InnerGIGABYTEContent .feature-stage-panel {
  display: grid;
  gap: 18px;
}

.InnerGIGABYTEContent .feature-copy-panel,
.InnerGIGABYTEContent .feature-stage-panel__frame {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: auto;
}

.InnerGIGABYTEContent .feature-story__grid.is-wheel-rolling {
  opacity: calc(1 - (var(--feature-wheel-roll-abs, 0) * 0.28));
  transform:
    translate3d(
      0,
      calc(var(--feature-wheel-roll, 0) * -96px),
      calc(var(--feature-wheel-roll-abs, 0) * -240px)
    )
    rotateX(calc(var(--feature-wheel-roll, 0) * 42deg))
    scale(calc(1 - (var(--feature-wheel-roll-abs, 0) * 0.11)));
  transition:
    transform 96ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 96ms linear;
}

.InnerGIGABYTEContent .feature-stage-panel__frame {
  --feature-beam-strength: 0;
  position: relative;
  z-index: 5;
  isolation: isolate;
  min-height: min(52svh, 520px);
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  border-radius: 22px;
  overflow: hidden;
}

.InnerGIGABYTEContent .feature-stage-panel__scatter {
  position: absolute;
  inset: -6%;
  z-index: 3;
  pointer-events: none;
}

.InnerGIGABYTEContent .feature-stage-panel__scatter-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size, 12px);
  height: var(--size, 12px);
  border-radius: 2px;
  border: 1px solid rgba(75, 107, 219, 0.48);
  background-image:
    var(--face-image),
    linear-gradient(
      135deg,
      rgba(75, 107, 219, 0.54) 0%,
      rgba(19, 42, 136, 0.26) 100%
    );
  background-size: cover, 100% 100%;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: normal, normal;
  box-shadow:
    0 0 16px rgba(75, 107, 219, 0.24),
    inset 0 0 8px rgba(255, 255, 255, 0.14);
  opacity: var(--alpha, 0.34);
  transform:
    translate3d(calc(var(--x, 50%) - 50%), calc(var(--y, 50%) - 50%), 0)
    rotate(var(--rot, 0deg))
    scale(var(--scale, 1));
  transition:
    transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 240ms ease;
  will-change: transform, opacity;
}

.InnerGIGABYTEContent .feature-stage-panel__fragment-canvas {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.InnerGIGABYTEContent .feature-stage-panel__main-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
  display: block;
  transition: none;
}

.InnerGIGABYTEContent .feature-stage-panel__edge-glow {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid rgba(75, 107, 219, 0.62);
  box-shadow:
    0 0 14px rgba(75, 107, 219, 0.30),
    inset 0 0 8px rgba(19, 42, 136, 0.20);
  opacity: clamp(0.20, var(--feature-beam-strength, 0), 1);
  transition: opacity 220ms linear;
}

.InnerGIGABYTEContent .feature-stage-panel__edge-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 2px solid rgba(75, 107, 219, 0.86);
  box-shadow:
    0 0 16px rgba(75, 107, 219, 0.40),
    0 0 30px rgba(19, 42, 136, 0.26),
    inset 0 0 10px rgba(75, 107, 219, 0.24);
  opacity: clamp(0.22, calc(var(--feature-beam-strength, 0) * 0.92), 1);
  transition: opacity 220ms linear;
  animation: feature-ring-breathe 1.9s ease-in-out infinite;
}

.InnerGIGABYTEContent .feature-stage-panel__edge-glow::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  box-shadow:
    0 0 24px rgba(75, 107, 219, 0.24),
    0 0 42px rgba(19, 42, 136, 0.16);
  opacity: clamp(0.15, calc(var(--feature-beam-strength, 0) * 0.58), 0.7);
  transition: opacity 220ms linear;
}

.InnerGIGABYTEContent .feature-stage-panel__edge-svg {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.InnerGIGABYTEContent .feature-stage-panel__edge-path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  will-change: stroke-dashoffset;
}

.InnerGIGABYTEContent .feature-stage-panel__edge-path--main {
  stroke: rgba(75, 107, 219, 0.96);
  stroke-width: 1.9;
  stroke-dasharray: 126 266;
  stroke-dashoffset: 0;
  opacity: clamp(0.20, calc(var(--feature-beam-strength, 0) * 0.98), 1);
  filter: drop-shadow(0 0 9px rgba(75, 107, 219, 0.36));
  animation: feature-edge-main 4.8s linear infinite;
}

.InnerGIGABYTEContent .feature-stage-panel__edge-path--trail {
  stroke: rgba(196, 236, 255, 0.86);
  stroke-width: 1.35;
  stroke-dasharray: 72 320;
  stroke-dashoffset: 0;
  opacity: clamp(0.14, calc(var(--feature-beam-strength, 0) * 0.70), 0.82);
  filter: drop-shadow(0 0 10px rgba(142, 206, 255, 0.30));
  animation: feature-edge-trail 9.4s linear infinite reverse;
}

@supports not ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .InnerGIGABYTEContent .feature-stage-panel__edge-glow::before {
    inset: 0;
    padding: 0;
    border: 2px solid rgba(75, 107, 219, 0.86);
    background: none;
    -webkit-mask: none;
    box-shadow:
      0 0 16px rgba(75, 107, 219, 0.38),
      inset 0 0 12px rgba(19, 42, 136, 0.22);
  }

  .InnerGIGABYTEContent .feature-stage-panel__edge-glow::after {
    display: none;
  }
}

.InnerGIGABYTEContent .feature-stage-panel__beam {
  display: none;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--top,
.InnerGIGABYTEContent .feature-stage-panel__beam--bottom {
  left: 4%;
  width: 92%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #a6d3ff 20%, #4f88ff 48%, #1633aa 66%, transparent 100%);
  background-size: 220% 100%;
  animation: feature-edge-flow-x 2.9s linear infinite;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--top {
  top: 0;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--bottom {
  bottom: 0;
  animation-direction: reverse;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--left,
.InnerGIGABYTEContent .feature-stage-panel__beam--right {
  top: 4%;
  width: 3px;
  height: 92%;
  background: linear-gradient(180deg, transparent 0%, #acd7ff 22%, #5f93ff 46%, #1b3eb7 66%, transparent 100%);
  background-size: 100% 220%;
  animation: feature-edge-flow-y 3.1s linear infinite;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--left {
  left: 0;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--right {
  right: 0;
  animation-direction: reverse;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--diag-a,
.InnerGIGABYTEContent .feature-stage-panel__beam--diag-b {
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(153, 206, 255, 0.9) 50%, transparent 100%);
  transform-origin: left center;
  opacity: 0.82;
  animation: feature-diag-pulse 2.6s ease-in-out infinite;
}

.InnerGIGABYTEContent .feature-stage-panel__beam--diag-a {
  top: 0;
  right: -2%;
  transform: rotate(24deg);
}

.InnerGIGABYTEContent .feature-stage-panel__beam--diag-b {
  bottom: 0;
  left: -2%;
  transform: rotate(24deg);
  animation-delay: 0.9s;
}

.InnerGIGABYTEContent .feature-step-list {
  --feature-tab-signal: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.InnerGIGABYTEContent .feature-step-list__item {
  position: relative;
  min-height: 48px;
  padding: 0 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(15, 23, 42, 0.62);
  cursor: pointer;
  transition:
    color var(--pl-transition),
    background-color var(--pl-transition),
    border-color var(--pl-transition),
    transform var(--pl-transition);
}

.InnerGIGABYTEContent .feature-step-list__item::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  opacity: calc(var(--feature-tab-signal, 0) * 0.92);
  box-shadow:
    0 0 14px rgba(75, 107, 219, 0.26),
    0 0 24px rgba(19, 42, 136, 0.18);
  transition: opacity 220ms linear;
}

.InnerGIGABYTEContent .feature-step-list__item:hover,
.InnerGIGABYTEContent .feature-step-list__item.is-active {
  background: rgba(19, 42, 136, 0.08);
  border-color: rgba(19, 42, 136, 0.18);
  color: var(--pl-color-accent);
  transform: translateY(-1px);
}

@keyframes feature-edge-flow-x {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes feature-edge-flow-y {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 200%;
  }
}

@keyframes feature-ring-breathe {
  0% {
    opacity: calc(var(--feature-beam-strength, 0) * 0.62);
    filter: brightness(0.9);
  }
  100% {
    opacity: calc(var(--feature-beam-strength, 0) * 0.95);
    filter: brightness(1.22);
  }
}

@keyframes feature-edge-main {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -392;
  }
}

@keyframes feature-edge-trail {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -392;
  }
}

@keyframes feature-diag-pulse {
  0%,
  100% {
    opacity: 0.34;
  }
  50% {
    opacity: 0.92;
  }
}

.InnerGIGABYTEContent .feature-steps {
  position: relative;
}

.InnerGIGABYTEContent .feature-step {
  min-height: 72svh;
}

.InnerGIGABYTEContent .section--features {
  --feature-media-column: minmax(340px, 520px);
  --s03-sticky-top: clamp(72px, 10svh, 120px);
  min-height: auto;
  display: block;
}

.InnerGIGABYTEContent .benchmark-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "heading"
    "copy"
    "chart";
  gap: clamp(18px, 2.4vw, 28px);
  align-items: start;
}

.InnerGIGABYTEContent .section--benchmark {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --benchmark-bg-reveal: 0;
  --benchmark-bg-reveal-mist: 0;
}

.InnerGIGABYTEContent .section--benchmark::before {
  content: "";
  position: absolute;
  inset: -8% -16%;
  z-index: 0;
  pointer-events: none;
  background-image:
    url("innergigabyteimages/BACKGROUND.svg"),
    url("../innergigabyteimages/BACKGROUND.svg");
  background-position: 36% 78%;
  background-repeat: no-repeat;
  background-size: 150% auto;
  opacity: calc(1.06 * var(--benchmark-bg-reveal));
  filter: saturate(1.12) contrast(1.07) brightness(0.96);
  will-change: transform, background-position;
  animation: benchmark-bg-flow-base 14.8s ease-in-out infinite alternate;
}

.InnerGIGABYTEContent .section--benchmark::after {
  content: "";
  position: absolute;
  inset: -12% -18%;
  z-index: 0;
  pointer-events: none;
  background-image:
    url("innergigabyteimages/BACKGROUND.svg"),
    url("../innergigabyteimages/BACKGROUND.svg");
  background-position: 28% 82%;
  background-repeat: no-repeat;
  background-size: 144% auto;
  opacity: calc(0.16 * var(--benchmark-bg-reveal-mist));
  filter: blur(16px) saturate(0.52) brightness(0.32) contrast(1.08);
  mix-blend-mode: multiply;
  will-change: transform, background-position, opacity;
  animation: benchmark-bg-flow-mist 22s ease-in-out infinite alternate;
}

.InnerGIGABYTEContent .section--benchmark.is-particle-assembling::before {
  animation: none;
  background-position: 36% 78%;
  transform: translate3d(0, 0, 0) scale(1.02);
}

.InnerGIGABYTEContent .section--benchmark.is-particle-assembling::after {
  animation: none;
  background-position: 28% 82%;
  transform: translate3d(0, 0, 0) scale(1.02);
}

.InnerGIGABYTEContent .section--benchmark .section__inner {
  position: relative;
  z-index: 1;
  will-change: transform, opacity, filter;
  transform: translate3d(
      calc(var(--tr-fb-a) * 1.1vw),
      calc((1 - var(--tr-fb-s)) * 34px - var(--tr-fb-a) * 18px),
      0
    )
    scale(calc(0.95 + var(--tr-fb-s) * 0.05));
  opacity: calc(0.68 + var(--tr-fb-s) * 0.32);
  filter: saturate(calc(0.86 + var(--tr-fb-s) * 0.14))
    contrast(calc(0.92 + var(--tr-fb-s) * 0.08));
  transition:
    transform 130ms linear,
    opacity 130ms linear,
    filter 130ms linear;
}

@keyframes benchmark-bg-flow-base {
  from {
    background-position: 28% 78%;
    transform: translate3d(-2.5%, 0, 0) scale(1.02);
  }
  to {
    background-position: 66% 78%;
    transform: translate3d(2.5%, 0, 0) scale(1.02);
  }
}

@keyframes benchmark-bg-flow-mist {
  from {
    background-position: 20% 82%;
    transform: translate3d(-2%, 0, 0) scale(1.02);
  }
  to {
    background-position: 80% 82%;
    transform: translate3d(2%, 0, 0) scale(1.02);
  }
}

.InnerGIGABYTEContent .io-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "copy"
    "visual";
  gap: clamp(16px, 2.2vw, 28px);
  align-items: start;
}

.InnerGIGABYTEContent .section--io {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.InnerGIGABYTEContent .section--io .section__inner {
  position: relative;
  z-index: 2;
}

.InnerGIGABYTEContent .io-copy {
  grid-area: copy;
  max-width: none;
}

.InnerGIGABYTEContent .io-visual {
  grid-area: visual;
  width: 100%;
}

.InnerGIGABYTEContent .section--io .io-copy > * {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.InnerGIGABYTEContent .section--io.is-entered .io-copy > * {
  opacity: 1;
  transform: translateY(0);
}

.InnerGIGABYTEContent .section--io.is-entered .io-copy .eyebrow {
  transition-delay: 80ms;
}

.InnerGIGABYTEContent .section--io.is-entered .io-copy .section-title {
  transition-delay: 230ms;
}

.InnerGIGABYTEContent .section--io.is-entered .io-copy .section-text {
  transition-delay: 380ms;
}

.InnerGIGABYTEContent .benchmark-heading {
  grid-area: heading;
  max-width: none;
  width: 100%;
}

.InnerGIGABYTEContent .benchmark-heading .section-title {
  margin-bottom: 0;
}

.InnerGIGABYTEContent .benchmark-copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: none;
  padding: 0;
}

.InnerGIGABYTEContent .benchmark-copy .section-text {
  max-width: none;
  margin-top: 0;
}

.InnerGIGABYTEContent .benchmark-highlights {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.InnerGIGABYTEContent .benchmark-highlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-top: 12px;
}

.InnerGIGABYTEContent .benchmark-highlight + .benchmark-highlight {
  border-top: 1px solid rgba(19, 42, 136, 0.15);
}

.InnerGIGABYTEContent .benchmark-highlight__arrow {
  width: clamp(44px, 5.4vw, 64px);
  margin-top: 0;
  align-self: end;
}

.InnerGIGABYTEContent .benchmark-arrow {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 100%;
  animation: none;
}

.InnerGIGABYTEContent .benchmark-arrow__line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  filter: drop-shadow(0 0 6px rgba(19, 42, 136, 0.18));
}

.InnerGIGABYTEContent .benchmark-arrow__head {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  filter: drop-shadow(0 0 6px rgba(19, 42, 136, 0.18));
}

.InnerGIGABYTEContent .benchmark-highlight__copy {
  display: grid;
  gap: 6px;
}

.InnerGIGABYTEContent .benchmark-highlight__value {
  margin: 0;
  color: var(--pl-color-accent);
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
  line-height: 1;
}

.InnerGIGABYTEContent .benchmark-highlight__rate {
  font-size: clamp(36px, 3.8vw, 54px);
  font-weight: 800;
  letter-spacing: -0.04em;
  background-image: linear-gradient(90deg, #132a88 0%, #4b6bdb 52%, #132a88 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: none;
}

.InnerGIGABYTEContent .benchmark-highlight__label {
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 700;
  letter-spacing: -0.01em;
  background-image: linear-gradient(90deg, #132a88 0%, #4b6bdb 52%, #132a88 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: none;
  animation-delay: 80ms;
}

.InnerGIGABYTEContent .benchmark-highlight__text {
  margin: 0;
  color: rgba(15, 23, 42, 0.74);
  font-size: 13px;
  line-height: 1.5;
}

.InnerGIGABYTEContent .benchmark-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.InnerGIGABYTEContent .benchmark-card__value {
  display: block;
  margin-top: 18px;
  font-size: clamp(52px, 7vw, 86px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.InnerGIGABYTEContent .benchmark-card__title,
.InnerGIGABYTEContent .application-card__title {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.InnerGIGABYTEContent .benchmark-card__text {
  margin: 14px 0 0;
  font-size: 15px;
}

.InnerGIGABYTEContent .benchmark-metrics--comparison {
  grid-area: chart;
  grid-template-columns: 1fr;
  width: 100%;
  justify-self: stretch;
  height: auto;
}

.InnerGIGABYTEContent .benchmark-comparison {
  display: grid;
  align-content: start;
  height: auto;
  gap: 20px;
  padding: 0;
  background: transparent;
}

.InnerGIGABYTEContent .section--benchmark .benchmark-card {
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  background: transparent;
}

.InnerGIGABYTEContent .benchmark-comparison__header {
  display: grid;
  gap: 12px;
}

.InnerGIGABYTEContent .benchmark-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.InnerGIGABYTEContent .benchmark-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.72);
}

.InnerGIGABYTEContent .benchmark-legend__item--panther {
  color: rgba(19, 42, 136, 0.86);
}

.InnerGIGABYTEContent .benchmark-legend__item--arrow {
  color: rgba(6, 129, 149, 0.9);
}

.InnerGIGABYTEContent .benchmark-legend__dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.InnerGIGABYTEContent .benchmark-legend__dot--panther {
  background:
    linear-gradient(90deg, #132a88, #3959d0, #90a8ff);
  background-size: 100% 100%;
}

.InnerGIGABYTEContent .benchmark-legend__dot--arrow {
  background:
    linear-gradient(90deg, #0b8fa6, #14b5ca, #8de4ef);
  background-size: 100% 100%;
}

.InnerGIGABYTEContent .benchmark-group {
  display: grid;
  gap: 12px;
}

.InnerGIGABYTEContent .benchmark-group__headline {
  margin: 0;
  color: rgba(15, 23, 42, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.InnerGIGABYTEContent .benchmark-group__subline {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.52);
}

.InnerGIGABYTEContent .benchmark-pair {
  display: grid;
  gap: 12px;
}

.InnerGIGABYTEContent .benchmark-pair + .benchmark-pair {
  border-top: 1px solid rgba(19, 42, 136, 0.15);
  padding-top: 18px;
}

.InnerGIGABYTEContent .benchmark-pair--cpu {
  position: relative;
  padding-bottom: 18px;
}

.InnerGIGABYTEContent .benchmark-pair--cpu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(19, 42, 136, 0.15);
}

.InnerGIGABYTEContent .benchmark-bars {
  display: grid;
  gap: 10px;
}

@media (min-width: 1081px) {
  .InnerGIGABYTEContent .benchmark-pair {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.66fr);
    column-gap: clamp(16px, 2.2vw, 32px);
    align-items: stretch;
  }

  .InnerGIGABYTEContent .benchmark-pair .benchmark-group--chart,
  .InnerGIGABYTEContent .benchmark-pair .benchmark-highlight {
    height: 100%;
    align-self: stretch;
    padding-top: 0;
    border-top: 0;
  }

  .InnerGIGABYTEContent .benchmark-pair .benchmark-group--chart {
    grid-template-rows: auto auto 1fr;
  }

  .InnerGIGABYTEContent .benchmark-pair .benchmark-bars {
    align-self: end;
  }

  .InnerGIGABYTEContent .benchmark-pair .benchmark-highlight {
    align-items: end;
  }

  .InnerGIGABYTEContent .benchmark-pair .benchmark-highlight__copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding-bottom: 2px;
  }

  .InnerGIGABYTEContent .benchmark-pair .benchmark-highlight__text {
    margin: 0;
    line-height: 1.25;
    transform: translateY(5px);
  }
}

.InnerGIGABYTEContent .benchmark-bar {
  position: relative;
  --bar-c1: #050f44;
  --bar-c2: #2f4fc4;
  --bar-c3: #6d8cff;
  --benchmark-label-color: rgba(15, 23, 42, 0.5);
  --benchmark-value-color: rgba(15, 23, 42, 0.58);
  height: 24px;
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
}

.InnerGIGABYTEContent .benchmark-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(var(--bar-value, 0) * 100%);
  border-radius: inherit;
  z-index: 0;
  background: linear-gradient(
    90deg,
    var(--bar-c1) 0%,
    var(--bar-c2) 52%,
    var(--bar-c1) 100%
  );
  animation: benchmark-liquid-under 3s ease-in-out infinite;
  transition: width 2000ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.InnerGIGABYTEContent .benchmark-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(var(--bar-value, 0) * 100%);
  border-radius: inherit;
  z-index: 1;
  background: linear-gradient(
    90deg,
    var(--bar-c2) 0%,
    var(--bar-c3) 52%,
    var(--bar-c2) 100%
  );
  opacity: 0.45;
  animation: benchmark-liquid-base 3s ease-in-out infinite;
  transition: width 2000ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.InnerGIGABYTEContent .benchmark-comparison.benchmark-card::before {
  content: none;
}

.InnerGIGABYTEContent .benchmark-bar--panther {
  --bar-c1: #050f44;
  --bar-c2: #2f4fc4;
  --bar-c3: #6d8cff;
  --benchmark-label-color: rgba(19, 42, 136, 0.74);
  --benchmark-value-color: rgba(19, 42, 136, 0.74);
}

.InnerGIGABYTEContent .benchmark-bar--arrow {
  --bar-c1: #044a59;
  --bar-c2: #087f92;
  --bar-c3: #3ec5d6;
  --benchmark-label-color: rgba(6, 129, 149, 0.82);
  --benchmark-value-color: rgba(6, 129, 149, 0.82);
}

.InnerGIGABYTEContent .benchmark-bar__label {
  position: absolute;
  top: -19px;
  left: 2px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--benchmark-label-color);
}

.InnerGIGABYTEContent .benchmark-bar__value {
  position: absolute;
  top: 50%;
  left: calc((var(--bar-value, 0) * 100%) + 8px);
  z-index: 2;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--benchmark-value-color);
}

.InnerGIGABYTEContent .io-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.InnerGIGABYTEContent .io-points li,
.InnerGIGABYTEContent .application-card__list li,
.InnerGIGABYTEContent .application-stage__list li {
  position: relative;
  padding-left: 18px;
}

.InnerGIGABYTEContent .io-points li::before,
.InnerGIGABYTEContent .application-card__list li::before,
.InnerGIGABYTEContent .application-stage__list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pl-color-accent);
}

.InnerGIGABYTEContent .io-device {
  min-height: 480px;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 251, 255, 0.62)),
    radial-gradient(circle at center, rgba(19, 42, 136, 0.12), transparent 36%);
}

.InnerGIGABYTEContent .section--io .io-device {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.InnerGIGABYTEContent .io-device__img {
  position: absolute;
  inset: 32px;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  object-fit: cover;
  border-radius: 22px;
  opacity: 0.88;
}

.InnerGIGABYTEContent .io-device__body {
  position: absolute;
  inset: 32px;
  border-radius: 28px;
  background: transparent;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.InnerGIGABYTEContent .io-device--collage {
  min-height: 520px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 28px);
}

.InnerGIGABYTEContent .io-collage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 22px);
  min-height: 0;
}

.InnerGIGABYTEContent .io-collage {
  position: relative;
  min-height: clamp(280px, 33vw, 390px);
  margin: 0;
}

.InnerGIGABYTEContent .io-collage__layer {
  --io-layer-x: 0px;
  --io-layer-y: 0px;
  --io-layer-rotate: 0deg;
  --io-layer-scale-start: 0.94;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform:
    translate(
      calc(-50% + var(--io-layer-x)),
      calc(-50% + var(--io-layer-y))
    )
    rotate(var(--io-layer-rotate))
    scale(var(--io-layer-scale-start));
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(15, 23, 42, 0.15));
  user-select: none;
  pointer-events: none;
  will-change: transform, opacity;
  opacity: 0;
  transition:
    opacity 720ms ease,
    transform 1180ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--io-layer-delay, 220ms);
}

.InnerGIGABYTEContent .io-collage__layer--base {
  --io-layer-delay: 220ms;
  --io-layer-scale-start: 0.86;
  z-index: 1;
}

.InnerGIGABYTEContent .io-collage__layer--l1 {
  filter: drop-shadow(0 16px 28px rgba(15, 23, 42, 0.18));
}

.InnerGIGABYTEContent .io-collage__layer--l2 {
  --io-layer-delay: 460ms;
  --io-layer-x: -26px;
  --io-layer-y: 14px;
  --io-layer-rotate: -4deg;
  z-index: 2;
}

.InnerGIGABYTEContent .io-collage__layer--l3 {
  --io-layer-delay: 620ms;
  --io-layer-x: 18px;
  --io-layer-y: 20px;
  --io-layer-rotate: 3deg;
  z-index: 3;
}

.InnerGIGABYTEContent .io-collage__layer--l4 {
  --io-layer-delay: 780ms;
  --io-layer-x: -12px;
  --io-layer-y: -22px;
  --io-layer-rotate: -2.5deg;
  z-index: 4;
}

.InnerGIGABYTEContent .io-collage__layer--r1 {
  filter: drop-shadow(0 16px 28px rgba(15, 23, 42, 0.18));
}

.InnerGIGABYTEContent .io-collage__layer--r2 {
  --io-layer-delay: 940ms;
  --io-layer-x: 24px;
  --io-layer-y: -16px;
  --io-layer-rotate: 4deg;
  z-index: 2;
}

.InnerGIGABYTEContent .io-collage__layer--r3 {
  --io-layer-delay: 1100ms;
  --io-layer-x: -20px;
  --io-layer-y: 18px;
  --io-layer-rotate: -3deg;
  z-index: 3;
}

.InnerGIGABYTEContent .io-collage__layer--r4 {
  --io-layer-delay: 1260ms;
  --io-layer-x: 14px;
  --io-layer-y: 24px;
  --io-layer-rotate: 2.5deg;
  z-index: 4;
}

.InnerGIGABYTEContent .io-collage__layer--r5 {
  --io-layer-delay: 1420ms;
  --io-layer-x: -12px;
  --io-layer-y: -20px;
  --io-layer-rotate: -2deg;
  z-index: 5;
}

.InnerGIGABYTEContent .io-collage__layer--r6 {
  --io-layer-delay: 1580ms;
  --io-layer-x: 10px;
  --io-layer-y: 12px;
  --io-layer-rotate: 1.5deg;
  z-index: 6;
}

.InnerGIGABYTEContent .io-dimension-note {
  margin: 0;
  text-align: center;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.72);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 1760ms;
}

.InnerGIGABYTEContent .io-device.is-ready .io-collage__layer {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.InnerGIGABYTEContent .io-device.is-ready .io-dimension-note {
  opacity: 1;
  transform: translateY(0);
}

.InnerGIGABYTEContent .io-callout {
  position: absolute;
  padding: 10px 14px;
  border-radius: var(--pl-radius-sm);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 42, 136, 0.12);
  color: var(--pl-color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.InnerGIGABYTEContent .io-callout--top {
  top: 44px;
  right: 48px;
}

.InnerGIGABYTEContent .io-callout--left {
  top: 190px;
  left: 36px;
}

.InnerGIGABYTEContent .io-callout--right {
  top: 220px;
  right: 28px;
}

.InnerGIGABYTEContent .io-callout--bottom {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.InnerGIGABYTEContent .application-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
  min-height: 560px;
}

.InnerGIGABYTEContent .section--applications .application-shell {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.InnerGIGABYTEContent .section--applications {
  padding: 0;
}

.InnerGIGABYTEContent .application-tabs {
  display: grid;
  gap: 10px;
  align-content: start;
}

.InnerGIGABYTEContent .application-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(19, 42, 136, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(15, 23, 42, 0.72);
  text-align: left;
  cursor: pointer;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.InnerGIGABYTEContent .section--applications .application-tab {
  border-color: transparent;
  background: transparent;
}

.InnerGIGABYTEContent .application-tab::before {
  content: "";
  width: 3px;
  align-self: stretch;
  border-radius: 99px;
  background: linear-gradient(180deg, #132a88, #4b6bdb);
  opacity: 0;
  transform: scaleY(0.2);
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.InnerGIGABYTEContent .application-tab:hover {
  border-color: rgba(19, 42, 136, 0.28);
  background: rgba(236, 242, 255, 0.72);
  transform: translateX(2px);
}

.InnerGIGABYTEContent .application-tab.is-active {
  border-color: rgba(19, 42, 136, 0.42);
  background: linear-gradient(90deg, rgba(19, 42, 136, 0.1), rgba(75, 107, 219, 0.04));
  color: rgba(9, 20, 66, 0.96);
}

.InnerGIGABYTEContent .section--applications .application-tab:hover,
.InnerGIGABYTEContent .section--applications .application-tab.is-active {
  border-color: transparent;
}

.InnerGIGABYTEContent .section--applications .application-tab:hover {
  background: transparent;
}

.InnerGIGABYTEContent .section--applications .application-tab.is-active {
  background: transparent;
}

.InnerGIGABYTEContent .application-tab.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.InnerGIGABYTEContent .application-tab:focus-visible {
  outline: 2px solid rgba(19, 42, 136, 0.55);
  outline-offset: 2px;
}

.InnerGIGABYTEContent .application-tab__index {
  min-width: 2.2ch;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(19, 42, 136, 0.8);
}

.InnerGIGABYTEContent .application-tab__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.InnerGIGABYTEContent .application-stage {
  display: block;
  min-height: 100%;
}

.InnerGIGABYTEContent .application-stage__media {
  position: relative;
  isolation: isolate;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  aspect-ratio: 16 / 9;
}

.InnerGIGABYTEContent .application-stage__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(7, 16, 52, 0) 44%,
      rgba(7, 16, 52, 0.24) 64%,
      rgba(7, 16, 52, 0.72) 100%
    );
}

.InnerGIGABYTEContent .section--applications .application-stage__media {
  border: 0;
  background: transparent;
}

.InnerGIGABYTEContent .application-stage__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.InnerGIGABYTEContent .application-stage__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(18px, 2.4vw, 32px);
  color: #f8fbff;
}

.InnerGIGABYTEContent .application-stage__title {
  margin: 0;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.InnerGIGABYTEContent .application-stage__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(242, 248, 255, 0.92);
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.InnerGIGABYTEContent .application-stage__list li::before {
  background: rgba(119, 173, 255, 0.95);
}

.InnerGIGABYTEContent .application-card .application-stage__img {
  transform: scale(1.08);
  opacity: 0.82;
  transition:
    transform 1780ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 1540ms ease;
}

.InnerGIGABYTEContent .application-card .application-stage__media::before {
  opacity: 0;
  transform: translate3d(0, 20%, 0) scaleY(1.08);
  transition:
    opacity 1460ms ease,
    transform 1880ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.InnerGIGABYTEContent .application-card .application-stage__content {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 1220ms ease,
    transform 1640ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 420ms;
}

.InnerGIGABYTEContent .application-card .application-stage__title {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 960ms ease,
    transform 1260ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 620ms;
}

.InnerGIGABYTEContent .application-card .application-stage__list li {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 900ms ease,
    transform 1180ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.InnerGIGABYTEContent .application-card .application-stage__list li:nth-child(1) {
  transition-delay: 860ms;
}

.InnerGIGABYTEContent .application-card .application-stage__list li:nth-child(2) {
  transition-delay: 1040ms;
}

.InnerGIGABYTEContent .application-card .application-stage__list li:nth-child(3) {
  transition-delay: 1220ms;
}

.InnerGIGABYTEContent .application-card.is-ready .application-stage__img {
  transform: scale(1);
  opacity: 1;
}

.InnerGIGABYTEContent .application-card.is-ready .application-stage__media::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scaleY(1);
}

.InnerGIGABYTEContent .application-card.is-ready .application-stage__content,
.InnerGIGABYTEContent .application-card.is-ready .application-stage__title,
.InnerGIGABYTEContent .application-card.is-ready .application-stage__list li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.InnerGIGABYTEContent .application-stage.is-switching .application-stage__media {
  animation: application-stage-media-enter 560ms cubic-bezier(0.22, 0.61, 0.36, 1)
    both;
}

.InnerGIGABYTEContent .application-stage.is-switching .application-stage__img {
  animation: application-stage-image-enter 760ms cubic-bezier(0.22, 0.61, 0.36, 1)
    both;
}

.InnerGIGABYTEContent .application-stage.is-switching .application-stage__content {
  animation: application-stage-content-enter 660ms cubic-bezier(0.22, 0.61, 0.36, 1)
    both;
}

.InnerGIGABYTEContent .application-stage.is-switching .application-stage__title {
  animation: application-stage-title-enter 620ms cubic-bezier(0.22, 0.61, 0.36, 1)
    both;
  animation-delay: 110ms;
}

.InnerGIGABYTEContent .application-stage.is-switching .application-stage__list li {
  animation: application-stage-list-enter 560ms cubic-bezier(0.22, 0.61, 0.36, 1)
    both;
}

.InnerGIGABYTEContent
  .application-stage.is-switching
  .application-stage__list
  li:nth-child(1) {
  animation-delay: 190ms;
}

.InnerGIGABYTEContent
  .application-stage.is-switching
  .application-stage__list
  li:nth-child(2) {
  animation-delay: 300ms;
}

.InnerGIGABYTEContent
  .application-stage.is-switching
  .application-stage__list
  li:nth-child(3) {
  animation-delay: 410ms;
}

@keyframes application-stage-media-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.987);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes application-stage-image-enter {
  0% {
    opacity: 0.48;
    transform: scale(1.085);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes application-stage-content-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes application-stage-title-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes application-stage-list-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.InnerGIGABYTEContent .section--cta {
  padding-bottom: 140px;
}

.InnerGIGABYTEContent .cta-panel {
  border-radius: var(--pl-radius-xl);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 255, 0.72)),
    radial-gradient(circle at top right, rgba(19, 42, 136, 0.12), transparent 25%);
}

.InnerGIGABYTEContent .feature-copy-panel.is-ready,
.InnerGIGABYTEContent .feature-stage-panel.is-ready,
.InnerGIGABYTEContent .benchmark-card.is-ready,
.InnerGIGABYTEContent .application-card.is-ready,
.InnerGIGABYTEContent .overview-card.is-ready,
.InnerGIGABYTEContent .io-device.is-ready,
.InnerGIGABYTEContent .cta-panel.is-ready {
  opacity: 1;
  transform: none;
}

.InnerGIGABYTEContent .feature-copy-panel,
.InnerGIGABYTEContent .feature-stage-panel,
.InnerGIGABYTEContent .benchmark-card,
.InnerGIGABYTEContent .application-card,
.InnerGIGABYTEContent .overview-card,
.InnerGIGABYTEContent .io-device,
.InnerGIGABYTEContent .cta-panel {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

@media (max-width: 1080px) {
  .InnerGIGABYTEContent {
    --pl-shell-width: min(100% - 32px, 1200px);
    --pl-page-offset: 0px;
    --pl-section-stack-gap: clamp(56px, 6.4svh, 104px);
    --pl-gap-s01-s03: calc(var(--pl-section-stack-gap) * 2.20);
    --pl-gap-s03-s04: calc(var(--pl-section-stack-gap) * 2.20);
    --pl-gap-s04-s05: calc(var(--pl-section-stack-gap) * 2.20);
  }

  .InnerGIGABYTEContent .feature-story__intro {
    grid-template-columns: 1fr;
  }

  .InnerGIGABYTEContent .hero-grid,
  .InnerGIGABYTEContent .feature-story__grid,
  .InnerGIGABYTEContent .benchmark-grid,
  .InnerGIGABYTEContent .io-grid,
  .InnerGIGABYTEContent .cta-panel {
    grid-template-columns: 1fr;
  }

  .InnerGIGABYTEContent .benchmark-grid {
    grid-template-areas:
      "heading"
      "copy"
      "chart";
  }

  .InnerGIGABYTEContent .feature-stage-panel__frame,
  .InnerGIGABYTEContent .hero-stage__frame {
    min-height: 440px;
  }

  .InnerGIGABYTEContent .feature-step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .InnerGIGABYTEContent .benchmark-metrics,
  .InnerGIGABYTEContent .overview-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .InnerGIGABYTEContent .application-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .InnerGIGABYTEContent .application-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .InnerGIGABYTEContent .benchmark-copy {
    max-width: none;
  }

  .InnerGIGABYTEContent .benchmark-metrics--comparison {
    grid-template-columns: 1fr;
    width: 100%;
    justify-self: stretch;
  }

}

@media (max-width: 767px) {
  .InnerGIGABYTEContent {
    --pl-shell-width: calc(100% - 24px);
    --pl-nav-height: auto;
    --pl-page-offset: 0px;
    --pl-section-stack-gap: clamp(30px, 4.6svh, 62px);
    --pl-gap-s01-s03: calc(var(--pl-section-stack-gap) * 2.15);
    --pl-gap-s03-s04: calc(var(--pl-section-stack-gap) * 2.80);
    --pl-gap-s04-s05: calc(var(--pl-section-stack-gap) * 2.15);
    border-radius: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  .InnerGIGABYTEContent .section {
    min-height: 100svh;
    padding: clamp(40px, 5.4svh, 72px) 0;
    display: flex;
    align-items: center;
  }

  .InnerGIGABYTEContent .section--benchmark::before {
    inset: -6% -20%;
    background-position: 44% 84%;
    background-size: 228% auto;
    opacity: calc(1.12 * var(--benchmark-bg-reveal));
    filter: saturate(1.18) contrast(1.10) brightness(0.96);
  }

  .InnerGIGABYTEContent .section--benchmark::after {
    inset: -10% -24%;
    background-position: 36% 86%;
    background-size: 212% auto;
    opacity: calc(0.18 * var(--benchmark-bg-reveal-mist));
    filter: blur(14px) saturate(0.46) brightness(0.34) contrast(1.08);
  }

  .InnerGIGABYTEContent .section--benchmark .section__inner {
    transform: none;
    opacity: 1;
    filter: none;
    transition: opacity 120ms linear;
  }

  .InnerGIGABYTEContent .nav-block {
    right: 8px;
    z-index: 30;
    pointer-events: none;
  }

  .InnerGIGABYTEContent .nav-list__item {
    width: 28px;
    --pl-nav-dot-axis: 14px;
  }

  .InnerGIGABYTEContent .nav-list__item__link {
    width: 28px;
    height: 14px;
    pointer-events: auto;
  }

  .InnerGIGABYTEContent .nav-list__item__label {
    display: none;
  }

  .InnerGIGABYTEContent .section--hero {
    min-height: 100svh;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .InnerGIGABYTEContent .section--features {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .InnerGIGABYTEContent .feature-story {
    width: 100%;
  }

  .InnerGIGABYTEContent .feature-story__sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 100svh;
    padding-top: max(8px, env(safe-area-inset-top));
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    justify-content: flex-start;
    gap: 10px;
    overflow: hidden;
    touch-action: pan-y;
  }

  .InnerGIGABYTEContent .feature-story__intro {
    margin-bottom: 6px;
    gap: 10px;
  }

  .InnerGIGABYTEContent .feature-story__grid {
    gap: 10px;
    align-content: start;
  }

  .InnerGIGABYTEContent .hero-title {
    max-width: none;
    font-size: clamp(13px, 4.2vw, 24px);
  }

  .InnerGIGABYTEContent .hero-brand-logo {
    width: min(210px, 64%);
    margin-top: 14px;
  }

  .InnerGIGABYTEContent .hero-main-image {
    margin-top: 14px;
    max-height: min(38svh, 320px);
  }

  .InnerGIGABYTEContent .hero-subtitle {
    max-width: 28rem;
    margin-top: 14px;
    font-size: 16px;
  }

  .InnerGIGABYTEContent .hero-intel-logo {
    width: min(138px, 42%);
    margin-top: 10px;
  }

  .InnerGIGABYTEContent .feature-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .InnerGIGABYTEContent .hero-stage__stats,
  .InnerGIGABYTEContent .overview-strip,
  .InnerGIGABYTEContent .benchmark-metrics,
  .InnerGIGABYTEContent .feature-step-list {
    grid-template-columns: 1fr;
  }

  .InnerGIGABYTEContent .feature-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .InnerGIGABYTEContent .feature-step-list__item {
    min-height: 42px;
    font-size: 13px;
  }

  .InnerGIGABYTEContent .feature-stage-panel__frame {
    min-height: min(24svh, 190px);
  }

  .InnerGIGABYTEContent .feature-step {
    min-height: 100svh;
  }

  .InnerGIGABYTEContent .feature-copy-panel {
    min-height: 0;
    touch-action: pan-y;
  }

  .InnerGIGABYTEContent .feature-copy-panel__header {
    margin-bottom: 8px;
  }

  .InnerGIGABYTEContent .feature-copy-panel__content {
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .InnerGIGABYTEContent .feature-description {
    font-size: 13px;
    line-height: 1.5;
  }

  .InnerGIGABYTEContent .feature-highlights {
    margin-top: 10px;
    gap: 8px;
  }

  .InnerGIGABYTEContent .feature-highlights li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9px 12px;
    font-size: 12px;
    text-align: center;
  }

  .InnerGIGABYTEContent .feature-steps {
    display: block;
    pointer-events: none;
  }

  .InnerGIGABYTEContent .benchmark-grid,
  .InnerGIGABYTEContent .io-grid {
    gap: 14px;
  }

  .InnerGIGABYTEContent .benchmark-metrics {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none;
    padding-bottom: 4px;
  }

  .InnerGIGABYTEContent .benchmark-card {
    min-width: min(86vw, 340px);
    scroll-snap-align: start;
  }

  .InnerGIGABYTEContent .benchmark-metrics--comparison {
    display: block;
    overflow: visible;
    padding-bottom: 0;
  }

  .InnerGIGABYTEContent .benchmark-metrics--comparison .benchmark-card {
    min-width: 0;
  }

  .InnerGIGABYTEContent .benchmark-highlight {
    gap: 10px;
  }

  .InnerGIGABYTEContent .benchmark-highlight__arrow {
    width: 44px;
  }

  .InnerGIGABYTEContent .benchmark-highlight__value {
    gap: 8px;
  }

  .InnerGIGABYTEContent .benchmark-highlight__rate {
    font-size: clamp(30px, 10vw, 44px);
  }

  .InnerGIGABYTEContent .benchmark-highlight__label {
    font-size: clamp(12px, 3.3vw, 14px);
  }

  .InnerGIGABYTEContent .benchmark-group__headline {
    font-size: 11px;
  }

  .InnerGIGABYTEContent .benchmark-bar {
    height: 20px;
  }

  .InnerGIGABYTEContent .benchmark-bar::before,
  .InnerGIGABYTEContent .benchmark-bar::after {
    animation: none;
    transition-duration: 1100ms;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .InnerGIGABYTEContent .benchmark-bar::after {
    opacity: 0.34;
  }

  .InnerGIGABYTEContent .benchmark-bar__value {
    font-size: 18px;
  }

  .InnerGIGABYTEContent .application-shell {
    padding: 0;
  }

  .InnerGIGABYTEContent .application-tabs {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    padding: 2px 0 12px;
    scrollbar-width: thin;
    scrollbar-color: rgba(19, 42, 136, 0.52) rgba(19, 42, 136, 0.16);
  }

  .InnerGIGABYTEContent .application-tabs::-webkit-scrollbar {
    display: block;
    height: 6px;
  }

  .InnerGIGABYTEContent .application-tabs::-webkit-scrollbar-track {
    background: rgba(19, 42, 136, 0.16);
    border-radius: 999px;
  }

  .InnerGIGABYTEContent .application-tabs::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #4b6bdb, #132a88);
    border-radius: 999px;
  }

  .InnerGIGABYTEContent .application-tab {
    width: auto;
    min-height: 46px;
    padding: 0 11px;
    white-space: nowrap;
    scroll-snap-align: start;
    transform: none;
  }

  .InnerGIGABYTEContent .application-tab__index {
    font-size: 12px;
  }

  .InnerGIGABYTEContent .application-tab__label {
    font-size: 13px;
  }

  .InnerGIGABYTEContent .application-stage {
    display: grid;
    gap: 12px;
  }

  .InnerGIGABYTEContent .application-stage__media {
    display: grid;
    grid-template-rows: auto auto;
    gap: 12px;
    aspect-ratio: auto;
    overflow: visible;
    border-radius: 0;
    border: 0;
    background: transparent;
  }

  .InnerGIGABYTEContent .application-stage__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 14px;
  }

  .InnerGIGABYTEContent .application-stage__media::before {
    display: none;
  }

  .InnerGIGABYTEContent .application-card .application-stage__content {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    color: rgba(15, 23, 42, 0.9);
  }

  .InnerGIGABYTEContent .application-card .application-stage__list li::before {
    background: var(--pl-color-accent);
  }

  .InnerGIGABYTEContent .application-stage__title {
    font-size: clamp(17px, 5.2vw, 22px);
    color: #0f172a;
    text-shadow: none;
  }

  .InnerGIGABYTEContent .section--applications .application-stage__list {
    color: rgba(15, 23, 42, 0.72);
    text-shadow: none;
  }

  .InnerGIGABYTEContent .section--applications .application-stage__content,
  .InnerGIGABYTEContent .section--applications .application-stage__list li {
    color: rgba(15, 23, 42, 0.9);
  }

  .InnerGIGABYTEContent .io-device {
    min-height: min(36svh, 300px);
  }

  .InnerGIGABYTEContent .io-device--collage {
    min-height: min(52svh, 430px);
    gap: 12px;
    padding: 14px;
  }

  .InnerGIGABYTEContent .io-collage-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .InnerGIGABYTEContent .io-collage {
    min-height: min(40svh, 300px);
  }

  .InnerGIGABYTEContent .io-collage__layer--l2 {
    --io-layer-x: -14px;
    --io-layer-y: 8px;
  }

  .InnerGIGABYTEContent .io-collage__layer--l3 {
    --io-layer-x: 10px;
    --io-layer-y: 10px;
  }

  .InnerGIGABYTEContent .io-collage__layer--l4 {
    --io-layer-x: -8px;
    --io-layer-y: -12px;
  }

  .InnerGIGABYTEContent .io-collage__layer--r2 {
    --io-layer-x: 12px;
    --io-layer-y: -9px;
  }

  .InnerGIGABYTEContent .io-collage__layer--r3 {
    --io-layer-x: -10px;
    --io-layer-y: 10px;
  }

  .InnerGIGABYTEContent .io-collage__layer--r4 {
    --io-layer-x: 8px;
    --io-layer-y: 12px;
  }

  .InnerGIGABYTEContent .io-collage__layer--r5 {
    --io-layer-x: -8px;
    --io-layer-y: -10px;
  }

  .InnerGIGABYTEContent .io-collage__layer--r6 {
    --io-layer-x: 6px;
    --io-layer-y: 8px;
  }

  .InnerGIGABYTEContent .io-dimension-note {
    font-size: 12px;
  }

  .InnerGIGABYTEContent .io-device__img {
    inset: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
  }

  .InnerGIGABYTEContent .io-device__body {
    inset: 18px;
  }

  .InnerGIGABYTEContent .io-callout {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .InnerGIGABYTEContent .io-callout--top,
  .InnerGIGABYTEContent .io-callout--left,
  .InnerGIGABYTEContent .io-callout--right {
    right: 18px;
    left: auto;
  }

  .InnerGIGABYTEContent .io-callout--top {
    top: 22px;
  }

  .InnerGIGABYTEContent .io-callout--left {
    top: 68px;
  }

  .InnerGIGABYTEContent .io-callout--right {
    top: 114px;
  }

  .InnerGIGABYTEContent .io-callout--bottom {
    left: 18px;
    right: 18px;
    transform: none;
    text-align: center;
  }

  .InnerGIGABYTEContent .cta-panel {
    padding: 28px;
    align-items: flex-start;
  }
}
