.container {
    position: relative;
    max-width: 1512px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 80px;
    margin: 0 auto;
}
.school .btn {
    max-width: 700px;
}
.school ol, .school ul {
    padding: 0;
    margin-bottom: 0;
    counter-reset: program;
}
.school li {
    font-size: 18px;
    color: #374151;
    display: flex;
    align-items: flex-start;
    counter-increment: program;
}
.school ol li::before {
    content: counter(program) ")";
    margin-right: 4px;
    flex-shrink: 0;
    color: #232896;
}
.school ul li::before {
    content: "●";
    margin-right: 12px;
    margin-top: -2px;
    flex-shrink: 0;
    color: #232896;
}

/* MAIN PROGRAM PAGE */
/* Hero */
.hero {
    margin-top: 30px;
}
.hero h1 {
    font-family: Manrope, Inter, sans-serif;
    font-size: 48px;
    color: #161D46;
    font-weight: 800;
    margin-bottom: 5px;
}
.hero h2 {
    color: #374151;
    font-family: Manrope, Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
}
.hero h2:first-of-type {
    margin-top: 0;
}
.hero-sections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    position: relative;
    flex: 1;
    gap: 50px;
}
.left-section {
    position: relative;
}
.right-section {
    position: relative;
}
.white-box-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    border-radius: 7px;
    border: 1px solid #D8DFF1;
    background: #FFF;
    box-shadow: 0px 4px 250px 0px rgba(0, 0, 0, 0.09);
    padding: 32px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    font-family: Inter, serif;
    box-sizing: border-box;
}
.right-section.white-box-section {
    max-width: 1000px;
}
.white-text-section h2 {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Program Cards */
.learn-more {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background: #F4FBFF;
    margin-top: 60px;
}
.cards-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 20px;
    padding: 0 20px;
}
.cards-container .card-title {
    font-size: 24px;
    line-height: 32px;
}
.card {
    flex: 1;
    width: 33%;
    text-align: left;
    min-width: 250px;
    position: relative;
    border-radius: 24px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.card .card-head {
    display: flex;
    padding: 20px 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 0px 0px 25px 25px;
    background: #EBE6E1;
}
.card:nth-of-type(2) .card-head {
    background-color: #C8DCE6;
}
.learn-more .btn {
    text-transform: none;
    font-size: 16px;
    border-radius: 12px;
}
.card-subtitle, .subtitle {
    font-size: 18px;
    color: #1f2937;
    font-weight: bold;
}
.benefits-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 25px 34px;
    height: 100%;
}
.benefits-list li {
    margin-bottom: 12px;
    line-height: 1.5;
}
.learn-more-btn {
    gap: 8px;
    padding: 16px 50px 16px 20px;
    border: none;
    border-radius: 12px;
    background-color: #232896;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.44531 10H16.112' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.2793 4.16669L16.1126 10L10.2793 15.8334' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.learn-more-btn.blue {
    background-color: #4d91ff;
}
.learn-more-btn.green {
    background-color: #32c864;
}
.learn-more-btn.orange {
    background-color: #ffb029;
}
.learn-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.learn-more-link {
    color: #1e285a;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
    margin-top: auto;
}
.main-heading {
    color: #1E285A;
    text-align: center;
    font-family: Inter, serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}

/* Bottom CTA */
.bottom-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 50px;
}
.bottom-cta .btn {
    text-transform: none;
}


/* WORKSHOP PAGE */
.workshop ul {
    margin: 0
}
.workshop li::before {
    margin-left: 15px;
}
.workshop .hero-sections {
    justify-content: flex-start;
    font-size: 18px;
}
.workshop .learn-more-link {
    margin: 0 auto;
}
.workshop-pricing {
    margin-top: 20px;
    gap: 0;
    width: fit-content;
    background: #C8DCE6;
}
.workshop-pricing, .workshop-pricing .subtitle {
    color: #1e285a;
}
.workshop-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}


/* CURRICULUM PAGE */
.curriculum ul, .curriculum ol {
    margin: 0;
}
.curriculum li::before {
    margin-left: 15px;
}
.curriculum-subtitle {
    font-size: 18px;
    color: #1f2937;
    font-weight: bold;
}
.curriculum .left-section {
    align-self: flex-start;
    font-size: 18px;
}
.challenge {
    margin-top: 50px;
    padding: 47px;
    background-color: var(--powder-blue);
}
.challenge .white-box-section {
    border-radius: 32px;
    padding: 42px 52px;
}


/* PARENT EDUCATION PAGE */
.parent-ed ul, .parent-ed ol {
    margin: 0 0 0 30px;
}
.parent-ed li {
    color: var(--navy);
    font-family: Manrope, sans-serif;
    font-size: 1.075rem;
    line-height: 1.5;
    display: list-item;
}
.parent-ed li::before {
    display: none;
    margin-left: 15px;
}
.parent-ed .hero {
    padding-top: 80px;
}
.parent-ed .details .container {
    padding-top: 0;
}
.parent-ed .details p {
    margin-bottom: 20px;
}
.parent-ed .details h2 {
    color: #374151;
    font-family: Manrope, Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.parent-ed .details .list-container {
    margin-bottom: 20px;
}
.parent-ed .details .list-container p {
    margin-bottom: 0;
}
.parent-ed .hero-sections {
    margin-bottom: 30px;
    align-items: flex-start;
}
.parent-ed .right-section {
    flex-shrink: 0;
}
.parent-ed .details a {
    color: #232896;
    text-decoration: underline;
}
.parent-ed .img img {
    max-height: 600px;
}


@media (max-width: 1270px) {
    .cards-container .card-title {
        word-spacing: 400px;
        padding-left: 3px;
    }
}

@media (max-width: 1200px) {
    .main-heading {
        font-size: 28px;
        margin-bottom: 0;
    }
    .cards-container {
        gap: 20px;
    }
}

@media (min-width: 1186px) {
    .divider::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background: #ededed;
    }
}

@media (max-width: 1024px) {
    .hero-sections {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        margin-top: 20px;
        gap: 30px;
        margin-bottom: 60px;
    }
    .cards-container {
        flex-direction: column;
    }
    .card {
        flex-direction: row;
        width: 100%;
        max-width: none;
    }
    .card .card-head {
        flex-basis: 360px;
        border-radius: 0;
    }
    .cards-container .card-title {
        word-spacing: normal;
    }

    .workshop .hero-sections {
        margin-bottom: 0;
    }

    .curriculum .img {
        max-width: 600px;
    }

    .parent-ed .right-section {
        flex-shrink: 1;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .parent-ed .right-section .img {
        margin: 0 auto;
    }
    .parent-ed .right-section img {
        max-height: 400px;
    }
}

@media (max-width: 900px) {
    .learn-more {
        margin-top: 20px;
    }
    .main-heading {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .cards-container .card-title {
        word-spacing: 400px;
    }
    .card .card-head {
        flex-basis: 250px;
        padding: 20px 10px 20px 20px;
    }
    .card .benefits-list {
        flex-basis: calc(100% - 250px);
    }
}

@media (max-width: 767px) {
    .card {
        width: 100%;
    }
}

@media (max-width: 690px) {
    .card {
        flex-direction: column;
    }
    .cards-container .card-title {
        word-spacing: normal;
    }
    .card .card-head {
        flex-basis: fit-content;
    }

    .parent-ed .right-section img {
        max-height: 500px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 36px;
    }
    .hero h2 {
        font-size: 24px;
    }
    .challenge {
        padding: 30px 15px;
    }
    .challenge .white-box-section {
        padding: 21px 26px 36px;
    }
}