/* ==========================================================================
   Glider Sim Deluxe product page (/Games/GliderSim.aspx)
   Only loaded by that page, so the body/footer overrides below
   do not affect the rest of the site.
   ========================================================================== */

:root {
    --gs-bg: #0a111e;
    --gs-bg-alt: #0f1a2c;
    --gs-surface: #15233a;
    --gs-surface-2: #1c2d4a;
    --gs-border: rgba(255, 255, 255, .08);
    --gs-text: #e8eef7;
    --gs-muted: #9fb0c8;
    --gs-accent: #38bdf8;
    --gs-accent-strong: #0ea5e9;
    --gs-green: #4ade80;
    --gs-radius: 14px;
    --gs-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    --gs-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --gs-display: "Exo 2", "Inter", system-ui, sans-serif;
}

/* ---- Page-level overrides of the master page (this page only) ---- */
body {
    background: var(--gs-bg);
    color: var(--gs-text);
}

body > form > hr {
    display: none;
}

body > form > footer {
    background: #070c16;
    color: var(--gs-muted);
    padding: 2.5rem 1rem 1.5rem;
    border-top: 1px solid var(--gs-border);
}

    body > form > footer a {
        color: var(--gs-muted);
    }

        body > form > footer a:hover {
            color: var(--gs-accent);
        }

/* ---- Base ---- */
.gs {
    font-family: var(--gs-font);
    color: var(--gs-text);
    line-height: 1.65;
    overflow-x: hidden;
}

    .gs h1, .gs h2, .gs h3, .gs h4 {
        font-family: var(--gs-display);
        color: #fff;
        letter-spacing: -.01em;
    }

    .gs a {
        color: var(--gs-accent);
    }

        .gs a:hover {
            color: #7dd3fc;
            text-decoration: none;
        }

    .gs img {
        max-width: 100%;
    }

.gs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .gs-container {
        padding: 0 32px;
    }
}

.gs-section {
    padding: 80px 0;
}

.gs-section--alt {
    background: var(--gs-bg-alt);
}

.gs-eyebrow {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gs-accent);
    margin-bottom: .75rem;
}

.gs-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
}

    .gs-section-head h2 {
        font-size: clamp(1.9rem, 4vw, 2.75rem);
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .gs-section-head p {
        color: var(--gs-muted);
        font-size: 1.1rem;
        margin: 0;
    }

/* ---- Buttons ---- */
.gs-btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .9rem 1.6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    border: 2px solid transparent;
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

    .gs-btn:hover {
        transform: translateY(-2px);
    }

    .gs-btn .fa {
        font-size: 1.2em;
    }

.gs .gs-btn--primary {
    background: var(--gs-accent-strong);
    color: #fff;
    box-shadow: 0 8px 24px rgba(14, 165, 233, .35);
}

    .gs .gs-btn--primary:hover {
        background: var(--gs-accent);
        color: #fff;
    }

.gs .gs-btn--ghost {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
}

    .gs .gs-btn--ghost:hover {
        border-color: #fff;
        background: rgba(255, 255, 255, .12);
        color: #fff;
    }

.gs-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ---- Hero ---- */
.gs-hero {
    position: relative;
    min-height: min(78vh, 660px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #000;
}

.gs-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 22% center;
}

.gs-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 9, 18, .9) 0%, rgba(5, 9, 18, .72) 40%, rgba(5, 9, 18, .2) 65%, rgba(5, 9, 18, 0) 80%), linear-gradient(180deg, rgba(5, 9, 18, .45) 0%, rgba(5, 9, 18, 0) 35%), linear-gradient(0deg, var(--gs-bg) 0%, rgba(10, 17, 30, 0) 30%);
}

.gs-hero__content {
    position: relative;
    z-index: 1;
    max-width: 620px;
    padding: 64px 0;
}

/* Soft dark glow behind the logo and text so they stay readable over bright clouds */
.gs-hero__content::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 -120px 0 -160px;
    background: radial-gradient(ellipse at 35% 45%, rgba(5, 9, 18, .7) 0%, rgba(5, 9, 18, .45) 45%, rgba(5, 9, 18, 0) 72%);
    pointer-events: none;
}

.gs-hero__lead,
.gs-hero h1 span {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .65);
}

.gs-hero__logo {
    display: block;
    width: 400px;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .8)) drop-shadow(0 8px 24px rgba(0, 0, 0, .7));
}

