:root {
    --wagerGreen: #1cad75;
    --backColour: #191919;
    --tabColour: #262626;
    --textColour: #f1f1f1;
    --highlight: #1cad75;
    --borderColour: #333333;
    --boxShadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

.baseholder {
    background-color: var(--backColour);
    color: white;
    font-family: 'poppins', sans-serif;
}

.hero-container {
    margin-top: 24px;

    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image:

        radial-gradient(circle at 40% 30%, hsla(0, 0%, 13%, 0.1) 0%, transparent 30%),

        radial-gradient(circle at 90% 50%, hsla(0, 0%, 19%, 0.1) 0%, transparent 30%);

}

.hero-bottom,
.hero-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-bottom {
    padding-bottom: 75px;
    background-image: radial-gradient(circle at 50% 50%, #1cad7513 20%, transparent 37%);
}

.hero-title {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.25em;
}

.arbitrage-hero-text {
    line-height: 45px;
    width: fit-content;
    font-weight: 600;
    font-size: 3em;
    letter-spacing: 0;
    color: white;
}

/* New product landing shell. Scoped so legacy/one-off pages keep their old CSS. */
body:has(.software-landing-page),
.baseholder:has(.software-landing-page) {
    background: #0d1117;
}

.software-landing-page {
    --ww-page: #0d1117;
    --ww-panel: #11161d;
    --ww-panel-strong: #161b22;
    --ww-line: #30363d;
    --ww-muted: rgba(255, 255, 255, 0.72);
    --ww-soft: rgba(255, 255, 255, 0.08);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-bottom: 80px;
    background:
        linear-gradient(180deg, rgba(13, 17, 23, 0.28) 0%, #0d1117 520px),
        #0d1117;
    color: #fff;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.software-landing-page::before {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 0;
    height: 960px;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(48, 54, 61, 0.36) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(48, 54, 61, 0.36) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, black 0%, black 18%, transparent 86%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 18%, transparent 86%);
}

.software-landing-page>* {
    position: relative;
    z-index: 1;
}

.software-landing-page .hero-container,
.software-landing-page.arbitrage-finder-page .hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
    align-items: center;
    justify-content: initial;
    gap: 56px;
    width: min(1240px, calc(100% - 32px));
    min-height: 650px;
    margin: 0 auto;
    padding: 92px 0 64px;
    overflow: visible;
    background-image: none;
}

.software-landing-page .hero-top,
.software-landing-page.arbitrage-finder-page .hero-top {
    width: auto;
    max-width: 680px;
    align-items: flex-start;
}

.software-landing-page .hero-bottom,
.software-landing-page.arbitrage-finder-page .hero-bottom {
    position: relative;
    inset: auto;
    width: 100%;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    background-image: none;
    opacity: 1;
    pointer-events: auto;
}

.software-landing-page .hero-heading,
.software-landing-page.arbitrage-finder-page .hero-heading {
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.software-landing-page .hero-title {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.15rem, 1.9vw, 1.42rem);
    line-height: 1.35;
    text-align: left;
}

.software-landing-page .arbitrage-hero-text,
.software-landing-page.arbitrage-finder-page .arbitrage-hero-text {
    width: auto;
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.15rem, 5.6vw, 5.9rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0;
}

.software-landing-page .hero-text,
.software-landing-page.arbitrage-finder-page .hero-text {
    align-items: flex-start;
    gap: 22px;
    color: var(--ww-muted);
    text-align: left;
}

.software-landing-page .hero-sub-text,
.software-landing-page.arbitrage-finder-page .hero-sub-text {
    width: min(100%, 590px);
    margin: 0;
    color: var(--ww-muted);
    font-size: clamp(1.05rem, 1.45vw, 1.22rem);
    line-height: 1.7;
    text-align: left;
}

.software-landing-page .hero-buttons,
.software-landing-page.arbitrage-finder-page .hero-buttons {
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.software-landing-page .hero-button-item,
.software-landing-page .learn-more-button,
.software-landing-page.arbitrage-finder-page .hero-button-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 172px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border: 1px solid #1cad75;
    border-radius: 8px;
    background: #1cad75;
    box-shadow: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.2;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.software-landing-page .hero-button-item>a,
.software-landing-page a.hero-button-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.software-landing-page .hero-button-item:hover,
.software-landing-page.arbitrage-finder-page .hero-button-item:hover {
    background: #23b77e;
    border-color: #23b77e;
    color: #fff;
    text-decoration: none;
    transform: none;
}

.software-landing-page .learn-more-button,
.software-landing-page .hero-button-secondary {
    background: rgba(17, 22, 29, 0.92);
    border-color: #30363d;
    color: #fff;
}

.software-landing-page .learn-more-button:hover,
.software-landing-page .hero-button-secondary:hover {
    background: #161b22;
    border-color: rgba(255, 255, 255, 0.28);
}

.software-landing-page .hero-image,
.software-landing-page.arbitrage-finder-page .hero-image {
    width: min(470px, 100%);
    max-height: 620px;
    object-fit: contain;
    filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.46));
}

.software-landing-page .testimonals-container,
.software-landing-page .information-container,
.software-landing-page .faq-container,
.software-landing-page .price-container,
.software-landing-page .extra-tools-information,
.software-landing-page .finder-section {
    width: min(1160px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
    background-image: none;
}

.software-landing-page .testimonals-container,
.software-landing-page .information-container,
.software-landing-page .faq-container {
    margin-top: 78px;
}

.software-landing-page .testimonal-title,
.software-landing-page .extra-information-title,
.software-landing-page .faq-header h2,
.software-landing-page .price-heading h2,
.software-landing-page .ww-extra__head h2,
.software-landing-page .finder-section h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    text-align: center;
}

.software-landing-page .testimonal-divider,
.software-landing-page .information-divider {
    width: 72px;
    margin: 16px auto 0;
    border-color: rgba(28, 173, 117, 0.72);
}

.software-landing-page .testimonial-grid {
    width: 100%;
    max-width: none;
    gap: 16px;
    margin: 34px auto 0;
}

.software-landing-page .testimonial-card,
.software-landing-page .finder-step,
.software-landing-page .finder-comparison,
.software-landing-page .finder-risks,
.software-landing-page .pricing-card,
.software-landing-page .ww-card,
.software-landing-page .faq-holder {
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.86);
    box-shadow: none;
    backdrop-filter: none;
}

.software-landing-page .testimonial-card {
    padding: 24px;
    transition: border-color 150ms ease, background 150ms ease;
}

.software-landing-page .testimonial-card:hover {
    border-color: rgba(28, 173, 117, 0.46);
    background: #11161d;
    box-shadow: none;
    transform: none;
}

.software-landing-page .testimonial-quote {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.65;
}

.software-landing-page .extra-information {
    width: 100%;
    gap: 32px;
}

.software-landing-page .extra-information-sub-container {
    max-width: 760px;
}

.software-landing-page .extra-information-text,
.software-landing-page .price-heading p,
.software-landing-page .ww-extra__sub {
    color: var(--ww-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.software-landing-page .information-picture-container {
    width: 100%;
    padding-top: 14px;
}

.software-landing-page .information-picture-container .hero-image,
.software-landing-page .information-picture {
    width: min(980px, 100%);
    max-height: 560px;
    padding: 0;
    object-fit: contain;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: #0d1117;
    box-shadow: none;
}

.software-landing-page .information-outer-icon-container {
    width: 100%;
    margin-top: 42px !important;
}

.software-landing-page .information-icon-container {
    width: min(940px, 100%);
    gap: 14px;
}

.software-landing-page .information-icon-item {
    min-height: 100%;
    padding: 22px 18px;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.82);
}

.software-landing-page .information-icon-item span {
    width: 100%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.55;
}

.software-landing-page .infomration-icon {
    height: auto;
    color: #1cad75;
    font-size: 2rem;
}

.software-landing-page .faq-inner-container {
    width: 100%;
}

.software-landing-page .faq-holder {
    width: min(760px, 100%);
    min-width: 0;
    padding: 20px 24px;
    gap: 16px;
}

.software-landing-page .answer {
    width: 100%;
    color: rgba(255, 255, 255, 0.72);
}

.software-landing-page .video-container,
.software-landing-page .middle-how,
.software-landing-page .finder-market-panel,
.software-landing-page .arb-example,
.software-landing-page .finder-step-grid,
.software-landing-page .finder-risk-list {
    border-color: var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.86);
    box-shadow: none;
}

