/* =========================================================
   BOOSTPME — AI PRODUCTS
   Version commerciale
========================================================= */

.boost-products-section {
    position: relative;
    overflow: hidden;

    padding: 125px 0;

    background: #ffffff;

    color: #1a1a20;
}


/* =========================================================
   HEADING
========================================================= */

.boost-products-heading {
    max-width: 920px;

    margin-bottom: 65px;
}


.boost-products-heading > span {
    display: block;

    margin-bottom: 15px;

    color: #9797a1;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.boost-products-heading h2 {
    max-width: 850px;

    margin: 0;

    color: #17171d;

    font-size:
        clamp(
            48px,
            5.7vw,
            80px
        );

    line-height: .95;

    letter-spacing: -4px;

    font-weight: 500;
}


.boost-products-heading h2 em {
    display: block;

    font-style: normal;

    color: transparent;

    background:
        linear-gradient(
            90deg,
            #637cff,
            #9761ff,
            #e85e9b
        );

    -webkit-background-clip: text;
    background-clip: text;
}


.boost-products-heading p {
    max-width: 620px;

    margin: 24px 0 0;

    color: #686872;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   MAIN PRODUCTS
========================================================= */

.boost-product-main {
    position: relative;

    overflow: hidden;

    margin-bottom: 16px;

    padding: 48px;

    border:
        1px solid
        rgba(30, 30, 40, .07);

    border-radius: 29px;

    background:
        #f6f6f9;

    box-shadow:
        0 25px 70px
        rgba(30, 30, 50, .055);
}


.boost-product-main::after {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -120px;
    top: -130px;

    border-radius: 50%;

    filter: blur(80px);

    pointer-events: none;
}


.boost-hotel-product::after {
    background:
        rgba(98, 112, 255, .15);
}


.boost-restaurant-product::after {
    background:
        rgba(154, 93, 255, .12);
}


.boost-product-main-content {
    position: relative;

    z-index: 2;
}


/* =========================================================
   TOP
========================================================= */

.boost-product-top {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 38px;
}


.boost-product-top img {
    width: 49px;
    height: 49px;

    flex:
        0 0
        49px;

    border-radius: 50%;

    object-fit: cover;

    box-shadow:
        0 8px 25px
        rgba(30, 30, 50, .10);
}


.boost-product-top > div {
    display: flex;

    flex-direction: column;

    gap: 3px;
}


.boost-product-top span {
    color: #7960d4;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


.boost-product-top strong {
    color: #292930;

    font-size: 14px;
}


/* =========================================================
   MAIN TEXT
========================================================= */

.boost-product-main h3 {
    max-width: 760px;

    margin: 0;

    color: #19191f;

    font-size:
        clamp(
            38px,
            4.8vw,
            67px
        );

    line-height: .98;

    letter-spacing: -3.4px;

    font-weight: 500;
}


.boost-product-main h3 em {
    display: block;

    font-style: normal;

    color: #765ed2;
}


.boost-product-main-content > p {
    max-width: 620px;

    margin:
        24px
        0
        27px;

    color: #666671;

    font-size: 12px;

    line-height: 1.8;
}


/* =========================================================
   TAGS
========================================================= */

.boost-product-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    max-width: 720px;

    margin-bottom: 30px;
}


.boost-product-tags span {
    min-height: 29px;

    display: inline-flex;

    align-items: center;

    padding: 0 11px;

    border:
        1px solid
        rgba(30, 30, 40, .07);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .75);

    color: #575761;

    font-size: 8px;

    font-weight: 700;
}


/* =========================================================
   PRICE
========================================================= */

.boost-product-price {
    max-width: 550px;

    display: flex;

    align-items: center;

    gap: 20px;

    margin:
        8px
        0
        13px;

    padding:
        17px
        19px;

    border:
        1px solid
        rgba(30, 30, 40, .07);

    border-radius: 16px;

    background:
        rgba(255, 255, 255, .80);
}


.boost-product-price > div {
    display: flex;

    flex-direction: column;

    gap: 4px;
}


.boost-product-price small {
    color: #9a9aa3;

    font-size: 6px;

    font-weight: 800;

    letter-spacing: 1px;
}


.boost-product-price strong {
    color: #24242b;

    font-size: 15px;

    font-weight: 700;
}


.boost-product-price > span {
    color: #a1a1aa;

    font-size: 18px;

    font-weight: 300;
}


.boost-product-condition {
    display: block;

    max-width: 600px;

    color: #8b8b94;

    font-size: 8px;

    line-height: 1.6;
}


