.software-landing-page--focused {
    --ww-page: #0f0f0f;
    --ww-panel: #141614;
    --ww-panel-strong: #191d1a;
    --ww-line: #2e352f;
    --ww-muted: rgba(238, 245, 239, 0.72);
    --ww-text: #f5f7f5;
    --ww-green: #1cad75;
    --ww-green-strong: #1cad75;
    --ww-title-font: "Bebas Neue", sans-serif;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    background: var(--ww-page);
}

body:has(.software-product-lander--unified),
.baseholder:has(.software-product-lander--unified) {
    background: #0d1117;
}

.software-product-lander--unified {
    --ww-page: #0d1117;
    --ww-panel: #11171d;
    --ww-panel-strong: #151d24;
    --ww-line: #26313b;
    --ww-muted: #9aa7b3;
    --ww-text: #f5f7f9;
    --ww-green: #20bf7a;
    --ww-green-strong: #34d391;
}

.bookmaker-marquee {
    position: relative;
    order: 2;
    width: 100%;
    overflow: hidden;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 5%, #000 14%, #000 86%, rgba(0, 0, 0, 0.25) 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 5%, #000 14%, #000 86%, rgba(0, 0, 0, 0.25) 95%, transparent 100%);
}

.bookmaker-marquee__track {
    display: flex;
    width: max-content;
    animation: bookmaker-marquee-scroll 35s linear infinite;
    will-change: transform;
}

.bookmaker-marquee__group {
    display: flex;
    flex: none;
    align-items: center;
}

.bookmaker-marquee__item {
    display: flex;
    width: 210px;
    height: 64px;
    flex: 0 0 210px;
    align-items: center;
    justify-content: center;
    padding: 8px 26px;
}

.bookmaker-marquee__item img {
    display: block;
    width: 156px;
    height: 42px;
    object-fit: contain;
}

@keyframes bookmaker-marquee-scroll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .bookmaker-marquee__track {
        animation: none;
        transform: none;
    }
}

.arb-price-process {
    order: 3;
    width: 100%;
    padding: 88px max(24px, calc((100vw - 1320px) / 2)) 92px;
    overflow: hidden;
    background: transparent;
    color: #f5f7f9;
    font-family: "Inter", "Poppins", sans-serif;
}

.arb-price-process__intro {
    display: grid;
    justify-items: center;
    margin: 0 auto 38px;
    text-align: center;
}

.arb-price-process__intro h2 {
    max-width: 900px;
    margin: 0;
    color: #f7f7f5;
    font-family: "Inter", "Poppins", sans-serif;
    font-size: clamp(3.5rem, 5.5vw, 5.5rem);
    font-weight: 850;
    letter-spacing: -0.065em;
    line-height: 0.96;
}

.arb-price-process__intro h2 span {
    color: #58d36c;
}

.arb-price-process__intro p {
    margin: 20px 0 0;
    color: #aeb5bc;
    font-size: clamp(1rem, 1.55vw, 1.3rem);
    line-height: 1.45;
}

.arb-price-process__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.arb-price-step {
    display: grid;
    min-width: 0;
    grid-template-rows: auto 1fr;
    gap: 20px;
}

.arb-price-step__title {
    position: relative;
    display: flex;
    min-height: 52px;
    gap: 16px;
    align-items: center;
    padding-left: clamp(6px, 2vw, 48px);
}

.arb-price-step__title > span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #42db66;
    border-radius: 50%;
    color: #f5f7f9;
    font-size: 1.35rem;
    font-weight: 800;
}

