:root{
    --price-font: "Space Grotesk", "Nunito Sans", sans-serif;
}
.text-center{
    text-align: center;
}
.pricing-desc h1,.pricing-desc h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
}
.pricing-desc h1 span,.pricing-desc h2 span{
    color: #111111;
}
.pricing-desc p{
    max-width: 720px;
    margin: auto;
}
.pricing-wrapper{
    padding: 30px 0 72px;
}
.volume-pricing-grid{
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
    gap: 30px;
    margin-top: 32px;
}
.volume-plan-card{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 32px;
    background: #fff;
}
.corner-ribbon{
    position: absolute;
    top: 28px;
    right: -52px;
    width: 220px;
    transform: rotate(45deg);
    transform-origin: center;
    background: #ff6a00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 8px 0;
    z-index: 2;
}
.volume-plan-head h2{
    margin: 12px 0 8px;
    font-size: 24px;
    line-height: 1.2;
}
.volume-plan-head{
    max-width: 80%;
}
.volume-plan-head p{
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5;
}
.volume-plan-eyebrow{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--new-blue);
    margin-bottom: 10px;
}
.pricing-slider{
    margin: 8px 0 24px;
}
.pricing-slider label{
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
}
.pricing-slider input[type="range"]{
    --progress: 0%;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(to right, var(--new-blue) 0%, var(--new-blue) var(--progress), #d9d9d9 var(--progress), #d9d9d9 100%);
    cursor: grab;
    transition: background 220ms ease;
}
.pricing-slider input[type="range"]:active{
    cursor: grabbing;
}
.pricing-slider input[type="range"]::-webkit-slider-runnable-track{
    height: 8px;
    border-radius: 999px;
    background: transparent;
}
.pricing-slider input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--new-blue);
    border: 3px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,0.25);
    margin-top: -6px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}