.software-landing-page .middle-how::before {
    display: none;
}

.software-landing-page #standard-price-button {
    background: #1cad75;
}

@media (max-width: 940px) {
    .software-landing-page .hero-container,
    .software-landing-page.arbitrage-finder-page .hero-container {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: 0;
        padding: 72px 0 44px;
        text-align: center;
    }

    .software-landing-page .hero-top,
    .software-landing-page.arbitrage-finder-page .hero-top,
    .software-landing-page .hero-text,
    .software-landing-page.arbitrage-finder-page .hero-text {
        align-items: center;
        max-width: none;
        text-align: center;
    }

    .software-landing-page .hero-heading,
    .software-landing-page .hero-title,
    .software-landing-page .hero-sub-text,
    .software-landing-page.arbitrage-finder-page .hero-heading,
    .software-landing-page.arbitrage-finder-page .hero-sub-text {
        text-align: center;
    }

    .software-landing-page .hero-buttons,
    .software-landing-page.arbitrage-finder-page .hero-buttons {
        justify-content: center;
    }

    .software-landing-page .hero-image,
    .software-landing-page.arbitrage-finder-page .hero-image {
        width: min(360px, 82vw);
        max-height: 520px;
    }

    .software-landing-page .information-icon-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .software-landing-page .hero-container,
    .software-landing-page.arbitrage-finder-page .hero-container {
        width: calc(100% - 24px);
        padding-top: 54px;
    }

    .software-landing-page .arbitrage-hero-text,
    .software-landing-page.arbitrage-finder-page .arbitrage-hero-text {
        font-size: clamp(2.42rem, 12vw, 3.25rem);
        line-height: 1.03;
    }

    .software-landing-page .hero-buttons,
    .software-landing-page.arbitrage-finder-page .hero-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .software-landing-page .hero-button-item,
    .software-landing-page .learn-more-button,
    .software-landing-page.arbitrage-finder-page .hero-button-item {
        width: 100%;
        min-width: 0;
    }

    .software-landing-page .testimonals-container,
    .software-landing-page .information-container,
    .software-landing-page .faq-container,
    .software-landing-page .price-container,
    .software-landing-page .extra-tools-information,
    .software-landing-page .finder-section {
        width: calc(100% - 24px);
        margin-top: 56px;
    }
}

/* Pricing refresh: bring product-page tables in line with the main/ad landing pages. */
.software-landing-page .price-container {
    width: min(1160px, calc(100% - 32px));
    margin-top: 88px;
    padding-top: 72px;
    gap: 22px;
    align-items: stretch;
    border-top: 1px solid var(--ww-line);
}

.software-landing-page .price-heading {
    max-width: 720px;
    margin: 0 auto 4px;
    text-align: center;
}

.software-landing-page .price-select-container {
    width: min(1040px, 100%);
    margin: 0 auto;
    padding: 14px 16px;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.88);
}

.software-landing-page .price-select-container h3 {
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
}

.software-landing-page .price-select {
    min-height: 42px;
    min-width: 150px;
    padding: 0 40px 0 14px;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background-color: #0f151a !important;
    color: #fff;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
}

.software-landing-page .pricing-table {
    width: min(1040px, 100%);
    max-width: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin: 8px auto 0;
    overflow: hidden;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: #11161d;
    box-shadow: none;
}

.software-landing-page .pricing-table > table {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    background: #11161d;
    box-shadow: none;
    table-layout: fixed;
}

.software-landing-page .pricing-table > table:first-child {
    flex: 0.78 1 170px;
    background: #0f151a;
}

.software-landing-page .pricing-table > table + table {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.software-landing-page .package-table {
    border: 0;
    background: #11161d;
    box-shadow: none;
}

.software-landing-page .standard-table {
    position: relative;
    z-index: 1;
    scale: 1;
    outline: 1px solid rgba(28, 173, 117, 0.72);
    background: rgba(12, 27, 20, 0.94);
}

.software-landing-page .highlight {
    outline: 1px solid rgba(244, 186, 77, 0.48);
    border: 0;
    background: rgba(30, 24, 13, 0.5);
}

.software-landing-page .pricing-table .plan-header,
.software-landing-page .pricing-table .package-table .plan-header {
    height: 112px;
    padding: 18px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: #161b22;
    color: #fff;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.software-landing-page .pricing-table > table:first-child .plan-header {
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 0.96rem;
    text-align: left;
}

.software-landing-page .pricing-table .package-table .plan-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.software-landing-page .standard-table .plan-header {
    background: rgba(17, 38, 29, 0.96);
}

.software-landing-page .plan-header .price-input {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    font-weight: 700;
}

.software-landing-page .standard-table .price-input {
    color: #9dd8bd;
}

.software-landing-page .pricing-table td,
.software-landing-page .pricing-table th {
    height: 60px;
    padding: 13px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.78);
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.96rem;
    font-weight: 650;
    line-height: 1.35;
    text-align: center;
}

.software-landing-page .pricing-table thead th,
.software-landing-page .pricing-table tbody tr:first-child td {
    border-top: 0;
}

.software-landing-page .pricing-table tfoot td {
    height: 86px;
    padding: 16px 14px;
    background: rgba(13, 17, 23, 0.42);
}

.software-landing-page .pricing-table .feature-column {
    max-height: none !important;
    background: transparent;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
}

.software-landing-page .check,
.software-landing-page .x {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
}

.software-landing-page .check {
    color: #34d391;
}

.software-landing-page .x {
    color: #ff667d;
}

.software-landing-page .signup-button-holder {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.software-landing-page .pricing-table .signup-button-price,
.software-landing-page .pricing-table .signup-button {
    width: min(180px, calc(100% - 12px));
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 14px;
    border: 1px solid #26313b;
    border-radius: 8px;
    background: #0f151a;
    box-shadow: none;
    color: #f5f7f9;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.software-landing-page .pricing-table .standard-table .signup-button-price,
.software-landing-page .pricing-table #standard-price-button {
    border-color: rgba(52, 211, 145, 0.72);
    background: #1cad75;
    color: #07130d;
}

.software-landing-page .pricing-table .signup-button-price:hover,
.software-landing-page .pricing-table .signup-button:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: #151d24;
    color: #fff;
    text-decoration: none;
    transform: none;
}

.software-landing-page .pricing-table .standard-table .signup-button-price:hover,
.software-landing-page .pricing-table #standard-price-button:hover {
    border-color: rgba(52, 211, 145, 0.82);
    background: #34d391;
    color: #07130d;
}

.software-landing-page .pricing-card-grid {
    width: min(880px, 100%);
    gap: 18px;
}

.software-landing-page .pricing-card {
    border-radius: 8px;
    background: #11161d;
    box-shadow: none;
}

.software-landing-page .pricing-card--standard {
    border-color: rgba(28, 173, 117, 0.72);
    background: rgba(12, 27, 20, 0.94);
}

.software-landing-page .pricing-badge {
    border-radius: 6px;
    background: #1cad75;
    color: #07130d;
}

.software-landing-page .pricing-amounts div,
.software-landing-page .pricing-free-price,
.software-landing-page .pricing-feature-list {
    border-color: var(--ww-line);
    border-radius: 8px;
    background: #161b22;
}

.software-landing-page .pricing-feature-list__title {
    border-color: var(--ww-line);
    background: #161b22;
}

.software-landing-page .pricing-card__cta {
    border-radius: 8px;
    box-shadow: none;
}

.software-landing-page .pricing-card--standard .pricing-card__cta {
    border-color: rgba(52, 211, 145, 0.72);
    background: #1cad75;
    color: #07130d;
}

.software-landing-page .pricing-card--standard .pricing-card__cta:hover {
    background: #34d391;
    color: #07130d;
}

.software-landing-page .pricing-card .pricing-card__cta--secondary {
    border-color: #26313b;
    background: #0f151a;
    color: #f5f7f9;
}

.software-landing-page .pricing-card .pricing-card__cta--secondary:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: #151d24;
    color: #fff;
}

