/* GeForce RTX 50 Series PLP — max 1366px, mobile responsive */

:root {
  --max-page: 1366px;
  --color-black: #000000;
  --color-bg-dark: #0a0a0a;
  --color-bg-gallery: #111111;
  --color-nvidia-green: #76b900;
  --color-nvidia-green-hover: #8ed100;
  --color-text: #ffffff;
  --color-text-muted: #aaaaaa;
  --color-text-fine: #888888;
  --color-border: #2a2a2a;
  --font-sans: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --space-section: clamp(3.5rem, 8vw, 5.5rem);
  --space-inline: clamp(1.25rem, 4vw, 3rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--color-text);
  background: var(--color-black);
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ngg-page-wrapper {
  max-width: var(--max-page);
  margin: 0 auto;
  overflow-x: hidden;
  background: var(--color-black);
}

/* ── Section base ───────────────────────────────────────── */

.ngg-section {
  position: relative;
  background-color: var(--color-black);
}

.ngg-section-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-page);
  margin: 0 auto;
  padding: var(--space-section) var(--space-inline);
}

.ngg-section-centered {
  text-align: center;
}

/* ── Typography ─────────────────────────────────────────── */

.ngg-headline {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.ngg-headline-hero {
  font-size: clamp(2rem, 4.5vw, 3rem);
  max-width: 14ch;
}

.ngg-headline-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 22ch;
}

.ngg-subheadline {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  margin: 0 0 1.25rem;
  line-height: 1.35;
}

.ngg-subheadline-center {
  text-align: center;
  color: var(--color-text);
  opacity: 0.95;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.ngg-body-text {
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 400;
  margin: 0 0 1.25rem;
  max-width: 40rem;
  color: var(--color-text);
  opacity: 0.92;
  line-height: 1.6;
}

.ngg-body-text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ── Buttons & links ─────────────────────────────────────── */

.ngg-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.ngg-btn-primary {
 border-radius: 30px;
    text-align:center;
    background-color: #76b900;
    color: #000;
    border: 0;
    padding: 10px 10%;
    transition: 0.5s;
    font-weight: 700;
    text-transform: uppercase;
	font-family: var(--ngg-opensans);
}

.ngg-btn-primary:hover {
  background: var(--color-nvidia-green-hover);
}

.ngg-btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
}

.ngg-hero-brand {
  margin-top: 1.5rem;
}

.ngg-brand-badge {
  display: block;
  width: auto;
  max-width: 10rem;
  height: auto;
}

.ngg-footer-link {
  color: var(--color-nvidia-green);
  text-decoration: underline;
}

.ngg-footer-link:hover {
  opacity: 0.85;
}

/* ── Section 1: Hero ───────────────────────────────────── */

.ngg-section-hero {
  overflow: hidden;
  min-height: clamp(22rem, 55vh, 36rem);
  background-color: var(--color-black);
  background-image: url( "../imgs/kv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ngg-section-hero .ngg-section-inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.ngg-hero-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: clamp(18rem, 48vh, 30rem);
}

.ngg-hero-content {
  text-align: left;
  max-width: min(42%, 28rem);
}

.ngg-hero-content .ngg-headline-hero {
  max-width: 25ch;
  margin-bottom: 0.75rem;
}

.ngg-hero-content .ngg-subheadline {
  max-width: 30ch;
  margin-bottom: 1rem;
}

.ngg-hero-content .ngg-body-text {
  max-width: 48ch;
  margin-bottom: 1.5rem;
}

.ngg-hero-content .ngg-btn-primary {
  margin-bottom: 1.25rem;
}

.ngg-hero-brand {
  margin-top: 0;
}

.ngg-hero-media {
  display: none;
}

/* ── DLSS sections (2 & 3) ───────────────────────────────── */

.ngg-section-dlss {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ngg-section-dlss::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
  pointer-events: none;
}

.ngg-section-dlss-mfg {
  background-image: url( "../imgs/bg.png");
  background-size: cover;
  background-position: center;
}


.ngg-section-dlss-sr {
  background-image: url( "../imgs/bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.ngg-section-dlss .ngg-section-inner {
  position: relative;
  z-index: 1;
}

.ngg-section-dlss .ngg-body-text-center {
  max-width: 55rem;
}

/* Comparison panels */
.ngg-compare {
  margin: 2rem auto 0;
  max-width: 56rem;
}

.ngg-compare__image {
  display: block;
  width: 100%;
  max-width: 56rem;
  height: auto;
  margin: 0 auto;
}

.ngg-compare__caption {
  margin-top: 0.75rem;
  text-align: center;
}

.ngg-compare__fine-print {
  font-size: 12px;
  color: var(--color-text-muted);
  max-width: 44rem;
  margin: 0 auto;
  line-height: 1.5;
}

/* ── Section 4: Games ───────────────────────────────────── */

.ngg-section-games {
  overflow: hidden;
  min-height: clamp(20rem, 50vh, 32rem);
  background-color: var(--color-black);
  background-image: url( "../imgs/kv-4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ngg-section-games .ngg-section-inner {
  position: relative;
  z-index: 1;
}

.ngg-games-grid {
  display: flex;
  align-items: center;
  min-height: clamp(18rem, 45vh, 28rem);
}

.ngg-games-content {
  text-align: left;
  max-width: min(42%, 28rem);
}

.ngg-games-content .ngg-headline {
  max-width: 18ch;
}

.ngg-games-content .ngg-body-text {
  max-width: 36ch;
}

.ngg-games-media {
  display: none;
}

/* ── Section 5: Hardware table ─────────────────────────── */

.ngg-section-hardware {
  background: var(--color-black);
}

.ngg-table-scroll {
  margin-top: 2.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ngg-hw-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  text-align: center;
}

.ngg-hw-table th,
.ngg-hw-table td {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}

.ngg-hw-table thead th {
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.3;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #444;
}

.ngg-hw-table__feature-col {
  text-align: left;
  font-weight: 400;
  color: var(--color-text-muted);
  width: 28%;
  min-width: 10rem;
}

.ngg-hw-table tbody th[scope='row'] {
  text-align: left;
  font-weight: 400;
  color: var(--color-text);
}

.ngg-hw-table td:first-of-type {
  text-align: left;
}

.ngg-check::before {
  content: '✓';
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-nvidia-green);
}

.ngg-dash {
  color: var(--color-text-muted);
  font-size: 1.25rem;
  line-height: 1;
}

/* ── Section 6: Gallery ─────────────────────────────────── */

.ngg-section-gallery {
  background: var(--color-bg-gallery);
}

.ngg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin-top: 2rem;
}

/* ── FPO cards ───────────────────────────────────────────── */

.ngg-fpo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: clamp(10rem, 22vw, 14rem);
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.ngg-fpo-card--buy {
  min-height: clamp(8rem, 18vw, 11rem);
  margin-bottom: 1.25rem;
}

.ngg-fpo-icon {
  width: 3rem;
  height: 2.25rem;
  border: 2px solid #666;
  border-radius: 2px;
  position: relative;
}

.ngg-fpo-icon::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 4px;
  background: #666;
  border-radius: 1px;
}

