body.follow-up-program .section2:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 25vw;
    width: 35vw;
    background: url(../../../../../wp-content/uploads/2022/03/element1.svg) bottom center / contain no-repeat;
    transform: rotateY(180deg);
}

body.follow-up-program .reasons-section {
    padding: 30px;
}

body.follow-up-program .reasons-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 25px;
    margin: 0 auto;
}

body.follow-up-program .reason-card {
    background: #FAF6F0;
    border-radius: 15px;
    padding: 22px 26px;
    box-sizing: border-box;
}

body.follow-up-program .reason-card h2 {
    color: #CF8C55;
    font-family: abril-font,sans-serif;
    font-size: 37px;
    font-weight: 400;
}

body.follow-up-program .why-cozumel-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 35%;
    height: 10vw;
    width: 12vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol2.svg) bottom right / contain no-repeat;
    transform: translate(-50%);
}

body.follow-up-program .rounded-img img {
    border-radius: 25px;
}

body.follow-up-program .cozumel-academic-section:before {
    position: absolute;
    content: '';
    bottom: -200px;
    right: 0;
    height: 25vw;
    width: 35vw;
    background: url(../../../../../wp-content/uploads/2026/08/path-5652.png) bottom center / contain no-repeat;
}

body.follow-up-program .custom-check ul {
    margin: 0;
}

body.follow-up-program .custom-check li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-family: gordita-font, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-decoration: none;
    margin: 0;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #0B242314;
}

body.follow-up-program .custom-check li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    width: 13px;
    height: 7px;
    border-left: 2px solid #cf8c55;
    border-bottom: 2px solid #cf8c55;
    transform: rotate(-45deg);
}

body.follow-up-program .custom-check li:last-child():before {
    border-bottom: none;
}

body.follow-up-program .who-residency-section .image-gallery {
    width: 100%;
    padding: 8px 17px 12px;
    box-sizing: border-box;
    background: #ffffff;
}

body.follow-up-program .who-residency-section .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

body.follow-up-program .who-residency-section .gallery-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Left column */
body.follow-up-program .who-residency-section .gallery-left .image-top {
    height: 45%;
}

body.follow-up-program .who-residency-section .gallery-left .image-bottom {
    height: 55%;
}

/* Right column */
body.follow-up-program .who-residency-section .gallery-right .image-top {
    height: 55%;
    margin-top: 30px;
}

body.follow-up-program .who-residency-section .gallery-right .image-bottom {
    height: 45%;
}

body.follow-up-program .who-residency-section .gallery-image {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

body.follow-up-program .who-residency-section .gallery-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.follow-up-program .who-residency-built-section {
    width: 100%;
    box-sizing: border-box;
    background: #f1eee8;
}

body.follow-up-program .who-residency-built-section .program-duration-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

body.follow-up-program .who-residency-built-section .program-duration-grid .program-card p {
    text-align: left;
}

body.follow-up-program .who-residency-built-section .program-card {
    min-height: 435px;
    padding: 25px 40px;
    box-sizing: border-box;
    text-align: center;
    background: #f8f8fa;
    border-radius: 20px;
}

body.follow-up-program .who-residency-built-section .duration {
    display: block;
    margin-bottom: 2px;
    color: #CF8C55;
    font-size: 15px;
    font-weight: 500;
}

body.follow-up-program .who-residency-built-section .program-card h2 {
    margin: 0 0 2px;
    color: #39464a;
    font-family: abril-font, sans-serif;
    font-size: 33px;
    font-weight: 400;
}

body.follow-up-program .who-residency-built-section .price {
    margin-bottom: 0;
    color: #CF8C55;
    font-family: abril-font, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

body.follow-up-program .who-residency-built-section .monthly-price {
    margin-bottom: 17px;
    color: #33383a;
    font-size: 16px;
}

body.follow-up-program .who-residency-built-section .mission-program-card {
    width: 100%;
    overflow: hidden;
    background: #203A3A;
    border-radius: 20px;
}

body.follow-up-program .who-residency-built-section .mission-tier-heading {
    padding: 8px 20px;
    background: #CF8C55;
    text-align: center;
}

body.follow-up-program .who-residency-built-section .mission-tier-heading span {
    color: #ffffff;
    font-size: 16px;
}

body.follow-up-program .who-residency-built-section .mission-card-content {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 35px;
    padding: 27px 40px 35px;
}

body.follow-up-program .who-residency-built-section .mission-details {
    text-align: left;
}

body.follow-up-program .who-residency-built-section .mission-details .duration {
    display: block;
    margin-bottom: 5px;
    color: #CF8C55;
    font-size: 12px;
}

body.follow-up-program .who-residency-built-section .mission-details h2 {
    margin: 0 0 2px;
    color: #ffffff;
    font-family: abril-font, sans-serif;
    font-size: 37px;
}

body.follow-up-program .who-residency-built-section .mission-details .price {
    margin-bottom: 0;
    color: #CF8C55;
    font-family: abril-font, sans-serif;
    font-size: 24px;
}

body.follow-up-program .who-residency-built-section .mission-details .monthly-price {
    color: #ffffff;
    font-size: 18px;
}

body.follow-up-program .who-residency-built-section .mission-description p {
    margin: 0;
    color: #ffffff;
}

body.follow-up-program .limited-width-para {
    max-width: 750px;
    margin: 0 auto;
}

body.follow-up-program .who-residency-built-section:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 25vw;
    width: 55vw;
    background: url(../../../../../wp-content/uploads/2022/03/element1.svg) bottom center / contain no-repeat;
}

body.follow-up-program .week-life .week-life-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 50px;
    align-items: start;
}