.software-landing-page.arbitrage-finder-page .price-select-container,
.software-landing-page.arbitrage-finder-page .pricing-table {
    display: none;
}

@media (max-width: 860px) {
    .software-landing-page .price-container {
        padding-top: 58px;
    }

    .software-landing-page .price-select-container {
        flex-direction: column;
        align-items: stretch;
    }

    .software-landing-page .price-select {
        width: 100%;
    }

    .software-landing-page .pricing-table {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .software-landing-page .pricing-table > table {
        flex: 0 0 210px;
    }

    .software-landing-page .pricing-table > table:first-child {
        flex: 0 0 174px;
    }

    .software-landing-page .pricing-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .software-landing-page .price-container {
        width: calc(100% - 24px);
        margin-top: 56px;
        gap: 16px;
    }

    .software-landing-page .price-select-container {
        padding: 12px;
    }

    .software-landing-page .pricing-table > table {
        flex: 0 0 192px;
    }

    .software-landing-page .pricing-table > table:first-child {
        flex: 0 0 158px;
    }

    .software-landing-page .pricing-table .plan-header,
    .software-landing-page .pricing-table .package-table .plan-header {
        height: 100px;
        padding: 16px 12px;
        font-size: 1rem;
    }

    .software-landing-page .pricing-table td,
    .software-landing-page .pricing-table th {
        height: 56px;
        padding: 12px;
        font-size: 0.88rem;
    }

    .software-landing-page .pricing-table .signup-button-price,
    .software-landing-page .pricing-table .signup-button {
        width: 100%;
        min-height: 46px;
        font-size: 0.86rem;
    }
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.754);
}

.hero-sub-text {
    font-size: 1.25em;
    width: 70%;
}

.hero-image {
    width: 600px;
}

.hero-buttons {
    margin-top: 20px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hero-button-item {
    font-size: 1.25em;
    background-color: var(--wagerGreen);
    border-radius: 10px;
    height: 60px;
    width: 150px;
    padding: 10px;
    box-shadow: var(--boxShadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--wagerGreen);
    font-family: 'Inter', sans-serif;
    transition: 0.4s;

}

.learn-more-button {
    background-color: #191919;
}

.hero-button-item a {
    color: white;
    text-decoration: none;
}

.hero-button-item:hover {
    transform: scale(1.05);
}

body:has(.arbitrage-finder-page),
.baseholder:has(.arbitrage-finder-page) {
    background-color: #0d1117;
}

.arbitrage-finder-page {
    position: relative;
    isolation: isolate;
    background-color: #0d1117;
}

.arbitrage-finder-page::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: 1200px;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(48, 54, 61, 0.4) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(48, 54, 61, 0.4) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center 0%, black 10%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center 0%, black 10%, transparent 70%);
}

.arbitrage-finder-page>* {
    position: relative;
    z-index: 1;
}

.arbitrage-finder-page .hero-container {
    position: relative;
    min-height: 600px;
    width: min(1200px, calc(100% - 32px));
    margin-inline: auto;
    margin-top: 0;
    padding: 78px 0 36px 0;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    background-image: none;
}

.arbitrage-finder-page .hero-bottom {
    position: absolute;
    inset: 12px 32px 26px auto;
    width: min(465px, 36vw);
    padding-bottom: 0;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0.96;
    pointer-events: none;
    z-index: 1;
}

.arbitrage-finder-page .hero-top {
    position: relative;
    z-index: 2;
    width: min(650px, 58%);
    align-items: flex-start;
}

.arbitrage-finder-page .hero-heading {
    max-width: 620px;
    padding: 0;
    text-align: left;
}

.arbitrage-finder-page .arbitrage-hero-text {
    margin: 0;
    width: auto;
    max-width: 620px;
    line-height: 1.04;
    font-size: clamp(3.1rem, 5.45vw, 5.45rem);
}

.arbitrage-finder-page .hero-sub-text {
    width: min(100%, 560px);
    margin: 0;
    text-align: left;
    font-size: 1.18em;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.arbitrage-finder-page .hero-text {
    align-items: flex-start;
    text-align: left;
}

.arbitrage-finder-page .hero-button-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 262px;
    min-height: 52px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.98em;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    transition: transform .16s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.arbitrage-finder-page .hero-button-primary {
    color: #fff;
    background: #1cad75;
    border: 1px solid #1cad75;
    box-shadow: 0 0 24px rgba(28, 173, 117, 0.35);
}

.arbitrage-finder-page .hero-button-primary:hover {
    color: #fff;
    text-decoration: none;
    background: #2ea043;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 34px rgba(28, 173, 117, 0.45);
    transform: translateY(-1px);
}

.arbitrage-finder-page .hero-button-secondary {
    color: #fff;
    background: #21262d;
    border: 1px solid #30363d;
    box-shadow: none;
}

.arbitrage-finder-page .hero-button-secondary:hover {
    color: #fff;
    text-decoration: none;
    background: #30363d;
    border-color: rgba(255, 255, 255, 0.32);
    transform: translateY(-1px);
}

.arbitrage-finder-page .hero-buttons {
    justify-content: flex-start;
}

.arbitrage-finder-page .hero-image {
    width: min(465px, 100%);
}

.finder-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    margin: 18px 0 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.72);
    font-family: 'Inter', sans-serif;
    font-size: 0.96em;
}

.finder-hero-points li {
    padding-right: 16px;
}

.finder-hero-points li+li {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.finder-section {
    width: 100%;
    margin-top: 68px;
}

.finder-section__inner {
    width: min(1080px, calc(100% - 32px));
    margin: 0 auto;
}

.finder-section h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    text-align: left;
}

.finder-section p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.08em;
    line-height: 1.8;
}

.finder-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid #30363d;
    border-radius: 8px;
    background-color: #0d1117;
}

.finder-step,
.finder-comparison,
.arb-example,
.finder-risks {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background-color: rgba(27, 27, 27, 0.72);
}

.finder-step {
    position: relative;
    padding: 22px;
    border: 0;
    border-right: 1px solid #30363d;
    border-radius: 0;
    background-color: #11161d;
}

.finder-step:nth-child(even) {
    background-color: #0f141b;
}

.finder-step:not(:last-child)::after {
    position: absolute;
    top: 32px;
    right: -11px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    content: "\f061";
    border: 1px solid #30363d;
    border-radius: 50%;
    background-color: #0d1117;
    color: #1cad75;
    font-family: "Font Awesome 6 Free";
    font-size: 0.72em;
    font-weight: 900;
}

.finder-step__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.finder-step__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(28, 173, 117, 0.35);
    border-radius: 8px;
    background-color: rgba(28, 173, 117, 0.1);
    color: #1cad75;
    font-size: 0.95em;
}

.finder-step__number {
    color: rgba(255, 255, 255, 0.52);
    font-family: 'Inter', sans-serif;
    font-size: 0.84em;
    font-weight: 800;
}

.finder-step:last-child {
    border-right: 0;
}

.finder-step h3,
.finder-comparison h2,
.ww-card__title {
    color: #fff;
}

.finder-step h3 {
    margin: 0 0 9px 0;
    font-size: 1.15em;
    font-weight: 600;
}

.finder-step p {
    margin: 0;
    font-size: 1em;
}

.arb-example {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0d1117;
    border-color: #30363d;
}

.arb-example__topline {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-bottom: 1px solid #30363d;
    background-color: #161b22;
}

.arb-example__topline div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.arb-example__topline div:last-child {
    align-items: flex-end;
}

.arb-example__topline strong {
    color: #fff;
    font-size: 1.05em;
}

.arb-example__topline span {
    color: rgba(255, 255, 255, 0.64);
    font-family: 'Inter', sans-serif;
    font-size: 0.9em;
}

.arb-example__table-wrap {
    padding: 18px;
    overflow-x: auto;
}

.arb-example__table {
    min-width: 500px;
    table-layout: auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #30363d;
    background-color: #11161d;
}

