/* Footer Info Section — Inline (not fixed) */

.menu-footer-info {
    text-align: center;
    padding: 40px 24px 32px;
    margin-top: 20px;
}

.footer-info-brand {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color, #fff);
    margin-bottom: 10px;
}

.footer-info-desc {
    font-size: 13px;
    color: var(--product-desc-color, #888);
    line-height: 1.6;
    margin-bottom: 12px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.footer-info-phone {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color, #fff);
    text-decoration: none;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.footer-info-phone:active {
    opacity: 0.7;
}

/* Action Buttons */
.footer-info-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.footer-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: color-mix(in srgb, var(--title-color) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--title-color) 12%, transparent);
    border-radius: 20px;
    color: var(--title-color, #fff);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
}

.footer-action-btn:active {
    opacity: 0.7;
}

.footer-action-btn i {
    width: 15px;
    height: 15px;
}

/* Powered By */
.footer-info-powered {
    font-size: 12px;
    color: var(--product-desc-color, #666);
}

.footer-info-powered a {
    color: var(--title-color, #fff);
    text-decoration: none;
    font-weight: 500;
}

.footer-info-powered a:active {
    opacity: 0.7;
}
