/* One premium, consistent footer for every page. */
.site-footer { padding: 58px 0 25px; background: radial-gradient(circle at 12% 0, rgba(124,58,237,.35), transparent 31%), linear-gradient(135deg, #17062f, #29104f 62%, #19174c); color: #e9e1f5; }
.site-footer .container { width: min(91%, 1240px); }
.shared-footer-grid { display: grid; grid-template-columns: 1.12fr 1.06fr .78fr; align-items: start; gap: 56px; }
.shared-footer-grid > * { text-align: left; }
.shared-footer-brand .logo { display: inline-flex; color: #fff; text-decoration: none; }
.shared-footer-brand .logo-box { position: relative; width: 46px; height: 46px; overflow: hidden; border-radius: 14px; background: linear-gradient(145deg, #35106d, #6d28d9 55%, #9b6bff); box-shadow: 0 9px 18px rgba(9,2,33,.3), inset 0 1px rgba(255,255,255,.28); color: #fff; }
.shared-footer-brand .logo-box::before { position: absolute; top: -38%; right: -30%; width: 80%; height: 80%; border-radius: 50%; background: rgba(255,255,255,.18); content: ''; }
.shared-footer-brand .logo-box::after { position: absolute; inset: 4px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: inherit; color: #fff; content: 'DA'; font-family: Poppins, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: -1px; text-shadow: 0 2px 4px rgba(28,4,68,.28); }
.shared-footer-brand .logo-box i { display: none; }
.shared-footer-brand .logo h2 { color: #fff; font-size: 1.05rem; }
.shared-footer-brand .logo p { color: #cfc3e2; font-size: .7rem; }
.shared-footer-brand > p { max-width: 330px; margin-top: 17px; color: #c9bed8; font-size: .82rem; line-height: 1.72; }
.shared-footer-support { display: flex; align-items: center; gap: 10px; margin-top: 19px; color: #eee9f7; font-size: .76rem; }
.shared-footer-support i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; background: rgba(255,255,255,.12); color: #cfc0ff; }
.shared-footer-heading { display: block; margin: 5px 0 16px; color: #cfc0ff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.shared-footer-nav { display: grid; grid-template-columns: repeat(2, minmax(112px, 1fr)); gap: 10px 24px; }
.shared-footer-nav a { color: #dfd6ea; font-size: .8rem; text-decoration: none; }
.shared-footer-nav a:hover { color: #fff; }
.shared-footer-social { display: flex; gap: 9px; }
.shared-footer-social a { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.08); color: #fff; text-decoration: none; transition: .2s; }
.shared-footer-social a:hover { transform: translateY(-3px); background: #6d28d9; }
.shared-footer-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 13px 16px; border-radius: 11px; background: #fff; color: #51209d; font-size: .78rem; font-weight: 800; text-decoration: none; }
.shared-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #bcb1cc; font-size: .7rem; line-height: 1.65; }
.shared-footer-bottom p:last-child { max-width: 620px; }
.site-footer #topBtn { position: static; display: inline-flex !important; width: 38px; height: 38px; flex: 0 0 38px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.1); box-shadow: none; color: #fff; font-size: .78rem; }
.site-footer #topBtn:hover { transform: translateY(-2px); background: rgba(255,255,255,.18); }
@media (max-width: 800px) { .shared-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; } .shared-footer-brand { grid-column: 1 / -1; } }
@media (max-width: 576px) { .site-footer { padding: 44px 0 24px; } .shared-footer-grid { grid-template-columns: 1fr; gap: 24px; } .shared-footer-brand { grid-column: auto; text-align: left; } .shared-footer-brand > p { margin-top: 14px; font-size: .73rem; } .shared-footer-support { margin-top: 15px; } .shared-footer-heading { margin-bottom: 10px; text-align: left; } .shared-footer-nav { gap: 8px 14px; } .shared-footer-nav a { display: flex; align-items: center; min-height: 35px; padding: 7px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(255,255,255,.05); font-size: .7rem; } .shared-footer-nav a:last-child { grid-column: 1 / -1; justify-content: center; } .shared-footer-social { justify-content: flex-start; } .shared-footer-cta { width: 100%; justify-content: center; margin-top: 15px; } .shared-footer-bottom { display: grid; grid-template-columns: minmax(0,1fr) 38px; gap: 10px 14px; margin-top: 27px; font-size: .62rem; text-align: left; } .shared-footer-bottom p:first-child { grid-column: 1 / -1; } .shared-footer-bottom p:last-child { grid-column: 1; } .site-footer #topBtn { grid-column: 2; grid-row: 2; align-self: start; } }