.gs-hero h1 {
    font-size: clamp(2.2rem, 5.5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.25rem;
}

    .gs-hero h1 span {
        display: block;
        font-size: .45em;
        font-weight: 600;
        color: var(--gs-accent);
        letter-spacing: .02em;
        margin-top: 1rem;
    }

.gs-hero__lead {
    font-size: 1.15rem;
    color: #d3dcea;
    margin-bottom: 2rem;
}

.gs-hero__rating {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.5rem;
    color: var(--gs-muted);
    font-size: .95rem;
}

    .gs-hero__rating .fa {
        color: #fbbf24;
    }

    .gs-hero__rating strong {
        color: #fff;
    }

@media (max-width: 767px) {
    /* Image sits in a band at the top, framed on the pilot, and fades into the page behind the text */
    .gs-hero {
        min-height: 0;
        align-items: flex-end;
        background: var(--gs-bg);
    }

    .gs-hero__bg {
        height: 440px;
        bottom: auto;
        object-position: 60% 50%;
    }

    .gs-hero::after {
        background: linear-gradient(180deg, rgba(5, 9, 18, 0) 0, rgba(5, 9, 18, .08) 240px, rgba(5, 9, 18, .7) 370px, var(--gs-bg) 440px);
    }

    .gs-hero__content::before {
        display: none;
    }

    .gs-hero__content {
        padding: 310px 0 40px;
    }

    .gs-hero__logo {
        width: 280px;
    }
}

/* ---- Trust bar ---- */
.gs-trust {
    border-top: 1px solid var(--gs-border);
    border-bottom: 1px solid var(--gs-border);
    background: var(--gs-bg-alt);
}

.gs-trust__list {
    list-style: none;
    margin: 0;
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
}

    .gs-trust__list li {
        display: flex;
        align-items: center;
        gap: .55rem;
        font-size: .95rem;
        font-weight: 600;
        color: #d3dcea;
    }

    .gs-trust__list .fa {
        color: var(--gs-accent);
        width: 1.1em;
        text-align: center;
    }

/* ---- Video ---- */
.gs-video {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: var(--gs-radius);
    overflow: hidden;
    box-shadow: var(--gs-shadow);
    border: 1px solid var(--gs-border);
    background: #000;
}

    .gs-video iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* ---- Split (image + text) rows ---- */
.gs-split {
    display: grid;
    gap: 40px;
    align-items: center;
}

@media (min-width: 992px) {
    .gs-split {
        grid-template-columns: 1.15fr 1fr;
        gap: 64px;
    }

    .gs-split--reverse .gs-split__media {
        order: 2;
    }
}

.gs-split + .gs-split {
    margin-top: 96px;
}

/* Wide banners: text on top (two columns on desktop), full-width image below */
.gs .gs-split--wide {
    grid-template-columns: 1fr;
    gap: 28px;
}

.gs-split--wide .gs-split__media {
    order: 2;
}

@media (min-width: 992px) {
    .gs-split--wide .gs-split__text {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 0 64px;
        align-items: start;
    }

        .gs-split--wide .gs-split__text h2 {
            margin-bottom: 0;
        }
}

.gs-split__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--gs-radius);
    box-shadow: var(--gs-shadow);
    border: 1px solid var(--gs-border);
}

.gs-split__text h2 {
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.gs-split__text p {
    color: var(--gs-muted);
    font-size: 1.05rem;
}

.gs-checks {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

    .gs-checks li {
        position: relative;
        padding-left: 1.9rem;
        margin-bottom: .6rem;
        color: #d3dcea;
    }

        .gs-checks li::before {
            content: "\f00c"; /* FontAwesome check */
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            color: var(--gs-green);
        }

/* Earth feature: stacked pair of images */
.gs-stack {
    position: relative;
    padding-bottom: 18%;
}

    .gs-stack img:last-child {
        position: absolute;
        width: 55%;
        right: -4%;
        bottom: 0;
        border: 4px solid var(--gs-bg);
    }

@media (max-width: 575px) {
    .gs-stack {
        padding-bottom: 0;
    }

        .gs-stack img:last-child {
            display: none;
        }
}

/* ---- Card grids (aircraft, maps, platforms) ---- */
.gs-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .gs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .gs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gs-grid--3 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 992px) {
    .gs-grid--2 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 960px;
        margin: 0 auto;
    }
}

