/* ============================================================
   soutenir.css - Page "Soutenir / Envoyer sans pub"
   ============================================================ */

.soutenir-wrap {
    max-width: 640px;
    margin: 40px auto;
    padding: 0 16px;
}

.soutenir-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    padding: 36px 32px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.soutenir-card h1 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #14244a;
    margin-bottom: 14px;
    text-align: center;
}

.soutenir-card .soutenir-intro {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 22px;
}

.soutenir-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

.soutenir-benefits li {
    font-size: 15px;
    color: #333;
    line-height: 1.9;
    padding-left: 28px;
    position: relative;
}

.soutenir-benefits li::before {
    content: '\2714';
    position: absolute;
    left: 0;
    color: #2e9e5b;
    font-weight: 700;
}

.soutenir-field {
    margin-bottom: 20px;
}

.soutenir-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #14244a;
    margin-bottom: 6px;
}

.soutenir-field input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cdd6e4;
    border-radius: 6px;
    font-size: 15px;
}

.soutenir-amounts {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.soutenir-amount {
    flex: 1;
    text-align: center;
    padding: 14px 0;
    border: 2px solid #cdd6e4;
    border-radius: 8px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    color: #14244a;
    background: #fff;
    transition: all .15s;
    user-select: none;
}

.soutenir-amount:hover {
    border-color: #f1af21;
}

.soutenir-amount.selected {
    border-color: #f1af21;
    background: #fff7e6;
}

#paypal-button-container {
    margin-top: 8px;
    min-height: 50px;
}

.soutenir-note {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 18px;
    line-height: 1.6;
}

.soutenir-message {
    text-align: center;
    padding: 18px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 16px;
}

.soutenir-message.success {
    background: #eaf7ef;
    border: 1px solid #b6e3c6;
    color: #1d6b3a;
}

.soutenir-message.error {
    background: #fdeaea;
    border: 1px solid #f3c0c0;
    color: #a12121;
}

.soutenir-result-link {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 28px;
    background: #f1af21;
    color: #14244a;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
}
