html, body {
    margin:0;
    padding:0;
    background-color: #212022;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color:#fff;
}

body {
    width:100%;
    height:100%;
    overflow-x:hidden;
}

body.open {
    overflow: hidden;
}

* {
    box-sizing: border-box; 
}

p {
    font-size:1.3em;
    margin-bottom:10px;
    line-height: 1.4em;
}

a {
    text-decoration: underline;
    cursor: pointer;
    color:#d5d5d5;
}

a:hover {
    color:#d144be;
}

ul li {
    font-size:1.3em;
    margin-bottom:10px;
    line-height: 1.4em;
}

hr {
    background: #9e49fc;
    background: linear-gradient(30deg, #0674dd, #4c55c1, #8100f7, #9e49fc, #d144be);
    height:3px;
    margin:40px auto;
    outline:none;
    border:none;
}

hr.small {
    width:40%;
}

hr.mini {
    width:15%;
}

.wrapper {
    width:1200px;
    margin:0 auto;
    position: relative;
}

.header {
    height:80px;
}

.header .wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    padding:0 20px;
}

.logo::after {
    content: "";
    display: block;
    z-index: 90;
    width: 150px;
    height: 10px;
    background: rgba(0, 0, 0, 0.6);
    filter: blur(10px);
    border-radius: 100%;
    position: absolute;
    margin: 190px 0 0 10px;
}

.robocat {
    width: 220px;
    position: absolute;
    z-index: 10;
    margin:-10px 0 0 -30px;
    z-index: 100;
}

.robocat.jump {
    right:-100px;
    margin:0;
    top:-180px;
}

.top {
    background: linear-gradient(0deg, hsla(243, 21%, 22%, 1) 0%, hsla(270, 3%, 13%, 1) 29%);
    overflow: hidden;
    position: relative;
}   

.top-shadow {
    background: hsla(226, 54%, 44%, 1);
    background: radial-gradient(circle, hsla(226, 54%, 44%, 1) 0%, hsla(206, 62%, 29%, 1) 100%);
    filter:blur(30px);
    border-radius: 100%;
    height: 80px;
    width:80%;
    opacity: 0.4;
    position:absolute;
    left:50%;
    bottom:-50px;
    margin-left:-40%;
}



.bottom {
    padding-top:200px;
    background: linear-gradient(0deg, hsla(270, 3%, 13%, 0.2) 50%, hsla(240, 100%, 6%, 0.3) 100%);
}

