.fc-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.55);

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:9999;

    animation:fadeIn .25s;

}

.fc-modal-card{

    width:92%;

    max-width:430px;

    background:white;

    border-radius:22px;

    padding:40px;

    text-align:center;

    box-shadow:0 20px 60px rgba(0,0,0,.2);

}

.fc-modal-icon{

    font-size:70px;

    margin-bottom:20px;

}

.fc-modal-card h2{

    color:#14345d;

    margin-bottom:15px;

}

.fc-modal-card p{

    color:#6d7684;

    line-height:1.7;

}

.fc-modal-btn{

    margin-top:30px;

    width:100%;

    padding:16px;

    border:none;

    border-radius:12px;

    cursor:pointer;

    background:linear-gradient(
        135deg,
        #14345d,
        #19c15f
    );

    color:white;

    font-size:18px;

    font-weight:600;

}
