@import url('https://fonts.googleapis.com/css?family=Lora:400,500,600,700,400italic|Open+Sans:400,600,700,400italic&display=swap');

/*
 * Landing page: home-update
 * All rules scoped under .sa-landing--home-update so Divi header/footer
 * styles are untouched.
 */

.sa-landing--home-update {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #5a5a5b;
    font-size: 15px;
    line-height: 1.7;
    background: #ffffff;
}

.sa-landing--home-update h1,
.sa-landing--home-update h2,
.sa-landing--home-update h3 {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    color: #333333;
    font-weight: 700;
    padding: 0;
}

.sa-landing--home-update h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.sa-landing--home-update h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.sa-landing--home-update h3 {
    font-size: 17px;
}

.sa-landing--home-update .lp-maroon {
    color: #6b1328;
}

/* Layout */
.sa-landing--home-update .lp-section {
    padding: 72px 6vw;
}

/* Constrain inner content on widescreens while letting section
   backgrounds stay full-bleed */
.sa-landing--home-update .lp-section > * {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

.sa-landing--home-update .lp-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.sa-landing--home-update .lp-grid-2--narrow-left {
    grid-template-columns: 0.85fr 1.15fr;
}

.sa-landing--home-update .lp-grid-2--top {
    align-items: start;
}

.sa-landing--home-update .lp-gray {
    background: #eeeeee;
}

.sa-landing--home-update .lp-center {
    text-align: center;
}

.sa-landing--home-update .lp-center-text {
    text-align: center;
    margin-bottom: 36px;
}

/* Buttons */
.sa-landing--home-update .lp-btn {
    display: inline-block;
    background: #6b1328;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 300ms ease, border 300ms ease;
    border: 2px solid #76112d;
    cursor: pointer;
}

.sa-landing--home-update .lp-btn:hover {
    background: #9e5468;
    border-color: #9e5468;
}

.sa-landing--home-update .lp-btn--light {
    background: rgba(255, 255, 255, 0.9);
    color: #6b1328 !important;
    border-color: rgba(255, 255, 255, 0.9);
}

.sa-landing--home-update .lp-btn--light:hover {
    background: #ffffff;
    color: #6b1328 !important;
    border-color: #ffffff;
}

/* Shared bits */
.sa-landing--home-update .lp-img-placeholder {
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 13px;
    background: #eeeeee;
}

.sa-landing--home-update .lp-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #cccccc;
}

.sa-landing--home-update .lp-stars {
    color: #e8b923;
    letter-spacing: 3px;
}

.sa-landing--home-update .lp-strong {
    font-weight: 700;
    color: #333333;
    margin-bottom: 22px;
}

/* Hero */
.sa-landing--home-update .lp-hero {
    padding-top: 80px;
}

.sa-landing--home-update .lp-eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
}

.sa-landing--home-update .lp-hero-copy {
    max-width: 460px;
    margin-bottom: 26px;
}

/* Portrait hero image with offset backdrop block */
.sa-landing--home-update .lp-hero-img-wrap {
    position: relative;
    justify-self: center;
    width: min(440px, 92%);
}

.sa-landing--home-update .lp-hero-img {
    aspect-ratio: 4 / 5;
    background: #650d0c;
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 10px 0 #666666;
    border-radius: 24px;
    overflow: hidden;
}

.sa-landing--home-update .lp-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Online classes */
.sa-landing--home-update .lp-classes-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #666666;
}

.sa-landing--home-update .lp-classes-img img {
    width: 100%;
    aspect-ratio: 1118 / 1066;
    height: auto;
    object-fit: cover;
    display: block;
}

.sa-landing--home-update .lp-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.sa-landing--home-update .lp-checklist li {
    margin-bottom: 6px;
    padding-left: 22px;
    position: relative;
}

.sa-landing--home-update .lp-checklist li::before {
    content: '\2713';
    color: #2e7d32;
    font-weight: 700;
    position: absolute;
    left: 0;
}

/* Real teachers (maroon band) */
.sa-landing--home-update .lp-maroon-bg {
    background: #6b1328;
}

.sa-landing--home-update .lp-maroon-bg h2 {
    color: #ffffff;
}

.sa-landing--home-update .lp-maroon-bg h2 em {
    color: #e7c9c9;
}

.sa-landing--home-update .lp-maroon-bg p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

.sa-landing--home-update .lp-pullquote {
    border-left: 3px solid rgba(255, 255, 255, 0.6);
    padding-left: 16px;
    font-style: italic;
    color: #ffffff !important;
    margin-bottom: 24px;
}

/* Zoom class screenshot: below 1350px it bleeds off the right edge,
   cropped by the section; at 1350px+ the full image shows. */
.sa-landing--home-update .lp-maroon-bg {
    overflow: hidden;
}

.sa-landing--home-update .lp-teachers-img img {
    width: 100%;
    display: block;
}

@media (min-width: 861px) and (max-width: 1349px) {
    .sa-landing--home-update .lp-teachers-img {
        margin-right: -14vw;
    }

    .sa-landing--home-update .lp-teachers-img img {
        width: 115%;
        max-width: none;
    }
}

