:root {
    --home-bg: #0b0f10;
    --home-bg-soft: #101516;
    --home-panel: #111718;
    --home-panel-2: #151c1d;
    --home-line: rgba(210, 220, 215, .14);
    --home-line-strong: rgba(210, 220, 215, .24);
    --home-text: #f3f5f2;
    --home-muted: #a3aba7;
    --home-accent: #76d564;
    --home-accent-soft: rgba(118, 213, 100, .11);
}

body {
    background: var(--home-bg);
    color: var(--home-text);
}

.home-hero,
.home-questions,
.home-products {
    font-family: "Segoe UI", Arial, sans-serif;
}

.home-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5, 8, 9, .74), rgba(5, 8, 9, .28) 54%, rgba(5, 8, 9, .55)),
        linear-gradient(180deg, rgba(4, 7, 8, .10), rgba(4, 7, 8, .32) 58%, rgba(4, 7, 8, .92)),
        url("../img/home-hero-stadium.png") center 44% / cover no-repeat;
    border-bottom: 1px solid var(--home-line);
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.13), transparent 18%),
        radial-gradient(circle at 88% 10%, rgba(255,255,255,.13), transparent 18%);
    pointer-events: none;
}

.home-field-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(118,213,100,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(118,213,100,.12) 1px, transparent 1px);
    background-size: 140px 100%, 100% 92px;
    mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.55) 22%, transparent 78%);
}

.home-hero__container {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
    padding-bottom: 4.7rem;
}

.home-eyebrow,
.home-section-kicker,
.home-platform__kicker {
    color: var(--home-accent);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-hero__title {
    max-width: 690px;
    margin: .8rem 0 0;
    color: #fff;
    font-family: "Bahnschrift Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;
    font-size: clamp(3.55rem, 5.8vw, 5.65rem);
    font-stretch: condensed;
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.home-title-rule,
.home-section-rule {
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 1rem;
    background: var(--home-accent);
}

.home-hero__lead {
    max-width: 570px;
    margin: 1.2rem 0 0;
    color: #d5dad7;
    font-size: 1.02rem;
    line-height: 1.7;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.8rem;
}

.home-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 1.35rem;
    padding: .78rem 1.15rem;
    color: #fff;
    background: rgba(13, 19, 19, .83);
    border: 1px solid var(--home-line-strong);
    border-radius: 5px;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.home-button:hover {
    color: #fff;
    transform: translateY(-1px);
    background: rgba(20, 27, 27, .96);
    border-color: rgba(118, 213, 100, .45);
}

.home-button--primary {
    color: #fff;
    background: linear-gradient(180deg, rgba(67,141,60,.96), rgba(42,103,39,.96));
    border-color: rgba(118, 213, 100, .72);
}

.home-button--primary:hover {
    background: linear-gradient(180deg, rgba(80,158,71,.98), rgba(49,116,45,.98));
}

.home-hero__audience {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.4rem;
}

.home-hero__audience span {
    padding: .42rem .75rem;
    color: #d2d7d4;
    background: rgba(7, 11, 12, .64);
    border: 1px solid var(--home-line-strong);
    border-radius: 999px;
    font-size: .73rem;
}

.home-platform {
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(17,23,24,.95), rgba(11,16,17,.95));
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(0,0,0,.34);
}

.home-platform__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 0 1rem;
}

.home-platform__header h2 {
    margin: .35rem 0 0;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 700;
}

.home-platform__status {
    display: inline-flex;
    height: fit-content;
    align-items: center;
    gap: .4rem;
    padding: .35rem .55rem;
    color: #b8bfbb;
    background: #121819;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    font-size: .66rem;
}

.home-platform__status i {
    width: 7px;
    height: 7px;
    background: var(--home-accent);
    border-radius: 50%;
}

.home-platform__list {
    display: grid;
    gap: .45rem;
}

