body, html {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.left-content {
    flex: 1;
    padding-right: 40px;
}

.right-content {
    flex: 1;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.coming-soon {
    margin-top: 45px;
    margin-bottom: 0px;
    font-size: 28px;
    color: #5A56FC;
    font-weight:bolder

}

.quote {
    font-size: 72px;
    line-height: 0;
    margin-top: 40px;
}

.feature-list {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.feature-item {
    margin-bottom: 20px;
    display: flex;
}

.feature-number {
    font-size: 28px;
    font-weight: 700;
    margin-right: 15px;
    color: #5A56FC;
}

.feature-text {
    font-size: 20px;
    line-height: 1.6;
}

.image-container {
    text-align: center;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

.cta-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    width: 100%;
}

.cta-button {
    display: inline-block;
    background-color: #5A56FC;
    color: white;
    padding: 10px 20px;
    margin: 0px 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    transition: background-color 0.7s;
    width: 275px;
    text-align: center;
}

.cta-button:hover {
    background-color: #7e7cec;
}

.social-icons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 19px;
}

.social-icons a {
    color: 5A56FC;
    font-size: 24px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #5A56FC;
}

#mc_embed_signup {
    background: transparent;
    clear: left;
    font: 14px 'Inter', Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 0;
    margin-left: -20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#mc_embed_signup form.email-form {
    margin-top: -5px;
    padding: 0;
}

#mc_embed_signup .mc-field-group {
    display: flex;
    align-items: center;
    margin-top: 0;
    gap: 10px;
    width: calc(100% + 20px);
}

#mc_embed_signup input[type="email"],
#mc_embed_signup button[type="submit"] {
    font-size: 14px;
    line-height: 1.5;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
}

#mc_embed_signup input[type="email"] {
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 310px;
    padding: 0 15px;
    border: 1px solid #8a2be2;
    border-radius: 5px;
}

#mc_embed_signup button[type="submit"] {
    flex-shrink: 0;
    padding: 0 15px;
    background-color: #5A56FC;
    color: white;
    border: 1px solid #5A56FC;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
}

#mc_embed_signup button[type="submit"]:hover {
    background-color: #7a1dd1;
}

.cta-text, .survey-text {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 100px;
    color: #333;
    font-weight: bold;
}

.survey-text {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}
.hjelp-oss-text {
    margin-top: 65px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight:bold;

}
.epost-text{
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #333;
    line-height: 1.4;
   

}