.gs-card {
    position: relative;
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    border-radius: var(--gs-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

    .gs-card:hover {
        transform: translateY(-4px);
        border-color: rgba(56, 189, 248, .45);
        box-shadow: var(--gs-shadow);
    }

.gs-card__img {
    aspect-ratio: 2 / 1;
    width: 100%;
    object-fit: cover;
    display: block;
}

.gs-card--aircraft .gs-card__img {
    filter: grayscale(1) contrast(1.05);
    transition: filter .3s ease;
}

.gs-card--aircraft:hover .gs-card__img {
    filter: grayscale(0) contrast(1.05) sepia(.25) hue-rotate(160deg) saturate(1.6);
}

.gs-card__body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .gs-card__body h3 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    .gs-card__body p {
        color: var(--gs-muted);
        font-size: .95rem;
        margin-bottom: 1rem;
    }

.gs-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--gs-green);
    color: #052e16;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .25rem .6rem;
    border-radius: 999px;
}

.gs-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

    .gs-stats li {
        background: var(--gs-surface-2);
        border-radius: 8px;
        padding: 8px 6px;
        text-align: center;
    }

    .gs-stats b {
        display: block;
        color: #fff;
        font-size: .95rem;
    }

    .gs-stats small {
        color: var(--gs-muted);
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .06em;
    }

.gs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

    .gs-tags li {
        background: var(--gs-surface-2);
        color: #d3dcea;
        font-size: .8rem;
        font-weight: 600;
        padding: .3rem .7rem;
        border-radius: 999px;
    }

/* ---- Gallery ---- */
.gs-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .gs-gallery {
        grid-template-columns: repeat(4, 1fr);
    }

        .gs-gallery button:first-child {
            grid-column: span 2;
            grid-row: span 2;
        }
}

.gs-gallery button {
    padding: 0;
    border: 0;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 16 / 9;
}

.gs-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease, opacity .35s ease;
}

.gs-gallery button:hover img,
.gs-gallery button:focus-visible img {
    transform: scale(1.05);
    opacity: .9;
}

.gs-gallery button:focus-visible {
    outline: 3px solid var(--gs-accent);
    outline-offset: 2px;
}

/* Lightbox */
.gs-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(3, 6, 12, .94);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 56px 16px;
}

    .gs-lightbox.is-open {
        display: flex;
    }

    .gs-lightbox img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
        box-shadow: var(--gs-shadow);
    }

    .gs-lightbox button {
        position: absolute;
        background: rgba(255, 255, 255, .1);
        color: #fff;
        border: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        font-size: 1.4rem;
        cursor: pointer;
    }

        .gs-lightbox button:hover {
            background: rgba(255, 255, 255, .22);
        }

.gs-lightbox__close {
    top: 14px;
    right: 14px;
}

.gs-lightbox__prev {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.gs-lightbox__next {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

/* ---- Ratings ---- */
.gs-ratings {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 820px;
    margin: 0 auto;
}

.gs-rating {
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    border-radius: var(--gs-radius);
    padding: 22px 24px;
    color: var(--gs-text);
    transition: border-color .2s ease, transform .2s ease;
}

.gs a.gs-rating {
    color: var(--gs-text);
}

    .gs a.gs-rating:hover {
        border-color: rgba(56, 189, 248, .45);
        transform: translateY(-3px);
        color: var(--gs-text);
    }

.gs-rating > .fa {
    font-size: 2.4rem;
    color: #fff;
    width: 44px;
    text-align: center;
}

.gs-rating strong {
    display: block;
    font-family: var(--gs-display);
    font-size: 1.35rem;
    color: #fff;
}

.gs-rating small {
    color: var(--gs-muted);
}

.gs-stars {
    color: #fbbf24;
    letter-spacing: 2px;
}

.gs-quotes {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 32px;
}

.gs-quote {
    margin: 0;
    background: var(--gs-surface);
    border-left: 3px solid var(--gs-accent);
    border-radius: 10px;
    padding: 20px 22px;
}

    .gs-quote p {
        font-size: 1.05rem;
        color: #fff;
        font-style: italic;
        margin-bottom: .6rem;
    }

    .gs-quote footer {
        color: var(--gs-muted);
        font-size: .85rem;
    }

/* ---- Platforms ---- */
.gs-platform {
    padding: 0;
}

    .gs-platform .gs-card__img {
        aspect-ratio: auto;
        height: auto;
    }

    .gs-platform .gs-card__body {
        padding: 24px 26px 28px;
    }

    .gs-platform h3 {
        display: flex;
        align-items: center;
        gap: .6rem;
        font-size: 1.45rem;
    }

    .gs-platform .gs-checks {
        margin: 0 0 1.5rem;
    }

    .gs-platform .gs-btn {
        align-self: flex-start;
        margin-top: auto;
    }

/* ---- System requirements ---- */
.gs-reqs {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.gs-req {
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    border-radius: var(--gs-radius);
    padding: 24px 26px;
}

    .gs-req h3 {
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: .1em;
        color: var(--gs-accent);
        margin-bottom: 1rem;
    }

    .gs-req dl {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 10px 16px;
        margin: 0;
    }

    .gs-req dt {
        color: var(--gs-muted);
        font-weight: 600;
        font-size: .9rem;
    }

    .gs-req dd {
        margin: 0;
        color: #fff;
        font-size: .95rem;
    }

.gs-note {
    text-align: center;
    color: var(--gs-muted);
    font-size: .9rem;
    margin-top: 20px;
}

/* ---- Final call to action ---- */
.gs-cta {
    position: relative;
    text-align: center;
    padding: 110px 0;
    overflow: hidden;
}

.gs-cta__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gs-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--gs-bg) 0%, rgba(10, 17, 30, .72) 35%, rgba(10, 17, 30, .72) 65%, var(--gs-bg) 100%);
}