.pricing-slider input[type="range"]:hover::-webkit-slider-thumb{
    transform: scale(1.08);
    box-shadow: 0 2px 14px rgba(0,84,166,0.38);
}
.pricing-slider input[type="range"]:active::-webkit-slider-thumb{
    transform: scale(1.15);
    box-shadow: 0 0 0 10px rgba(0,84,166,0.16), 0 3px 16px rgba(0,84,166,0.44);
}
.pricing-slider input[type="range"]::-moz-range-track{
    height: 8px;
    border-radius: 999px;
    background: #d9d9d9;
}
.pricing-slider input[type="range"]::-moz-range-progress{
    height: 8px;
    border-radius: 999px;
    background: var(--new-blue);
}
.pricing-slider input[type="range"]::-moz-range-thumb{
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--new-blue);
    box-shadow: 0 1px 8px rgba(0,0,0,0.25);
    transition: transform 180ms ease, box-shadow 180ms ease;
}
.volume-calculator-input-col{
    margin: 28px 0 32px;
}
.leads-input-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.leads-input-row label{
    font-weight: 700;
    font-size: 15px;
}
.leads-input-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 10px 16px;
    background: #fafafa;
}
.leads-input-wrap input{
    border: none;
    background: transparent;
    width: 116px;
    font-family: var(--price-font);
    font-weight: 700;
    font-size: 19px;
    font-variant-numeric: tabular-nums;
    text-align: right;
    color: #111111;
}
.leads-input-wrap input:focus{
    outline: none;
}
.leads-input-wrap input::-webkit-outer-spin-button,
.leads-input-wrap input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.leads-input-wrap input[type="number"]{
    -moz-appearance: textfield;
}
.leads-input-wrap span{
    color: #5f5f5f;
    font-size: 14px;
    white-space: nowrap;
}
.volume-tier-table{
    margin-top: 24px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    overflow: hidden;
}
.volume-tier-row-head,
.volume-tier-row{
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.8fr;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
}
.volume-tier-row-head{
    background: #f5f8fc;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #5f5f5f;
}
.volume-tier-row-head span:nth-child(2),
.volume-tier-row-head span:nth-child(3),
.volume-tier-row span:nth-child(2),
.volume-tier-row span:nth-child(3){
    text-align: right;
}
.volume-tier-row{
    font-size: 14px;
    color: #3e3e59;
    border-top: 1px solid #f0f0f0;
    transition: background 160ms ease, color 160ms ease;
}
.volume-tier-row span{
    font-family: var(--price-font);
    font-variant-numeric: tabular-nums;
}
.volume-tier-row .tier-col-price,
.volume-tier-row .tier-col-rate{
    font-weight: 700;
}
.volume-tier-row.active{
    background: rgba(0, 84, 166, 0.08);
    color: var(--new-blue);
}
.volume-tier-row.active .tier-col-leads{
    font-weight: 700;
}
.volume-tier-row.active .tier-col-price,
.volume-tier-row.active .tier-col-rate{
    color: #ff6a00;
}
.volume-tier-row.tier-row--pending{
    color: #c3c7d1;
}
.volume-calculator-note{
    margin: 14px 2px 0;
    font-size: 13px;
    color: #5f5f5f;
}
.volume-calculator-note a{
    color: var(--new-blue);
    font-weight: 700;
}
.volume-plan-total-panel{
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, #00305e 0%, #0054a6 50%, #0f6fff 100%);
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    position: sticky;
    top: 24px;
    align-self: start;
}
.volume-plan-total-label{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
}
.volume-plan-total-price{
    font-family: var(--price-font);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.volume-plan-total-period{
    font-family: var(--price-font);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-left: 4px;
}
.volume-plan-total-leads{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 8px 0 24px;
    font-variant-numeric: tabular-nums;
}
.volume-plan-total-benefits{
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.volume-plan-total-benefits li{
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 600;
}
.volume-plan-total-benefits li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.13057 9.26039L3.10641 7.23623C2.99742 7.127 2.84946 7.06561 2.69516 7.06561C2.54085 7.06561 2.39289 7.127 2.28391 7.23623C2.05641 7.46373 2.05641 7.83123 2.28391 8.05873L4.72224 10.4971C4.94974 10.7246 5.31724 10.7246 5.54474 10.4971L11.7164 4.32539C11.9439 4.09789 11.9439 3.73039 11.7164 3.50289C11.6074 3.39366 11.4595 3.33228 11.3052 3.33228C11.1509 3.33228 11.0029 3.39366 10.8939 3.50289L5.13057 9.26039Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center / contain;
}
.volume-plan-total-panel .primary-btn{
    margin-top: auto;
    width: 100%;
    text-align: center;
}
.volume-pricing-grid .volume-plan-total-panel .primary-btn{
    background: #ff6a00;
    border-color: #ff6a00;
}
.volume-pricing-grid .volume-plan-total-panel .primary-btn:hover{
    background: #ea6200;
    border-color: #ea6200;
}
.volume-plan-total-cta-note{
    margin: 12px 0 0;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.volume-plan-total-panel--inline{
    display: none;
}
.volume-plan-card h5{
    margin: 0 0 14px;
    font-size: 15px;
}
.volume-feature-list{
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 32px;
    margin-bottom: 28px;
}
.volume-feature-list li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
    break-inside: avoid;
}
.volume-feature-list li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%230054A6'%3E%3Cpath d='M5.13057 9.26039L3.10641 7.23623C2.99742 7.127 2.84946 7.06561 2.69516 7.06561C2.54085 7.06561 2.39289 7.127 2.28391 7.23623C2.05641 7.46373 2.05641 7.83123 2.28391 8.05873L4.72224 10.4971C4.94974 10.7246 5.31724 10.7246 5.54474 10.4971L11.7164 4.32539C11.9439 4.09789 11.9439 3.73039 11.7164 3.50289C11.6074 3.39366 11.4595 3.33228 11.3052 3.33228C11.1509 3.33228 11.0029 3.39366 10.8939 3.50289L5.13057 9.26039Z' fill='%230054A6'/%3E%3C/svg%3E") no-repeat center / contain;
}
.pricing-platform{
    background: #F5F8FC;
}
.features-grid-groups{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.features-grid-group-title{
    font-size: 14px;
    font-weight: 700;
    color: #ff6a00;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.features-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 4px;
}
.feature-pill{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 60px;
    padding: 4px 4px 4px 24px;
    font-weight: 700;
}
.feature-pill .dot{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,106,0,0.12);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    flex-shrink: 0;
}
.feature-pill .dot svg{
    width: 20px;
    height: 20px;
}
.pricing-content.question-btn{
    background: #0054A6;
    position: relative;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.pricing-content.question-btn h2{
    color: #fff;
}
.pricing-content.question-btn  .pricing-desc{
    max-width: 417px;
    margin: auto;
}
.pricing-content.question-btn  .pricing-desc p{
    color: #fff;
}
.pricing-content.question-btn:before{
    content: '';
    width: 600px;
    height: 600px;
    position: absolute;
    top: -300px;
    left: -300px;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) -20%, rgba(0, 84, 166, 0.9) 60%);
}
.pricing-content.question-btn:after{
    content: '';
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: -300px;
    right: -300px;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) -20%, rgba(0, 84, 166, 0.9) 60%);
}
.question-btn-cont{
    padding: 60px 0;
    background: rgba(0, 84, 166, 0.5);
    position: relative;
    z-index: 1;
    display: flex;
    gap: 48px;
    flex-direction: column;
}
.question-btn-cont:before{
    content: url("../images/icons/vector-ql.svg");
    position: absolute;
    left: 0;
    top: 0;
}
.question-btn-cont:after{
    content: url("../images/icons/vector-qr.svg");
    position: absolute;
    right: 0;
    top: 0;
}
.question-btn-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.question-btn-inner .primary-btn{
    color: var(--new-blue);
    background: #fff;
    font-size: 16px;
    border: 1px solid var(--new-blue);
}
.question-btn-inner .secondary-btn{
    color: #fff;
    border: 1px solid #fff;
    background: none;
    font-size: 16px;
}
.question-btn-inner .secondary-btn:hover {
    background-color: #002F6C;
    border-color: #002F6C;
    color: #fff;
}
.question-btn-inner .primary-btn:hover{
    background: #002F6C;
    border: 1px solid #002F6C;
    color: #fff;
}
.contact-form-box{
    box-shadow: none;
}
#iti-0__search-input{
    height: 50px;
    padding-left: 30px;
    padding-right: 28px;
}
@media (max-width: 1200px) {
    .volume-pricing-grid > .volume-plan-total-panel{
        display: none;
    }
    .volume-plan-total-panel--inline{
        display: flex;
        margin-top: 18px;
        position: static;
    }
}
@media (max-width: 768px) {
    .pricing-desc h1, .pricing-desc h2{
        font-size: 32px;
    }
    .pricing-wrapper{
        padding-bottom: 36px;
    }
    .volume-pricing-grid{
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
    .volume-plan-card{
        padding: 24px;
    }
    .corner-ribbon{
        top: 22px;
        right: -62px;
        width: 210px;
        font-size: 12px;
    }
    .volume-plan-head h2{
        font-size: 24px;
    }
    .volume-plan-head{
        max-width: 80%;
    }
    .volume-calculator-input-col{
        margin: 20px 0 28px;
    }
    .leads-input-row{
        flex-wrap: wrap;
    }
    .leads-input-wrap{
        margin: 0 auto;
    }
    .pricing-slider input[type="range"]::-webkit-slider-thumb{
        width: 30px;
        height: 30px;
        border-width: 4px;
        margin-top: -11px;
    }
    .pricing-slider input[type="range"]::-moz-range-thumb{
        width: 30px;
        height: 30px;
        border-width: 4px;
    }
    .volume-plan-total-panel--inline{
        padding: 24px;
    }
    .volume-feature-list{
        columns: 1;
    }
    .features-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .question-btn-cont:before,
    .question-btn-cont:after{
        display: none;
    }
    .pricing-content.question-btn:before,
    .pricing-content.question-btn:after{
        width: 500px;
        height: 500px;
    }
    .question-btn-cont{
        padding: 40px 15px;
    }
}
@media (min-width: 769px) and (max-width: 1200px){
    .volume-pricing-grid{
        grid-template-columns: 1fr;
    }
    .question-btn-cont{
        padding-top: 30px;
    }
    .pricing-content.question-btn h2{
        margin-bottom: 40px;
    }
}