.home-platform__row {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .8rem;
    min-height: 58px;
    padding: .68rem .85rem;
    color: #f0f2ef;
    background: linear-gradient(180deg, #151c1d, #121718);
    border: 1px solid var(--home-line);
    border-radius: 5px;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.home-platform__row:hover,
.home-platform__row:focus-within {
    background: #182020;
    border-color: rgba(118,213,100,.34);
    transform: translateX(2px);
}
.home-platform__code,
.home-product-card__code {
    display: grid;
    width: 41px;
    height: 41px;
    place-items: center;
    color: var(--home-accent);
    background: #101617;
    border: 1px solid rgba(118,213,100,.35);
    border-radius: 5px;
    font-size: .72rem;
    font-weight: 800;
}
.home-platform__content { position: relative; min-width: 0; }
.home-platform__title-line { display:flex; min-width:0; align-items:center; gap:.45rem; }
.home-platform__title-line > a { min-width:0; overflow:hidden; color:#f0f2ef; font-size:.9rem; font-weight:700; text-overflow:ellipsis; text-decoration:none; white-space:nowrap; }
.home-platform__title-line > a:hover { color:#fff; }
.home-platform__coming-soon { flex:0 0 auto; color:#c3a866; font-size:.58rem; font-weight:700; letter-spacing:.07em; text-transform:uppercase; white-space:nowrap; }
.home-platform__info { display:inline-grid; width:20px; height:20px; flex:0 0 20px; place-items:center; margin-left:.05rem; padding:0; color:#9ca4a0; background:transparent; border:1px solid rgba(210,220,215,.30); border-radius:50%; font:inherit; font-size:.68rem; font-weight:800; line-height:1; cursor:pointer; }
.home-platform__info:hover,
.home-platform__info:focus-visible,
.home-platform__info[aria-expanded="true"] { color:var(--home-accent); background:rgba(118,213,100,.08); border-color:rgba(118,213,100,.48); outline:none; }
.home-platform__arrow { display:grid; width:30px; height:30px; place-items:center; color:var(--home-accent); border-radius:4px; font-size:1rem; font-weight:500; text-decoration:none; }
.home-platform__arrow:hover,
.home-platform__arrow:focus-visible { color:#fff; background:rgba(118,213,100,.08); outline:none; }
.home-platform__popover {
    position: fixed;
    z-index: 3000;
    width: min(290px, calc(100vw - 2rem));
    padding: .72rem .8rem;
    color: #d2d8d4;
    background: #0d1213;
    border: 1px solid var(--home-line-strong);
    border-radius: 5px;
    box-shadow: 0 16px 38px rgba(0,0,0,.42);
    font-size: .72rem;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s linear;
    pointer-events: none;
}
.home-platform__popover::before {
    content: "";
    position: absolute;
    top: var(--popover-arrow-top, 18px);
    width: 9px;
    height: 9px;
    background: #0d1213;
    transform: rotate(45deg);
}
.home-platform__popover[data-side="right"]::before {
    left: -5px;
    border-bottom: 1px solid var(--home-line-strong);
    border-left: 1px solid var(--home-line-strong);
}
.home-platform__popover[data-side="left"]::before {
    right: -5px;
    border-top: 1px solid var(--home-line-strong);
    border-right: 1px solid var(--home-line-strong);
}
.home-platform__popover.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.home-platform__note {
    margin: 1rem 0 0;
    color: #9ca4a0;
    font-size: .75rem;
    line-height: 1.55;
}

.home-questions {
    position: relative;
    overflow: hidden;
    padding: 3rem 0 4.2rem;
    background:
        linear-gradient(180deg, #0d1213, #090d0e);
    border-bottom: 1px solid var(--home-line);
}

.home-questions__grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.home-questions__intro,
.home-question {
    min-width: 0;
    padding: 1.55rem 1.7rem 1.7rem;
}

.home-question {
    border-left: 1px solid var(--home-line);
}

.home-questions__intro h2 {
    max-width: 360px;
    margin: 1rem 0 0;
    color: #fff;
    font-family: "Bahnschrift Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-transform: none;
}

.home-question__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-question__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid var(--home-line-strong);
    border-radius: 50%;
}

.home-question__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--home-accent);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-question__number {
    color: var(--home-accent);
    font-size: .75rem;
    font-weight: 700;
}

.home-question h3 {
    margin: 1.25rem 0 .65rem;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
}

.home-question p {
    min-height: 76px;
    margin: 0;
    color: var(--home-muted);
    font-size: .8rem;
    line-height: 1.65;
}

.home-question a {
    display: inline-flex;
    gap: .45rem;
    margin-top: 1.1rem;
    color: var(--home-accent);
    font-size: .76rem;
    font-weight: 700;
    text-decoration: none;
}

.home-products {
    padding: 5rem 0;
    background: #0d1112;
}

.home-section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(280px, .72fr);
    align-items: end;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.home-section-heading h2 {
    margin: .5rem 0 0;
    color: #fff;
    font-family: "Bahnschrift Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    font-weight: 650;
    letter-spacing: -.03em;
}

.home-section-heading p {
    margin: 0;
    color: var(--home-muted);
    font-size: .9rem;
    line-height: 1.7;
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    background: var(--home-line);
    border: 1px solid var(--home-line);
}

.home-product-card {
    position: relative;
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 1.35rem;
    color: inherit;
    background: linear-gradient(180deg, #141a1b, #101516);
    text-decoration: none;
    transition: background .16s ease;
}

.home-product-card:nth-child(n) {
    grid-column: span 2;
}

.home-product-card:hover {
    color: inherit;
    background: #171f20;
}

.home-product-card__tag {
    position: absolute;
    top: 1.45rem;
    right: 1.35rem;
    color: #9fa7a3;
    font-size: .64rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.home-product-card__tag--future {
    color: #c3a866;
}

.home-product-card h3 {
    margin: 1.25rem 0 .65rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.home-product-card p {
    margin: 0;
    color: var(--home-muted);
    font-size: .8rem;
    line-height: 1.65;
}

.home-product-card .home-product-card__source {
    margin-top: .65rem;
    color: #8f9994;
    font-size: .72rem;
    line-height: 1.5;
}

.home-product-card__source a {
    color: var(--home-accent);
    font-weight: 650;
    text-decoration: none;
}

.home-product-card__source a:hover {
    color: #fff;
}

.home-product-card__link {
    margin-top: auto;
    padding-top: 1.2rem;
    color: var(--home-accent);
    font-size: .75rem;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .home-questions__grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-questions__intro,
    .home-question:nth-child(2) {
        border-bottom: 1px solid var(--home-line);
    }

    .home-question:nth-child(3),
    .home-question:nth-child(5) {
        border-left: 0;
    }
}


/* Homepage visual refinement, August 2026 */
body[data-page="home"] [data-layout-header]:empty {
    min-height: 0;
    background: transparent;
    border: 0;
}

body[data-page="home"] .fm-header {
    position: fixed;
    right: 0;
    left: 0;
    transition: background .24s ease, box-shadow .24s ease;
}

body[data-page="home"] .fm-nav {
    background: linear-gradient(180deg, rgba(4, 8, 9, .68), rgba(4, 8, 9, .18));
    border-bottom-color: rgba(255, 255, 255, .08);
    box-shadow: none;
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    transition: background .24s ease, border-color .24s ease, box-shadow .24s ease, backdrop-filter .24s ease;
}

body[data-page="home"] .fm-header.is-scrolled .fm-nav,
body[data-page="home"].fm-nav-open .fm-nav {
    background: linear-gradient(180deg, rgba(11, 15, 16, .98), rgba(8, 12, 13, .97));
    border-bottom-color: var(--fm-border);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.home-hero {
    min-height: 700px;
    isolation: isolate;
    background: #0b0f10;
    border-bottom: 0;
}

.home-hero::before {
    z-index: -3;
    background-image: url("../img/home-hero-receiver.webp");
    background-position: 53% 44%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.015);
    transform-origin: 58% center;
    animation: homeHeroBreath 24s ease-in-out infinite alternate;
}

@supports (background-image: image-set(url("../img/home-hero-receiver.avif") type("image/avif"))) {
    .home-hero::before {
        background-image: image-set(
            url("../img/home-hero-receiver.avif") type("image/avif"),
            url("../img/home-hero-receiver.webp") type("image/webp")
        );
    }
}

.home-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 7, 8, .91) 0%, rgba(4, 7, 8, .78) 31%, rgba(4, 7, 8, .34) 53%, rgba(4, 7, 8, .24) 68%, rgba(4, 7, 8, .62) 100%),
        linear-gradient(180deg, rgba(4, 7, 8, .16) 0%, rgba(4, 7, 8, .12) 48%, rgba(4, 7, 8, .95) 100%);
    pointer-events: none;
}

.home-field-grid {
    z-index: -1;
    opacity: .08;
}

.home-hero__container {
    padding-top: calc(var(--fm-header-h) + 4.65rem);
    padding-bottom: 6.2rem;
}

.home-hero__copy {
    position: relative;
    padding: 1.55rem 1.65rem 1.7rem;
}

.home-hero__copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -.35rem .55rem -.35rem -.7rem;
    background: linear-gradient(90deg, rgba(5, 9, 10, .54), rgba(5, 9, 10, .22) 72%, transparent);
    border: 1px solid rgba(255, 255, 255, .035);
    border-radius: 14px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    mask-image: linear-gradient(90deg, #000 0%, #000 74%, transparent 100%);
}

.home-eyebrow {
    font-size: .8rem;
    letter-spacing: .18em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .78);
}

.home-hero__title {
    max-width: 650px;
    margin-top: 1rem;
    font-size: clamp(3.35rem, 5.35vw, 5.25rem);
    text-shadow: 0 5px 34px rgba(0, 0, 0, .62);
}

.home-title-rule {
    margin-top: 1.28rem;
}

.home-hero__lead {
    max-width: 555px;
    margin-top: 1.55rem;
    color: #e0e5e2;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .72);
}

.home-hero__actions {
    gap: .9rem;
    margin-top: 2.05rem;
}

.home-button {
    min-height: 54px;
    padding: .88rem 1.28rem;
    border-radius: 7px;
    font-size: .91rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.home-platform {
    max-width: 455px;
    margin-left: auto;
    padding: 1.25rem 1.25rem 1.1rem;
    background: linear-gradient(180deg, rgba(15, 21, 22, .88), rgba(9, 14, 15, .91));
    border-color: rgba(210, 220, 215, .17);
    border-radius: 12px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, .31);
    backdrop-filter: blur(15px) saturate(115%);
    -webkit-backdrop-filter: blur(15px) saturate(115%);
}

.home-platform__header {
    padding-bottom: .85rem;
}

.home-platform__header h2 {
    font-size: 1.08rem;
}

.home-platform__groups {
    display: grid;
    gap: .72rem;
}

.home-platform__group {
    padding: .78rem;
    background: linear-gradient(180deg, rgba(23, 31, 32, .78), rgba(15, 21, 22, .76));
    border: 1px solid rgba(210, 220, 215, .105);
    border-radius: 8px;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.home-platform__group:hover,
.home-platform__group:focus-within {
    background: linear-gradient(180deg, rgba(26, 35, 36, .88), rgba(17, 24, 25, .86));
    border-color: rgba(118, 213, 100, .24);
}

.home-platform__group-heading {
    position: relative;
    display: flex;
    align-items: center;
    gap: .42rem;
    margin-bottom: .62rem;
}

.home-platform__group-heading h3 {
    margin: 0;
    color: #f2f5f2;
    font-size: .82rem;
    font-weight: 750;
    letter-spacing: .02em;
}

.home-platform__tiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .48rem;
}

.home-platform__tile {
    display: grid;
    min-height: 58px;
    place-items: center;
    align-content: center;
    gap: .2rem;
    padding: .54rem .32rem;
    color: #fff;
    background: rgba(8, 12, 13, .62);
    border: 1px solid var(--tile-border, rgba(210, 220, 215, .16));
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.home-platform__tile span {
    color: var(--tile-color, #fff);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .045em;
}

.home-platform__tile small {
    color: #9fa8a3;
    font-size: .57rem;
    line-height: 1;
}

.home-platform__tile:hover,
.home-platform__tile:focus-visible {
    color: #fff;
    background: var(--tile-bg, rgba(118, 213, 100, .08));
    border-color: var(--tile-color, var(--home-accent));
    box-shadow: 0 8px 18px rgba(0, 0, 0, .17);
    outline: none;
    transform: translateY(-2px);
}

.home-platform__tile--pass,
.home-platform__tile--qb {
    --tile-color: #f36a6a;
    --tile-border: rgba(243, 106, 106, .34);
    --tile-bg: rgba(243, 106, 106, .10);
}

.home-platform__tile--rush,
.home-platform__tile--rb {
    --tile-color: #76d564;
    --tile-border: rgba(118, 213, 100, .34);
    --tile-bg: rgba(118, 213, 100, .10);
}

.home-platform__tile--recv,
.home-platform__tile--wr {
    --tile-color: #5fa8ff;
    --tile-border: rgba(95, 168, 255, .35);
    --tile-bg: rgba(95, 168, 255, .10);
}

.home-platform__tile--hist {
    --tile-color: #b78cff;
    --tile-border: rgba(183, 140, 255, .35);
    --tile-bg: rgba(183, 140, 255, .10);
}

.home-platform__tile--te {
    --tile-color: #f1c94e;
    --tile-border: rgba(241, 201, 78, .38);
    --tile-bg: rgba(241, 201, 78, .10);
}

.home-platform__market {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .72rem;
    min-height: 58px;
    padding: .62rem .68rem;
    color: #edf1ee;
    background: rgba(8, 12, 13, .58);
    border: 1px solid rgba(118, 213, 100, .22);
    border-radius: 7px;
    text-decoration: none;
    transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.home-platform__market:hover,
.home-platform__market:focus-visible {
    color: #fff;
    background: rgba(118, 213, 100, .08);
    border-color: rgba(118, 213, 100, .44);
    outline: none;
    transform: translateX(2px);
}

.home-platform__market-code {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    color: var(--home-accent);
    background: rgba(118, 213, 100, .07);
    border: 1px solid rgba(118, 213, 100, .35);
    border-radius: 6px;
    font-size: .7rem;
    font-weight: 850;
}

.home-platform__market strong,
.home-platform__market small {
    display: block;
}

.home-platform__market strong {
    font-size: .78rem;
}

.home-platform__market small {
    margin-top: .14rem;
    color: #9da6a1;
    font-size: .61rem;
}

.home-platform__market-arrow {
    color: var(--home-accent);
    font-size: 1rem;
}

.home-platform__info {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    font-size: .62rem;
}

.home-platform__note {
    margin-top: .82rem;
    font-size: .7rem;
}

.home-hero + .home-questions {
    margin-top: -46px;
    padding-top: calc(3rem + 46px);
}

.home-hero + .home-questions::before {
    content: "";
    position: absolute;
    top: -75px;
    right: 0;
    left: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, #0d1213 74%);
    pointer-events: none;
}

.home-product-grid {
    gap: 1.2rem;
}

.home-product-card {
    border-color: rgba(210, 220, 215, .10);
}

.home-product-card:hover {
    border-color: rgba(118, 213, 100, .28);
}

body[data-page="home"] .fm-footer {
    border-top-color: rgba(118, 213, 100, .14);
    background: linear-gradient(180deg, #0a0e0f, #070a0b);
}

@keyframes homeHeroBreath {
    from { transform: scale(1.015); }
    to { transform: scale(1.055); }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero::before { animation: none; }
}

@media (max-width: 1199.98px) {
    .home-platform { max-width: 430px; }
    .home-hero__copy { padding-right: 1rem; }
}


/* Reliable hero image rendering: use the JPEG directly on the hero element. */
.home-hero {
    background-image:
        linear-gradient(90deg, rgba(4, 7, 8, .91) 0%, rgba(4, 7, 8, .78) 31%, rgba(4, 7, 8, .34) 53%, rgba(4, 7, 8, .24) 68%, rgba(4, 7, 8, .62) 100%),
        linear-gradient(180deg, rgba(4, 7, 8, .16) 0%, rgba(4, 7, 8, .12) 48%, rgba(4, 7, 8, .95) 100%),
        url("../img/home-hero-receiver.jpg");
    background-position: center, center, 53% 44%;
    background-size: cover, cover, cover;
    background-repeat: no-repeat;
}

.home-hero::before {
    z-index: 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, .10), transparent 18%),
        radial-gradient(circle at 88% 10%, rgba(255, 255, 255, .08), transparent 18%);
    transform: none;
    animation: none;
}

.home-hero::after {
    z-index: 1;
    background: linear-gradient(180deg, transparent 62%, rgba(4, 7, 8, .88) 100%);
}

.home-field-grid { z-index: 2; }
.home-hero__container { z-index: 3; }


/* Homepage hero final balance: brighter image, narrower glass card, smaller title. */
@media (min-width: 992px) {
    .home-hero {
        background-image:
            linear-gradient(90deg, rgba(4, 7, 8, .18) 0%, rgba(4, 7, 8, .10) 42%, rgba(4, 7, 8, .08) 72%, rgba(4, 7, 8, .16) 100%),
            linear-gradient(180deg, rgba(4, 7, 8, .04) 0%, rgba(4, 7, 8, .04) 64%, rgba(4, 7, 8, .48) 100%),
            url("../img/home-hero-receiver.jpg");
        background-position: center, center, 55% 44%;
    }

    .home-hero__copy {
        width: 100%;
        max-width: 540px;
        padding: 1.4rem 1.35rem 1.5rem;
    }

    .home-hero__copy::before {
        inset: 0;
        background: rgba(8, 12, 13, .31);
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 14px;
        box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
        backdrop-filter: blur(11px) saturate(108%);
        -webkit-backdrop-filter: blur(11px) saturate(108%);
        mask-image: none;
    }

    .home-hero__title {
        max-width: 560px;
        font-size: clamp(3.05rem, 4.65vw, 4.72rem);
        line-height: .98;
    }

    .home-hero__lead {
        max-width: 525px;
    }
}


/* Final desktop hero composition: restore breathing room between the two glass cards. */
@media (min-width: 1200px) {
    .home-platform {
        transform: translateX(clamp(100px, 10vw, 200px));
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-platform {
        transform: translateX(clamp(20px, 4vw, 55px));
    }
}


/* Homepage final polish: simplified hero, unified module badges and refined icons. */
.home-question__icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(180deg, rgba(118, 213, 100, .055), rgba(118, 213, 100, .018));
    border-color: rgba(118, 213, 100, .24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.home-question__icon svg {
    width: 29px;
    height: 29px;
    stroke-width: 1.55;
}

.home-product-card__code {
    width: auto;
    min-width: 48px;
    height: 42px;
    padding: 0 .7rem;
    color: var(--module-color, var(--home-accent));
    background: var(--module-bg, rgba(118, 213, 100, .06));
    border-color: var(--module-border, rgba(118, 213, 100, .35));
    font-size: .72rem;
    letter-spacing: .045em;
}

.home-product-card__code--pass {
    --module-color: #f36a6a;
    --module-border: rgba(243, 106, 106, .42);
    --module-bg: rgba(243, 106, 106, .07);
}

.home-product-card__code--rush {
    --module-color: #76d564;
    --module-border: rgba(118, 213, 100, .42);
    --module-bg: rgba(118, 213, 100, .07);
}

.home-product-card__code--recv {
    --module-color: #5fa8ff;
    --module-border: rgba(95, 168, 255, .42);
    --module-bg: rgba(95, 168, 255, .07);
}

.home-product-card__code--hist {
    --module-color: #b78cff;
    --module-border: rgba(183, 140, 255, .42);
    --module-bg: rgba(183, 140, 255, .07);
}

.home-product-card__code--market {
    --module-color: #76d564;
    --module-border: rgba(118, 213, 100, .42);
    --module-bg: rgba(118, 213, 100, .07);
}

.home-product-card__code--rookie {
    --module-color: #f1c94e;
    --module-border: rgba(241, 201, 78, .42);
    --module-bg: rgba(241, 201, 78, .07);
}


/* Homepage correction: simplify benefits and align product module badges with titles. */
.home-question__top,
.home-question__icon {
    display: none;
}

.home-question h3 {
    margin-top: 0;
}

.home-product-card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .65rem;
}

.home-product-card__heading h3 {
    min-width: 0;
    margin: 0;
}

.home-product-card__heading .home-product-card__code {
    width: auto;
    min-width: 62px;
    height: 34px;
    flex: 0 0 auto;
    padding: 0 .72rem;
    border-radius: 6px;
}

.home-product-card__tag {
    display: none;
}


/* Homepage tunnel hero: keep the player's helmet fully visible on wide screens. */
.home-hero {
    background-image:
        linear-gradient(90deg, rgba(4, 7, 8, .18) 0%, rgba(4, 7, 8, .10) 42%, rgba(4, 7, 8, .08) 72%, rgba(4, 7, 8, .16) 100%),
        linear-gradient(180deg, rgba(4, 7, 8, .04) 0%, rgba(4, 7, 8, .04) 64%, rgba(4, 7, 8, .48) 100%),
        url("../img/tunnel.jpg");
    background-position: center, center, 50% 18%;
    background-size: cover, cover, cover;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .home-hero {
        background-position: center, center, 50% 16%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-hero {
        background-position: center, center, 50% 18%;
    }
}


/* Research tools card sizing and Dynasty Market CTA correction. */
@media (min-width: 768px) {
    .home-product-card {
        min-height: 220px;
    }
}

.home-product-card__link {
    text-decoration: none;
}

.home-product-card__link:hover,
.home-product-card__link:focus-visible {
    color: #fff;
    text-decoration: none;
}

.fm-coming-soon {
    display: inline-block;
    margin-left: .5rem;
    padding: .16rem .45rem;
    border-radius: 999px;
    background: rgba(118,213,100,.12);
    border: 1px solid rgba(118,213,100,.35);
    color: var(--fm-green);
    font-size: .60rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
