.white-container {
    background-color: white;
    padding: var(--mp) 0;
}

main {
    overflow-x: hidden;
}

.hero-wrapper {
    padding: 10rem 0 5rem 0;
}

.lp-hero {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    column-gap: 5rem;
    align-items: center;
}

.lp-hero h1 {
    font-size: 4rem;
    padding: 2.5rem 0;
    font-size: clamp(2.3rem, 4.85vw, 5rem);
    font-weight: 500;
}

h2 {
    font-weight: 480;
}

.hero-pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-pic-l1 {
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: rgba(74,255,210,1);
    background-image: url(../images/scanner/lp/hero-glyph2.svg);
    background-size: cover;
    background-position: center bottom;
}

.hero-pic-l2 {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.hero-awards {
    position: absolute;
    z-index: 3;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    column-gap: 0.5rem;
}

.hero-award {
    background-color: white;
    padding: 0.35rem;
    width: 6.25rem;
    text-align: center;
    font-size: 0.65rem;
    font-weight: 450;
    letter-spacing: -0.04rem;
    color: var(--black-07);
}

.hero-award span {
    text-transform: uppercase;
    display: block;
    margin: 0.25rem 0;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--black-09);
}

.award-wreath {
    width: 50%;
    margin: 0 auto;
}

.award-logo {
    width: 60%;
    margin: 0.25rem auto 0 auto;
}

.award-winning {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.award-winning span {
    border-radius: 100vw;
    padding: 0.35rem 1rem;
    font-size: 0.7rem;
    font-weight: 500;
    background-color: rgba(143,145,255,0.2);
    text-transform: uppercase ;
    border: solid 1px rgba(143,145,255,0.55);
}

.top-stars {
    display: flex;
    column-gap: 0.05rem;
}

.top-stars i {
    font-size: 2rem;
    font-size: 0.9rem;
    color: rgb(249, 192, 22);
}

.hero-buttons {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.hero-buttons .main-cta {
    margin-left: 0;
}

.sec-cta {
    border-bottom: solid 3px var(--highlight);
    color: var(--black);
    font-weight: 600;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    padding-bottom: 0.15rem;
}

.sec-cta:hover {
    padding-bottom: 0.35rem;
}

/* EXAMPLE HERO SLIDER */

.slider-wrap {
    width: 100%;
    margin: 0 auto;
}

#card-slider,
#card-slider .splide__track {
    width: 100%;
}

#card-slider .splide__slide {
    width: auto;
}

.card {
    height: 18rem;
    aspect-ratio: 16 / 9;
    border-radius: 0.75rem;
    background: white;
    display: grid;
    place-items: center;
    user-select: none;
    padding: 0.75rem;
    position: relative;
    cursor: grab;
}

.card video, .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    aspect-ratio: 16/9;
    position: absolute;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    z-index: 1;
}

.eg-slider-info {
    background: #031530;
    background: linear-gradient(180deg,rgba(3, 21, 48, 0) 20%, rgba(3, 21, 48, 0.8) 90%);
    width: calc(100% - 2.5rem);
    position: absolute;
    bottom: 0;
    left: 0.75rem;
    padding: 3rem 0.5rem 0.5rem 0.5rem;
    z-index: 2;
    bottom: 0.75rem;
    border-radius: 0 0 0.5rem 0.5rem;
    color: white;
}

.eg-slider-info h3 {
    font-size: 1.4rem;
}

.eg-slider-meta {
    display: flex;
    column-gap: 0.75rem;
    font-weight: 380;
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

/* OVERVIEW */

.overview-wrapper {
    padding: var(--mp) 0;
}

.overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.overview-image {
    background-color: var(--highlight);
    display: flex;
    place-content: center;
    flex-wrap: wrap;
}

.overview-image img {
    height: auto;
    width: 65%;
}

.overview-info {
    padding-left: 3.5rem;
}

.overview-info h2 {
    margin-bottom: 1.5rem;
}

.overview-info p, .overview-info ul {
    font-size: var(--fs-intro);
}

.overview-info li {
    margin-bottom: 0.5rem;
}

.overview-info li:nth-last-child(1) {
    margin-bottom: 0;
}

.ovo {
    display: flex;
    gap: 0.5rem;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}

.ovo div {
    background-color: white;
    width: fit-content;
    padding: 0.75rem;
    border-radius: 0.75rem;
    color: var(--black-09);
    font-size: 0.95rem;
}

.ppc-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    margin-top: var(--mp);
}

/* HOW IT WORKS */

.hiwh {
    text-align: center;
}

.hiwh p {
    font-size: var(--fs-intro);
    max-width: 35rem;
    margin: 1rem auto 2.5rem auto;
}

.how-it-works {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    column-gap: 3.5rem;
}

.hiw-demo {
    background-color: black;
    place-items: center;
    display: flex;
}

.how-it-works .faq-question {
    font-family: "Satoshi";
    font-weight: 450;
    column-gap: 0.5rem;
    justify-content: normal;
    padding: 1rem;
    background-color: unset;
}

.how-it-works .faq {
    display: grid;
    row-gap: 1rem;
    border-top: 0;
}

.how-it-works .faq-answer {
    background-color: unset;
    margin-bottom: 0;
    font-weight: 400;
    padding: 0 1rem 1rem 1rem;
    
}

.how-it-works .faq-answer p {
    font-weight: 425;
    margin-top: 1rem;
    line-height: 1.3;
}

.hiwn {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--highlight);
    display: flex;
    align-items: center;
    place-content: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50%;
}

