/* Lead Magnet Preview Images */
.lead-magnet-preview {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Download Button Styles */
.download-button {
    display: inline-block;
    background: #E6B800;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.download-button:hover {
    background: #d6ac00;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Thank You Page Styles */
.thank-you-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

.thank-you-title {
    color: #B69BE8;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.thank-you-subtitle {
    color: #5D4777;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.thank-you-message {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.menorescue-promo {
    background: linear-gradient(135deg, #B69BE8 0%, #5D4777 100%);
    border-radius: 10px;
    padding: 30px;
    margin: 40px 0;
    color: white;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menorescue-promo-content {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

.menorescue-promo-image {
    flex: 0 0 150px;
    text-align: center;
}

.menorescue-promo-image img {
    max-width: 100%;
    border-radius: 5px;
}

.menorescue-promo-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    color: #E6B800;
}

.menorescue-promo-description {
    margin-bottom: 20px;
    line-height: 1.6;
}

.menorescue-button {
    display: inline-block;
    background: #E6B800;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.menorescue-button:hover {
    background: #d6ac00;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
