section {
    margin-bottom: 0 !important;
}

.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;
}

.pink-text {
    color: #ddafbb;
}

.pain-points {
    padding: 60px 0;
}

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

.pain-points .section-title {
    text-align: center;
    font-size: 52px;
    margin-bottom: 60px;
}

.pain-points-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pain-point-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.pain-point-icon {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    background: #ddafbb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pain-point-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.pain-point-content {
    max-width: 720px;
}

.pain-point-title {
    font-size: 26px;
    font-family: 'Cormorant', serif;
    font-weight: 600;
    color: #ddafbb;
    margin-bottom: 20px;
}

.pain-point-text {
    font-size: 18px;
    line-height: 1.7;
    color: #0a2c0a;
}

.collection-includes {
    padding: 60px 0;
}

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

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

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

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

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

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

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

.collection-info,
.collection-bundle {
    padding: 60px 0;
}

.collection-info .section-subtitle,
.collection-bundle .section-subtitle {
    text-align: start;
}

.collection-info-row,
.collection-bundle-row {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.collection-info-row > div,
.collection-bundle-row > div {
    width: 50%;
}

.collection-info-img-wrap,
.collection-bundle-img-wrap {
    padding: 30px 15px 30px 60px;
}

.collection-info-img-wrap img,
.collection-bundle-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;
}

.collection-info-text-wrap,
.collection-bundle-text-wrap {
    padding: 0 50px;
}

.collection-info-title,
.collection-bundle-title {
    margin-bottom: 30px;
}

.collection-info-price-main,
.collection-bundle-price-main {
    font-size: 20px;
    font-weight: 400;
    color: #1f3a1f;
    margin: 15px 0;
}

.collection-info-price-main span,
.collection-bundle-price-main span {
    font-size: 25px;
    font-weight: 500;
    color: #c78d98;
    margin-bottom: 20px;
    position: relative;
}

.collection-bundle-price-main .old-price {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: max-content;
    font-size: 18px;
    font-weight: 400;
    color: #9aa89a;
    text-decoration: line-through;
    opacity: 0.8;
}

.collection-info-description,
.collection-bundle-description {
    text-align: left;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.6;
}

.collection-info-description p,
.collection-bundle-description p {
    margin-bottom: 12px;
}

.collection-bundle-description a {
    font-weight: 500;
    color: #c78d98;
}

.collection-info-action,
.collection-bundle-action {
    margin-top: 60px;
}

.collection-info-action a,
.collection-bundle-action a {
    display: inline-block;
    padding: 16px 48px;
    background: #c78d98;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    transition: background 0.3s ease;
}

.collection-info-action a:hover,
.collection-bundle-action a:hover {
    background: #b77884;
}

/*Картинки*/

.collection-gallery {
    padding: 60px 0;
}

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

.collection-gallery-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 52px;
}

.collection-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.collection-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.collection-gallery-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.collection-gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.collection-gallery-item:hover img {
    transform: scale(1.05);
}

.collection-gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 18px 16px;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;

    color: #fff;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.0)
    );

    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s ease;
}

.collection-gallery-item:hover .collection-gallery-caption {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {

    .collection-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/*Вопрос ответ*/
.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 a{
    font-weight: 500;
    color: #c78d98;
}

.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 .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;
    }
    
    .main-screen-img-wrap {
        box-shadow: none;
    }

    .collection-info-row > div,
    .collection-bundle-row > div {
        width: 100%;
    }

    .collection-info-img-wrap,
    .collection-bundle-img-wrap {
        padding: 30px 30px 0;
    }

    .collection-info-text-wrap,
    .collection-bundle-text-wrap {
        padding: 30px;
    }

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

    .faq-title-block {
        flex: 1;
        padding-top: 0;
    }

    .pain-point-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pain-point-content {
        max-width: 100%;
    }

    .pain-point-title {
        font-size: 22px;
    }

    .pain-point-text {
        font-size: 16px;
    }

    .pain-point-icon {
        width: 80px;
        height: 80px;
    }

    .collection-includes-content {
        flex-direction: column;
        gap: 30px;
    }

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

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

    .main-screen-text-wrap {
        margin: 15px 0 0 0;
        padding: 0 !important;
    }

    .collection-includes,
    .collection-info,
    .collection-bundle,
    .faq {
        padding: 70px 0;
    }

    .collection-includes-title {
        font-size: 40px;
    }

    .collection-includes-item h3 {
        font-size: 34px;
    }

    .collection-info-action,
    .collection-bundle-action {
        margin-top: 40px;
    }

    .collection-info-action a,
    .collection-bundle-action a {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }

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

    .faq-question {
        font-size: 20px;
    }
}

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

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

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