/* ===== FONT FACES ===== */
@font-face {
  font-family: 'IntelOne Headline';
  src: url('../fonts/intelone-headline-bolditalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IntelOne Display';
  src: url('../fonts/intelone-display-latin-regular.7d30ccfa.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IntelOne Display';
  src: url('../fonts/intelone-display-latin-medium.38e8d51a.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IntelOne Display';
  src: url('../fonts/intelone-display-latin-bold.1e07e246.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IntelOne Display';
  src: url('../fonts/intelone-display-latin-light.e8ee702d.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IntelOne Text';
  src: url('../fonts/intelone-text-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IntelOne Text';
  src: url('../fonts/intelone-text-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IntelOne Text';
  src: url('../fonts/intelone-text-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===== RESET ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* ===== SHARED ===== */
.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.blade {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.blade-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.blade-content {
  position: relative;
  z-index: 1;
}

/* ===== BUTTONS ===== */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  padding: 14px 50px 14px 59px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.cta-button:hover {
  opacity: 0.6;
}

.cta-button-small {
  font-size: 24.64px;
  padding: 10.78px 38.5px 10.78px 45.43px;
}


/* ===== TYPOGRAPHY ===== */
.headline {
  font-family: 'IntelOne Headline', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1;
}

.headline-desktop { font-size: 75px; }

.body-text {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.body-text-medium {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 500;
  color: #fff;
}

.text-bold {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 700;
}

/* ===== BLADE 1 ===== */
.blade-1 {
  aspect-ratio: 1440 / 1132;
}

.blade-1 .blade-content {
  padding: 100px 155px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blade-1 .igd-logo {
  width: 345px;
  height: 118px;
  align-self: center;
  margin-bottom: 222px;
}

.blade-1 .hero-headline {
  font-family: 'IntelOne Headline', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 37px;
}

.blade-1 .hero-headline span {
  display: block;
}

.blade-1 .hero-headline .line-1 {
  padding-left: 70px;
}

.blade-1 .hero-headline .line-2 {
  padding-left: 15px;
}

.blade-1 .hero-headline .line-3 {
  padding-left: 40px;
}

.blade-1 .hero-subtext {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  max-width: 441px;
  margin-bottom: 37px;
}

.blade-1 .offer-dates {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  color: #FFD900;
  margin-bottom: 126px;
}

.blade-1 .cta-button {
  align-self: center;
}

/* ===== BLADE 2 ===== */
.blade-2 {
  aspect-ratio: 1440 / 834;
}

.blade-2 .blade-content {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 87px 76px 87px 136px;
}

.blade-2 .offer-card {
  position: relative;
  width: 383px;
  flex-shrink: 0;
  margin-right: 127px;
}

.blade-2 .offer-box {
  background: linear-gradient(to bottom, #9309FA, #390691);
  border-radius: 20px;
  box-shadow: 0 4px 13.2px 6px rgba(183, 0, 255, 0.25);
  width: 383px;
  height: 573px;
  position: relative;
}

.blade-2 .igd-logo-small {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 231px;
  height: 79px;
}

.blade-2 .game-covers {
  position: absolute;
  top: 143px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  width: 431px;
}

.blade-2 .game-cover {
  width: 208px;
  height: 278px;
  box-shadow: 0 6px 13.4px -2px rgba(0, 0, 0, 0.53);
  object-fit: cover;
}

.blade-2 .get-games {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.blade-2 .get-games strong {
  font-weight: 700;
}

.blade-2 .offer-right {
  padding-top: 76px;
}

.blade-2 .offer-headline {
  font-family: 'IntelOne Headline', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 30px;
}

.blade-2 .offer-desc {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  max-width: 484px;
  margin-bottom: 44px;
}

.blade-2 .offer-desc strong {
  font-weight: 700;
}

.blade-2 .release-note {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

/* ===== BLADE 3 ===== */
.blade-3 {
  aspect-ratio: 1440 / 730;
}

.blade-3 .blade-content {
  padding: 57px 0;
  text-align: center;
  height: 100%;
}

.blade-3 .unlock-headline {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 52px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 73px;
}

.blade-3 .offers-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 0 100px;
}

.blade-3 .offer-col {
  position: relative;
  flex: 0 0 306px;
  text-align: center;
  overflow: visible;
}

.blade-3 .offer-col-box {
  background: linear-gradient(to bottom, #9309FA, #390691);
  border-radius: 20px;
  height: 461px;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blade-3 .offer-col-title {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  padding-top: 26px;
  margin-bottom: 44px;
}

.blade-3 .offer-col-title strong {
  font-weight: 700;
}

.blade-3 .offer-col-images {
  display: flex;
  gap: 11px;
  justify-content: center;
  margin-bottom: auto;
}

.blade-3 .offer-col-images img {
  width: 158px;
  height: 211px;
  box-shadow: 0 4.5px 10.2px -1.5px rgba(0, 0, 0, 0.53);
  object-fit: cover;
}

.blade-3 .offer-col-desc {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin-top: auto;
  padding: 0 12px 30px;
}

.blade-3 .mobo-cover {
  width: 175px;
  height: 213px;
  margin: 0 auto;
  object-fit: contain;
}

.blade-3 .ultra-devices {
  width: 489px;
  max-width: none;
  height: 470px;
  object-fit: cover;
  position: absolute;
  left: -94px;
  top: -13px;
}

.blade-3 .plus-sign {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.59;
  color: #C95DFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  align-self: center;
}

.blade-3 .ultra-text {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  padding: 27px 16px 0;
  position: relative;
  z-index: 1;
}

/* ===== BLADE 4 ===== */
.blade-4 {
  aspect-ratio: 1440 / 1950;
}

.blade-4 .blade-content {
  padding: 93px 90px;
  height: 100%;
}

.blade-4 .adventure-headline {
  text-align: center;
  margin-bottom: 120px;
}

.blade-4 .game-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
  align-items: flex-start;
  padding-left: 48px;
}

.blade-4 .game-section.reverse {
  flex-direction: row-reverse;
}

.blade-4 .game-art {
  border-radius: 20px;
  box-shadow: 0 0 27.3px 5px rgba(216, 163, 245, 0.47);
  object-fit: cover;
  flex-shrink: 0;
}

.blade-4 .game-art-tr {
  width: 710px;
  height: 643px;
}

.blade-4 .game-art-sw {
  width: 1240px;
  height: 499px;
  margin-left: 21px;
}

.blade-4 .game-info {
  display: flex;
  flex-direction: column;
  padding-top: 70px;
}

.blade-4 .game-logo {
  margin-bottom: 30px;
}

.blade-4 .game-logo-tr {
  width: 306px;
  height: 133px;
}

.blade-4 .game-logo-sw {
  width: 436px;
  height: 124px;
}

.blade-4 .game-desc {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  max-width: 431px;
  margin-bottom: 30px;
}

.blade-4 .game-release {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}

.blade-4 .sw-section {
  position: relative;
  padding-bottom: 270px;
}

.blade-4 .sw-info {
  position: absolute;
  left: 551px;
  top: 572px;
  width: 713px;
}

.blade-4 .sw-info .game-desc {
  max-width: 100%;
}

.blade-4 .sw-logo {
  position: absolute;
  left: 64px;
  top: 589px;
}

/* ===== BLADE 5 ===== */
.blade-5 {
  aspect-ratio: 1440 / 716;
}

.blade-5 .blade-content {
  padding: 50px 99px;
}

.blade-5 .perf-headline {
  margin-bottom: 30px;
  max-width: 624px;
}

.blade-5 .perf-body {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  max-width: 578px;
}

.blade-5 .perf-body p {
  margin-bottom: 16px;
}

/* ===== BLADE 6 ===== */
.blade-6 {
  aspect-ratio: 1440 / 601;
}

.blade-6 .blade-content {
  display: flex;
  justify-content: flex-end;
  padding: 132px 95px;
}

.blade-6 .immersive-content {
  max-width: 625px;
}

.blade-6 .immersive-headline {
  margin-bottom: 30px;
}

.blade-6 .immersive-body {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.blade-6 .immersive-body p {
  margin-bottom: 16px;
}

/* ===== BLADE 7 ===== */
.blade-7 {
  aspect-ratio: 1440 / 725;
}

.blade-7 .blade-content {
  padding: 81px 98px;
  max-width: 706px;
}

.blade-7 .multi-headline {
  margin-bottom: 30px;
}

.blade-7 .multi-body {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  max-width: 566px;
}

.blade-7 .multi-body p {
  margin-bottom: 16px;
}

/* ===== BLADE 8 ===== */
.blade-8 {
  aspect-ratio: 1440 / 601;
}

.blade-8 .blade-content {
  display: flex;
  justify-content: flex-end;
  padding: 126px 71px;
}

.blade-8 .gaming-content {
  max-width: 620px;
}

.blade-8 .gaming-headline {
  margin-bottom: 30px;
}

.blade-8 .gaming-body {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

/* ===== BLADE 9 =====
   Height is now content-driven (24 SKUs across 4 categories no longer
   fit the original fixed 1440x684 single-row design), so the fixed
   aspect-ratio and the ProductBackground.png/MobileBladeproductsBackground_1.png
   images are replaced with a CSS gradient sampled from that artwork
   (black fading to the same purple used in Blades 2 & 3) that extends
   cleanly to any height. */
.blade-9 {
  background: linear-gradient(
    to bottom,
    #000 0px,
    #000 342px,
    #18002e 410px,
    #2f0145 478px,
    #470168 547px,
    #5f018b 615px,
    #69019a 683px,
    #69019a 100%
  );
}

.blade-9 .blade-content {
  padding: 89px 120px 110px;
  text-align: center;
}

.blade-9 .products-headline {
  margin-bottom: 80px;
}

.blade-9 .products-groups {
  display: flex;
  flex-direction: column;
  gap: 70px;
  text-align: left;
}

.blade-9 .category-title {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  border-left: 6px solid #C95DFF;
  padding-left: 20px;
  margin-bottom: 34px;
}

.blade-9 .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.blade-9 .product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  text-align: center;
}

.blade-9 .product-image-link {
  display: block;
  width: 100%;
}

.blade-9 .product-image {
  width: 100%;
  max-width: 256px;
  height: 174px;
  object-fit: contain;
  padding: 8px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

.blade-9 .product-name {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.16px;
  min-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Dynamic pricing (Newegg ProductForLandingPage5 injection)
   Populates .price/.mir at runtime on the live Newegg domain — see
   ng_list / ProductForLandingPage5.aspx script near end of <body>. */
.blade-9 .item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-height: 30px;
}

.blade-9 .price,
.blade-9 .price .finalPrice {
  font-family: 'IntelOne Text', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #FFD900;
  margin: 0;
}

.blade-9 .price .originalPrice,
.blade-9 .price .instantSavings {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #bbb;
  margin-left: 6px;
}

.blade-9 .price .originalPrice {
  text-decoration: line-through;
}

.blade-9 .mir {
  font-family: 'IntelOne Display', sans-serif;
  font-size: 12px;
  color: #FFD900;
}

.blade-9 .price .finalPrice.price-oos {
  color: #999;
  font-size: 18px;
}

.blade-9 .price-save-dollar,
.blade-9 .price-save-label,
.blade-9 .price-save-percent {
  font-family: 'IntelOne Display', sans-serif;
}

/* Newegg CTA shape (rounded pill, Open Sans) in white to match the
   page's existing button color instead of Newegg's orange default. */
.blade-9 .btn-area.ngg-item-btn {
  width: 100%;
}

.blade-9 .product-cta {
  font-family: 'Open Sans', 'IntelOne Text', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: 35px;
  white-space: nowrap;
  gap: 8px;
  transition: background-color 0.35s ease;
}

.blade-9 .product-cta:hover {
  background-color: #e6e6e6;
  opacity: 1;
}

.blade-9 .product-cta .fa {
  font-size: 12px;
}

/* Shop Now CTA — Newegg pill style, white variant, separated from the
   product grid above it so it never crowds the last row of cards. */
.blade-9 .ngg-shopall-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 70px;
  background-color: #fff;
  color: #000;
  font-family: 'Open Sans', 'IntelOne Text', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 34px;
  border-radius: 35px;
  text-decoration: none;
  transition: background-color 0.35s ease;
}

.blade-9 .ngg-shopall-white:hover {
  background-color: #e6e6e6;
}

.blade-9 .price-disclaimer {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ddd;
  text-align: center;
  margin-top: 40px;
}

/* ===== BLADE 10 ===== */
.blade-10 {
  aspect-ratio: 1440 / 1361;
}

.blade-10 .blade-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 212px 176px 62px;
  height: 100%;
}

.blade-10 .instructions-box {
  max-width: 1087px;
  width: 100%;
  text-align: center;
}

.blade-10 .instructions-headline {
  margin-bottom: 30px;
}

.blade-10 .instructions-subhead {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.blade-10 .steps-list {
  text-align: left;
  margin-bottom: 50px;
}

.blade-10 .step {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  color: #fff;
}

.blade-10 .step-number {
  flex-shrink: 0;
  width: 34px;
}

.blade-10 .step a {
  text-decoration: underline;
}

.blade-10 .sub-footer {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 500;
  font-size: 20.616px;
  line-height: 30px;
  color: #FFD900;
  text-align: center;
  max-width: 958px;
  margin: 0 auto 60px;
  margin-top: 90px;
}

.blade-10 .cta-button {
  margin-top: auto;
}

/* ===== BLADE 11 ===== */
.blade-11 {
  aspect-ratio: 1440 / 1597;
}

.blade-11 .blade-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 100px;
  height: 100%;
}

.blade-11 .igd-logo-top {
  width: 345px;
  height: 118px;
  margin-bottom: 81px;
}

.blade-11 .power-headline {
  font-family: 'IntelOne Headline', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: 0.16px;
  color: #fff;
  text-align: center;
  margin-bottom: 88px;
}

.blade-11 .power-headline .reg-mark {
  font-size: 62px;
  letter-spacing: -4.8px;
}

.blade-11 .ratings-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 105px;
}

.blade-11 .rating-logo-tr {
  width: 148px;
  height: 64px;
  object-fit: contain;
}

.blade-11 .rating-tr {
  width: 66px;
  height: 94px;
  object-fit: contain;
}

.blade-11 .rating-sw {
  width: 67px;
  height: 94px;
  object-fit: contain;
}

.blade-11 .rating-logo-sw {
  width: 183px;
  height: 52px;
  object-fit: contain;
}

.blade-11 .legal-text {
  font-family: 'IntelOne Display', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  max-width: 1240px;
}

.blade-11 .legal-text p {
  margin-bottom: 16px;
}

.blade-11 .legal-text a {
  text-decoration: underline;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .page-wrapper {
    max-width: 402px;
    min-width: 402px;
  }

  /* Blade 1 Mobile */
  .blade-1 {
    aspect-ratio: 402 / 989;
  }

  .blade-1 .blade-bg.desktop { display: none; }
  .blade-1 .blade-bg.mobile { display: block; }

  .blade-1 .blade-content {
    padding: 30px 29px 0;
    align-items: center;
  }

  .blade-1 .igd-logo {
    width: 237px;
    height: 81px;
    margin-bottom: 41px;
  }

  .blade-1 .offer-details-box {
    display: block;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    width: 344px;
    box-shadow: 0 0 27.3px 5px rgba(77, 34, 101, 0.47);
  }

  .blade-1 .hero-headline {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 0.87;
    letter-spacing: 0;
    text-align: center;
    margin-top: 333px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
  }

  .blade-1 .hero-subtext,
  .blade-1 .offer-dates,
  .blade-1 .cta-button {
    position: relative;
    z-index: 1;
  }

  .blade-1 .hero-headline .line-1,
  .blade-1 .hero-headline .line-2,
  .blade-1 .hero-headline .line-3 {
    padding-left: 0;
  }

  .blade-1 .hero-subtext {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    max-width: 282px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blade-1 .offer-dates {
    font-size: 32px;
    text-align: center;
    margin-bottom: 110px;
  }

  .blade-1 .cta-button {
    font-size: 24.64px;
    padding: 10.78px 38.5px 10.78px 45.43px;
    margin-bottom: 20px;
  }

  /* Blade 2 Mobile */
  .blade-2 {
    aspect-ratio: 402 / 1015;
  }

  .blade-2 .blade-bg.desktop { display: none; }
  .blade-2 .blade-bg.mobile { display: block; }

  .blade-2 .blade-content {
    flex-direction: column;
    align-items: center;
    padding: 46px 42px;
  }

  .blade-2 .offer-card {
    width: 248px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .blade-2 .offer-box {
    width: 248px;
    height: 371px;
    border-radius: 13px;
    box-shadow: 0 2.6px 8.5px 3.9px rgba(183, 0, 255, 0.25);
  }

  .blade-2 .igd-logo-small {
    top: 21px;
    width: 149px;
    height: 51px;
  }

  .blade-2 .game-covers {
    top: 93px;
    gap: 10px;
    width: 280px;
  }

  .blade-2 .game-cover {
    width: 135px;
    height: 180px;
  }

 .blade-2 .get-games {
    font-size: 29px;
    position: absolute;
    top: 305px;
    left: 50%;
    transform: translateX(-50%);
  }

  .blade-2 .offer-headline {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 60px;
    text-align: center;
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }

  .blade-2 .offer-right {
    padding-top: 0;
    text-align: center;
  }

  .blade-2 .offer-desc {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    max-width: 316px;
    margin: 0 auto 30px;
  }

  .blade-2 .release-note {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    font-size: 11px;
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }

  .blade-2 .offer-right {
    order: 2;
  }

  .blade-2 .cta-button {
    font-size: 24.64px;
    padding: 10.78px 38.5px 10.78px 45.43px;
  }

  /* Blade 3 Mobile */
  .blade-3 {
    aspect-ratio: 402 / 391;
  }

  .blade-3 .blade-bg.desktop { display: none; }
  .blade-3 .blade-bg.mobile { display: block; }

  .blade-3 .blade-content {
    padding: 22px 17px;
  }

  .blade-3 .unlock-headline {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 22px;
  }

  .blade-3 .offers-row {
    flex-direction: row;
    gap: 0;
    padding: 0;
    align-items: flex-start;
  }

  .blade-3 .offer-col {
    flex: 0 0 169px;
  }

  .blade-3 .offer-col-box {
    height: 195px;
    border-radius: 10px;
    box-shadow: 0 2.6px 8.5px 3.9px rgba(183, 0, 255, 0.25);
  }

  .blade-3 .offer-col-title {
    font-size: 15px;
    padding-top: 13px;
    margin-bottom: 8px;
  }

  .blade-3 .offer-col-images img {
    width: 73px;
    height: 97px;
  }

  .blade-3 .offer-col-desc {
    font-size: 11px;
    line-height: 1.35;
    padding: 0 6px 10px;
  }

  .blade-3 .mobo-cover {
    width: 72px;
    height: 88px;
  }

  .blade-3 .plus-sign {
    font-size: 24px;
    flex: 0 0 24px;
  }

  .blade-3 .ultra-col {
    display: none;
  }

  .blade-3 .plus-sign:last-of-type {
    display: none;
  }

  .blade-3 .adobe-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 30px;
    padding: 0 17px;
  }

  .blade-3 .adobe-plus {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #C95DFF;
    line-height: 1.59;
  }

  .blade-3 .adobe-logo {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  .blade-3 .adobe-text {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.35;
    color: #fff;
  }

  /* Blade 4 Mobile */
  .blade-4 {
    aspect-ratio: 402 / 1029;
  }

  .blade-4 .blade-bg.desktop { display: none; }
  .blade-4 .blade-bg.mobile { display: block; }

  .blade-4 .blade-content {
    padding: 31px 0 0;
  }

  .blade-4 .adventure-headline {
    font-family: 'IntelOne Text', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 53px;
  }

  .blade-4 .game-section {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    padding: 0 21px;
    justify-content: flex-start;
  }

  .blade-4 .game-info {
    padding-top: 0;
  }

  .blade-4 .game-section.reverse {
    flex-direction: column;
  }

  .blade-4 .game-art {
    box-shadow: 0 2.6px 8.5px 3.9px rgba(183, 0, 255, 0.25);
    border-radius: 10px;
    margin-bottom: 20px;
    order: -1;
  }

  .blade-4 .game-art-tr {
    width: 100%;
    height: 207px;
  }

  .blade-4 .game-art-sw {
    width: 100%;
    height: 207px;
    margin-left: 0;
  }

  .blade-4 .game-logo-tr {
    width: 126px;
    height: 54px;
    align-self: center;
  }

  .blade-4 .game-logo-sw {
    width: 208px;
    height: 59px;
    align-self: center;
  }

  .blade-4 .game-desc {
    font-size: 11px;
    max-width: 100%;
  }

  .blade-4 .game-release {
    font-size: 11px;
  }

  .blade-4 .sw-section {
    position: static;
    padding: 0 21px;
    display: flex;
    flex-direction: column;
  }

  .blade-4 .sw-info {
    position: static;
    max-width: 100%;
    width: auto;
  }

  .blade-4 .sw-logo {
    position: static;
    align-self: center;
    margin-bottom: 20px;
  }

  /* Blade 5 Mobile */
  .blade-5 {
    aspect-ratio: 402 / 790;
  }

  .blade-5 .blade-bg.desktop { display: none; }
  .blade-5 .blade-bg.mobile { display: block; }

  .blade-5 .blade-content {
    padding: 47px 32px;
    max-width: 100%;
  }

  .blade-5 .perf-headline {
    font-size: 40px;
    letter-spacing: 0.8px;
    max-width: 339px;
  }

  .blade-5 .perf-body {
    font-family: 'IntelOne Text', sans-serif;
    font-size: 11px;
    line-height: 1.3;
    max-width: 339px;
  }

  /* Blade 6 Mobile */
  .blade-6 {
    aspect-ratio: 402 / 615;
  }

  .blade-6 .blade-bg.desktop { display: none; }
  .blade-6 .blade-bg.mobile { display: block; }

  .blade-6 .blade-content {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 32px 38px;
    align-items: flex-start;
    height: 100%;
  }

  .blade-6 .immersive-content {
    max-width: 324px;
  }

  .blade-6 .immersive-headline {
    font-size: 40px;
    letter-spacing: 0.8px;
  }

  .blade-6 .immersive-body {
    font-family: 'IntelOne Text', sans-serif;
    font-size: 11px;
    line-height: 1.3;
  }

  .blade-6 .immersive-body ul {
    margin-left: 16.5px;
    margin-top: 8px;
  }

  .blade-6 .immersive-body li {
    list-style: disc;
    line-height: 1.3;
  }

  /* Blade 7 Mobile */
  .blade-7 {
    aspect-ratio: 402 / 779;
  }

  .blade-7 .blade-bg.desktop { display: none; }
  .blade-7 .blade-bg.mobile { display: block; }

  .blade-7 .blade-content {
    padding: 35px 35px;
    max-width: 100%;
  }

  .blade-7 .multi-headline {
    font-size: 40px;
    letter-spacing: 0.8px;
  }

  .blade-7 .multi-body {
    font-family: 'IntelOne Text', sans-serif;
    font-size: 11px;
    line-height: 1.3;
    max-width: 323px;
  }

  /* Blade 8 Mobile */
  .blade-8 {
    aspect-ratio: 402 / 779;
  }

  .blade-8 .blade-bg.desktop { display: none; }
  .blade-8 .blade-bg.mobile { display: block; }

  .blade-8 .blade-content {
    justify-content: flex-start;
    padding: 51px 35px;
  }

  .blade-8 .gaming-content {
    max-width: 329px;
  }

  .blade-8 .gaming-headline {
    font-size: 40px;
    letter-spacing: 0.8px;
  }

  .blade-8 .gaming-body {
    font-family: 'IntelOne Text', sans-serif;
    font-size: 11px;
    line-height: 1.3;
    max-width: 306px;
  }

  /* Blade 9 Mobile */
  .blade-9 .blade-content {
    padding: 52px 24px 60px;
  }

  .blade-9 .products-headline {
    font-size: 40px;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
  }

  .blade-9 .products-groups {
    gap: 45px;
  }

  .blade-9 .category-title {
    font-size: 24px;
    padding-left: 14px;
    border-left-width: 4px;
    margin-bottom: 22px;
  }

  .blade-9 .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .blade-9 .product-card {
    gap: 12px;
  }

  .blade-9 .product-image {
    height: 110px;
  }

  .blade-9 .product-name {
    font-size: 12px;
    min-height: 34px;
  }

  .blade-9 .price,
  .blade-9 .price .finalPrice {
    font-size: 17px;
  }

  .blade-9 .price .originalPrice,
  .blade-9 .price .instantSavings {
    font-size: 11px;
  }

  .blade-9 .product-cta {
    font-size: 12px;
    padding: 7px 18px;
  }

  .blade-9 .ngg-shopall-white {
    margin-top: 40px;
    font-size: 14px;
    padding: 11px 26px;
  }

  .blade-9 .price-disclaimer {
    font-size: 11px;
    margin-top: 24px;
  }

  /* Blade 10 Mobile */
  .blade-10 {
    aspect-ratio: 402 / 692;
  }

  .blade-10 .blade-bg.desktop { display: none; }
  .blade-10 .blade-bg.mobile { display: block; }

  .blade-10 .blade-content {
    padding: 85px 49px 30px;
  }

  .blade-10 .instructions-headline {
    font-size: 40px;
    letter-spacing: 0.8px;
  }

  .blade-10 .instructions-subhead {
    font-size: 12.589px;
    line-height: normal;
  }

  .blade-10 .step {
    font-size: 12px;
    gap: 5px;
    margin-bottom: 20px;
  }

  .blade-10 .step-number {
    width: 21px;
  }

  .blade-10 .sub-footer {
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blade-10 .steps-list {
    margin-bottom: 20px;
  }

  .blade-10 .cta-button {
    font-size: 24.64px;
    padding: 10.78px 38.5px 10.78px 45.43px;
  }

  /* Blade 11 Mobile */
  .blade-11 {
    aspect-ratio: auto;
  }

  .blade-11 .blade-bg.desktop { display: none; }
  .blade-11 .blade-bg.mobile { display: block; }

  .blade-11 .blade-content {
    padding: 37px 36px;
    height: auto;
  }

  .blade-11 .igd-logo-top {
    width: 204px;
    height: 70px;
    margin-bottom: 37px;
  }

  .blade-11 .power-headline {
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 1;
    margin-bottom: 21px;
  }

  .blade-11 .power-headline .reg-mark {
    font-size: 24px;
    letter-spacing: -2px;
  }

  .blade-11 .ratings-row {
    gap: 11px;
    margin-bottom: 37px;
  }

  .blade-11 .rating-logo-tr,
  .blade-11 .rating-logo-sw {
    display: none;
  }

  .blade-11 .rating-tr {
    width: 87px;
    height: 123px;
  }

  .blade-11 .rating-sw {
    width: 88px;
    height: 123px;
  }

  .blade-11 .legal-text {
    font-size: 11px;
    line-height: 1.3;
    align-self: stretch;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

/* Desktop-only helpers */
@media (min-width: 769px) {
  .mobile-only { display: none !important; }
  .blade-bg.mobile { display: none; }
  .blade-1 .offer-details-box { display: none; }
  .blade-3 .adobe-row { display: none; }
}

@media (max-width: 768px) {
  .desktop-only { display: none !important; }
}

/* ===== FIXES (2026-08-06) ===== */

/* Product grid hover: Newegg's shared template.css turns .item-title
   bright blue (#06f) when hovering an .item-container — 4.3:1 on the
   black top of Blade 9 and 2.1:1 on the purple gradient, both failing
   WCAG AA (4.5:1). Override with the page's yellow accent (#FFD900,
   same as prices/dates): 15.2:1 on black, 7.3:1 on #69019A. */
.blade-9 .item-title a:hover,
.blade-9 .item-container:hover .item-title {
  color: #FFD900;
}

/* The injected Newegg footer (#app_footer) sits outside .page-wrapper;
   its lower half has a transparent background and expects the default
   white page background, so body{background:#000} above turned it
   solid black. Restore white behind the whole footer — sections with
   their own background paint over it. */
#app_footer {
  background: #fff;
}

/* Newegg template.css's global reset forces span { font-family:
   sans-serif; font-style: normal; } — it stripped the hero headline's
   .line-1/2/3 spans out of IntelOne Headline (plain upright sans)
   while the h2 titles, whose text isn't wrapped in spans, stayed
   correct. The same reset un-italicizes <em> (release note). Re-inherit
   fonts on content spans/em inside the page wrapper. */
.page-wrapper span,
.page-wrapper em,
.page-wrapper a {
  font-family: inherit;
  font-style: inherit;
}
