.brand-logo{width:244px;height:52px;object-fit:contain}
.site-footer .brand-logo{filter:grayscale(1) brightness(0) invert(1)}
.category-card{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.category-card p{flex:1}
.category-icon{display:grid;place-items:center;width:52px;height:52px;overflow:hidden;border-radius:15px;background:#e6f4f2}
.category-icon img{width:40px;height:40px;object-fit:contain}
.dge-invite{position:fixed;right:22px;bottom:22px;z-index:260;width:min(520px,calc(100vw - 32px));padding:30px 56px 30px 30px;border-radius:24px;background:var(--navy);color:#fff;box-shadow:0 26px 90px rgba(6,22,43,.34);animation:dge-in .35s ease-out}
.dge-invite[hidden]{display:none}
.dge-invite .eyebrow{color:#81e0d6}
.dge-invite h2{margin:0 0 8px;font-size:clamp(1.55rem,3vw,2rem);line-height:1.15}
.dge-invite p{margin:0 0 20px;color:#dbe7ec}
.dge-invite-close{position:absolute;top:12px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:1.5rem;line-height:1}
.dge-invite-close:hover{background:rgba(255,255,255,.2)}
@keyframes dge-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media (max-width:700px){.brand-logo{width:185px;height:auto}.dge-invite{right:12px;bottom:12px;width:calc(100vw - 24px);padding:26px 48px 26px 24px;border-radius:20px}.footer-bottom{align-items:flex-start}.category-icon{width:48px;height:48px}}
@media (prefers-reduced-motion:reduce){.dge-invite{animation:none}}