.arb-price-step__title h3 {
    margin: 0;
    color: #f7f7f5;
    font-family: "Inter", "Poppins", sans-serif;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    font-weight: 820;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.arb-price-step__title > i {
    position: absolute;
    top: 50%;
    right: -23px;
    width: 84px;
    height: 1px;
    background: #82898f;
}

.arb-price-step__title > i::after {
    position: absolute;
    top: -5px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #aab0b5;
    border-right: 1.5px solid #aab0b5;
    content: "";
    transform: rotate(45deg);
}

.arb-price-step__card {
    display: grid;
    min-height: 514px;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 20px;
    padding: 26px 24px 30px;
    border: 1px solid #3b464e;
    border-radius: 18px;
    background: rgba(6, 13, 19, 0.88);
}

.arb-radar {
    position: relative;
    width: min(100%, 400px);
    min-height: 360px;
    justify-self: center;
}

.arb-radar__grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.arb-radar__rings circle {
    fill: rgba(16, 113, 48, 0.018);
    stroke: rgba(55, 205, 90, 0.28);
    stroke-width: 1;
}

.arb-radar__rings .arb-radar__core {
    fill: rgba(45, 215, 82, 0.035);
    stroke: #55dc69;
    stroke-width: 1.8;
}

.arb-radar__spokes path {
    fill: none;
    stroke: rgba(55, 205, 90, 0.22);
    stroke-width: 1;
}

.arb-radar__spokes path:first-child {
    stroke: rgba(55, 205, 90, 0.3);
}

.arb-radar__connectors path {
    fill: none;
    stroke: #9ff58a;
    stroke-width: 1.8;
    stroke-dasharray: 3 5;
    stroke-linecap: round;
}

.arb-radar__nodes circle {
    fill: #8bf67f;
    stroke: rgba(139, 246, 127, 0.22);
    stroke-width: 3;
}

.arb-radar__bookmaker {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 104px;
    min-height: 76px;
    align-content: center;
    justify-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid #3b464e;
    border-radius: 10px;
    background: #0c131a;
}

.arb-radar__bookmaker .arb-bookmaker-logo {
    display: block;
    width: 88px;
    height: 30px;
    object-fit: contain;
}

.arb-bookmaker-wordmark {
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.arb-bookmaker-wordmark--neds {
    color: #ff7b12;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: -0.07em;
    text-transform: lowercase;
}

.arb-radar__bookmaker strong {
    color: #55dd70;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1;
}

.arb-radar__bookmaker--top-left {
    top: 0;
    left: 0;
}

.arb-radar__bookmaker--top-right {
    top: 0;
    right: 0;
}

.arb-radar__bookmaker--middle-left {
    top: 116px;
    left: -10px;
}

.arb-radar__bookmaker--middle-right {
    top: 116px;
    right: -10px;
}

.arb-radar__bookmaker--bottom-left {
    bottom: 12px;
    left: 0;
}

.arb-radar__bookmaker--bottom-right {
    right: 0;
    bottom: 12px;
}

.arb-sport-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

.arb-sport-list span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #27343d;
    border-radius: 9px;
    background: #091119;
    color: #f4f6f6;
    font-size: 1.25rem;
}

.arb-odds-table-wrap {
    align-self: center;
    overflow: hidden;
    border: 1px solid #24313a;
    border-radius: 14px;
}

.arb-odds-table {
    width: 100%;
    border-collapse: collapse;
    color: #f5f7f9;
}

.arb-odds-table th,
.arb-odds-table td {
    height: 49px;
    padding: 8px 12px;
    border-right: 1px solid #26343d;
    border-bottom: 1px solid #26343d;
    text-align: center;
}

.arb-odds-table tr:last-child th,
.arb-odds-table tr:last-child td {
    border-bottom: 0;
}

.arb-odds-table th:last-child,
.arb-odds-table td:last-child {
    border-right: 0;
}

.arb-odds-table thead th {
    height: 60px;
    background: #0a1118;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.18;
}

.arb-odds-table thead th:first-child {
    width: 32%;
}

.arb-odds-table thead small {
    display: block;
    margin-top: 2px;
    font-size: 0.72rem;
    font-weight: 500;
}

.arb-team-shirt {
    margin-right: 5px;
}

.arb-team-shirt--light {
    color: #f7f7f5;
}

.arb-team-shirt--dark {
    color: #8e9499;
}

.arb-odds-table tbody th {
    width: 32%;
    background: rgba(7, 14, 20, 0.8);
    text-align: center;
}

.arb-odds-table tbody th .arb-bookmaker-logo {
    display: block;
    width: 86px;
    height: 26px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.arb-odds-table tbody th .arb-bookmaker-wordmark {
    width: 86px;
    height: 26px;
    justify-content: center;
}

.arb-odds-table tbody td {
    position: relative;
    background: rgba(8, 16, 22, 0.64);
    font-size: 1.05rem;
    font-variant-numeric: tabular-nums;
}

.arb-odds-table tbody td.is-best {
    color: #f7fff8;
    background: rgba(30, 139, 58, 0.18);
    box-shadow: inset 0 0 0 1.5px #49df67;
}

.arb-result-card {
    align-self: center;
    padding: 28px 22px 18px;
    border: 1px solid #294238;
    border-radius: 16px;
    background: rgba(8, 30, 22, 0.55);
}

.arb-result-card__status {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 0 10px 24px;
    border-bottom: 1px solid #8c969b;
}

.arb-result-card__status span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #61dd70;
    color: #06210f;
    font-size: 1.35rem;
}

.arb-result-card__status strong {
    color: #60db70;
    font-size: clamp(1.2rem, 1.65vw, 1.5rem);
    font-weight: 800;
}

.arb-result-card__metrics {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 28px 0 24px;
}

.arb-result-card__metrics > div {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 0 8px;
    text-align: center;
}

.arb-result-card__metrics span {
    color: #c0c6ca;
    font-size: 0.78rem;
    line-height: 1.35;
}

.arb-result-card__metrics strong {
    color: #62d96f;
    font-size: clamp(2.1rem, 3vw, 2.75rem);
    font-weight: 760;
    line-height: 1;
}

.arb-result-card__stake {
    padding: 16px 16px 14px;
    border: 1px solid #2b3a42;
    border-radius: 14px;
    background: rgba(6, 16, 20, 0.75);
    text-align: center;
}

.arb-result-card__stake > span {
    color: #c3c8cc;
    font-size: 0.85rem;
}

.arb-result-card__stake > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.arb-result-card__stake strong {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 8px;
    align-items: center;
    justify-content: center;
    color: #e5e8e9;
    font-size: 0.95rem;
    font-weight: 500;
}

.arb-result-card__stake strong + strong {
    border-left: 1px solid #34424a;
}

.arb-result-card__stake strong:nth-child(2) i {
    color: #8e9499;
}

.arb-result-card__stake em {
    grid-column: 1 / -1;
    color: #5cd46b;
    font-size: 2rem;
    font-style: normal;
    font-weight: 760;
    line-height: 1;
}

@media (max-width: 1050px) {
    .arb-price-process {
        padding-top: 72px;
        padding-bottom: 76px;
    }

    .arb-price-process__steps {
        grid-template-columns: minmax(0, 720px);
        justify-content: center;
        gap: 42px;
    }

    .arb-price-step__title {
        padding-left: 0;
    }

    .arb-price-step__title > i {
        top: auto;
        right: auto;
        bottom: -32px;
        left: 23px;
        width: 1px;
        height: 25px;
    }

    .arb-price-step__title > i::after {
        top: auto;
        right: -5px;
        bottom: 0;
        transform: rotate(135deg);
    }

    .arb-price-step__card {
        min-height: 500px;
    }
}

@media (max-width: 640px) {
    .bookmaker-marquee {
        padding: 17px 0;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 6%, #000 17%, #000 83%, rgba(0, 0, 0, 0.25) 94%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 6%, #000 17%, #000 83%, rgba(0, 0, 0, 0.25) 94%, transparent 100%);
    }

    .bookmaker-marquee__track {
        animation-duration: 28s;
    }

    .bookmaker-marquee__item {
        width: 174px;
        height: 56px;
        flex-basis: 174px;
        padding: 7px 20px;
    }

    .bookmaker-marquee__item img {
        width: 134px;
        height: 36px;
    }

    .arb-price-process {
        padding: 56px 16px 60px;
    }

    .arb-price-process__intro {
        margin-bottom: 32px;
    }

    .arb-price-process__intro h2 {
        font-size: clamp(2.35rem, 11vw, 3rem);
        letter-spacing: -0.055em;
    }

    .arb-price-process__intro p {
        max-width: 340px;
        margin-top: 16px;
        font-size: 0.95rem;
    }

    .arb-price-step__title {
        gap: 12px;
    }

    .arb-price-step__title > span {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }

    .arb-price-step__title h3 {
        font-size: 1.25rem;
    }

    .arb-price-step__title > i {
        left: 20px;
    }

    .arb-price-step__card {
        min-height: 0;
        padding: 18px 14px 24px;
        border-radius: 14px;
    }

    .arb-radar {
        min-height: 300px;
    }

    .arb-radar__bookmaker {
        width: 88px;
        min-height: 62px;
        gap: 5px;
        padding: 7px;
    }

    .arb-radar__bookmaker .arb-bookmaker-logo {
        width: 76px;
        height: 26px;
    }

    .arb-radar__bookmaker .arb-bookmaker-wordmark {
        height: 26px;
    }

    .arb-radar__bookmaker strong {
        font-size: 0.9rem;
    }

    .arb-radar__bookmaker--middle-left,
    .arb-radar__bookmaker--middle-right {
        top: 100px;
    }

    .arb-sport-list {
        gap: 7px;
    }

    .arb-sport-list span {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .arb-odds-table th,
    .arb-odds-table td {
        height: 46px;
        padding: 7px 8px;
    }

    .arb-odds-table thead th {
        font-size: 0.78rem;
    }

    .arb-odds-table tbody th .arb-bookmaker-logo {
        width: 72px;
        height: 22px;
    }

    .arb-odds-table tbody th .arb-bookmaker-wordmark {
        width: 72px;
        height: 22px;
    }

    .arb-odds-table tbody td {
        font-size: 0.94rem;
    }

    .arb-result-card {
        padding: 22px 14px 14px;
    }

    .arb-result-card__status {
        gap: 10px;
        padding: 0 4px 18px;
    }

    .arb-result-card__status span {
        width: 40px;
        height: 40px;
    }

    .arb-result-card__metrics {
        padding: 22px 0 20px;
    }

    .arb-result-card__metrics span {
        font-size: 0.7rem;
    }

    .arb-result-card__metrics strong {
        font-size: 2rem;
    }

    .arb-result-card__stake {
        padding: 14px 8px 12px;
    }

    .arb-result-card__stake strong {
        font-size: 0.8rem;
    }

    .arb-result-card__stake em {
        font-size: 1.65rem;
    }
}

body:has(.software-landing-page--focused) .ww-site-footer {
    padding-top: 40px;
}

.baseholder:has(.software-landing-page--focused) {
    min-height: 0;
    padding-bottom: 0 !important;
}

.software-landing-page--focused::before {
    opacity: 0.1;
}

.software-landing-page--focused .hero-container {
    order: 1;
    min-height: 560px;
    padding-top: 74px;
    padding-bottom: 44px;
}

.software-landing-page--focused .software-focus-block,
.software-landing-page--focused .arb-profit-explainer {
    order: 4;
}

.software-landing-page--focused .software-latest-bets {
    order: 5;
}

.software-product-lander--account-preview {
    min-height: calc(100vh - 88px);
    padding: 48px 0 72px;
}

.software-account-preview {
    display: flex;
    order: 4;
    width: min(1240px, calc(100% - 40px));
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 20px;
    padding: 28px 30px;
    border: 1px solid var(--ww-line);
    border-radius: 12px;
    background:
        radial-gradient(circle at 8% 0%, rgba(28, 173, 117, 0.16), transparent 38%),
        var(--ww-panel);
}

.software-account-preview__copy {
    max-width: 760px;
}

.software-account-preview__eyebrow {
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 8px;
    color: var(--ww-green);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.software-account-preview__eyebrow i {
    font-size: 0.48rem;
    filter: drop-shadow(0 0 5px rgba(28, 173, 117, 0.8));
}

.software-account-preview h1 {
    margin: 0;
    color: var(--ww-text);
    font-family: var(--ww-title-font);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
}

.software-account-preview__copy > p:last-child {
    max-width: 650px;
    margin: 12px 0 0;
    color: var(--ww-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.software-account-preview__cta {
    display: inline-flex;
    min-width: 188px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid rgba(28, 173, 117, 0.78);
    border-radius: 8px;
    background: var(--ww-green);
    color: #07130d;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
}

.software-account-preview__cta:hover {
    background: #24bf82;
    color: #07130d;
    transform: translateY(-1px);
}

.software-account-preview__cta:focus-visible {
    outline: 3px solid rgba(28, 173, 117, 0.42);
    outline-offset: 3px;
}

.software-product-lander--account-preview .software-latest-bets {
    padding-top: 0;
}

.software-preview-workspace {
    order: 5;
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--ww-line);
    border-radius: 12px;
    background: #111311;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.software-preview-workspace__toolbar {
    display: flex;
    min-height: 76px;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--ww-line);
    background: #151815;
}

.software-preview-workspace__identity {
    display: flex;
    min-width: 0;
    gap: 12px;
    align-items: center;
}

.software-preview-workspace__mark {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(28, 173, 117, 0.34);
    border-radius: 8px;
    background: rgba(28, 173, 117, 0.12);
    color: var(--ww-green);
}

.software-preview-workspace__identity > div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.software-preview-workspace__identity strong {
    overflow: hidden;
    color: var(--ww-text);
    font-size: 1rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.software-preview-workspace__identity span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--ww-muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.software-preview-workspace__identity span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ww-green);
    box-shadow: 0 0 8px rgba(28, 173, 117, 0.72);
}

.software-preview-workspace__actions {
    display: flex;
    gap: 8px;
}

.software-preview-workspace__actions button {
    display: inline-flex;
    min-height: 44px;
    gap: 8px;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid #303630;
    border-radius: 8px;
    background: #1b1f1b;
    color: rgba(238, 245, 239, 0.62);
    font-size: 0.8rem;
    font-weight: 750;
}

.software-preview-workspace__actions button:disabled,
.software-preview-workspace__filter-group button:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.software-preview-workspace__body {
    display: grid;
    min-height: 540px;
    grid-template-columns: 230px minmax(0, 1fr);
}

.software-preview-workspace__filters {
    display: grid;
    align-content: start;
    gap: 24px;
    padding: 20px 16px;
    border-right: 1px solid var(--ww-line);
    background: #131613;
}

.software-preview-workspace__filters-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.software-preview-workspace__filters-head strong {
    color: var(--ww-text);
    font-size: 0.94rem;
}

.software-preview-workspace__filters-head span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: rgba(238, 245, 239, 0.52);
    font-size: 0.68rem;
    font-weight: 750;
    text-transform: uppercase;
}

.software-preview-workspace__filter-group {
    display: grid;
    gap: 10px;
}

.software-preview-workspace__filter-group > span {
    color: rgba(238, 245, 239, 0.58);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.software-preview-workspace__filter-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    filter: blur(1.2px);
}

.software-preview-workspace__filter-group button {
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid #303630;
    border-radius: 7px;
    background: #191d19;
    color: rgba(238, 245, 239, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
}

.software-preview-workspace__filter-group button.is-active {
    border-color: rgba(28, 173, 117, 0.46);
    background: rgba(28, 173, 117, 0.12);
    color: var(--ww-green);
}

.software-preview-workspace__range > div {
    position: relative;
    display: block;
    height: 4px;
    margin: 8px 4px 0;
    border-radius: 99px;
    background: #303630;
    filter: blur(1px);
}

.software-preview-workspace__range > div i {
    position: absolute;
    top: 50%;
    left: 38%;
    width: 15px;
    height: 15px;
    border: 2px solid #101310;
    border-radius: 50%;
    background: var(--ww-green);
    transform: translate(-50%, -50%);
}

.software-preview-workspace__range small {
    color: rgba(238, 245, 239, 0.48);
    font-size: 0.72rem;
}

.software-preview-workspace__filters > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    border: 1px solid rgba(28, 173, 117, 0.42);
    border-radius: 8px;
    color: var(--ww-green);
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.software-preview-workspace__filters > a:hover,
.software-preview-workspace__filters > a:focus-visible {
    border-color: var(--ww-green);
    background: rgba(28, 173, 117, 0.08);
}

.software-preview-workspace__filters > a:focus-visible {
    outline: 2px solid var(--ww-green);
    outline-offset: 2px;
}

.software-preview-workspace__feed {
    min-width: 0;
    padding: 18px;
}

.software-preview-workspace .software-latest-bets {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.software-preview-workspace .software-latest-bets__proof-head {
    display: none;
}

.software-preview-workspace .software-latest-bets__panel {
    padding: 0;
    border: 0;
    background: transparent;
}

.software-landing-page--focused .software-member-reviews {
    order: 2;
}

.software-product-lander--arbitrage .arb-profit-explainer {
    order: 2;
}

.software-product-lander--arbitrage .software-member-reviews {
    order: 3;
}

.software-product-lander--arbitrage .arb-price-process {
    order: 4;
}

.software-landing-page--focused .software-conversion-panel {
    order: 6;
}

.software-landing-page--focused .price-container {
    order: 7;
}

.software-landing-page--focused .faq-container {
    order: 8;
}

.software-landing-page--focused .software-email-capture {
    order: 9;
}

.software-landing-page--focused > .testimonals-container,
.software-landing-page--focused > .video-container,
.software-landing-page--focused > .information-container,
.software-landing-page--focused > .finder-section,
.software-landing-page--focused > .extra-tools-information {
    display: none !important;
}

.software-landing-page--focused .finder-hero-points {
    display: none;
}

.software-landing-page--focused .hero-title {
    margin-bottom: 10px;
    color: var(--ww-green-strong);
    font-size: 1rem;
    font-weight: 800;
}

.software-landing-page--focused .arbitrage-hero-text,
.software-landing-page--focused.arbitrage-finder-page .arbitrage-hero-text {
    max-width: 720px;
    color: var(--ww-text);
    font-size: clamp(2.65rem, 4.45vw, 4.65rem);
    line-height: 1;
}

.software-landing-page--focused .hero-sub-text,
.software-landing-page--focused.arbitrage-finder-page .hero-sub-text {
    color: var(--ww-muted);
    font-size: clamp(1.05rem, 1.35vw, 1.2rem);
}

.software-landing-page--focused .hero-buttons {
    align-items: flex-start;
    margin-top: 30px;
}

.hero-button-stack {
    display: inline-grid;
    gap: 8px;
    justify-items: start;
}

.software-landing-page--focused .hero-button-item,
.software-landing-page--focused .learn-more-button,
.software-landing-page--focused.arbitrage-finder-page .hero-button-item {
    border-radius: 8px;
}

.software-landing-page--focused .hero-button-item:not(.learn-more-button):not(.hero-button-secondary),
.software-landing-page--focused .hero-button-primary {
    border-color: rgba(28, 173, 117, 0.74);
    background: var(--ww-green);
    color: #07130d;
}

.software-landing-page--focused .hero-button-item:not(.learn-more-button):not(.hero-button-secondary):hover,
.software-landing-page--focused .hero-button-primary:hover {
    border-color: rgba(28, 173, 117, 0.86);
    background: var(--ww-green-strong);
    color: #07130d;
}

.software-landing-page--focused .learn-more-button,
.software-landing-page--focused .hero-button-secondary,
.software-landing-page--focused .hero-button-item.hero-button-secondary,
.software-landing-page--focused.arbitrage-finder-page .hero-button-item.hero-button-secondary {
    border-color: var(--ww-line);
    background: #0f1511;
    color: var(--ww-text);
}

.software-landing-page--focused .learn-more-button:hover,
.software-landing-page--focused .hero-button-secondary:hover,
.software-landing-page--focused .hero-button-item.hero-button-secondary:hover,
.software-landing-page--focused.arbitrage-finder-page .hero-button-item.hero-button-secondary:hover {
    border-color: rgba(238, 245, 239, 0.28);
    background: var(--ww-panel-strong);
    color: var(--ww-text);
}

.software-landing-page--focused .hero-trial-note {
    max-width: 420px;
    margin: 12px 0 0;
    color: rgba(238, 245, 239, 0.62);
    font-size: 0.95rem;
    line-height: 1.45;
}

.software-review-summary {
    display: inline-grid;
    max-width: 100%;
    gap: 4px;
    align-items: start;
    margin: 0;
    color: rgba(238, 245, 239, 0.72);
    font-size: 0.9rem;
    font-weight: 760;
    line-height: 1.35;
}

.software-review-summary__score {
    display: inline-flex;
    gap: 9px;
    align-items: center;
}

.software-review-summary__stars {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 2px;
    color: #f4ba4d;
    font-size: 0.82rem;
    line-height: 1;
}

.software-review-summary__score strong {
    color: var(--ww-text);
    font-weight: 880;
}

.software-review-summary__count {
    color: rgba(238, 245, 239, 0.56);
    font-size: 0.76rem;
    font-weight: 720;
    line-height: 1.28;
}

.software-hero-proof {
    display: grid;
    width: min(620px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 18px;
    border-top: 1px solid rgba(238, 245, 239, 0.1);
    border-bottom: 1px solid rgba(238, 245, 239, 0.1);
}

.software-hero-proof div {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 4px 10px;
    padding: 12px 14px;
    border-right: 1px solid rgba(238, 245, 239, 0.1);
}

.software-hero-proof div:first-child {
    padding-left: 0;
}

.software-hero-proof div:last-child {
    border-right: 0;
}

.software-hero-proof__icon {
    grid-row: 1 / span 2;
    align-self: start;
    justify-self: start;
    width: 22px;
    margin-top: 1px;
    font-size: 17px;
    line-height: 1;
}

.software-hero-proof__icon--1 {
    color: #34d391;
}

.software-hero-proof__icon--2 {
    color: #f4ba4d;
}

.software-hero-proof__icon--3 {
    color: #ff667d;
}

.software-hero-proof strong {
    color: var(--ww-text);
    font-size: 0.84rem;
    font-weight: 850;
}

.software-hero-proof span {
    color: rgba(238, 245, 239, 0.58);
    font-size: 0.78rem;
    line-height: 1.35;
}

.software-landing-page--focused .hero-image {
    max-height: 610px;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42));
}

.software-seo-copy {
    order: 3;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 4px 0 44px;
    scroll-margin-top: 82px;
}

.software-seo-copy__content {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 46px;
    align-items: stretch;
    padding: 26px 0 22px;
    border-top: 1px solid var(--ww-line);
    border-bottom: 1px solid var(--ww-line);
    background: transparent;
}

.software-seo-copy__content--solo {
    display: block;
}

.software-seo-copy__content--solo .software-seo-copy__body {
    max-width: 860px;
}

.software-seo-copy__body h2 {
    max-width: 760px;
    margin: 0 0 12px;
    color: var(--ww-text);
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: clamp(1.55rem, 2.35vw, 2.25rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.02;
}

.software-seo-copy__body p {
    max-width: 780px;
    margin: 0;
    color: rgba(238, 245, 239, 0.74);
    font-size: 0.98rem;
    line-height: 1.6;
}

.software-seo-copy__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.software-seo-copy__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    color: var(--ww-text);
    font-size: 0.95rem;
    font-weight: 820;
    text-decoration: none;
    transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.software-seo-copy__action--primary {
    border-color: rgba(28, 173, 117, 0.72);
    background: var(--ww-green);
    color: #07130d;
}

.software-seo-copy__action--primary:hover {
    border-color: var(--ww-green-strong);
    background: var(--ww-green-strong);
    color: #07130d;
    text-decoration: none;
}

.software-seo-copy__action--secondary {
    background: #0f1511;
}

.software-seo-copy__action--secondary:hover {
    border-color: rgba(238, 245, 239, 0.26);
    color: var(--ww-text);
    text-decoration: none;
}

.software-seo-copy__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(238, 245, 239, 0.09);
}

.software-seo-copy__links a {
    color: var(--ww-green);
    font-size: 0.92rem;
    font-weight: 760;
    text-decoration: none;
}

.software-seo-copy__links a:hover {
    color: #34d391;
    text-decoration: underline;
}

.software-seo-copy__checklist {
    align-self: stretch;
    display: grid;
    align-content: start;
    gap: 16px;
    padding-left: 28px;
    border-left: 1px solid var(--ww-line);
}

.software-seo-copy__checklist h3 {
    margin: 0;
    color: var(--ww-text);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
}

.software-seo-copy__checklist div {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(238, 245, 239, 0.1);
}

.software-seo-copy__checklist article {
    display: grid;
    gap: 5px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(238, 245, 239, 0.1);
}

.software-seo-copy__checklist strong {
    color: #34d391;
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.3;
}

.software-seo-copy__checklist span {
    color: rgba(238, 245, 239, 0.64);
    font-size: 0.88rem;
    line-height: 1.5;
}

.software-seo-copy__example {
    display: grid;
    align-content: start;
    gap: 18px;
    min-height: 100%;
    padding: 22px;
    border: 1px solid rgba(238, 245, 239, 0.12);
    border-radius: 8px;
    background: #0b0e0c;
}

.software-seo-copy__example-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(238, 245, 239, 0.1);
}

.software-seo-copy__example-head h3 {
    margin: 0;
    color: var(--ww-text);
    font-size: 1.08rem;
    font-weight: 850;
    line-height: 1.25;
}

.software-seo-copy__example-head span {
    color: rgba(238, 245, 239, 0.58);
    font-size: 0.86rem;
    font-weight: 760;
    line-height: 1.35;
    text-align: right;
}

.software-seo-copy__odds {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.software-seo-copy__odd {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(238, 245, 239, 0.1);
    border-radius: 8px;
    background: #121711;
}

.software-seo-copy__odd span,
.software-seo-copy__metrics span,
.software-seo-copy__stakes span {
    color: rgba(238, 245, 239, 0.58);
    font-size: 0.8rem;
    font-weight: 760;
    line-height: 1.35;
}

.software-seo-copy__odd strong {
    color: var(--ww-text);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.software-seo-copy__odd em {
    color: #34d391;
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 820;
}

.software-seo-copy__metrics,
.software-seo-copy__stakes {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(238, 245, 239, 0.1);
}

.software-seo-copy__metrics div,
.software-seo-copy__stakes div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(238, 245, 239, 0.1);
}

.software-seo-copy__metrics strong,
.software-seo-copy__stakes strong {
    color: var(--ww-text);
    font-size: 0.98rem;
    font-weight: 880;
    text-align: right;
    white-space: nowrap;
}

.software-seo-copy__metrics strong {
    color: #34d391;
}

.software-seo-copy__example p {
    margin: 0;
    color: rgba(238, 245, 239, 0.58);
    font-size: 0.82rem;
    line-height: 1.5;
}

.software-seo-copy__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    border-top: 1px solid var(--ww-line);
    border-bottom: 1px solid var(--ww-line);
    background: rgba(20, 22, 20, 0.72);
}

.software-seo-copy__points article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 5px 13px;
    align-content: start;
    padding: 18px 20px;
    border-right: 1px solid var(--ww-line);
}

