/* Taurus Pages and Landers */

:root {
    --deep-green: #060B08;
    --green: #182D20;
    --middle-green: #436952;
    --light-green: #81B59D;
    --red: #F1471D;
    --cream: #FFF9EF;
    --tan: #D6C7AD;
    --dirty-cream: #EEEBDC;
    --bronze: #65614D;
}

@font-face {
    font-family: Manuka;
    src: url(../../fonts/Manuka-Bold.woff2);
}

@font-face {
    font-family: Manuka;
    src: url(../../fonts/Manuka-Black.woff2);
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    font-family: "Inter", sans-serif;
    background: var(--cream);
}

body {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.center {
    max-width: 1264px;
    margin: 0 auto;
    padding: 0 1rem;
}

header {
    width: 100%;
    background: var(--deep-green);

    & .logo {
        width: 128px;
        margin: 0 auto;
        padding: 1rem 0;
    }
}

.hero {

    & .row {
        display: flex;
        align-items: flex-start;
        gap: 4rem;
        padding: 4rem 0;

        & .image {
            width: 60%;
        }

        & .text {
            width: 40%;
            display: flex;
            flex-direction: column;
            gap: 1rem;

            & .banner {
                display: flex;
                gap: 0.5rem;
                align-items: center;

                & .award {
                    background: var(--red);
                    color: white;
                    padding: 0.25rem 1rem;
                    border-radius: 9999px;
                    font-weight: bold;
                    font-size: 0.875rem;
                    text-transform: uppercase;
                }

                & .stars {
                    font-size: 0.8rem;
                    text-transform: uppercase;
                }
            }

            & h1 {
                font-family: 'Manuka', sans-serif;
                font-size: 5rem;
                color: var(--red);
                margin: 0;
                text-transform: uppercase;
                font-weight: 400;
                line-height: 90%;
            }

            & h2 {
                font-size: 2rem;
                margin: 0;
            }

            & .price {
                font-size: 2.5rem;
                color: var(--red);
                font-weight: bold;
                display: flex;
                align-items: center;
                gap: 0.5rem;

                & s {
                    color: var(--deep-green);
                    font-weight: normal;
                    font-size: 1.5rem;
                }
            }

            & p {
                margin: 0;
                font-size: 1.125rem;
                line-height: 140%;
            }

            & .note {
                padding: 1rem 0;
                display: flex;
                gap: 1rem;

                & img {
                    width: 1rem;
                }
            }

            & a {
                display: inline-block;
                font-family: 'Manuka', sans-serif;
                text-transform: uppercase;
                background: var(--red);
                color: white;
                padding: 1rem 2rem;
                text-decoration: none;
                font-weight: bold;
                width: 100%;
                text-align: center;
                font-size: 2rem;
                font-weight: 400;

                & img {
                    margin-left: 0.5rem;
                    width: 1rem;
                    vertical-align: middle;
                }
            }
        }
    }
}

.how {
    background: var(--dirty-cream);
    padding: 4rem 0;

    & .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;

        & .image {
            background: var(--deep-green);
            padding: 0.5rem;
            border-radius: 4rem;
            width: 4rem;
            height: 4rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        & h2 {
            font-size: 1.5rem;
            text-align: center;
            margin: 0;
        }

        & h3 {
            font-weight: normal;
            margin: 0;
            text-align: center;
        }
    }

    & .row {
        display: flex;
        gap: 10rem;
        padding-top: 3rem;

        & .col {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;

            & svg {
                font-size: 3.5rem;
                color: var(--red);
                text-align: center;
            }

            & h4 {
                margin: 0;
                text-align: center;
                font-weight: normal;
            }
        }

    }
}

.charts {
    background: var(--green);
    padding: 6rem 0;
    color: var(--cream);

    & .charts-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;

        & h2 {
            font-family: 'Manuka', sans-serif;
            font-size: 4rem;
            text-transform: uppercase;
            font-weight: 400;
            text-align: center;
            margin: 0;
        }

        & h3 {
            font-weight: normal;
            text-align: center;
        }

        & .row {
            display: flex;
            gap: 6rem;
            align-items: flex-start;
            justify-content: center;

        }

        & .disclaimer {
            font-size: 0.7rem;
            color: var(--bronze);
            text-align: center;
            margin-top: 1rem;
        }

        & a {
            display: inline-block;
            font-family: 'Manuka', sans-serif;
            text-transform: uppercase;
            background: var(--red);
            color: white;
            padding: 1rem 2rem;
            text-decoration: none;
            font-weight: bold;
            margin-top: 2rem;
            font-size: 2rem;
            font-weight: 400;
            min-width: 256px;
            text-align: center;
        }
    }

}