/* Steps */
.sa-landing--home-update .lp-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: left;
    margin-top: 36px;
}

.sa-landing--home-update .lp-step {
    padding: 26px;
}

.sa-landing--home-update .lp-step-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.sa-landing--home-update .lp-step-head h3 {
    color: #6b1328;
    margin: 0;
}

.sa-landing--home-update .lp-step-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #6b1328;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.sa-landing--home-update .lp-step p {
    font-size: 14px;
}

.sa-landing--home-update .lp-steps-cta {
    margin-top: 36px;
}

/* Courses and support — accordion cards */
.sa-landing--home-update .lp-offers-grid {
    align-items: center;
}

.sa-landing--home-update .lp-offer-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sa-landing--home-update .lp-offer {
    padding: 18px 24px;
    cursor: pointer;
}

.sa-landing--home-update .lp-offer-q {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.sa-landing--home-update .lp-offer-arrow {
    color: #6b1328;
    font-size: 12px;
}

.sa-landing--home-update .lp-offer-body {
    display: none;
    margin-top: 10px;
}

.sa-landing--home-update .lp-offer.is-open .lp-offer-body {
    display: block;
}

.sa-landing--home-update .lp-offer-body p {
    font-size: 14px;
    margin-bottom: 6px;
}

.sa-landing--home-update .lp-offer-body a {
    font-size: 14px;
    color: #6b1328;
    font-weight: 600;
    text-decoration: none;
}

.sa-landing--home-update .lp-support-img {
    width: min(520px, 100%);
    aspect-ratio: 9 / 10;
    height: auto;
    justify-self: center;
    overflow: hidden;
}

.sa-landing--home-update .lp-support-img.has-image {
    background: none;
}

.sa-landing--home-update .lp-offer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* Instructors */
.sa-landing--home-update .lp-instructors-intro {
    max-width: 720px;
    margin: 0 auto 8px;
}

.sa-landing--home-update .lp-instructor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
    text-align: left;
}

.sa-landing--home-update .lp-instructor {
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.sa-landing--home-update .lp-instructor-photo {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #eeeeee;
}

.sa-landing--home-update .lp-instructor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sa-landing--home-update .lp-instructor h3 {
    font-size: 18px;
    margin-bottom: 2px;
}

.sa-landing--home-update .lp-instructor-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b1328;
    margin-bottom: 10px;
}

.sa-landing--home-update .lp-instructor-bio {
    font-size: 14px;
    margin: 0;
}

.sa-landing--home-update .lp-instructors-cta {
    margin-top: 36px;
}

@media (max-width: 1100px) {
    .sa-landing--home-update .lp-instructor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .sa-landing--home-update .lp-instructor-grid {
        grid-template-columns: 1fr;
    }
}

/* Testimonial */
.sa-landing--home-update .lp-testimonial-stars {
    font-size: 16px;
    margin-bottom: 18px;
}

.sa-landing--home-update .lp-testimonial-quote {
    font-family: 'Lora', Georgia, serif;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #333333;
    max-width: 640px;
    margin: 0 auto 26px;
}

.sa-landing--home-update .lp-testimonial-attrib {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.sa-landing--home-update .lp-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #6b1328;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.sa-landing--home-update .lp-attrib-text {
    text-align: left;
}

.sa-landing--home-update .lp-attrib-name {
    display: block;
    font-weight: 700;
    color: #333333;
}

.sa-landing--home-update .lp-attrib-role {
    display: block;
    font-size: 13px;
}

/* FAQ */
.sa-landing--home-update .lp-faq {
    max-width: 680px;
    margin: 0 auto;
    padding: 8px 26px;
    box-shadow: 0 0 10px 0 #999999;
}

.sa-landing--home-update .lp-faq-item {
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.sa-landing--home-update .lp-faq-item:last-child {
    border-bottom: none;
}

.sa-landing--home-update .lp-faq-q {
    font-weight: 700;
    color: #333333;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.sa-landing--home-update .lp-faq-arrow {
    color: #6b1328;
}

.sa-landing--home-update .lp-faq-a {
    font-size: 14px;
    display: none;
    margin-top: 8px;
}

.sa-landing--home-update .lp-faq-item.is-open .lp-faq-a {
    display: block;
}

/* Final CTA */
.sa-landing--home-update .lp-final-cta {
    background: #650d0c;
}

.sa-landing--home-update .lp-final-cta h2 {
    color: #ffffff;
    margin-bottom: 12px;
}

.sa-landing--home-update .lp-final-cta h2 em {
    color: #e7c9c9;
}

.sa-landing--home-update .lp-final-cta p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 480px;
    margin: 0 auto 26px;
}

/* Responsive */
@media (max-width: 860px) {
    .sa-landing--home-update .lp-section {
        padding: 48px 5vw;
    }

    .sa-landing--home-update .lp-grid-2,
    .sa-landing--home-update .lp-grid-2--narrow-left,
    .sa-landing--home-update .lp-steps-grid {
        grid-template-columns: 1fr;
    }

    .sa-landing--home-update h1 {
        font-size: 34px;
    }

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