section {
    margin-bottom: 0px;
}

section.main-screen.personal-work-hero {
    margin-bottom: 30px;
}

.main-screen {
    background: none;
}

.main-screen-wrap {
    flex-direction: column;
}

.main-screen-img-wrap {
    width: 100% !important;
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.1);
}

.main-screen-img-wrap img {
    max-height: 450px !important;
    object-position: center 30%;
}

.main-screen-wrap .container {
    width: 100% !important;
    padding: 0 100px;
}

.main-screen-text-wrap {
    margin: -130px auto 0;
    padding: 40px 20px 20px !important;
    align-items: center;
    background: #ecf2e7 !important;
}

.main-screen-title {
    max-width: none;
    text-align: center;
}

.main-screen-subtitle {
    margin: 20px 0 30px;
}

.section-subtitle {
    text-align: center;
}

.program-intro-section,
.program-format-section,
.program-inside-section,
.program-includes-section,
.program-result-section,
.program-flow-section {
    padding: 20px 0;
}

.program-intro-section {
    padding-top: 60px;
}

.program-intro-section .section-subtitle,
.program-format-section .section-subtitle,
.program-inside-section .section-subtitle,
.program-flow-section .section-subtitle,
.section-subtitle .section-subtitle,
.faq .section-subtitle {
    text-align: start;
}

.program-flow-section{
    padding: 60px 0;
}
.section-title.chat-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

.layout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.layout-row--reverse {
    flex-direction: row-reverse;
}

.layout-text {
    width: 54%;
}

.layout-media {
    display: flex;
    flex: 1;
    justify-content: center;
}

.layout-media img {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    object-fit: cover;
}

.section-title {
    text-align: start;
    font-size: 40px;
    font-family: 'Cormorant', serif;
    color: #0a2c0a;
}

.pink-text {
    color: #ddafbb;
}

.program-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.program-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 14px;
}

.program-pink-block {
    font-family: 'Cormorant', serif;
    background: #ddafbb;
    color: #fff;
    margin-top: 40px;
    padding: 15px 30px;
    text-align: center;
    font-size: 28px;
}

.program-list {
    margin: 10px 0 20px 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.program-list li {
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
}

.program-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url("../img/icon-check.svg") no-repeat center / contain;
}

.program-price .section-subtitle {
    text-align: start;
}

.program-price-description {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.6;
}


@media (max-width: 1200px) {
    .layout-row {
        gap: 60px;
    }
}

@media (max-width: 1024px) {
    .layout-row {
        flex-direction: column;
        gap: 40px;
    }

    .layout-row--reverse {
        flex-direction: column;
    }

    .layout-text,
    .layout-media {
        max-width: 100%;
    }

    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .program-intro-section,
    .program-format-section,
    .program-inside-section,
    .program-includes-section,
    .program-result-section,
    .program-flow-section {
        padding: 30px 0;
    }
}

@media (max-width: 980px) {
    .main-screen-wrap .container {
        padding: 0 30px;
    }
}

.program-includes {
    padding: 120px 0 60px;
}


.program-includes-title {
    text-align: center;
    font-size: 52px;
    line-height: 1.2;
    font-family: 'Cormorant', serif;
    color: #0a2c0a;
    margin-bottom: 60px;
}

.program-includes-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
}

.program-includes-column {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.program-includes-divider {
    width: 1px;
    background: #e8b5c0;
}

.program-includes-item h3 {
    font-size: 40px;
    color: #d79aa4;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: 'Cormorant', serif;
}

.program-includes-item p {
    font-size: 18px;
    line-height: 1.6;
    color: #1f3a1f;
    max-width: 480px;
    margin: 0;
}

.program-result {
    margin: 60px 0;
    padding: 60px 0;
    background: url('../img/marathon-program-result.png');
    background-size: cover;
    background-position: center;
}

.program-result-card {
    margin: 0 auto;
    padding: 60px 5%;
    background: #ffffff;
    text-align: center;
}

.program-result-title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Cormorant', serif;
    color: #c78d98;
}

.program-result-steps {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    flex-wrap: wrap;
}

.program-step {
    flex: 0 0 18%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-step-number {
    width: 5vw;
    height: 5vw;
    min-width: 80px;
    min-height: 80px;

    display: grid;
    place-items: center;

    background: #d79aa4;
    color: #ffffff;

    font-size: 30px;
    font-family: 'Veles', sans-serif;
    font-weight: 400;

    border-radius: 42% 58% 55% 45% / 48% 52% 46% 54%;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 10%;
}

.program-step:nth-child(odd) .program-step-number {
    transform: rotate(-3deg);
}

.program-step:nth-child(even) .program-step-number {
    transform: rotate(2deg);
}

.program-step-text {
    font-size: 20px;
    font-family: 'Cormorant', serif;
}

.program-price {
    padding: 60px 0;
}

.program-price .program-price-title {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1f3a1f;
}

.program-price .program-price-main {
    font-size: 25px;
    font-weight: 500;
    color: #c78d98;
    margin-bottom: 20px;
}

.program-price .program-price-main span {
    font-size: 20px;
    font-weight: 400;
    color: #1f3a1f;
    margin-top: 12px;
}

.program-price .program-price-description,
.program-price .program-repeat,
.program-price .program-important {
    text-align: left;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.6;
}

.program-price-description {
    margin-bottom: 0 !important;
}

.program-price .program-price-description ul {
    margin-top: 12px;
}

.program-price .program-price-description li {
    margin-bottom: 8px;
}

.program-price .program-block-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.program-price .program-important {
    font-size: 14px;
    color: #555;
}

.program-price .program-price-action {
    margin-top: 60px;
}

.program-price .program-price-action a,
.marathon-reserve-form .btn-main {
    display: inline-block;
    padding: 16px 48px;
    background: #c78d98;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease;
}

.marathon-reserve-form .btn-main {
    justify-self: start;
}

.program-price .program-price-action a:hover,
.marathon-reserve-form .btn-main:hover {
    background: #b77884;
}

.program-price-card {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.program-price-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
}

.program-price-row > div {
    width: 50%;
}

.program-price-img-wrap {
    padding: 30px 15px 30px 60px;
}

.program-price-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: drop-shadow(1px 1px 5px rgba(10, 44, 10, 0.34));
    mix-blend-mode: normal;
}