.software-seo-copy__points article:last-child {
    border-right: 0;
}

.software-seo-copy__point-icon {
    grid-row: 1 / span 2;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-self: start;
    align-items: center;
    justify-self: start;
    justify-content: center;
    border: 1px solid rgba(52, 211, 145, 0.28);
    border-radius: 8px;
    background: rgba(52, 211, 145, 0.08);
    color: #34d391;
    font-size: 15px;
    line-height: 1;
}

.software-seo-copy__points article:nth-child(2) .software-seo-copy__point-icon {
    border-color: rgba(244, 186, 77, 0.28);
    background: rgba(244, 186, 77, 0.08);
    color: #f4ba4d;
}

.software-seo-copy__points article:nth-child(3) .software-seo-copy__point-icon {
    border-color: rgba(255, 102, 125, 0.28);
    background: rgba(255, 102, 125, 0.08);
    color: #ff667d;
}

.software-seo-copy__points strong {
    color: var(--ww-text);
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1.35;
}

.software-seo-copy__points span {
    grid-column: 2;
    color: rgba(238, 245, 239, 0.62);
    font-size: 0.88rem;
    line-height: 1.5;
}

.arb-profit-explainer {
    position: relative;
    display: grid;
    width: min(1180px, calc(100% - 48px));
    justify-items: center;
    margin: 0 auto;
    padding: 72px 40px 66px;
    overflow: hidden;
    border-top: 1px solid var(--ww-line);
    border-bottom: 1px solid var(--ww-line);
    background: transparent;
}

