body {
    background: #f5f7fb;
}
.hero {
    background: linear-gradient(135deg, #0d6efd, #0b3b78);
    color: #fff;
    padding: 90px 0;
}
.card-anuncio img {
    height: 220px;
    object-fit: cover;
}
.badge-estado {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.sidebar-admin {
    min-height: 100vh;
    background: #111827;
}
.sidebar-admin a {
    color: #d1d5db;
    text-decoration: none;
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
}
.sidebar-admin a:hover,
.sidebar-admin a.active {
    background: #1f2937;
    color: #fff;
}
.dashboard-card {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.hero-pro {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.15), transparent 25%),
        linear-gradient(135deg, #0b3b78 0%, #0d6efd 55%, #0f172a 100%);
    color: #fff;
    min-height: 580px;
    display: flex;
    align-items: center;
}

.search-pro-card {
    border-radius: 24px;
}

.category-card {
    background: #fff;
    border-radius: 22px;
    padding: 24px 18px;
    border: 1px solid #eef1f6;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
    transition: all .25s ease;
    text-align: center;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .12);
}

.category-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 18px;
    background: #f3f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.ad-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.ad-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .12) !important;
}

.step-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    border: 1px solid #eef1f6;
}

.step-number {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #0b3b78);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
}

.cta-pro {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
}

.bg-light-subtle {
    background: #f8fafc;
}
.bg-light-subtle {
    background: #f8fafc;
}

.ad-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.ad-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .12) !important;
}
.hero-anuncios {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 25%),
        linear-gradient(135deg, #0b3b78 0%, #0d6efd 60%, #0f172a 100%);
    color: #fff;
}

.hero-anuncios h1 {
    color: #fff;
}

.hero-anuncios .form-control,
.hero-anuncios .form-select {
    border-radius: 12px;
    border: none;
}

.hero-anuncios .btn {
    border-radius: 12px;
}

.hero-icon-box {
    width: 180px;
    height: 180px;
    border-radius: 30px;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    backdrop-filter: blur(6px);
}
.logo-navbar {
    height: 46px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .logo-navbar {
        height: 38px;
    }
}
.navbar-brand img {
    height: 46px !important;
    width: auto !important;
    max-height: 46px;
    object-fit: contain;
}
.footer-pro {
    background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-size: 14px;
    transition: all .2s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all .2s ease;
}

.social-icon:hover {
    background: #0d6efd;
    transform: translateY(-3px);
}
.social-icon:hover .bi-tiktok {
    color: #ff0050;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
    z-index: 9999;
    text-decoration: none;
    transition: all .3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background: #1ebe5d;
}
.navbar-pro {
    background: linear-gradient(90deg, #111827 0%, #1f2937 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
}

.logo-navbar {
    height: 42px;
    width: auto;
    max-width: 190px;
    object-fit: contain;
    display: block;
}

.navbar-pro .nav-link {
    color: rgba(255,255,255,.82);
    font-weight: 500;
    transition: all .2s ease;
    border-radius: 10px;
    padding: .55rem .8rem;
}

.navbar-pro .nav-link:hover,
.navbar-pro .nav-link.active {
    color: #fff;
    background: rgba(255,255,255,.06);
}

.btn-navbar-publish {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(255, 193, 7, .22);
}

.user-dropdown-link {
    color: #fff !important;
    padding: .35rem .6rem !important;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
}

.user-dropdown-link:hover {
    background: rgba(255,255,255,.08);
}

.user-avatar-nav {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,.18);
    background: #fff;
}

.dropdown-user {
    min-width: 240px;
    border-radius: 16px;
    overflow: hidden;
    background: #111827;
}

.dropdown-user .dropdown-item {
    padding: .72rem 1rem;
    color: rgba(255,255,255,.88);
}

