/* Pricing Page Styles */

/* Pricing Banner Section */
.pricingPage .pricing-banner {
    background: linear-gradient(136.79deg, #FEFEFF 24.22%, var(--bg-light-blue) 88.85%);
    padding: 140px 0px 85px;
    text-align: center;
}

.pricingPage .pricing-banner-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricingPage .pricing-banner-content {
    width: 100%;
    max-width: 900px;
    text-align: center;
}

.pricingPage .pricing-banner-title {
    color: var(--text-tertiary);
    margin-bottom: var(--space-md);
    font-weight: var(--font-semi);
    font-size: 36px;
    line-height: var(--leading-normal);
    text-align: center;
}

.pricingPage .pricing-banner-description {
    font-weight: var(--font-regular);
    font-size: var(--text-base);
    line-height: 180%;
    color: var(--text-gray-light);
    margin: 0 auto;
    max-width: 700px;
}

/* Pricing Calculator Section */
.pricingPage .pricing-calculator-section {
    padding: 80px 0 0;
    text-align: left;
}

.pricingPage .pricing-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 var(--space-md);
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
}

/* Calculator Placeholder */
.pricingPage .price-calculator-placeholder {
    flex: 1;
    max-width: 60%;
    min-width: 320px;
}

.pricingPage .calculator-box {
    background: var(--bg-lighter-blue);
    border: 1px solid var(--border-lighter);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    text-align: center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--space-md);
}

.pricingPage .calculator-box h3 {
    font-size: var(--text-2xl);
    font-weight: var(--font-bold);
    color: var(--text-heading-dark);
}

.pricingPage .calculator-box p {
    color: var(--text-gray);
    font-size: var(--text-base);
}

.pricingPage .calculator-footer {
    margin-top: var(--space-sm);
    font-size: var(--text-sm);
    color: var(--text-gray-lighter);
    text-align: center;
}

/* Price Includes Wrapper */
.pricingPage .price-includes-wrapper {
    flex: 1;
    max-width: 427px;
    min-width: 320px;
    background: var(--bg-lighter-blue);
    border: 1px solid var(--border-lighter);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    z-index: 1;
    margin: 10% 0 0 -20px;
}

.pricingPage .includes-title {
    font-weight: var(--font-semi);
    font-size: var(--text-xl);
    line-height: 100%;
    color: var(--primary-blue);
    margin-bottom: 19px;
    text-align: center;
}

.pricingPage .includes-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.pricingPage .priceIncludeItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-white);
    border-radius: var(--radius-md);
    box-shadow: 0px 2px 6.5px 0px #DEE8F4;
    transition: var(--transition-normal);
    cursor: pointer;
    padding: 12px var(--space-sm);
}

.pricingPage .priceIncludeItem:hover {
    box-shadow: 0px 4px 12px 0px rgba(6, 84, 230, 0.15);
    transform: translateY(-2px);
}

.pricingPage .include-lable {
    font-weight: var(--font-regular);
    font-size: var(--text-sm);
    line-height: 100%;
    color: var(--text-tertiary);
}

.pricingPage .include-value {
    font-weight: var(--font-semi);
    font-size: var(--text-normal);
    line-height: 100%;
    color: var(--success);
    text-align: right;
}

/* Payment Info */
.pricingPage .payment-info {
    margin-top: 80px;
    text-align: center;
}

.pricingPage .payment-text {
    font-weight: var(--font-regular);
    font-size: 23px;
    line-height: var(--leading-normal);
    text-align: center;
    color: var(--text-tertiary);
    margin-bottom: 43px;
}

.pricingPage .payment-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pricingPage .secure-text {
    font-weight: var(--font-regular);
    font-size: var(--text-base);
    line-height: var(--leading-normal);
    text-align: center;
    color: var(--text-gray-light);
    margin-bottom: 19px;
}