.how-it-works .faq-item  {
    border-bottom: 0;
    background-color: rgba(74, 255, 210, 0.25);
    font-family: "Satoshi";
}

.how-it-works .faq-question i {
    margin-left: auto;
}

.export-to {
    text-align: center;
    margin-top: var(--mp);
    background-color: var(--black);
    padding: 1.5rem 0;
}

.export-to h3 {
    color: white;
}

.export-to-bim {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    place-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 1.5rem;
}

.export-to-bim div {
    padding: 0.5rem 0.75rem;
    background-color: white;
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

.export-to-bim div img {
    height: 1.5rem;
}

.and-more {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 450;
    color: rgba(255,255,255,0.75);
}

/* EXAMPLE USE CASES */

.ex-use-case h2 {
    margin: var(--mp) 0 1rem 0;
}

.ex-use-case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.eg-uc {
    aspect-ratio: 16/9;
    position: relative;
}

.eguc1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.eg-uc .eg-slider-info {
    width: calc(100% - 2rem);
    left: 0;
    bottom: 0;
    padding: 1rem;
}

.eg-uc .eg-slider-meta {
    font-size: var(--fs-smol);
    color: rgba(255,255,255,0.9);
}

.features-grid-wrapper h2 {
    max-width: 60rem;
    text-align: center;
    margin: 0 auto 2.5rem auto;
}

/* REVIEWS */

.reviews-wrapper {
    background-color: var(--highlight);
    padding: var(--mp) 0;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr 32rem;
    column-gap: 3.5rem;
    align-items: center;
}

.review-grid .hero-buttons {
    margin-top: 2.5rem;
}

.review-grid .main-cta {
    background-color: var(--highlight-darker);
    color: white;
}

.some-reviews {
    background-color: white;
    padding: 0.75rem;
    height: fit-content;
    display: grid;
    row-gap: 1rem;
}

.review-grid h2 {
    margin-bottom: 1.5rem;
    max-width: 36rem;
}

.review-left p, .review-left ul {
    font-size: var(--fs-intro);
    max-width: 38rem;
}

.review-left li {
    margin-bottom: 0.5rem;
}

.review-left li:nth-last-child(1) {
    margin-bottom: 0;
}

.review-box {
    background-color: rgba(74, 255, 210, 0.25);
    padding: 1rem;
    display: grid;
    row-gap: 1rem;
}

.rev1 {
    display: flex;
    align-items: center;
}

.rev1 img {
    width: 5.5rem;
    border: solid 5px var(--highlight);
    border-radius: 50%;
}

.rev1 .top-stars {
    margin-left: auto;
}

.rev1 .top-stars i {
    font-size: 1.45rem;
}

.rev2 {
    line-height: 1.3;
    color: var(--black-08);
    font-weight: 400;
    font-size: 0.95rem;
}

.rev3 {
    display: flex;
    align-items: end;
    font-size: 0.75rem;
    color: var(--black-07);
    font-weight: 400;
}

.rev3 span {
    display: block;
    color: var(--black);
    font-size: 1.1rem;
    font-weight: 550;
}

.customer-logo {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: white;
    background-size: 70%;
    background-position: center;
    margin-left: auto;
    background-repeat: no-repeat;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1120px) {
    .hero-wrapper {
        padding: 5rem 0;
    }
}

@media only screen and (max-width: 1050px) {
    .hero-buttons {
        display: grid;
        row-gap: 1rem;
    }

    .lp-hero h1 {
        padding: 1.5rem 0;
    }

    .hero-buttons a {
        width: fit-content;
    }

    .lp-hero {
        grid-template-columns: 1fr;
        row-gap: 2.5rem;
    }

    .hero-pic {
        aspect-ratio: 16/9;
    }

    .overview {
        grid-template-columns: 1fr;
        row-gap: 2.5rem;
    }

    .overview-info {
        padding-left: 0;
        order: 1;
    }

    .overview-image {
        order: 2;
        aspect-ratio: 16/9;
    }

    .overview-image img {
        max-height: 90%;
        object-fit: contain;
    }

    .how-it-works {
        grid-template-columns: 1fr;
        row-gap: 1.5rem;
    }

    .review-grid {
        grid-template-columns: 1fr;
        row-gap: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {
    
    .hero-wrapper {
        padding: 5rem 0 2.5rem 0;
    }

    .hero-awards {
        display: none;
    }

    .hero-award {
        width: 50%;
        display: grid;
        grid-template-columns: 6.5rem 1fr;
        column-gap: 0.5rem;
        align-items: center;
    }

    .eg-slider-info h3 {
        font-size: 1.25rem;
    }

    .hiwn {
        width: 2rem;
        height: 2rem;
        font-size: 1.05rem;
    }

    .ex-use-case-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 520px) {
    .hero-pic {
        aspect-ratio: 1;
    }

    .hero-pic-l2 {
        left: -12vw;
    }
    
    .card {
        height: 85vw;
        aspect-ratio: 1;
    }

    .card video, .card img {
        aspect-ratio: 1;
    }

    .overview-image {
        aspect-ratio: 1;
    }

    .export-to span {
        font-size: 3.5vw;
    }

    .review-grid .hero-buttons {
        margin-top: 1.5rem;
    }

    .award-winning {
        display: grid;
        row-gap: 0.5rem;
    }

    .award-winning span {
        width: fit-content;
    }

    .lp-hero .sec-cta {
        display: none;
    }

    .lp-hero h1 {
        font-size: 9vw;
    }
}