/* 北京科泽云启科技有限公司 - SaaS Custom Styles */

/* Primary brand color - SaaS blue */
:root {
    --saas-primary: #2563eb;
    --saas-primary-dark: #1d4ed8;
    --saas-primary-light: #3b82f6;
    --saas-success: #10b981;
    --saas-warning: #f59e0b;
    --saas-dark: #0f172a;
    --saas-gray: #64748b;
    --saas-bg: #f8fafc;
}

body {
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Buttons - SaaS style */
.button, .btn, input[type="submit"], .checkout-button {
    background: var(--saas-primary) !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    letter-spacing: 0.025em !important;
    transition: all 0.2s ease !important;
    padding: 10px 24px !important;
}

.button:hover, .btn:hover, input[type="submit"]:hover, .checkout-button:hover {
    background: var(--saas-primary-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Links */
a {
    color: var(--saas-primary);
}

a:hover {
    color: var(--saas-primary-dark);
}

/* Header */
.header-dark .header-middle {
    background: var(--saas-dark) !important;
}

.header-light .header-middle {
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Hero slider */
.slide-info .title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.slide-info .subtitle {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.9);
}

/* Product/SaaS cards */
.product-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.product-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* Price styling */
.price .cicigi-Price-amount {
    color: var(--saas-primary);
    font-weight: 700;
    font-size: 1.2rem;
}

/* Badges */
.sale, .onsale, .hot {
    background: var(--saas-success) !important;
    border-radius: 6px;
    font-size: 0.75rem;
    padding: 4px 10px;
}

/* Icon boxes (stats) */
.iconbox-inner .title {
    color: var(--saas-primary) !important;
    font-weight: 600;
}

/* Blog posts */
.post-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.post-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Forms */
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 10px 14px !important;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: var(--saas-primary) !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
    outline: none;
}

/* Tables */
.shop_table, table {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.shop_table thead, table thead {
    background: var(--saas-bg);
}

/* Breadcrumb */
.breadcrumb a {
    color: var(--saas-primary);
}

/* Footer */
.footer {
    background: var(--saas-dark) !important;
}

.footer .copyright {
    color: var(--saas-gray);
}

/* Social icons */
.social-item {
    color: var(--saas-gray) !important;
    transition: color 0.2s;
}

.social-item:hover {
    color: var(--saas-primary) !important;
}

/* Back to top */
.backtotop {
    background: var(--saas-primary) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section backgrounds */
.section-0102, .section-0104 {
    background: var(--saas-bg);
}

/* Navigation active state */
.main-menu > li.current-menu-item > a,
.main-menu > li:hover > a {
    color: var(--saas-primary) !important;
}

/* Cart/subscription table */
.shop_table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* Dashboard style */
.dashboard-content {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Menu descriptions */
.menu-desc {
    display: block;
    font-size: 0.75rem;
    color: var(--saas-gray);
    margin-top: 4px;
    font-weight: 400;
}

.main-menu .menu-desc {
    font-size: 0.7rem;
    opacity: 0.8;
}

/* Product descriptions */
.product-item .menu-desc {
    display: block;
    font-size: 0.75rem;
    color: var(--saas-gray);
    margin-top: 6px;
    font-weight: 400;
    line-height: 1.4;
}

/* ──────────────────────────────────────────────
   Membership Pricing Section
   ────────────────────────────────────────────── */
.membership-pricing-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.membership-pricing-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(16, 185, 129, 0.06) 0%, transparent 50%);
    animation: membership-glow 8s ease-in-out infinite alternate;
}
@keyframes membership-glow {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, -20px); }
}
.membership-pricing-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.membership-pricing-label {
    display: inline-block;
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 6px 20px;
    border-radius: 50px;
    margin: 0 0 16px;
}
.membership-pricing-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px;
}
.membership-pricing-desc {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.65);
    margin: 0;
}
.membership-pricing-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}
.pricing-card {
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 40px 32px;
    flex: 1;
    min-width: 0;
    transition: all 0.35s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}
