@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{

    --btn-color: #fdfdfd;/* button color*/
    --btn-bg: #5D56EA;/* button bg color*/

    --primary-text-color: #5D56EA;
    --link-hover: #5D56EA;
    --input-hover-bd-color: #5D56EA;
}

/* Override compiled Tailwind theme utility colors without rebuilding tailwind-build.css */
.tw-text-primary {
    color: #5D56EA !important;
}

.tw-bg-primary {
    background-color: #5D56EA !important;
}

.tw-border-primary {
    border-color: #5D56EA !important;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
    font-family: "Roboto", sans-serif;
}

.landing-anchor-target{
    scroll-margin-top: 96px;
}

.playfair-display-khee {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.landing-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #5D56EA;
    border-radius: 8px;
    background: rgb(255, 255, 255);
}

.landing-logo-mark {
    width: 34px;
    height: 34px;
    background: #5D56EA;
    -webkit-mask: url("../assets/logo.svg") center / contain no-repeat;
    mask: url("../assets/logo.svg") center / contain no-repeat;
}

header{
    /* background-color: #fff;
    color: #000; */
}


header > .collapsible-header{
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: inherit;
    place-content: center;
    overflow: hidden;
    transition: width 0.3s ease;
}

.animated-collapse{
    transition: width 0.3s ease;
}

.header-links {
    display: flex;
    align-items: center;
    height: 36px;
    min-width: fit-content;
    border-radius: 10px;
    padding: 5px 10px;
    line-height: 1;
    transition: background-color 0.5s, color 0.5s;
}


.header-links:hover {
    color: var(--link-hover);
}

.primary-text-color{
    color: var(--primary-text-color);
}

.opacity-0{
    opacity: 0 !important;
}

.opacity-100{
    opacity: 100 !important;
}

