/* sac-styles.css */

.container {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2a9d8f;
}

.description {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.optin-form input[type="email"] {
    width: 85%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.optin-form button {
    padding: 12px 25px;
    background-color: #2a9d8f;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.optin-form button:hover {
    background-color: #21867a;
}

.bullet-points {
    text-align: left;
    margin-top: 25px;
}

.bullet-points ul {
    padding-left: 25px;
}

.bullet-points li {
    margin-bottom: 12px;
    font-size: 16px;
}

.footer-note {
    margin-top: 30px;
    font-size: 14px;
    color: #777;
}

/* Optional: Style the iFrame */
.container iframe {
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
