/* Главная секция */
.photo434-land-home {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: var(--text-color);
    padding: var(--small-padding) var(--medium-padding);
}

/* Главный баннер */
.photo434-land-main-banner {
    position: relative;
    height: 600px;
    margin: 45px auto 0;
    max-width: 1140px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, var(--banner-bg-start), var(--banner-bg-end));
}

/* Баннеры */
.photo434-banners {
    padding: var(--small-padding) var(--medium-padding) var(--medium-padding);
    background-color: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.photo434-banners img {
    width: 100%;
    max-width: 480px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    transition: transform 0.35s cubic-bezier(.25, .8, .25, 1);
}

.photo434-banners img:hover {
    transform: scale(1.08) rotate(1deg);
}

/* Преимущества */
.photo434-benefits {
    background: rgb(202, 73, 73);
    padding: var(--small-padding);
    border-radius: 50px 0 0 0 ;
    box-shadow: 13px -12px 4px 0px;
    margin-top: 40px;
}

.photo434-benefits__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.photo434-land-main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.photo434-land-main-banner:hover img {
    opacity: 1;
}

.photo434-benefits__text {
    color: var(--benefit-text);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: var(--small-padding);
}

/* Кнопка "Старт" */
.photo434-land-start-btn {
    display: block;
    border: none;
    background: rgb(202, 73, 73);
    cursor: pointer;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--button-text);
    border-radius: 30px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.photo434-land-start-btn p {
    margin: 0;
    font-weight: 900;
    font-size: 1.2rem;
}

.photo434-land-text-overlay {
    background: rgb(24 20 20 / 36%);
    padding: var(--medium-padding);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(1, 87, 155, 0.4);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.photo434-land-text-overlay p,
.photo434-land-text-overlay h1 {
    margin: 0;
    font-size: 21px;
    color: white !important;
}

.photo434-land-text-overlay h1 {
    font-weight: 700;
    font-size: 24px;
    width: 100%;
}

/* Обертка текстов */
.photo434-land-text-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 18px;
    flex-direction: column;
    align-items: center;
    background: rgb(202, 73, 73);
    padding: var(--small-padding);
    border-radius: 50px 0 0 0 ;
    box-shadow: 13px -12px 4px 0px;
}

/* Разделительная линия */
.photo434-separator {
    width: 6px;
    background: rgb(202, 73, 73);
    border-radius: 4px;
}

/* Секция текста */
.photo434-land-text-wrapper p {
    margin: 14px 0 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: var(--text-muted);
    font-size: 1rem;
}

/* Блоки текстов */
.photo434-land-text-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* Контейнеры для текста */
.photo434-land-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.photo434-land-text-title {
    font-size: 26px !important;
    text-align: center;
    font-weight: 700;
    color: var(--text-light) !important;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

/* Карточки моделей */
.photo434-land-new-on-site .photo434-land-model-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.photo434-land-new-on-site .photo434-land-model-card,
.photo434-land-additional-cards .photo434-land-model-card {
    background-color: var(--card-bg);
    width: auto;
    height: 520px;
    flex-grow: 1;
    border-radius: 18px;
    transition: background-color 0.35s ease;
    box-shadow: 0 6px 18px rgba(var(--card-shadow), 0.3);
}

.photo434-land-new-on-site .photo434-land-model-card:hover,
.photo434-land-additional-cards .photo434-land-model-card:hover {
    background-color: var(--card-hover-bg);
    box-shadow: 0 10px 28px rgba(var(--card-shadow), 0.5);
}

/* Кнопка "Показать еще" */
.photo434-land-more-button {
    text-align: left;
    margin-top: 14px;
}

.photo434-btn-main-land-more {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid var(--button-border);
    background-color: var(--button-bg);
    color: var(--button-text);
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.35s ease, color 0.35s ease;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(var(--button-shadow), 0.4);
}

.photo434-btn-main-land-more:hover {
    background-color: var(--button-hover-bg);
    color: var(--button-hover-text);
}

/* Кнопка "Все модели" */
.photo434-land-all-girls-button {
    width: 24%;
    margin: 30px auto 0;
}

.photo434-land-btn-more {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--button-link-color);
}

/* Кнопка "Все модели" */
.photo434-btn-main-land-all-girls {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid var(--button-border);
    background-color: var(--button-bg);
    color: var(--button-text);
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(var(--button-shadow), 0.5);
}

.photo434-btn-main-land-all-girls:hover {
    background-color: var(--button-hover-bg);
    color: var(--button-hover-text);
}

/* Дополнительные карточки */
.photo434-land-additional-cards {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Отзывы */
.photo434-land-newest-reviews {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Текст о услугах */
.photo434-land-text_about_services {
    text-align: left;
    padding: 0 18px;
    font-size: 1.05rem;
    color: var(--text-services);
}

/* FAQ секция */
.photo434-faq-container h2 {
    color: var(--faq-title);
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
   
    letter-spacing: 0.06em;
    font-family: 'Montserrat', sans-serif;
}

.photo434-faq-item {
    padding: 18px 0;
    background: var(--faq-item-bg);
    border-bottom: 3px solid var(--faq-border);
    margin-bottom: 10px;
     border-radius: 50px 0 0 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.03);
}

/* Стиль для блоков FAQ */
#photo434-how_it_works {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: rgb(202, 73, 73);
    border-radius: 50px 0 0 0 ;
    box-shadow: 13px -12px 4px 0px;
}

.photo434-faq-item h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #e7e1db;
    text-align: center;
    user-select: none;
    padding-right: 48px;
}

