/* =========================================================
   Lead signup � Samtalshuset
========================================================= */

.lead-signup {
    max-width: 520px;
    margin: 0 auto;
    padding: 32px 24px;
    background: #fafafa;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.lead-signup h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #833332;
    font-size: 24px;
    text-align: center;
}

.lead-intro {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    margin-bottom: 22px;
}

/* ---------------------------------------------------------
   Form
--------------------------------------------------------- */

.lead-signup .lead-form {
    display: flex;
    flex-direction: column;
}


.lead-form label {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.lead-form input[type="email"] {
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
}

.lead-form input[type="email"]:focus {
    outline: none;
    border-color: #833332;
}

/* ---------------------------------------------------------
   Messages
--------------------------------------------------------- */

.info-box {
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 15px;
}

.info-box.success {
    background: #e8f5ec;
    color: #1e6b3a;
    border: 1px solid #b7e0c4;
}

.info-box.error {
    background: #fdeaea;
    color: #8a1f1f;
    border: 1px solid #f2bcbc;
}

/* ---------------------------------------------------------
   Button
--------------------------------------------------------- */

.contact-submit {
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    background: #833332;
    color: #fff;
    border: none;
    cursor: pointer;
}

.contact-submit:hover {
    background: #9d3c3c;
}

/* ---------------------------------------------------------
   Mobile
--------------------------------------------------------- */

@media (max-width: 480px) {
    .lead-signup {
        padding: 24px 18px;
    }

    .lead-signup h2 {
        font-size: 22px;
    }
}
.lead-actions {
    margin-top: 20px;
    text-align: center;
}
/* =========================================================
   Säkerställ att CTA-länkar beter sig som knappar
========================================================= */

.lead-signup a.contact-submit {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* Begränsa bredd på toppmeddelande */
.page-inner > .info-box {
    max-width: 520px;          /* samma som .lead-signup */
    margin: 0 auto 24px;       /* centrerad + lagom luft under */
    box-sizing: border-box;
}
