/* 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(--deep-green);
}

body {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.center {
    max-width: 1232px;
    margin: 0 auto;
}

.desktop-only {
    display: flex;
}

.mobile-only {
    display: none;
}

header {
    width: 100%;

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

.hero {
    background: url(../images/ed-bg.webp) no-repeat center center #060B08;
    background-size: cover;

    .content {
        width: 50%;
        padding-right: 4rem;
        padding-top: 4rem;

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

        .frosted {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(1rem);
            color: var(--cream);
            overflow: hidden;

            h2 {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                margin: 0.5rem 0;

                img {
                    height: 4.5rem;
                    margin-left: -1rem;
                }
            }

            .marquee {
                background: rgba(255, 255, 255, 0.2);
                white-space: nowrap;
                overflow: hidden;
                padding: 0.75rem;
                display: block;

                span {
                    padding: 1rem;
                    font-size: 0.8rem;
                }
            }
        }

        .button-main {
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--red);
            color: var(--cream);
            text-decoration: none;
            padding: 1rem 2rem;
            border-radius: 1rem;
            font-weight: bold;
            margin: 1.5rem 0;
            width: 100%;
            font-family: 'Manuka', sans-serif;
            font-size: 1.8rem;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 2px;

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

        p {
            color: var(--cream);
            text-align: center;
            margin: 1rem 0;
        }

        .disclaimer {
            font-size: 0.5rem;
            color: var(--cream);
            opacity: 0.5;
            line-height: 140%;
            margin: 6rem 0 1rem 0;
            display: inline-block;
        }
    }
}

.one-dose {
    background: #060B08;
    background: linear-gradient(180deg, rgba(6, 11, 8, 1) 0%, rgba(74, 15, 0, 1) 100%);
    padding: 8rem 0 2rem 0;

    .row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;

        .content {
            flex: 0 0 500px;
            color: var(--cream);

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

                span {
                    color: #FF7855;
                }
            }

            ul {
                padding: 1rem 0;

                li {
                    list-style: none;
                    padding: 0.5rem 0;
                    display: flex;
                    gap: 1rem;
                    align-items: center;
                }
            }

            .button-main {
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--red);
                color: var(--cream);
                text-decoration: none;
                padding: 1rem 4rem;
                border-radius: 1rem;
                font-weight: bold;
                margin: 1.5rem 0;
                width: fit-content;
                font-family: 'Manuka', sans-serif;
                font-size: 1.8rem;
                text-transform: uppercase;
                font-weight: 400;
                letter-spacing: 2px;

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

            .disclaimer {
                font-size: 0.5rem;
                color: var(--cream);
                opacity: 0.5;
                line-height: 140%;
                display: inline-block;
            }
        }

        .image {
            width: 100%;
            display: flex;
        }
    }
}

.one-dose.fourinone {
    padding-top: 4rem;
    padding-bottom: 0;

    .row {
        gap: 8rem;
        align-items: flex-end;

        .content {
            padding-bottom: 4rem;

            .button-main {
                padding: 1rem 1.5rem;
            }
        }
    }

}

.introducing {
    background: var(--cream);
    border-radius: 2rem;
    margin-top: -2rem;
    padding: 4rem 0;
    z-index: 999;
    position: relative;
    margin-bottom: -2rem;

    .row {
        display: flex;
        align-items: center;

        .content {
            width: 100%;
            text-align: center;
            padding: 0 4rem;
            flex: 0 0 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            small {
                font-family: 'Manuka', sans-serif;
                font-size: 3rem;
                text-transform: uppercase;
                font-weight: 400;
                margin: 0;
                display: inline-block;
                line-height: 90%;
            }

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

                sup {
                    font-size: 2rem;
                    color: var(--deep-green);
                    top: -0.9rem;
                    position: relative;
                }
            }

            h4 {
                font-weight: bold;
                font-size: 1.2rem;
            }

            p {
                margin: 0 0 1rem 0;
            }

            .button-main {
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--red);
                color: var(--cream);
                text-decoration: none;
                padding: 1rem 4rem;
                border-radius: 1rem;
                font-weight: bold;
                margin: 1.5rem 0;
                width: fit-content;
                font-family: 'Manuka', sans-serif;
                font-size: 1.8rem;
                text-transform: uppercase;
                font-weight: 400;
                letter-spacing: 2px;

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

            .bullets {
                .row {
                    gap: 2rem;

                    .col {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: flex-start;
                        font-weight: bold;
                        font-size: 0.9rem;
                        gap: 1rem;
                    }
                }

            }

            .disclaimer {
                font-size: 0.6rem;
                opacity: 0.5;
                margin-top: 2rem;
            }
        }

        .product {
            background: var(--deep-green);
            background: radial-gradient(circle, rgba(241, 71, 29, 1) 0%, rgba(6, 11, 8, 1) 50%);
            border-radius: 1rem;
            display: flex;
            flex-direction: column;
            flex: 0 0 50%;
            align-items: center;
            justify-content: center;
            color: var(--cream);
            padding: 2rem 0;
            text-align: center;

            .title {
                font-family: 'Manuka', sans-serif;
                font-size: 3rem;
                text-transform: uppercase;
                font-weight: 400;
                margin: 0;
                color: var(--red);
                margin-top: 1rem;
            }

            .subtitle {
                text-transform: uppercase;
                font-weight: 500;
            }

            .subline {
                font-size: 0.9rem;
                margin: 0.5rem 0 2rem 0;
            }

            img {
                width: 50%;
            }

            .detail {
                margin: 2rem 0 1rem 0;
            }
        }

        .content-after {
            .button-main {
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--red);
                color: var(--cream);
                text-decoration: none;
                padding: 1rem 4rem;
                border-radius: 1rem;
                font-weight: bold;
                margin: 1.5rem 0;
                width: 100%;
                font-family: 'Manuka', sans-serif;
                font-size: 1.8rem;
                text-transform: uppercase;
                font-weight: 400;
                letter-spacing: 2px;

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

            .bullets {
                text-align: center;

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

                    .col {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: flex-start;
                        font-weight: bold;
                        font-size: 0.9rem;
                        gap: 1rem;
                        text-align: center;
                    }
                }

            }

            .disclaimer {
                font-size: 0.6rem;
                opacity: 0.5;
                margin-top: 2rem;
                text-align: center;
            }

        }
    }
}

.formula {
    background: #060B08;
    background: linear-gradient(180deg, rgba(74, 15, 0, 1) 0%, rgba(6, 11, 8, 1) 100%);
    padding: 6rem 0 0 0;
    border-bottom: 1px solid var(--cream);

    .row {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .content {
            color: var(--cream);
            flex: 0 0 30%;

            h4 {
                font-family: 'Manuka', sans-serif;
                font-weight: 400;
                text-transform: uppercase;
                font-size: 6rem;
                line-height: 90%;
                margin: 0;
            }

            p {
                line-height: 140%;
                margin: 1rem 0 4rem 0;
            }

            .button-main {
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--red);
                color: var(--cream);
                text-decoration: none;
                padding: 1rem 4rem;
                border-radius: 1rem;
                font-weight: bold;
                margin: 1.5rem 0;
                width: fit-content;
                font-family: 'Manuka', sans-serif;
                font-size: 1.8rem;
                text-transform: uppercase;
                font-weight: 400;
                letter-spacing: 2px;

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

        .image {
            flex: 0 0 50%;
            display: flex;
        }
    }
}

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

    h3 {
        font-family: 'Manuka', sans-serif;
        font-size: 6rem;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 2rem 0;
    }

    .row {
        display: flex;
        gap: 2rem;

        .col {
            padding: 2rem;
            min-height: 500px;
            border-radius: 1rem;

            .title {
                font-family: 'Manuka', sans-serif;
                font-size: 2rem;
                font-weight: 400;
                text-transform: uppercase;
                display: flex;
                justify-content: space-between;
                padding: 0 0 1rem 0;

                .number {
                    color: var(--red);
                }
            }

            .description {
                line-height: 140%;
            }

        }

        .col.first {
            background: url(../images/ed-bg-faster.webp) no-repeat center bottom;
            background-size: cover;
        }

        .col.second {
            background: url(../images/ed-bg-blood.webp) no-repeat center bottom;
            background-size: cover;
        }

        .col.third {
            background: url(../images/ed-bg-bigger.webp) no-repeat center bottom;
            background-size: cover;
        }
    }
}

.testimonials {
    background: var(--deep-green);
    background: linear-gradient(180deg, rgba(24, 45, 32, 1) 0%, rgba(6, 11, 8, 1) 100%);
    padding: 8rem 0;

    .headline {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 4rem;

        h5 {
            color: var(--cream);
            font-family: 'Manuka', sans-serif;
            font-size: 4rem;
            text-transform: uppercase;
            font-weight: 400;
            margin: 0;
        }
    }

    .row {
        display: flex;
        gap: 1rem;
        overflow: hidden;
        white-space: nowrap;
        justify-content: center;

        .col {
            background: var(--green);
            padding: 2rem 1rem;
            border-radius: 1rem;
            min-width: 256px;
            white-space: wrap;
            color: var(--cream);
            display: flex;
            gap: 2rem;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            text-align: center;

            .title {
                font-weight: 300;
                font-size: 1.2rem;
            }

            .main {
                font-size: 0.8rem;
                line-height: 140%;
                color: var(--dirty-cream);
            }

            .author {
                background: var(--deep-green);
                border-radius: 0.5rem;
                padding: 0.5rem 1rem;
                font-size: 0.8rem;
            }
        }
    }
}

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

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

        .content {
            width: 100%;
            padding: 2rem 0;

            h5 {
                font-family: 'Manuka', sans-serif;
                font-size: 6rem;
                text-transform: uppercase;
                font-weight: 400;
                color: var(--red);
                margin: 0;
            }

            .button-main {
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--red);
                color: var(--cream);
                text-decoration: none;
                padding: 1rem 4rem;
                border-radius: 1rem;
                font-weight: bold;
                margin: 1.5rem 0;
                width: 100%;
                font-family: 'Manuka', sans-serif;
                font-size: 1.8rem;
                text-transform: uppercase;
                font-weight: 400;
                letter-spacing: 2px;

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

            .disclaimer {
                font-size: 0.6rem;
                margin-top: 1rem;
                opacity: 0.5;
            }
        }

        .steps {
            width: 100%;
            display: flex;
            flex-direction: column;
            border-radius: 1rem;
            overflow: hidden;

            .step {
                background: var(--cream);
                padding: 2rem 6rem 2rem 2rem;
                margin-bottom: 1px;
                position: relative;

                .time {
                    background: var(--middle-green);
                    border-radius: 2rem;
                    color: var(--cream);
                    text-transform: uppercase;
                    font-weight: bold;
                    display: inline-block;
                    font-size: 0.75rem;
                    padding: 0.2rem 0.5rem;
                }

                .title {
                    font-weight: bold;
                    margin: 0.5rem 0 0 0;
                    font-size: 1.2rem;
                }

                .description {
                    font-size: 0.8rem;
                    margin: 0.5rem 0 0 0;
                    color: var(--bronze);
                }

                .arrow {
                    position: absolute;
                    right: 2rem;
                    top: 2rem;
                }

                &.closed {
                    .description {
                        display: none;
                    }

                    .arrow img {
                        transform: rotate(180deg);
                        transition: transform 200ms ease;
                    }
                }
            }
        }
    }
}

.cta {
    overflow: hidden;
    position: relative;
    padding: 8rem 0;

    .center {
        position: relative;
        z-index: 500;

        .content {
            width: 50%;

            h5 {
                font-family: 'Manuka', sans-serif;
                font-size: 6rem;
                text-transform: uppercase;
                font-weight: 400;
                color: var(--cream);
                margin: 0 0 2rem 0;
                line-height: 90%;
            }

            .frosted {
                background: rgba(255, 255, 255, 0.1);
                border-radius: 1rem;
                border: 1px solid rgba(255, 255, 255, 0.2);
                backdrop-filter: blur(1rem);
                color: var(--cream);
                overflow: hidden;
                padding: 0 2rem;

                h2 {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1.4rem;
                    margin: 1rem 0 0.5rem 0;
                    font-weight: 400;

                    img {
                        height: 5rem;
                        margin-left: -1rem;
                    }
                }

                .button-main {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: var(--cream);
                    color: var(--deep-green);
                    text-decoration: none;
                    padding: 1rem 4rem;
                    border-radius: 1rem;
                    font-weight: bold;
                    margin: 1.5rem 0;
                    width: 100%;
                    font-family: 'Manuka', sans-serif;
                    font-size: 1.8rem;
                    text-transform: uppercase;
                    font-weight: 400;
                    letter-spacing: 2px;

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


    }

    video {
        position: absolute;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}

footer {
    background: var(--deep-green);
    color: var(--bronze);
    padding: 2rem 0;

    .row {
        display: flex;
        gap: 2rem;

        .logo {
            width: 256px;
        }
    }

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

    small {
        font-size: 0.6rem;
        line-height: 140%;
        display: inline-block;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .center {
        padding: 0 2rem;
    }

    header {
        & .logo {
            margin: 0 auto;
        }
    }

    .hero {
        background-position: -820px -100px;
        position: relative;
        margin-bottom: -1px;

        .content {
            width: 100%;
            padding-right: 0;
            padding-top: 10rem;
            z-index: 500;
            position: relative;

            h1 {
                font-size: 5.5rem;
                width: 50%;
                text-align: center;
                margin: 0 auto;
            }

            & .frosted {
                margin-top: 2rem;

                h2 {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1rem;
                    margin: 0;
                }
            }

            .button-main {
                margin: 0.5rem 0 2rem 0;
            }

            p {
                display: inline-block;
                font-size: 0.8rem;
                width: 100%;
                padding: 0 4rem;
                margin: 0;
            }

            .disclaimer {
                display: none;
            }
        }

        .fade {
            position: absolute;
            bottom: 100px;
            left: 0;
            width: 100%;
            height: 200px;
            background: linear-gradient(180deg, rgba(6, 11, 8, 0) 0%, rgba(6, 11, 8, 1) 100%);
            z-index: 100;
        }
    }

    .one-dose {
        padding: 6rem 0 2rem 0;

        .row {
            flex-direction: column;

            & .content {
                flex: 0 0 auto;

                h3 {
                    font-size: 4rem;
                }

                & ul {
                    li {
                        padding: 0;
                    }
                }
            }
        }
    }

    .one-dose.fourinone {
        .row {
            gap: 0;
        }
    }

    .introducing {
        .row {
            flex-direction: column;

            .content {
                padding: 0;
                flex: 0 0 100%;

                h3 {
                    font-size: 4rem;

                    sup {
                        font-size: 1rem;
                    }
                }

                p {
                    br {
                        display: none;
                    }
                }

                .button-main {
                    display: none;
                }

                .bullets {
                    display: none;
                }

                .disclaimer {
                    display: none;
                }
            }
        }
    }

    .formula {
        .row {
            flex-direction: column;
        }
    }

    .why {
        .row {
            flex-direction: column;
        }

        h3 {
            font-size: 4rem;
            line-height: 90%;
        }
    }

    .testimonials {
        padding: 4rem 0;

        .headline {
            flex-direction: column;
            gap: 1rem;
        }
    }

    .how {
        .row {
            flex-direction: column;
            gap: 0;

            & .content {
                h5 {
                    font-size: 4rem;
                }
            }

            & .steps {
                .step {
                    padding: 2rem 4rem 2rem 2rem;
                }
            }
        }
    }

    .cta {
        & .center {
            & .content {
                width: 100%;

                h5 {
                    font-size: 4rem;
                }

                & .frosted {
                    padding: 0 1rem;

                    h2 {
                        font-size: 1rem;
                    }

                    .button-main {
                        padding: 1rem 0;
                    }
                }
            }
        }

        video {
            width: auto;
            height: 100%;
            left: -50%;
        }
    }

    footer {
        .row {
            flex-direction: column;

            .logo {
                width: 128px;
            }
        }
    }
}