/* =========================================================
   SalesPlay - Complementary Apps
   ========================================================= */

.sp-complementary-apps {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 65px 85px 35px 85px;
    background:
        radial-gradient(
            circle at 8% 30%,
            rgba(28, 143, 218, 0.08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f5fbff 0%,
            #ffffff 100%
        );
}


/* =========================================================
   Container
   ========================================================= */

.sp-apps-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   Header
   ========================================================= */

.sp-apps-header {
    position: relative;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 30px;
}


.sp-section-badge {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 50px;
    background: #e4f4ff;
    color: #087bd0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}


.sp-apps-header h2 {
    margin: 0;

    color: #071a3c;

    font-size: 40px;
    line-height: 1.12;

    font-weight: 600;
    letter-spacing: 0.5px;
}


.sp-apps-header p {
    max-width: 760px;

    margin: 16px auto 0;

    color: #617493;

    font-size: 17px;
    line-height: 1.7;
}


.sp-header-line {
    display: none;

    width: 74px;
    height: 4px;

    margin: 22px auto 0;

    border-radius: 20px;

    background: #0787d9;
}


/* =========================================================
   Header Note
   ========================================================= */

.sp-header-note {
    position: absolute;

    right: -5px;
    bottom: -20px;

    display: flex;
    align-items: center;
    gap: 4px;

    color: #6680a4;

    font-size: 14px;
    line-height: 1.4;

    transform: rotate(-4deg);

    text-align: left;
}


.sp-note-arrow {
    font-size: 34px;
    line-height: 1;
}


/* =========================================================
   Apps Grid
   ========================================================= */

.sp-apps-grid {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 14px;

    align-items: stretch;
}


/* =========================================================
   Card
   ========================================================= */

.sp-app-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 18px 16px 16px;

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid #e2edf7;

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(22, 68, 110, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.sp-app-card:hover {
    transform: translateY(-6px);

    border-color: color-mix(
        in srgb,
        var(--app-color) 35%,
        #ffffff
    );

    box-shadow:
        0 18px 40px rgba(22, 68, 110, 0.12);
}


/* =========================================================
   Top
   ========================================================= */

.sp-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    margin-bottom: 14px;
}


.sp-app-icon {
    width: 62px;
    height: 62px;

    flex: 0 0 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 12px;

    background: color-mix(
        in srgb,
        var(--app-color) 12%,
        #ffffff
    );
}


.sp-app-icon img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


.sp-free-badge {
    width: 48px;
    height: 40px;
    border-radius: 20px;
    background: #eef8ff;
    color: #168bd3;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    cursor: pointer;
}

.sp-free-badge i {
    font-size: 16px;
}


/* =========================================================
   Content
   ========================================================= */

.sp-card-content {
    min-height: 112px;
}


.sp-card-content h3 {
    margin: 0;
    color: #071a3c;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.3px;
}


.sp-app-subtitle {
    margin-top: 3px;

    color: #071a3c;

    font-size: 15px;
    line-height: 1.3;

    font-weight: 600;
}


.sp-card-content p {
    margin: 12px 0 0;

    color: #617493;

    font-size: 14px;
    line-height: 1.55;
}


/* =========================================================
   Product Screenshot
   ========================================================= */

.sp-app-preview {
    position: relative;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    height: 180px;

    margin: 4px -3px 15px;

    overflow: hidden;
}


.sp-app-preview img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;

    filter: drop-shadow(
        0 9px 10px rgba(0, 0, 0, 0.12)
    );

    transition: transform 0.3s ease;
}


.sp-app-card:hover .sp-app-preview img {
    transform: scale(1.025);
}


/* =========================================================
   Button
   ========================================================= */

.sp-card-action {
    margin-top: auto;
}


.sp-learn-more {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 46px;

    padding: 10px 16px;

    border-radius: 9px;

    background: var(--app-color);

    color: #ffffff;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.sp-learn-more:hover {
    color: #ffffff;

    transform: translateY(-1px);
    text-decoration: none;
    box-shadow:
        0 7px 18px color-mix(
            in srgb,
            var(--app-color) 25%,
            transparent
        );
}


.sp-button-arrow {
    margin-left: 9px;

    font-size: 20px;
    line-height: 1;

    transition: transform 0.2s ease;
}


.sp-learn-more:hover .sp-button-arrow {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .sp-complementary-apps {
        margin-top: 70px;
        padding: 65px 20px 70px;
    }


    .sp-apps-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 18px;
    }


    .sp-app-card {
        padding: 18px;
    }


    .sp-app-preview {
        height: 190px;
    }


    .sp-header-note {
        display: none;
    }

}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 768px) {

    .sp-complementary-apps {
        margin-top: 70px;
        padding: 55px 18px 60px;
    }


    .sp-apps-header {
        margin-bottom: 32px;
    }


    .sp-apps-header h2 {
        font-size: 34px;

        letter-spacing: -1px;
    }


    .sp-apps-header p {
        font-size: 15px;
    }


    .sp-apps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 16px;
    }


    .sp-app-preview {
        height: 185px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .sp-complementary-apps {
        margin-top: 70px;
        padding: 45px 15px 50px;
    }


    .sp-section-badge {
        padding: 7px 14px;

        font-size: 12px;
    }


    .sp-apps-header h2 {
        font-size: 29px;
        line-height: 1.16;
    }


    .sp-apps-header p {
        margin-top: 12px;

        font-size: 14px;
        line-height: 1.6;
    }


    .sp-header-line {
        width: 55px;
        height: 3px;
    }


    .sp-apps-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .sp-app-card {
        padding: 18px;

        border-radius: 14px;
    }


    .sp-card-content {
        min-height: auto;
    }


    .sp-card-content h3 {
        font-size: 20px;
    }


    .sp-app-subtitle {
        font-size: 14px;
    }


    .sp-card-content p {
        font-size: 14px;
    }


    .sp-app-preview {
        height: 210px;

        margin-top: 12px;
    }


    .sp-learn-more {
        min-height: 48px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .sp-app-preview {
        height: 185px;
    }


    .sp-app-icon {
        width: 55px;
        height: 55px;

        flex-basis: 55px;
    }


    .sp-card-content h3 {
        font-size: 18px;
    }

}


/* addon pricing section */


/* =========================================================
   SALESPLAY
   PRICING - ADDONS
========================================================= */


/* =========================================================
   SECTION
========================================================= */

.sp-addons {
    position: relative;
    width: 100%;
    padding: 20px 82px 24px 82px;
    margin-bottom: 60px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(29, 139, 230, 0.065),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 70%,
            rgba(105, 62, 225, 0.045),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #ffffff 100%
        );
}