.arb-profit-explainer__intro {
    position: relative;
    z-index: 1;
    text-align: center;
}

.arb-profit-explainer__intro h2 {
    margin: 0;
    color: #f5f7f6;
    font-family: var(--ww-title-font);
    font-size: clamp(2.8rem, 5vw, 4.3rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.arb-profit-explainer__intro p {
    max-width: 790px;
    margin: 14px auto 0;
    color: #aab1b6;
    font-size: 1.02rem;
    line-height: 1.5;
}

.arb-profit-explainer__intro p strong {
    color: #51dc6d;
    font-weight: 650;
}

.arb-profit-explainer__diagram {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    max-width: 1050px;
    min-height: 360px;
    grid-template-columns: minmax(0, 1fr) 340px minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "top-left core top-right"
        "bottom-left core bottom-right";
    gap: 12px 54px;
    align-items: center;
    margin-top: 30px;
}

.arb-profit-benefit {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.arb-profit-benefit--top-left { grid-area: top-left; }
.arb-profit-benefit--bottom-left { grid-area: bottom-left; }
.arb-profit-benefit--top-right { grid-area: top-right; }
.arb-profit-benefit--bottom-right { grid-area: bottom-right; }

.arb-profit-benefit::after {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, rgba(71, 224, 104, 0.22), #4be06a);
    content: "";
}

.arb-profit-benefit::before {
    position: absolute;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4bea6b;
    box-shadow: 0 0 10px rgba(75, 234, 107, 0.7);
    content: "";
}

.arb-profit-benefit--top-left::after,
.arb-profit-benefit--bottom-left::after {
    right: -52px;
}

.arb-profit-benefit--top-left::before,
.arb-profit-benefit--bottom-left::before {
    right: -55px;
}

.arb-profit-benefit--top-right::after,
.arb-profit-benefit--bottom-right::after {
    left: -52px;
    transform: rotate(180deg);
}

.arb-profit-benefit--top-right::before,
.arb-profit-benefit--bottom-right::before {
    left: -55px;
}

.arb-profit-benefit > span {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(76, 222, 103, 0.52);
    border-radius: 50%;
    color: #55e472;
    font-size: 1.35rem;
    box-shadow: inset 0 0 18px rgba(57, 211, 93, 0.05);
}

.arb-profit-benefit strong,
.arb-profit-benefit p {
    display: block;
}

.arb-profit-benefit strong {
    color: #f2f4f3;
    font-size: 1rem;
    font-weight: 760;
    line-height: 1.2;
}

.arb-profit-benefit p {
    margin: 5px 0 0;
    color: #9ba3a8;
    font-size: 0.88rem;
    line-height: 1.42;
}

.arb-profit-core {
    position: relative;
    display: grid;
    grid-area: core;
    place-items: center;
    align-self: center;
}

.arb-profit-core::before,
.arb-profit-core::after {
    position: absolute;
    border: 1px solid rgba(67, 209, 96, 0.08);
    border-radius: 50%;
    content: "";
}

.arb-profit-core::before { inset: -20px; }
.arb-profit-core::after { inset: -38px; }

.arb-profit-core__ring {
    position: relative;
    z-index: 1;
    display: grid;
    width: 300px;
    height: 300px;
    align-content: center;
    justify-items: center;
    border: 13px solid #45df68;
    border-right-color: rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 52, 31, 0.7), rgba(6, 13, 17, 0.96) 68%);
    box-shadow: 0 0 34px rgba(62, 220, 97, 0.16), inset 0 0 28px rgba(62, 220, 97, 0.08);
    text-align: center;
}

.arb-profit-core__money {
    position: relative;
    display: inline-flex;
    width: 132px;
    height: 132px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(94, 241, 124, 0.72);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 42%, rgba(91, 244, 123, 0.2), transparent 58%),
        rgba(7, 22, 13, 0.82);
    color: #63f27f;
    font-size: 5.4rem;
    filter: drop-shadow(0 0 15px rgba(67, 228, 101, 0.42));
    box-shadow:
        0 0 0 8px rgba(73, 226, 104, 0.035),
        inset 0 0 26px rgba(73, 226, 104, 0.12);
}

.arb-profit-core__money::before,
.arb-profit-core__money::after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6cf488;
    box-shadow: 0 0 11px rgba(108, 244, 136, 0.88);
    content: "";
}

.arb-profit-core__money::before {
    top: 12px;
    right: 20px;
}

.arb-profit-core__money::after {
    bottom: 16px;
    left: 18px;
}