.dropdown-user .dropdown-item:hover,
.dropdown-user .dropdown-item.active {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.dropdown-user .dropdown-divider {
    border-color: rgba(255,255,255,.09);
}

@media (max-width: 991.98px) {
    .logo-navbar {
        height: 38px;
        max-width: 170px;
    }

    .navbar-pro .navbar-collapse {
        margin-top: 12px;
        padding: 12px;
        background: rgba(255,255,255,.03);
        border-radius: 16px;
    }

    .btn-navbar-publish {
        width: 100%;
        margin-top: 6px;
    }

    .user-dropdown-link {
        justify-content: flex-start;
    }
}
.admin-stat-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 15px 35px rgba(15, 23, 42, .12);
}

.admin-stat-card .card-body {
    padding: 24px;
}

.admin-stat-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.admin-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    font-size: 22px;
}

.admin-stat-label {
    font-size: 15px;
    font-weight: 600;
    opacity: .95;
}

.admin-stat-value {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.admin-stat-sub {
    font-size: 13px;
    opacity: .85;
}

.stat-users {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.stat-ads {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
}

.stat-pending {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
}

.stat-approved {
    background: linear-gradient(135deg, #15803d 0%, #22c55e 100%);
}

.mini-admin-card {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.mini-admin-card .card-body {
    padding: 22px;
}

.quick-card {
    transition: all .25s ease;
}

.quick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .12);
}

.admin-panel-card {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.admin-panel-card .card-header {
    padding: 22px 22px 10px 22px;
}

.admin-panel-card .card-body {
    padding: 22px;
}

.admin-table thead th {
    font-size: 13px;
    color: #6b7280;
    border-bottom: 1px solid #eef2f7;
}

.admin-table tbody td {
    border-bottom: 1px solid #f1f5f9;
}
/* =========================
   ADMIN LAYOUT FIJO
========================= */

.admin-body {
    margin: 0;
    background: #f3f4f6;
    overflow: hidden;
}

.admin-shell {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* SIDEBAR */
.admin-sidebar {
    width: 230px;
    min-width: 230px;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 8px 0 25px rgba(0,0,0,.08);
    z-index: 1000;
}

.admin-sidebar-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 22px 16px;
}

.admin-brand {
    display: block;
    margin-bottom: 28px;
}

.admin-brand-title {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.admin-brand-sub {
    display: block;
    color: rgba(255,255,255,.6);
    font-size: .82rem;
    margin-top: 4px;
}

.admin-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.82);
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 500;
    transition: all .2s ease;
}

.admin-nav-link i {
    font-size: 1rem;
}

.admin-nav-link:hover,
.admin-nav-link.active {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.admin-nav-link-danger:hover {
    background: rgba(239,68,68,.16);
    color: #fff;
}

/* CONTENIDO */
.admin-main {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: 100vh;
    overflow: hidden;
}

.admin-main-inner {
    height: 100vh;
    overflow-y: auto;
    padding: 28px 24px;
}

/* SCROLL BONITO */
.admin-main-inner::-webkit-scrollbar {
    width: 10px;
}

.admin-main-inner::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 20px;
}

.admin-main-inner::-webkit-scrollbar-track {
    background: transparent;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .admin-sidebar {
        width: 84px;
        min-width: 84px;
    }

    .admin-brand-sub,
    .admin-nav-link span {
        display: none;
    }

    .admin-brand-title {
        font-size: 1.3rem;
        text-align: center;
    }

    .admin-nav-link {
        justify-content: center;
        padding: 12px;
    }

    .admin-main {
        margin-left: 84px;
        width: calc(100% - 84px);
    }
}
/* =========================
   ADMIN PRO LAYOUT
========================= */

.admin-body {
    margin: 0;
    background: #f3f4f6;
    overflow: hidden;
}

.admin-shell {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* SIDEBAR */
.admin-sidebar {
    width: 230px;
    min-width: 230px;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 8px 0 25px rgba(0,0,0,.08);
    z-index: 1000;
}

.admin-sidebar-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 22px 16px;
}

.admin-brand {
    display: block;
    margin-bottom: 28px;
}

.admin-brand-title {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.admin-brand-sub {
    display: block;
    color: rgba(255,255,255,.6);
    font-size: .82rem;
    margin-top: 4px;
}

.admin-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.82);
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 500;
    transition: all .2s ease;
}

.admin-nav-link i {
    font-size: 1rem;
}

.admin-nav-link:hover,
.admin-nav-link.active {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.admin-nav-link-danger:hover {
    background: rgba(239,68,68,.16);
    color: #fff;
}

/* MAIN */
.admin-main {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* TOPBAR */
.admin-topbar {
    height: 74px;
    min-height: 74px;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    gap: 20px;
}

.admin-topbar-left {
    flex: 1;
    min-width: 220px;
}

.admin-search-form {
    position: relative;
    max-width: 460px;
}

.admin-search-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 15px;
}

.admin-search-input {
    width: 100%;
    height: 46px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    padding: 0 16px 0 42px;
    outline: none;
    transition: all .2s ease;
}

.admin-search-input:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 4px rgba(59,130,246,.12);
}

.admin-topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.admin-topbar-icon {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    text-decoration: none;
    transition: all .2s ease;
}

.admin-topbar-icon:hover {
    background: #f9fafb;
    transform: translateY(-2px);
}

.admin-topbar-icon i {
    font-size: 1.05rem;
}

.admin-badge {
    position: absolute;
    top: -6px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

.admin-badge-blue {
    background: #2563eb;
}

.admin-site-btn {
    border-radius: 12px;
    padding: .5rem .85rem;
}

.admin-userbox {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #111827;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 6px 10px;
    border-radius: 16px;
}

.admin-userbox:hover {
    color: #111827;
    background: #f9fafb;
}

.admin-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
    background: #fff;
}

.admin-user-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.admin-user-name {
    font-weight: 700;
    font-size: .92rem;
}

.admin-user-role {
    font-size: .75rem;
    color: #6b7280;
}

.admin-user-dropdown {
    min-width: 260px;
    border-radius: 16px;
    overflow: hidden;
}

.admin-user-dropdown .dropdown-item {
    padding: .75rem 1rem;
}

/* CONTENT */
.admin-main-inner {
    flex: 1;
    overflow-y: auto;
    padding: 28px 24px;
}

.admin-main-inner::-webkit-scrollbar {
    width: 10px;
}

.admin-main-inner::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 20px;
}