.arb-example__table th,
.arb-example__table td {
    height: auto;
    padding: 15px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.arb-example__table th {
    color: rgba(255, 255, 255, 0.66);
    background-color: #161b22;
    font-family: 'Inter', sans-serif;
    font-size: 0.92em;
    font-weight: 700;
}

.arb-example__table td {
    color: #fff;
    background-color: transparent;
    font-size: 1em;
}

.arb-example__table tbody tr:last-child td {
    border-bottom: 0;
}

.arb-example__odds,
.arb-example__stake {
    font-weight: 700;
}

.arb-example__stake {
    color: #1cad75 !important;
}

.arb-example__summary {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 18px;
    border-left: 1px solid #30363d;
    background-color: #11161d;
}

.arb-example__summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.arb-example__summary span {
    color: rgba(255, 255, 255, 0.7);
}

.arb-example__summary strong {
    color: #fff;
    font-size: 1.05em;
}

.arb-example__summary div:last-child strong {
    color: #1cad75;
}

.arb-example__return {
    display: block !important;
    padding: 0 0 14px 0 !important;
}

.arb-example__return span {
    display: block;
    margin-bottom: 2px;
}

.arb-example__return strong {
    display: block;
    color: #1cad75 !important;
    font-size: 2em;
    line-height: 1.1;
}

.finder-copy {
    max-width: 880px;
    margin: 16px 0 0 0;
    text-align: left;
}

.finder-text-block {
    max-width: 940px;
}

.finder-text-block p {
    margin: 0 0 14px 0;
}

.finder-market-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid #30363d;
    border-radius: 8px;
    background-color: #0d1117;
}

.finder-market-panel__copy {
    padding: 24px;
}

.finder-market-panel__copy h2 {
    margin-bottom: 16px;
}

.finder-market-panel__copy p {
    max-width: 780px;
    margin: 0 0 14px 0;
}

.finder-market-panel__copy p:last-child {
    margin-bottom: 0;
}

.finder-market-panel__checks {
    display: grid;
    align-content: center;
    border-left: 1px solid #30363d;
    background-color: #11161d;
}

.finder-market-panel__checks div {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.finder-market-panel__checks div:last-child {
    border-bottom: 0;
}

.finder-market-panel__checks span {
    display: block;
    margin-bottom: 5px;
    color: #1cad75;
    font-family: 'Inter', sans-serif;
    font-size: 0.88em;
    font-weight: 800;
}

.finder-market-panel__checks strong {
    display: block;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.96em;
    line-height: 1.55;
}

.finder-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.finder-comparison {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 22px;
    border-color: #30363d;
    background-color: #11161d;
}

.finder-comparison__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.finder-comparison__head i {
    width: 20px;
    margin-top: 5px;
    color: #1cad75;
    font-size: 1em;
    text-align: center;
}

.finder-comparison__head h2 {
    margin: 0;
    text-align: left;
    font-size: 1.36em;
    line-height: 1.25;
}

.finder-comparison p {
    margin: 0 0 18px 0;
    font-size: 1em;
}

.finder-comparison__split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    margin: auto 0 18px 0;
    border: 1px solid #30363d;
    border-radius: 8px;
}

.finder-comparison__split div {
    padding: 13px;
    background-color: #0d1117;
}

.finder-comparison__split div+div {
    border-left: 1px solid #30363d;
}

.finder-comparison__split span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.58);
    font-family: 'Inter', sans-serif;
    font-size: 0.82em;
    font-weight: 700;
}

.finder-comparison__split strong {
    display: block;
    color: #fff;
    font-size: 0.96em;
    line-height: 1.4;
}

.finder-comparison a,
.finder-copy a {
    color: #1cad75;
    font-weight: 600;
    text-decoration: none;
}

.finder-panel-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid #30363d;
    border-radius: 8px;
    background-color: #0d1117;
}

.finder-comparison a:hover,
.finder-copy a:hover {
    color: #23c487;
    text-decoration: none;
    border-color: rgba(28, 173, 117, 0.45);
}

.finder-risks {
    padding: 24px;
    border-color: #30363d;
    background-color: #11161d;
}

.finder-risks h2 {
    text-align: left;
}

.finder-risks p {
    max-width: 900px;
    margin: 0 0 18px 0;
}

.finder-risk-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #30363d;
    border-radius: 8px;
    list-style: none;
}

.finder-risk-list li {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #0d1117;
}

.finder-risk-list li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.finder-risk-list li:nth-last-child(-n+2) {
    border-bottom: 0;
}

.finder-risk-list strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 0.98em;
}

.finder-risk-list span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
}

.arbitrage-finder-page .faq-container {
    margin-top: 72px;
}

.arbitrage-finder-page .faq-header h2 {
    font-size: 2em;
    margin-bottom: 18px;
}

.arbitrage-finder-page .faq-holder {
    width: min(520px, calc(100% - 32px));
    min-width: 0;
    padding: 18px 28px;
    gap: 16px;
    border-radius: 8px;
}

.arbitrage-finder-page .faq {
    align-items: center;
    gap: 16px;
}

.arbitrage-finder-page .faq h3 {
    flex: 1;
    margin: 0;
    line-height: 1.35;
}

.arbitrage-finder-page .faq i {
    flex: 0 0 auto;
}

.arbitrage-finder-page .answer {
    width: 100%;
}

.testimonal-title {
    font-size: 3em;
    font-weight: 600;
}

.testimonal-divider {
    margin-top: 5px;
    width: 45%;
    border-bottom: 2px solid gray;
}

.testimonals-container {
    margin-top: 125px;
    background-image: radial-gradient(circle at 30% 50%, #1cad7513 0%, transparent 22%);
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}

.testimonial-card {

    /* Glass effect */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.9);
}

