﻿body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f9fb;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 24px;
}

h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

/* LISTA PERSONALIZADA */
.benefits-list {
    list-style: none; /* remove bolinhas */
    padding-left: 0;
    margin-bottom: 24px;
    margin-left:24px;
}

.benefits-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

.form-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-bottom: 24px;
}

iframe {
    width: 100%;
    border: none;
}

.disclaimer {
    font-size: 13px;
    color: #666;
    margin-top: 12px;
    text-align: center;
}

.price {
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}