.program-price-text-wrap {
    padding: 0 50px;
}

.program-price-title {
    margin-bottom: 30px;
}

.program-price-text {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.program-price-row--reserve {
    align-items: center;
}

.program-price-row--reserve .program-price-text-wrap {
    padding: 0 50px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-price-row--reserve .program-price-img-wrap {
    padding: 30px 60px 30px 15px;
}

.marathon-reserve-start {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.5;
    color: #1f3a1f;
}

.marathon-reserve-form {
    display: grid;
    gap: 14px;
}

.marathon-reserve-form input,
.marathon-reserve-form textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #f8faf7;
    padding: 13px 14px;
    font-size: 15px;
    line-height: 1.4;
}

.marathon-reserve-form textarea {
    resize: none;
    min-height: 110px;
}

.marathon-reserve-form .btn-main.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.marathon-reserve-message {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.45;
}

.marathon-reserve-message.is-success {
    background: rgba(98, 158, 98, 0.15);
    color: #2f6a2f;
    border: 1px solid rgba(98, 158, 98, 0.25);
}

.marathon-reserve-message.is-error {
    background: rgba(199, 120, 132, 0.12);
    color: #8f3e4e;
    border: 1px solid rgba(199, 120, 132, 0.28);
}

.faq {
    padding: 60px 0;
}

.faq-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
}

.faq-title-block {
    padding-top: 30px;
    flex: 0 0 35%;
}

.faq-title {
    color: #1f3a1f;
    line-height: 1.2;
    font-size: 38px;
    margin-bottom: 24px;
    font-family: 'Cormorant', serif;
}

.faq-questions {
    flex: 1;
}

.faq-item {
    border-top: 1px solid #1f3a1f;
    padding: 15px 0;
}

.faq-item:last-child {
    border-bottom: 1px solid #1f3a1f;
}

.faq-question {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 22px;
    color: #1f3a1f;
    font-family: 'Cormorant', serif;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    font-size: 16px;
    line-height: 1.6;
    color: #1f3a1f;
}

.faq-answer p {
    margin-bottom: 14px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-item.active .faq-answer {
    max-height: 800px;
    padding-top: 20px;
}

.faq-toggle {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    background-color: #1f3a1f;
    transition: transform 0.3s ease;
}

.faq-toggle::before {
    width: 1px;
    height: 14px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.faq-toggle::after {
    height: 1px;
    width: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transform-origin: center;
}


.faq-item.active .faq-toggle::before {
    transform: translate(calc(50% - 1px), 0) rotate(90deg);
}

@media (max-width: 768px) {
    .main-screen-wrap {
        margin-bottom: 30px;
    }

    .main-screen-img-wrap{
        box-shadow: none;
    }
    .main-screen-text-wrap {
        /*margin-top: -50px;*/
        margin: 15px 0 0 0;
        padding: 0 !important;
    }

    .main-screen-wrap .container{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .layout-text {
        width: 100%;
    }

    .layout-media {
        order: -1;
    }

    .program-includes-title, .program-result-title {
        text-align: center;
        margin-bottom: 30px;
        font-size: 36px;
    }

    .faq-title {
        font-size: 36px;
    }

    .program-includes-content {
        gap: 15px;
    }

    .program-includes-column {
        gap: 30px;
    }

    .program-includes-content {
        flex-direction: column;
    }

    .collection-includes-divider {
        display: none;
    }

    .program-includes-item h3 {
        font-size: 28px;
    }

    .program-includes-item p {
        font-size: 16px;
    }

    .program-result-steps {
        flex-direction: column;
        gap: 40px;
    }

    .program-step-number {
        margin-bottom: 10px;
    }

    .program-pink-block {
        padding-bottom: 0;
    }

    .program-price {
        padding: 30px 0;
    }

    .program-price .container {
        padding: 0;
        margin: 0;
    }

    .program-price-row {
        flex-direction: column;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        padding-top: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * .5);
    }

    .program-price-row > div {
        width: 100%;
    }

    .program-price-img-wrap {
        padding: 0 0 30px 0;
        order: -1;
    }

    .program-price-text-wrap {
        padding: 0;
    }

    .program-price-action {
        text-align: center;
    }

    .program-price-row--reserve .program-price-text-wrap {
        padding: 0;
    }

    .program-price-row--reserve .program-price-img-wrap {
        padding: 0 0 30px 0;
    }

    .program-includes {
        padding: 30px 0;
    }

    .program-result-card {
        padding: 30px 0;
    }

    .faq-container {
        flex-direction: column;
        gap: 0;
    }

    .marathon-reserve-form .btn-main {
        width: auto;
        justify-self: center;
        text-align: center;
    }

    .faq .section-subtitle {
        text-align: center;
    }


    .faq-title {
        text-align: center;
    }
}