@media (max-width: 900px) {
    .arb-profit-explainer {
        padding: 64px 28px 58px;
    }

    .arb-profit-explainer__diagram {
        max-width: 680px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "core core"
            "top-left top-right"
            "bottom-left bottom-right";
        gap: 26px 36px;
    }

    .arb-profit-benefit::before,
    .arb-profit-benefit::after {
        display: none;
    }

    .arb-profit-core {
        margin: 14px 0 24px;
    }
}

@media (max-width: 640px) {
    .arb-profit-explainer {
        width: calc(100% - 32px);
        padding: 52px 16px 48px;
    }

    .arb-profit-explainer__intro h2 {
        font-size: clamp(2.55rem, 12vw, 3.2rem);
    }

    .arb-profit-explainer__intro p {
        font-size: 0.92rem;
    }

    .arb-profit-explainer__diagram {
        grid-template-columns: 1fr;
        grid-template-areas:
            "core"
            "top-left"
            "top-right"
            "bottom-left"
            "bottom-right";
        gap: 18px;
    }

    .arb-profit-core::before { inset: -12px; }
    .arb-profit-core::after { inset: -24px; }

    .arb-profit-core__ring {
        width: 260px;
        height: 260px;
        border-width: 11px;
    }

    .arb-profit-core__money {
        width: 116px;
        height: 116px;
        font-size: 4.7rem;
    }

    .arb-profit-benefit {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: rgba(10, 17, 22, 0.68);
    }

    .arb-profit-benefit > span {
        width: 54px;
        height: 54px;
        font-size: 1.15rem;
    }

}

.software-focus-block {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 70px 0 66px;
    scroll-margin-top: 72px;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 30px 56px;
    align-items: start;
    border-top: 1px solid var(--ww-line);
    border-bottom: 1px solid var(--ww-line);
}

.software-focus-block__copy {
    display: grid;
    gap: 18px;
    align-content: start;
    max-width: 520px;
}

.software-focus-block__copy h2 {
    max-width: 520px;
    margin: 0;
    color: var(--ww-text);
    font-family: var(--ww-title-font);
    font-size: clamp(38px, 4.4vw, 62px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.94;
}

.software-focus-block__copy p {
    max-width: 500px;
    margin: 0;
    color: var(--ww-muted);
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 1.08rem;
    line-height: 1.6;
}

.software-benefit-pillars {
    display: grid;
    gap: 0;
    align-content: start;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.software-benefit-pillars article {
    display: grid;
    min-height: 0;
    grid-template-columns: 62px minmax(0, 1fr);
    align-content: start;
    gap: 8px 18px;
    padding: 20px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
}

.software-benefit-pillars article:last-child {
    border-bottom: 0;
}

.software-benefit-pillars article span {
    grid-row: 1 / span 2;
    color: #34d391;
    font-family: var(--ww-title-font);
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.9;
}

.software-benefit-pillars strong {
    color: var(--ww-text);
    font-size: 1.1rem;
    font-weight: 850;
    line-height: 1.24;
}

.software-benefit-pillars p {
    margin: 0;
    color: var(--ww-muted);
    font-size: 0.95rem;
    line-height: 1.52;
}

.software-conversion-panel {
    display: grid;
    width: min(1180px, calc(100% - 48px));
    grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr) auto;
    align-content: start;
    gap: 28px;
    align-items: start;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #26313b;
    border-radius: 8px;
    background: rgba(17, 23, 29, 0.94);
}

.software-conversion-panel__head {
    display: grid;
    gap: 10px;
}

.software-conversion-panel__head h3 {
    margin: 0;
    color: var(--ww-text);
    font-family: var(--ww-title-font);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
}

.software-conversion-panel__head p {
    margin: 0;
    color: #9aa7b3;
    font-size: 0.94rem;
    line-height: 1.52;
}

.software-focus-block__list {
    display: grid;
    gap: 0;
    min-width: 0;
}

.software-focus-block__list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-content: start;
    padding: 0 0 13px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: transparent;
}

.software-focus-block__list article + article {
    padding-top: 13px;
}

.software-focus-block__list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.software-focus-block__list span {
    color: #34d391;
    font-family: var(--ww-title-font);
    font-size: 24px;
    line-height: 0.95;
}

.software-focus-block__list strong {
    color: var(--ww-text);
    font-size: 0.96rem;
    font-weight: 820;
    line-height: 1.32;
}

.software-focus-block__list p {
    margin: 0;
    color: #9aa7b3;
    font-size: 0.9rem;
    line-height: 1.5;
}

.software-conversion-panel__cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(52, 211, 145, 0.72);
    border-radius: 8px;
    background: #20bf7a;
    color: #07130d;
    font-size: 0.88rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.software-conversion-panel__cta:hover {
    background: #34d391;
    color: #07130d;
}

.software-latest-bets {
    display: grid;
    width: min(1180px, calc(100% - 48px));
    gap: 22px;
    margin: 0 auto;
    padding: 74px 0 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    scroll-margin-top: 72px;
    --member-surface: #191919;
    --member-line: rgba(255, 255, 255, 0.09);
    --member-border: #1c262e;
    --member-text: #ffffff;
    --member-muted: #95a1ac;
    --member-muted-strong: #cbd2d8;
    --member-green: #1cad75;
    --member-green-strong: #1cad75;
    --member-green-soft: rgba(28, 173, 117, 0.13);
    --member-amber: #f4ba4d;
    --member-title-font: "Bebas Neue", sans-serif;
    --member-ui-font: "Inter", sans-serif;
}

.software-latest-bets__proof-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: end;
}

.software-latest-bets__kicker {
    margin: 0 0 10px;
    color: var(--member-green-strong);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.software-latest-bets__proof-head h2 {
    max-width: 720px;
    margin: 0;
    color: var(--member-text);
    font-family: var(--member-title-font);
    font-size: clamp(38px, 4.6vw, 62px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.94;
}

.software-latest-bets__grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
}

.software-latest-bets__panel {
    display: grid;
    min-width: 0;
    gap: 20px;
    padding: 20px;
    border: 1px solid var(--member-border);
    border-radius: 16px;
    background: var(--member-surface);
}

.software-latest-bets__head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.software-latest-bets__head h3 {
    margin: 3px 0 0;
    color: var(--member-text);
    font-family: var(--member-title-font);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
}

.software-latest-bets__head a {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid rgba(52, 211, 145, 0.42);
    border-radius: 8px;
    background: var(--member-green-soft);
    color: var(--member-green-strong);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.software-latest-bets__head a:hover {
    border-color: rgba(52, 211, 145, 0.68);
    background: rgba(32, 191, 122, 0.2);
    color: var(--member-green-strong);
}

.software-latest-bets__table-wrap {
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-color: rgba(52, 211, 145, 0.55) rgba(255, 255, 255, 0.06);
}

.software-latest-bets__stage {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background: #181818;
    isolation: isolate;
}

.software-latest-bets__stage--gated:not(.software-latest-bets__stage--only-free) {
    min-height: 250px;
}

.software-latest-bets__table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    color: var(--member-muted);
    font-size: 16px;
    line-height: 1.5;
}

.software-latest-bets__table th,
.software-latest-bets__table td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    text-align: left;
    vertical-align: middle;
}

