@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin: 0;
    padding: 0;
    width: 100%;
}

html {
    scroll-behavior: smooth; /* This is the magic line! */
}

.cybcyp{
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    background-color: #f5f5f5;
    width: 100%;
    font-feature-settings: 'lnum';
    max-width: 1280px;
    margin: auto;
}

.cybcyp *{
    margin: 0;
    padding: 0;
}

.cybcyp-section-content{
    width: 100%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
}

.cybcyp-banner{
    background: #ff9000;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-size: 2.875em;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

.cybcyp-hero{
    background-image: url('../img/hero-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 5rem 2rem 5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.cybcyp-hero img.hero-book{
    max-width: 350px;
}

.cybcyp-book-preview{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cybcyp-book-preview h2{
    font-size: 4.125em;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #0519ad;
    max-width: 750px;
}

.cybcyp-book-preview h3{
    font-family: "Raleway", sans-serif;
    font-size: 3em;
    font-weight: 500;
    color: #434748;
    max-width: 650px;
    max-width: 500px;
    line-height: 1.3;
}

.cybcyp-book-preview a{
    font-size: 2.0625em;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: white;
    background: #0519ad;
    text-decoration: none;
    padding: 1rem 1.5rem;
    display: block;
    width: max-content;
    border-radius: 20px;
}

.cybcyp-book-preview-section--content{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.cybcyp-video{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.cybcyp-video .video-thumbnail{
    width: 100%;
    height: auto;
}

.cybcyp-video .video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    max-width: 100px;
}

.cybcyp-video .video-play:hover{
    zoom: 1.2;
}

.cybcyp-video .video-copy{
    position: absolute;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
}

.cybcyp-video .video-copy h3{
    font-size: 4.125em;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: white;
}

.cybcyp-video .video-copy h4{
    font-family: "Raleway", sans-serif;
    color: white;
    font-size: 3.125em;
    font-weight: 600;
    max-width: 600px;
}

.cybcyp-gifts{
    background-image: url('../img/pre-order-bg-v2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 5rem 2rem 2rem 2rem;
    height: 690px;
    box-sizing: border-box;
}

.cybcyp-gifts img{
    width: 100%;
    height: auto;
}

.cybcyp-gifts h2{
    color: #ffd800;
    text-align: center;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    font-size: 3.375em;
    text-transform: uppercase;
}

.cybcyp-gifts-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.cybcyp-gifts-list ul{
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-left: 25px;
    max-width: 460px;
    margin-top: -17px;
}

.cybcyp-gifts-list-part:nth-child(2){
    flex: 0 0 auto;
}

.cybcyp-gifts-list-part .gifts-illustration{
    max-width: 355px;
}

.cybcyp-gifts .cybcyp-section-content{
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.cybcyp-media-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.cybcyp-media-text-image,
.cybcyp-media-text-content{
    flex: 1 1 50%;
    box-sizing: border-box;
    align-self: stretch;
}

.cybcyp-media-text-content{
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
}

.cybcyp-media-text-image{
    position: relative;
}

.cybcyp-media-text-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cybcyp-media-text-content h3{
    font-family: "Open Sans", sans-serif;
    color: #2566bb;
    font-size: 3.3em;
    font-weight: 500;
    text-transform: uppercase;
}

.cybcyp-media-text-content p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #434748;
    line-height: 1.5;
}

.cybcyp-text-section{
    background-color: #ffffff;
    padding: 5rem 2rem;
}

.cybcyp-text-section h2{
    color: #2566bb;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    font-weight: 400;
}

.cybcyp-media-text-content ul{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #434748;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-left: 25px;
}

.cybcyp-text-section-black h2{
    color: #282c2d;
}

.number-label{
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 700px;
}

.number-label span{
    color: #434748;
    font-weight: 600;
    font-size: 1.875em;
    line-height: 1.5;
}

.cybcyp-form{
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.cybcyp-form-container{
    display: flex;
    justify-content: space-between;
    gap: 10rem;
}

.cybcyp-stores,
.cybcyp-receipt-form{
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.stores-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

header,
footer,
nav{
    display: none !important;
}

.cybcyp-wpform.wpforms-container .cybcyp-wpform-submit{
    background: #ff9000 !important;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    box-sizing: content-box;
}

.cybcyp-wpform.wpforms-container input{
    width: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 1rem 1rem !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 2rem !important;
    box-sizing: border-box !important;
    height: 60px;
}

.wpforms-layout-row{
    gap: 1rem !important;
}

.stores-list img{
    max-width: 200px;
}

.cybcyp-wpform.wpforms-container{
    margin-top: -15px !important;
}

.number-label img{
    max-width: 80px;
}

.video-embed-container iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 50px;
}

.hidden{
    display: none !important;
}

.footer{
    background: white;
    padding: 3rem 2rem;
}

.footer-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.footer-logos img{
    max-width: 250px;
    height: auto;
}

.footer-logos img.aci-logo{
    max-width: 205px;
    margin-top: -5px;
}

.copyright{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #04364d;
    margin: 0;
    text-align: left;
    margin-left: 24px;
}

.copyright a{
    color: #1bb4c8;
}

.footer .copyright{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #434748;
    line-height: 1.5;
    text-align: center;
    margin-top: 2.5rem;
}

.footer .copyright a{
    color: #1bb4c8;
}

.cybcyp-order-form-subcopy{
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #434748;
    line-height: 1.5;
    max-width: 900px;
    margin: auto;
    margin-top: 1rem;
}

@media screen and (max-width: 1440px){
    .cybcyp{
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px){
    .cybcyp{
        font-size: 8px;
    }

    .cybcyp-hero img.hero-book {
        max-width: 250px;
    }

    .cybcyp-hero{
        padding: 5rem 2rem;
    }

    .cybcyp-media-text-content{
        padding: 2rem;
    }

    .stores-list img{
        max-width: 250px;
    }

    .cybcyp-video .video-copy {
        position: absolute;
        right: unset;
        top: 83%;
        left: 2rem;
        transform: translateY(-50%);
        max-width: max-content;
    }

    .cybcyp-video .video-play{
        max-width: 100px;
    }

    .cybcyp-book-preview-section--content {
        max-width: 450px;
    }

    .cybcyp-text-section{
        padding: 2rem;
    }
    
    .cybcyp-book-preview-section--content br{
        display: none;
    }
}

@media screen and (max-width: 768px){
    .cybcyp-media-text{
        flex-direction: column;
    }

    .cybcyp-media-text-1,
    .cybcyp-media-text-3,
    .cybcyp-media-text-5{
        flex-direction: column-reverse;
    }

    .cybcyp-form-container,
    .cybcyp-gifts-list{
        flex-direction: column;
        gap: 3rem;
    }

    .stores-list img {
        max-width: 180px;
    }

    .number-label img{
        max-width: 50px;
    }

    section{
        padding: 2rem;
    }

    .cybcyp-gifts{
        padding: 2rem;
    }

    .cybcyp-gifts .cybcyp-section-content{
        gap: 2rem;
    }

    .number-label{
        gap: 1rem;
    }

    .stores-list{
        justify-content: center;
    }

    .cybcyp-video .video-play {
        max-width: 50px;
    }

    .cybcyp-video .video-copy {
        display: none;
    }

    .cybcyp-hero {
        padding: 2rem 2rem;
        gap: 2rem;
    }

    .cybcyp-hero img.hero-book {
        max-width: 200px;
        margin-left: 3rem;
    }

    .cybcyp-book-preview{
        gap: 2rem;
        text-align: center;
    }

    .cybcyp-book-preview a{
        margin: 0 auto;
    }

    .cybcyp-book-preview-section--content,
    .cybcyp-form,
    .cybcyp-stores, 
    .cybcyp-receipt-form {
        gap: 2rem;
    }
    
    .cybcyp-gifts{
        height: auto;
    }
    
    .cybcyp-gifts-list ul{
        margin-top: 0;
    }
}

@media screen and (max-width: 480px){
    .cybcyp-hero img.hero-book {
        max-width: 140px;
    }
}