.hero {
    padding:80px;
    border-radius: 28px;
    margin:40px 0 0;
    background: #262527;
    background: linear-gradient(359deg, rgb(58 58 58 / 4%) 0%, rgba(143, 143, 161, 0.1) 10%, #262527 80%);    
    text-align: center;
    position: relative;
    z-index: 10;
}

.hero h1 {
    font-size: 80px;
    text-align: center;
    
    font-weight: 500;
    letter-spacing:-2.7px;
    line-height: 1em;
}

.hero h1 span {
    font-weight: 600;
    background: linear-gradient(30deg, #0674dd, #4c55c1, #8100f7, #9e49fc, #d144be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p.lead {
    font-size:1.6em;
    font-weight: 400;
}

.hero img {
    max-width: 100%;
    margin-top:40px;
    border-radius: 28px;
}

.section {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom:120px;
    z-index: 10;
    position: relative;
}

.section.alt {
    flex-direction: row-reverse;
}

.section.center {
    margin-bottom:40px;
    justify-content: center;
    text-align: center;
    background-color: #19191a;
    padding:50px;
    border-radius: 22px;
    border:2px dashed #2a282c;
    flex-direction: column;
}   

.section-body {
    flex:1;
}

.section-media {
    position: relative;
    width:40%;
    margin-right:100px;
}

.section.alt .section-media {
    margin-right:0;
    margin-left:100px;
}

.section-media img {
    max-width: 100%;
    border-radius: 22px;
}

.astronaught {
    width:180px;
    position:absolute;
    top:-80px;
    left:-120px;
    transform:scale(-1, 1);
}

.demo-tag {
    background-color: rgb(240, 240, 134);
    color:#222121;
    position:absolute;
    padding:8px 12px;
    border-radius: 4px;
    transform: rotate(-10deg);
    left:-20px;
    top:-20px;
    font-weight: bold;
}

.ai-bubble {
    border-radius: 22px;
    padding:15px;
    background-color: #4c55c1;
    color:#fff;
    position: absolute;
    top:-80px;
    right:-50px;
    width:320px;
    font-size: 0.8em;
    transform: rotate(2deg);
}

.ai-bubble::before, 
.ai-bubble::after {
    content:'';
    display: block;
    position:absolute;
    width:40px;
    height:40px;
    border-radius: 100%;
    background-color: #4c55c1;
    transform: translateY(10px) translateX(30px);
    bottom: -40px;
}

.ai-bubble::after {
    width:20px;
    height:20px;
    bottom: -60px;
    transform: translateY(10px) translateX(60px);
}

.ai-bubble .ai-bubble-header { 
    font-weight: bold;
    font-size: 1.1em;
}

.survey {
    margin-bottom:80px;
}

.survey p,
.survey p.lead {
    font-size:1.1em;
    margin-bottom: 4px;
    padding:0;
    line-height: 0.8em;
    color:#8a8491;
}

.survey p.lead {
    font-weight: 600;    
}

.space-element, 
.space-star {
    position: absolute;
    z-index: 0;
    transition: transform 0.1s ease-out;
    opacity: 0.1;
}

.space-star { 
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.4;
}

.feature-overview {
    display: flex;
    margin-top:100px;
    flex-wrap: wrap;
}

.feature-overview .feature {
    padding:15px 20px;
    border-radius: 12px;
    background-color: #3b3541;
    font-size:0.7em;
    z-index: 80;
    margin:0 10px 20px 10px;
    width:calc(33% - 20px);
    text-align: center;
    transition: trasform ease-in-out 0.8s;
}

.feature-overview .feature h2 {
    text-align: center;
    font-weight: 500;
    font-size:1.8em;
}

.feature-overview .feature ul {
    list-style: none;
    margin:0;
    padding:0;
}

.feature-overview .feature ul li {
    margin:0 0 10px 0;
    padding:0;
}

.footer {
    margin-top:100px;
    padding:50px 0;
}

.footer p {
    margin:0;
    padding:0;
    text-align: center;
    font-size:0.8em;
    color:#8a8491;
}

.survey-call {
    text-align: center;
    margin:100px 0;
}

.survey-call img  {
    width:180px;
}

.survey-bg {
    position:fixed;
    top:20px;
    left:20px;
    right:20px;
    bottom: 20px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 22px;
    display: none;
    z-index: 150;
}

.survey-bg.open {
    display: flex;
}

.survey-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position:fixed;
    top:20px;
    left:20px;
    right:20px;
    bottom: 20px;
    z-index: 200;
    display: none;
}

.survey-modal.open {
    display:flex;
}

.survey-modal-container {
    background-color: #fff;
    border-radius: 22px;
    padding:60px;
    width:800px;
    color:#19191a;  
    max-height: 70%;
    overflow: auto;
    position: relative;
}

.survey-modal-container::-webkit-scrollbar {
    width: 0.2em;
}
 
.survey-modal-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.survey-modal-container::-webkit-scrollbar-thumb {
    background-color:#8100f7;
    outline: none;
    border-radius: 22px;
}

.survey-modal-container form {
    margin-top:50px;
}

.survey-close {
    position: absolute;
    top:40px;
    right:80px;
    width:40px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size: 22px;
    text-decoration: none;
}

.field {
    margin-bottom: 30px;
    width: 100%;
}

.field label {
    display: block;
    margin-bottom:5px;
    font-weight: 500;
}

.field input, 
.field select, 
.field textarea {
    padding:15px;
    border-radius: 8px;
    border:3px solid #d3d2d4;
    width:100%;
    outline:none;
}

.field input:focus, 
.field select:focus, 
.field textarea:focus {
    border-color: #d144be;
}

.form-button, 
.button {
    padding:15px 28px;
    color:#fff;
    outline:none;
    border:none;
    background-color: #9e49fc;
    border-radius: 22px;
    font-size:1.2em;
    font-weight: 500;
    cursor: pointer;
    z-index: 20;
}

.form-button:hover,
.button:hover {
    background-color: #cf49fc;
}

.message {
    padding:20px;
    border-radius: 22px;
    display: none;
}

.message h4 {
    margin: 0;
}

.message.success {
    background-color: #46eca1;
}

.message.error {
    background-color: #e06896;
}

@media (max-width: 768px) {
    .wrapper {
        width:100%;
    }

    p {
        font-size: 1.2em;
    }

    .space-element, 
    .space-star {
        
    }

    .header {
        padding-right:20px;
    }

    .hero {
        margin:20px 20px 0 20px;
        padding:30px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p.lead {
        font-size: 1.2em;
    }
    
    .survey {
        margin-bottom:20px;
    }

    .survey p, .survey p.lead {
        line-height: 1.1em;
    }

    .robocat {
        width:120px;
        margin:-70px 0 0 0px;
    }

    .robocat.jump {
        right: 20px;
        margin: 0;
        top: -130px;
    }

    .logo::after {
        display: none;
    }

    hr {
        margin:30px auto;
    }

    hr.mini {
        width:40%;
    }

    .section {
        flex-direction: column !important;
        padding:40px;
        margin-bottom:50px;
    }

    .section-media {
        width:100%  !important  ;
        margin:0 !important;
    }

    .section.center {
        margin:40px;
        padding:20px;
        overflow: hidden;
    }

    .section-body-astro {
        padding-left:50px;
    }

    .ai-bubble {
        right:20px;
    }

    .survey-call {
        padding:40px;
    }

    .feature-overview {
        padding:20px;
    }

    .feature-overview .feature {
        width:100%;
        margin:0 0 20px 0;
    }

    .footer {
        padding:40px;
    }

    .astronaught {
        top:80px;
    }

    .bottom {
        padding-top:180px !important;
    }

    .survey-bg {
        background-color: rgba(0,0,0,0.8);
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .survey-modal-container {
        padding:30px;
    }

    .form-button {
        width:100%; 
    }
}