.pricingPage .payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricingPage .payment-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Button Styles */
.pricingPage .btn-primary {
    display: inline-block;
    background: var(--primary-blue-light);
    color: var(--bg-white);
    padding: var(--space-sm) var(--space-xl);
    border-radius: var(--radius-full);
    font-weight: var(--font-bold);
    font-size: var(--text-base);
    text-decoration: none;
    transition: var(--transition-fast);
}

.pricingPage .btn-primary:hover {
    background: var(--primary-blue-hover);
    color: var(--bg-white);
}

/* Price Calculation Section */
.pricingPage .price-calculation-section {
    padding: var(--space-4xl) 0 80px;
    background: var(--bg-white);
}

.pricingPage .secTitlewrap {
    text-align: center;
    margin-bottom: 63px;
}

.pricingPage .secTitlewrap h2 {
    color: var(--text-tertiary);
    font-weight: var(--font-regular);
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    padding-bottom: 12px;
}

.pricingPage .secTitlewrap p {
    font-size: var(--text-normal);
    line-height: var(--leading-normal);
    text-align: center;
    color: var(--text-gray-light);
    max-width: 987px;
    width: 100%;
    margin: 0 auto;
}

/* Benefit Cards */
.pricingPage .BenefitContentwrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1117px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    gap: var(--space-md);
    row-gap: 38px;
}

.pricingPage .benefitBox {
    max-width: 359px;
    width: 100%;
    border: 1px solid var(--border-lightest);
    box-shadow: var(--shadow-md);
    background: var(--bg-white);
    padding: 35px;
    transition: var(--transition-normal);
    border-radius: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.pricingPage .benefitBox::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue) 0%, var(--primary-blue-lighter) 100%);
    transition: left 0.5s ease-in-out;
    border-radius: 30px 30px 0 0;
}

.pricingPage .benefitBox:hover {
    transform: translateY(-4px);
    border-color: var(--primary-blue);
}

.pricingPage .benefitBox:hover::before {
    left: 0;
}

.pricingPage .boxIcon {
    background: linear-gradient(135deg, var(--primary-blue) 42.91%, var(--primary-blue-lighter) 100%);
    box-shadow: 0px 3px 9.9px 0px #60606066;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: var(--radius-md);
}

.pricingPage .benefitBoxtitle {
    font-weight: var(--font-semi);
    font-size: var(--text-base);
    line-height: 100%;
    color: var(--text-secondary);
    padding-top: 18px;
}

.pricingPage .benefitBox p {
    font-weight: var(--font-regular);
    font-size: var(--text-xs);
    line-height: 25.95px;
    color: var(--text-gray);
    padding-top: 14px;
}

/* Trust Bar */
.pricingPage .pricing-trust-bar-new {
    background: linear-gradient(90deg, #00369A 0%, #2F67B7 53.37%, #0F3870 100%);
    border-radius: var(--radius-full);
    padding: 25px var(--space-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1070px;
    width: 100%;
    margin: 80px auto 0;
    box-shadow: 0px 7px 15.2px 0px #DCDCDD;
    border: 5px solid var(--bg-white);
    gap: var(--space-md);
}

.pricingPage .trust-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.pricingPage .trust-bar-item:not(:last-child) {
    border-right: 1px solid #4375BC;
}

.pricingPage .trust-bar-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pricingPage .trust-bar-title {
    color: var(--bg-white);
    font-size: var(--text-sm);
    font-weight: var(--font-regular);
    line-height: 100%;
    margin: 0;
}

.pricingPage .trust-bar-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--text-sm);
    font-weight: var(--font-regular);
    line-height: 100%;
    margin: 0;
}

/* Why Human-Written Section */
.pricingPage .why-human-written-section {
    padding: var(--space-4xl) 0 80px;
    background: linear-gradient(125.14deg, #DFE9FF 0%, var(--bg-white) 31.65%, #FBFCFF 70.91%, #DFE9FF 100%);
}

.pricingPage .whyContentwrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 635px;
    width: 100%;
    justify-content: space-between;
    margin: 90px auto 0;
    gap: var(--space-sm);
}