.gs-cta .gs-container {
    position: relative;
    z-index: 1;
}

.gs-cta h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.gs-cta p {
    color: #d3dcea;
    font-size: 1.15rem;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.gs-cta .gs-btn-row {
    justify-content: center;
}

.gs-social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 2.5rem 0 0;
    padding: 0;
    list-style: none;
}

    .gs-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .08);
        color: #fff;
        font-size: 1.2rem;
        transition: background-color .15s ease, transform .15s ease;
    }

        .gs-social a:hover {
            background: var(--gs-accent-strong);
            color: #fff;
            transform: translateY(-2px);
        }

/* ---- Safety disclaimer ---- */
.gs-disclaimer {
    padding: 28px 0 48px;
    text-align: center;
    color: #71819a;
    font-size: .85rem;
}

    .gs-disclaimer p {
        max-width: 820px;
        margin: 0 auto;
    }

/* ---- Accessibility helpers ---- */
.gs-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (prefers-reduced-motion: reduce) {
    .gs *, .gs *::before, .gs *::after {
        transition: none !important;
    }
}


/* ==========================================================================
   Games page (/Games.aspx) - reuses the tokens and components above
   ========================================================================== */

.gs-section--tight {
    padding: 56px 0;
}

/* Compact page header */
.gs-pagehead {
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    text-align: center;
    background: #000;
}

.gs-pagehead__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
}

.gs-pagehead::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 9, 18, .55) 0%, rgba(5, 9, 18, .6) 60%, var(--gs-bg) 100%);
}

.gs-pagehead .gs-container {
    position: relative;
    z-index: 1;
}

.gs-pagehead h1 {
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: .75rem;
    text-shadow: 0 4px 24px rgba(0, 0, 0, .6);
}

.gs-pagehead p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.15rem;
    color: #e2e8f2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .7);
}

/* Featured game */
.gs-featured {
    display: grid;
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--gs-shadow);
}

@media (min-width: 992px) {
    .gs-featured {
        grid-template-columns: 1.25fr 1fr;
    }
}

.gs-featured__media {
    display: block;
    overflow: hidden;
    background: #000;
}

    .gs-featured__media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .gs-featured__media:hover img {
        transform: scale(1.03);
    }

.gs-featured__body {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
    .gs-featured__body {
        padding: 40px 44px;
    }
}

.gs-featured__body h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    font-weight: 800;
    margin: .75rem 0 .25rem;
}

.gs-featured__tagline {
    color: var(--gs-accent);
    font-family: var(--gs-display);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.gs-featured__body > p:not(.gs-featured__tagline) {
    color: var(--gs-muted);
}

.gs-featured .gs-tags {
    margin: .5rem 0 1.75rem;
}

/* Small category label */
.gs-chip {
    align-self: flex-start;
    display: inline-block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gs-accent);
    background: rgba(56, 189, 248, .12);
    border: 1px solid rgba(56, 189, 248, .3);
    padding: .25rem .65rem;
    border-radius: 999px;
    margin-bottom: .75rem;
}

.gs-chip--green {
    color: var(--gs-green);
    background: rgba(74, 222, 128, .12);
    border-color: rgba(74, 222, 128, .35);
    margin-bottom: 0;
}

/* Game cards */
.gs-card--game .gs-card__img {
    aspect-ratio: 16 / 9;
}

.gs .gs-card__link {
    margin-top: auto;
    font-weight: 700;
    color: var(--gs-accent);
}

    .gs .gs-card__link .fa {
        margin-left: .35rem;
        transition: transform .15s ease;
    }

    .gs .gs-card__link:hover .fa {
        transform: translateX(4px);
    }

