.available-day { cursor: pointer; }
.available-day:hover .fc-daygrid-day-frame { background-color: rgba(34, 197, 94, 0.12); }

.fc-day-past { opacity: 0.45; cursor: default; }

.weekday-blocked { cursor: not-allowed; }
.weekday-blocked .fc-daygrid-day-frame { background-color: rgba(107, 114, 128, 0.07); }
.weekday-blocked .fc-daygrid-day-number { color: #9ca3af; }

.legend-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.legend-dot.available { background: #22c55e; }
.legend-dot.booked    { background: #ef4444; }
.legend-dot.blocked   { background: #6b7280; }


/* ── Payment method toggle ── */
.payment-method-btn.active {
    background-color: #212529;
    color: #fff;
    border-color: #212529;
}

/* ── Navbar ── */
.navbar .nav-link,
.navbar .navbar-brand {
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
    color: #7cc47c !important;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #a8dba8 !important;
}

/* ── Footer ── */
.site-footer {
    background-color: #000;
    color: #adb5bd;
    padding: 1rem 0 0.6rem;
    margin-top: 4rem;
}

.footer-bar {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer-brand,
.footer-brand:hover {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer a.footer-brand,
.site-footer a.footer-brand:hover {
    text-decoration: none;
}

.footer-nav {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    flex: 1;
}

.footer-nav a {
    color: #adb5bd;
    text-decoration: none;
    font-size: 0.875rem;
    white-space: nowrap;
    transition: color 0.15s;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-contact,
.footer-contact:hover {
    font-size: 0.8rem;
    color: #adb5bd;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s;
}

.footer-contact:hover {
    color: #fff;
}

.footer-copy {
    font-size: 0.75rem;
    margin: 0.5rem 0 0;
    color: #6c757d;
}