.admin-main-inner::-webkit-scrollbar-track {
    background: transparent;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .admin-sidebar {
        width: 84px;
        min-width: 84px;
    }

    .admin-brand-sub,
    .admin-nav-link span {
        display: none;
    }

    .admin-brand-title {
        font-size: 1.3rem;
        text-align: center;
    }

    .admin-nav-link {
        justify-content: center;
        padding: 12px;
    }

    .admin-main {
        margin-left: 84px;
        width: calc(100% - 84px);
    }

    .admin-topbar {
        padding: 10px 14px;
        height: auto;
        min-height: 74px;
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-topbar-left,
    .admin-search-form {
        width: 100%;
        max-width: none;
    }

    .admin-user-meta {
        display: none;
    }
}
.admin-topbar {
    position: relative;
    z-index: 1100;
}

.admin-user-dropdown {
    z-index: 2000 !important;
}

.dropdown-menu {
    z-index: 2000 !important;
}
.user-dashboard-hero {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.15), transparent 25%),
        linear-gradient(135deg, #0b3b78 0%, #0d6efd 55%, #0f172a 100%);
    color: #fff;
}

.user-dashboard-avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,.18);
    background: #fff;
}

.user-stat-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 15px 35px rgba(15, 23, 42, .12);
}

.user-stat-card .card-body {
    padding: 24px;
}

.user-stat-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.user-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    font-size: 22px;
}

.user-stat-label {
    font-size: 15px;
    font-weight: 600;
    opacity: .95;
}