.btn{
    padding: 4px 14px;
    width: max-content;
    border-radius: 6px;
    color: var(--btn-color);
    background-color: var(--btn-bg);
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.btn:hover{

}

.btn-soft{
    background-color: #c8cbf984;
    color: var(--primary-text-color);
    border: 1px solid transparent;
}

.btn-soft:hover{
    background-color: #bfc3f3c7;
    color: var(--primary-text-color);
}

.landing-login-label{
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    margin-right: 2px;
}

.landing-login-btn{
    color: var(--primary-text-color);
    background-color: transparent;
    border: 1px solid rgba(93, 86, 234);
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

.landing-login-btn:hover{
    color: #FFFFFF;
    background-color: var(--primary-text-color);
    border-color: rgba(93, 86, 234, 0.7);
}

.hero-store-badges{
    flex-wrap: wrap;
}

.store-badge-link{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.store-badge-img{
    display: block;
    height: 54px;
    width: auto;
}

.store-badge-img--google{
    height: 54px;
}

.store-badge-img--apple{
    height: 54px;
}

.store-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #101318;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
}

.store-badge:hover{
    color: #ffffff;
    background: #161a22;
}

.store-badge-icon{
    font-size: 22px;
    line-height: 1;
}

.store-badge-copy{
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.store-badge-kicker{
    font-size: 10px;
    letter-spacing: 0.08em;
    opacity: 0.85;
}

.store-badge-name{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.client-logos-strip{
    width: min(1200px, 100%);
    margin-top: 22px;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 6px 4px 18px;
    scroll-snap-type: x proximity;
}

.client-logos-strip::-webkit-scrollbar{
    height: 8px;
}

.client-logos-strip::-webkit-scrollbar-thumb{
    background: rgba(93, 86, 234, 0.22);
    border-radius: 999px;
}

.client-logo-card{
    margin: 0;
    flex: 0 0 220px;
    min-width: 220px;
    border-radius: 18px;
    border: 1px solid rgba(223, 230, 242, 0.95);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    scroll-snap-align: start;
    text-align: center;
}

.client-logo-square{
    width: 112px;
    height: 112px;
    border-radius: 14px;
    border: 1px solid rgba(229, 234, 244, 0.95);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
}

.client-logo-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.client-logo-name{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    line-height: 1.25;
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.client-logo-city{
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.2;
}

.app-screens-subtitle{
    max-width: 620px;
    color: #5b6475;
    font-size: 15px;
    line-height: 1.55;
}

.app-screens-strip{
    width: min(1200px, 100%);
    margin-top: 22px;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 4px 18px;
    scroll-snap-type: x proximity;
}

.app-screens-strip::-webkit-scrollbar{
    height: 8px;
}

.app-screens-strip::-webkit-scrollbar-thumb{
    background: rgba(93, 86, 234, 0.22);
    border-radius: 999px;
}

.app-screens-card{
    margin: 0;
    flex: 0 0 260px;
    min-width: 260px;
    border-radius: 20px;
    border: 1px solid rgba(223, 230, 242, 0.95);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}

.app-screens-image{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    object-fit: contain;
}

.pricing-section-divider{
    width: 120px;
    height: 3px;
    margin-top: 18px;
    border-radius: 999px;
    background: rgba(93, 86, 234, 0.90);
}

.pricing-comparison-wrap{
    width: min(1200px, 100%);
    margin-top: 26px;
    overflow-x: auto;
    padding: 6px 4px 18px;
}

.pricing-plans-grid{
    min-width: 1080px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.pricing-plan-card{
    border-radius: 18px;
    border: 1px solid rgba(223, 230, 242, 0.95);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.pricing-plan-head{
    min-height: 126px;
    padding: 16px 12px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pricing-plan-name{
    color: var(--primary-text-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pricing-plan-price-old{
    color: #ef476f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.pricing-plan-price-new{
    color: #ff2f70;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.pricing-plan-feature-list{
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9edf5;
}

.pricing-plan-feature{
    min-height: 50px;
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f8;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.25;
}

.pricing-plan-feature:last-child{
    border-bottom: 0;
}

.pricing-plan-feature i{
    margin-top: 1px;
    color: #20a464;
    font-size: 14px;
    flex: 0 0 auto;
}

.pricing-plan-feature.is-unavailable{
    color: #a4acb9;
    background: rgba(248, 250, 252, 0.75);
}

.pricing-plan-feature.is-unavailable i{
    color: #c7ceda;
}

.pricing-plan-feature.is-unavailable span{
    text-decoration: line-through;
    text-decoration-color: rgba(176, 184, 196, 0.7);
}

.pricing-plan-note{
    margin-top: 18px;
    color: #4b5563;
    font-size: 14px;
    text-align: center;
}

.landing-contact-cta-section{
    padding-top: 12px;
}

.landing-contact-cta-card{
    width: min(760px, 100%);
    border-radius: 22px;
    border: 1px solid rgba(223, 230, 242, 0.95);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.landing-contact-cta-copy{
    margin: 0;
    color: #5b6475;
    font-size: 15px;
    line-height: 1.55;
}

.landing-contact-cta-btn{
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 10px;
}

.btn:disabled{
    cursor: default;
}

.input{
    padding: 10px;
    background-color: transparent;
    border-radius: 6px;
    /* outline: none; */
    min-width: 100px;
    border: 2px solid #818080;
    transition: border 0.3s;
}

.input:active, .input:focus, .input:focus-within{
    border: 2px solid var(--input-hover-bd-color);
}

.input-error{
    border-bottom: 3px solid #ff1e1e;
}

.input-error:focus-within{
    border-bottom: 3px solid #fd0101;
}


/* Navigation dots styling */
.dots-container {
    text-align: center;
    margin-top: 20px;
}

.footer-link{
    color: #0d0d0d;
    transition: color 0.3s;
}

.footer-link:hover{
    color: #483cf4;
}


.review-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.review-card{
    box-shadow: 0px 2px 4px #757474a0;
    border-radius: 15px;
    /* width: 200px; */
    /* height: 550px; */
    padding: 10px;
}

/* --------- collapsible div ---------- */
.collapsible {
    background-color: #f3f0f0;
    color: #2b2929;
    /* cursor: pointer; */
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

/* Style for the collapsible content */
.content {
    padding: 0 18px;
    /* display: none; */
    height: 0px;
    overflow: hidden;
    background-color: transparent;
    transition: height 0.5s;
    text-align: justify;
    margin-top: 10px;
}

.collapsible .active,
.collapsible:hover {
    /* background-color: #dedddd; */
}

@media not all and (min-width: 1024px) {
    header .collapsible-header {
        position: fixed;
        right: 0px;
        flex-direction: column;
        opacity: 0;
        height: 100vh;
        min-height: 100vh;
        height: 100dvh;
        width: 0vw;
        justify-content: space-between;
        padding: 5px;
        padding-top: 5%;
        padding-bottom: 5%;
        place-items: end;
        background-color: #ffffff;
        color: #000000;
        overflow-y: auto;
        box-shadow: 2px 0px 3px #000;
    }

    .header-links{
        color: black;
    }

    .landing-login-label{
        width: 100%;
        text-align: right;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .hero-store-badges{
        gap: 10px;
    }

    .store-badge{
        width: 100%;
        justify-content: flex-start;
        max-width: 260px;
    }

    .app-screens-card{
        flex-basis: 220px;
        min-width: 220px;
        border-radius: 16px;
        padding: 10px;
    }

    .app-screens-image{
        border-radius: 12px;
    }

    .client-logo-card{
        flex-basis: 190px;
        min-width: 190px;
        border-radius: 16px;
        padding: 12px;
    }

    .client-logo-square{
        width: 96px;
        height: 96px;
        border-radius: 12px;
    }

    .client-logo-name{
        font-size: 14px;
        min-height: 34px;
    }

    .pricing-comparison-wrap{
        padding-bottom: 14px;
    }

    .pricing-plans-grid{
        min-width: 980px;
        gap: 12px;
    }

    .landing-contact-cta-card{
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 18px 16px;
        border-radius: 18px;
    }

    .landing-contact-cta-btn{
        width: 100%;
    }
    
}
