/* _content/Bewildered.Web/Pages/Index.cshtml.rz.scp.css */
/* Main hero section styles */
.main-hero[b-cxigfuw82u] {
    min-height: 100vh;
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reusable product section styles */
.product-section[b-cxigfuw82u] {
    position: relative;
    width: 100%;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    margin-bottom: 0;
}
.product-section__overlay[b-cxigfuw82u] {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(120deg, rgba(24,26,27,0.56) 60%, rgba(54,177,125,0.12) 100%);
    z-index: 1;
}
.product-section__content[b-cxigfuw82u] {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 1.5rem;
    background: var(--bs-body-bg);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
    max-width: 480px;
    margin: 0 1rem;
    text-align: center;
}
.product-section__title[b-cxigfuw82u] {
    color: #36b17d;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
}

.product-section__subtitle[b-cxigfuw82u] {
    color: #e0e0e0;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .main-hero[b-cxigfuw82u] {
        min-height: 40vh;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .product-section[b-cxigfuw82u] {
        min-height: 280px;
    }
    .product-section__content[b-cxigfuw82u] {
        padding: 1rem 0.5rem;
        max-width: 98vw;
    }
}
/* _content/Bewildered.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-dfrxutsdbb] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-dfrxutsdbb] {
  color: #0077cc;
}

.btn-primary[b-dfrxutsdbb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-dfrxutsdbb], .nav-pills .show > .nav-link[b-dfrxutsdbb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-dfrxutsdbb] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-dfrxutsdbb] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-dfrxutsdbb] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-dfrxutsdbb] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-dfrxutsdbb] {
  background: var(--bs-dark);
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* _content/Bewildered.Web/Pages/Sprig.cshtml.rz.scp.css */
.sprig-hero[b-m4xnssoi26] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, var(--bs-body-bg) 60%, var(--bs-dark) 100%);
    overflow: hidden;
    width: 100%;
    padding-bottom: 170px;
}

.sprig-hero-bg-video-container[b-m4xnssoi26] {
    perspective: 1000px; /* Adds depth so 3D rotation is visible */
    width: 100%;
    height: 100%;
    position: absolute;
}

    .sprig-hero-bg-video[b-m4xnssoi26] {
        width: 100%;
        height: 100%;
        
        object-fit: cover;
        z-index: 0;
        opacity: 0.45;
        pointer-events: none;
        transition: opacity 0.5s;
        background: #181a1b;
        
        display: block;

        
        /*transform: rotateY(20deg) rotateX(10deg); !* 3D tilt *!*/
        /*transform-origin: center center;*/
        /*box-shadow: 0 10px 30px rgba(0,0,0,0.3); !* Optional: adds depth illusion *!*/
        /*transition: transform 0.5s; !* smooth transform changes *!*/
        /*display: block;*/
    }

.sprig-hero-text[b-m4xnssoi26] {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: -2rem; /* Raise text up */
}

.sprig-hero-img-fade[b-m4xnssoi26] {
    position: relative;
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align image to top */
    height: auto;
    overflow: hidden; /* Hide overflow for fade effect */
}

.sprig-hero-img[b-m4xnssoi26] {
    width: 100%;
    max-width: 100%;
    height: 100%;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.67), 0 2px 16px 0 #000b, 0 1.5px 8px 0 rgba(0, 0, 0, 0.67);
    display: block;
    background: #23272b;
    pointer-events: auto;
    border-radius: 8px;
    object-fit: cover;
    object-position: top; /* Always show top of image */
    /* Fade out handled by parent */
}

.sprig-hero-video[b-m4xnssoi26] {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.11);
    object-fit: cover;
    object-position: top;
}

/*.sprig-hero-media-glow {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 540px;*/
/*    height: 340px;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    border-radius: 40% 60% 60% 40%/60% 40% 60% 40%;*/
/*    background: radial-gradient(ellipse at 60% 40%, #7fd7ffcc 0%, #a7ffb7bb 40%, #e0aaff88 80%, transparent 100%);*/
/*    filter: blur(64px) brightness(1.2);*/
/*    opacity: 0.75;*/
/*}*/

.sprig-hero-media-glow[b-m4xnssoi26] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 80%;
    transform: translate(-50%, -60%);
    z-index: -1;
    pointer-events: none;
    border-radius: 10px;
    background: radial-gradient(ellipse at 60% 40%, #7fd7ffcc 0%, #a7ffb7bb 40%, #e0aaff88 80%, transparent 100%);
    filter: blur(64px) brightness(1.2);
    opacity: 0.5;
}

.sprig-hero-media-container[b-m4xnssoi26] {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    background: rgba(255,255,255,0.04);
    border-color: rgba(255, 255, 255, 0.06);
    
}

.sprig-hero-img-fade[b-m4xnssoi26]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    border-radius: 2px;
    /*background: linear-gradient(to bottom, rgba(35,39,43,0) 0%, var(--bs-body-bg, #181a1b) 100%);*/
    pointer-events: none;
}

@media (max-width: 1200px) {
    .sprig-section__media[b-m4xnssoi26] {
        max-width: 520px;
    }
    .sprig-section__media video[b-m4xnssoi26] {
        max-width: 480px;
    }
}

