.games-business-body {
    background:
        radial-gradient(circle at top left, rgba(252, 199, 86, 0.15), transparent 28%),
        radial-gradient(circle at top right, rgba(62, 98, 255, 0.16), transparent 32%),
        linear-gradient(180deg, #08101f 0%, #101726 45%, #0d1420 100%);
    color: #f5f7ff;
}

.games-business-page {
    color: #f5f7ff;
}

body.theme-light .games-business-body {
    background:
        radial-gradient(circle at top left, rgba(252, 199, 86, 0.2), transparent 28%),
        radial-gradient(circle at top right, rgba(62, 98, 255, 0.12), transparent 32%),
        linear-gradient(180deg, #f7f3ea 0%, #f7f7fb 52%, #eef1f7 100%);
}

body.theme-light .games-business-page {
    color: #172033;
}

.games-business-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.games-business-hero {
    padding: 136px 0 48px;
}

.games-business-hero__grid {
    display: grid;
    gap: 32px;
    align-items: start;
}

@media (min-width: 1080px) {
    .games-business-hero__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    }
}

.games-business-eyebrow,
.games-business-section__head span,
.games-business-case__meta,
.games-business-product-card span,
.games-business-cta span,
.games-business-proof-card__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8d27d;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-light .games-business-eyebrow,
body.theme-light .games-business-section__head span,
body.theme-light .games-business-case__meta,
body.theme-light .games-business-product-card span,
body.theme-light .games-business-cta span,
body.theme-light .games-business-proof-card__label {
    background: rgba(23, 32, 51, 0.06);
    border-color: rgba(23, 32, 51, 0.1);
    color: #8a5b00;
}

.games-business-hero h1,
.games-business-section__head h2,
.games-business-cta h2 {
    margin: 18px 0 0;
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    letter-spacing: -0.03em;
}

.games-business-hero h1 {
    max-width: 780px;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
}

.games-business-hero__lead {
    max-width: 680px;
    margin: 24px 0 0;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(245, 247, 255, 0.86);
}

body.theme-light .games-business-hero__lead {
    color: rgba(23, 32, 51, 0.82);
}

.games-business-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.games-business-hero__metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 16px;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}

.games-business-hero__metrics li,
.games-business-proof-card,
.games-business-proof-band,
.games-business-card,
.games-business-case,
.games-business-models__grid article,
.games-business-faq__grid article,
.games-business-cta__panel,
.games-business-product-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(9, 15, 29, 0.64);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

body.theme-light .games-business-hero__metrics li,
body.theme-light .games-business-proof-card,
body.theme-light .games-business-proof-band,
body.theme-light .games-business-card,
body.theme-light .games-business-case,
body.theme-light .games-business-models__grid article,
body.theme-light .games-business-faq__grid article,
body.theme-light .games-business-cta__panel,
body.theme-light .games-business-product-card {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(23, 32, 51, 0.1);
    box-shadow: 0 18px 45px rgba(23, 32, 51, 0.1);
}

.games-business-hero__metrics li {
    padding: 22px 20px;
    border-radius: 0;
}

