.game-servers {
--body-background-color: #5D1A9B;
--card-background-color: #000000;
}



.game-servers body {
  color: hsl(0, 0%, 99%);
}

.game-servers .navbar-light .navbar-brand, .game-servers .navbar-light .navbar-brand:hover, .game-servers .navbar-light .navbar-brand:focus {
  color: hsl(0, 0%, 99%);
}

.game-servers .navbar-brand svg.logo_signet {
  fill: currentColor;
}


.lifetime-hosting {
  --nav-item-bg-hover: rgba(0, 0, 0, 0.1)!important;
}

.lifetime-hosting .mega-nav .nav-link {
  color: rgba(255, 255, 255, 0.6)!important
}

.lifetime-hosting .mega-nav .nav-link:hover {
  color: hsl(0, 0%, 99%)!important
}




.lifetime-hosting .navbar-brand svg.logo_signet {
  fill: hsl(0, 0%, 99%);
}

.lifetime-hosting body {
  background: #000000;
  background: radial-gradient(circle at 100% 50%, #2662F5 0%, #91C9FA 22%, #2662F5 30%, #000B5C 60%, #000000 80%);
}

/* ============================================================
   Product landing pages — shared components
   ============================================================ */

/* Game picker tab icon (fixed pixel-art size, no Bootstrap utility covers this) */
.icon-game {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
    image-rendering: pixelated;
}

/* Browser mockup in Junior hero */
.product-hero__browser {
    background: var(--body-background-color);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.product-hero__browser-chrome {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
}

.product-hero__browser-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 0.4rem;
    flex-shrink: 0;
}
.product-hero__browser-dot--red { background: #ff5f57; }
.product-hero__browser-dot--yellow { background: #febc2e; }
.product-hero__browser-dot--green { background: #28c840; }

.product-hero__browser-url {
    flex: 1;
    margin-left: 0.75rem;
    padding: 0.4rem 0.75rem;
    background: var(--gray-50);
    border-radius: 6px;
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 0.85rem;
    color: var(--body-color);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-hero__browser-subdomain { color: var(--body-color); font-weight: 600; }
.product-hero__browser-subdomain:empty::before {
    content: attr(data-placeholder);
    opacity: 0.35;
    font-weight: 400;
}


/* Price card in Junior hero */
.product-hero__price-card {
    background: #1F1F1F;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}


.product-hero__price-symbol {
    font-size: 1.2rem;
    vertical-align: top;
    margin-right: 0.25rem;
}

/* FAQ accordion */
.product-faq__chevron { transition: transform 0.2s ease; }
a[aria-expanded="true"] .product-faq__chevron { transform: rotate(90deg); }

