@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800&display=swap";
.rzp-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);background:#0a0a129e;justify-content:center;align-items:center;padding:1.25rem;animation:.25s ease-out rzp-fade-in;display:flex;position:fixed;inset:0}@keyframes rzp-fade-in{0%{opacity:0}to{opacity:1}}.rzp-modal{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;background:#fff;border-radius:22px;width:100%;max-width:460px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) rzp-slide-up;overflow-y:auto;box-shadow:0 32px 64px -16px #00000047,0 12px 24px -8px #0000001f,0 0 0 1px #ffffff8c}.rzp-modal::-webkit-scrollbar{width:5px}.rzp-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}@keyframes rzp-slide-up{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.rzp-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;display:flex}.rzp-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .2rem;font-family:Inter,sans-serif;font-size:1.35rem;font-weight:800;line-height:1.2}.rzp-subtitle{color:#6b7280;margin:0;font-size:.8125rem;font-weight:500}.rzp-close-btn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:-6px;margin-right:-6px;transition:background .2s,color .2s;display:flex}.rzp-close-btn:hover{color:#111827;background:#e5e7eb}.rzp-body{padding:0 1.5rem}.rzp-item-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.65rem 0;display:flex}.rzp-item-row:last-of-type{border-bottom:none}.rzp-item-main{flex-direction:column;gap:2px;display:flex}.rzp-item-name{color:#1f2937;font-size:.875rem;font-weight:600}.rzp-item-qty{color:#9ca3af;font-size:.75rem;font-weight:500}.rzp-item-price{color:#ff6b35;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700}.rzp-divider{background:linear-gradient(90deg,#0000 0%,#e5e7eb 20% 80%,#0000 100%);height:1px;margin:.75rem 0}.rzp-total-row{justify-content:space-between;align-items:center;padding:.25rem 0;display:flex}.rzp-total-label{color:#0f172a;letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.rzp-total-value{color:#ff6b35;letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800}.rzp-notice{color:#6b7280;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;align-items:center;gap:.4rem;margin:.875rem 0;padding:.625rem .85rem;font-size:.75rem;display:flex}.rzp-footer{flex-direction:column;gap:.625rem;padding:1rem 1.5rem 1.5rem;display:flex}.rzp-pay-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#ff6b35 0%,#ff8551 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.95rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:box-shadow .25s,transform .25s;display:flex;box-shadow:0 6px 20px -4px #ff6b3566}.rzp-pay-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px -4px #ff6b3580}.rzp-pay-btn:active:not(:disabled){transform:translateY(0)}.rzp-pay-btn--disabled,.rzp-pay-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.rzp-spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.55s linear infinite rzp-spin}@keyframes rzp-spin{to{transform:rotate(360deg)}}.rzp-cancel-btn{color:#6b7280;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:14px;width:100%;padding:.7rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:border-color .2s,color .2s,background .2s}.rzp-cancel-btn:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}@media (max-width:480px){.rzp-overlay{padding:0}.rzp-modal{border-radius:0;height:100vh;max-height:none}.rzp-header{padding:1.25rem 1.25rem .75rem}.rzp-body{padding:0 1.25rem}.rzp-footer{padding:1rem 1.25rem 1.75rem}.rzp-title{font-size:1.2rem}.rzp-total-value{font-size:1.15rem}}
:root{--gold-primary:#c9a55c;--gold-dark:#b08d44;--gold-light:#dfc185;--navy-premium:#0f172a;--slate-luxury:#1e293b;--white-pure:#fff;--parrot-green:#3cb371;--header-height:80px;--border-radius:16px;--transition-premium:all .5s cubic-bezier(.19, 1, .22, 1);--shadow-luxury:0 10px 40px #00000014}@media (max-width:1024px){:root{--header-height:70px}}@media (max-width:768px){:root{--header-height:60px}}.header-appbar{-webkit-backdrop-filter:blur(20px)!important;box-shadow:var(--shadow-luxury)!important;height:var(--header-height)!important;z-index:9999!important;width:100%!important;transition:var(--transition-premium)!important;background:#fff!important;border-bottom:1px solid #c9a55c26!important;justify-content:center!important;padding:0!important;display:flex!important;top:0!important;left:0!important;right:0!important}.header-toolbar{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;display:flex;height:100%!important;padding:0!important}.header-left{align-items:center;gap:0;display:flex}.header-hamburger{margin-right:8px;color:var(--navy-premium)!important;transition:var(--transition-premium)!important;border-radius:10px!important;font-size:1.5rem!important;display:none!important}.header-hamburger:hover{color:var(--gold-primary)!important;background:#c9a55c1a!important}.logo-container{transition:var(--transition-premium);flex-direction:column;justify-content:center;align-items:center;gap:0;text-decoration:none;display:flex}.logo-container:hover{transform:translateY(-2px)}.logo-box{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #3cb37133;background:linear-gradient(135deg,#3cb371 0%,#2d8659 100%)!important;border-radius:10px!important;padding:6px 16px!important}.logo-box:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 100%);position:absolute;inset:0}.logo-text{z-index:1;position:relative;color:#fff!important;letter-spacing:-.03em!important;text-transform:capitalize!important;margin:0!important;font-family:Playfair Display,serif!important;font-size:1.3rem!important;font-weight:800!important}.siva-group-text{color:var(--gold-primary);letter-spacing:.14em;text-transform:uppercase;text-align:center;background:#c9a55c14;border-radius:4px;margin-top:1px;padding:2px 6px;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;line-height:1;display:inline-block}.header-center{align-items:center;gap:.5rem;display:flex}.nav-link{letter-spacing:.05em;transition:var(--transition-premium);border-radius:8px;padding:.6rem 1.2rem;text-decoration:none;position:relative;color:var(--navy-premium)!important;text-transform:uppercase!important;font-family:Inter,sans-serif!important;font-size:.85rem!important;font-weight:600!important}.nav-link:hover{background:#c9a55c0d;color:var(--gold-primary)!important}.nav-link:after{content:"";background:var(--gold-primary);width:0;height:3px;transition:var(--transition-premium);border-radius:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover:after{width:50%}.dropdown-trigger{color:var(--gold-primary)!important;background:linear-gradient(135deg,#c9a55c1a 0%,#c9a55c0d 100%)!important;border:1px solid #c9a55c33!important;font-weight:700!important}.header-right{align-items:center;gap:1rem;display:flex}.whatsapp-btn{color:#fff!important;width:44px!important;min-width:44px!important;height:44px!important;transition:var(--transition-premium)!important;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;padding:0!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 14px #25d36659!important}.whatsapp-btn:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px #25d36673!important}.whatsapp-number{display:none}.auth-btn{text-transform:uppercase!important;letter-spacing:.05em!important;transition:var(--transition-premium)!important;border-radius:50px!important;padding:10px 24px!important;font-size:.8rem!important;font-weight:700!important}.login-btn{border:2px solid var(--gold-primary)!important;color:var(--gold-primary)!important;background:0 0!important}.login-btn:hover{background:var(--gold-primary)!important;color:#fff!important;transform:translateY(-3px)!important;box-shadow:0 8px 25px #c9a55c4d!important}.user-name-btn{border:1px solid var(--gold-primary)!important;color:var(--navy-premium)!important;background:#c9a55c1a!important}@media (max-width:768px){.header-center{display:none!important}.header-left{align-items:center!important;gap:8px!important;display:flex!important}.logo-container{flex-direction:row!important;align-items:center!important;gap:6px!important;height:100%!important;display:flex!important}.logo-box{padding:5px 10px!important}.logo-text{font-size:.95rem!important}.siva-group-text{margin-top:0!important;padding:1px 4px!important;font-size:.52rem!important}.header-hamburger{margin-right:8px;color:var(--navy-premium)!important;transition:var(--transition-premium)!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;font-size:1.5rem!important;display:flex!important}.header-hamburger:hover{color:var(--gold-primary)!important;background:#c9a55c1a!important}}.elegant-menu .MuiPaper-root{border:1px solid #c9a55c33!important;border-radius:16px!important;box-shadow:0 20px 40px #0000001a!important}.mobile-drawer-backdrop{-webkit-backdrop-filter:blur(4px);background:#0f172a8c!important}.mobile-drawer-paper{background:linear-gradient(#fff 0%,#fafbfc 100%)!important;border-top-right-radius:24px!important;border-bottom-right-radius:24px!important;width:min(300px,82vw)!important;padding:0!important;transition:transform .35s cubic-bezier(.16,1,.3,1)!important;overflow-x:hidden!important;box-shadow:4px 0 40px #0000001f!important}.mobile-drawer-header{background:linear-gradient(135deg,#c9a55c14 0%,#c9a55c08 100%);border-bottom:1px solid #c9a55c1f;justify-content:space-between;align-items:center;padding:22px 20px 16px;display:flex}.mobile-drawer-brand{flex-direction:column;gap:2px;display:flex}.mobile-drawer-logo{color:var(--parrot-green)!important;letter-spacing:-.02em!important;font-family:Playfair Display,serif!important;font-size:1.25rem!important;font-weight:800!important;line-height:1.2!important}.mobile-drawer-brand-sub{color:var(--gold-primary);letter-spacing:.14em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.6rem;font-weight:600;line-height:1}.mobile-drawer-close-btn{color:var(--slate-luxury)!important;transition:var(--transition-premium)!important;border-radius:12px!important}.mobile-drawer-close-btn:hover{transform:rotate(90deg);background:#c9a55c1f!important}.mobile-drawer-list{padding:10px 12px}.mobile-drawer-item{margin-bottom:2px;border-radius:12px!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important}.mobile-drawer-item:hover,.mobile-drawer-item:active{background:linear-gradient(135deg,#c9a55c1a 0%,#c9a55c0a 100%)!important}.mobile-drawer-item .MuiListItemText-primary{color:var(--slate-luxury);letter-spacing:.01em;font-size:.9375rem!important;font-weight:600!important}.mobile-drawer-item-icon{min-width:36px!important;color:var(--gold-primary)!important}.mobile-drawer-services-btn{margin-bottom:6px;background:linear-gradient(135deg,#c9a55c24 0%,#c9a55c0f 100%)!important}.mobile-drawer-nri-btn{margin-bottom:6px;background:linear-gradient(135deg,#3cb37124 0%,#3cb3710f 100%)!important}.mobile-drawer-submenu{opacity:0;background:#c9a55c0a;border-radius:12px;max-height:0;margin:0 0 8px;padding:4px 0 4px 16px;transition:max-height .3s ease-out;overflow:hidden}.mobile-drawer-submenu.open{opacity:1;max-height:400px}.mobile-drawer-subitem .MuiListItemButton-root{border-radius:8px}.mobile-drawer-subitem .MuiListItemText-primary{color:var(--text-muted);font-size:.8125rem!important;font-weight:500!important}.mobile-drawer-divider{border-color:#c9a55c26!important;margin:8px 16px!important}.mobile-drawer-actions{flex-direction:column;gap:12px;padding:16px 20px 28px;display:flex}.mobile-drawer-contact{background:linear-gradient(135deg,#25d36614 0%,#128c3e0a 100%);border:1px solid #25d3662e;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:flex}.mobile-drawer-contact-label{color:#16a34a;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.mobile-drawer-contact-link{color:#16a34a;font-size:.8rem;font-weight:700;text-decoration:none}.mobile-drawer-contact-link:hover{color:#15803d}.mobile-drawer-auth-btn{letter-spacing:.02em!important;text-transform:none!important;border-radius:14px!important;padding:13px!important;font-size:.875rem!important;font-weight:700!important}.mobile-drawer-login-btn{background:linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-dark) 100%)!important;color:#fff!important;box-shadow:0 4px 16px #c9a55c59!important}.mobile-drawer-login-btn:hover{background:linear-gradient(135deg, var(--gold-dark) 0%, #9a7735 100%)!important}.mobile-drawer-logout-btn{border:1.5px solid var(--gold-primary)!important;color:var(--slate-luxury)!important;background:#c9a55c14!important}.nri-menu .MuiPaper-root{-webkit-backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#fffffffa 0%,#fafbfcf2 100%)!important;border:2px solid #3cb37133!important;border-radius:16px!important;box-shadow:0 20px 50px #3cb37126,0 4px 16px #00000014!important}.nri-menu-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:8px!important;padding:12px!important;display:grid!important}.nri-menu-item{color:var(--navy-premium)!important;background:#3cb3710d!important;border-left:3px solid #0000!important;border-radius:12px!important;padding:12px 16px!important;font-weight:600!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important}.nri-menu-item:hover{border-left-color:var(--parrot-green)!important;color:var(--parrot-green)!important;background:linear-gradient(135deg,#3cb37126 0%,#3cb37114 100%)!important;transform:translate(4px)!important}.nri-menu-item:active{background:#3cb37140!important;box-shadow:inset 0 2px 8px #3cb37133!important}@media (max-width:599px){.header-toolbar{min-height:var(--header-height)!important;gap:6px!important;padding:0 12px!important}.logo-box{border-radius:10px!important;padding:5px 10px!important}.logo-text{font-size:1.05rem!important}.siva-group-text{font-size:.52rem!important}.header-right{gap:4px!important;margin-left:auto!important}.whatsapp-btn{width:38px!important;min-width:38px!important;height:38px!important}.whatsapp-btn svg{font-size:1.2rem!important}.auth-btn{border-radius:50px!important;padding:6px 12px!important;font-size:.7rem!important}.cart-btn{width:36px!important;height:36px!important}}@media (max-width:390px){.logo-text{font-size:.85rem!important}.siva-group-text{padding:1px 3px!important;font-size:.46rem!important}.auth-btn{padding:5px 9px!important;font-size:.6rem!important}.mobile-drawer-auth-btn{padding:11px!important;font-size:.8rem!important}}@media (min-width:600px) and (max-width:1023px){.logo-text{font-size:1.25rem!important}.siva-group-text{font-size:.6rem}.nav-link{padding:.4rem .7rem!important;font-size:.75rem!important}.auth-btn{padding:8px 14px!important;font-size:.7rem!important}.whatsapp-btn{width:40px!important;min-width:40px!important;height:40px!important}}
:root{--footer-bg:#0f172a;--footer-bg-light:#1e293b;--footer-accent:#ff6b35;--footer-accent-light:#ff8f5a;--footer-gold:#c9a55c;--footer-text-primary:#fff;--footer-text-secondary:#cbd5e1;--footer-text-muted:#94a3b8;--footer-border:#ffffff14;--footer-divider:#ffffff0d;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--footer-shadow:0 -4px 20px #00000026;--transition-smooth:all .3s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s cubic-bezier(.4, 0, .2, 1)}.footer-elegant-container{background:var(--footer-bg);color:var(--footer-text-primary);border-top:1px solid var(--footer-border);box-shadow:var(--footer-shadow);padding:3.5rem 0 1.5rem;position:relative;overflow:hidden}.footer-elegant-container:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 30%,#ff6b350a 0%,#0000 40%),radial-gradient(circle at 80% 70%,#c9a55c08 0%,#0000 40%);position:absolute;inset:0}.footer-main-content{z-index:1;margin-bottom:2rem;position:relative}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-brand-header{flex-direction:column;gap:.5rem;display:flex}.footer-logo{transition:transform var(--transition-smooth);text-decoration:none;display:inline-block}.footer-logo:hover{transform:translateY(-2px)}.footer-company-name{font-family:var(--font-display)!important;color:var(--footer-text-primary)!important;letter-spacing:-.02em!important;font-size:1.375rem!important;font-weight:800!important;line-height:1.15!important}.footer-accent-line{background:var(--footer-gold);border-radius:1px;width:40px;height:2px}.footer-description{opacity:.9;margin-top:.5rem;font-family:var(--font-body)!important;color:var(--footer-text-secondary)!important;font-size:.875rem!important;line-height:1.7!important}.footer-social{gap:.75rem;margin-top:.5rem;display:flex}.footer-social-btn{color:var(--footer-text-secondary)!important;border:1px solid var(--footer-border)!important;transition:var(--transition-smooth)!important;background:#ffffff0d!important;border-radius:10px!important;width:36px!important;height:36px!important}.footer-social-btn:hover{transform:translateY(-3px);box-shadow:0 6px 16px #c9a55c4d;background:var(--footer-gold)!important;color:var(--footer-bg)!important;border-color:var(--footer-gold)!important}.footer-section-title{text-transform:uppercase;letter-spacing:.1em;padding-bottom:.5rem;position:relative;font-family:var(--font-body)!important;color:var(--footer-text-primary)!important;margin-bottom:1.5rem!important;font-size:1rem!important;font-weight:700!important}.footer-section-title:after{content:"";background:var(--footer-gold);border-radius:1px;width:32px;height:2px;position:absolute;bottom:0;left:0}.footer-link-list{flex-direction:column;gap:.75rem;display:flex}.footer-elegant-link{transition:var(--transition-smooth);align-items:center;gap:.5rem;padding:.25rem 0;text-decoration:none;display:inline-flex;font-family:var(--font-body)!important;color:var(--footer-text-secondary)!important;font-size:.875rem!important;font-weight:500!important}.footer-elegant-link:before{content:"→";opacity:0;transition:var(--transition-fast);color:var(--footer-gold);font-size:.75rem;transform:translate(-4px)}.footer-elegant-link:hover{padding-left:.5rem;color:var(--footer-text-primary)!important}.footer-elegant-link:hover:before{opacity:1;transform:translate(0)}.footer-contact-info{flex-direction:column;gap:1.25rem;display:flex}.footer-contact-item{align-items:flex-start;gap:1rem;display:flex}.footer-contact-icon{transition:var(--transition-fast);flex-shrink:0;margin-top:3px;color:var(--footer-gold)!important;font-size:1.125rem!important}.footer-contact-item:hover .footer-contact-icon{transform:scale(1.15);color:var(--footer-accent-light)!important}.footer-contact-text{line-height:1.6;color:var(--footer-text-secondary)!important}.footer-link-text{transition:color var(--transition-fast);text-decoration:none;color:var(--footer-text-secondary)!important;font-family:var(--font-body)!important;font-size:.875rem!important}.footer-link-text:hover{color:var(--footer-text-primary)!important}.footer-hours{flex-direction:column;gap:.75rem;display:flex}.footer-hour-row{justify-content:space-between;align-items:center;display:flex}.footer-hour-label{opacity:.8;color:var(--footer-text-secondary)!important}.footer-hour-value{font-weight:600;color:var(--footer-gold)!important}.footer-bottom-bar{border-top:1px solid var(--footer-divider);z-index:1;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex;position:relative}.footer-copyright{font-family:var(--font-body)!important;color:var(--footer-text-muted)!important;letter-spacing:.05em!important;font-size:.75rem!important;line-height:1.6!important}.footer-legal-links{gap:2rem;display:flex}.footer-legal-links a{letter-spacing:.08em;transition:color var(--transition-fast);text-transform:uppercase;text-decoration:none;position:relative;font-family:var(--font-body)!important;color:var(--footer-text-muted)!important;font-size:.75rem!important}.footer-legal-links a:hover{color:var(--footer-text-primary)!important}.scroll-top-btn{flex-shrink:0;background:linear-gradient(135deg, var(--footer-gold) 0%, var(--footer-accent) 100%)!important;color:var(--footer-bg)!important;width:40px!important;height:40px!important;transition:var(--transition-smooth)!important;border-radius:12px!important;box-shadow:0 4px 12px #c9a55c4d!important}.scroll-top-btn:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #c9a55c66!important}@media (max-width:1200px){.footer-main-content{max-width:1140px;margin-left:auto;margin-right:auto}}@media (max-width:991px){.footer-elegant-container{padding:3rem 0 1.5rem}.footer-main-content{gap:2.5rem}.footer-brand{margin-bottom:1.5rem}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem;padding-top:1.5rem}.footer-legal-links{gap:1.5rem}}@media (max-width:768px){.footer-elegant-container{padding:2.5rem 0 1.5rem}.footer-main-content{gap:2rem}.footer-section-title{margin-bottom:1.25rem;font-size:.9375rem!important}.footer-description{font-size:.8125rem!important}.footer-contact-info{gap:1rem}.footer-elegant-link{font-size:.8125rem!important}.footer-copyright{font-size:.7rem!important}}@media (max-width:576px){.footer-elegant-container{padding:2rem 0 1.5rem}.footer-main-content{gap:1.75rem}.footer-company-name{font-size:1.25rem!important}.footer-section-title{font-size:.875rem!important}.footer-link-list{gap:.625rem}.footer-elegant-link{font-size:.75rem!important}.footer-bottom-bar{gap:1.25rem}.footer-copyright{letter-spacing:.03em;font-size:.6875rem!important}.footer-legal-links{flex-direction:column;align-items:center;gap:.75rem}.footer-legal-links a{letter-spacing:.05em;font-size:.6875rem!important}}@media (max-width:374px){.footer-company-name{font-size:1.125rem!important}.footer-description{font-size:.75rem!important}.footer-section-title{font-size:.8125rem!important}}.footer-divider{border-color:var(--footer-divider)!important;margin:2rem 0!important}@media (prefers-reduced-motion:reduce){.footer-logo,.footer-social-btn,.footer-elegant-link,.footer-contact-item,.scroll-top-btn{opacity:1!important;transition:none!important;transform:none!important}}.scroll-top-btn:focus-visible{outline-offset:2px;outline:2px solid var(--footer-gold)!important}.footer-elegant-link:focus-visible{outline-offset:2px;outline:2px solid var(--footer-text-secondary)!important}