.sp-addons__container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.sp-addons__header {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

/* Title */

.sp-addons__title {
    margin: 0;

    color: #081a3d;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -2px;

    white-space: nowrap;
}

/* Description */

.sp-addons__description {
    margin: 0;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;

    white-space: nowrap;
}

/* Optional badge */

.sp-addons__badge {
    display: none;
}

/* Mobile */

@media (max-width: 768px) {
    .sp-addons__header {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .sp-addons__title {
        font-size: 32px;
    }

    .sp-addons__description {
        font-size: 16px;
    }
}


/* =========================================================
   BILLING SWITCH
========================================================= */

.sp-billing {
    display: flex;

    align-items: center;

    width: fit-content;

    max-width: 100%;

    margin: 0 auto 50px;

    padding: 5px;

    border: 1px solid #e6edf5;

    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 8px 28px rgba(
            24,
            65,
            105,
            0.10
        );
}


.sp-billing__button {
    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 195px;

    height: 48px;

    padding: 0 22px;

    border: 0;

    border-radius: 9px;

    background: transparent;

    color: #14213c;

    font-family: inherit;

    font-size: 15px;

    font-weight: 700;

    line-height: 1;

    cursor: pointer;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}


.sp-billing__button:hover {
    color: #146bff;
}


.sp-billing__button.is-active {
    background: #146bff;

    color: #ffffff;

    box-shadow:
        0 5px 15px rgba(
            20,
            107,
            255,
            0.25
        );
}


.sp-billing__saving {
    display: flex;

    align-items: center;

    justify-content: center;

    height: 38px;

    padding: 0 15px;

    margin-right: 5px;

    border-radius: 8px;

    background: #eaf9f0;

    color: #15925b;

    font-size: 13px;

    font-weight: 700;

    line-height: 1;

    white-space: nowrap;
}


/* =========================================================
   GRID
========================================================= */

.sp-addons__grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 34px;
}


/* =========================================================
   PRICE + TRIAL WRAPPER
========================================================= */

.sp-addon-card__price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

/* =========================================================
   CARD
========================================================= */

.sp-addon-card {
    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    padding: 20px 30px 30px;

    border: 1px solid #e1eaf3;

    border-top:
        3px solid var(--addon-color);

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 10px 30px rgba(
            24,
            65,
            105,
            0.07
        );

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.sp-addon-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 42px rgba(
            24,
            65,
            105,
            0.12
        );
}


/* =========================================================
   FEATURED CARD
========================================================= */

.sp-addon-card.is-featured {
    border-color: #b38af5;

    border-top-color: #7137e8;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fcf8ff 100%
        );
}