.testimonial-content {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-quote {
    font-size: 1.3rem;
    color: #fff;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-author {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--wagerGreen);
}

.testimonial-title {
    font-size: 1rem;
    color: #ccc;
}

.information-container {
    margin-top: 125px;
    background-image: radial-gradient(circle at 70% 70%, #1cad7513 0%, transparent 22%);

    margin-bottom: 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.extra-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.extra-information-title {
    font-size: 3em;
    text-align: center;
}

.extra-information-text {
    font-size: 1.2em;
    text-align: center;
}

.information-picture-container {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.information-picture {
    padding: 10px;
    border-radius: 1px solid var(--borderColour);
    box-shadow: var(--boxShadow);
    width: 1000px;

}

.information-divider {
    width: 40%;
    border-bottom: 2px solid gray;
}

.information-outer-icon-container {
    margin-top: 200px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.information-icon-title {
    font-size: 2.5em;
}

.information-icon-container {
    width: 70%;
    display: grid;

    grid-template-columns: repeat(3, 1fr);
}

.information-icon-item {
    font-size: 1.25em;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.information-icon-item span {
    text-align: center;
    width: 60%;
}

.infomration-icon {
    height: 65px;
    font-size: 60px;
}

.faq-container {
    background-image: radial-gradient(circle at 35% 50%, #1cad7513 0%, transparent 15%),
        radial-gradient(circle at 40% 30%, hsla(0, 0%, 13%, 0.1) 0%, transparent 30%);
    margin-top: 150px;
}

.faq-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-holder {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-holder {
    border: 1px solid rgba(128, 128, 128, 0.1);
    font-weight: 600;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 500px;

    background-color: #1b1b1b;
    padding: 20px 50px 20px 50px;
    border-radius: 15px;
}

.faq {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.faq h3 {
    font-size: 1em;
}

.answer {
    display: none;
    font-size: 1em;
    width: 490px;
    line-height: 30px;
}

.price-container {
    margin-top: 150px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image:
        radial-gradient(circle at 20% 40%, hsla(0, 0%, 19%, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 90% 50%, hsla(0, 0%, 19%, 0.1) 0%, transparent 30%);

}

.price-select-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 50px;
}

.price-select-container h3 {
    color: white;
    color: rgba(255, 255, 255, 0.747);
    margin: 0;
    font-size: 1.25em;
}

.price-select {
    font-weight: 500;
    font-size: 1.25em;

    font-family: 'poppins', sans-serif;
    padding: 10px;
    color: white;
    outline: none;
    background-color: var(--backColour);
    border: none;
    border-bottom: 1px solid grey;
}


/* pricing */

.flashingColourText {
    animation: flashColour 1.5s;
}

#priceSection {

    height: fit-content;
    overflow-y: hidden;
    width: 100%;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricingTableContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#priceSection h2 {
    font-size: 3em;
    color: white;
}

.price-container {

    margin-top: 150px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image:
        radial-gradient(circle at 20% 40%, hsla(0, 0%, 19%, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 90% 50%, hsla(0, 0%, 19%, 0.1) 0%, transparent 30%);

}

.price-select-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 50px;
}

.price-select-container h3 {
    color: white;
    color: rgba(255, 255, 255, 0.747);
    margin: 0;
    font-size: 1.25em;
}

.price-select {
    font-weight: 500;
    font-size: 1.25em;
    background-color: #191919 !important;
    font-family: 'poppins', sans-serif;
    padding: 10px;
    color: white;
    outline: none;
    background-color: var(--backColour);
    border: none;
    border-bottom: 1px solid grey;
}

.pricing-table {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 20px;
}

table {
    font-family: 'inter', sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    table-layout: fixed;
    /* Fixed table layout for alignment */
}

th,
td {
    padding: 12px;
    text-align: center;

}

th {

    font-size: 1.2em;
}

td {
    font-size: 1.1em;
    height: 75px;
    /* Ensures consistent row height */
}

.plan-header {
    height: 110px;
    color: white;
    padding: 20px 10px;
    font-size: 1.5em;
}

.feature-column {
    text-align: left;
    max-height: 75px !important;
    background-color: transparent;
}

.x {
    color: #f44336;
    font-size: 2em;
}

.check {
    color: #1cad75;
    font-size: 2em;
}

.highlight {

    border: 2px solid #ffd700;
}

.signup-button-price {
    background: linear-gradient(25deg, rgba(18, 123, 82, 0.9), rgba(79, 233, 174, 0.7));
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    margin: 10px auto;
    text-decoration: none;
    width: 200px;
    border-radius: 10px;
    transition: 0.4s;
    box-shadow: var(--boxShadow);
}

.signup-button-price:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: white;
}

.signup-button-holder {
    background-color: transparent;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    margin: 10px auto;
    width: 80%;
    border-radius: 5px;
    opacity: 0;
}

/* Ensures consistent row heights across all tables */
.pricing-table table tbody tr {
    height: 60px;
    /* Adjust height as needed for consistency */
}

.standard-table {
    scale: 1.1;
}

.package-table {
    background-color: #1b1b1b;
    border: 1px solid #404040;
    box-shadow: var(--boxShadow);
}

.package-table .plan-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #333333;

}

.plan-header .price-input {
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.774);
}

.highlight {
    border: px solid gold;
}

#standard-price-button {
    background: linear-gradient(91deg, rgb(180, 150, 90) -0.03%, rgb(145, 100, 10) 102.02%);
}

@media (max-width: 1010px) {
    .pricing-table {
        max-width: 850px;
    }

    .signup-button-price {
        width: 175px;
    }

    .hero-image {
        width: 500px;
    }

}

@media (max-width: 850px) {
    .pricing-table {
        max-width: 700px;
    }

    .hero-image {
        width: 400px;
    }
}

@media (max-width: 710px) {
    .pricing-table {
        max-width: 500px;
    }

    .signup-button-price {
        font-size: 0.8em;
        width: 125px;
    }

    .standard-table {
        scale: 1.025;
    }

    .hero-title {
        text-align: center;
    }
}

@media (max-width: 570px) {
    .signup-button-price {
        font-size: 0.8em;
        width: 100px;
    }

    td {
        font-size: 1em;
    }


    .plan-header {
        font-size: 1em;
    }

    .pricing-table {
        max-width: 400px;
    }

    .hero-image {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .standard-table {
        scale: 1;
    }

    td {
        font-size: 0.7em;
    }


    .plan-header {
        font-size: 1em;
    }



}

@media (max-width: 410px) {

    td {
        font-size: 0.7em;
    }


    .plan-header {
        font-size: 1em;
    }

    .pricing-table {
        max-width: 350px;
    }

    .price-select-container h3 {
        font-size: 1em;
    }

    .feature-column {
        font-size: 0.9em;
        max-width: 90px;
    }

    .signup-button-price {
        padding: 5px;
        width: 90px;
        font-size: 0.7em !important;
    }
}

.plan-header .price-input {
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.774);
}

.highlight {
    border: px solid gold;
}

.hero-button-item {
    transition: 0.4s;
}

.hero-button-item:hover {
    transform: translateY(-5px);
}

@media (max-width: 1100px) {
    .information-picture {
        width: 850px;
    }

    .extra-information-title {
        font-size: 2.5em;
    }

    .pricing-table {
        max-width: 820px;
    }
}

@media (max-width: 850px) {
    .information-picture {
        width: 650px;
    }

    .extra-information-title {
        font-size: 2em;
    }

    .extra-information {
        text-align: center;
    }

    .information-icon-container {
        width: 90%;
    }

    .testimonal-title {
        text-align: center;
        font-size: 2.5em
    }

    .signup-button {
        font-size: 1em;
    }

    .pricing-table {
        max-width: 660px;
    }
}

@media (max-width: 700px) {
    .information-picture {
        width: 450px;
    }

    .extra-information-title {
        font-size: 2em;
    }

    .extra-information {
        text-align: center;
    }

    .information-icon-container {
        width: 90%;
    }

    .pricing-table {
        max-width: 550px;
    }
}

@media (max-width: 570px) {
    .information-picture {
        width: 450px;
    }

    .extra-information-title {
        font-size: 1.5em;
    }

    .extra-information {
        text-align: center;
    }

    .information-icon-container {
        width: 90%;
    }

    .testimonal-title {

        font-size: 2em
    }

    .extra-information-text {
        width: 80%;
    }

    .extra-information-sub-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .faq-header {
        text-align: center;
    }

    .information-icon-item span {
        font-size: 0.8em;
        width: 100%;
    }

    .faq-holder {
        min-width: 350px;
        width: 350px;
    }

    .answer {
        width: 350px;
    }

    .signup-button {
        font-size: 0.7em;
    }

    td {
        font-size: 1em;
    }

    .pricing-table {
        max-width: 400px;
    }

    .plan-header {
        font-size: 1em;
    }
}



@media (max-width: 450px) {
    .information-picture {
        width: 370px;
    }

    .extra-information-title {
        font-size: 1.25em;
    }

    .extra-information {
        text-align: center;
    }

    .information-icon-container {
        width: 90%;
    }

    .testimonal-title {

        font-size: 1.7em
    }

    .extra-information-text {
        width: 80%;
    }

    .extra-information-sub-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .faq-header {
        text-align: center;
    }

    .information-icon-item span {
        font-size: 0.8em;
        width: 100%;
    }

    .faq-holder {
        width: 350px;
    }

    .answer {
        width: 350px;
    }

    .signup-button {
        font-size: 0.7em;
    }

    td {
        font-size: 1em;
    }

    .pricing-table {
        max-width: 370px;
    }

    .plan-header {
        font-size: 1em;
    }
}

/* Extra resources – minimal, dark, WagerWise green */
.ww-extra {
    --bg: #191919;
    --card: #121212;
    --text: #eaeaea;
    --muted: #a8a8a8;
    --accent: #1cad75;
    --accent-d: #0f8a59;
    --hair: rgba(255, 255, 255, 0.06);
    width: 100%;
    background: transparent;
    padding: 28px 0;
}

.ww-extra__container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.ww-extra__head {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.ww-extra__head h2 {
    text-align: center;
    margin: 0;
    font-size: 2.5em;
    color: #fff;
    letter-spacing: .5px;
}

.ww-extra__sub {
    text-align: center;
    margin: 0;
    color: var(--muted);
    font-size: 1.2em;
}

.ww-extra__grid {
    margin-top: 50px;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

@media (min-width: 860px) {
    .ww-extra__grid {
        grid-template-columns: 1.1fr 1fr 1fr;
    }
}

.extra-tools-information {
    margin-top: 100px;
}

.ww-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    text-decoration: none;

    border: 1px solid var(--hair);
    border-radius: 14px;
    padding: 16px;
    color: var(--text);
    transition: border-color .2s ease, transform .15s ease, box-shadow .2s ease;
    border-image: linear-gradient(90deg, rgba(28, 173, 117, 0.55), rgba(28, 173, 117, 0.1)) 1;
}

.ww-card:hover {
    border-color: rgba(28, 173, 117, 0.35);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.arbitrage-finder-page .ww-card {
    border-radius: 10px;
    box-shadow: none;
}

.arbitrage-finder-page .ww-card:hover {
    transform: none;
    box-shadow: none;
}

.arbitrage-finder-page .finder-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ww-card--cta {

    border-image: linear-gradient(90deg, rgba(28, 173, 117, 0.55), rgba(28, 173, 117, 0.1)) 1;
    border-width: 1px;
    border-style: solid;
}

.ww-card__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    color: #c7ffe6;
    background: linear-gradient(180deg, rgba(28, 173, 117, 0.22), rgba(28, 173, 117, 0.06));
    border: 1px solid rgba(28, 173, 117, 0.35);
}

.ww-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ww-card__title {
    margin: 0;
    font-size: 1.02rem;
    color: #fff;
}

.ww-card__text {
    margin: 0;
    color: #cfcfcf;
    line-height: 1.45;
}

.ww-chip {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, var(--accent), var(--accent-d));
    color: #0a1310;
    font-weight: 800;
    letter-spacing: .3px;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(28, 173, 117, 0.3);
}

.ww-link {
    display: inline-block;
    color: #eafff6;
    font-weight: 600;
    border-bottom: 1px dashed rgba(28, 173, 117, 0.45);
    padding-bottom: 2px;
    transition: opacity .2s ease;
}

.ww-card:hover .ww-link {
    opacity: .9;
}


.video-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 32px;
    border-radius: 18px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
    max-width: 1500px;
    margin: 40px auto;
}




.video-player {
    width: 100%;
    display: block;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.8);
    background-color: #000;
}

.video-frame {
    position: relative;
    flex: 1 1 55%;
    max-width: 960px;
}

.video-player {
    width: 100%;
    display: block;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.8);
    background-color: #000;
}

.video-frame {
    position: relative;
    flex: 1 1 55%;
    max-width: 960px;

    /* keep YouTube responsive with correct height */
    aspect-ratio: 16 / 9;
    width: 100%;
}

.video-player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    display: block;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.8);
    background: #000;
}