/* =========================================================
   ACTIONS
========================================================= */

.boost-product-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    margin-top: 27px;
}


.boost-product-primary,
.boost-product-secondary-link {
    min-height: 47px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 0 17px;

    border-radius: 12px;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.boost-product-primary {
    background: #18191f;

    color: #f6f6f7;
}


.boost-product-secondary-link {
    border:
        1px solid
        rgba(30, 30, 40, .09);

    background: #fff;

    color: #292930;
}


.boost-product-primary:hover,
.boost-product-secondary-link:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 30px
        rgba(30, 30, 50, .09);
}


/* =========================================================
   SECONDARY PRODUCTS
========================================================= */

.boost-products-secondary {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 16px;

    margin-top: 16px;
}


.boost-product-secondary {
    min-height: 310px;

    display: flex;

    flex-direction: column;

    padding: 27px;

    border:
        1px solid
        rgba(30, 30, 40, .07);

    border-radius: 22px;

    background: #f7f7f9;

    transition:
        transform .28s ease,
        box-shadow .28s ease;
}


.boost-product-secondary:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 50px
        rgba(30, 30, 50, .08);
}


.boost-product-secondary > img,
.boost-product-symbol {
    width: 44px;
    height: 44px;

    flex:
        0 0
        44px;

    margin-bottom: 26px;

    border-radius: 50%;
}


.boost-product-secondary > img {
    object-fit: cover;
}


.boost-product-symbol {
    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #657cff,
            #9d61ff
        );

    color: #f8f8fa;

    font-size: 13px;

    font-weight: 800;
}


.boost-product-secondary > span {
    display: block;

    margin-bottom: 8px;

    color: #9999a3;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.3px;
}


.boost-product-secondary h3 {
    margin:
        0
        0
        11px;

    color: #202027;

    font-size: 25px;

    letter-spacing: -1.2px;

    font-weight: 600;
}


.boost-product-secondary p {
    margin:
        0
        0
        20px;

    color: #6f6f79;

    font-size: 10px;

    line-height: 1.7;
}


.boost-secondary-price {
    display: block;

    margin-top: auto;

    padding-top: 10px;

    color: #303038;

    font-size: 11px;

    font-weight: 700;
}


.boost-product-secondary > a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    width: max-content;

    margin-top: 14px;

    color: #765fd1;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;
}


/* =========================================================
   SHOP CTA
========================================================= */

.boost-products-shop {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 45px;

    padding:
        27px
        30px;

    border:
        1px solid
        rgba(30, 30, 40, .07);

    border-radius: 20px;

    background: #18191f;
}


.boost-products-shop small {
    display: block;

    margin-bottom: 6px;

    color: #9696a1;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.2px;
}


.boost-products-shop strong {
    display: block;

    color: #f5f5f7;

    font-size: 20px;

    letter-spacing: -.6px;
}


.boost-products-shop p {
    margin:
        7px
        0
        0;

    color: #b1b1b8;

    font-size: 9px;

    line-height: 1.6;
}


.boost-products-shop > a {
    min-height: 46px;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    flex: 0 0 auto;

    padding: 0 17px;

    border-radius: 12px;

    background: #f7f7f8;

    color: #1c1c22;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .boost-products-section {
        padding: 100px 0;
    }


    .boost-products-secondary {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .boost-product-secondary:last-child {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .boost-products-section {
        padding: 82px 0;
    }


    .boost-products-heading h2 {
        letter-spacing: -2.5px;
    }


    .boost-product-main {
        padding:
            29px
            21px;

        border-radius: 22px;
    }


    .boost-product-main h3 {
        font-size: 38px;

        letter-spacing: -2px;
    }


    .boost-product-price {
        align-items: flex-start;

        flex-direction: column;

        gap: 10px;
    }


    .boost-product-price > span {
        display: none;
    }


    .boost-product-actions {
        flex-direction: column;
    }


    .boost-product-primary,
    .boost-product-secondary-link {
        width: 100%;
    }


    .boost-products-secondary {
        grid-template-columns: 1fr;
    }


    .boost-product-secondary:last-child {
        grid-column: auto;
    }


    .boost-products-shop {
        align-items: stretch;

        flex-direction: column;
    }


    .boost-products-shop > a {
        width: 100%;

        justify-content: space-between;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .boost-product-secondary,
    .boost-product-primary,
    .boost-product-secondary-link {
        transition: none;
    }

}