/*
 * Style for theliveexperience landing page.
 */

div#previewHeader {
    background-image: url('/images/layout/header-landing.jpg') !important;
}

/* Landing product sections */
section.products .serviceRow .title.violet {
    color: #6666ff;
}

.concept-text ul li {
    margin-bottom: .5em;
}

/* ==============================================
   REGIONS – title left  |  bullets right
   Separated by gold horizontal rules
   ============================================== */

section.regions.space {
    padding: 0 10% 2em;
    background-color: #FFFFFF;
}

/* --- single region block --- */

.region-row {
    display: flex;
    align-items: flex-start;
    gap: 4em;
    padding: 3em 0;
}

.region-row + .region-row {
    border-top: 2px solid #BEBEFF;
}

/* --- title column (left ~38%) --- */

.region-title {
    flex: 0 0 38%;
    max-width: 38%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.65em;
    font-weight: 300;
    text-transform: uppercase;
    color: #6666ff;
    margin: 0;
    line-height: 1.25;
    letter-spacing: .02em;
}

/* --- bullets column (right) --- */

.region-text {
    flex: 1;
    color: #444444;
    font-family: 'Nunito Sans', sans-serif;
    font-size: .95em;
    line-height: 1.75;
}

.region-text ul {
    list-style: disc;
    padding-left: 1.4em;
    margin: 0;
}

.region-text ul li {
    margin-bottom: .7em;
}

.region-text ul li:last-child {
    margin-bottom: 0;
}

.region-text ul li b,
.region-text ul li strong {
    font-weight: 700;
    color: #1c1c1e;
}

/* ==============================================
   RESPONSIVE
   ============================================== */

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

    section.regions.space {
        padding: 0 6% 1.5em;
    }

    .region-row {
        flex-direction: column;
        gap: 1.2em;
        padding: 2em 0;
    }

    .region-title {
        flex: 0 0 auto;
        max-width: 100%;
        font-size: 1.3em;
    }
}
