.coming-soon-banner{
background:#fff6d9;
border-bottom:1px solid #ecd58b;
color:#4d421f;
padding:10px 16px;
display:flex;
gap:12px;
align-items:center;
justify-content:center;
text-align:center;
font-size:13px;
line-height:1.4
}

.coming-soon-banner strong{
background:#153f35;
color:#fff;
border-radius:999px;
padding:5px 9px;
font-size:10px;
letter-spacing:.12em;
white-space:nowrap
}

.coming-soon-banner span{
font-weight:700
}

@media(max-width:620px){
.coming-soon-banner{
align-items:flex-start;
flex-direction:column;
gap:5px;
text-align:left
}
}


/* SPEEDACURE COMING SOON MODAL START */

.sc-launch-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:rgba(16,55,47,.58);
    backdrop-filter:blur(7px);
    -webkit-backdrop-filter:blur(7px);
}

.sc-launch-card{
    position:relative;
    width:min(100%,620px);
    background:#fff;
    border-radius:44px;
    padding:58px 48px 56px;
    box-shadow:0 30px 80px rgba(0,0,0,.25);
    text-align:center;
    color:#163f36;
}

.sc-launch-close{
    position:absolute;
    top:28px;
    right:30px;
    width:66px;
    height:66px;
    border:0;
    border-radius:50%;
    background:#f1f6f4;
    color:#49645e;
    font-size:40px;
    cursor:pointer;
}

.sc-launch-icon{
    width:112px;
    height:112px;
    margin:0 auto 36px;
    border-radius:30px;
    background:#eaf7f3;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#15966f;
    font-size:72px;
    font-weight:800;
}

.sc-launch-brand{
    margin-bottom:24px;
    color:#15966f;
    font-size:22px;
    font-weight:800;
    letter-spacing:.16em;
}

.sc-launch-title{
    margin:0 0 26px;
    font-size:54px;
    line-height:1.02;
    color:#153f35;
    font-weight:800;
}

.sc-launch-copy{
    max-width:510px;
    margin:0 auto 34px;
    color:#70807b;
    font-size:26px;
    line-height:1.6;
}

.sc-launch-status{
    margin:0 auto 34px;
    padding:25px 20px;
    border:1px solid #d9e8e3;
    border-radius:22px;
    background:#f7fbf9;
    font-size:22px;
    font-weight:800;
    color:#163f36;
}

.sc-launch-button{
    min-width:272px;
    border:0;
    border-radius:17px;
    padding:22px 32px;
    background:#15966f;
    color:#fff;
    font-size:28px;
    font-weight:800;
    cursor:pointer;
}

@media(max-width:650px){
    .sc-launch-modal{
        padding:20px;
    }

    .sc-launch-card{
        border-radius:42px;
        padding:58px 28px 48px;
    }

    .sc-launch-close{
        width:60px;
        height:60px;
        top:27px;
        right:27px;
        font-size:36px;
    }

    .sc-launch-title{
        font-size:42px;
        line-height:1.08;
    }

    .sc-launch-copy{
        font-size:22px;
        line-height:1.55;
    }

    .sc-launch-status{
        font-size:20px;
    }

    .sc-launch-button{
        width:100%;
        min-width:0;
        font-size:26px;
    }
}

/* SPEEDACURE COMING SOON MODAL END */

/* SPEEDACURE POPUP FIT FIX START */

.sc-launch-modal{
    overflow-y:auto;
    padding:18px;
}

.sc-launch-card{
    width:min(100%,560px);
    max-height:calc(100vh - 36px);
    overflow-y:auto;
    border-radius:34px;
    padding:34px 34px 32px;
}

.sc-launch-close{
    top:18px;
    right:18px;
    width:50px;
    height:50px;
    font-size:30px;
}

.sc-launch-icon{
    width:78px;
    height:78px;
    margin-bottom:20px;
    border-radius:22px;
    font-size:50px;
}

.sc-launch-brand{
    margin-bottom:14px;
    font-size:16px;
}

.sc-launch-title{
    margin-bottom:18px;
    font-size:38px;
    line-height:1.05;
}

.sc-launch-copy{
    max-width:480px;
    margin-bottom:22px;
    font-size:18px;
    line-height:1.5;
}

.sc-launch-status{
    margin-bottom:22px;
    padding:16px 18px;
    border-radius:16px;
    font-size:17px;
}

.sc-launch-button{
    min-width:220px;
    padding:16px 28px;
    border-radius:14px;
    font-size:20px;
}

/* Laptop / short desktop screens */
@media (max-height:800px) and (min-width:651px){

    .sc-launch-card{
        width:min(100%,520px);
        padding:26px 30px 26px;
    }

    .sc-launch-icon{
        width:66px;
        height:66px;
        margin-bottom:14px;
        font-size:42px;
    }

    .sc-launch-brand{
        margin-bottom:10px;
        font-size:14px;
    }

    .sc-launch-title{
        margin-bottom:14px;
        font-size:32px;
    }

    .sc-launch-copy{
        margin-bottom:16px;
        font-size:16px;
        line-height:1.4;
    }

    .sc-launch-status{
        margin-bottom:16px;
        padding:13px 16px;
        font-size:15px;
    }

    .sc-launch-button{
        padding:13px 26px;
        font-size:18px;
    }
}

/* Mobile */
@media(max-width:650px){

    .sc-launch-modal{
        padding:14px;
    }

    .sc-launch-card{
        width:100%;
        max-height:calc(100vh - 28px);
        border-radius:28px;
        padding:38px 22px 26px;
    }

    .sc-launch-close{
        top:14px;
        right:14px;
        width:46px;
        height:46px;
        font-size:28px;
    }

    .sc-launch-icon{
        width:72px;
        height:72px;
        margin-bottom:18px;
        font-size:46px;
    }

    .sc-launch-brand{
        font-size:15px;
        margin-bottom:12px;
    }

    .sc-launch-title{
        font-size:31px;
        line-height:1.07;
        margin-bottom:16px;
    }

    .sc-launch-copy{
        font-size:17px;
        line-height:1.48;
        margin-bottom:20px;
    }

    .sc-launch-status{
        font-size:16px;
        padding:14px 16px;
        margin-bottom:20px;
    }

    .sc-launch-button{
        width:100%;
        min-width:0;
        padding:15px 20px;
        font-size:19px;
    }
}

/* SPEEDACURE POPUP FIT FIX END */