.pricingPage .whyusBox {
    max-width: 309px;
    width: 100%;
    border: 2px solid var(--border-lightest);
    box-shadow: var(--shadow-md);
    background: var(--bg-white);
    padding: 41px 21px 30px;
    transition: var(--transition-normal);
    border-radius: 30px;
    text-align: center;
}
.pricingPage .whyusBox img{
    display: inline-block;
}
.pricingPage .whyusBox:hover {
    transform: translateY(-4px);
    border-color: var(--primary-blue);
}

.pricingPage .whyusBoxtitle {
    font-weight: var(--font-semi);
    font-size: var(--text-base);
    line-height: var(--leading-normal);
    text-align: center;
    color: var(--text-secondary);
    padding-top: 23px;
}

.pricingPage .whyusBox p {
    font-weight: var(--font-regular);
    font-size: var(--text-xs);
    line-height: 25.95px;
    text-align: center;
    color: var(--text-gray);
    padding-top: 14px;
}

/* Guarantees Section */
.pricingPage .static-guarantees-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.pricingPage .guarantees-header {
    text-align: center;
    margin-bottom: 70px;
}

.pricingPage .guarantees-heading {
    font-weight: var(--font-semi);
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
    color: var(--text-tertiary);
    margin-bottom: var(--space-sm);
}

.pricingPage .guarantees-grid {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    gap: var(--space-lg);
    max-width: 1100px;
    margin: 0 auto;
    scroll-behavior: smooth;
    position: relative;
    padding-bottom: 70px;
}

.pricingPage .guarantees-count-3 .guarantees-grid {
    gap: 80px;
}

.pricingPage .guarantee-card {
    border-radius: var(--radius-xl);
    text-align: center;
    transition: var(--transition-normal);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    flex-shrink: 0;
}

.pricingPage .guarantee-card:hover {
    transform: scale(1.03);
}

.pricingPage .guarantee-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-bottom: 29px;
}

.pricingPage .guarantee-title {
    font-weight: var(--font-regular);
    font-size: var(--text-base);
    line-height: 100%;
    color: var(--text-tertiary);
    text-align: center;
    padding-bottom: 12px;
    margin: 0;
}

.pricingPage .guarantee-description {
    font-weight: var(--font-regular);
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
    text-align: center;
    color: var(--text-gray-light);
    margin: 0;
}