/* Contact band */
.gs-band {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px 40px;
    background: linear-gradient(120deg, rgba(14, 165, 233, .18), rgba(74, 222, 128, .08)), var(--gs-surface);
    border: 1px solid var(--gs-border);
    border-radius: 18px;
    padding: 36px 40px;
}

    .gs-band h2 {
        font-size: clamp(1.4rem, 2.6vw, 1.9rem);
        font-weight: 800;
        margin-bottom: .4rem;
    }

    .gs-band p {
        color: var(--gs-muted);
        margin: 0;
    }

@media (max-width: 575px) {
    .gs-band {
        padding: 28px 22px;
    }
}


/* ==========================================================================
   Home page (/Default.aspx)
   ========================================================================== */

.gs-split__text .gs-chip {
    margin-bottom: .9rem;
}

.gs-split__text .gs-featured__tagline {
    color: var(--gs-accent);
    margin-top: -.5rem;
}

/* Feature highlight tiles */
.gs-highlights {
    list-style: none;
    margin: 72px 0 0;
    padding: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

    .gs-highlights li {
        background: var(--gs-surface);
        border: 1px solid var(--gs-border);
        border-radius: var(--gs-radius);
        padding: 24px 22px;
    }

    .gs-highlights .fa {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 12px;
        background: rgba(56, 189, 248, .12);
        color: var(--gs-accent);
        font-size: 1.3rem;
        margin-bottom: 14px;
    }

    .gs-highlights h3 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: .4rem;
    }

    .gs-highlights p {
        color: var(--gs-muted);
        font-size: .95rem;
        margin: 0;
    }

/* Full-width screenshot strip */
.gs-shots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .gs-shots {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gs-shots a {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
}

.gs-shots img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease, opacity .4s ease;
    opacity: .85;
}

.gs-shots a:hover img {
    transform: scale(1.06);
    opacity: 1;
}

/* Newsletter band */
.gs-newsletter__intro {
    flex: 1 1 320px;
}

.gs-newsletter__form {
    flex: 1 1 360px;
    max-width: 480px;
}

.gs-newsletter__row {
    display: flex;
    gap: 10px;
}

    .gs-newsletter__row input {
        flex: 1;
        min-width: 0;
        height: 50px;
        padding: 0 18px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, .2);
        background: rgba(5, 9, 18, .55);
        color: #fff;
        font: inherit;
    }

        .gs-newsletter__row input::placeholder {
            color: #8a9ab3;
        }

        .gs-newsletter__row input:focus {
            outline: none;
            border-color: var(--gs-accent);
            box-shadow: 0 0 0 3px rgba(56, 189, 248, .25);
        }

    .gs-newsletter__row .gs-btn {
        cursor: pointer;
    }

        .gs-newsletter__row .gs-btn:disabled {
            opacity: .6;
            cursor: default;
            transform: none;
        }

.gs .gs-newsletter__status {
    min-height: 1.5em;
    margin: 10px 0 6px;
    font-size: .9rem;
    color: var(--gs-green);
}

    .gs .gs-newsletter__status.is-error {
        color: #fca5a5;
    }

.gs a.gs-newsletter__discord {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
    color: #c7d2fe;
}

    .gs a.gs-newsletter__discord:hover {
        color: #fff;
    }

@media (max-width: 479px) {
    .gs-newsletter__row {
        flex-direction: column;
    }

        .gs-newsletter__row input {
            flex: none;
        }

        .gs-newsletter__row .gs-btn {
            justify-content: center;
        }
}

.gs-split__text .gs-btn-row {
    margin-top: 1.75rem;
}

/* ---- FAQ (GliderSim page) ---- */
.gs-faq {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.gs-faq__item {
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    border-radius: 12px;
    padding: 0 22px;
}

    .gs-faq__item[open] {
        border-color: rgba(56, 189, 248, .35);
    }

    .gs-faq__item summary {
        cursor: pointer;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 18px 0;
        font-family: var(--gs-display);
        font-weight: 700;
        font-size: 1.08rem;
        color: #fff;
    }

        .gs-faq__item summary::-webkit-details-marker {
            display: none;
        }

        .gs-faq__item summary::after {
            content: "+";
            flex: none;
            font-size: 1.5rem;
            line-height: 1;
            color: var(--gs-accent);
            transition: transform .2s ease;
        }

    .gs-faq__item[open] summary::after {
        transform: rotate(45deg);
    }

    .gs-faq__item summary:focus-visible {
        outline: 3px solid var(--gs-accent);
        outline-offset: 4px;
        border-radius: 4px;
    }

    .gs-faq__item p {
        color: var(--gs-muted);
        margin: 0 0 20px;
    }
