﻿.pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    align-self: stretch;
    background: var(--surface-primary, #ECEBE9);
    padding: 96px 96px 0 96px;
}

/*#pricing-cards {
    position: relative;
    z-index: 1;
}

    #pricing-cards::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 30%;
        width: 100%;
        background-color: #ecebe9;
        z-index: -1;
    }
*/

.visibility {
    overflow: visible !important;
}

.pricing-container {
    transform: translateY(-8.5rem); /* or adjust as needed */
}

.pricing-cards-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background: var(--surface-secondary, #FFF);
    /* Desktop padding */
    padding: 112px;
}

.pricing-cards-contrast-color-section {
    /*    position: absolute;*/
    background: var(--surface-primary, #ECEBE9);
    /* Default to desktop dimensions */
    /*    width: 1440px;*/
    width: 100%;
    height: 236px;
}

.fs-18-roboto-regular {
    color: var(--text-heading, #1C1917);
    text-align: center;
    /* paragraph/lg/regular */
    font-family: Roboto-Regular, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.roboto-regular-fs-20-18 {
    align-self: stretch;
    color: var(--neutral-500, #7A7671);
    text-align: center;
    /* paragraph/xl/regular */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.roboto-regular-fs-16 {
    flex: 1 0 0;
    color: #44403C;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.button-section {
    /*    display: flex;*/
    height: 56px;
    padding: 14px 24px;
    /*    justify-content: center;*/
    /*    align-items: center;*/
    gap: 10px;
    /*    align-self: stretch;*/
    border-radius: 8px;
    border: 1.5px solid var(--outline-secondary, #7A7671);
    background: var(--surface-accent, #171412);
    /* xs */
    box-shadow: 0px 1px 1px 0px rgba(68, 64, 60, 0.25);
}

.price-card-btn-get-started-text {
    color: #FFF;
    font-family: "Roboto-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.Roboto-Medium {
    color: #44403C;
    font-family: Roboto-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.feature-icon {
    width: 64px;
    height: 64px;
    background-color: #E7E3E0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 20px;
}
/*
    .feature-icon img {
        width: 28px;
        height: 28px;
    }
*/

.savetime {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.streamline-coolabration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.plan-with-confidance {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}


.tertiary-box {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--neutral-200, #ECEBE9);
    background: var(--surface-tertiary, #DDD9D5);
    /* xs shadow */
    box-shadow: 0px 1px 1px 0px rgba(68, 64, 60, 0.25);
}

.feature-title-fs-16-roboto-Light {
    font-family: Roboto-Light;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
}

.feature-description_fs-16-roboto-regular {
    /*    width: 248px;*/
    color: var(--text-paragraph, #44403C);
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0 auto; /* center the paragraph if fixed width */
}

.feature-section {
    /*    display: flex;*/
    /*    padding: 112px 200px;*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*    gap: 64px;*/
    /*    align-self: stretch;*/
    background: var(--neutral-50, #FAFAF9);
}


.btn-contact-support-text-black {
    color: var(--base-base, #171412);
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}


.btn-shaddow {
    border-radius: 8px;
    border: 1px solid var(--neutral-200, #ECEBE9);
    background: var(--surface-secondary, #FFF);
    box-shadow: 0px 2px 2px 0px rgba(68, 64, 60, 0.15);
}

.btn-s {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 14px 24px;
    gap: 10px;
    border-radius: 8px;
    border: 1.5px solid var(--outline-secondary, #7A7671);
    box-shadow: 0px 2px 2px rgba(68, 64, 60, 0.15);
    background-color: white;
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
}

    .btn-s:hover {
        background-color: rgba(68, 64, 60, 0.05);
    }

    .btn-s p {
        color: var(--base-base, #171412);
        text-align: center;
        font-family: Roboto-Medium, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 150%; /* 27px */
        margin: 0;
    }

.accordion-button:not(.collapsed) {
    color: red !important;
    /*    background-color: transparent !important;*/
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none;
    border-bottom: none;
}

.accordion-button:focus {
    border-color: black !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); /* Optional focus ring */
    box-shadow: none; /* Optional: removes glow if not needed */
}

.support-section {
    padding-top: 80px;
    padding-bottom: 112px;
}

.support-heading {
    font-family: Gambetta, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
    color: var(--text-heading, #1C1917);
}

.contact-support-btn {
    /*    display: inline-flex;*/
    height: 56px;
    padding: 14px 24px;
    /*    justify-content: center;
    align-items: center;*/
    gap: 10px;
    border-radius: 8px;
    border: 1.5px solid var(--outline-secondary, #7A7671);
    box-shadow: 0px 2px 2px 0px rgba(68, 64, 60, 0.15);
    background-color: white;
    color: var(--base-base, #171412);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    text-decoration: none;
    transition: background 0.2s ease;
}

    .contact-support-btn:hover {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .contact-support-btn:hover {
        background-color: rgba(68, 64, 60, 0.05);
    }



@media (max-width: 767.98px) {
    .pricing-section {
        padding: 56px 20px 0 20px;
        gap: 32px; /* Optional: adjust if mobile gap is different */
    }

    /*#pricing-cards::before {
        height: 13% !important;
    }*/

    .pricing-cards-contrast-color-section {
        width: 100%;
        height: 254px;
    }

    .pricing-cards-section {
        padding: 56px 20px;
    }

    .roboto-regular-fs-20-18 {
        font-size: 18px;
    }


    .feature-section {
        padding: 56px 20px;
    }

    .btn-get-started {
        box-shadow: 0px 1px 1px 0px rgba(68, 64, 60, 0.25);
    }

    .btn-custom {
        padding: 4px 12px;
        gap: 12px;
    }

    .faq-paragraph {
        font-size: 16px;
    }
}