.bedots-footer {
    color: #aab3c0;
    font-size: 14px;
}

.bedots-footer .container {
    padding-top: 56px;
    padding-bottom: 28px;
}

.bedots-footer__top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
    gap: 32px;
    padding-bottom: 44px;
}

.bedots-footer__logo {
    max-height: 46px;
    width: auto;
    margin-bottom: 20px;
}

.bedots-footer__brand-name {
    margin: 0 0 20px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
}

.bedots-footer__desc {
    margin: 0 0 22px;
    max-width: 280px;
    line-height: 1.7;
    color: #97a1b0;
}

.bedots-footer__socials {
    display: flex;
    gap: 12px;
}

.bedots-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #cdd4de;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bedots-footer__social:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-2px);
}

.bedots-footer__col-title {
    margin: 0 0 18px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 17px;
    font-weight: 600;
}

.bedots-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bedots-footer__links li {
    margin-bottom: 11px;
}

.bedots-footer__links a {
    color: #aab3c0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bedots-footer__links a:hover {
    color: #fff;
}

.bedots-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.bedots-footer__contact-item i {
    margin-top: 2px;
    font-size: 15px;
    color: #aab3c0;
}

.bedots-footer__contact-item a {
    color: #aab3c0;
    text-decoration: none;
}

.bedots-footer__contact-item a:hover {
    color: #fff;
}

.bedots-footer__hours-label {
    display: block;
    margin: 22px 0 8px;
    color: #fff;
    font-weight: 500;
}

.bedots-footer__hours {
    margin: 0;
    line-height: 1.7;
}

.bedots-footer__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.bedots-footer__newsletter {
    padding: 40px 0;
    text-align: center;
}

.bedots-footer__newsletter-title {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    font-weight: 700;
}

.bedots-footer__newsletter-subtitle {
    margin: 0 0 24px;
    color: #97a1b0;
}

.bedots-footer__form {
    display: flex;
    justify-content: center;
    gap: 12px;
    max-width: 520px;
    margin: 0 auto;
}

.bedots-footer__form input[type="email"] {
    flex: 1;
    min-width: 0;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
}

.bedots-footer__form input[type="email"]::placeholder {
    color: #8a93a1;
}

.bedots-footer__form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.bedots-footer__form button {
    padding: 13px 26px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.bedots-footer__form button:hover {
    background: #e6e6e6;
}

.bedots-footer__form-message {
    margin-top: 12px;
    font-size: 13px;
}

.bedots-footer__payments {
    padding: 32px 0;
    text-align: center;
}

.bedots-footer__payments-title {
    margin: 0 0 18px;
    color: #97a1b0;
    font-size: 13px;
}

.bedots-footer__payments-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.bedots-footer__payment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    padding: 12px 18px;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bedots-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 26px 0 8px;
    color: #8a93a1;
    font-size: 13px;
}

.bedots-footer__bottom-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.bedots-footer__bottom-menu a {
    color: #8a93a1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bedots-footer__bottom-menu a:hover {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .bedots-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media screen and (max-width: 575px) {
    .bedots-footer__top {
        grid-template-columns: 1fr;
    }

    .bedots-footer__form {
        flex-direction: column;
    }

    .bedots-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}
