.discord-button {
    background-color: #5865F2;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(88, 101, 242, 0);
    transform: scale(1);
}

.discord-button:hover {
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.7), 0 0 30px rgba(88, 101, 242, 0.4);
    transform: scale(1.05);
}

.discord-button span {
    transition: transform 0.3s ease;
    display: inline-block;
}


.footer-links:hover {
    color: white !important;
    background-color: transparent !important;
    box-shadow: 0 10px 15px rgba(139, 0, 0, 1), 0 0 30px rgba(139, 0, 0, 0.4);
    margin: 15px !important;
}
.footer-icon:hover {
    transform: scale(1.1);
}

.vote-btn {
    border: 2px solid var(--red);
    background-color: transparent;
    color: white;
}
.vote-btn:hover {
    border: 2px solid var(--black);
    background-color: rgba(139, 0, 0, 1);
    color: var(--white);
}

::-webkit-input-placeholder {
    color: var(--white) !important;
    opacity: 0.45 !important;
}
::-moz-placeholder {
    color: var(--white) !important;
    opacity: 0.45 !important;
}
::placeholder {
    color: var(--white) !important;
    opacity: 0.45 !important;
}

.vote-rating-item {
    background-color: transparent !important;
    border: solid 1px var(--white);
    color: var(--white);
}

.paymentBtn, .amazon-gift-card, .payarcBtn, .default-btn {
    border: 2px solid var(--red);
    background-color: transparent;
    color: white;
    padding: 10px;
    width: 350px;
    margin-bottom: 10px;
}
.paymentBtn:hover, .amazon-gift-card:hover, .payarcBtn:hover, .default-btn:hover {
    border: 2px solid var(--black);
    background-color: rgba(139, 0, 0, 1);
    color: var(--white);
}



.container--narrow {
    max-width: 840px;
}
.c-section-heading {
    position: relative;
    z-index: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 10px #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    line-height: 1.1;
    font-family: "Cinzel", serif;
}
.container {
    width: 96%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.content-box, .card {
    background-color: var(--bs-gray-dark);
    border: 6px solid var(--bs-gray-dark);
    border-radius: 0;
    background-image: url(/assets/images/general/card-background.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    color: #fff;
}

.download-btn {
    color: white;
    border: solid 2px white;
}
.download-btn:hover {
    border: solid 2px rgba(139, 0, 0, 1);
    color: rgba(139, 0, 0, 1);
}

.guide-article,
.guide-article p,
.guide-article li,
.guide-article h3,
.guide-article h4,
.guide-article td,
.guide-article th,
.guide-article strong,
.guide-article em,
.guide-article span {
    color: #fff !important;
}

.guide-article {
    font-size: 1.05rem;
    line-height: 1.75;
}

.guide-article .lead {
    font-size: 1.2rem;
}

.guide-article h3,
.guide-article h4 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.guide-article p,
.guide-article ul,
.guide-article ol {
    margin-bottom: 1rem;
}

.guide-article a {
    color: #ffb4b4 !important;
    text-decoration: underline;
}

.guide-article a:hover {
    color: #fff !important;
}

.guide-article table {
    width: 100%;
    margin: 1.25rem 0 1.75rem;
    border-collapse: collapse;
}

.guide-article th,
.guide-article td {
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.65rem 0.75rem;
    vertical-align: top;
}

.guide-article th {
    background: rgba(139, 0, 0, 0.7);
}

.card table,
.card table td,
.card table th,
.card .guide-article,
.card .guide-article * {
    color: #fff !important;
}

.card .guide-article a {
    color: #ffb4b4 !important;
}

.guide-page-title {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: none;
    white-space: normal;
}

.box,
.box p,
.box span {
    color: #fff !important;
}

.featured-card.box {
    color: #fff;
    min-height: 0;
    aspect-ratio: 16 / 9;
    background-color: #050000;
    background-position: top 18px center;
    background-size: cover;
}

.card-body .guide-card-copy {
    color: #f0f0f0;
}

.card.guide-card .image-container {
    height: auto;
    aspect-ratio: 16 / 9;
    padding-top: 12px;
    box-sizing: border-box;
    background-color: #000;
}

.card.guide-card .image-container img {
    object-fit: cover;
    object-position: top center;
}

.store-item-card .image-container {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.07) 0%, transparent 72%);
}

.store-item-card .image-container img.store-item-icon {
    width: auto;
    height: 148px;
    max-width: 86%;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.55));
}

.store-old-price {
    display: block;
    font-size: 0.85rem;
    color: #c8c8c8;
    text-decoration: line-through;
}

.cart-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/* —— Site header —— */
.site-header {
    background: linear-gradient(180deg, rgba(10, 0, 0, 0.94) 0%, rgba(18, 2, 2, 0.78) 100%);
    border-bottom: 1px solid rgba(255, 176, 64, 0.45);
    box-shadow: 0 10px 40px rgba(139, 0, 0, 0.45), 0 0 80px rgba(255, 140, 0, 0.12);
    backdrop-filter: blur(10px);
}

.site-header__bar {
    width: 96%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0.55rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-header__logo-img {
    height: 72px;
    width: auto;
    max-width: 220px;
    filter: drop-shadow(0 0 18px rgba(255, 80, 40, 0.45));
}

.site-nav {
    list-style: none;
    margin: 0;
    padding: 0.35rem 0.7rem;
    gap: 0.15rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 176, 64, 0.18);
    border-radius: 999px;
}

