/* ==========================================================
   SPEEDACURE PUBLIC FEATURES
   ========================================================== */

.sc-launch-modal{
    position:fixed!important;
    inset:0!important;
    z-index:999999!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:14px!important;
    overflow:auto!important;
    background:rgba(15,55,47,.60)!important;
    backdrop-filter:blur(7px);
    -webkit-backdrop-filter:blur(7px);
}

.sc-launch-card{
    position:relative!important;
    width:100%!important;
    max-width:500px!important;
    max-height:calc(100dvh - 28px)!important;
    overflow:auto!important;
    box-sizing:border-box!important;
    margin:auto!important;
    padding:27px 30px 25px!important;
    background:#fff!important;
    border-radius:28px!important;
    box-shadow:0 25px 70px rgba(0,0,0,.28)!important;
    text-align:center!important;
    color:#153f35!important;
}

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

.sc-launch-icon{
    width:58px!important;
    height:58px!important;
    margin:0 auto 11px!important;
    border-radius:17px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#eaf7f3!important;
    color:#15966f!important;
    font-size:38px!important;
    font-weight:900!important;
}

.sc-launch-brand{
    margin:0 0 8px!important;
    color:#15966f!important;
    font-size:14px!important;
    font-weight:800!important;
    letter-spacing:.17em!important;
}

.sc-launch-title{
    margin:0 0 12px!important;
    color:#153f35!important;
    font-size:31px!important;
    line-height:1.07!important;
    font-weight:800!important;
}

.sc-launch-copy{
    max-width:440px!important;
    margin:0 auto 15px!important;
    color:#70807b!important;
    font-size:16px!important;
    line-height:1.42!important;
}

.sc-launch-status{
    margin:0 auto 15px!important;
    padding:12px 14px!important;
    border:1px solid #d9e8e3!important;
    border-radius:14px!important;
    background:#f7fbf9!important;
    color:#163f36!important;
    font-size:15px!important;
    font-weight:800!important;
}

.sc-launch-button{
    width:210px!important;
    max-width:100%!important;
    padding:12px 20px!important;
    border:0!important;
    border-radius:13px!important;
    background:#15966f!important;
    color:#fff!important;
    font-size:18px!important;
    font-weight:800!important;
    cursor:pointer!important;
}

.sc-support-buttons{
    position:fixed;
    right:16px;
    bottom:18px;
    z-index:9990;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.sc-support-buttons a{
    background:#fff;
    color:#16483c;
    text-decoration:none;
    border:1px solid #dce9e5;
    border-radius:999px;
    padding:10px 15px;
    font-size:13px;
    font-weight:800;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
}

.sc-support-buttons a:first-child{
    background:#15966f;
    color:white;
    border-color:#15966f;
}

.sc-page{
    min-height:100vh;
    background:#f5f9f7;
    font-family:Arial,sans-serif;
    color:#163f36;
    padding:28px 15px 60px;
    box-sizing:border-box;
}

.sc-card{
    max-width:760px;
    margin:0 auto;
    background:#fff;
    border-radius:22px;
    padding:28px;
    box-shadow:0 12px 36px rgba(0,0,0,.08);
}

.sc-card h1{
    margin-top:0;
}

.sc-field{
    margin:14px 0;
}

.sc-field label{
    display:block;
    margin-bottom:6px;
    font-weight:800;
}

.sc-field input,
.sc-field select,
.sc-field textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid #ccdcd7;
    border-radius:11px;
    padding:12px 13px;
    font:inherit;
    background:#fff;
}

.sc-field textarea{
    min-height:125px;
    resize:vertical;
}

.sc-btn{
    display:inline-block;
    border:0;
    border-radius:12px;
    background:#15966f;
    color:#fff;
    padding:13px 20px;
    font-weight:800;
    text-decoration:none;
    cursor:pointer;
}

.sc-btn.secondary{
    background:#f0f7f4;
    color:#174d40;
    border:1px solid #d5e6e0;
}

.sc-notice{
    padding:12px 14px;
    border-radius:11px;
    margin:12px 0;
}

.sc-ok{
    background:#e9f7f1;
    color:#126548;
}

.sc-error{
    background:#fdecec;
    color:#8f2525;
}

.sc-payment-option{
    display:block;
    border:1px solid #d8e5e1;
    border-radius:14px;
    padding:14px;
    margin:10px 0;
    cursor:pointer;
}

.sc-payment-option strong{
    display:block;
    margin-bottom:4px;
}

.sc-payment-disabled{
    opacity:.55;
}