body.follow-up-program .week-life .week-life-heading h6 {
    margin: 0 0 25px;
    color: #C6854D;
    font-size: 14px;
    font-weight: 500;
}

body.follow-up-program .week-life .week-life-timeline {
    position: relative;
}

body.follow-up-program .week-life .week-life-item {
    position: relative;
    padding: 0 0 16px 45px;
    cursor: pointer;
    opacity: 0.45;
    transition: opacity 0.3s ease;
}

body.follow-up-program .week-life .week-life-item::before {
    content: "";
    position: absolute;
    top: 11px;
    bottom: -3px;
    left: 12px;
    width: 1px;
    background: #c9b79f;
}

body.follow-up-program .week-life .week-life-item:last-child::before {
    display: none;
}

body.follow-up-program .week-life .week-life-dot {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border: 1px solid #C6854D;
    border-radius: 50%;
    background: #f7f6f4;
}

body.follow-up-program .week-life .week-life-item.active {
    opacity: 1;
}

body.follow-up-program .week-life .week-life-item.active .week-life-dot {
    background: #C6854D;
}

body.follow-up-program .week-life .week-life-content h3 {
    margin: 0 0 4px;
    color: #C6854D;
    font-family: abril-font, sans-serif;
    font-size: 21px;
    font-weight: 400;
}

body.follow-up-program .week-life .week-life-content p {
    margin: 0;
    color: #0B2423;
    font-size: 16px;
}

body.follow-up-program .week-life .week-life-content span {
    display: block;
    margin-top: 2px;
    color: #7d8588;
    font-size: 16px;
}

body.follow-up-program .week-life .week-life-image {
    width: 100%;
    margin-top: 40px;
    border-radius: 15px;
    overflow: hidden;
}

body.follow-up-program .week-life .week-life-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
    transition: opacity 0.25s ease;
}


/* WEEKEND */

body.follow-up-program .week-life .week-life-weekend {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

body.follow-up-program .week-life .weekend-item {
    min-width: 270px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #efede9;
    border-radius: 14px 14px 8px 8px;
}

body.follow-up-program .week-life .weekend-item h4 {
    margin: 0 0 5px;
    color: #C6854D;
    font-size: 15px;
    font-weight: 500;
}

body.follow-up-program .week-life .weekend-item p {
    margin: 0;
    color: #0B2423;
    font-size: 16px;
}

body.follow-up-program .non-negotiables-section {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #000;
    margin-top: 60px;
    padding-top: 40px;
}

body.follow-up-program .non-negotiables-section .non-negotiables-inner {
    max-width: 1200px;
    margin: 0 auto;
}

body.follow-up-program .non-negotiables-section .non-negotiables-heading {
    margin-bottom: 20px;
}

body.follow-up-program .non-negotiables-section .non-negotiables-heading span {
    display: block;
    margin-bottom: 5px;
    color: #C6854D;
    font-size: 14px;
    font-weight: 500;
}

body.follow-up-program .non-negotiables-section .non-negotiables-heading p {
    margin: 0;
    color: #0B2423;
    font-size: 16px;
    font-weight: 500;
}

body.follow-up-program .non-negotiables-section .non-negotiables-list {
    position: relative;
}

body.follow-up-program .non-negotiables-section .non-negotiable-item {
    position: relative;
    display: flex;
    gap: 15px;
    padding-bottom: 18px;
}

body.follow-up-program .non-negotiables-section .non-negotiable-item::before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: -2px;
    left: 13px;
    width: 1px;
    background: #dfd3c5;
}