.site-nav a {
    display: inline-block;
    color: #f4f0ea;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.site-nav a:hover {
    color: #ffd27a;
    background: rgba(139, 0, 0, 0.45);
    box-shadow: inset 0 0 0 1px rgba(255, 176, 64, 0.35);
}

.play-now-btn {
    align-items: center;
    justify-content: center;
    min-width: 168px;
    padding: 0.85rem 1.6rem;
    border-radius: 6px;
    background: linear-gradient(180deg, #d4a017 0%, #8b0000 55%, #4a0000 100%);
    border: 1px solid #ffd27a;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(139, 0, 0, 0.55), 0 0 28px rgba(255, 176, 64, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.play-now-btn:hover {
    color: #fff;
    filter: brightness(1.12);
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px rgba(255, 210, 122, 0.5), 0 12px 32px rgba(139, 0, 0, 0.7), 0 0 40px rgba(255, 176, 64, 0.55);
}

.site-header__mobile-play {
    color: #ffd27a !important;
}

.bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0.12) 62%, transparent 82%);
    pointer-events: none;
}

.play-launcher-card {
    border: 1px solid rgba(255, 176, 64, 0.35) !important;
    box-shadow: 0 12px 40px rgba(139, 0, 0, 0.35);
}

.play-launcher-download {
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* —— Fusion-style guide articles —— */
.guide-hero-page {
    padding-bottom: 4rem;
}

.guide-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-bottom: 3px solid #8b0000;
}

.guide-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.88) 78%);
}

.guide-hero__copy {
    position: relative;
    z-index: 2;
    padding: 7.5rem 1.25rem 2.5rem;
}

.guide-kicker {
    color: #ffd27a;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.6rem;
}

.guide-hero__dek,
.guide-hero__date {
    color: #ece6dc;
    max-width: 46rem;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.6;
}

.guide-hero__date {
    opacity: 0.7;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.guide-layout {
    max-width: 980px;
    padding-top: 2.5rem;
}

.guide-article--fusion {
    width: 100%;
    max-width: none;
    color: #f3eee6;
}

.guide-article--fusion .guide-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #f7f2ea !important;
    margin-bottom: 1.75rem;
}

.guide-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 2.5rem;
    padding: 0.85rem;
    background: rgba(139, 0, 0, 0.18);
    border: 1px solid rgba(255, 176, 64, 0.28);
}

.guide-toc a {
    color: #ffd27a !important;
    text-decoration: none !important;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    padding: 0.3rem 0.65rem;
    border: 1px solid rgba(255, 176, 64, 0.25);
}

.guide-toc a:hover {
    background: rgba(139, 0, 0, 0.45);
    color: #fff !important;
}

.guide-article--fusion .guide-section {
    margin-bottom: 2.75rem;
}

.guide-article--fusion h2 {
    display: block;
    width: 100%;
    font-size: clamp(1.5rem, 3vw, 2rem);
    background: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
    border-bottom: 2px solid #8b0000;
    padding-bottom: 0.4rem;
    margin: 0 0 1.1rem;
}

.guide-article--fusion h3 {
    display: block;
    background: none;
    -webkit-text-fill-color: #ffd27a;
    color: #ffd27a;
    font-size: 1.2rem;
    margin: 1.4rem 0 0.6rem;
}

.guide-tier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
    margin: 1.25rem 0 1.5rem;
}

.guide-tier-card {
    background: radial-gradient(circle at top, rgba(139, 0, 0, 0.4), rgba(12, 8, 6, 0.95));
    border: 1px solid rgba(255, 176, 64, 0.28);
    padding: 1rem 1.05rem 1.1rem;
}

.guide-tier-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
}

.guide-tier-card dl {
    margin: 0;
}

.guide-tier-card dt {
    color: #c9b9a0;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guide-tier-card dd {
    margin: 0 0 0.55rem;
    color: #fff;
    font-weight: 700;
}

.guide-callout {
    background: linear-gradient(90deg, rgba(139, 0, 0, 0.35), rgba(20, 10, 0, 0.5));
    border-left: 4px solid #ffd27a;
    padding: 1rem 1.2rem;
    margin: 1.4rem 0;
}

.guide-callout h3 {
    margin-top: 0;
}

.guide-table-hint {
    color: #c9b9a0 !important;
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
}

.guide-table-wrap {
    overflow-x: auto;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.guide-article--fusion table {
    margin: 0;
}

.guide-steps {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin: 0 0 1.5rem;
}

.guide-steps > li {
    counter-increment: step;
    position: relative;
    padding: 0.4rem 0 1.2rem 3.2rem;
    border-left: 1px solid rgba(255, 176, 64, 0.25);
    margin-left: 0.9rem;
}

.guide-steps > li::before {
    content: counter(step);
    position: absolute;
    left: -0.9rem;
    top: 0.15rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #8b0000;
    border: 1px solid #ffd27a;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-steps h3 {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .site-header__logo-img {
        height: 56px;
    }
}

@media (max-width: 575px) {
    .guide-hero {
        min-height: 320px;
    }

    .guide-hero__copy {
        padding-top: 6.5rem;
    }
}