.pricing-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.15);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.pricing-card-featured {
    background: rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.4);
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 0 40px rgba(37, 99, 235, 0.15);
}
.pricing-card-featured:hover {
    transform: scale(1.05) translateY(-8px);
    border-color: rgba(37, 99, 235, 0.6);
    box-shadow: 0 20px 60px rgba(37, 99, 235, 0.25);
}
.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 6px 24px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}
.pricing-card-header {
    text-align: center;
    margin-bottom: 24px;
}
.plan-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
}
.pricing-card-featured .plan-name {
    color: #60a5fa;
}
.plan-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
.pricing-card-price {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pricing-card-price .currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    vertical-align: top;
    line-height: 1;
}
.pricing-card-price .amount {
    font-size: 3.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin: 0 2px;
}
.pricing-card-price .period {
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex-grow: 1;
}
.pricing-features li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.pricing-features li:last-child {
    border-bottom: none;
}
.pricing-features li i {
    color: #10b981;
    margin-right: 10px;
    font-size: 0.85rem;
}
.pricing-card-action {
    text-align: center;
}
.pricing-btn {
    display: inline-block;
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
    letter-spacing: 0.025em;
}
.pricing-btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
}
.pricing-btn-primary:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 6px 24px rgba(37, 99, 235, 0.5);
    transform: translateY(-2px);
    color: #fff;
}
.pricing-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.2);
}
.pricing-btn-outline:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
    transform: translateY(-2px);
}
.pricing-btn i {
    margin-right: 6px;
}

/* WeChat Payment QR Modal */
.wechat-pay-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: overlay-in 0.25s ease;
}
@keyframes overlay-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
.wechat-pay-modal {
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    max-width: 400px;
    width: 92%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    animation: modal-up 0.3s ease;
}
@keyframes modal-up {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.wechat-pay-modal .pay-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}
.wechat-pay-modal .pay-plan {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 6px;
}
.wechat-pay-modal .pay-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #e74c3c;
    margin: 0 0 20px;
}
.wechat-pay-modal .pay-amount .unit {
    font-size: 1rem;
    font-weight: 600;
}
.wechat-pay-modal .qr-wrapper {
    position: relative;
    display: inline-block;
    padding: 16px;
    background: #f9fafb;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 2px solid #e5e7eb;
}
.wechat-pay-modal .qr-wrapper img {
    display: block;
    width: 200px;
    height: 200px;
}
.wechat-pay-modal .qr-wrapper .qr-spinner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #9ca3af;
}
.wechat-pay-modal .pay-tip {
    font-size: 0.85rem;
    color: #9ca3af;
    margin: 0 0 16px;
}
.wechat-pay-modal .pay-tip i {
    color: #10b981;
    margin-right: 4px;
}
.wechat-pay-modal .pay-close {
    background: #f3f4f6;
    color: #6b7280;
    border: none;
    padding: 10px 32px;
    border-radius: 8px;
    font-size: 0.95rem;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s;
}
.wechat-pay-modal .pay-close:hover {
    background: #e5e7eb;
    color: #374151;
}
.wechat-pay-modal .pay-success {
    display: none;
}
.wechat-pay-modal.paid .qr-wrapper,
.wechat-pay-modal.paid .pay-tip,
.wechat-pay-modal.paid .pay-spinner-wrap {
    display: none;
}
.wechat-pay-modal.paid .pay-success {
    display: block;
    animation: modal-up 0.3s ease;
}
.pay-success .success-icon {
    font-size: 3rem;
    color: #10b981;
    margin-bottom: 12px;
}
.pay-success h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 6px;
}
.pay-success p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0 0 16px;
}

