/* ========== LUXURY FOOTER ========== */
.hbe-footer {
    background: linear-gradient(180deg, #0B1B36 0%, #0A192F 100%);
    color: #e2e8f0;
    padding: 4rem 0 0;
    font-family: 'rabar_021', 'Segoe UI', sans-serif;
    position: relative;
    overflow: hidden;
}
.hbe-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(212,175,55,0.06) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 100%, rgba(212,175,55,0.04) 0%, transparent 50%);
    pointer-events: none;
}
.hbe-footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}
.hbe-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(212,175,55,0.15);
}
@media (min-width: 640px) {
    .hbe-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .hbe-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
}
.hbe-footer-col { display: flex; flex-direction: column; gap: 1rem; }
.hbe-footer-brand {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #D4AF37;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.25rem;
}
.hbe-footer-brand:hover { color: #f0d878; }
.hbe-footer-logo-img {
    height: 60px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    filter: drop-shadow(0 2px 8px rgba(212,175,55,0.15));
    transition: transform 0.3s ease, filter 0.3s ease;
}
.hbe-footer-brand:hover .hbe-footer-logo-img {
    transform: scale(1.03);
    filter: drop-shadow(0 4px 14px rgba(212,175,55,0.25));
}
.hbe-footer-tagline {
    font-size: 0.92rem;
    line-height: 1.8;
    color: #94a3b8;
    max-width: 320px;
    margin: 0;
}
.hbe-footer-desc {
    font-size: 0.92rem;
    line-height: 1.8;
    color: #94a3b8;
    max-width: 320px;
}
.hbe-footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0.6rem;
}
.hbe-footer-heading::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37, transparent);
    border-radius: 2px;
}
.hbe-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.hbe-footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.92rem;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.hbe-footer-links a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D4AF37;
    opacity: 0.5;
    transition: opacity 0.25s ease;
    flex-shrink: 0;
}
.hbe-footer-links a:hover {
    color: #D4AF37;
    padding-right: 0.25rem;
}
.hbe-footer-links a:hover::before { opacity: 1; }
.hbe-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #94a3b8;
    font-size: 0.92rem;
    text-decoration: none;
    transition: color 0.25s ease;
}
.hbe-footer-contact-item:hover { color: #D4AF37; }
.hbe-footer-support-horizontal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.25rem;
}
.hbe-footer-support-horizontal li {
    position: relative;
}
.hbe-footer-support-horizontal li:not(:last-child)::after {
    content: '•';
    position: absolute;
    left: -0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #D4AF37;
    font-size: 0.7rem;
    opacity: 0.7;
}
[dir="rtl"] .hbe-footer-support-horizontal li:not(:last-child)::after {
    left: auto;
    right: -0.85rem;
}
.hbe-footer-support-horizontal a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.25s ease;
    display: inline-block;
    padding: 0.2rem 0;
}
.hbe-footer-support-horizontal a:hover { color: #D4AF37; }
.hbe-footer-phone-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.hbe-footer-phone-label {
    font-size: 0.78rem;
    color: #D4AF37;
    background: rgba(212,175,55,0.1);
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    margin-inline-start: auto;
    border: 1px solid rgba(212,175,55,0.2);
    white-space: nowrap;
}
.hbe-footer-contact-item svg {
    width: 18px;
    height: 18px;
    fill: #D4AF37;
    flex-shrink: 0;
}
.hbe-footer-socials {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}
.hbe-footer-social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(212,175,55,0.2);
    color: #e2e8f0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hbe-footer-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.3s ease;
}
.hbe-footer-social:hover {
    background: rgba(212,175,55,0.12);
    border-color: rgba(212,175,55,0.5);
    color: #D4AF37;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212,175,55,0.15);
}
.hbe-footer-social:hover svg { transform: scale(1.1); }
.hbe-footer-bottom {
    padding: 1.25rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.hbe-footer-bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}
@media (min-width: 640px) {
    .hbe-footer-bottom-inner {
        flex-direction: row;
        justify-content: space-between;
    }
}
.hbe-footer-copy {
    font-size: 0.85rem;
    color: #64748b;
}
.hbe-footer-legal {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
}
.hbe-footer-legal a {
    font-size: 0.85rem;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.25s ease;
}
.hbe-footer-legal a:hover { color: #D4AF37; }
