.accuracy {
    background: #e1e1e1;
    width: 100%;
    padding: 40px 0;
    scroll-margin-top: 84px;
}

.accuracy-intro {
    max-width: 100%;
    margin: 0 auto 40px;
}

.accuracy-intro h2 {
    margin: 0 0 20px;
    color: #14377d;
    font-size: 35px;
    text-align: center;
}

.accuracy-intro p {
    margin: 0;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 1.26;
    text-align: center;
}

.accuracy-pricing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 16px;
}

.accuracy-card {
    background: #FFF;
    margin: 0;
    padding: 20px 16px;
    position: relative;
    border-radius: 6px;
    transition: 0.4s;
}

.accuracy-card:hover {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
}

.accuracy-card .popular {
    background: #e7ebf2;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #0e2f37;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border-radius: 100px;
}

.accuracy-card h4 {
    margin: 0 0 16px;
    padding: 56px 0 24px;
    color: #14377d;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #14377d;
}

.accuracy-card h4 strong {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    margin-right: 5px;
}

.accuracy-card span {
    display: block;
}

.accuracy-card .price {
    margin: 16px 0;
    color: #14377d;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
}

.accuracy-card .savings {
    margin: 0 0 20px;
    color: #0e2f37;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    opacity: 0.6;
}

.accuracy-card .price span,
.accuracy-card .savings span {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.accuracy-card .signup {
    background: #14377d;
    height: 48px;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
}

.accuracy-card .addon {
    margin: 0 0 24px;
    padding: 10px 4px;
    color: #14377d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #14377d;
}

.accuracy .verifreeze {
    display: flex;
    align-items: center;
    gap: 0 14px;
    color: #0e2f37;
    font-size: 25px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
}

.accuracy .verifreeze input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.accuracy .verifreeze .checkmark {
    background: #FFF;
    position: relative;
    height: 24px;
    width: 24px;
    border: 1px solid #91908d;
    border-radius: 6px;
}

.accuracy .verifreeze .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}

.accuracy .verifreeze input:checked~.checkmark:after {
    opacity: 1;
}

.accuracy .verifreeze .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #0e2f37;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.accuracy-card .addons {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.accuracy-card .addons li {
    margin: 16px 0;
    padding-left: 36px;
    color: #0e2f37;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.accuracy-card .addons li::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #0e2f37;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.accuracy-card .addons li span {
    font-size: 14px;
}

.accuracy-card--customize {
    background: #14377d;
    margin: 0;
    padding: 4px 16px 20px;
}

.accuracy-card--customize h3 {
    background: #ffbd59;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -12px;
    font-size: 23px;
}

.accuracy-card--customize h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 37px 0 24px;
    color: #ffbd59;
    border-color: rgba(255, 255, 255, 0.5);
}

.accuracy-card--customize h4 .btn-num {
    background: #FFF;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: #e1e1e1;
    border-block: 1px solid;
    cursor: pointer;
    position: relative;
}

.accuracy-card--customize h4 .btn-num::before {
    content: '';
    background: #14377d;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 1px;
    transform: translate3d(-50%, -50%, 0);
}

.accuracy-card--customize h4 .btn-num--dec {
    border-left: 1px solid;
    border-radius: 6px 0 0 6px;
}

.accuracy-card--customize h4 .btn-num--inc {
    margin-right: 20px;
    border-right: 1px solid;
    border-radius: 0 6px 6px 0;
}

.accuracy-card--customize h4 .btn-num--inc:after {
    content: '';
    background: #14377d;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 9px;
    transform: translate3d(-50%, -50%, 0);
}

.accuracy-card--customize h4 input {
    background: #FFF;
    width: 60px;
    height: 30px;
    color: #14377d;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
    border-inline: none;
    border-block: 1px solid #e1e1e1;
    outline: none;
}

.accuracy-card--customize .signup {
    background: #ffbd59;
    color: #14377d;
}

.accuracy-card--customize .addon {
    color: #ffbd59;
    border-color: #FFF;
}

.accuracy-card--customize .addons li::before {
    border-color: #FFF;
}

.accuracy-card--customize h5,
.accuracy-card--customize .price,
.accuracy-card--customize .savings,
.accuracy-card--customize span,
.accuracy-card--customize li,
.accuracy .accuracy-card--customize .verifreeze {
    color: #FFF;
}

.accuracy-outro {
    margin: 25px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 16px;
}

.accuracy-outro-left {
    padding: 20px 0;
}

.accuracy-outro-left p {
    max-width: 600px;
    margin: 0;
    padding: 0 10px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5;
}

.accuracy-outro-right {
    background: #14377d;
    padding: 28px 30px;
    position: relative;
    border-radius: 6px;
}

.accuracy-outro-right h3 {
    margin: 0 0 20px;
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
}

.accuracy-outro-right p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
}

.accuracy-outro-right p.gold {
    color: #ffbd59;
}

.accuracy-outro-right p.gold a {
    color: inherit;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .accuracy {
        padding: 80px 0 100px;
        scroll-margin-top: 84px;
    }

    .accuracy-intro {
        max-width: 870px;
        margin: 0 auto 50px;
    }

    .accuracy-intro h2 {
        font-size: 60px;
    }

    .accuracy-intro p {
        font-size: 23px;
    }

    .accuracy-pricing {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 16px;
    }

    .accuracy-card {
        margin: 40px 0 0;
    }

    .accuracy-card--customize {
        margin: 0;
    }

    .accuracy-card .addons {
        margin: 50px 0 0;
    }

    .accuracy-outro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 16px;
    }

    .accuracy-outro-left {
        display: flex;
        align-items: center;
    }

    .accuracy-outro-left p {
        max-width: 600px;
        margin: 10px 0;
        padding: 0;
        color: #4d4d4d;
        font-size: 16px;
        line-height: 1.5;
    }

    .accuracy-outro-right::before {
        content: '';
        background: #14377d;
        width: 30px;
        height: 30px;
        position: absolute;
        top: -8px;
        right: 146px;
        transform: rotate(45deg);
    }
}

@media screen and (min-width: 1200px) {
    .accuracy-pricing {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0 16px;
    }
}