.guarantee {
    padding: 4rem 0;
    background: url('../images/topography.svg') var(--deep-green);
    color: var(--cream);

    & .row {
        display: flex;
        gap: 4rem;
        align-items: center;
        justify-content: center;

        & .image {
            min-width: 200px;
        }

        & .text {

            & h2 {
                font-family: 'Manuka', sans-serif;
                font-size: 3rem;
                text-transform: uppercase;
                font-weight: 400;
                margin: 0;
            }

            & h3 {
                font-weight: normal;
                margin: 1.5rem 0;
                line-height: 140%;
            }

            & small {
                font-size: 0.8rem;
                color: var(--bronze);
            }

            ;
        }
    }
}

.meds {
    padding: 4rem 0;

    & .heading {
        display: flex;
        padding: 1rem 0 2rem 0;
        gap: 2rem;

        & h2 {
            font-family: 'Manuka', sans-serif;
            font-size: 4rem;
            text-transform: uppercase;
            font-weight: 400;
            margin: 0;
            width: 100%;
        }

        & h3 {
            font-weight: normal;
            margin: 1rem 0;
            width: 100%;
            font-size: 1rem;
            line-height: 140%;
        }

        & .made-in-usa {
            min-width: 128px;
        }
    }

    & .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;

        & .col {
            & .image {
                width: 100%;
                height: 400px;
                border-radius: 1rem;
                padding: 1rem 0 3rem 0;
                background: var(--dirty-cream);
                display: flex;
                align-items: flex-end;
                justify-content: center;
            }
        }
    }

    & a {
        display: inline-block;
        background: var(--red);
        color: white;
        padding: 1rem 2rem;
        text-decoration: none;
        font-weight: bold;
        margin-top: 2rem;
        font-size: 1rem;
        font-weight: bold;
        min-width: 256px;
        text-align: center;
    }
}

.steps {
    padding: 4rem 0;

    & .heading {
        display: flex;
        padding: 1rem 0 2rem 0;
        gap: 2rem;

        & h2 {
            font-family: 'Manuka', sans-serif;
            font-size: 4rem;
            text-transform: uppercase;
            font-weight: 400;
            margin: 0;
            width: 100%;
        }

        & h3 {
            font-weight: normal;
            margin: 1rem 0;
            width: 100%;
            font-size: 1rem;
            line-height: 140%;
        }
    }

    & .row {
        display: flex;
        gap: 2rem;
        justify-content: space-between;
    }

    & a {
        display: inline-block;
        background: var(--red);
        color: white;
        padding: 1rem 2rem;
        text-decoration: none;
        font-weight: bold;
        margin-top: 2rem;
        font-size: 1rem;
        font-weight: bold;
        min-width: 256px;
        text-align: center;
    }
}

