/* from: product_comparision_faq.css
   purpose: CTA（購買與諮詢）— 目前是用 #購買與諮詢 綁定
*/

#購買與諮詢.product-relative {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    background: rgba(248, 248, 248, .72);
    border: 1px solid rgba(40, 40, 40, .08);
    border-radius: 32px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .55);
    padding: 6vh 4.5vh;
    margin: 0 auto 12vh
}

@media(max-width: 768px) {
    #購買與諮詢.product-relative {
        width: 92%;
        padding: 22px 16px;
        border-radius: 20px
    }
}

#購買與諮詢 .cta-going__heading {
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px
}

#購買與諮詢 .cta-going p {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 18px
}

#購買與諮詢 .cta-going h3 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 18px 0 10px
}

#購買與諮詢 .cta-going ul {
    padding-left: 18px;
    display: grid;
    gap: 10px;
    margin: 0 0 18px
}

#購買與諮詢 .cta-going ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .8px;
    color: #333
}

#購買與諮詢 .cta-going__product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 10px
}

@media(max-width: 1024px) {
    #購買與諮詢 .cta-going__product {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 768px) {
    #購買與諮詢 .cta-going__product {
        grid-template-columns: 1fr
    }
}

#購買與諮詢 .cta-going__link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    padding: 14px
}

#購買與諮詢 .cta-going__link:hover {
    transform: translateY(-2px)
}
















#購買與諮詢.product-relative {
    margin: 7vh auto 10vh
}

#購買與諮詢 .cta-going__heading {
    font-size: clamp(20px, 2.2vw, 34px);
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1.25;
    color: rgba(30, 30, 30, .95);
    margin: 0 0 clamp(14px, 2.2vh, 20px)
}

#購買與諮詢 .cta-going p {
    margin: 0 0 14px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.9;
    letter-spacing: .4px;
    color: rgba(45, 45, 45, .92)
}

#購買與諮詢 .cta-going h3 {
    margin: 22px 0 12px;
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 900;
    letter-spacing: .8px;
    line-height: 1.35;
    color: rgba(30, 30, 30, .95);
    padding-left: 12px;
    border-left: 3px solid rgba(30, 30, 30, .35)
}

#購買與諮詢 .cta-going ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    gap: 10px
}

#購買與諮詢 .cta-going ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(40, 40, 40, .1);
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .55);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.75;
    letter-spacing: .35px;
    color: rgba(45, 45, 45, .92)
}

@media(hover: hover)and (pointer: fine) {
    #購買與諮詢 .cta-going ul li {
        transition: transform .18s ease, box-shadow .18s ease
    }

    #購買與諮詢 .cta-going ul li:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .55)
    }
}

#購買與諮詢 .cta-going__product {
    margin-top: 18px;
    padding: 16px 16px;
    border-radius: 20px;
    border: 1px solid rgba(40, 40, 40, .12);
    background: rgba(255, 255, 255, .78);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .55)
}

#購買與諮詢 .cta-going__product p {
    margin: 0;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.6
}

@media(max-width: 768px) {
    #購買與諮詢 .cta-going__product {
        flex-direction: column;
        align-items: stretch
    }
}

#購買與諮詢 .cta-going__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(30, 30, 30, .18);
    background: rgba(30, 30, 30, .92);
    color: #fff;
    font-weight: 900;
    letter-spacing: .8px;
    font-size: 14px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
    transform: translateZ(0)
}

@media(hover: hover)and (pointer: fine) {
    #購買與諮詢 .cta-going__link {
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease
    }

    #購買與諮詢 .cta-going__link:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
        background: rgba(20, 20, 20, .98)
    }
}

@media(max-width: 768px) {
    #購買與諮詢 .cta-going__link {
        width: 100%;
        padding: 13px 16px
    }
}