/* ==========================================
   RESPONSIVE DISPLAY RULES
   ========================================== */
.r-show-mob {
    display: none !important;
}
.r-hide-mob {
    display: flex !important;
}

@media (max-width: 768px) {
    .r-show-mob {
        display: flex !important;
    }
    .r-hide-mob {
        display: none !important;
    }
}

/* ==========================================
   MOBILE DRAWER & OVERLAY
   ========================================== */
.mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
}

.mobile-drawer {
    background: #0D0D0F;
    width: 82%;
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.brand-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-group-lg {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-logo {
    height: 40px;
    width: 40px;
    border-radius: 9px;
    object-fit: cover;
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.header-logo {
    height: 52px;
    width: 52px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-title-sm {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #F4EFE2;
}

.brand-subtitle-sm {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #D4AF37;
}

.brand-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #F4EFE2;
}

.brand-subtitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 10.5px;
    letter-spacing: 3.5px;
    color: #D4AF37;
}

.btn-close-drawer {
    background: none;
    border: none;
    cursor: pointer;
    color: #8F8C84;
    padding: 6px;
    line-height: 0;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.mobile-nav-item {
    color: #D8D5CC;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-drawer-footer {
    padding: 20px 20px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* ==========================================
   HEADER & NAVIGATION
   ========================================== */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(11, 11, 12, 0.78);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.r-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.desktop-nav {
    align-items: center;
    gap: 30px;
}

.desktop-nav-link {
    color: #C9C6BD;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.desktop-nav-link.active {
    color: #D4AF37;
    font-weight: 700;
}

.desktop-actions {
    align-items: center;
    gap: 14px;
}

.mobile-actions {
    align-items: center;
    gap: 10px;
}

/* ==========================================
   BUTTONS & LANGUAGE SWITCHER
   ========================================== */
.lang-switcher {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 999px;
    padding: 5px;
}

.lang-switcher.drawer-align {
    align-self: flex-start;
}

.lang-btn {
    background: transparent;
    color: #8F8C84;
    border: none;
    border-radius: 999px;
    padding: 7px 15px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.lang-btn.active {
    background:linear-gradient(135deg,#E8C96A,#C9912F);
    color: #1A1305;
}

.btn-whatsapp-drawer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #E8C96A, #C9912F);
    color: #1A1305;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 15px;
    border-radius: 13px;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.28);
}

.btn-whatsapp-desktop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #E8C96A, #C9912F);
    color: #1A1305;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 20px;
    border-radius: 999px;
    box-shadow: 0 8px 26px rgba(212, 175, 55, 0.28);
}

.btn-whatsapp-icon-mob {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #E8C96A, #C9912F);
    border-radius: 11px;
    flex-shrink: 0;
}

.btn-hamburger {
    background: none;
    border: none;
    cursor: pointer;
    color: #ECEAE4;
    padding: 6px;
    line-height: 0;
    border-radius: 8px;
}


/* ============================== */
/* ========== FOOTER STYLES ===== */
/* ============================== */
.site-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 32px 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 48px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Brand Section */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo {
    height: 48px;
    width: 48px;
    border-radius: 11px;
    object-fit: cover;
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.footer-brand-title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #F4EFE2;
    letter-spacing: 0.5px;
}

.footer-company-name {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #F4EFE2;
    margin-bottom: 4px;
}

.footer-company-reg {
    font-size: 14px;
    color: #8F8C84;
}

.footer-address {
    font-style: normal;
    font-size: 15px;
    color: #B7B4AB;
    line-height: 1.85;
}

/* Column Titles */
.footer-heading {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #D4AF37;
    letter-spacing: 0.3px;
    margin: 0;
}

/* Links & Hover states */
.footer-link {
    font-size: 15px;
    color: #B7B4AB;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #D4AF37;
}

.footer-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 20px;
    text-align: center;
}

.footer-copyright {
    font-size: 13px;
    color: #6F6C65;
}

/* ===================== */
/* Back to Top Container */
/* ===================== */
.back-to-top-wrapper {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}

/* Back to Top Button */
.btn-back-to-top {
    background: linear-gradient( #F1D982, #C9912F);
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.3) !important;
}

[x-cloak] {
    display: none !important;
}


/* Custom Animations */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes floaty {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.animate-shimmer {
    background: linear-gradient(90deg, #F1D982, #C9912F, #F1D982);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 6s linear infinite;
}

.animate-floaty {
    animation: floaty 7s ease-in-out infinite;
}

/* Custom Component Classes */
.bg-gold-gradient {
    background: linear-gradient(135deg, #E8C96A, #C9912F);
}

.card-dark {
    background: linear-gradient(180deg, #141416, #101012);
    border: 1px solid rgba(255, 255, 255, 0.07);

    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
    will-change: transform;
    backface-visibility: hidden;
}

.card-dark:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 175, 85, 0.4);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.5);
}