/* Login required modal */
.login-needed-modal {
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    max-width: 400px;
    width: 92%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    animation: modal-up 0.3s ease;
}
.login-needed-modal h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px;
}
.login-needed-modal p {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 20px;
}
.login-needed-modal .btn-group {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.login-needed-modal .btn-login {
    background: #2563eb;
    color: #fff;
    padding: 10px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}
.login-needed-modal .btn-login:hover {
    background: #1d4ed8;
    color: #fff;
}
.login-needed-modal .btn-register {
    background: #f3f4f6;
    color: #374151;
    padding: 10px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}
.login-needed-modal .btn-register:hover {
    background: #e5e7eb;
    color: #374151;
}

/* Membership Welcome Popup */
.membership-welcome-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: welcome-overlay-in 0.3s ease;
    padding: 20px;
}
.membership-welcome-overlay.welcome-closing {
    animation: welcome-overlay-out 0.25s ease forwards;
}
@keyframes welcome-overlay-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes welcome-overlay-out {
    from { opacity: 1; }
    to { opacity: 0; }
}
.membership-welcome-modal {
    background: linear-gradient(160deg, #111827, #1e293b, #0f172a);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 48px 40px 40px;
    max-width: 1050px;
    width: 100%;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 120px rgba(37,99,235,0.08);
    animation: welcome-modal-in 0.35s ease;
}
.membership-welcome-overlay.welcome-closing .membership-welcome-modal {
    animation: welcome-modal-out 0.25s ease forwards;
}
@keyframes welcome-modal-in {
    from { transform: translateY(40px) scale(0.96); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes welcome-modal-out {
    from { transform: translateY(0) scale(1); opacity: 1; }
    to { transform: translateY(20px) scale(0.98); opacity: 0; }
}
.welcome-close {
    position: absolute;
    top: 14px; right: 18px;
    background: rgba(255,255,255,0.06);
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 1.5rem;
    width: 36px; height: 36px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s;
    padding: 0;
}
.welcome-close:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
}
.welcome-header {
    text-align: center;
    margin-bottom: 40px;
}
.welcome-label {
    display: inline-block;
    background: rgba(37,99,235,0.2);
    color: #60a5fa;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 5px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.welcome-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
}
.welcome-desc {
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
}
.welcome-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
.welcome-card {
    background: rgba(255,255,255,0.035);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 32px 24px;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}
.welcome-card:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.14);
    transform: translateY(-4px);
}
.welcome-card-featured {
    background: rgba(37,99,235,0.1);
    border-color: rgba(37,99,235,0.35);
    transform: scale(1.04);
    z-index: 2;
    box-shadow: 0 0 30px rgba(37,99,235,0.12);
}
.welcome-card-featured:hover {
    transform: scale(1.04) translateY(-4px);
    border-color: rgba(37,99,235,0.5);
}
.welcome-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 5px 20px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(245,158,11,0.35);
}
.welcome-card-header {
    text-align: center;
    margin-bottom: 20px;
}
.welcome-plan-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.welcome-card-featured .welcome-plan-name {
    color: #60a5fa;
}
.welcome-plan-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.45);
    margin: 0;
}
.welcome-card-price {
    text-align: center;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.welcome-currency {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    vertical-align: top;
}
.welcome-amount {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin: 0 2px;
}
.welcome-period {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.45);
}
.welcome-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex-grow: 1;
}
.welcome-features li {
    padding: 6px 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.03);
}
.welcome-features li:last-child {
    border-bottom: none;
}
.welcome-features li i {
    color: #10b981;
    margin-right: 8px;
    font-size: 0.8rem;
}
.welcome-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
    text-decoration: none;
    letter-spacing: 0.02em;
}
.welcome-btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    box-shadow: 0 4px 14px rgba(37,99,235,0.3);
}
.welcome-btn-primary:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}
.welcome-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.15);
}
.welcome-btn-outline:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.welcome-btn i {
    margin-right: 5px;
}

/* ============================================
   Auth form messages & order display
   ============================================ */