.sp-addon-card__featured {
    position: absolute;

    top: 0;

    right: 0;

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 8px 18px;

    border-radius:
        0
        0
        0
        12px;

    background: #7137e8;

    color: #ffffff;

    font-size: 11px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.25px;
}


/* =========================================================
   CARD TOP
========================================================= */

.sp-addon-card__top {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    /* min-height: 150px; */
}


.sp-addon-card__icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 112px;

    width: 112px;

    height: 112px;

    padding: 12px;

    border-radius: 25px;

    background: #f0f6ff;
}


.sp-addon-card__icon img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: contain;
}


/* Blue */

.sp-addon-card[style*="#146BFF"]
.sp-addon-card__icon {
    background: #eef5ff;
}


/* Green */

.sp-addon-card[style*="#20A36A"]
.sp-addon-card__icon {
    background: #edf9f4;
}


/* Purple */

.sp-addon-card[style*="#7438E8"]
.sp-addon-card__icon,
.sp-addon-card[style*="#7137E8"]
.sp-addon-card__icon {
    background: #f4edff;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.sp-addon-card__content {
    flex: 1;

    min-width: 0;

    padding-top: 11px;
}


.sp-addon-card__title {
    margin: 0;

    color: #081a3d;

    font-size: 23px;

    line-height: 1.28;

    font-weight: 700;

    letter-spacing: -0.4px;
}


.sp-addon-card__description {
    /* margin: 13px 0 0; */

    color: #61718e;

    font-size: 16px;

    line-height: 1.65;

    font-weight: 400;
}


/* =========================================================
   DIVIDER
========================================================= */

.sp-addon-card__divider {
    width: 100%;
    height: 1px;
    margin: 10px 0 10px;
    background: #e7edf4;
}


/* =========================================================
   PRICE
========================================================= */
.sp-addon-card__price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-shrink: 0;
}

.sp-addon-card__price-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.sp-addon-card__price-unit {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}


/* =========================================================
   TRIAL
========================================================= */

.sp-addon-card__trial {
    display: flex;

    align-items: center;

    gap: 12px;

    min-height: 51px;

    padding: 8px 16px;

    border-radius: 9px;

    background:
        var(--trial-background, #f1f6ff);

    color: var(--addon-color);

    font-size: 14px;

    line-height: 1.4;

    font-weight: 600;
}


/* Blue trial */

.sp-addon-card[style*="#146BFF"]
.sp-addon-card__trial {
    background: #eef5ff;
}


/* Green trial */

.sp-addon-card[style*="#20A36A"]
.sp-addon-card__trial {
    background: #edf9f4;
}


/* Purple trial */

.sp-addon-card[style*="#7438E8"]
.sp-addon-card__trial,
.sp-addon-card[style*="#7137E8"]
.sp-addon-card__trial {
    background: #f4edff;
}


/* =========================================================
   CHECK
========================================================= */

.sp-addon-card__check {
    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 28px;

    width: 28px;

    height: 28px;

    border-radius: 50%;

    background: var(--addon-color);

    color: #ffffff;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;
}


/* =========================================================
   CUSTOM PRICING / HELP
========================================================= */

.sp-addon-support {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);

    align-items: center;

    gap: 34px;

    margin-top: 30px;

    padding: 27px 32px;

    border: 1px solid #dce8f5;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8fbff 100%
        );

    box-shadow:
        0 8px 25px rgba(
            30,
            80,
            130,
            0.05
        );

    overflow: hidden;
}


