.legal-footer {
    margin-top: 36px;
    padding: 26px 0;
    border-top: 1px solid rgba(231,225,216,.95);
    background: rgba(255,255,255,.62);
}

.legal-footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 22px;
    align-items: start;
}

.legal-footer-company {
    color: #6d7378;
    font-size: 13px;
    line-height: 1.55;
}

.legal-footer-company strong {
    color: #161719;
}

.legal-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 16px;
}

.legal-footer-links a {
    color: #006b68;
    font-weight: 900;
    font-size: 13px;
    text-decoration: none;
}

.legal-footer-links a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.booking-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 13px;
    margin: 10px 0 14px;
    border: 1px solid #e7e1d8;
    border-radius: 12px;
    background: #faf8f3;
    color: #161719;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.booking-consent input {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 1px 0 0 !important;
    flex: 0 0 18px;
}

.booking-consent a {
    color: #006b68;
    font-weight: 900;
}

@media (max-width: 760px) {
    .legal-footer-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .legal-footer-links {
        justify-content: flex-start;
    }
}
