@import url(../theme.css);
@import url(../responsive.css);
@import url(../overrides.css);
@import url(../components/headerTopBanner.css);
@import url(../components/waitlist-form.css);
@import url(../components/faq-questions.css);
@import url(../components/spot-today.css);
@import url(../components/final-cta.css);
@import url(../components/how-it-works.css);
@import url(../components/why-waitlist.css);
@import url(../components/features.css);
@import url(../components/templates.css);
@import url(../components/trust-strip.css);
@import url(../components/referral-modal.css);

::-webkit-scrollbar {
    display: none !important;
}

/* ---------- HERO SECTION ---------- */

.heroSectionEarlyAccessWrapper {
    min-height: 93dvh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.heroSectionEarlyGridWrap {
    height: 93dvh;
    width: 100vw;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.heroSectionEarlyFormWrap,
.heroEarlyAccessWrap {
    width: 50%;
    height: 100%;
    overflow: hidden;
    /* no inner scrollbars on desktop */
}

.heroSectionFbPageCardBlurBg {
    padding: 20px;
    margin: 30px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.heroSectionEarlyFormWrap {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Desktop / base right side */
.heroEarlyAccessWrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: url(../../img/early-access/hero-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 50px;
}

.heroSectionContentPera {
    width: 80%;
    font-size: 18px;
    font-weight: 300;
}

.heroEarlyAccessWrap h1 {
    font-size: 40px;
    text-align: center;
}

.heroEarlyAccessWrap h5 {
    text-align: center;
}

#waitlist-form .sectionTitle {
    margin-top: 50px;
}

#waitlist-form.max-container {
    padding: 0 !important;
}

/* Image pinned to bottom on desktop */
.heroEarlyAccessImage {
    object-fit: contain;
    object-position: bottom;

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 65vh;
}

/* ---------- FORM STYLES ---------- */

.joinWaitlistForm {
    max-width: 90%;
    margin: auto;
}

.joinWaitlistForm .col-md-12 {
    margin-top: 15px !important;
}

.joinWaitlistForm .form-label,
#join_waitlist_form .form-label {
    font-size: 16px !important;
}

.joinWaitlistForm .form-control,
.joinWaitlistForm .form-select,
#join_waitlist_form .form-control,
#join_waitlist_form .form-select {
    font-size: 16px !important;
    padding: 7px 10px;
}

/* ---------- RESPONSIVE ---------- */

@media screen and (max-width: 1024px) {

    .sectionTitle,
    .sectionTitle span,
    .heroEarlyAccessWrap h1 {
        font-size: 5vw !important;
    }
}

@media screen and (max-width: 992px) {
    #waitlist-form .sectionTitle {
        margin: 30px 0 20px 0 !important;
    }

    .heroSectionEarlyGridWrap {
        flex-direction: column;
        height: auto;
    }

    #waitlist-form .sectionTitleWrapper,
    #waitlist-form .sectionTitleWrapper .sectionTitle {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .heroSectionEarlyFormWrap {
        padding: 50px;
    }

    .heroSectionEarlyFormWrap,
    .heroEarlyAccessWrap {
        width: 100%;
        height: auto;
        overflow: visible;
        /* let page scroll, not inner containers */
    }

    /* Mobile/tablet hero */
    .heroEarlyAccessWrap {
        padding: 30px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* keep text together at top */
        align-items: center;
        gap: 10px;
        /* small gap between H1 and H5 */
    }

    .heroSectionContentPera {
        width: 100%;
    }

    .heroEarlyAccessWrap h1,
    .heroEarlyAccessWrap h5 {
        margin: 0 !important;
        /* remove extra white space */
        padding: 0 !important;
        text-align: center;
    }

    .heroEarlyAccessImage {
        position: static !important;
        transform: none !important;
        width: 100%;
        max-width: 90% !important;
        /* bigger image */
        height: auto;
        max-height: 80vh !important;
        /* taller image */
        margin-top: auto !important;
        /* pushes image to bottom of hero */
        margin-bottom: 0 !important;
        object-fit: contain;
    }
}

@media screen and (max-width: 560px) {
    .heroEarlyAccessWrap {
        padding: 30px 20px;
    }

    .sectionTitle,
    .sectionTitle span,
    .heroEarlyAccessWrap h1 {
        font-size: 28px !important;
    }

    #waitlist-form .sectionTitle {
        margin: 0 0 20px 0 !important;
    }

    .heroEarlyAccessWrap {
        min-height: 55dvh;
    }

}

@media screen and (max-width: 420px) {
    .heroEarlyAccessWrap {
        min-height: 50dvh;
    }

}

/* ---------- FOOTER ---------- */

.site-footer {
    color: var(--black);
    padding-top: 28px;
    border-top: 1px solid var(--black_6);
}

.site-footer .footer-top {
    max-width: min(80%, 92vw);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0 18px;
}

.footer-brand img {
    display: block;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 0 transparent);
}

.footer-social {
    display: inline-flex;
    gap: 10px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: var(--white_7);
    transition: transform .15s ease, background-color .2s ease, color .2s ease;
}

.footer-social a:hover {
    color: var(--white);
    transform: translateY(-1px);
}

.footer-bottom {
    padding: 14px 0 22px;
    text-align: center;
}

.footer-bottom .copyright {
    margin: 0;
    color: var(--black_6);
    font-size: 16px;
}

.footer-bottom .copyright a {
    color: var(--black_7);
    text-decoration: none;
    margin: 0 .25rem;
}

.footer-bottom .copyright a:hover {
    text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
    .site-footer .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

/* ---------- SPOT TODAY SECTION ---------- */

#spot-today {
    margin-top: 100px;
}

@media screen and (max-height: 720px) {
    #join_waitlist_form {
        scale: 0.95;
    }

    .joinWaitlistForm .form-control,
    .joinWaitlistForm .form-select,
    #join_waitlist_form .form-control,
    #join_waitlist_form .form-select {
        font-size: 14px !important;
        padding: 6px 9px;
    }
}