/* Decorative dots */

.sp-addon-support::after {
    content: "";

    position: absolute;

    right: -5px;

    bottom: -10px;

    width: 160px;

    height: 90px;

    opacity: 0.55;

    background-image:
        radial-gradient(
            #9ec8f5 1.5px,
            transparent 1.5px
        );

    background-size: 13px 13px;

    pointer-events: none;
}


.sp-addon-support__item {
    position: relative;

    z-index: 1;

    display: flex;

    align-items: center;

    gap: 20px;

    min-width: 0;
}


.sp-addon-support__icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 76px;

    width: 76px;

    height: 76px;

    border-radius: 22px;
}


.sp-addon-support__icon--custom {
    background: #fff6dc;

    color: #eca900;

    font-size: 38px;
}


.sp-addon-support__icon--help {
    background: #e9f4ff;

    color: #087be0;

    font-size: 32px;

    font-weight: 700;
}


.sp-addon-support__icon img {
    display: block;

    width: 52px;

    height: 52px;

    object-fit: contain;
}


/* =========================================================
   SUPPORT CONTENT
========================================================= */

.sp-addon-support__content {
    min-width: 0;
}


.sp-addon-support__content h3 {
    margin: 0;

    color: #081a3d;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 700;
}


.sp-addon-support__content p {
    max-width: 470px;

    margin: 6px 0 0;

    color: #63728f;

    font-size: 14px;

    line-height: 1.55;
}


/* =========================================================
   SUPPORT DIVIDER
========================================================= */

.sp-addon-support__divider {
    position: relative;

    z-index: 1;

    width: 1px;

    height: 65px;

    background: #dce5ef;
}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.sp-addon-support__button {
    position: relative;

    z-index: 2;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 auto;

    min-width: 125px;

    min-height: 45px;

    margin-left: auto;

    padding: 10px 18px;

    border: 1.5px solid #087be0;

    border-radius: 8px;

    background: #ffffff;

    color: #087be0;

    text-decoration: none;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}


