@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Song+Myung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden !important;
    font-family: 'Poppins';
}

.k-navbar{
    background: #fff;
}

.hero-section{
    padding: 144px 0 80px;
    background: #faf8ff;
    display: flex;
    height: 100vh;
    align-items: center;
}

.hero-section h1{
    font-family: 'Paytone One';
    text-align: left;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #0D144A;
    margin-bottom: 24px;
}

.hero-section h1 span{
    color: #504EE4;
}

.hero-section p{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #393C56;
    margin-bottom: 40px;
}

.sdr-calculator-form{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    padding: 40px 34px;
    margin: 0 -30px;
    max-width: 480px;
    margin: auto;
}

.sdr-calculator-form button{
    border: none;
}

.sdr-calculator-form label{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #0D144A;
    margin-bottom: 10px;
}

.sdr-calculator-form input[type='text']{
    margin-bottom: 24px;
    width: 95%;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
}

.sdr-calculator-form input[type='text']::placeholder{
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #888A98;
}

.sdr-calculator-maturity-level{
    margin-bottom: 24px;
}

.sdr-calculator-maturity-level label:not(:first-child){
    margin-left: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #5E6175;
} 

.sdr-calculator-maturity-level input:not(:first-child){
    margin-left: 8px;
}

.sdr-calculator-maturity-level input[type="radio"]:checked {
    background-color: #504EE4;
  }

.score-container{
    background: #6361E7;
    /* background: var(--sales-cta-back); */
    /* background: linear-gradient(92.71deg, rgba(80, 78, 228, 0.567695) 24.31%, #504EE4 51.79%, rgba(80, 78, 228, 0) 78.16%);
    background-blend-mode: darken; */
    /* border-radius: 4px; */
    padding: 50px 0 44px;
    display: none;
}

.score-container-wrapper{
    background: #6361E7;
    padding: 28px;
}

.score-container hr{
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    max-width: 548px;
    margin: 16px auto;
}

.score-container-wrapper h2{
    font-family: 'Paytone One';
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.score-container-wrapper .head{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}

.m-24{
    margin-bottom: 24px;
}

.score-container-wrapper .width214{
    max-width: 284px;
    width: 100%;
}

.score-container-wrapper .w-300{
    max-width: 490px;
    width: 100%;
}

.score-container-wrapper p{
    margin: 0;
}

.sdr-score-container{
    width: 214px;
    height: 150px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    backdrop-filter: blur(10px);
    border: 1px solid #c7caf760;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sdr-score-container+.results{
    height: 170px;
}

.sdr-score-container+.results .sdr-score{
    font-size: 42px;
    color: #FEB4B4;
}

.sdr-score-container+.results .sdr-score-text{
    font-family: 'Paytone One';
    font-size: 32px;
    color: #FEB4B4;
}

.sdr-score-container .sdr-score{
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #FFFFFF;   
}

.sdr-score-container .sdr-score-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #FFFFFF;   
}

.score-container-explanation h4{
    font-family: 'Paytone One';
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top: 52px;
    margin-bottom: 20px;
}

.score-container-explanation h4 span{
    color: #FEB4B4;
}

.score-container-explanation ul{
    list-style-type: none;
    margin: 0;
}

.score-container-explanation ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.score-container-explanation ul li img{
    position: relative;
    top: -1.5px;
    margin-right: 10px;
}

.ml-14{
    margin: 0 12px;
}

.cta-section{
    padding: 80px 0;
    background: var(--sales-cta-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.cta-section h2{
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 44px;
}

.cta-section p{
    font-weight: 400;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.form-border{
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    width: fit-content;
    margin: auto;
}

.form-border input{
    padding: 10px 12px;
    border: none;
    background: transparent;
} 

.form-border input::placeholder{
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #D9D9D9;
}

.form-border button{
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    padding: 0 12px;
    color: #504EE4;
}


@media only screen and (max-width:600px){
    .hero-section h1{
        font-size: 26px;
        line-height: 40px;
    }
    .hero-section p{
        font-size: 16px;
        line-height: 24px;
    }
    .sdr-score-container .sdr-score{
        font-size: 20px;
        line-height: 26px;
    }
    .sdr-score-container .sdr-score-text{
        font-size: 12px;
        line-height: 26px;
    }
    .score-container-wrapper{
        padding: 28px 0;
    }
    .sdr-score-container+.results .sdr-score {
        font-size: 28px;
    }
    .sdr-score-container+.results .sdr-score-text {
        font-size: 18px;
    }
    .sdr-score-container {
        width: 100px;
        height: 88px;
    }

    .sdr-score-container+.results{
        height: 100px;
    }
    .score-container-wrapper .width214{
        max-width: 98px;
    }
    .score-container-explanation ul li{
        text-align: left;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}