.photo434-faq-item h3::after {
    content: '+';
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 900;
    color: var(--faq-title-text);
    transition: transform 0.3s ease;
}

.photo434-faq-item.open h3::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.photo434-faq-answer {
    display: none;
    padding: 16px 0;
    font-size: 17px;
    color: var(--faq-answer-text);
}

.photo434-faq-answer p {
    margin: 0 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: var(--faq-answer-text);
}

.photo434-faq-item.open .photo434-faq-answer {
    display: block;
}

/* Тексты на главной */
.photo434-land-home h2 {
    color: var(--main-heading-color);
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* Контактный текст */
.photo434-land-text-contact {
    width: 85%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    color: var(--contact-text-color);
}

/* Заголовки секций */
.photo434-land-home .photo434-land-section-title h2 {
    color: var(--section-title-color);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

/* Отзывы */
.photo434-land-newest-reviews {
    
    background: rgb(202, 73, 73);
    box-shadow: 13px -12px 4px 0px;
    margin-top: 40px;
}

/* Мобильная адаптация */
@media (max-width: 1400px) {
    .photo434-land-main-banner {
        height: 540px;
    }

    .photo434-land-text-overlay h1 {
        font-size: 22px;
    }

    .photo434-land-text-overlay p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .photo434-land-main-banner {
        height: 420px;
        max-width: 95%;
    }
    .photo434-land-text-wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .photo434-separator {
        display: none;
    }

    .photo434-separator-text-block {
        height: 1px;
        width: 90%;
        margin: 18px auto;
        background-color: var(--card-hover-bg);
    }

    .photo434-land-text-overlay h1 {
        font-size: 28px;
    }
    .photo434-land-text-overlay p {
        font-size: 22px;
    }

    .photo434-land-text-block {
        flex-direction: column;
        gap: 18px;
    }

    .photo434-land-text-container {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .photo434-land-main-banner {
        height: 320px;
    }

    .photo434-land-start-btn {
        width: 100%;
        max-width: 320px;
        font-size: 1rem;
        padding: 14px 0;
    }

    .photo434-land-text-overlay {
        top: 10%;
        left: 8%;
        width: 80%;
        padding: 12px 18px;
    }

    .photo434-land-text-overlay h1 {
        font-size: 22px;
    }

    .photo434-land-text-overlay p {
        font-size: 18px;
    }
}


/* .photo434-land-home {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #222;
    padding: 20px 15px;
}

.photo434-land-main-banner {
    position: relative;
    height: 600px;
    margin: 45px auto 0;
    max-width: 1140px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #e0f7fa, #80deea);
}

.photo434-banners {
    padding: 16px 24px 24px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.photo434-banners img {
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    transition: transform 0.35s cubic-bezier(.25,.8,.25,1);
}
.photo434-banners img:hover {
    transform: scale(1.08) rotate(1deg);
}

.photo434-benefits {
    background: linear-gradient(to right, #10111a 0%, #2a1f24 50%, #10111a 100%);
    padding: 20px 20px;
    border-radius: 14px;
    box-shadow: 13px -12px 4px 0px;
    margin-top: 40px
}

.photo434-benefits__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.photo434-land-main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0 0 24px 24px;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.photo434-land-main-banner:hover img {
    opacity: 1;
}

.photo434-benefits__text {
    color: #cdcdcd;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px;
}

.photo434-land-start-btn {
    display: block;
    border: none;
    background: #ccccc0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    color: #050000;
    border-radius: 30px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.photo434-land-start-btn p {
    margin: 0;
    font-weight: 900;
    font-size: 1.2rem;
}

.photo434-land-text-overlay {
    background: rgb(230 186 186 / 36%);
    padding: 18px 22px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(1, 87, 155, 0.4);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.photo434-land-text-overlay p,
.photo434-land-text-overlay h1 {
    margin: 0;
    font-size: 21px;
    color: #000000  !important;
}

.photo434-land-text-overlay h1 {
    font-weight: 700;
    font-size: 24px;
    width: 100%;
}

.photo434-land-text-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 18px;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #10111a 0%, #2a1f24 50%, #10111a 100%);
    padding: 20px 20px;
    border-radius: 14px;
    box-shadow: 13px -12px 4px 0px;
}

.photo434-separator {
    width: 6px;
    background: linear-gradient(to right, #10111a 0%, #2a1f24 50%, #10111a 100%);
    border-radius: 4px;
}

.photo434-land-text-wrapper p {
    margin: 14px 0 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #ccccc0;
    font-size: 1rem;
}

.photo434-land-text-block {
    display: flex;
    justify-content: space-between;
}

.photo434-land-text-container {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.photo434-land-text-title {
    font-size: 26px !important;
    text-align: center;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

.photo434-land-new-on-site .photo434-land-model-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.photo434-land-new-on-site .photo434-land-model-card,
.photo434-land-additional-cards .photo434-land-model-card {
    background-color: #b3e5fc;
    width: auto;
    height: 520px;
    flex-grow: 1;
    border-radius: 18px;
    transition: background-color 0.35s ease;
    box-shadow: 0 6px 18px rgba(3, 155, 229, 0.3);
}
.photo434-land-new-on-site .photo434-land-model-card:hover,
.photo434-land-additional-cards .photo434-land-model-card:hover {
    background-color: #81d4fa;
    box-shadow: 0 10px 28px rgba(3, 155, 229, 0.5);
}

.photo434-land-more-button {
    text-align: left;
    margin-top: 14px;
}

.photo434-btn-main-land-more {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid #0288d1;
    background-color: #0288d1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.35s ease, color 0.35s ease;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(2, 136, 209, 0.4);
}
.photo434-btn-main-land-more:hover {
    background-color: #01579b;
    color: #a7c7e7;
}

.photo434-land-all-girls-button {
    width: 24%;
    margin: 30px auto 0;
}

.photo434-land-btn-more {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0277bd;
}

.photo434-btn-main-land-all-girls {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid #0288d1;
    background-color: #0288d1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(2, 136, 209, 0.5);
}

.photo434-btn-main-land-all-girls:hover {
    background-color: #004c8c;
    color: #b3e5fc;
}

.photo434-land-additional-cards {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.photo434-land-newest-reviews {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.photo434-land-text_about_services {
    text-align: left;
    padding: 0 18px;
    font-size: 1.05rem;
    color: #1565c0;
}



.photo434-faq-container h2 {
    color: #039be5;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: 'Montserrat', sans-serif;
}

.photo434-faq-item {
    padding: 18px 0;
    background: #1c1610;
    border-bottom: 3px solid #80a036;
    margin-bottom: 10px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.03);
}

#photo434-how_it_works {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #070b19;
    border-radius: 10px;
    box-shadow: 13px -12px 4px 0px;
}

.photo434-faq-item h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center;
    user-select: none;
    padding-right: 48px;
}

.photo434-faq-item h3::after {
    content: '+';
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    transition: transform 0.3s ease;
}

.photo434-faq-item.open h3::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.photo434-faq-answer {
    display: none;
    padding: 16px 0;
    font-size: 17px;
    color: #01579b;
}

.photo434-faq-answer p {
    margin: 0 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #cdcdcd;
}

.photo434-faq-item.open .photo434-faq-answer {
    display: block;
}

.photo434-land-home h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.photo434-land-text-contact {
    width: 85%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    color: #0288d1;
}

.photo434-land-home .photo434-land-section-title h2 {
    color: #302929;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}



.photo434-land-newest-reviews  {
    background: linear-gradient(to right, #10111a 0%, #2a1f24 50%, #10111a 100%);
    box-shadow: 13px -12px 4px 0px;
    border-radius: 30px;
    margin-top: 40px;
}



@media (max-width: 1400px) {
    .photo434-land-main-banner {
        height: 540px;
    }

    .photo434-land-text-overlay h1 {
        font-size: 22px;
    }

    .photo434-land-text-overlay p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .photo434-land-main-banner {
        height: 420px;
        max-width: 95%;
    }
    .photo434-land-text-wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .photo434-separator {
        display: none;
    }

    .photo434-separator-text-block {
        height: 1px;
        width: 90%;
        margin: 18px auto;
        background-color: #81d4fa;
    }

    .photo434-land-text-overlay h1 {
        font-size: 28px;
    }
    .photo434-land-text-overlay p {
        font-size: 22px;
    }

    .photo434-land-text-block {
        flex-direction: column;
        gap: 18px;
    }

    .photo434-land-text-container {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .photo434-land-main-banner {
        height: 320px;
    }

    .photo434-land-start-btn {
        width: 100%;
        max-width: 320px;
        font-size: 1rem;
        padding: 14px 0;
    }

    .photo434-land-text-overlay {
        top: 10%;
        left: 8%;
        width: 80%;
        padding: 12px 18px;
    }

    .photo434-land-text-overlay h1 {
        font-size: 22px;
    }

    .photo434-land-text-overlay p {
        font-size: 18px;
    }
}  */