/* Responsive */
@media (max-width: 900px) {
    .video-container {
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        gap: 24px;
    }

    .video-frame {
        max-width: 100%;
    }
}

.arbitrage-finder-page .ww-chip {
    border-radius: 8px;
    background: #1cad75;
    box-shadow: none;
    letter-spacing: 0;
}

.arbitrage-finder-page .faq-container {
    width: min(1080px, calc(100% - 32px));
    margin: 66px auto 0;
    background-image: none;
}

.arbitrage-finder-page .faq-inner-container {
    gap: 12px;
}

.arbitrage-finder-page .faq-header h2 {
    margin-bottom: 4px;
    font-size: 1.9em;
}

.arbitrage-finder-page .faq-holder {
    width: min(640px, 100%);
    margin-top: 0;
    padding: 17px 22px;
    border-radius: 8px;
    box-shadow: none;
    background-color: rgba(27, 27, 27, 0.72);
}

.arbitrage-finder-page .answer p {
    margin: 0;
}

.arbitrage-finder-page .price-container {
    width: min(1080px, calc(100% - 32px));
    margin: 76px auto 0;
    gap: 18px;
    align-items: stretch;
    background-image: none;
}

.arbitrage-finder-page .price-heading {
    max-width: 680px;
    margin: 0 auto 6px;
    text-align: center;
}

.arbitrage-finder-page .price-heading h2 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
}

.arbitrage-finder-page .price-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.04em;
    line-height: 1.65;
}

.arbitrage-finder-page .pricing-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    width: min(880px, 100%);
    margin: 22px auto 0;
}

.arbitrage-finder-page .pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background-color: #161b22;
}

.arbitrage-finder-page .pricing-card--standard {
    border-color: #1cad75;
    background-color: #0d1117;
}

.arbitrage-finder-page .pricing-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 10px;
    border-radius: 999px;
    background-color: #1cad75;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.72em;
    font-weight: 800;
    text-transform: uppercase;
}

.arbitrage-finder-page .pricing-card h3 {
    margin: 0 0 8px 0;
    color: #fff;
    font-size: 1.55em;
    font-weight: 700;
}

.arbitrage-finder-page .pricing-card__intro {
    min-height: 48px;
    margin: 0 0 22px 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.96em;
    line-height: 1.55;
}

.arbitrage-finder-page .pricing-amounts {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.arbitrage-finder-page .pricing-amounts div,
.arbitrage-finder-page .pricing-free-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background-color: #161b22;
}

.arbitrage-finder-page .pricing-amounts span,
.arbitrage-finder-page .pricing-free-price span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

.arbitrage-finder-page .pricing-amount-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.arbitrage-finder-page .pricing-amount-label small {
    color: #9dd8bd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.arbitrage-finder-page .pricing-amounts strong,
.arbitrage-finder-page .pricing-free-price strong {
    color: #fff;
    font-weight: 800;
}

.arbitrage-finder-page .pricing-free-price {
    margin-bottom: 24px;
}

.arbitrage-finder-page .pricing-card__cta {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background-color: #21262d;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.96em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.arbitrage-finder-page .pricing-card__cta:hover {
    background-color: #30363d;
    color: #fff;
    text-decoration: none;
}

.arbitrage-finder-page .pricing-card__cta--secondary {
    border-color: #1cad75;
    background-color: #1cad75;
}

.arbitrage-finder-page .pricing-card__cta--secondary:hover {
    background-color: #23c487;
}

.arbitrage-finder-page .pricing-feature-list {
    flex: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background-color: #11161d;
}

.arbitrage-finder-page .pricing-feature-list__title {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #161b22;
    color: rgba(255, 255, 255, 0.66);
    font-family: 'Inter', sans-serif;
    font-size: 0.72em;
    font-weight: 800;
    text-transform: uppercase;
}

.arbitrage-finder-page .pricing-feature-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arbitrage-finder-page .pricing-feature-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.94em;
    font-weight: 600;
}

.arbitrage-finder-page .pricing-feature-list li:last-child {
    border-bottom: 0;
}

.arbitrage-finder-page .pricing-feature-list .fa-check {
    color: #1cad75;
}

.arbitrage-finder-page .pricing-feature-list .fa-xmark {
    color: #f44336;
}

.arbitrage-finder-page .price-select-container {
    display: none;
}

.arbitrage-finder-page .pricing-table {
    display: none;
}

.arbitrage-finder-page .pricing-table table {
    min-width: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.arbitrage-finder-page .pricing-table table+table {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.arbitrage-finder-page .package-table {
    border: 0;
    box-shadow: none;
}

.arbitrage-finder-page .standard-table {
    scale: 1;
}

.arbitrage-finder-page .plan-header,
.arbitrage-finder-page .package-table .plan-header {
    height: 96px;
    padding: 18px 14px;
    background-color: rgba(255, 255, 255, 0.06);
    font-size: 1.25em;
}

.arbitrage-finder-page .pricing-table table:first-child .plan-header {
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.03);
}

.arbitrage-finder-page .pricing-table td,
.arbitrage-finder-page .pricing-table th {
    height: 58px;
    padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.arbitrage-finder-page .pricing-table thead th,
.arbitrage-finder-page .pricing-table thead .plan-header {
    border-top: 0;
}

.arbitrage-finder-page .feature-column {
    background-color: transparent;
    font-size: 0.98em;
}

.arbitrage-finder-page .check,
.arbitrage-finder-page .x {
    font-size: 1.55em;
}

.arbitrage-finder-page .signup-button-price,
.arbitrage-finder-page #standard-price-button {
    width: min(160px, calc(100% - 20px));
    margin: 8px auto;
    padding: 10px 12px;
    border: 1px solid #1cad75;
    border-radius: 8px;
    box-shadow: none;
    background: #1cad75;
    font-size: 1em;
    font-weight: 700;
}

.arbitrage-finder-page .signup-button-price:hover {
    transform: none;
    background: #23c487;
}

.arbitrage-finder-page .extra-tools-information {
    margin-top: 74px;
}

.arbitrage-finder-page .ww-extra {
    padding: 0 0 44px;
}

.arbitrage-finder-page .ww-extra__container {
    max-width: 1080px;
}

.arbitrage-finder-page .ww-extra__head {
    align-items: center;
}

.arbitrage-finder-page .ww-extra__head h2 {
    font-size: 2em;
    letter-spacing: 0;
}

.arbitrage-finder-page .ww-extra__sub {
    max-width: 760px;
    font-size: 1.05em;
    line-height: 1.6;
}

.arbitrage-finder-page .ww-extra__grid {
    margin-top: 28px;
    gap: 12px;
}

.arbitrage-finder-page .ww-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background-color: rgba(18, 18, 18, 0.45);
    padding: 14px;
}