@media (max-width: 991px) {
    .sprig-section[b-m4xnssoi26] {
        flex-direction: column;
        align-items: stretch;
    }
    .sprig-section > .sprig-copy[b-m4xnssoi26],
    .sprig-section__media[b-m4xnssoi26] {
        width: 100%;
        max-width: 100%;
    }
    .sprig-section__media[b-m4xnssoi26] {
        margin-top: 2rem;
        justify-content: center;
        max-width: 100%;
    }
    .sprig-section__media video[b-m4xnssoi26] {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sprig-section[b-m4xnssoi26] {
        flex-direction: column;
        align-items: stretch;
    }
    .sprig-section > .sprig-copy[b-m4xnssoi26],
    .sprig-section__media[b-m4xnssoi26] {
        width: 100%;
        max-width: 100%;
    }
    .sprig-section__media[b-m4xnssoi26] {
        margin-top: 1.5rem;
        padding: 0;
        max-width: 100%;
    }
    .sprig-section__media video[b-m4xnssoi26] {
        max-width: 100vw;
        width: 100%;
    }
}

.sprig-copy[b-m4xnssoi26] {
    display: flex;
    gap: 16px;

    .sprig-copy__header {
        color: #36b17d;
    }

    .sprig-copy__body[b-m4xnssoi26] {
        max-width: 400px;
    }
}


.sprig-section[b-m4xnssoi26] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
}

    .sprig-section > .sprig-copy[b-m4xnssoi26] {
        width: 30%;
        display: flex;
        flex-direction: column;
        gap: 20px;
       justify-content: center;
    }
    
    .sprig-section__media[b-m4xnssoi26] {
        width: 70%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 700px;
        min-width: 220px;
        box-sizing: border-box;
        overflow: hidden;
        
        img {
            width: 100%;
        }
    }

    .sprig-section__media video[b-m4xnssoi26] {
        width: 100%;
        max-width: 640px;
        height: auto;
        display: block;
        border-radius: 8px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.11);
        object-fit: contain;
        object-position: center;
        box-sizing: border-box;
    }

.sprig-section--overlay[b-m4xnssoi26] {
    position: relative;
    padding: 0;
    min-height: 500px;
    display: flex;
    justify-content: center;
}

.sprig-section__media--full-bg[b-m4xnssoi26] {
    position: relative;
    width: 100vw;
    min-height: 500px;
    height: 60vh;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.sprig-section__media-img-full[b-m4xnssoi26] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    overflow: visible;
}

.sprig-copy--overlay[b-m4xnssoi26] {
    position: relative;
    z-index: 2;
    color: #fff;
    background: rgba(24,26,27,0.56);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

@media (max-width: 767px) {
    .sprig-section__media--full-bg[b-m4xnssoi26] {
        min-height: 320px;
        height: 40vh;
    }
    .sprig-copy--overlay[b-m4xnssoi26] {
        padding: 1rem 1.2rem;
        max-width: 98vw;
    }
}

.sprig-card[b-m4xnssoi26] {
    display: flex;
    flex-direction: column;
    background: var(--bs-body-bg);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.11);
    
    .sprig-copy {
        flex-direction: column;
        padding: 40px;
    }
}

.sprig-section-header[b-m4xnssoi26] {
    justify-content: center;
}

/*    Modules section    */
/* ===================== */
.sprig-section--modules[b-m4xnssoi26] {
    
    .sprig-copy {
        position: relative;
        z-index: 1;
        align-self: center;
        width: unset;
        
        .sprig-copy__background {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: rgba(16, 16, 16, 0.8);
            filter: blur(20px);
            transform: scale(1.05);
        }
    }

    .sprig-section__media[b-m4xnssoi26]{
        overflow: visible;
        height: 600px;
        
        img {
            overflow: visible;
            max-width: 100%;
            object-fit: none;
        }
    }
}

/*    Scene workflow section    */
/* ============================ */
.sprig-section--scene-workflow[b-m4xnssoi26] {
    flex-direction: row-reverse;

    .sprig-section__media {
        img {
            border-radius: 6px;
        }
    }
}

/*    Variance section    */
/* ====================== */
.sprig-section--variance[b-m4xnssoi26] {
    position: relative;
    padding-top: 0;
    
    .sprig-copy {
        position: absolute;
        left: 52%;
    }

    img[b-m4xnssoi26] {
        width: 100%;
    }

    .sprig-section--variance__hold-key-text[b-m4xnssoi26] {
        position: absolute;
        opacity: 0.5;
        left: 20%;
        bottom: 20%;
    }
}


/*    Property section    */
/* ====================== */
.sprig-section--property-cards[b-m4xnssoi26] {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    
    img {
        height: 50%;
        margin-top: 20px;
        object-fit: contain;
        align-self: center;
    }

    .sprig-card--units img[b-m4xnssoi26] {
        width: 200px;
    } 
}

@media (max-width: 767px) {
    .sprig-section--property-cards[b-m4xnssoi26] {
        display: grid;
        gap: 32px;
        grid-template-columns: none;
        grid-template-rows: repeat(2, 1fr);
    }
}

.sprig-property[b-m4xnssoi26] {
    background: #161616;
    display: flex;
    flex-direction: column;
}

.sprig-header-text[b-m4xnssoi26] {
    color: #36b17d;
    max-width: 870px;
    span {
        color: #ffffff;
        opacity: 0.6;
    }
}


/* Brevo Form Begin */
.sib-form[b-m4xnssoi26] {
    padding: 0;
}

.sib-form-block[b-m4xnssoi26] {
    padding: 0 4px;
}

.sib-form .entry__field[b-m4xnssoi26] {
    background: #252525;
    border-width: 0;
    border-radius: 4px;
}

#sib-container[b-m4xnssoi26] {
    background: none;
    padding: 0;
}

.sib-form-block__button-with-loader[b-m4xnssoi26]
{
    min-height: 0;
}

/* Brevo Form End*/

/* _content/Bewildered.Web/Pages/TermsOfService.cshtml.rz.scp.css */
.tos-title[b-ynskvdawyn] {
    font-size: 26px;
    font-weight: bold;
}