.testimonials {
    overflow: hidden;
    padding: 4rem 0;
    background: var(--dirty-cream);

    & h2 {
        font-family: 'Manuka', sans-serif;
        font-size: 4rem;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        width: 100%;
    }

    & .trustpilot {
        height: 7rem;
        padding: 2rem 0;
    }

    & .testimonial-slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 300%;
        gap: 2rem;
    }

    & .testimonial-slide {
        width: calc(100% / 9);
        flex-shrink: 0;
        text-align: left;
        border-right: 1px solid var(--deep-green);
        padding-right: 2rem;
        line-height: 140%;

        &:last-child {
            border-right: none;
        }

        & .author {
            padding-top: 1rem;
            font-size: 0.9rem;
        }
    }

    & .slider-nav {
        padding: 2rem 0 0 0;

        & .prev,
        .next {
            background: var(--red);
            color: var(--cream);
            border: none;
            border-radius: 0.5rem;
            padding: 1rem;
            cursor: pointer;
        }
    }
}

.choose {
    padding: 4rem 0;
    background: var(--green);
    color: var(--cream);

    & .row {
        display: flex;
        gap: 4rem;
    }

    & h3 {
        font-family: 'Manuka', sans-serif;
        font-size: 3rem;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        width: 100%;
    }

    & p {
        line-height: 160%;
        font-weight: 300;
    }

    & .bullet {
        min-width: 400px;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 1rem 0;
        display: flex;
        gap: 1rem;

        & svg {
            font-size: 3rem;
        }
    }
}

.faq {
    padding: 3rem 1rem;

    & h6 {
        font-family: 'Manuka', sans-serif;
        font-size: 3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

    & .subhead {
        text-align: center;
        font-size: 1.2rem;
        color: var(--bronze);
        margin-bottom: 2rem;
    }

    & .faq-row {
        border-top: 1px solid var(--tan);

        & .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            font-size: 1.2rem;
            cursor: pointer;
            transition: color 0.2s ease;
            gap: 1rem;
            overflow: hidden;

            &:hover {
                color: var(--red);
            }

            & .icon-arrow {
                transition: transform 0.3s ease;
                font-size: 1.5rem;
                color: var(--red);
            }
        }

        & .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0;
            line-height: 1.4;
        }

        &.open {
            & .faq-question .icon-arrow {
                transform: rotate(180deg);
            }

            & .faq-answer {
                max-height: 200px;
                padding-bottom: 1rem;
            }
        }
    }
}

.pre-quiz-footer {
    text-align: center;
    z-index: 400;

    & b {
        font-size: 0.7rem;
        font-weight: 400;
        padding-bottom: 0.2rem;
        display: inline-block;
        color: gray;
    }

    & .link-row {
        display: flex;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
        padding-bottom: 0.2rem;

        & a {
            color: gray;
            text-decoration: none;
            font-size: 0.6rem;
        }
    }

    & small {
        font-size: 0.6rem;
        display: inline-block;
        line-height: 120%;
        color: gray;
        font-weight: 300;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        & .row {
            padding: 2rem 0 4rem 0;
            flex-direction: column;
            gap: 2rem;

            & .image {
                width: 100%;

            }

            & .text {
                width: 100%;

                & h1 {
                    font-size: 4rem;
                }
            }
        }
    }

    .charts {
        & .charts-inner {
            & .row {
                flex-direction: column;
            }
        }
    }

    .guarantee {
        & .row {
            flex-direction: column;
        }
    }

    .meds {
        & .heading {
            flex-direction: column;

            & h2 {
                font-size: 3rem;
            }
        }

        & .grid {
            display: grid;
            grid-template-columns: 2fr 2fr;
            gap: 1rem;
        }
    }

    .steps {
        & .row {
            flex-direction: column;
        }
    }

    .testimonials {
        & .testimonial-slider {
            width: 600%;
        }

        & .testimonial-slide {
            width: calc(100% / 9);
            flex-shrink: 0;
            text-align: left;
            border-right: 1px solid var(--deep-green);
            padding-right: 2rem;
            line-height: 140%;
        }
    }

    .choose {
        & .row {
            gap: 2rem;
            flex-direction: column;

            & .bullet {
                min-width: 100%;
            }
        }
    }
}