.sp-addon-support__button:hover {
    background: #087be0;
    text-decoration: none;
    color: #ffffff;
    transform: translateY(-1px);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .sp-addons {
        padding-left: 20px;

        padding-right: 20px;
    }


    .sp-addons__grid {
        gap: 24px;
    }


    .sp-addon-card {
        padding: 32px 25px 27px;
    }


    .sp-addon-card__top {
        gap: 21px;
    }


    .sp-addon-card__icon {
        flex-basis: 96px;

        width: 96px;

        height: 96px;

        border-radius: 21px;
    }


    .sp-addon-card__title {
        font-size: 21px;
    }


    .sp-addon-card__description {
        font-size: 14px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .sp-addons {
        padding-top: 70px;

        padding-bottom: 70px;
    }


    .sp-addons__grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap: 20px;
    }


    .sp-addon-card {
        padding: 27px 21px 24px;
    }


    .sp-addon-card__top {
        flex-direction: column;

        gap: 16px;

        min-height: 0;
    }


    .sp-addon-card__icon {
        flex-basis: 82px;

        width: 82px;

        height: 82px;

        border-radius: 18px;
    }


    .sp-addon-card__content {
        padding-top: 0;
    }


    .sp-addon-card__title {
        font-size: 20px;
    }


    .sp-addon-card__description {
        font-size: 14px;

        line-height: 1.55;
    }


    .sp-addon-support {
        grid-template-columns: 1fr;

        gap: 23px;
    }


    .sp-addon-support__divider {
        width: 100%;

        height: 1px;
    }


    .sp-addon-support__button {
        margin-left: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .sp-addons {
        padding: 55px 15px 60px;
    }


    .sp-addons__header {
        margin-bottom: 27px;
    }


    .sp-addons__badge {
        padding: 7px 14px;

        font-size: 11px;
    }


    .sp-addons__title {
        margin-top: 13px;

        font-size: 36px;

        letter-spacing: -1.1px;
    }


    .sp-addons__description {
        margin-top: 12px;

        font-size: 14px;

        line-height: 1.6;
    }


    /* =====================================================
       BILLING
    ====================================================== */

    .sp-billing {
        width: 100%;

        margin-bottom: 34px;

        padding: 4px;

        border-radius: 12px;
    }


    .sp-billing__button {
        min-width: 0;

        flex: 1;

        height: 44px;

        padding: 0 7px;

        font-size: 12px;
    }


    .sp-billing__saving {
        height: 34px;

        padding: 0 9px;

        margin-right: 2px;

        font-size: 11px;

        border-radius: 7px;
    }


    /* =====================================================
       GRID
    ====================================================== */

    .sp-addons__grid {
        grid-template-columns: 1fr;

        gap: 17px;
    }


    /* =====================================================
       CARD
    ====================================================== */

    .sp-addon-card {
        padding: 25px 19px 20px;

        border-radius: 13px;
    }


    .sp-addon-card__top {
        flex-direction: row;

        align-items: flex-start;

        gap: 16px;
    }


    .sp-addon-card__icon {
        flex: 0 0 70px;

        width: 70px;

        height: 70px;

        padding: 8px;

        border-radius: 16px;
    }


    .sp-addon-card__content {
        padding-top: 1px;
    }


    .sp-addon-card__title {
        font-size: 18px;

        line-height: 1.3;
    }


    .sp-addon-card__description {
        margin-top: 8px;

        font-size: 13px;

        line-height: 1.55;
    }


    /* =====================================================
       DIVIDER
    ====================================================== */

    .sp-addon-card__divider {
        margin: 19px 0 20px;
    }


    /* =====================================================
       PRICE
    ====================================================== */

    .sp-addon-card__price {
        gap: 8px;
        display: flex;
        align-items: baseline;
        flex-direction: column;
        margin-bottom: 19px;
    }


    .sp-addon-card__price-value {
        font-size: 18px;
    }


    .sp-addon-card__price-unit {
        font-size: 13px;
    }


    /* =====================================================
       TRIAL
    ====================================================== */

    .sp-addon-card__trial {
        min-height: 47px;

        padding: 7px 13px;

        font-size: 13px;
    }


    .sp-addon-card__check {
        flex-basis: 27px;

        width: 27px;

        height: 27px;
    }


    /* =====================================================
       SUPPORT
    ====================================================== */

    .sp-addon-support {
        margin-top: 18px;

        padding: 21px 18px;

        border-radius: 13px;
    }


    .sp-addon-support__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        gap: 14px;
    }


    .sp-addon-support__icon {
        flex-basis: 58px;

        width: 58px;

        height: 58px;

        border-radius: 16px;
    }


    .sp-addon-support__icon img {
        width: 40px;

        height: 40px;
    }


    .sp-addon-support__content h3 {
        font-size: 17px;
    }


    .sp-addon-support__content p {
        font-size: 13px;

        line-height: 1.5;
    }


    .sp-addon-support__button {
        width: 100%;

        min-height: 46px;

        margin-top: 4px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .sp-addons__title {
        font-size: 33px;
    }


    .sp-billing__button {
        font-size: 11px;
    }


    .sp-billing__saving {
        padding: 0 7px;

        font-size: 10px;
    }


    .sp-addon-card {
        padding: 22px 16px 18px;
    }


    .sp-addon-card__top {
        gap: 12px;
    }


    .sp-addon-card__icon {
        flex-basis: 62px;

        width: 62px;

        height: 62px;
    }


    .sp-addon-card__title {
        font-size: 17px;
    }


    .sp-addon-card__description {
        font-size: 12px;
    }

    .sp-addon-card__price {
        gap: 6px;
        display: flex;
        align-items: baseline;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .sp-addon-card__price-value {
        font-size: 18px;
    }


    .sp-addon-card__price-unit {
        font-size: 12px;
    }

}



/* =====================================================
       FAQ
       ===================================================== */

       @media (min-width: 1200px) {
    .wrapmiddle {
        max-width: 1200px !important;
    }

    .web-store-page .cd-faq {
        padding: 10px 0 45px;
    }

    .web-store-page .cd-section-heading {
        margin-bottom: 18px;
    }

    .web-store-page .cd-section-heading h2 {
        font-size: 25px;
    }

    .web-store-page .cd-faq__question {
        min-height: 52px;

        padding: 14px 15px;

        font-size: 13px;
    }

    .web-store-page .cd-faq__answer {
        padding: 0 15px 16px;

        font-size: 13px;
        line-height: 1.7;
    }
}


/* =========================================================
   SMALL MOBILE - 480px
   ========================================================= */

@media (max-width: 480px) {

    .web-store-page .cd-container {
        width: calc(100% - 24px);
    }


    /* Hero */

    .web-store-page .cd-hero > .cd-container {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 32px;
    }

    .web-store-page .cd-hero__title {
        font-size: 27px;
    }

    .web-store-page .cd-hero__subtitle {
        margin-top: 15px;

        font-size: 15px;
    }

    .web-store-page .cd-hero__description {
        margin-top: 18px;

        font-size: 12px;
    }

    .web-store-page .cd-hero__image {
        margin-top: 28px;
    }


    /* Feature */

    .web-store-page .cd-feature {
        padding: 38px 0;
    }

    .web-store-page .cd-feature__grid {
        gap: 24px;
    }

    .web-store-page .cd-feature__title {
        font-size: 22px;
    }

    .web-store-page .cd-feature__description {
        font-size: 13px;
    }

    .web-store-page .cd-feature__description li {
        padding-left: 15px;
    }

    .web-store-page
    .cd-feature__description ul li::before {
        top: 9px;

        width: 4px;
        height: 4px;
    }


    /* CTA */

    .web-store-page .cd-app-cta {
        padding: 28px 0;
    }

    .web-store-page .cd-app-cta__box {
        padding: 24px 14px;
    }

    .web-store-page .cd-app-cta__title {
        font-size: 30px;
    }

    .web-store-page .cd-app-cta__description {
        font-size: 14px;
    }

    .web-store-page .cd-app-card__link {
        min-height: 65px;

        padding: 9px 10px;

        gap: 10px;
    }

    .web-store-page .cd-app-card__icon {
        width: 42px;
        height: 42px;
    }

    .web-store-page .cd-app-card__content strong {
        font-size: 12px;
    }

    .web-store-page .cd-app-card__content span {
        font-size: 10px;
    }


    /* FAQ */

    .web-store-page .cd-section-heading h2 {
        font-size: 23px;
    }

    .web-store-page .cd-faq__question {
        padding: 13px;

        font-size: 12px;
    }

    .web-store-page .cd-faq__answer {
        padding: 0 13px 14px;

        font-size: 12px;
    }

    .web-store-page .cd-faq__icon {
        width: 22px;
        height: 22px;

        flex-basis: 22px;

        font-size: 20px;
    }
}


/* =========================================================
   VERY SMALL MOBILE - 360px
   ========================================================= */

@media (max-width: 360px) {

    .web-store-page .cd-container {
        width: calc(100% - 20px);
    }

    .web-store-page .cd-hero__title {
        font-size: 25px;
    }

    .web-store-page .cd-hero__subtitle {
        font-size: 14px;
    }

    .web-store-page .cd-feature__title {
        font-size: 21px;
    }

    .web-store-page .cd-app-cta__title {
        font-size: 30px;
    }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.web-store-page
.cd-button:focus-visible,

.web-store-page
.cd-app-card__link:focus-visible,

.web-store-page
.cd-faq__question:focus-visible {
    outline: 3px solid rgba(0, 93, 168, 0.25);
    outline-offset: 3px;
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .web-store-page *,
    .web-store-page *::before,
    .web-store-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}