body.follow-up-program .non-negotiables-section .non-negotiable-item:last-child::before {
    display: none;
}

body.follow-up-program .non-negotiables-section .number {
    position: relative;
    z-index: 1;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #C6854D;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

body.follow-up-program .non-negotiables-section .item-content {
    flex: 1;
}

body.follow-up-program .non-negotiables-section .item-content h3 {
    margin: -2px 0 4px;
    color: #2f3c3f;
    font-family: abril-font, sans-serif;
    font-size: 21px;
    font-weight: 600;
}

body.follow-up-program .non-negotiables-section .item-content p {
    margin: 0;
    color: #000000;
    font-size: 16px;
}

body.follow-up-program .week-life:before {
    position: absolute;
    content: '';
    top: 150px;
    right: 17%;
    height: 10vw;
    width: 14vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol2.svg) bottom right / contain no-repeat;
    transform: translate(-50%);
}

body.follow-up-program .academic-pathways {
    width: 100%;
    padding: 10px 18px;
    box-sizing: border-box;
}

body.follow-up-program .academic-pathways .pathways-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

body.follow-up-program .academic-pathways .pathway-card {
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    height: 165px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.follow-up-program .academic-pathways .pathway-card:nth-child(1),
body.follow-up-program .academic-pathways .pathway-card:nth-child(2),
body.follow-up-program .academic-pathways .pathway-card:nth-child(3) {
    grid-column: span 2;
}

body.follow-up-program .academic-pathways .pathway-card:nth-child(4) {
    grid-column: 2 / span 2;
}

body.follow-up-program .academic-pathways .pathway-card:nth-child(5) {
    grid-column: 4 / span 2;
}

body.follow-up-program .academic-pathways .pathway-card h3 {
    margin: 0 0 10px;
    color: #0B2423;
    font-size: 16px;
    font-weight: 500;
}

body.follow-up-program .academic-pathways .pathway-card p {
    margin: 0;
    color: #41484b;
    font-size: 16px;
    line-height: 160%;
}

body.follow-up-program .academic-pathways .academic-pathways-note {
    max-width: 650px;
    margin: 24px auto 0;
    padding: 32px 25px;
    box-sizing: border-box;
    border: 1px solid #CF8C5599;
    border-radius: 25px;
    text-align: center;
}

body.follow-up-program .academic-pathways .academic-pathways-note p {
    margin: 0;
    color: #0B2423;
    font-size: 16px;
}

body.follow-up-program .clinical-case .program-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    padding: 15px 19px;
    box-sizing: border-box;
}

body.follow-up-program .clinical-case .program-stats .stat-card {
    padding: 14px 20px 20px;
    box-sizing: border-box;
    background: #344c4e;
    border-radius: 15px;
    border: 1px solid transparent;
}

body.follow-up-program .clinical-case .program-stats .stat-card:hover {
    border: 1px solid #CF8C55;
    background: transparent;
}

body.follow-up-program .clinical-case .program-stats .stat-card h3 {
    margin: 0 0 8px;
    color: #CF8C55;
    font-family: abril-font, sans-serif;
    font-size: 30px;
    font-weight: 400;
}

body.follow-up-program .clinical-case .program-stats .stat-card p {
    margin: 0;
    color: #d7d8d7;
    font-size: 16px;
    line-height: 160%;
}

body.follow-up-program .clinical-case:before {
    position: absolute;
    content: '';
    top: 0;
    right: 23%;
    height: 10vw;
    width: 12vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol2.svg) bottom right / contain no-repeat;
    transform: translate(-50%);
}