.user-stat-value {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.user-stat-sub {
    font-size: 13px;
    opacity: .85;
}

.stat-total {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.stat-pending {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
}

.stat-approved {
    background: linear-gradient(135deg, #15803d 0%, #22c55e 100%);
}

.stat-sold {
    background: linear-gradient(135deg, #475569 0%, #64748b 100%);
}

.user-mini-card {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.user-mini-card .card-body {
    padding: 22px;
}

.quick-user-card {
    transition: all .25s ease;
}

.quick-user-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .12);
}

.user-panel-card {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.user-panel-card .card-header {
    padding: 22px 22px 10px 22px;
}

.user-panel-card .card-body {
    padding: 22px;
}

.user-table thead th {
    font-size: 13px;
    color: #6b7280;
    border-bottom: 1px solid #eef2f7;
}

.user-table tbody td {
    border-bottom: 1px solid #f1f5f9;
}
.auth-section {
    background:
        radial-gradient(circle at top right, rgba(13,110,253,.08), transparent 20%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
}

.auth-card {
    border-radius: 26px !important;
    overflow: hidden;
}

.auth-side-card {
    background: linear-gradient(135deg, #0b3b78 0%, #0d6efd 55%, #0f172a 100%);
    color: #fff;
    padding: 38px 34px;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .14);
}

.auth-badge {
    display: inline-block;
    background: rgba(255,255,255,.12);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: .85rem;
    margin-bottom: 18px;
}

.auth-side-title {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.auth-side-text {
    color: rgba(255,255,255,.82);
    margin-bottom: 22px;
    line-height: 1.6;
}

.auth-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.auth-side-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(255,255,255,.92);
}

.auth-side-list i {
    color: #ffd54a;
}

.auth-form .form-label {
    font-weight: 600;
    color: #374151;
}

.auth-input-group {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all .2s ease;
}

.auth-input-group:focus-within {
    border-color: #93c5fd;
    box-shadow: 0 0 0 4px rgba(59,130,246,.12);
}

.auth-input-group .input-group-text {
    background: #fff;
    border: 0;
    color: #6b7280;
}

.auth-input-group .form-control {
    border: 0;
    box-shadow: none !important;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.auth-btn-main {
    border-radius: 14px;
    padding-top: .85rem;
    padding-bottom: .85rem;
    font-size: 1rem;
}

.auth-link {
    text-decoration: none;
}

.auth-link:hover {
    text-decoration: underline;
}
.publish-hero {
    background: linear-gradient(135deg, #0b3b78, #0d6efd);
    color: #fff;
}

.publish-card {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.publish-card h4 {
    font-weight: 700;
}

.publish-form .form-control,
.publish-form .form-select {
    border-radius: 12px;
    padding: 10px;
}

.publish-btn {
    border-radius: 14px;
    padding: 14px;
    font-weight: bold;
}
.pricing-hero {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 25%),
        linear-gradient(135deg, #0b3b78 0%, #0d6efd 60%, #0f172a 100%);
    color: #fff;
}

.pricing-badge {
    display: inline-block;
    background: rgba(255,255,255,.12);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-size: .92rem;
}

.pricing-card {
    border-radius: 26px;
    overflow: hidden;
    transition: all .25s ease;
    background: #fff;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,23,42,.12) !important;
}

.pricing-card-featured {
    border: 2px solid #ffc107 !important;
    position: relative;
}

.pricing-ribbon {
    position: absolute;
    top: 18px;
    right: -36px;
    background: #ffc107;
    color: #111827;
    font-weight: 700;
    padding: 8px 40px;
    transform: rotate(35deg);
    font-size: .85rem;
}

.pricing-icon {
    font-size: 2rem;
    margin-bottom: 16px;
}

.pricing-price {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111827;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #4b5563;
}

.pricing-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 700;
}

.pricing-mini-options {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 14px 16px;
}

.pricing-business-card {
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.business-plan-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 22px 16px;
    text-align: center;
    height: 100%;
    transition: all .25s ease;
}

.business-plan-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(15,23,42,.08);
}

.business-plan-box.featured {
    border: 2px solid #0d6efd;
    box-shadow: 0 12px 28px rgba(13,110,253,.12);
}

.business-plan-box h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.business-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.pricing-faq .accordion-button {
    font-weight: 600;
    box-shadow: none !important;
}

.pricing-faq .accordion-button:not(.collapsed) {
    background: #f8fafc;
    color: #111827;
}