:root{--radius:1.25rem}
body.bg-app{background:#f5f7fb}
.card,.btn,.alert,.form-control,.form-select,.badge,.rounded-3,.rounded-4{border-radius:var(--radius)!important}
.hero-card{background:linear-gradient(135deg,#0d6efd,#6f42c1)}
.glass-card{background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.stat-tile,.info-box,.stat-admin{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:1.1rem;padding:1rem}
.cover-img{height:180px;object-fit:cover}
.cover-img-lg{height:100%;min-height:280px;object-fit:cover}
.icon-badge,.avatar-xl{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#e9f2ff;color:#0d6efd;font-size:1.8rem;font-weight:700}
.avatar-xl{width:84px;height:84px;font-size:2rem}
.whatsapp-float{position:fixed;right:18px;bottom:92px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.7rem;z-index:1040;text-decoration:none}
.mobile-nav{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid rgba(0,0,0,.08);display:grid;grid-template-columns:repeat(4,1fr);z-index:1030;padding:.45rem .25rem;box-shadow:0 -6px 20px rgba(0,0,0,.05)}
.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#334155;text-decoration:none;font-size:.72rem;gap:.2rem;padding:.15rem 0}
.mobile-nav a i{font-size:1.1rem}
@media (max-width: 991px){main.container{padding-bottom:7rem!important}}
.wizard-steps{display:flex;gap:.6rem;align-items:center}
.wizard-steps span{width:2rem;height:2rem;border-radius:50%;display:grid;place-items:center;background:#e2e8f0;color:#334155;font-weight:700}
.wizard-steps span.active{background:#0d6efd;color:#fff}
.wizard-steps span.done{background:#198754;color:#fff}
.choice-card{background:#fff;display:flex;align-items:center;gap:.4rem;cursor:pointer}
.choice-card input{transform:scale(1.2)}
.footer-shell{padding-bottom:5rem}
.add-to-cart{min-width:2.5rem}
