.thankyou-page{

    padding:70px 0;

    background:#f7f9fc;

}

.thankyou-card{

    max-width:900px;

    margin:auto;

    background:#fff;

    border-radius:18px;

    padding:45px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.success-icon{

    width:90px;

    margin:auto;

}

.success-icon svg{

    width:90px;

    height:90px;

    fill:none;

    stroke:#22c55e;

    stroke-width:3;

}

.success-badge{

    display:inline-block;

    padding:8px 18px;

    background:#e8f7ee;

    color:#22c55e;

    border-radius:50px;

    font-weight:700;

    margin:20px 0;

}

.lead-text{

    color:#666;

    margin-bottom:35px;

}

.summary-card{

    border:1px solid #eee;

    border-radius:12px;

    overflow:hidden;

    margin:35px 0;

}

.summary-row{

    display:flex;

    justify-content:space-between;

    padding:16px 20px;

    border-bottom:1px solid #eee;

}

.summary-row:last-child{

    border-bottom:none;

}

.success{

    color:#22c55e;

}

.campaign-progress-card{

    margin:40px 0;

}

.progress{

    height:12px;

    background:#ececec;

    border-radius:20px;

    overflow:hidden;

    margin:15px 0;

}

.progress-bar{

    height:100%;

    background:#2563eb;

    border-radius:20px;

}

.progress-header,

.progress-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.thankyou-actions{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

    margin:40px 0;

}

.btn{

    padding:14px 28px;

    border-radius:8px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-primary{

    background:#2563eb;

    color:#fff;

}

.btn-outline{

    border:2px solid #2563eb;

    color:#2563eb;

}

.btn-accent{

    background:#16a34a;

    color:#fff;

}

.btn-light{

    background:#f3f4f6;

    color:#333;

}

.btn:hover{

    transform:translateY(-2px);

}

.impact-message{

    margin-top:45px;

    text-align:center;

}

.share-card{

    margin-top:50px;

    text-align:center;

}

.share-buttons{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

    margin-top:25px;

}

.share-btn{

    text-decoration:none;

    padding:12px 22px;

    border-radius:8px;

    color:#fff;

    font-weight:600;

}

.whatsapp{

    background:#25D366;

}

.facebook{

    background:#1877F2;

}

.twitter{

    background:#000;

}

@media(max-width:768px){

.summary-row{

    flex-direction:column;

    gap:6px;

}

.thankyou-card{

    padding:25px;

}

.thankyou-actions{

    flex-direction:column;

}

.btn{

    width:100%;

    text-align:center;

}

}