/*
Theme Name: Grand Plaza
Theme URI: https://ecosoft-sibiu.ro/
Description: Temă personalizată pentru Grand Plaza, dezvoltată de EcoSoft Sibiu.
Author: EcoSoft Sibiu
Author URI: https://ecosoft-sibiu.ro/
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grandplaza
Tags: woocommerce, restaurant, custom
*/

/* ─── Reset de bază ──────────────────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ─── Footer ──────────────────────────────────────────────────────────────── */
#site-footer {
    background-color: #2e2e2e;
    color: #ccc;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Main footer */
.site-footer__main {
    padding: 50px 0 40px;
    border-bottom: 1px solid #444;
}

.site-footer__main .site-footer__container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.site-footer__col--info {
    flex: 1;
    min-width: 0;
}

.site-footer__col--pages {
    width: 420px;
    flex-shrink: 0;
    padding-right: 80px;
}

.site-footer__tagline {
    margin: 0 0 12px;
    color: #bfbfbf;
    font-style: italic;
}

/* Program */
.site-footer__schedule {
    margin-bottom: 20px;
}

.site-footer__schedule-title {
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 8px;
}

.site-footer__schedule p {
    margin: 6px 0;
    text-align: center;
}

/* Contact */
.site-footer__contact {
    margin-bottom: 20px;
}

.site-footer__contact-title {
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    text-align: center;
}

.site-footer__contact p {
    margin: 7px 0;
    text-align: center;
}

.site-footer__contact a {
    color: #ccc;
    text-decoration: none;
}

.site-footer__contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-icon {
    margin-right: 4px;
}

/* Social */
.site-footer__social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #2e2e2e;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.footer-social__link:hover {
    background: #ccc;
}

/* Pagini */
.site-footer__col-title {
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 12px;
    text-align: center;
}

.site-footer__col--pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__col--pages ul li {
    border-bottom: 1px solid #555;
    text-align: center;
}

.site-footer__col--pages ul li:first-child {
    border-top: 1px solid #555;
}

.site-footer__col--pages ul li a {
    display: block;
    padding: 10px 0;
    color: #bfbfbf;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 14px;
}

.site-footer__col--pages ul li a::before {
    content: '> ';
    color: #bfbfbf;
}

.site-footer__col--pages ul li a:hover {
    color: #fff;
}

.site-footer__col--pages ul li a:hover::before {
    color: #fff;
}

/* Bottom bar */
.site-footer__bottom {
    background-color: #111;
    padding: 16px 0;
}

.site-footer__bottom .site-footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo GP sub Facebook (coloana stânga) */
.site-footer__logos-row {
    background-color: #2e2e2e;
    padding: 30px 0;
    border-top: 1px solid #444;
}

.site-footer__logos-row .site-footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer__logos-gp img {
    display: block;
    width: 180px;
    height: auto;
}

.site-footer__logos-anpc img {
    display: block;
    width: 200px;
    height: auto;
}

@media (max-width: 768px) {
    .site-footer__main .site-footer__container {
        flex-direction: column;
    }
    .site-footer__col--pages {
        width: 100%;
    }
    .site-footer__bottom .site-footer__container {
        flex-direction: column;
        text-align: center;
    }
}

.site-footer__copy {
    margin: 0;
    font-size: 13px;
    color: #aaa;
    text-align: center;
    flex: 1;
}

.site-footer__sep {
    margin: 0 8px;
    color: #555;
}

.site-footer__anpc-link {
    color: #ccc;
    text-decoration: underline;
}

.site-footer__anpc-link:hover {
    color: #fff;
}

.site-footer__bottom-anpc img {
    display: block;
}

@media (max-width: 768px) {
    .site-footer__main .site-footer__container {
        flex-direction: column;
    }
    .site-footer__col--pages {
        width: 100%;
    }
    .site-footer__bottom .site-footer__container {
        flex-direction: column;
        text-align: center;
    }
}
