/* Футер */
.photo434-land-footer {
    background: #bd8b5a; 
    padding: 20px 24px;
    box-shadow:
        inset 0 2px 8px rgba(var(--footer-shadow), 0.1),
        0 -4px 15px rgba(var(--footer-shadow), 0.1);
    font-family: 'Open Sans', sans-serif;
    color: var(--footer-text);
    text-align: center;
    border-top: 2px solid var(--footer-border);
}

/* Ссылки футера */
.photo434-land-footer-links {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

/* Колонка футера */
.photo434-land-footer-column {
    flex: 1 1 140px;
    max-width: 180px;
    transition: transform 0.3s ease;
}

.photo434-land-footer-column:hover {
    transform: translateY(-4px);
}

/* Ссылки в колонках футера */
.photo434-land-footer-link p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--footer-link);
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Open Sans', sans-serif;
}

.photo434-land-footer-link p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: var(--footer-link-hover);
    border-radius: 2px;
    transition: width 0.3s ease;
}

/* Эффект при наведении на ссылку */
.photo434-land-footer-link p:hover,
.photo434-land-footer-link p:focus {
    color: var(--footer-link-active);
}

.photo434-land-footer-link p:hover::after,
.photo434-land-footer-link p:focus::after {
    width: 100%;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .photo434-land-footer-links {
        gap: 24px;
    }
    .photo434-land-footer-column {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .photo434-land-footer-link p {
        font-size: 14px;
    }
}

/* .photo434-land-footer {
    background: #fdf3f0; 
    padding: 40px 24px;
    box-shadow:
        inset 0 2px 8px rgba(183, 128, 128, 0.1),
        0 -4px 15px rgba(183, 128, 128, 0.1);
    font-family: 'Open Sans', sans-serif;
    color: #2e2e2e;
    text-align: center;
    border-top: 2px solid #e8cfc7;
}

.photo434-land-footer-links {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.photo434-land-footer-column {
    flex: 1 1 140px;
    max-width: 180px;
    transition: transform 0.3s ease;
}

.photo434-land-footer-column:hover {
    transform: translateY(-4px);
}

.photo434-land-footer-link p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #b34769;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Open Sans', sans-serif;
}

.photo434-land-footer-link p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #d77a8b;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.photo434-land-footer-link p:hover,
.photo434-land-footer-link p:focus {
    color: #941b42;
}

.photo434-land-footer-link p:hover::after,
.photo434-land-footer-link p:focus::after {
    width: 100%;
}

@media (max-width: 768px) {
    .photo434-land-footer-links {
        gap: 24px;
    }
    .photo434-land-footer-column {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .photo434-land-footer-link p {
        font-size: 14px;
    }
}


 */