.auth-error-msg {
    background: #fdecea;
    border: 1px solid #e74c3c;
    color: #c0392b;
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 14px;
    font-size: 14px;
}
.auth-success-msg {
    background: #eafaf1;
    border: 1px solid #27ae60;
    color: #1e8449;
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 14px;
    font-size: 14px;
}
.user-orders-section {
    margin-top: 24px;
}
.user-orders-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}
.user-orders-section .table-orders {
    font-size: 13px;
}
.user-orders-section .table-orders th {
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
    padding: 8px 10px;
}
.user-orders-section .table-orders td {
    padding: 8px 10px;
    vertical-align: middle;
}
.order-status {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}
.order-status.order-success,
.order-status.order-SUCCESS,
.order-SUCCESS { background: #eafaf1; color: #1e8449; }
.order-pending,
.order-PENDING { background: #fef9e7; color: #b7950b; }
.order-closed,
.order-CLOSED { background: #ebedef; color: #7f8c8d; }
.order-refund,
.order-REFUND { background: #fdedec; color: #c0392b; }

/* Welcome popup responsive */
@media (max-width: 992px) {
    .membership-welcome-modal {
        padding: 32px 24px 28px;
        border-radius: 16px;
    }
    .welcome-cards {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .welcome-card {
        max-width: 400px;
        width: 100%;
    }
    .welcome-card-featured {
        transform: none;
    }
    .welcome-card-featured:hover {
        transform: translateY(-4px);
    }
    .welcome-title {
        font-size: 1.5rem;
    }
    .membership-welcome-overlay {
        padding: 12px;
        align-items: flex-start;
        overflow-y: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .welcome-title {
        font-size: 1.3rem;
    }
    .welcome-amount {
        font-size: 2.2rem;
    }
    .welcome-header {
        margin-bottom: 24px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .membership-pricing-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .pricing-card {
        max-width: 420px;
        width: 100%;
    }
    .pricing-card-featured {
        transform: none;
    }
    .pricing-card-featured:hover {
        transform: translateY(-8px);
    }
    .membership-pricing-title {
        font-size: 1.8rem;
    }
}
@media (max-width: 768px) {
    .membership-pricing-section {
        padding: 50px 16px;
    }
    .membership-pricing-title {
        font-size: 1.5rem;
    }
    .pricing-card-price .amount {
        font-size: 2.5rem;
    }
    .slide-info .title {
        font-size: 2rem;
    }
    .slide-info .subtitle {
        font-size: 1rem;
    }
    .menu-desc {
        font-size: 0.65rem;
    }
}

/* ========== 会员集成样式 ========== */

/* 已购产品标记 */
.access-granted {
  display: inline-block;
  background: #52c41a;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  margin-left: 8px;
}

/* 会员到期警告 */
.membership-warning {
  background: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
  padding: 12px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
}

.membership-warning i {
  margin-right: 8px;
  color: #f39c12;
}

/* 内容锁定遮罩 */
.product-locked-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 8px;
}

.product-locked-overlay .locked-content {
  text-align: center;
  padding: 30px;
}

.product-locked-overlay .locked-icon {
  font-size: 48px;
  color: #f39c12;
  margin-bottom: 15px;
}

.product-locked-overlay .locked-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* 用户仪表盘：订单表格 */
.user-orders-section {
  margin-top: 30px;
}

.user-orders-section .section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.table-orders {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.table-orders th {
  background: #f8f8f8;
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  color: #555;
  border-bottom: 2px solid #eee;
}

.table-orders td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  color: #666;
}

.order-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.order-status.status-SUCCESS { background: #d4edda; color: #155724; }
.order-status.status-PENDING { background: #fff3cd; color: #856404; }
.order-status.status-CLOSED { background: #e2e3e5; color: #383d41; }
.order-status.status-REFUND { background: #f8d7da; color: #721c24; }

/* 可访问产品网格 */
.accessible-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.accessible-product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.accessible-product-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.accessible-product-card .product-name {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.accessible-product-card .product-level {
  font-size: 12px;
  color: #999;
}