.games-business-hero__metrics strong {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.games-business-hero__metrics span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(245, 247, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.theme-light .games-business-hero__metrics span {
    color: rgba(23, 32, 51, 0.66);
}

.games-business-hero__panel {
    display: grid;
    gap: 18px;
}

.games-business-proof-card,
.games-business-proof-band {
    border-radius: 0;
    padding: 28px;
}

.games-business-proof-card h2 {
    margin: 18px 0 0;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 600;
}

.games-business-proof-list {
    padding-left: 20px;
    margin: 22px 0 0;
    color: rgba(245, 247, 255, 0.82);
}

body.theme-light .games-business-proof-list {
    color: rgba(23, 32, 51, 0.8);
}

.games-business-proof-list li + li {
    margin-top: 12px;
}

.games-business-proof-band {
    display: grid;
    gap: 18px;
}

.games-business-proof-band span {
    display: block;
    margin-bottom: 8px;
    color: #f8d27d;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-light .games-business-proof-band span {
    color: #8a5b00;
}

.games-business-proof-band p {
    margin: 0;
    line-height: 1.6;
}

.games-business-signals {
    padding: 16px 0 24px;
}

.games-business-signals__grid {
    display: grid;
    gap: 1px;
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 900px) {
    .games-business-signals__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.games-business-signals__grid article {
    padding: 24px 24px 28px;
    background: rgba(10, 16, 31, 0.76);
}

body.theme-light .games-business-signals__grid article {
    background: rgba(255, 255, 255, 0.82);
}

.games-business-signals__grid span {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f8d27d;
}

body.theme-light .games-business-signals__grid span {
    color: #8a5b00;
}

.games-business-signals__grid p {
    margin: 0;
    line-height: 1.65;
}

.games-business-section {
    padding: 72px 0 0;
}

.games-business-section__head {
    max-width: 860px;
    margin-bottom: 28px;
}

.games-business-section__head p {
    margin: 18px 0 0;
    max-width: 820px;
    line-height: 1.7;
    color: rgba(245, 247, 255, 0.78);
}

body.theme-light .games-business-section__head p {
    color: rgba(23, 32, 51, 0.78);
}

.games-business-section__head h2,
.games-business-cta h2 {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.02;
}

.games-business-offer__grid,
.games-business-models__grid,
.games-business-faq__grid {
    display: grid;
    gap: 20px;
}

@media (min-width: 960px) {
    .games-business-offer__grid,
    .games-business-models__grid,
    .games-business-faq__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.games-business-card,
.games-business-models__grid article,
.games-business-faq__grid article {
    border-radius: 0;
    padding: 28px;
}

.games-business-card__tag {
    margin-bottom: 18px;
    color: #f8d27d;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-light .games-business-card__tag {
    color: #8a5b00;
}

.games-business-card h3,
.games-business-models__grid h3,
.games-business-faq__grid h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.12;
}

.games-business-card p,
.games-business-models__grid p,
.games-business-faq__grid p {
    margin: 16px 0 0;
    line-height: 1.7;
    color: rgba(245, 247, 255, 0.82);
}

body.theme-light .games-business-card p,
body.theme-light .games-business-models__grid p,
body.theme-light .games-business-faq__grid p {
    color: rgba(23, 32, 51, 0.8);
}

.games-business-card ul,
.games-business-cta__panel ul {
    padding-left: 20px;
}

.games-business-card ul {
    margin: 18px 0 0;
}

.games-business-card li + li,
.games-business-cta__panel li + li {
    margin-top: 10px;
}

.games-business-proof__grid {
    display: grid;
    gap: 20px;
}

@media (min-width: 980px) {
    .games-business-proof__grid {
        grid-template-columns: 1.15fr 1fr 1fr;
    }
}

.games-business-case {
    overflow: hidden;
    border-radius: 0;
}

.games-business-case__media img,
.games-business-product-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.games-business-case__media {
    height: 240px;
}

.games-business-case__body {
    padding: 24px;
}

.games-business-case__body h3 {
    margin: 16px 0 0;
    font-size: 30px;
    line-height: 1.08;
}

.games-business-case__body p {
    margin: 14px 0 0;
    line-height: 1.68;
    color: rgba(245, 247, 255, 0.82);
}

body.theme-light .games-business-case__body p {
    color: rgba(23, 32, 51, 0.8);
}

.games-business-case__results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.games-business-case__results li {
    padding: 16px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
}

body.theme-light .games-business-case__results li {
    background: rgba(23, 32, 51, 0.05);
}

.games-business-case__results strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.games-business-case__results span {
    display: block;
    margin-top: 8px;
    line-height: 1.45;
    color: rgba(245, 247, 255, 0.72);
}

body.theme-light .games-business-case__results span {
    color: rgba(23, 32, 51, 0.68);
}

.games-business-product-cases {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

@media (min-width: 960px) {
    .games-business-product-cases {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.games-business-product-card {
    border-radius: 0;
}

.games-business-product-card h3 {
    margin: 0;
    font-size: 24px;
}

.games-business-product-card p {
    margin: 12px 0 0;
    line-height: 1.6;
    color: rgba(245, 247, 255, 0.82);
}

body.theme-light .games-business-product-card p {
    color: rgba(23, 32, 51, 0.8);
}

.games-business-product-card .home-project__meta {
    margin-bottom: 10px;
}

.games-business-3d {
    padding-top: 82px;
}

.games-business-3d__grid {
    display: grid;
    gap: 20px;
}

@media (min-width: 980px) {
    .games-business-3d__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.games-business-3d-card {
    display: grid;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(9, 15, 29, 0.64);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

body.theme-light .games-business-3d-card {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(23, 32, 51, 0.1);
    box-shadow: 0 18px 45px rgba(23, 32, 51, 0.1);
}

@media (min-width: 980px) {
    .games-business-3d-card {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.92fr);
    }

    .games-business-3d-card--reverse {
        grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1fr);
    }
}

.games-business-3d-card__media {
    min-height: 320px;
    background: rgba(255, 255, 255, 0.02);
}

.games-business-3d-card__media spline-viewer {
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: block;
}

.games-business-3d-card__body {
    padding: 28px;
    align-self: center;
}

.games-business-3d-card__body h3 {
    margin: 16px 0 0;
    font-size: 28px;
    line-height: 1.1;
}

.games-business-3d-card__body p {
    margin: 14px 0 0;
    line-height: 1.7;
    color: rgba(245, 247, 255, 0.82);
}

body.theme-light .games-business-3d-card__body p {
    color: rgba(23, 32, 51, 0.8);
}

.games-business-models__grid article,
.games-business-faq__grid article {
    min-height: 100%;
}

.games-business-process__list {
    display: grid;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 920px) {
    .games-business-process__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.games-business-process__list li {
    padding: 26px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.theme-light .games-business-process__list li {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(23, 32, 51, 0.1);
}

.games-business-process__list strong {
    display: inline-block;
    margin-bottom: 16px;
    color: #f8d27d;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-light .games-business-process__list strong {
    color: #8a5b00;
}

.games-business-process__list h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.16;
}

.games-business-process__list p {
    margin: 14px 0 0;
    line-height: 1.68;
    color: rgba(245, 247, 255, 0.82);
}

body.theme-light .games-business-process__list p {
    color: rgba(23, 32, 51, 0.8);
}

.games-business-cta {
    padding: 88px 0 120px;
}

.games-business-cta__grid {
    display: grid;
    gap: 24px;
    align-items: center;
}

@media (min-width: 980px) {
    .games-business-cta__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    }
}

.games-business-cta p {
    margin: 18px 0 0;
    max-width: 760px;
    line-height: 1.7;
    color: rgba(245, 247, 255, 0.82);
}

body.theme-light .games-business-cta p {
    color: rgba(23, 32, 51, 0.82);
}

.games-business-cta__panel {
    border-radius: 0;
    padding: 28px;
}

.games-business-mobile-bar {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: none;
    padding: 10px 16px 16px;
    background: linear-gradient(180deg, rgba(8, 16, 31, 0), rgba(8, 16, 31, 0.96) 35%);
}

body.theme-light .games-business-mobile-bar {
    background: linear-gradient(180deg, rgba(247, 247, 251, 0), rgba(247, 247, 251, 0.96) 35%);
}

.games-business-mobile-bar .home-button {
    width: 100%;
}


@media (max-width: 767px) {
    .games-business-shell {
        width: min(100% - 24px, 1180px);
    }

    .games-business-hero {
        padding-top: 112px;
    }

    .games-business-proof-card h2,
    .games-business-card h3,
    .games-business-case__body h3 {
        font-size: 26px;
    }

    .games-business-product-card {
        grid-template-columns: 1fr;
    }

    .games-business-product-card img {
        height: 220px;
    }

    .games-business-mobile-bar {
        display: block;
    }
}
