/*
 * Shared landing page styles.
 * Everything is scoped under .sa-landing so Divi's global styles for the
 * header/footer remain untouched.
 */

.sa-landing {
    font-size: 17px;
    line-height: 1.6;
    color: #2b2b2b;
}

.sa-landing-section {
    padding: 72px 20px;
}

.sa-landing-container {
    max-width: 1080px;
    margin: 0 auto;
}

.sa-landing h1,
.sa-landing h2,
.sa-landing h3 {
    line-height: 1.2;
    color: #1f2d24;
}

.sa-landing h1 {
    font-size: 44px;
    margin-bottom: 16px;
}

.sa-landing h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.sa-landing h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

/* CTA buttons */
.sa-landing-cta {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.sa-landing-cta--primary {
    background: #6b8e6f;
    color: #ffffff !important;
}

.sa-landing-cta--primary:hover {
    background: #57755b;
}

.sa-landing-cta--secondary {
    background: transparent;
    color: #6b8e6f !important;
    border: 2px solid #6b8e6f;
}

.sa-landing-cta--secondary:hover {
    background: #6b8e6f;
    color: #ffffff !important;
}

/* Testimonials */
.sa-landing-testimonial {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
}

.sa-landing-testimonial p {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 12px;
}

.sa-landing-testimonial cite {
    font-style: normal;
    font-weight: 600;
    color: #6b8e6f;
}

@media (max-width: 767px) {
    .sa-landing-section {
        padding: 48px 20px;
    }

    .sa-landing h1 {
        font-size: 32px;
    }

    .sa-landing h2 {
        font-size: 26px;
    }
}