body.follow-up-program .value-comparison-section .pricing-comparison {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 22px;
    overflow: hidden;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-list {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e4ded6;
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 15px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4ded6;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-row:nth-child(even) {
    background: #FAF6F0;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-row:hover {
    background-color: #203A3A;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-row:hover .pricing-info h3,
body.follow-up-program .value-comparison-section .pricing-comparison .pricing-row:hover .pricing-info p {
    color: #ffffff;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-info h3 {
    margin: 0 0 3px;
    color: #203A3A;
    font-size: 16px;
    font-weight: 500;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-info p {
    margin: 0;
    color: #454d4d;
    font-size: 16px;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-cost {
    color: #CF8C55;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

body.follow-up-program .value-comparison-section .pricing-comparison .residency-row {
    padding: 14px 18px;
    background: #203A3A;
    border-bottom: 0;
}

body.follow-up-program .value-comparison-section .pricing-comparison .residency-row .pricing-info h3 {
    color: #ffffff;
}

body.follow-up-program .value-comparison-section .pricing-comparison .residency-row .pricing-info p {
    color: #b8c0bf;
}

body.follow-up-program .value-comparison-section .pricing-comparison .residency-row .pricing-cost {
    color: #ffffff;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-note {
    padding: 12px 40px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e4ded6;
    border-top: 0;
    border-radius: 0 0 22px 22px;
}

body.follow-up-program .value-comparison-section .pricing-comparison .pricing-note p {
    margin: 0;
    color: #394344;
    font-size: 16px;
}

body.follow-up-program .value-comparison-section:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 25vw;
    width: 55vw;
    background: url(../../../../../wp-content/uploads/2022/03/element1.svg) bottom center / contain no-repeat;
    transform: rotateY(180deg);
}

body.follow-up-program .who-residency-section:before {
    position: absolute;
    content: '';
    top: -50px;
    right: 35%;
    height: 10vw;
    width: 12vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol2.svg) bottom right / contain no-repeat;
    transform: translate(-50%);
}

.detox-faq {
    max-width: 1080px;
    margin: 0 auto;
}

.detox-faq .faq-item {
    background: #FAF6F0;
    border: 1px solid #dedbd6;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: background .2s;
}

.detox-faq .faq-item[open] {
    background: #FAF6F0;
}

.detox-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 38px;
}

.detox-faq summary::-webkit-details-marker {
    display: none;
}

.detox-faq .faq-q {
    font-family: abril-font, sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #203A3A;
    margin: 0;
}

.detox-faq .faq-chevron {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #7d8580;
    border-bottom: 1px solid #7d8580;
    transform: rotate(45deg);
    margin-top: 6px;
    transition: transform .2s;
}

.detox-faq .faq-item[open] .faq-chevron {
    transform: rotate(-135deg);
    margin-top: 10px;
    border-color: #CF8C55;
}

.detox-faq .faq-a {
    padding: 0 38px 24px;
    font-size: 16px;
    color: #000;
}

.detox-faq .faq-a strong {
    font-weight: 600;
}

body.follow-up-program .last-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 25vw;
    width: 45vw;
    background: url(../../../../../wp-content/uploads/2022/03/element1.svg) bottom center / contain no-repeat;
}

body.follow-up-program #mk-theme-container .last-section .main-cta.line-cta a {
    background-color: transparent; !important;
    color: #203a3b !important;
    border: 1px solid #cf8c55;
    font-size: 11px;
}

body.follow-up-program #mk-theme-container .last-section .main-cta.line-cta a:hover {
    background-color: #FDEED3 !important;
    color: #203a3b !important;
    border: 1px solid #FDEED3 !important;
}

