@font-face {
    font-family: Phudu;
    src: url('fonts/Phudu.woff2');
}
@font-face {
    font-family: CrimsonText;
    src: url('fonts/CrimsonText.woff');
}

:root {
    --teal: #e9e1ff;
    --light-purple: #785ad0;
    --dark-purple: #130b3eff;
}
body {
    margin: auto;
    font-family: Phudu;
    text-align: center;
}
a {
    text-decoration: none;
    color: #fff;
    font-family: Phudu;
    font-weight: bold;
}
span.yellow {
    background: yellow;
}
span.light {
    color: var(--light-purple);
    padding: 0 2.5rem .2rem .1rem;
}
span.price, span.purple {
    background: var(--dark-purple);
    color: yellow;
}
span.price, p span.purple {
    font-style: italic;
    padding: 0 .5rem;
}
span.purple.light {
    background: var(--light-purple);
    font-weight: 600;
}
h2 {
    line-height: 1.1em;
    font-size: 3rem;
    text-transform: uppercase;
    color: var(--light-purple);
}
h2 span.yellow {
    padding: 0 0 .2rem 3rem;
    color: var(--dark-purple);
}
h2 span.purple {
    padding: 0 2rem .2rem .5rem;
}
h3 {
    line-height: 1.5rem;
    font-style: italic;
}
hr {
    border: 1px solid var(--dark-purple);
    height: 95%;
}
p span.purple {
    background: var(--light-purple);
    font-family: CrimsonText;
    text-transform: lowercase;
}
.button {
    border: 1px solid var(--dark-purple);
    border-radius: 2rem;
    padding: .1rem 1.7rem .3rem;
    background: var(--teal);
    color: var(--dark-purple);
    line-height: 6rem;
    font-size: 2rem;
    box-shadow: -3px 3px #888888;
}
.button:hover {
    color: yellow;
    background: var(--light-purple);
}
.content {
    margin: auto auto 2rem;
    width: 630px;
    font-size: 1.5rem;
    line-height: 1.1em;
}

header {
    background: var(--light-purple);
    display: inline-flex;
    width: 100%;
    height: 80px;
    font-size: 1.5rem;
}
header img {
    margin: auto;
}
nav {
    display: flex;
    width: 500px;
    margin: auto;
}
nav a:nth-child(even):before, nav a:nth-child(even):after {
    content: '|';
    color: #fff;
    margin: .5rem;
}
nav a:last-child {
    color: yellow;
    background: var(--dark-purple);
    padding: 0 1.5rem .2rem .5rem;
}

.intro {
    display: grid;
    grid-template-columns: 4fr 3fr;
    width: 800px;
    margin: 4rem auto;
}
.video {
    background: #000;
    width: 400px;
    height: 225px;
    padding: 2px!important;
}
.video-text {
    padding: 0;
    color: var(--dark-purple);
    font-family: CrimsonText;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}
.video-text p {
    margin: .4rem 0;
    text-align: left;
}

.features {
    background: var(--teal);
    clip-path: polygon(0 4%, 100% 0,100% 95%,0 100%);
    padding: 1rem 0 3rem;
    color: var(--dark-purple);
}
.features .items {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr 1fr 3fr;
    font-family: CrimsonText;
    font-size: 1.2rem;
    line-height: 1rem;
}

.how-it-works {
    margin-bottom: 0;
    color: var(--dark-purple);
    font-weight: 700;
}
.how-it-works p {
    text-align: left;
    text-indent: 1rem;
}

.results {
    background: url('images/bg_results.png') no-repeat;
    background-size: cover;
    padding: 6rem 0 3rem;
}
.results .content {
    color: #fff;
    line-height: 1.5rem;
    font-family: CrimsonText;
    text-indent: 1rem;
    text-align: justify;
}
.results p {
    margin: 2rem 0 .8rem;
}
.results span {
    margin: 1rem;
    color: yellow;
    font-weight: 700;
    font-style: italic;
}

.privacy {
    color: var(--light-purple);
    font-weight: 600;
}
.privacy p {
    margin: 0 10%;
    text-indent: 1rem;
    text-align: left;
}

.questions {
    background: var(--light-purple);
    clip-path: polygon(0 23%, 100% 0,100% 100%,0 91%);
    padding: 3rem 0 1rem;
    color: #fff;
    text-align: left;
}
.questions .content {
    font-size: 2rem;
}
.questions p {
    margin: 1.5rem;
}
.questions span {
    position: relative;
    left: 10rem;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 0 2rem .2rem 1rem;
}
.questions img {
    margin: 0 1rem;
}

.come-to-us {
    display: grid;
    grid-template-columns: 13fr 9.7fr;
    gap: 4rem;
    margin: 2rem auto .5rem;
    text-align: left;
}
.come-to-us h2 {
    margin: 0 0 .5rem;
    color: var(--dark-purple);
    line-height: 1em;
    font-size: 5rem;
}
.come-to-us div:first-child span {
    display: block;
}
.come-to-us div:last-child {
    text-indent: 1rem;
    color: var(--dark-purple);
    font-family: CrimsonText;
}
.come-to-us em {
    display: block;
    padding: .5rem 0;
    text-indent: 0;
}
.come-to-us em span {
    padding: 0 8rem 0 .1rem;
}

footer {
    background: var(--dark-purple);
    height: 70px;
    margin: 1rem auto 0;
    color: #fff;
    overflow: hidden;
}
footer img {
    vertical-align: middle;
    margin-right: 1rem;
    padding: .8rem;
}

@media only screen and (max-width: 1200px) {
    .intro {
        grid-template-columns: 1fr;
        margin: 2rem auto 0;
    }
    .video {
        margin: auto;
        width: 600px;
        height: 340px;
    }
    .video-text p {
        margin: 2rem 0 0 0;
        text-align: center;
    }
    .features .items {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .features .items hr {
        display: none;
    }
}