  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Elms+Sans:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Stack+Sans+Text:wght@200..700&display=swap');

        :root {
            --rc-border: 3px solid #01041a;
            --rc-shadow: 5px 3px 0 #01041a;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Stack Sans Text", sans-serif;
        }

        body {
            background-color: #ffffff;
            color: #01041a;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        /* --- TYPOGRAPHY & REUSABLE --- */
        h1 {
            font-size: 5rem;
            line-height: 0.9;
            letter-spacing: -2px;
        }

        h2 {
            font-size: 4rem;
            line-height: 1;
            letter-spacing: -1px;
            margin-bottom: 2rem;
        }

        h3 {
            font-size: 2.5rem;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            background-color: #01041a;
            color: #FFC04A;
            padding: 0.5rem 1rem;
            display: inline-block;
        }

        p {
            font-size: 1.6rem;
            line-height: 1.5;
        }
        .step-content {

    padding: 1rem;
}

        .support-note {
    font-weight: 600;
    text-align: center;
    width: 80%;
    margin: 5rem auto;
    border: var(--rc-border);
    box-shadow: var(--rc-shadow);
    border-radius: 0.25rem;
    padding: 1rem;
}
.steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.step {
    display: flex;
    gap: 2rem;
    align-items: center;
    border-bottom: 5px solid #01041a;
    padding: 1rem;
}
.step-text {
    margin-left: 4rem;
}
span.step-num {
    border: var(--rc-border);
    box-shadow: var(--rc-shadow);
    border-radius: 4.5rem;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    font-weight: 800;
    background: #01041a;
    color: #ffffff;
}
        .btn {
            display: inline-block;
            background-color: #01041a;
            color: #FFC04A;
            padding: 1.5rem 3rem;
            font-size: 1.5rem;
            text-transform: uppercase;
            text-decoration: none;
            border: 4px solid #01041a;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .btn:hover {
            background-color: transparent;
            color: #01041a;
        }

        span.title-two {
            font-size: 1.5rem;
            margin-top: 2rem;
        }

        .hero-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 87vh;
            max-width: 1600px;
            margin: 0 auto;
            width: 100%;
        }

        .menu {
            display: flex;
            gap: 2rem;
        }

        a.btn-two {
            display: flex;
            padding: 0.75rem;
            background: #01041a;
            font-size: 1.5rem;
            border-radius: 0.45rem;
            align-items: center;
            font-family: inherit;
            color: #ffffff;  
            text-decoration: none;
            font-weight: 600;
            border: var(--rc-border);
            box-shadow: var(--rc-shadow);
            justify-content: center;
            padding: 0rem 1.25rem;
        }

        a.btn-one {
            letter-spacing: -0.5px;
            padding: 0.75rem;
            border: var(--rc-border);
            box-shadow: var(--rc-shadow);
            background: #ffe646;
            border-radius: 0.45rem;
            color: #01041a;
            font-size: 1.5rem;
            text-decoration: none;
            align-items: center;
            font-family: inherit;
            display: flex;
            font-weight: 600;
            padding-right: 1.25rem;
        }

        .hero-content-left {
            width: 50%;
            display: flex;
            flex-direction: column;
        }

        .hero-content {
            margin-top: auto;
            margin-bottom: auto;
            max-width: 85%;
            display: flex;
            width: 100%;
        }

        span.title-one {
            font-size: 4rem;
            line-height: 1;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 2rem;
        }

        .hero-content-right {
            width: 50%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: relative;
        }

        /* --- SCROLL SECTIONS --- */
        section {
            border-bottom: 4px solid;
            box-shadow: 7px 7px 0px black;
            min-height: 90vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 4rem;
        }

        /* --- HERO SECTION (COMBINED HERO & PLATFORMS) --- */
        #hero {
            color: #01041a;
            justify-content: space-between;
            border-bottom: 4px solid;
            box-shadow: 5px 5px 0px black;
            z-index: 999;
            position: relative;
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            margin-bottom: 2rem;
        }

        .logo {
            font-size: 2.5rem;
            letter-spacing: -3px;
            color: #01041a;
            text-decoration: none;
        }

        .hero-content p {
            margin-top: 2rem;
            margin-bottom: 3rem;
            font-size: 1.5rem;
            color: #01041a;
            max-width: 700px;
        }

        .platforms-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            max-width: 100%;
        }

        .pricing-header {
            display: flex;
            justify-content: space-between;
        }

        img.pricing-icon-img {
            width: 100px;
        }

        span.price-under {
            font-style: italic;
            color: #01041ad6;
        }

        span.price {
            font-size: 1.5rem;
            margin-bottom: 0.25rem;
        }

        span.pricing-name {
            font-size: 2rem;
            margin-bottom: 0.5rem;
            font-weight: 800;
        }

        .pricing-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }

        .platform-strip {
            border: 5px solid #01041a;
            padding: 1.5rem;
            font-size: 2rem;
            text-transform: uppercase;
            text-align: center;
            font-weight: bold;
        }

        .pricing-text {
            display: flex;
            flex-direction: column;
            padding: 1rem;
            width: 100%;
        }

        a.order-button {
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            border: 2px solid #01041a;
            font-family: inherit;
            font-size: 1rem;
            color: #01041a;
            box-shadow: 4px 4px 0px;
            text-decoration: none;
            cursor: pointer;
        }

        .order-now {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

        .pricing-block {
            max-width: 525px;
            width: 100%;
            display: flex;
            border-radius: 0.75rem;
            background: white;
            box-shadow: 4px 6px 0px black;
            border: 2px solid black;
            height: 12rem;
        }

        .order-section {
            min-height: 90vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5rem;
            max-width: 1500px;
            width: 80%;
            margin: 0 auto;
        }

        /* --- THE SOLUTION SECTION --- */
        #solution {
            background-color: #01041a;
            color: #FFC04A;
        }

        #solution h2 {
            color: #FFC04A;
        }

        .benefit-statement {
            font-size: 3.5rem;
            line-height: 1.1;
            text-transform: uppercase;
            margin-bottom: 2rem;
        }

        /* --- PRICING SECTION --- */
        #pricing {
            background-color: #ffe646;
            color: #01041a;
            display: flex;
            gap: 6rem;
            justify-content: center;
            align-items: center;
        }

        #pricing h2 {
            color: #01041a;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            margin-top: 2rem;
        }

        .table-container {
            grid-column: span 2;
            margin-bottom: 2rem;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1.5rem;
        }

        th, td {
            border: 5px solid #01041a;
            padding: 1.5rem;
            text-align: left;
        }

        th {
            background-color: #01041a;
            color: #FFC04A;
            text-transform: uppercase;
        }

        /* Charts styling */
        .chart-wrapper {
            width: 100%;
            display: flex;
            justify-content: space-around;
            gap: 4rem;
        }

        .chart-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 5px solid #01041a;
            padding: 1.5rem 0;
        }

        .chart-row:first-of-type {
            border-top: 5px solid #01041a;
        }

        .pkg-name {
            font-size: 1.75rem;
            text-transform: uppercase;
        }

        .pkg-price {
            font-size: 2.5rem;
            background-color: #01041a;
            color: #FFC04A;
            padding: 0.5rem 1rem;
        }

        /* --- CTA / FOOTER --- */
        #cta {
            background-color: #01041a;
            color: #FFC04A;
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        #cta h2 {
            font-size: 5rem;
            margin-bottom: 3rem;
        }

        #cta .btn {
            background-color: #FFC04A;
            color: #01041a;
            border: 4px solid #FFC04A;
        }

        #cta .btn:hover {
            background-color: transparent;
            color: #FFC04A;
        }

        .footer-link {
            margin-top: 4rem;
            font-size: 1.5rem;
            color: #FFC04A;
            text-decoration: none;
            border-bottom: 3px solid #FFC04A;
        }

        .floating-container {
            display: flex;
            justify-content: center;
            gap: 40px;
            padding: 50px;
            position: absolute;
            z-index: 2;
        }

        .floating-icon {
            border: var(--rc-border);
            box-shadow: var(--rc-shadow);
            width: 80px;
            height: 80px;
            border-radius: 1rem;
            object-fit: contain;
            animation: bobbing 3s ease-in-out infinite;
        }

        img.hero-img {
            border: var(--rc-border);
            box-shadow: var(--rc-shadow);
            background: white;
            border-radius: 3.25rem;
            padding: 0rem 2rem;
            max-width: 100%;
            height: auto;
        }

        .icon-1 {
            animation-delay: 0s;
            position: relative;
            top: -9rem;
            left: -2rem;
            rotate: -10deg;
        }

        .icon-2 {
            animation-delay: 0.5s;
            position: relative;
            right: 0rem;
            top: -8rem;
            rotate: 3deg;
        }

        .icon-3 {
            animation-delay: 1s;
            top: -12rem;
            position: relative;
            rotate: 5deg;
            right: -2rem;
        }

        @keyframes bobbing {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }

.step-title {
    font-size: 2rem;

    color: #01041a;
    width: fit-content;
    padding: 0.25rem 1rem;
    font-weight: 600;
}
.code-entry {
    display: flex;
    flex-direction: column;
    max-width: 1500px;
    height: 100vh;
    overflow:hidden;
    margin: 0 auto;
    align-items: center;
    padding: 2rem;
    justify-content: flex-start;
}
.header {
    width: 100%;
}
.code-form {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form.enter-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
input[type="text"] {
    height: 2.5rem;
    width: -webkit-fill-available;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-family: inherit;
    border: var(--rc-border);
    box-shadow: var(--rc-shadow);
}
button.btn-two {
    display: flex;
    background: #01041a;
    font-size: 1.5rem;
    border-radius: 0.45rem;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    font-weight: 600;
    border: var(--rc-border);
    box-shadow: var(--rc-shadow);
    justify-content: center;
    padding: 0.5rem 1.25rem;
}

.hiw-step-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hiw-step-number {
    font-size: 2rem;
    border: var(--rc-border);
}

        /* --- CALCULATOR UNIQUE INNER STYLES --- */
        #rating-calc {
            color: #000;
            padding: 24px;
            width: 80%;
        }

        #rating-calc * {
            box-sizing: border-box;
        }

        #rating-calc h2 {
            font-size: 26px;
            font-weight: 900;
            letter-spacing: -1px;
            margin: 0;
            text-transform: uppercase;
        }

        #rating-calc .rc-sub {
            margin: 4px 0 24px;
            font-size: 12px;
            background: #000;
            color: #fff;
            display: inline-block;
            padding: 2px 6px;
        }

        #rating-calc .rc-field {
            margin-bottom: 20px;
            align-items: flex-start;
        }

        #rating-calc label {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 8px;
            text-transform: uppercase;
        }

        .rc-left {
            display: flex;
            flex-direction: column;
            gap: 3rem;
            width: 100%;
        }

        .rc-content {
            display: flex;
            gap: 12rem;
            justify-content: space-between;
            width: 100%;
        }

        #rating-calc input[type="range"] {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 40px;
            background: #fff;
            border: var(--rc-border);
            box-shadow: var(--rc-shadow);
            border-radius: 0.8rem;
            cursor: pointer;
        }

        #rating-calc input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 60px;
            height: 60px;
            background: #ffe646;
            border: var(--rc-border);
            border-radius: 3rem;
            margin-top: -1px;
        }

        #rating-calc input[type="range"]::-moz-range-thumb {
            width: 22px;
            height: 22px;
            background: #01041a;
            border: 3px solid #000;
            border-radius: 0;
        }

        #rating-calc input[type="number"] {
            width: 10rem;
            text-align: center;
            font-family: inherit;
            font-size: 25px;
            font-weight: 700;
            padding: 10px;
            border-bottom: 3px solid #000;
            border-top: 0;
            border-right: 0;
            border-left: 0;
            background: #fff;
            color: #000;
        }

        #rating-calc input[type="number"]:focus {
            outline: 3px solid #ffe646;
        }

        .rc-right {
            width: 33rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #rating-calc .rc-out {
            width: 75%;
            margin-top: 24px;
            background: #ffffff;
            animation: bobbing 3s ease-in-out infinite;
            background-image: linear-gradient(#ffffff 1.1rem, #ccc 1.2rem);
            background-size: 100% 1.2rem;
            color: #01041a;
            padding: 20px;
            box-shadow: var(--rc-shadow);
            border: var(--rc-border);
            text-align: center;
            height: 65%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            rotate: 10deg;
            gap: 1.5rem;
        }

        span.rc-label {
            display: flex;
            width: 96%;
            justify-content: space-between;
            align-items: center;
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        span#curVal, span#tgtVal, span#revVal  {
            background: black;
            color: white;
            padding: 0.8rem;
            border-radius: 0.9rem;
            min-width: 6rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #rating-calc .rc-out #outNum {
            display: block;
            font-size: 76px;
            font-weight: 900;
            line-height: 1;
        }

        #rating-calc .rc-out-lbl {
            display: block;
            margin-top: 8px;
            font-size: 26px;
            letter-spacing: 2px;
        }

        /* --- RESPONSIVE ADJUSTMENTS --- */
        @media (max-width: 1024px) {
            h1 { font-size: 3.5rem; }
            h2 { font-size: 2.8rem;text-align:center; }
            .pricing-grid { grid-template-columns: 1fr; }
            .table-container { grid-column: span 1; }
            .platforms-grid { grid-template-columns: 1fr; }
            .chart-wrapper { gap: 2rem; }
        }

        /* SCREEN FIXES FOR MOBILE PHONES */
        @media (max-width: 768px) {
            section {
                padding: 2rem 1rem;
                min-height: auto;
            }
            a.btn-one,  a.btn-two {

    font-size: 1rem;

}

            .nav {
                flex-direction: column;
                align-items: center;
                gap: 1.5rem;
            }

            .hero-content {
                flex-direction: column;
                max-width: 100%;
                gap: 2rem;
            }

            .hero-content-left, .hero-content-right {
                width: 100%;
                text-align: center;
            }

            .hero-content-right {
                justify-content: center;
                margin-top: 4rem;
            }

            span.title-one {
                font-size: 2.5rem;
            }

            span.title-two {
                font-size: 1.2rem;
            }

   #pricing {
        flex-direction: column;
        gap: 2rem;
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
            .rc-content {
                flex-direction: column;
                gap: 5rem;
            }

            .rc-right {
                width: 100%;
            }

            #rating-calc {
                width: 100%;
                padding: 10px 0;
            }

    #rating-calc .rc-out {
        width: 58%;
        rotate: 12deg;
        height: auto;
        padding: 30px 20px;
    }

    span.rc-label {
        font-size: 1.2rem;
        gap: 0.5rem;
        align-items: center;
    }

            .chart-wrapper {
                flex-direction: column;
                align-items: center;
                gap: 2rem;
            }

    .pricing-block {
        max-width: 100%;
        height: auto;
        align-items: center;
        text-align: right;
        padding-bottom: 1rem;
    }

            .order-now {
                justify-content: center;
                margin-top: 1rem;
            }

            .order-section {
                width: 100%;
                gap: 2rem;
                padding: 2rem 0;
            }

            #cta h2 {
                font-size: 2.5rem;
            }

.floating-container {
        gap: 15px;
        padding: 10px;
        top: 8rem;
        z-index: -9999;
    }
.icon-1 {
    animation-delay: 0s;
    position: relative;
    top: -12rem;
    left: -2rem;
    rotate: -10deg;
}
.icon-2 {
    animation-delay: 0.5s;
    position: relative;
    right: 0rem;
    top: -13rem;
    rotate: 3deg;
}
            .floating-icon {
                width: 68px;
                height: 68px;
            }
        }