@media (max-width: 765px) {
    .detox-faq .faq-item {
        border-radius: 14px;
        margin-bottom: 12px;
    }

    .detox-faq summary {
        padding: 20px 25px;
    }

    .detox-faq .faq-a {
        padding: 0 25px 22px;
    }

    .detox-faq .faq-q {
        font-size: 18px;
    }

    /*slider*/
    .week-life-mobile {
    width: 100%;
    overflow: hidden;
    }

    .week-life-mobile-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 28px;
        margin-bottom: 28px;
    }

    .week-life-mobile-prev,
    .week-life-mobile-next {
        width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    .week-life-mobile-prev {
        border: 1px solid #d6d0c8;
        background: transparent;
        color: #9ca2a0;
    }

    .week-life-mobile-next {
        border: 0;
        background: #f1efeb;
        color: #203A3A;
    }

    .week-life-mobile-prev span,
    .week-life-mobile-next span {
        font-size: 22px;
        font-weight: 300;
        line-height: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .week-life-mobile-dots {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .week-life-mobile-dots button {
        width: 5px;
        height: 5px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #3e5050;
        cursor: pointer;
    }

    .week-life-mobile-dots button.active {
        width: 20px;
        border-radius: 10px;
        background: #CF8C55;
    }

    .week-life-mobile-slider {
        width: 100%;
        overflow: hidden;
    }

    .week-life-mobile-track {
        display: flex;
        gap: 20px;
        padding-left: 28px;
        transition: transform 0.5s ease;
        will-change: transform;
        max-height: 450px;
    }

    .week-life-mobile-slide {
        flex: 0 0 calc(100% - 68px);
    }

    .week-life-mobile-slide {
        flex: 0 0 calc(100% - 68px);
        overflow: hidden;
        background: #FAF6F0;
        border-radius: 20px;
        scroll-snap-align: start;
    }

    .week-life-mobile-image {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .week-life-mobile-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .week-life-mobile-content {
        min-height: 185px;
        padding: 20px 20px 30px;
        box-sizing: border-box;
    }

    .week-life-mobile-content h3 {
        margin: 0 0 12px;
        color: #C6854D !important;
        font-family: abril-font, sans-serif;
        font-size: 24px !important;
        font-weight: 500;
    }

    .week-life-mobile-content p {
        margin: 0;
        color: #000;
        font-size: 18px;
        line-height: 160%;
    }

    .week-life-mobile-content span {
        display: block;
        margin-top: 8px;
        color: #6e7474;
        font-size: 15px;
    }

    .week-life-mobile-weekend {
        display: flex;
        gap: 20px;
        flex-direction: column;
        padding: 20px 28px;
    }

    .week-life-mobile-weekend .weekend-item {
        flex: 1;
        padding: 15px;
        background: #F4F1EB;
        border-radius: 12px;
    }

    .week-life-mobile-weekend h4 {
        margin: 0 0 5px;
        color: #CF8C55;
        font-family: abril-font, sans-serif;
        font-size: 18px;
        font-weight: 400;
    }

    .week-life-mobile-weekend p {
        margin: 0;
        color: #203A3A;
        font-size: 14px;
    }

    body.follow-up-program .section2:before {
        height: 50vw;
        width: 85vw;
    }

    body.follow-up-program .why-cozumel-section:before {
        top: -88px;
        height: 50vw;
        width: 50vw;
    }

    body.follow-up-program .reasons-section {
        padding: 0;
    }

    body.follow-up-program .reasons-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    body.follow-up-program .reason-card h2 {
        font-size: 27px;
    }

    body.follow-up-program .who-residency-built-section .program-duration-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    body.follow-up-program .who-residency-built-section .mission-card-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        padding: 25px;
    }

    body.follow-up-program .who-residency-built-section .mission-details {
        text-align: center;
    }

    body.follow-up-program .who-residency-built-section .mission-details .monthly-price {
        font-size: 16px;
    }

    body.follow-up-program .who-residency-built-section .program-card {
        padding: 25px;
    }

    body.follow-up-program .academic-pathways .pathways-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    body.follow-up-program .academic-pathways .pathway-card:nth-child(1),
    body.follow-up-program .academic-pathways .pathway-card:nth-child(2),
    body.follow-up-program .academic-pathways .pathway-card:nth-child(3),
    body.follow-up-program .academic-pathways .pathway-card:nth-child(4),
    body.follow-up-program .academic-pathways .pathway-card:nth-child(5) {
        grid-column: auto;
    }

    body.follow-up-program .clinical-case .program-stats {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    body.follow-up-program .value-comparison-section .pricing-comparison .pricing-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        justify-content: center;
        text-align: center;
        align-items: stretch;
    }

    body.follow-up-program .value-comparison-section .pricing-comparison .pricing-info p {
        line-height: 150%;
    }

    body.follow-up-program .value-comparison-section:before {
        height: 50vw;
        width: 90vw;
    }

    body.follow-up-program .who-residency-built-section:before {
        height: 50vw;
        width: 90vw;
    }

    body.follow-up-program .last-section:before {
        top: 50%;
        height: 50vw;
        width: 90vw;
    }
}