body{padding-bottom:40px;} .card-title{font-weight:700;} .price{font-weight:700;}
/* Fondo degradado del hero */
.bg-gradient {
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.hero-wave {
    height: 80px;
    background: radial-gradient(120% 100% at 50% -10%, rgba(62,106,255,0.12) 0%, rgba(62,106,255,0) 70%);
    pointer-events: none;
}

.icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 22px;
}

.check-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 3px rgba(22,163,74,.15) inset;
    position: relative;
}

    .check-icon::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 2px;
        width: 6px;
        height: 10px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        transform: rotate(45deg);
    }

.step-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3b82f6;
    margin-top: .45rem;
}

.rounded-top-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.hover-lift {
    transition: transform .2s ease, box-shadow .2s ease;
}

    .hover-lift:hover {
        transform: translateY(-3px);
        box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
    }
/* Navbar pro */
.nuv-navbar {
    backdrop-filter: saturate(120%) blur(4px);
}

.navbar .nav-link {
    padding: .5rem .75rem;
    color: #334155;
}

    .navbar .nav-link:hover, .navbar .nav-link.active {
        color: #0d6efd;
    }

.navbar .dropdown-menu {
    border-radius: .75rem;
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
}

/* Marca */
.brand-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0d6efd;
    display: inline-block;
}

/* Botón cerrar sesión en navbar */
.navbar .btn.btn-outline-secondary.btn-sm {
    padding: .375rem .75rem;
}

/* Footer links */
footer .link-secondary {
    text-decoration: none;
}

    footer .link-secondary:hover {
        text-decoration: underline;
    }
.brand-logo {
    height: 34px;
    width: auto;
    display: block;
}

@media (min-width: 992px) {
    .brand-logo {
        height: 38px;
    }
}

.nuv-navbar {
    backdrop-filter: saturate(120%) blur(4px);
}

.navbar .nav-link {
    padding: .5rem .75rem;
    color: #334155;
}

    .navbar .nav-link:hover, .navbar .nav-link.active {
        color: #0d6efd;
    }

.navbar .dropdown-menu {
    border-radius: .75rem;
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
}