/* FAQ Section */
.pricingPage .writerFaqSection {
    padding: var(--space-4xl) 0;
    background: linear-gradient(125.14deg, var(--bg-light-blue) 0%, var(--bg-white) 31.65%, #FBFCFF 70.91%, var(--bg-light-blue) 100%);
    width: 100%;
}

.pricingPage .faqHeader {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.pricingPage .faqHeader h2 {
    color: var(--text-tertiary);
    font-size: var(--text-3xl);
    font-weight: var(--font-semi);
    line-height: var(--leading-normal);
    margin: 0 0 var(--space-md) 0;
    text-transform: capitalize;
}

.pricingPage .faqGridWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
}

.pricingPage .faqColumn {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.pricingPage .faqCard {
    background: var(--bg-white);
    border: 1px solid var(--border-lightest);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    display: flex;
    flex-direction: column;
    transition: var(--transition-normal);
}

.pricingPage .faqCard:hover {
    box-shadow: 0px 8px 24px rgba(70, 159, 223, 0.15);
    transform: translateY(-2px);
}

.pricingPage .faqCardTitle {
    color: var(--text-tertiary);
    font-size: var(--text-base);
    font-weight: var(--font-semi);
    line-height: var(--leading-normal);
    margin: 0 0 var(--space-sm) 0;
}

.pricingPage .faqCardAnswer {
    color: var(--text-gray-light);
    font-size: var(--text-sm);
    font-weight: var(--font-regular);
    line-height: var(--leading-relaxed);
    margin: 0;
}

/* CTA Section */
.pricingPage .ctaService {
    margin: var(--space-4xl) 0 130px;
}

.pricingPage .ctaserviceWraper {
    background: linear-gradient(101.41deg, var(--primary-blue-light) 3.07%, #064377 100%);
    max-width: 1012px;
    width: 100%;
    margin: auto;
    border-radius: 30px;
    text-align: center;
    padding: var(--space-2xl) 193px;
}

.pricingPage .ctaserviceTitle {
    font-weight: var(--font-semi);
    font-size: 28px;
    line-height: 130%;
    color: var(--bg-white);
    padding-bottom: 12px;
}

.pricingPage .ctaserviceDesc p {
    font-weight: var(--font-regular);
    font-size: var(--text-base);
    max-width: 625px;
    line-height: 160%;
    color: var(--bg-white);
    margin: auto auto var(--space-lg);
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
    .pricingPage .pricing-banner {
        padding: 80px var(--space-xl);
    }

    .pricingPage .pricing-banner-title {
        font-size: 36px;
    }

    .pricingPage .pricing-content-wrapper {
        gap: var(--space-lg);
    }

    .pricingPage .price-calculator-placeholder {
        max-width: 100%;
    }

    .pricingPage .price-includes-wrapper {
        max-width: 100%;
        margin: 0;
    }

    .pricingPage .price-calculation-section {
        padding: 80px var(--space-xl);
    }

    .pricingPage .BenefitContentwrap {
        gap: var(--space-md);
        row-gap: var(--space-lg);
    }

    .pricingPage .trust-bar-item:not(:last-child) {
        border-right: none;
    }

    .pricingPage .pricing-trust-bar-new {
        padding: var(--space-md) var(--space-lg);
        gap: var(--space-sm);
        flex-wrap: wrap;
    }

    .pricingPage .why-human-written-section {
        padding: 80px var(--space-xl);
    }

    .pricingPage .whyContentwrap {
        gap: var(--space-md);
        margin: var(--space-2xl) auto 0;
    }

    .pricingPage .writerFaqSection {
        padding: 80px 0;
    }

    .pricingPage .faqGridWrapper {
        gap: var(--space-lg);
    }

    .pricingPage .faqCard {
        padding: 25px;
    }

    .pricingPage .ctaService {
        margin: 80px 0 var(--space-4xl);
    }

    .pricingPage .ctaserviceWraper {
        padding: var(--space-xl) var(--space-md);
    }

    .pricingPage .ctaserviceTitle {
        font-size: var(--text-2xl);
    }
}

@media screen and (max-width: 767px) {
    .pricingPage .pricing-banner {
        padding: var(--space-2xl) var(--space-md);
    }

    .pricingPage .pricing-banner-title {
        font-size: 28px;
    }

    .pricingPage .pricing-banner-description {
        font-size: var(--text-normal);
    }

    .pricingPage .pricing-calculator-section {
        padding: 25px 0;
    }

    .pricingPage .pricing-content-wrapper {
        flex-direction: column;
        gap: var(--space-lg);
        margin-top: 0;
    }

    .pricingPage .price-calculator-placeholder,
    .pricingPage .price-includes-wrapper {
        min-width: 100%;
        max-width: 100%;
    }

    .pricingPage .price-includes-wrapper {
        padding: var(--space-lg);
    }

    .pricingPage .includes-title {
        font-size: var(--text-lg);
    }

    .pricingPage .include-lable {
        font-size: var(--text-xs);
    }

    .pricingPage .payment-text {
        font-size: var(--text-lg);
        margin-bottom: 21px;
    }

    .pricingPage .secure-text {
        font-size: var(--text-xs);
    }

    .pricingPage .payment-image {
        max-width: 90%;
    }

    .pricingPage .price-calculation-section {
        padding: var(--space-2xl) var(--space-md);
    }

    .pricingPage .secTitlewrap h2 {
        font-size: 26px;
    }

    .pricingPage .secTitlewrap p {
        font-size: var(--text-xs);
    }

    .pricingPage .BenefitContentwrap {
        margin: var(--space-lg) auto 0;
        row-gap: var(--space-md);
    }

    .pricingPage .benefitBox {
        max-width: 100%;
    }

    .pricingPage .pricing-trust-bar-new {
        padding: 18px var(--space-lg);
        gap: 12px;
        margin: var(--space-2xl) auto 0;
    }

    .pricingPage .trust-bar-item {
        flex: 0 0 calc(50% - 6px);
    }

    .pricingPage .why-human-written-section {
        padding: var(--space-2xl) var(--space-md);
    }

    .pricingPage .whyContentwrap {
        margin: var(--space-xl) auto 0;
        justify-content: center;
    }

    .pricingPage .whyusBox {
        max-width: 100%;
    }

    .pricingPage .faqGridWrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .pricingPage .faqHeader h2 {
        font-size: 26px;
    }

    .pricingPage .static-guarantees-section {
        padding: var(--space-2xl) var(--space-md);
    }

    .pricingPage .guarantees-header {
        margin-bottom: var(--space-2xl);
    }

    .pricingPage .guarantees-heading {
        font-size: 28px;
    }

    .pricingPage .guarantees-grid {
        gap: var(--space-md);
    }

    .pricingPage .guarantee-card {
        padding: 25px var(--space-md);
    }

    .pricingPage .guarantee-description {
        font-size: var(--text-xs);
    }

    .pricingPage .ctaService {
        margin: 80px 0;
    }

    .pricingPage .ctaserviceWraper {
        padding: 35px var(--space-md);
        border-radius: var(--radius-xl);
    }

    .pricingPage .ctaserviceTitle {
        font-size: 22px;
        line-height: 140%;
    }

    .pricingPage .ctaserviceDesc p {
        font-size: var(--text-normal);
        padding-bottom: 28px;
    }
}

@media screen and (max-width: 575px) {
    .pricingPage .pricing-banner {
        padding: var(--space-xl) var(--space-base);
    }

    .pricingPage .pricing-banner-title {
        font-size: var(--text-2xl);
    }

    .pricingPage .pricing-banner-description {
        font-size: var(--text-sm);
    }

    .pricingPage .pricing-calculator-section {
        padding: 25px 0px 0px;
    }

    .pricingPage .pricing-content-wrapper {
        gap: var(--space-lg);
        padding: 0;
    }

    .pricingPage .price-includes-wrapper {
        padding: var(--space-md);
    }

    .pricingPage .includes-title {
        font-size: var(--text-lg);
        margin-bottom: var(--space-md);
    }

    .pricingPage .includes-list {
        gap: 12px;
    }

    .pricingPage .priceIncludeItem {
        padding: 8px 12px;
    }

    .pricingPage .include-lable {
        font-size: 12px;
    }

    .pricingPage .payment-text {
        font-size: var(--text-base);
    }

    .pricingPage .payment-info {
        margin-top: 50px;
    }

    .pricingPage .price-calculation-section {
        padding: var(--space-xl) var(--space-base);
    }

    .pricingPage .secTitlewrap {
        margin-bottom: var(--space-lg);
    }

    .pricingPage .secTitlewrap h2 {
        font-size: 22px;
    }

    .pricingPage .BenefitContentwrap {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: var(--space-md) 0;
    }

    .pricingPage .benefitBox {
        flex: 0 0 300px;
    }

    .pricingPage .pricing-trust-bar-new {
        padding: var(--space-base) var(--space-md);
        border-radius: 30px;
        gap: var(--space-xs);
        margin: 50px auto 0;
        flex-direction: column;
    }

    .pricingPage .trust-bar-item {
        flex: 1 1 100%;
        width: 100%;
    }

    .pricingPage .trust-bar-title {
        font-size: var(--text-xs);
    }

    .pricingPage .trust-bar-subtitle {
        font-size: 11px;
    }

    .pricingPage .why-human-written-section {
        padding: var(--space-xl) var(--space-base);
    }

    .pricingPage .whyContentwrap {
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: scroll;
        margin: var(--space-lg) auto 0;
        padding: var(--space-md) 0;
        flex-wrap: nowrap;
    }

    .pricingPage .whyusBox {
        min-height: 100%;
        padding: var(--space-lg) var(--space-sm) var(--space-xl);
        flex: 0 0 309px;
    }

    .pricingPage .whyusBox p {
        white-space: normal;
    }

    .pricingPage .writerFaqSection {
        padding: var(--space-2xl) 0;
    }

    .pricingPage .faqHeader {
        margin-bottom: var(--space-xl);
    }

    .pricingPage .faqHeader h2 {
        font-size: 22px;
        margin-bottom: var(--space-sm);
    }

    .pricingPage .faqGridWrapper {
        gap: var(--space-md);
    }

    .pricingPage .faqColumn {
        gap: var(--space-md);
    }

    .pricingPage .faqCard {
        padding: var(--space-md);
    }

    .pricingPage .faqCardTitle {
        font-size: var(--text-sm);
        margin-bottom: 12px;
    }

    .pricingPage .faqCardAnswer {
        font-size: var(--text-xs);
        line-height: 160%;
    }

    .pricingPage .static-guarantees-section {
        padding: var(--space-xl) var(--space-base);
    }

    .pricingPage .guarantees-header {
        margin-bottom: var(--space-xl);
    }

    .pricingPage .guarantees-heading {
        font-size: var(--text-2xl);
    }

    .pricingPage .guarantees-grid {
        flex-wrap: nowrap;
        gap: var(--space-base);
        width: 100%;
        overflow-x: auto;
    }

    .pricingPage .guarantee-card {
        padding: var(--space-md) var(--space-base);
        width: 420px;
        max-width: 450px;
        flex: 0 0 250px;
    }

    .pricingPage .guarantee-description {
        font-size: 12px;
    }

    .pricingPage .ctaService {
        margin: 80px 0;
    }

    .pricingPage .ctaserviceWraper {
        padding: var(--space-lg) var(--space-sm);
        border-radius: var(--radius-xl);
    }

    .pricingPage .ctaserviceTitle {
        font-size: 19px;
        line-height: 140%;
        padding-bottom: 12px;
    }

    .pricingPage .ctaserviceDesc p {
        font-size: var(--text-sm);
        line-height: 160%;
        padding-bottom: 26px;
    }
}

/* Custom scrollbar for horizontal scrolling sections */
.pricingPage .BenefitContentwrap::-webkit-scrollbar,
.pricingPage .whyContentwrap::-webkit-scrollbar,
.pricingPage .guarantees-grid::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.pricingPage .BenefitContentwrap::-webkit-scrollbar-track,
.pricingPage .whyContentwrap::-webkit-scrollbar-track,
.pricingPage .guarantees-grid::-webkit-scrollbar-track {
    background: var(--bg-lightest-blue);
    border-radius: var(--radius-md);
}

.pricingPage .BenefitContentwrap::-webkit-scrollbar-thumb,
.pricingPage .whyContentwrap::-webkit-scrollbar-thumb,
.pricingPage .guarantees-grid::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: var(--radius-md);
    transition: background 0.2s ease;
}

.pricingPage .BenefitContentwrap::-webkit-scrollbar-thumb:hover,
.pricingPage .whyContentwrap::-webkit-scrollbar-thumb:hover,
.pricingPage .guarantees-grid::-webkit-scrollbar-thumb:hover {
    background: var(--primary-blue);
}