.arbitrage-finder-page .ww-card__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1cad75;
}

.arbitrage-finder-page .ww-chip {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #1cad75;
    box-shadow: none;
}

@media (max-width: 980px) {
    .arbitrage-finder-page .hero-container {
        min-height: 560px;
    }

    .arbitrage-finder-page .hero-top {
        width: 58%;
    }

    .arbitrage-finder-page .hero-bottom {
        width: 36vw;
        right: 18px;
    }

    .finder-step-grid,
    .arbitrage-finder-page .finder-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .finder-step:nth-child(2) {
        border-right: 0;
    }

    .finder-step:nth-child(2)::after {
        display: none;
    }

    .finder-step:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .arb-example,
    .finder-comparison-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .arbitrage-finder-page .hero-container {
        min-height: 0;
        width: 100%;
        padding: 34px 16px 20px;
        align-items: center;
        overflow: visible;
    }

    .arbitrage-finder-page .hero-top {
        width: 100%;
        align-items: center;
    }

    .arbitrage-finder-page .hero-heading,
    .arbitrage-finder-page .hero-text,
    .arbitrage-finder-page .hero-sub-text {
        text-align: center;
    }

    .arbitrage-finder-page .hero-heading,
    .arbitrage-finder-page .hero-sub-text {
        max-width: 560px;
    }

    .arbitrage-finder-page .hero-buttons {
        justify-content: center;
    }

    .finder-hero-points {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        max-width: 360px;
    }

    .finder-hero-points li {
        padding-right: 0;
    }

    .finder-hero-points li+li {
        padding-left: 0;
        border-left: 0;
    }

    .arbitrage-finder-page .hero-bottom {
        position: static;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: -14px;
    }

    .arbitrage-finder-page .pricing-card-grid {
        grid-template-columns: 1fr;
        width: min(430px, 100%);
    }

    .finder-market-panel {
        grid-template-columns: 1fr;
    }

    .finder-market-panel__checks {
        border-top: 1px solid #30363d;
        border-left: 0;
    }
}

@media (max-width: 650px) {
    .arbitrage-finder-page .arbitrage-hero-text {
        font-size: 2.3em;
        line-height: 1.12;
    }

    .arbitrage-finder-page .hero-sub-text {
        width: min(92%, 520px);
        font-size: 1.05em;
    }

    .arbitrage-finder-page .hero-image {
        width: min(233px, 58vw);
    }

    .arbitrage-finder-page .hero-buttons {
        width: min(92%, 360px);
        flex-direction: column;
        align-items: stretch;
    }

    .arbitrage-finder-page .hero-button-item,
    .arbitrage-finder-page .learn-more-button {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }

    .finder-section {
        margin-top: 46px;
    }

    .finder-section h2 {
        font-size: 1.65em;
        text-align: left;
    }

    .finder-step-grid,
    .finder-risk-list,
    .arbitrage-finder-page .finder-related-grid {
        grid-template-columns: 1fr;
    }

    .finder-comparison__split {
        grid-template-columns: 1fr;
    }

    .finder-comparison__split div+div {
        border-top: 1px solid #30363d;
        border-left: 0;
    }

    .finder-risk-list li,
    .finder-risk-list li:nth-child(odd),
    .finder-risk-list li:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .finder-risk-list li:last-child {
        border-bottom: 0;
    }

    .finder-step,
    .finder-comparison,
    .finder-risks {
        padding: 16px;
    }

    .arb-example {
        padding: 0;
    }

    .arb-example__topline {
        padding: 14px;
    }

    .arb-example__table-wrap {
        padding: 14px;
    }

    .arb-example__summary {
        padding: 14px;
        border-top: 1px solid #30363d;
        border-left: 0;
    }

    .finder-step {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .finder-step:not(:last-child)::after {
        display: none;
    }

    .finder-step:last-child {
        border-bottom: 0;
    }

    .arb-example__summary div {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .arb-example__summary div:not(.arb-example__return) {
        align-items: center;
        flex-direction: row;
    }

    .arb-example__table {
        min-width: 0;
        width: 100%;
        table-layout: fixed;
    }

    .arb-example__table th,
    .arb-example__table td {
        padding: 10px 8px;
        font-size: 0.84em;
    }

    .arb-example__table th:nth-child(1),
    .arb-example__table td:nth-child(1) {
        width: 25%;
    }

    .arb-example__table th:nth-child(2),
    .arb-example__table td:nth-child(2) {
        width: 34%;
    }

    .arb-example__table th:nth-child(3),
    .arb-example__table td:nth-child(3) {
        width: 16%;
    }

    .arb-example__table th:nth-child(4),
    .arb-example__table td:nth-child(4) {
        width: 25%;
    }

    .arbitrage-finder-page .faq-container {
        margin-top: 52px;
    }

    .arbitrage-finder-page .faq-holder {
        width: min(92%, 420px);
        padding: 16px;
    }

    .arbitrage-finder-page .price-container {
        width: calc(100% - 24px);
        margin-top: 54px;
    }

    .arbitrage-finder-page .price-heading h2,
    .arbitrage-finder-page .ww-extra__head h2 {
        font-size: 1.55em;
    }

    .arbitrage-finder-page .price-heading p,
    .arbitrage-finder-page .ww-extra__sub {
        font-size: 0.96em;
    }

    .arbitrage-finder-page .pricing-card {
        padding: 24px;
    }

    .arbitrage-finder-page .pricing-card__intro {
        min-height: 0;
    }

    .arbitrage-finder-page .price-select-container {
        margin-bottom: 2px;
    }

    .arbitrage-finder-page .pricing-table {
        grid-template-columns: minmax(126px, 0.85fr) repeat(2, minmax(126px, 1fr));
    }

    .arbitrage-finder-page .plan-header,
    .arbitrage-finder-page .package-table .plan-header {
        height: 78px;
        padding: 12px 8px;
        font-size: 1em;
    }

    .arbitrage-finder-page .pricing-table td,
    .arbitrage-finder-page .pricing-table th {
        height: 50px;
        padding: 9px 8px;
        font-size: 0.84em;
    }

    .arbitrage-finder-page .check,
    .arbitrage-finder-page .x {
        font-size: 1.35em;
    }

    .arbitrage-finder-page .signup-button-price,
    .arbitrage-finder-page #standard-price-button {
        width: min(112px, calc(100% - 12px));
        font-size: 0.86em !important;
    }

    .arbitrage-finder-page .extra-tools-information {
        margin-top: 52px;
    }
}

/* Final cascade position for the refreshed software landing pages. */
body:has(.software-landing-page),
.baseholder:has(.software-landing-page) {
    background: #0d1117;
}

.software-landing-page {
    --ww-panel: #11161d;
    --ww-line: #30363d;
    --ww-muted: rgba(255, 255, 255, 0.72);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-bottom: 80px;
    background:
        linear-gradient(180deg, rgba(13, 17, 23, 0.18) 0%, #0d1117 520px),
        #0d1117;
    color: #fff;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.software-landing-page::before {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 0;
    height: 960px;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(48, 54, 61, 0.36) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(48, 54, 61, 0.36) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, black 0%, black 18%, transparent 86%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 18%, transparent 86%);
}

.software-landing-page>* {
    position: relative;
    z-index: 1;
}

.software-landing-page .hero-container,
.software-landing-page.arbitrage-finder-page .hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
    align-items: center;
    justify-content: initial;
    gap: 56px;
    width: min(1240px, calc(100% - 32px));
    min-height: 650px;
    margin: 0 auto;
    padding: 92px 0 64px;
    overflow: visible;
    background-image: none;
}

.software-landing-page .hero-top,
.software-landing-page.arbitrage-finder-page .hero-top {
    width: auto;
    max-width: 680px;
    align-items: flex-start;
}