.software-latest-bets__table th {
    color: var(--member-muted);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.software-latest-bets__table th:nth-child(1),
.software-latest-bets__table td:nth-child(1) {
    width: 88px;
}

.software-latest-bets__table th:nth-child(2),
.software-latest-bets__table td:nth-child(2) {
    width: 142px;
}

.software-latest-bets__table th:nth-child(5),
.software-latest-bets__table td:nth-child(5) {
    width: 190px;
}

.software-latest-bets__table th:nth-child(6),
.software-latest-bets__table td:nth-child(6) {
    width: 88px;
    text-align: right;
}

.software-latest-bets__table tr:last-child td {
    border-bottom: 0;
}

.software-latest-bets__table td:nth-child(1),
.software-latest-bets__table td:nth-child(2),
.software-latest-bets__table td:nth-child(5) {
    white-space: nowrap;
}

.software-latest-bets__event strong,
.software-latest-bets__event span {
    display: block;
}

.software-latest-bets__event strong {
    max-width: 210px;
    overflow: hidden;
    color: var(--member-text);
    font-size: 13px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.software-latest-bets__event span {
    max-width: 210px;
    overflow: hidden;
    color: var(--member-muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.software-latest-bets__metric {
    color: var(--member-green-strong) !important;
    font-size: 13px;
    font-weight: 850;
    text-align: right !important;
    white-space: nowrap;
}

.software-latest-bets__posted {
    color: var(--member-text) !important;
    font-size: 13px !important;
    font-weight: 850;
    white-space: nowrap;
}

.software-latest-bets__status-row td {
    padding: 18px 12px !important;
    color: var(--member-muted-strong);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.software-latest-bets__locked-row > td {
    filter: blur(3.5px);
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
}

.software-preview-gate {
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: min(410px, calc(100% - 32px));
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(149, 161, 172, 0.24);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(22, 30, 39, 0.96), rgba(20, 26, 33, 0.96));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    color: var(--member-text);
    font-family: var(--member-ui-font);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.software-preview-gate[hidden] {
    display: none;
}

.software-latest-bets__stage--only-free .software-preview-gate {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 16px 16px;
}

.software-latest-bets__stage--has-free-preview:not(.software-latest-bets__stage--only-free) .software-preview-gate {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -112px 16px 16px auto;
}

.software-preview-gate__eyebrow {
    display: flex;
    gap: 9px;
    align-items: center;
    color: var(--member-green-strong);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.software-preview-gate__lock {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(28, 173, 117, 0.34);
    border-radius: 8px;
    background: rgba(28, 173, 117, 0.12);
}

.software-preview-gate__lock i {
    position: relative;
    width: 11px;
    height: 9px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
}

.software-preview-gate__lock i::before {
    position: absolute;
    right: 1px;
    bottom: 7px;
    left: 1px;
    height: 7px;
    border: 1.5px solid currentColor;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    content: "";
}

.software-preview-gate h4 {
    margin: 0;
    color: var(--member-text);
    font-family: var(--member-ui-font);
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.software-preview-gate > p {
    margin: 0;
    color: var(--member-muted);
    font-size: 13px;
    line-height: 1.5;
}

.software-preview-gate__footer {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.software-preview-gate__footer > span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--member-muted-strong);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.software-preview-gate__footer > span i {
    color: var(--member-green-strong);
}

.software-preview-gate__footer > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--member-green-strong);
    border-radius: 8px;
    background: var(--member-green-strong);
    color: #08130e;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.software-preview-gate__footer > a:hover {
    border-color: #34d391;
    background: #34d391;
    color: #08130e;
}

.software-preview-gate__footer > a:focus-visible,
.software-latest-bets__head a:focus-visible {
    outline: 2px solid var(--member-text);
    outline-offset: 3px;
}

/* Mirrors the member-profit carousel on /join-wagerwise-today. */
.software-product-lander--unified .proof-carousel {
    --line: rgba(255, 255, 255, 0.09);
    --border: #26313b;
    --muted: #9aa7b3;
    --muted-strong: #c7d0d9;
    --green-strong: #34d391;
    --surface-3: #0d1217;
    position: relative;
    display: grid;
    order: 4;
    width: 100%;
    gap: 28px;
    margin-left: 0;
    overflow: hidden;
    padding: 92px 0;
    border-bottom: 1px solid var(--line);
    color: #f5f7f9;
    font-family: "Inter", sans-serif;
}

.proof-carousel-copy {
    display: flex;
    width: min(1180px, calc(100% - 48px));
    gap: 28px;
    align-items: end;
    justify-content: space-between;
    margin: 0 auto;
}

.proof-carousel-copy h2 {
    max-width: 620px;
    margin: 0;
    color: #f5f7f9;
    font-family: var(--ww-title-font);
    font-size: clamp(36px, 4.2vw, 56px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
}

.proof-carousel-copy p {
    max-width: 430px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.45;
    text-align: right;
}

.proof-carousel-window {
    overflow: hidden;
    padding: 18px 18px 20px;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.proof-carousel-track {
    display: flex;
    width: max-content;
    --proof-gap: 78px;
    --proof-speed: 66s;
    gap: 0;
    animation: proof-carousel-scroll var(--proof-speed) linear infinite;
    will-change: transform;
}

.proof-carousel-set {
    display: flex;
    flex: 0 0 auto;
    gap: var(--proof-gap);
    padding-right: var(--proof-gap);
}

.proof-shot {
    --proof-rotate: -1.2deg;
    --proof-lift: 0;
    position: relative;
    flex: 0 0 clamp(250px, 23vw, 338px);
    margin: 0;
    overflow: hidden;
    padding: 7px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(17, 23, 29, 0.96);
    backface-visibility: hidden;
    transform: translate3d(0, var(--proof-lift), 0) rotate(var(--proof-rotate));
    transform-origin: center bottom;
}

.proof-shot:nth-child(7n + 2) {
    --proof-rotate: 1.1deg;
    --proof-lift: 9px;
}

.proof-shot:nth-child(7n + 3) {
    --proof-rotate: -0.5deg;
    --proof-lift: -4px;
}

.proof-shot:nth-child(7n + 4) {
    --proof-rotate: 1.4deg;
    --proof-lift: 5px;
}

.proof-shot:nth-child(7n + 5) {
    --proof-rotate: -1.5deg;
    --proof-lift: 2px;
}

.proof-shot:nth-child(7n + 6) {
    --proof-rotate: 0.7deg;
    --proof-lift: 11px;
}

.proof-shot:nth-child(7n) {
    --proof-rotate: -0.8deg;
    --proof-lift: -2px;
}

.proof-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 1284 / 2140;
    object-fit: cover;
    object-position: center 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    background: var(--surface-3);
}

.proof-member-card {
    position: absolute;
    right: 18px;
    bottom: 12%;
    z-index: 2;
    display: grid;
    min-width: 128px;
    gap: 2px;
    padding: 10px 12px 10px 18px;
    border: 1px solid rgba(69, 223, 132, 0.36);
    border-radius: 14px;
    background: rgba(15, 22, 25, 0.97);
    box-shadow:
        0 8px 8px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.proof-member-card::after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 9px;
    width: 3px;
    border-radius: 999px;
    background: var(--green-strong);
    content: "";
}

.proof-member-card::before {
    content: "Total profit";
    color: var(--muted);
    font-size: 10px;
    font-weight: 850;
    line-height: 1.1;
}

.proof-member-card span {
    color: var(--muted-strong);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.1;
}

.proof-member-card strong {
    color: var(--green-strong);
    font-size: 23px;
    line-height: 0.95;
}

@keyframes proof-carousel-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 900px) {
    .proof-carousel-copy {
        display: grid;
        align-items: start;
    }

    .proof-carousel-copy p {
        max-width: 640px;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .software-product-lander--unified .proof-carousel {
        width: 100%;
        margin-left: 0;
        padding: 32px 0 42px;
    }

    .proof-carousel-copy {
        width: calc(100% - 16px);
        margin: 0 auto;
        gap: 10px;
    }

    .proof-carousel-copy h2 {
        font-size: 34px;
    }

    .proof-carousel-copy p {
        font-size: 16px;
    }

    .proof-carousel-track {
        --proof-gap: 48px;
        --proof-speed: 43s;
    }

    .proof-shot {
        flex-basis: 230px;
        padding: 6px;
    }

    .proof-member-card {
        right: 14px;
        bottom: 12%;
        min-width: 112px;
        padding: 8px 10px 8px 16px;
        border-radius: 12px;
    }

    .proof-member-card::after {
        top: 9px;
        bottom: 9px;
        left: 8px;
        width: 2px;
    }

    .proof-member-card span {
        font-size: 11px;
    }

    .proof-member-card strong {
        font-size: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .proof-carousel-track {
        animation: none;
    }
}

.software-member-reviews {
    display: grid;
    width: min(1180px, calc(100% - 48px));
    gap: 22px;
    margin: 72px auto 56px;
    padding: 0 0 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.software-member-reviews__head h2 {
    max-width: 620px;
    margin: 0;
    color: var(--ww-text);
    font-family: var(--ww-title-font);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
}

.software-member-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--ww-line);
    border-bottom: 1px solid var(--ww-line);
}

.software-member-review {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
    padding: 20px;
    border-right: 1px solid var(--ww-line);
    background: rgba(20, 22, 20, 0.42);
}

.software-member-review:last-child {
    border-right: 0;
}

.software-member-review__stars {
    display: inline-flex;
    gap: 3px;
    color: #f4ba4d;
    font-size: 0.78rem;
    line-height: 1;
}

.software-member-review p {
    margin: 0;
    color: rgba(238, 245, 239, 0.76);
    font-size: 0.95rem;
    line-height: 1.58;
}

.software-member-review strong {
    color: var(--ww-text);
    font-size: 0.9rem;
    font-weight: 860;
    line-height: 1.3;
}

.software-market-tag,
.software-bookie-tag {
    display: inline-flex !important;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px !important;
    font-weight: 850;
    white-space: nowrap;
}

.software-market-tag {
    gap: 8px;
    justify-content: flex-start;
    min-width: 112px;
    max-width: 142px;
    padding: 5px 9px;
    border: 1px solid rgba(52, 211, 145, 0.26);
    background: rgba(32, 191, 122, 0.12);
    color: var(--member-green-strong) !important;
}

.software-market-tag__logo {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
}

.software-market-tag__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.software-bookie-tag {
    gap: 8px;
    justify-content: flex-start;
    min-width: 156px;
    max-width: 190px;
    padding: 5px 9px 5px 6px;
    border: 1px solid rgba(244, 186, 77, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: var(--member-muted-strong) !important;
}

.software-bookie-tag__logos {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    align-items: center;
}

.software-bookie-tag__logo {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
}

.software-bookie-tag__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.software-locked-selection {
    display: inline-flex;
    min-height: 30px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px dashed rgba(52, 211, 145, 0.48);
    border-radius: 8px;
    background: rgba(10, 14, 18, 0.76);
    color: var(--member-muted-strong);
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.software-locked-selection i {
    position: relative;
    width: 13px;
    height: 11px;
    border: 1.6px solid currentColor;
    border-radius: 2px;
}

.software-locked-selection i::before {
    position: absolute;
    right: 1px;
    bottom: 8px;
    left: 1px;
    height: 8px;
    border: 1.6px solid currentColor;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    content: "";
}

.software-latest-bets__free-row td {
    background: var(--member-green-soft);
}

.software-free-selection {
    display: inline-grid;
    min-width: 260px;
    max-width: 320px;
    min-height: 44px;
    gap: 4px;
    padding: 6px 9px;
    border: 1px solid rgba(52, 211, 145, 0.48);
    border-radius: 8px;
    background: rgba(10, 14, 18, 0.76);
    color: var(--member-text);
    font-size: 12px;
    line-height: 1.25;
}

.software-free-selection__legs {
    display: grid;
    gap: 2px;
}

.software-free-selection__leg {
    display: grid;
    min-height: 44px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
    color: var(--member-text);
    text-decoration: none;
}

.software-free-selection__leg + .software-free-selection__leg {
    border-top: 1px solid var(--member-line);
}

.software-free-selection__leg:hover,
.software-free-selection__leg:focus-visible {
    border-color: var(--member-green-strong);
    color: var(--member-text);
}

.software-free-selection__leg:focus-visible {
    outline: 2px solid var(--member-green-strong);
    outline-offset: 2px;
}

.software-free-selection__label {
    color: var(--member-green-strong);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.software-free-selection__bookmaker {
    color: var(--member-muted-strong);
    font-size: 10px;
    font-weight: 750;
}

.software-free-selection__details {
    min-width: 0;
    font-weight: 750;
    white-space: normal;
}

.software-free-selection__action {
    color: var(--member-muted-strong);
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.software-landing-page--focused .price-container {
    margin-top: 0;
    padding-top: 58px;
}

.software-landing-page--focused .faq-container {
    width: min(900px, calc(100% - 32px));
    margin-top: 0;
    padding: 52px 0 82px;
    border-top: 1px solid var(--ww-line);
    background-image: none;
}

.software-landing-page--focused .faq-header h2 {
    margin: 0 0 8px;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.software-landing-page--focused .faq-holder {
    width: 100%;
    max-width: 820px;
    min-width: 0;
    margin-top: 14px;
    padding: 18px 20px;
    gap: 12px;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 23, 18, 0.9);
    box-shadow: none;
}

.software-product-lander--unified .faq-holder {
    background: rgba(17, 23, 29, 0.9);
}

.software-product-lander--unified .software-email-capture {
    background: rgba(17, 23, 29, 0.94);
}

.software-product-lander--unified .software-email-capture__form input {
    background: #0d1117;
}

.software-landing-page--focused .faq h3 {
    margin: 0;
    color: var(--ww-text);
    font-size: 1rem;
    line-height: 1.35;
}

.software-landing-page--focused .answer {
    width: 100%;
    color: var(--ww-muted);
    line-height: 1.62;
}

.software-landing-page--focused .answer p {
    margin: 0;
}

.software-email-capture {
    display: grid;
    width: min(1120px, calc(100% - 32px));
    grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
    gap: 20px;
    align-items: center;
    margin: 0 auto 78px;
    padding: 22px;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: #141614;
}

.software-email-capture__copy h2 {
    margin: 0;
    color: var(--ww-text);
    font-family: var(--ww-title-font);
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 0.95;
}

.software-email-capture__copy p {
    margin: 8px 0 0;
    color: var(--ww-muted);
    font-size: 1rem;
    font-weight: 700;
}

.software-email-capture__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.software-email-capture__form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    outline: 0;
    background: #0f0f0f;
    color: var(--ww-text);
    font-size: 0.95rem;
    font-weight: 700;
}

.software-email-capture__form input:focus {
    border-color: rgba(28, 173, 117, 0.7);
}

.software-email-capture__form button {
    min-height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background: var(--ww-green);
    color: #04130b;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 900;
    white-space: nowrap;
}

.software-email-capture__form button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.software-email-capture__status {
    min-height: 18px;
    grid-column: 1 / -1;
    color: var(--ww-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

@media (max-width: 940px) {
    .software-account-preview {
        display: grid;
        gap: 22px;
        align-items: start;
    }

    .software-account-preview__cta {
        justify-self: start;
    }

    .software-preview-workspace__body {
        min-height: 480px;
        grid-template-columns: minmax(0, 1fr);
    }

    .software-preview-workspace__filters {
        display: none;
    }

    .software-landing-page--focused .hero-container {
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .software-landing-page--focused .hero-trial-note {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .software-review-summary {
        justify-items: center;
        margin-right: auto;
        margin-left: auto;
    }

    .hero-button-stack {
        justify-items: center;
    }

    .software-seo-copy {
        padding: 6px 0 38px;
    }

    .software-seo-copy__content {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 0 28px;
    }

    .software-seo-copy__body h2 {
        max-width: 720px;
    }

    .software-seo-copy__checklist {
        padding-left: 0;
        border-left: 0;
    }

    .software-seo-copy__points {
        grid-template-columns: 1fr;
    }

    .software-seo-copy__points article,
    .software-seo-copy__points article:first-child,
    .software-seo-copy__points article:last-child {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 16px 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(238, 245, 239, 0.1);
    }

    .software-seo-copy__points article:last-child {
        border-bottom: 0;
    }

    .software-focus-block {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 54px 0 52px;
    }

    .software-member-reviews__grid {
        grid-template-columns: 1fr;
    }

    .software-member-review {
        border-right: 0;
        border-bottom: 1px solid var(--ww-line);
    }

    .software-member-review:last-child {
        border-bottom: 0;
    }

    .software-conversion-panel {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .software-focus-block__copy h2,
    .software-focus-block__copy p {
        max-width: 720px;
    }

    .software-hero-proof {
        margin-right: auto;
        margin-left: auto;
    }

    .software-hero-proof {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .software-hero-proof div,
    .software-hero-proof div:first-child {
        grid-template-columns: 28px minmax(0, 1fr);
        padding: 11px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(238, 245, 239, 0.1);
        text-align: left;
    }

    .software-focus-block__list {
        grid-template-columns: 1fr;
    }

    .software-landing-page--focused .price-container {
        padding-top: 40px;
    }

    .software-landing-page--focused .faq-container {
        width: calc(100% - 24px);
        padding-top: 40px;
        padding-bottom: 64px;
    }

    .software-email-capture {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 56px;
    }
}

@media (max-width: 640px) {
    .software-product-lander--account-preview {
        padding: 24px 0 52px;
    }

    .software-account-preview {
        width: calc(100% - 32px);
        padding: 22px 18px;
    }

    .software-account-preview__cta {
        width: 100%;
    }

    .software-preview-workspace {
        width: calc(100% - 32px);
    }

    .software-preview-workspace__toolbar {
        display: grid;
        gap: 12px;
        align-items: start;
        padding: 14px;
    }

    .software-preview-workspace__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .software-preview-workspace__actions button {
        justify-content: center;
        padding: 8px;
    }

    .software-preview-workspace__feed {
        padding: 12px;
    }

    .software-latest-bets {
        width: calc(100% - 32px);
    }

    .software-member-reviews {
        width: calc(100% - 32px);
        padding-bottom: 50px;
    }

    .software-latest-bets__proof-head h2 {
        font-size: 36px;
    }

    .software-latest-bets__panel {
        padding: 14px;
    }

    .software-latest-bets__head {
        display: grid;
        gap: 10px;
    }

    .software-latest-bets__head a {
        justify-self: start;
    }

    .software-latest-bets__table-wrap {
        overflow-x: visible;
    }

    .software-latest-bets__stage--gated:not(.software-latest-bets__stage--only-free) {
        min-height: 330px;
    }

    .software-preview-gate {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        margin: -112px 10px 10px;
    }

    .software-latest-bets__table,
    .software-latest-bets__table tbody,
    .software-latest-bets__table tr,
    .software-latest-bets__table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .software-latest-bets__table {
        min-width: 0;
    }

    .software-latest-bets__table thead {
        display: none;
    }

    .software-latest-bets__table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 9px 12px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        background: transparent;
    }

    .software-latest-bets__table tr:last-child {
        border-bottom: 0;
    }

    .software-latest-bets__table td {
        padding: 0;
        border-bottom: 0;
    }

    .software-latest-bets__table td:nth-child(1) {
        grid-column: 1;
    }

    .software-latest-bets__table td:nth-child(2) {
        grid-column: 2;
        justify-self: end;
    }

    .software-latest-bets__table td:nth-child(3),
    .software-latest-bets__table td:nth-child(4) {
        grid-column: 1 / -1;
    }

    .software-latest-bets__table td:nth-child(5) {
        grid-column: 1;
    }

    .software-latest-bets__table td:nth-child(6) {
        grid-column: 2;
        justify-self: end;
    }

    .software-latest-bets__event strong,
    .software-latest-bets__event span {
        max-width: none;
    }

    .software-locked-selection,
    .software-free-selection {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .software-email-capture {
        width: calc(100% - 32px);
        padding: 18px;
    }

    .software-email-capture__form {
        grid-template-columns: 1fr;
    }

    .software-email-capture__form button {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .software-landing-page--focused .arbitrage-hero-text,
    .software-landing-page--focused.arbitrage-finder-page .arbitrage-hero-text {
        font-size: clamp(2rem, 10vw, 2.62rem);
    }

    .software-hero-proof {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .software-review-summary {
        display: grid;
        justify-items: center;
        gap: 5px;
    }

    .hero-button-stack {
        width: 100%;
    }

    .software-preview-gate {
        padding: 16px;
    }

    .software-preview-gate__footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: stretch;
    }

    .software-preview-gate__footer > span {
        justify-self: start;
    }

    .software-preview-gate__footer > a {
        min-width: 0;
        width: auto;
        justify-self: stretch;
    }

    .software-focus-block {
        width: calc(100% - 32px);
        gap: 26px;
        padding: 48px 0 46px;
    }

    .software-seo-copy {
        width: calc(100% - 32px);
        padding: 4px 0 32px;
    }

    .software-seo-copy__content {
        padding: 26px 0 24px;
    }

    .software-seo-copy__body h2 {
        font-size: 1.9rem;
        line-height: 1.08;
    }

    .software-seo-copy__body p {
        font-size: 0.96rem;
    }

    .software-seo-copy__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .software-seo-copy__action {
        width: 100%;
    }

    .software-seo-copy__links {
        display: grid;
        gap: 10px;
    }

    .software-seo-copy__example {
        padding: 16px;
    }

    .software-seo-copy__example-head {
        display: grid;
    }

    .software-seo-copy__example-head span {
        text-align: left;
    }

    .software-seo-copy__odds {
        grid-template-columns: 1fr;
    }

    .software-seo-copy__metrics div,
    .software-seo-copy__stakes div {
        display: grid;
        gap: 4px;
    }

    .software-seo-copy__metrics strong,
    .software-seo-copy__stakes strong {
        text-align: left;
        white-space: normal;
    }

    .software-focus-block__copy h2 {
        font-size: 36px;
        line-height: 0.96;
    }

    .software-conversion-panel {
        padding: 18px;
    }

    .software-benefit-pillars article {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 7px 14px;
        padding: 17px 0 18px;
    }

    .software-benefit-pillars article span {
        font-size: 28px;
    }

    .software-focus-block__list article {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    .software-focus-block__list span {
        font-size: 22px;
    }

    .software-conversion-panel__cta {
        width: 100%;
    }
}

/* Keep every public software preview as clean and direct as the Arbitrage feed. */
.software-product-lander--unified .software-latest-bets {
    --member-surface: rgba(17, 23, 29, 0.94);
    --member-border: #26313b;
    --member-green: #20bf7a;
    --member-green-strong: #34d391;
    --member-green-soft: rgba(32, 191, 122, 0.1);
}

.software-product-lander--unified .software-latest-bets__panel {
    border-radius: 8px;
    background: var(--member-surface);
}

.software-product-lander--unified .software-latest-bets__stage {
    overflow: hidden;
    border: 0;
    border-top: 1px solid var(--member-border);
    border-bottom: 1px solid var(--member-border);
    border-radius: 0;
    background: transparent;
}

.software-product-lander--arbitrage .software-latest-bets__stage--gated:not(.software-latest-bets__stage--only-free) {
    min-height: 0;
}

.software-product-lander--arbitrage .software-latest-bets__table {
    min-width: 980px;
}

.software-product-lander--arbitrage .software-latest-bets__table th:nth-child(4),
.software-product-lander--arbitrage .software-latest-bets__table td:nth-child(4) {
    width: 360px;
}

.software-product-lander--arbitrage .software-latest-bets__free-row {
    box-shadow: inset 3px 0 0 var(--member-green-strong);
}

.software-product-lander--arbitrage .software-latest-bets__free-row td {
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(32, 191, 122, 0.06);
}

.software-product-lander--arbitrage .software-free-selection {
    display: grid;
    width: 100%;
    min-width: 300px;
    max-width: none;
    gap: 7px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.software-product-lander--arbitrage .software-free-selection__label {
    color: var(--member-green-strong);
    font-size: 11px;
    letter-spacing: 0.02em;
}

.software-product-lander--arbitrage .software-free-selection__legs {
    gap: 6px;
}

.software-product-lander--arbitrage .software-free-selection__leg {
    min-height: 44px;
    padding: 7px 9px;
    border: 1px solid var(--member-border);
    border-radius: 8px;
    background: rgba(13, 18, 23, 0.76);
    transition: border-color 140ms ease, background-color 140ms ease;
}

.software-product-lander--arbitrage .software-free-selection__leg + .software-free-selection__leg {
    border-top: 1px solid var(--member-border);
}

.software-product-lander--arbitrage .software-free-selection__leg:hover,
.software-product-lander--arbitrage .software-free-selection__leg:focus-visible {
    border-color: rgba(52, 211, 145, 0.7);
    background: rgba(32, 191, 122, 0.1);
}

.software-product-lander--arbitrage .software-free-selection__bookmaker,
.software-product-lander--arbitrage .software-free-selection__action {
    font-size: 11px;
}

.software-product-lander--arbitrage .software-free-selection__details {
    color: var(--member-text);
    font-size: 12px;
}

.software-product-lander--arbitrage .software-preview-gate,
.software-product-lander--arbitrage .software-latest-bets__stage--only-free .software-preview-gate,
.software-product-lander--arbitrage .software-latest-bets__stage--has-free-preview:not(.software-latest-bets__stage--only-free) .software-preview-gate {
    position: relative;
    right: auto;
    bottom: auto;
    display: grid;
    width: 100%;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 4px 14px;
    align-items: center;
    margin: 0;
    padding: 16px;
    border: 0;
    border-top: 1px solid var(--member-border);
    border-radius: 0;
    background: #0d1217;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.software-product-lander--arbitrage .software-preview-gate__eyebrow {
    grid-row: 1 / span 2;
    grid-column: 1;
}

.software-product-lander--arbitrage .software-preview-gate__eyebrow > span:last-child,
.software-product-lander--arbitrage .software-preview-gate__footer > span {
    display: none;
}

.software-product-lander--arbitrage .software-preview-gate h4 {
    grid-row: 1;
    grid-column: 2;
    font-size: 16px;
}

.software-product-lander--arbitrage .software-preview-gate > p {
    grid-row: 2;
    grid-column: 2;
    max-width: 620px;
    font-size: 12px;
}

.software-product-lander--arbitrage .software-preview-gate__footer {
    display: block;
    grid-row: 1 / span 2;
    grid-column: 3;
}

@media (max-width: 640px) {
    .software-product-lander--arbitrage .software-latest-bets__table {
        min-width: 0;
    }

    .software-product-lander--arbitrage .software-latest-bets__table tr {
        grid-template-rows: auto auto auto auto;
        padding: 16px 12px;
    }

    .software-product-lander--arbitrage .software-latest-bets__table td:nth-child(4) {
        width: 100%;
        min-width: 0;
    }

    .software-product-lander--arbitrage .software-latest-bets__free-row td:nth-child(4) {
        height: max-content;
        min-height: max-content;
    }

    .software-product-lander--arbitrage .software-latest-bets__locked-row {
        height: max-content;
        min-height: 0;
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        gap: 7px 10px;
    }

    .software-product-lander--arbitrage .software-latest-bets__locked-row td:nth-child(1) {
        grid-row: 1;
        grid-column: 1;
    }

    .software-product-lander--arbitrage .software-latest-bets__locked-row td:nth-child(2) {
        grid-row: 1;
        grid-column: 2;
        justify-self: start;
    }

    .software-product-lander--arbitrage .software-latest-bets__locked-row td:nth-child(3) {
        height: max-content;
        grid-row: 2;
        grid-column: 1 / -1;
    }

    .software-product-lander--arbitrage .software-latest-bets__locked-row td:nth-child(4),
    .software-product-lander--arbitrage .software-latest-bets__locked-row td:nth-child(5) {
        display: none;
    }

    .software-product-lander--arbitrage .software-latest-bets__locked-row td:nth-child(6) {
        grid-row: 1;
        grid-column: 3;
    }

    .software-product-lander--arbitrage .software-latest-bets__free-row td {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
    }

    .software-product-lander--arbitrage .software-free-selection {
        min-width: 0;
    }

    .software-product-lander--arbitrage .software-free-selection__leg {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 2px 10px;
        padding: 10px;
    }

    .software-product-lander--arbitrage .software-free-selection__bookmaker,
    .software-product-lander--arbitrage .software-free-selection__details {
        grid-column: 1;
    }

    .software-product-lander--arbitrage .software-free-selection__action {
        grid-row: 1 / span 2;
        grid-column: 2;
        align-self: center;
    }

    .software-product-lander--arbitrage .software-preview-gate,
    .software-product-lander--arbitrage .software-latest-bets__stage--only-free .software-preview-gate,
    .software-product-lander--arbitrage .software-latest-bets__stage--has-free-preview:not(.software-latest-bets__stage--only-free) .software-preview-gate {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 5px 12px;
        padding: 14px 12px;
    }

    .software-product-lander--arbitrage .software-preview-gate__footer {
        grid-row: 3;
        grid-column: 1 / -1;
        margin-top: 7px;
    }

    .software-product-lander--arbitrage .software-preview-gate__footer > a {
        width: 100%;
    }
}

/* Final cascade guard: every public software lander follows the same section rhythm. */
.software-product-lander--unified .software-focus-block,
.software-product-lander--unified .arb-profit-explainer {
    order: 3;
}

.software-product-lander--unified .proof-carousel {
    order: 4;
}

.software-product-lander--unified .arb-price-process {
    order: 5;
}

.software-product-lander--unified .software-latest-bets {
    order: 6;
}

.software-product-lander--unified .software-conversion-panel {
    order: 7;
}

.software-product-lander--unified .price-container {
    order: 8;
}

.software-product-lander--unified .faq-container {
    order: 9;
}

.software-product-lander--unified .software-email-capture {
    order: 10;
}
