: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-playbook-mark {
    position: absolute;
    bottom: 24px;
    width: 220px;
    height: 100px;
    opacity: .18;
    pointer-events: none;
    background:
        radial-gradient(circle at 18px 18px, transparent 0 7px, var(--home-accent) 8px 9px, transparent 10px),
        linear-gradient(35deg, transparent 48%, var(--home-accent) 49% 50%, transparent 51%),
        linear-gradient(-35deg, transparent 48%, var(--home-accent) 49% 50%, transparent 51%);
    background-size: 72px 54px;
}

.home-playbook-mark--left { left: 12px; }
.home-playbook-mark--right { right: 12px; transform: scaleX(-1); }

.home-yard-scale {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    padding: .45rem 1.2rem;
    color: #68706c;
    border-top: 1px solid rgba(255,255,255,.06);
    font-size: .68rem;
    text-align: center;
}

.home-yard-scale strong {
    color: var(--home-accent);
    font-weight: 700;
}

.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+3) {
    grid-column: span 2;
}

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

.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;
    }
}

@media (max-width: 991.98px) {
    .home-hero {
        min-height: auto;
        background-position: 58% center;
    }

    .home-hero__container {
        padding-top: 3.4rem;
        padding-bottom: 4rem;
    }

    .home-section-heading {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 767.98px) {
    .home-hero__title {
        font-size: clamp(3rem, 15vw, 4.2rem);
    }

    .home-platform__status {
        display: none;
    }

    .home-questions__grid {
        grid-template-columns: 1fr;
    }

    .home-question,
    .home-question:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--home-line);
    }

    .home-question:nth-child(2) {
        border-bottom: 0;
    }

    .home-yard-scale {
        display: none;
    }

    .home-products {
        padding: 4rem 0;
    }

    .home-product-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 479.98px) {
    .home-hero__actions {
        display: grid;
    }

    .home-button {
        width: 100%;
    }
}