.ngg-fpo-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.05em;
}

/* ── Section 7: Buy ───────────────────────────────────────── */

.ngg-buy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.75em, 2vw, 1.5em);
  margin-top: 2.5em;
}

.ngg-buy-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ngg-buy-card__media {
  width: 100%;
  margin-bottom: 1em;
  background: #2a2a2a;
}

.ngg-buy-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.ngg-buy-card__desc {
  font-size: clamp(0.875em, 1.3vw, 1em);
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 1em;
  flex-grow: 1;
}

.ngg-buy-card .ngg-btn {
  margin-top: auto;
}

.ngg-buy-cta {
  margin-top: 4.5em;
  text-align: center;
}

.ngg-section-buy .ngg-section-inner {
  padding-bottom: 0px;
}

/* ── Section 8: Footer ──────────────────────────────────── */

.ngg-section-footer {
  padding-top: 30px;
}

.ngg-footer-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 2.5em;
}

.ngg-brand-badge--footer {
  margin: 0 auto;
  max-width: 12em;
}

.ngg-disclaimers {
  font-size: 12px;
  line-height: 1.65;
  color: var(--color-text-fine);
  max-width: 110em;
  margin: 0 auto;
  text-align: center;
}

.ngg-disclaimers p {
  margin: 0 0 0.5em;
}

.font-s {
    font-size: 12px;
    line-height: 16px;
    color: #2a2a2a;
}
/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 900px) {
  .ngg-section-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background-image: none;
  }

  .ngg-hero-media {
    display: block;
    width: 100%;
    min-height: clamp(14rem, 55vw, 24rem);
    flex-shrink: 0;
    background-image: url( "../imgs/kv.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .ngg-section-hero .ngg-section-inner {
    flex: 0 0 auto;
    width: 100%;
  }

  .ngg-hero-grid {
    justify-content: flex-start;
    min-height: 0;
  }

  .ngg-hero-content {
    max-width: 100%;
  }

  .ngg-hero-content .ngg-headline-hero,
  .ngg-hero-content .ngg-subheadline,
  .ngg-hero-content .ngg-body-text {
    max-width: none;
  }

  .ngg-headline-hero {
    max-width: none;
  }

  .ngg-section-games {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background-image: none;
  }

  .ngg-section-games .ngg-section-inner {
    flex: 0 0 auto;
    width: 100%;
  }

  .ngg-games-grid {
    min-height: 0;
    align-items: flex-start;
  }

  .ngg-games-content {
    max-width: 100%;
  }

  .ngg-games-content .ngg-headline,
  .ngg-games-content .ngg-body-text {
    max-width: none;
  }

  .ngg-games-media {
    display: block;
    width: 100%;
    min-height: clamp(14rem, 55vw, 24rem);
    margin-top: auto;
    background-image: url( "../imgs/kv-4.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .ngg-gallery-grid,
  .ngg-buy-grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .ngg-hw-table {
    min-width: 32rem;
  }

  .ngg-hw-table__feature-col {
    min-width: 8.5rem;
  }

}

@media (max-width: 480px) {
  .ngg-btn {
    display: block;
    width: 100%;
    max-width: 16rem;
  }

  .ngg-table-scroll {
    margin-left: calc(-1 * var(--space-inline));
    margin-right: calc(-1 * var(--space-inline));
    padding-left: var(--space-inline);
    padding-right: var(--space-inline);
  }
}

