#pricing-body {
    padding-top: 0;
}

.pricing-hero {
    background: rgb(249, 251, 255);
    padding:180px 0 80px;
}

.price-list {
    padding: 100px 0;
}

.price-list__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.price-list__company,
.price-list__currency {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.price-list__controls {
    display: flex;
    flex: 1 1 auto;
}

.price-list__eyebrow {
    font-size: 25px;
    font-weight: 600;
    color: #101828;
}

.price-list__segmented {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #F3F4F6;
    border-radius: 999px;
    padding: 6px;
    border: none;
    box-shadow: none;
}

.price-toggle {
    border: none;
    background: transparent;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight:500;
    font-size: 22px;
    line-height: 1;
    color: #98A2B3;
    cursor: pointer;
    transition: all .2s ease;
}

.price-toggle:hover {
    color: #101828;
}

.price-toggle.is-active {
    background: #fff;
    color: #101828;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.price-toggle--accent {
    background: #FF3F05;
    color: #fff;
    box-shadow: 0 6px 16px rgba(255, 63, 5, 0.25);
}

.price-toggle--accent:hover {
    color: #fff;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
}

.price-card {
    position: relative;
    border-radius: 28px;
}

.price-card__body {
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
    border: 1px solid #E4E7EC;
    display: flex;
    flex-direction: column;
    min-height: 100%;


    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 50;
}

.price-card__flag {
    display: none;
}

.price-card--premium {
    border: 1px solid #FF3F05;
    position: relative;
}

.price-card--premium::before {
    content: "MOST POPULAR";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    background: #FF3F05;
    color: #fff;
    text-align: center;
    padding: 15px 0 50px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    font-weight: bold;
    font-size: 16px;
    z-index: 5;
}

.price-card--premium .price-card__body {
    padding: 36px 32px;
}

.price-card__price {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.price-card__amount {
    font-size: 38px;
    font-weight: 700;
    color: #101828;
}

.price-card__meta {
    font-size: 14px;
    color: #667085;
}

.price-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #101828;
}

.price-card__subtitle {
    color: #475467;
    font-size: 15px;
    line-height: 1.6;
}

.price-card__cta {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.price-card__features {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #101828;
}

.price-feature--unavailable {
    color: #98A2B3;
}

.price-feature__icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}

.price-feature__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}


.pricing-benefits__card {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 40px 20px;
}

.pricing-benefits__card h3 {
    color: #FF3F05;
    font-size: 18px;
    font-weight: 600;
}

.pricing-benefits__spotlight {
    padding: 30px 30px;
}

.pricing-benefits__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFEEE7;
}

.pricing-benefits__inline {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}

.contact-form__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
}

.contact-form__content > .heading-benefit,
.contact-form__content > .pricing-benefits__spotlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.service-inprice {
    padding: 60px 0 20px;
    background: #fff;
}

.service-inprice__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.service-inprice__title {
    font-size: 48px !important;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #13294B;
}

.service-inprice__title-accent {
    color: #FF3F05;
}

.service-inprice__title-secondary {
    color: #13294B;
    margin-right: 12px;
}

.service-inprice__toggle {
    border: none;
    background: transparent;
    color: #FF3F05;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.service-inprice__toggle-icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.service-inprice__toggle[aria-expanded="true"] .service-inprice__toggle-icon {
    transform: rotate(180deg);
}

.service-inprice__toggle[aria-expanded="false"] .service-inprice__toggle-icon {
    transform: rotate(0deg);
}

.service-inprice__table-wrapper {
    margin-top: 48px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.service-inprice__table-wrapper.is-open {
    opacity: 1;
    visibility: visible;
}

.service-inprice__table-wrapper.is-closed {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: 0;
}

.service-inprice__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.service-inprice__table thead th {
    background: #F7F9FD;
    padding: 20px 28px;
    font-size: 24px;
    font-weight: 700;
    color: #13294B;
    text-align: left;
    border-bottom: 1px solid #E4E7EC;
}

.service-inprice__table thead th + th {
    text-align: center;
}

.service-inprice__table tbody th,
.service-inprice__table tbody td {
    padding: 22px 28px;
    border-bottom: 1px solid #E4E7EC;
    font-size: 23px;
    color: #344054;
    text-align: left;
}

.service-inprice__table tbody th {
    font-weight: 600;
    text-transform: capitalize;
}

.service-inprice__table tbody td:not(:first-child) {
    text-align: center;
}

.service-inprice__category td {
    background: #FFCDBD;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px !important;
    letter-spacing: 0.08em;
    color: #13294B;
    padding: 18px 28px;
}

.service-inprice__category + tr th,
.service-inprice__category + tr td {
    border-top: none;
}

.service-inprice__table tbody tr:last-child td,
.service-inprice__table tbody tr:last-child th {
    border-bottom: none;
}

.contact-form {
    padding: 120px 0;
}

.contact-form .container {
    display: flex;
    gap: 0;
    align-items: stretch;
    justify-content: space-between;
}

.contact-form__content {
    padding-right: 40px;
}

.contact-form__content,
.contact-form__form {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    align-self: stretch;
}

.contact-form__form {
    background: #ffffff;
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    border-radius: 24px;
    padding: 40px;
    display: flex;
}

.contact-form__form form {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.contact-form__content .header-page h2 {
    font-size: 38px;
}

.contact-form__content .header-sub-page {
    font-size: 18px;
    line-height: 1.7;
    color: #344054;
}

@media (max-width: 991px) {
    .price-list {
        padding: 80px 0;
    }

    .price-card {
        padding: 32px 28px;
    }

    .service-inprice {
        padding: 90px 0 80px;
    }

    .service-inprice__title {
        font-size: 38px;
    }

    .service-inprice__table-wrapper {
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    }

    .contact-form {
        padding: 90px 0;
    }

    .contact-form__content .header-page h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .price-list__header {
        flex-direction: column;
        align-items: stretch;
    }

    .price-list__company,
    .price-list__currency {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .price-list__controls {
        width: 100%;
        flex: none;
    }

    .service-inprice__title {
        font-size: 32px;
    }

    .service-inprice__toggle {
        font-size: 14px;
    }

    .service-inprice__table-wrapper {
        overflow-x: auto;
        border-radius: 16px;
    }

    .service-inprice__table {
        min-width: 720px;
    }

    .contact-form .container {
        flex-direction: column;
        gap: 32px;
    }

    .contact-form__content,
    .contact-form__form {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .contact-form__form {
        padding: 32px;
        border-radius: 20px;
    }

    .contact-form__content .header-page h2 {
        font-size: 30px;
    }

    .service-inprice__category td, .service-inprice__table tbody th, .service-inprice__table tbody td {
        font-size: 8px !important;
    }

    .contact-form__content {
        padding: 0;
    }

    .price-card--premium::before {
        top: -10px;
        left: -1px;
        width: calc(100% + 2px);
    }

    .price-toggle {
        font-size: 10px;
    }

    .pricing-benefits__spotlight {
        padding: 20px 15px;
    }

    .price-card__price {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    }

    .price-card__amount {
        font-size: 50px;
    }

    .price-feature {
        font-size: 10px;
    }

    .price-list__eyebrow {
        font-size: 12px;
    }

    .price-list__header {
        margin-bottom: 20px;
    }

    .slick-list {
        padding: 10px 0 !important;
    }
    .contact-form, .service-inprice {
        padding: 30px 0;
    }

    .pricing-hero {
        padding: 120px 0 30px;
    }

    .pricing-benefits__card {
        padding: 30px 10px;
    }

    .pricing-benefits__card h3 {
        font-size: 12px !important;
    }
}

