/* How It Works v2 — Book A Demo landing page
   Loaded only by front-end/how-it-works-v2.blade.php (extends layouts.app-frontend, BS4). */

.hiw2-page {
    font-family: 'montserrat', -apple-system, "Segoe UI", Roboto, sans-serif;
    overflow-x: hidden;
    position: relative;
    background: #fff;
}

/* ===== Hero ===== */
.hiw2-hero {
    position: relative;
    padding: 2vw 0 0;
    overflow: hidden;
}

.hiw2-hero__inner {
    position: relative;
    z-index: 3;
}

.hiw2-hero__copy {
    padding-top: 5vw;
}

.hiw2-headline {
    color: #000;
    font-size: 3.3vw;
    line-height: 1.15;
    margin: 0;
}

/* Override global `h1 span { color:#ff9821 !important }` (styles.css) so the design's blue holds. */
.hiw2-headline .hiw2-headline__blue {
    color: #097ADE !important;
}

.hiw2-subcopy {
    color: #000;
    font-size: 1.3vw;
    line-height: 1.7 !important;
    margin: 1.8vw 0 0;
    max-width: 32vw;
    font-weight: bold;
}

.hiw2-hero__widget {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    margin-top: 3vw;
}

/* Match the site's "Book a Demo" popup frame (.calendar-container in styles.css). */
.hiw2-calendly {
    width: 800px;
    max-width: 100%;
    height: 550px;    
    border-radius: 5px;
    background: #fff;
    overflow: hidden;    
}

.hiw2-verify {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0vw;
    text-align: center;
    color: #00325E;
}

.hiw2-verify__title {
    font-size: 1.2vw;
    margin: 0 0 0.6vw;
    color: #00325E;
}

.hiw2-verify__desc {
    font-size: 0.95vw;
    color: #6c757d;
    margin: 0 0 1vw;
}

.hiw2-verify__status {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95vw;
}

.hiw2-verify__status i {
    color: #097ADE;
    margin-right: 6px;
}

.hiw2-verify__branding {
    margin-top: 1.2vw;
    padding-top: 1vw;
    border-top: 1px solid #f0f0f0;
    max-width: 22vw;
}

.hiw2-verify__branding small {
    font-size: 0.72vw;
    color: #6c757d;
    line-height: 1.4;
}

/* Decorative background blobs */
.hiw2-blob {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.hiw2-blob--tr {
    top: -14vw;
    right: -12vw;
    width: 50vw;
}

.hiw2-blob--left {
    top: 11vw;
    left: -22vw;
    width: 34vw;
}

/* Brand characters */
.hiw2-char {
    position: absolute;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    user-select: none;
}

.hiw2-char--lena {
    left: -5vw;
    top: 29vw;
    width: 25vw;
}

.hiw2-char--adam {
    right: -8vw;
    width: 28vw;
    top: 22vw;
}

/* ===== Feature pills (provided assets) ===== */
.hiw2-features {
    position: relative;    
    overflow: hidden;
    padding: 1vw 0 0;
}

.hiw2-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    max-width: 75vw;
    margin: 0 auto;
    row-gap: 0;
}

.hiw2-pill-img {
    height: 6.3vw;
    width: auto;
    max-width: 100%;
}

/* ===== Brands we partner with ===== */
.hiw2-brands {
    padding: 2vw 0 5vw;
}

.hiw2-brands__title {
    color: #111;
    font-size: 2.2vw;
    margin-bottom: 3vw;
}

.hiw2-brands__col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiw2-brands__logo {
    max-width: 100%;
    max-height: 2.6vw;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.7;
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
    .hiw2-hero {
        padding: 20vw 0 8vw;
    }

    .hiw2-hero__copy {
        padding-top: 0;
        text-align: center;
    }

    .hiw2-headline {
        font-size: 8vw;
        line-height: 1.15;
    }

    .hiw2-subcopy {
        font-size: 4.2vw;
        max-width: 100%;
        margin: 4vw 0 6vw;
    }

    .hiw2-calendly {
        height: 1000px;
    }

    .hiw2-verify {
        padding: 6vw;
    }

    .hiw2-verify__title {
        font-size: 5vw;
    }

    .hiw2-verify__desc {
        font-size: 3.6vw;
    }

    .hiw2-verify__status {
        font-size: 3.6vw;
    }

    .hiw2-verify__branding {
        max-width: 82vw;
    }

    .hiw2-verify__branding small {
        font-size: 3vw;
    }

    /* Characters + big blobs are desktop-only until the mobile artboard is confirmed */
    .hiw2-char {
        display: none;
    }

    .hiw2-blob--tr {
        top: -20vw;
        right: -30vw;
        width: 90vw;
    }

    .hiw2-blob--left {
        display: none;
    }

    .hiw2-pills {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        row-gap: 3.5vw;
    }

    .hiw2-pill-img {
        height: 11vw;
        width: auto;
        max-width: 92vw;
    }

    .hiw2-brands__title {
        font-size: 6vw;
        margin-bottom: 7vw;
    }

    .hiw2-brands__col {
        margin-bottom: 6vw;
    }

    .hiw2-brands__logo {
        max-height: 8vw;
    }
}