.software-landing-page .hero-bottom,
.software-landing-page.arbitrage-finder-page .hero-bottom {
    position: relative;
    inset: auto;
    width: 100%;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    background-image: none;
    opacity: 1;
    pointer-events: auto;
}

.software-landing-page .hero-heading,
.software-landing-page.arbitrage-finder-page .hero-heading {
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.software-landing-page .hero-title {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.15rem, 1.9vw, 1.42rem);
    line-height: 1.35;
    text-align: left;
}

.software-landing-page .arbitrage-hero-text,
.software-landing-page.arbitrage-finder-page .arbitrage-hero-text {
    width: auto;
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.15rem, 5.6vw, 5.9rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0;
}

.software-landing-page .hero-text,
.software-landing-page.arbitrage-finder-page .hero-text {
    align-items: flex-start;
    gap: 22px;
    color: var(--ww-muted);
    text-align: left;
}

.software-landing-page .hero-sub-text,
.software-landing-page.arbitrage-finder-page .hero-sub-text {
    width: min(100%, 590px);
    margin: 0;
    color: var(--ww-muted);
    font-size: clamp(1.05rem, 1.45vw, 1.22rem);
    line-height: 1.7;
    text-align: left;
}

.software-landing-page .hero-buttons,
.software-landing-page.arbitrage-finder-page .hero-buttons {
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.software-landing-page .hero-button-item,
.software-landing-page .learn-more-button,
.software-landing-page.arbitrage-finder-page .hero-button-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 172px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border: 1px solid #1cad75;
    border-radius: 8px;
    background: #1cad75;
    box-shadow: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.2;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.software-landing-page .hero-button-item>a,
.software-landing-page a.hero-button-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.software-landing-page .hero-button-item:hover,
.software-landing-page.arbitrage-finder-page .hero-button-item:hover {
    background: #23b77e;
    border-color: #23b77e;
    color: #fff;
    text-decoration: none;
    transform: none;
}

.software-landing-page .learn-more-button,
.software-landing-page .hero-button-secondary {
    background: rgba(17, 22, 29, 0.92);
    border-color: #30363d;
    color: #fff;
}

.software-landing-page .learn-more-button:hover,
.software-landing-page .hero-button-secondary:hover {
    background: #161b22;
    border-color: rgba(255, 255, 255, 0.28);
}

.software-landing-page .hero-image,
.software-landing-page.arbitrage-finder-page .hero-image {
    width: min(470px, 100%);
    max-height: 620px;
    object-fit: contain;
    filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.46));
}

.software-landing-page .testimonals-container,
.software-landing-page .information-container,
.software-landing-page .faq-container,
.software-landing-page .price-container,
.software-landing-page .extra-tools-information,
.software-landing-page .finder-section {
    width: min(1160px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
    background-image: none;
}

.software-landing-page .testimonals-container,
.software-landing-page .information-container,
.software-landing-page .faq-container {
    margin-top: 78px;
}

.software-landing-page .testimonal-title,
.software-landing-page .extra-information-title,
.software-landing-page .faq-header h2,
.software-landing-page .price-heading h2,
.software-landing-page .ww-extra__head h2,
.software-landing-page .finder-section h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    text-align: center;
}

.software-landing-page .testimonal-divider,
.software-landing-page .information-divider {
    width: 72px;
    margin: 16px auto 0;
    border-color: rgba(28, 173, 117, 0.72);
}

.software-landing-page .testimonial-grid {
    width: 100%;
    max-width: none;
    gap: 16px;
    margin: 34px auto 0;
}

.software-landing-page .testimonial-card,
.software-landing-page .finder-step,
.software-landing-page .finder-comparison,
.software-landing-page .finder-risks,
.software-landing-page .pricing-card,
.software-landing-page .ww-card,
.software-landing-page .faq-holder {
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.86);
    box-shadow: none;
    backdrop-filter: none;
}

.software-landing-page .testimonial-card {
    padding: 24px;
    transition: border-color 150ms ease, background 150ms ease;
}

.software-landing-page .testimonial-card:hover {
    border-color: rgba(28, 173, 117, 0.46);
    background: #11161d;
    box-shadow: none;
    transform: none;
}

.software-landing-page .testimonial-quote {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.65;
}

.software-landing-page .extra-information {
    width: 100%;
    gap: 32px;
}

.software-landing-page .extra-information-sub-container {
    max-width: 760px;
}

.software-landing-page .extra-information-text,
.software-landing-page .price-heading p,
.software-landing-page .ww-extra__sub {
    color: var(--ww-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.software-landing-page .information-picture-container {
    width: 100%;
    padding-top: 14px;
}

.software-landing-page .information-picture-container .hero-image,
.software-landing-page .information-picture {
    width: min(980px, 100%);
    max-height: 560px;
    padding: 0;
    object-fit: contain;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: #0d1117;
    box-shadow: none;
}

.software-landing-page .information-outer-icon-container {
    width: 100%;
    margin-top: 42px !important;
}

.software-landing-page .information-icon-container {
    width: min(940px, 100%);
    gap: 14px;
}

.software-landing-page .information-icon-item {
    min-height: 100%;
    padding: 22px 18px;
    border: 1px solid var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.82);
}

.software-landing-page .information-icon-item span {
    width: 100%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.55;
}

.software-landing-page .infomration-icon {
    height: auto;
    color: #1cad75;
    font-size: 2rem;
}

.software-landing-page .faq-inner-container {
    width: 100%;
}

.software-landing-page .faq-holder {
    width: min(760px, 100%);
    min-width: 0;
    padding: 20px 24px;
    gap: 16px;
}

.software-landing-page .answer {
    width: 100%;
    color: rgba(255, 255, 255, 0.72);
}

.software-landing-page .video-container,
.software-landing-page .middle-how,
.software-landing-page .finder-market-panel,
.software-landing-page .arb-example,
.software-landing-page .finder-step-grid,
.software-landing-page .finder-risk-list {
    border-color: var(--ww-line);
    border-radius: 8px;
    background: rgba(17, 22, 29, 0.86);
    box-shadow: none;
}

.software-landing-page .middle-how::before {
    display: none;
}

.software-landing-page #standard-price-button {
    background: #1cad75;
}

@media (max-width: 940px) {
    .software-landing-page .hero-container,
    .software-landing-page.arbitrage-finder-page .hero-container {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: 0;
        padding: 72px 0 44px;
        text-align: center;
    }

    .software-landing-page .hero-top,
    .software-landing-page.arbitrage-finder-page .hero-top,
    .software-landing-page .hero-text,
    .software-landing-page.arbitrage-finder-page .hero-text {
        align-items: center;
        max-width: none;
        text-align: center;
    }

    .software-landing-page .hero-heading,
    .software-landing-page .hero-title,
    .software-landing-page .hero-sub-text,
    .software-landing-page.arbitrage-finder-page .hero-heading,
    .software-landing-page.arbitrage-finder-page .hero-sub-text {
        text-align: center;
    }

    .software-landing-page .hero-buttons,
    .software-landing-page.arbitrage-finder-page .hero-buttons {
        justify-content: center;
    }

    .software-landing-page .hero-image,
    .software-landing-page.arbitrage-finder-page .hero-image {
        width: min(360px, 82vw);
        max-height: 520px;
    }

    .software-landing-page .information-icon-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .software-landing-page .hero-container,
    .software-landing-page.arbitrage-finder-page .hero-container {
        width: calc(100% - 24px);
        padding-top: 54px;
    }

    .software-landing-page .arbitrage-hero-text,
    .software-landing-page.arbitrage-finder-page .arbitrage-hero-text {
        font-size: clamp(2.42rem, 12vw, 3.25rem);
        line-height: 1.03;
    }

    .software-landing-page .hero-buttons,
    .software-landing-page.arbitrage-finder-page .hero-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .software-landing-page .hero-button-item,
    .software-landing-page .learn-more-button,
    .software-landing-page.arbitrage-finder-page .hero-button-item {
        width: 100%;
        min-width: 0;
    }

    .software-landing-page .testimonals-container,
    .software-landing-page .information-container,
    .software-landing-page .faq-container,
    .software-landing-page .price-container,
    .software-landing-page .extra-tools-information,
    .software-landing-page .finder-section {
        width: calc(100% - 24px);
        margin-top: 56px;
    }
}
