/*#region common */
:root {
    --page-color: #2662FF;
}

.pricing-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #1F1F1F;
}

.pricing-page h1,
.pricing-page h2,
.pricing-page h3,
.pricing-page h4,
.pricing-page h5,
.pricing-page h6 {
    font-weight: normal;
    margin: 0;
    color: inherit;
}

.page-color {
    color: #2662FF;
}

.nowrap {
    white-space: nowrap;
}

.default-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
}

.title-pb {
    padding-bottom: 4px;
}

.default-des {
    font-size: 18px;
    text-align: center;
    color: #374151;
}

.pricing-page .container {
    width: 100%;
    max-width: 1470px;
}

.base-btn {
    display: inline-block;
    font-family: Inter SemiBold, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 15px 24px;
    border-radius: 16px;
}

a.primary-btn {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: #FFF;
}

a.second-btn {
    color: #2563EB;
    border: 1.5px solid#2563EB;
    padding: 12.5px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media (max-width: 979px) {
    .default-title br {
        display: none;
    }

    .default-des {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .default-title {
        font-size: 24px;
    }
}
/*#endregion */

/*#region banner */
.banner {
    background: linear-gradient(180deg, #F4F7FF 42.49%, #D0DBFF 100%);
    padding-top: 36px;
}

.banner-tag {
    font-family: Inter Medium, Arial, sans-serif;
    font-size: 14px;
    color: var(--page-color);
    line-height: 20px;
    width: fit-content;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid var(--page-color);
    border-radius: 8px;
}

.banner-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 36px;
    text-align: center;
}

.banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0 16px;
}

.banner-image {
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 979px) {
    .banner-title {
        font-size: 32px;
    }

    .banner-cta {
        padding: 16px 0;
    }
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 28px;
    }
}
/*#endregion */

/*#region package */
.product-package {
    background-color: #F3F7FF;
    padding: 60px 0 60px;
}

.product-package .base-btn {
    width: 100%;
}

.product-package a.primary-btn {
    padding: 12px 20px;
}

.product-package a.second-btn {
    padding: 9.5px 20px;
}

.package-nav {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px;
    margin: 12px auto;
    border-radius: 16px;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.pn-item {
    background-color: transparent;
    padding: 6px 10px;
    border-radius: 12px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    cursor: pointer;
}

.pn-item.active {
    background-color: #2563EB;
    color: #FFF;
}

.package-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.package-item {
    background-color: #FFF;
    padding: 16px 32px;
    border-radius: 24px;
    box-shadow: 0px 10px 60px -2px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
}

.package-heading {
    position: relative;
    padding-bottom: 8px;
}

.package-name {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 20px;
    color: #101828;
    padding-bottom: 6px;
}

.package-price {
    padding-bottom: 6px;
}

.pp-number {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 24px;
    color: #101828;
}

.package-price .recurring-text {
    font-family: Inter SemiBold, Arial, sans-serif;
    color: #1F1F1F;
}

.package-user {
    font-family: Inter Italic, Arial, sans-serif;
    text-align: center;
    color: #475467;
}

.package-extra {
    padding: 6px 0;
    letter-spacing: -0.48px;
}

.package-detail {
    margin-top: 12px;
}

.pd-item {
    background: url(/sites/sme/images/pages/pricing/ic-check.svg) no-repeat;
    background-position: top left;
    background-size: 24px;
    padding-left: 36px;
    line-height: 24px;
}

.pd-item:not(:last-child) {
    margin-bottom: 6px;
}

.package-item.recommended {
    margin-top: 0;
}

.package-item.recommended .package-name,
.package-item.recommended .pp-number {
    color: var(--page-color);
}

.recommended-tag {
    width: max-content;
    font-family: Inter SemiBold, Arial, sans-serif;
    color: #155EEF;
    background: linear-gradient(90deg, #EFF4FF 54.79%, #FFFFFF 104.02%);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border-radius: 9999px;
    position: absolute;
    top: -8px;
    right: 0;
}

.tag-new {
    background-color: #FFF9EF;
    border: 1px solid #FFD2B2;
    border-radius: 9999px;
    padding: 2px 10px;
    font-family: Inter Medium, Arial, sans-serif;
    font-size: 14px;
    color: #EF7015;
    line-height: 18px;
    margin-left: 12px;
}

.download-text {
    font-size: 20px;
    text-align: center;
    padding: 16px 0 8px;
}

.download-btn.base-btn {
    display: flex;
    gap: 8px;
    width: fit-content;
    margin:  0 auto;
    border: 1.5px solid#2563EB;
    border-radius: 16px;
    padding: 12.5px 24px;
    font-family: Inter SemiBold, Arial, sans-serif;
    color: #2563EB;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .recommended-tag {
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 979px) {
    .product-package {
        padding: 40px 0;
    }

    .package-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .package-item {
        margin: 0;
        text-align: center;
    }

    .pd-item {
        text-align: start;
    }
}

@media (max-width: 767px) {
    .product-package {
        padding: 30px 0;
    }

    .package-item {
        padding: 32px 16px;
    }

    .package-name {
        font-size: 20px;
    }

    .pp-number {
        font-size: 24px;
    }
}
/*#endregion */

/*#region Question */
.question {
    padding: 60px 0;
}

.question-wrap {
    margin: 30px auto 0;
    max-width: 1200px;
}

.question .panel-group .panel {
    border-radius: 10px;
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 16px;
}

.question .panel-default>.panel-heading {
    padding: 24px 68px 8px 24px;
    background-color: #fff;
    border-radius: 24px;
    cursor: pointer;
    background: url(/sites/sme/images/pages/pricing/ic-minus.svg) no-repeat right 24px top 24px;
    background-size: 24px;
    font-family: Inter SemiBold, Arial, sans-serif;
    font-size: 16px;
    color: #101828;
}

.question .panel-default>.panel-heading.collapsed {
    padding-bottom: 24px;
    background: url(/sites/sme/images/pages/pricing/ic-expand.svg) no-repeat right 24px top 24px;
    background-size: 24px;
}

.question .panel-default>.panel-heading h3 {
    font-size: 16px;
}

.answer-text {
    padding: 0 68px 24px 24px;
    color: #475467;
}

.answer-text p {
    display: block;
}

@media (max-width: 979px) {
    .question {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .question {
        padding: 30px 0;
    }

    .question-wrap {
        margin-top: 24px;
    }

    .question .panel-default>.panel-heading {
        font-size: 14px;
        padding: 16px 24px 8px 16px;
        background-position: top 16px right 0;
    }

    .question .panel-default>.panel-heading h3 {
        font-size: 14px;
    }

    .question .panel-default>.panel-heading.collapsed {
        background-position: top 16px right 0;
        padding-bottom: 16px;
    }

    .answer-text {
        font-size: 14px;
        padding: 0 24px 16px 16px;
    }
}
/*#endregion */