body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #e8f0fe;
    min-height: 100vh;
}

.bullet-list {
    margin-top: -10px;
}

#email-signup-form input {
    display: inline-block;
    padding: 15px 30px;
    color: #000;
    margin: 0 10px;
    border-radius: 5px;
    padding: 15px 30px;
}

#email-signup-form button {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 12px 27px;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s;
}

.below-the-fold {
    margin-top: 5rem;
}

.container {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    max-width: 1200px;
    margin: 0 auto;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.main-content {
    flex: 1;
    padding-right: 30px;
}

h1 {
    color: #2c3e50;
    font-size: 2.5em;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #2980b9;
}

.benefits {
    margin-top: 20px;
}

.benefit-item {
    margin-bottom: 10px;
}

.video-container {
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: 25px;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: unset;
}

.bottom-text {
    width: 100%;
    margin-top: 2rem;
}

.page-title {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.content-layout {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.left-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.assessment-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    align-self: flex-start;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .content-layout {
        grid-template-columns: 1fr;
    }
}

.header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem 0;
}

.header-logo {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}