@media(max-height:700px){
    .sc-launch-card{
        max-width:470px!important;
        padding:20px 26px 18px!important;
    }

    .sc-launch-icon{
        width:46px!important;
        height:46px!important;
        font-size:31px!important;
        margin-bottom:7px!important;
    }

    .sc-launch-brand{
        font-size:12px!important;
        margin-bottom:5px!important;
    }

    .sc-launch-title{
        font-size:26px!important;
        margin-bottom:8px!important;
    }

    .sc-launch-copy{
        font-size:14px!important;
        line-height:1.33!important;
        margin-bottom:9px!important;
    }

    .sc-launch-status{
        font-size:13px!important;
        margin-bottom:9px!important;
        padding:9px 12px!important;
    }

    .sc-launch-button{
        font-size:16px!important;
        padding:10px 18px!important;
    }
}

@media(max-width:600px){
    .sc-launch-card{
        padding:35px 20px 21px!important;
    }

    .sc-launch-title{
        font-size:27px!important;
    }

    .sc-launch-copy{
        font-size:15px!important;
    }

    .sc-launch-button{
        width:100%!important;
    }

    .sc-support-buttons{
        right:10px;
        bottom:10px;
    }
}

/* ======================================================
   SPEEDACURE CUSTOMER UI V2
   ====================================================== */

.sc-page{
    background:
        linear-gradient(180deg,#eff8f4 0,#f7faf9 240px);
    min-height:100vh;
    padding:35px 16px 70px;
}

.sc-card{
    width:min(100%,850px);
    padding:34px;
    border:1px solid #dce9e4;
    border-radius:24px;
    box-shadow:0 18px 55px rgba(27,69,58,.10);
}

.sc-card > h1{
    margin:22px 0 8px;
    color:#153f35;
    font-size:32px;
    line-height:1.15;
}

.sc-card > p{
    color:#71807c;
    font-size:15px;
}

.sc-field{
    margin:18px 0;
}

.sc-field label{
    color:#294f44;
    font-size:14px;
}

.sc-field input,
.sc-field select,
.sc-field textarea{
    border:1px solid #ceddd8;
    border-radius:12px;
    min-height:48px;
    padding:12px 14px;
    transition:.15s ease;
}

.sc-field input:focus,
.sc-field select:focus,
.sc-field textarea:focus{
    outline:none;
    border-color:#15966f;
    box-shadow:0 0 0 4px rgba(21,150,111,.09);
}

.sc-field textarea{
    min-height:125px;
}

.sc-btn{
    border-radius:12px;
    padding:13px 22px;
    min-height:46px;
    font-size:14px;
}

.sc-btn.secondary{
    display:inline-flex;
    align-items:center;
}

.sc-notice{
    margin:18px 0;
    padding:15px 17px;
    border-radius:13px;
}

.sc-feedback-stars{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:5px;
    padding:6px 0;
}

.sc-feedback-stars input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.sc-feedback-stars label{
    margin:0;
    cursor:pointer;
    font-size:38px;
    line-height:1;
    color:#d4dfdb;
    transition:.15s ease;
}

.sc-feedback-stars label:hover,
.sc-feedback-stars label:hover ~ label,
.sc-feedback-stars input:checked ~ label{
    color:#f3b51b;
}

.sc-rating-help{
    color:#7b8d87;
    font-size:13px;
    margin-top:7px;
}

.sc-payment-option{
    position:relative;
    padding:17px 17px 17px 48px;
    border:1px solid #d9e6e1;
    border-radius:15px;
    background:#fff;
    transition:.15s ease;
}

.sc-payment-option:hover{
    border-color:#9ed0bf;
    background:#fbfdfc;
}

.sc-payment-option input[type="radio"]{
    position:absolute;
    left:17px;
    top:19px;
    width:18px;
    height:18px;
    accent-color:#15966f;
}

.sc-payment-option strong{
    color:#173f35;
    font-size:15px;
}

.sc-payment-option{
    color:#71817c;
    font-size:13px;
}

.sc-payment-disabled{
    background:#f7f8f8;
}

.sc-checkout-heading{
    display:flex;
    align-items:center;
    gap:10px;
    margin:29px 0 11px;
    padding-bottom:9px;
    border-bottom:1px solid #e6eeeb;
}

.sc-bill{
    background:#f7fbf9;
    border:1px solid #dceae5;
    border-radius:17px;
    padding:20px;
    margin:14px 0 22px;
}

.sc-bill-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:8px 0;
    color:#62746f;
}

.sc-bill-row strong{
    color:#183f35;
}

.sc-bill-total{
    border-top:1px dashed #c8d9d3;
    margin-top:7px;
    padding-top:15px;
    font-size:17px;
}

.sc-form-intro{
    padding:15px 17px;
    background:#eef8f4;
    border:1px solid #d6eae2;
    border-radius:14px;
    color:#48665e;
    margin:17px 0 22px;
}

@media(max-width:600px){
    .sc-page{
        padding:15px 9px 50px;
    }

    .sc-card{
        padding:20px 16px;
        border-radius:19px;
    }

    .sc-card > h1{
        font-size:27px;
    }

    .sc-feedback-stars label{
        font-size:35px;
    }
}
