:root {
    --lightblue: #65D4EA33;
}
.intro-section {
    padding: 66px 0 0;
    background: var(--lightblue);
}
.page-title {
    position: relative;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    /* background: var(--ca-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
}
#content {
    padding-bottom: 30px;
}
.intro-text {
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.intro-section .intro-image {
    margin-top: 52px;
    justify-content: center;
}
.intro-section .intro-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ca-sec-title.line-wrapper {
    display: block;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.6s ease-out, opacity 0.3s ease-out;
}

.feature-strip-text {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.6s ease-out .35s, opacity 0.6s ease-out .35s;
}
.strip-visible .feature-strip-text {
    opacity: 1;
    transform: translateY(0);
}
.strip-visible .feature-strip-text a {
    color: var(--blue);
}
.strip-visible .feature-strip-text a:hover {
    text-decoration: underline;
}

.strip-visible .ca-sec-title.line-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.feature-strip {
    padding: 56px 0 74px;
}
.intro-section + .feature-strip {
    padding: 48px 0 100px;
}
.feature-strip.lightblue {
    background: var(--lightblue);
}
.feature-strip.white {
    background: #fff;
}
.feature-strip .inner-width {
    align-items: center;
}
.feature-strip:nth-child(odd) .inner-width {
    flex-direction: row-reverse;
}
.feature-strip .inner-width .feature-strip-content {
    max-width: 515px;
    margin: 0 auto 0 0;
}
.feature-strip:nth-child(odd) .inner-width .feature-strip-content {
    margin: 0 0 0 auto;
}
.feature-strip .ca-sec-title {
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    text-transform: none;
    line-height: 1.2;
}
.feature-strip .entry-content p {
    margin-bottom: 20px;
}
.feature-strip .entry-content p:last-child {
    margin-bottom: 0;
}
.feature-strip .feature-strip-image {
    justify-content: flex-start;
    width: 48.5%;
}
.feature-strip:nth-child(even) .feature-strip-image {
    justify-content: center;
    width: 45.5%;
    padding-left: 12px;
    padding-right: 12px;
}
.feature-strip .feature-strip-image .feat-img {
    display: block;
    max-width: 100%;
    height: auto;
}

#pre-footer {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .intro-section {
        padding-top: 60px;
    }
    .feature-strip .feature-strip-image {
        padding-right: 12px;
    }
    .feature-strip:nth-child(even) .feature-strip-image {
        padding-right: 0;
    }
    .title-featured-image {
        height: 380px;
        margin-bottom: 60px;
    }
    .feature-strip .feature-strip-image .feat-img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1023px) {
    .title-featured-image {
        height: 300px;
        margin-bottom: 44px;
        padding: 26px 30px;
    }
    .intro-text {
        font-size: 18px;
    }
    .feature-strip,
    .intro-section + .feature-strip {
        padding: 40px 0;
    }
    .feature-strip .inner-width {
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100% - 40px);
    }
    .feature-strip .feature-strip-image {
        flex-shrink: 0;
        width: 45%;
    }
    .feature-strip:nth-child(even) .feature-strip-image {
        width: 47%;
        padding-left: 0;
    }
    .feature-strip:nth-child(even) .inner-width .feature-strip-content {
        padding-right: 12px;
    }
    .feature-strip .ca-sec-title {
        font-size: 26px;
    }
    .feature-strip-text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .intro-section {
        padding-top: 50px;
    }
    .title-featured-image {
        height: 478px;
    }
    .title-featured-image {
        margin-bottom: 34px;
        padding: 60px 24px;
    }
    .title-featured-image:before {
        background: var(--lightblue);
    }
    .intro-text {
        margin-left: 8px;
        margin-right: -8px;
        font-size: 16px;
        text-align: left;
    }
    .feature-strip, 
    .intro-section + .feature-strip {
        padding: 40px 0 10px;
    }
    .feature-strip .inner-width,
    .feature-strip:nth-child(even) .inner-width,
    .feature-strip:nth-child(odd) .inner-width {
        flex-direction: column;
        gap: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100% - 40px);
    }
    .feature-strip .ca-sec-title {
        margin-bottom: 14px;
        font-size: 20px;
    }
    .feature-strip .ca-sec-title .line-wrapper {
        height: 30px;
    }
    .feature-strip .feature-strip-image,
    .feature-strip:nth-child(even) .feature-strip-image {
        width: 100%;
    }
}

body.debug {
    background: url(../debug/feature2.jpg) no-repeat top center;
}
body.debug > * {
    opacity: 0.7;
}