html,
        body {
            margin: 0;
            padding: 0;
        }

        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
            color: #0f172a;
        }

        

        a {
            text-decoration: none;
        }

        .pricing-page {
            min-height: 100%;
            background:
                radial-gradient(circle at 80% 10%, hsla(242, 80%, 96%, 0.8) 0%, transparent 40%),
                radial-gradient(circle at 10% 80%, hsla(160, 75%, 94%, 0.8) 0%, transparent 40%),
                radial-gradient(circle at 50% 50%, hsla(270, 70%, 96%, 0.5) 0%, transparent 50%),
                linear-gradient(180deg, #f7fafc 0%, #f4f7fb 50%, #f0f7f3 100%);
            color: #0f172a;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            padding-bottom: 60px;
        }

        .pricing-hero {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 24px 60px;
            display: grid;
            grid-template-columns: 310px 1fr;
            gap: 32px;
            align-items: start;
        }

        .pricing-main-column {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .pricing-hero-copy {
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }

        .pricing-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.78);
            border: 1px solid #dbeafe;
            color: #0f766e;
            font-size: 12px;
            font-weight: 700;
        }

        .pricing-badge-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #34d399;
        }

        .pricing-overline {
            margin-top: 18px;
            color: #1e3a8a;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .pricing-hero-title {
            margin: 8px 0 12px;
            color: #0f172a;
            font-size: clamp(32px, 4vw, 48px);
            line-height: 1.15;
            font-weight: 850;
            letter-spacing: -0.02em;
        }

        .pricing-hero-title span {
            color: var(--brand);
            background: linear-gradient(135deg, var(--brand), var(--brand-700));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .pricing-hero-subtitle {
            max-width: 680px;
            margin: 0;
            color: #64748b;
            font-size: 15px;
            line-height: 1.6;
        }

        .pricing-wechat-card {
            padding: 24px;
            background: rgba(255, 255, 255, 0.65);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.7);
            border-radius: 24px;
            box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.05), 0 0 0 1px rgba(15, 23, 42, 0.02);
            position: sticky;
            top: 96px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .pricing-wechat-card.qr-pulse-active {
            animation: qr-pulse 1.5s infinite ease-in-out;
            background: rgba(255, 255, 255, 0.85);
        }

        .pricing-wechat-head {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 12px;
        }

        .pricing-wechat-label {
            color: #0d9488;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .pricing-wechat-head h2 {
            margin: 4px 0 0;
            color: #0f172a;
            font-size: 20px;
            font-weight: 800;
        }

        .pricing-wechat-chip {
            display: inline-flex;
            align-items: center;
            height: 22px;
            padding: 0 8px;
            border-radius: 6px;
            background: rgba(13, 148, 136, 0.08);
            color: #0d9488;
            font-size: 10px;
            font-weight: 700;
            flex-shrink: 0;
        }

        .pricing-wechat-frame {
            border: 1px solid rgba(148, 163, 184, 0.15);
            border-radius: 18px;
            background: #ffffff;
            padding: 12px 8px 8px;
            box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .pricing-wechat-frame img {
            display: block;
            width: 100%;
            max-width: 180px;
            height: auto;
            border-radius: 12px;
        }

        .qr-scan-guide {
            font-size: 11px;
            font-weight: 700;
            color: #64748b;
            letter-spacing: 0.05em;
        }

        @keyframes qr-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.25);
                border-color: rgba(37, 99, 235, 0.3);
            }

            50% {
                box-shadow: 0 0 0 12px rgba(37, 99, 235, 0);
                border-color: rgba(37, 99, 235, 0.7);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
                border-color: rgba(37, 99, 235, 0.3);
            }
        }

        .pricing-plan-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 20px;
        }

        .pricing-plan-card {
            position: relative;
            overflow: hidden;
            padding: 32px 24px;
            min-height: 540px;
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.7);
            border-radius: 24px;
            box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04), 0 0 0 1px rgba(15, 23, 42, 0.01);
            display: flex;
            flex-direction: column;
            transform: translateY(0) translateZ(0);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            cursor: pointer;
        }

        .pricing-plan-card:hover {
            transform: translateY(-6px) translateZ(0);
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(15, 23, 42, 0.02);
        }

        .pricing-plan-card.is-selected {
            background: #ffffff;
            box-shadow: 0 30px 60px -15px rgba(37, 99, 235, 0.12), 0 0 0 2px var(--brand);
        }

        .pricing-plan-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 20px;
        }

        .pricing-plan-tag {
            display: inline-flex;
            align-items: center;
            padding: 5px 12px;
            border-radius: 8px;
            background: rgba(148, 163, 184, 0.1);
            color: #475569;
            font-size: 12px;
            font-weight: 700;
        }

        .pricing-plan-burst {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 24px;
            padding: 0 10px;
            border-radius: 6px;
            background: rgba(37, 99, 235, 0.08);
            color: var(--brand);
            font-size: 11px;
            font-weight: 700;
        }

        .pricing-plan-card h3 {
            margin: 0 0 16px;
            color: #0f172a;
            font-size: 22px;
            font-weight: 800;
        }

        .pricing-plan-current {
            color: #0f172a;
            font-size: 46px;
            font-weight: 850;
            line-height: 1;
            display: flex;
            align-items: baseline;
        }

        .pricing-plan-current span {
            margin-left: 4px;
            font-size: 16px;
            font-weight: 600;
            color: #64748b;
        }

        .pricing-plan-original {
            margin: 10px 0 6px;
            color: #94a3b8;
            font-size: 13px;
        }

        .pricing-plan-original span {
            text-decoration: line-through;
            text-decoration-thickness: 1.5px;
        }

        .pricing-plan-discount {
            align-self: flex-start;
            display: inline-flex;
            align-items: center;
            padding: 4px 10px;
            border-radius: 8px;
            background: rgba(148, 163, 184, 0.1);
            color: #475569;
            font-size: 12px;
            font-weight: 700;
            margin: 8px 0 24px;
        }

        .pricing-plan-cta {
            width: 100%;
            height: 42px;
            border: none;
            outline: none;
            border-radius: 12px;
            background: #f1f5f9;
            color: #0f172a;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            margin-bottom: 24px;
        }

        .pricing-plan-cta:hover {
            background: #e2e8f0;
            transform: translateY(-1px);
        }

        .pricing-plan-cta:active {
            transform: translateY(1px);
        }

        .pricing-plan-features {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .pricing-plan-features li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            color: #475569;
            font-size: 13.5px;
            line-height: 1.5;
        }

        .feature-check {
            width: 16px;
            height: 16px;
            color: #10b981;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .pricing-plan-card--level-1.is-selected {
            box-shadow: 0 30px 60px -15px rgba(71, 85, 105, 0.15), 0 0 0 2px #475569;
        }

        .pricing-plan-card--level-2.is-selected {
            box-shadow: 0 30px 60px -15px rgba(99, 102, 241, 0.15), 0 0 0 2px #6366f1;
        }

        .pricing-plan-card--level-2 .pricing-plan-cta {
            background: rgba(99, 102, 241, 0.08);
            color: #6366f1;
        }

        .pricing-plan-card--level-2 .pricing-plan-cta:hover {
            background: #6366f1;
            color: #ffffff;
            box-shadow: 0 8px 20px -6px rgba(99, 102, 241, 0.4);
        }

        .pricing-plan-card--level-2 .pricing-plan-discount {
            background: rgba(99, 102, 241, 0.08);
            color: #6366f1;
        }

        .pricing-plan-card--level-3 {
            background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.12), transparent 40%), rgba(255, 255, 255, 0.65);
            border-color: rgba(99, 102, 241, 0.25);
        }

        .pricing-plan-card--level-3:hover {
            border-color: rgba(99, 102, 241, 0.5);
        }

        .pricing-plan-card--level-3.is-selected {
            box-shadow: 0 30px 60px -15px rgba(37, 99, 235, 0.25), 0 0 0 2.5px var(--brand);
        }

        .pricing-plan-card--level-3 .pricing-plan-tag {
            background: rgba(99, 102, 241, 0.1);
            color: #4338ca;
        }

        .pricing-plan-card--level-3 .pricing-plan-burst,
        .pricing-plan-card--level-3 .pricing-plan-discount,
        .pricing-plan-card--level-3 .pricing-plan-cta {
            background: linear-gradient(135deg, var(--brand) 0%, var(--brand-700) 100%);
            color: #ffffff;
        }

        .pricing-plan-card--level-3 .pricing-plan-cta {
            box-shadow: 0 10px 20px -8px rgba(37, 99, 235, 0.3);
        }

        .pricing-plan-card--level-3 .pricing-plan-cta:hover {
            background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
            box-shadow: 0 12px 24px -6px rgba(37, 99, 235, 0.45);
        }

        .pricing-plan-card--level-4 {
            background: radial-gradient(circle at top right, rgba(217, 119, 6, 0.12), transparent 40%), rgba(255, 255, 255, 0.65);
            border-color: rgba(217, 119, 6, 0.25);
        }

        .pricing-plan-card--level-4:hover {
            border-color: rgba(217, 119, 6, 0.5);
        }

        .pricing-plan-card--level-4.is-selected {
            box-shadow: 0 30px 60px -15px rgba(217, 119, 6, 0.25), 0 0 0 2.5px #d97706;
        }

        .pricing-plan-card--level-4 .pricing-plan-tag {
            background: rgba(217, 119, 6, 0.1);
            color: #b45309;
        }

        .pricing-plan-card--level-4 .pricing-plan-burst,
        .pricing-plan-card--level-4 .pricing-plan-discount {
            background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
            color: #ffffff;
        }

        .pricing-plan-card--level-4 .pricing-plan-current {
            color: #b45309;
        }

        .pricing-plan-card--level-4 .pricing-plan-cta {
            background: #0f172a;
            color: #fef3c7;
            box-shadow: 0 10px 20px -8px rgba(15, 23, 42, 0.3);
        }

        .pricing-plan-card--level-4 .pricing-plan-cta:hover {
            background: #1e293b;
            color: #ffffff;
            box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.45);
        }

        .pricing-modal-overlay {
            position: fixed;
            inset: 0;
            z-index: 1900;
            background: rgba(15, 23, 42, 0.4);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            animation: fadeIn 0.25s ease-out;
        }

        .pricing-modal-overlay[hidden] {
            display: none;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        .pricing-modal-card {
            position: relative;
            background: #ffffff;
            border-radius: 28px;
            border: 1px solid rgba(255, 255, 255, 0.8);
            box-shadow: 0 30px 70px -10px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(15, 23, 42, 0.04);
            width: 100%;
            max-width: 400px;
            padding: 32px 28px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
            text-align: center;
            animation: scaleIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        @keyframes scaleIn {
            from {
                transform: scale(0.9) translateY(10px);
                opacity: 0;
            }

            to {
                transform: scale(1) translateY(0);
                opacity: 1;
            }
        }

        .pricing-modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(148, 163, 184, 0.1);
            border: none;
            padding: 6px;
            cursor: pointer;
            border-radius: 999px;
            color: #64748b;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .pricing-modal-close:hover {
            background: rgba(148, 163, 184, 0.2);
            color: #0f172a;
        }

        .close-icon {
            width: 16px;
            height: 16px;
        }

        .pricing-modal-header h3 {
            margin: 0;
            font-size: 20px;
            font-weight: 850;
            color: #0f172a;
        }

        .pricing-modal-desc {
            margin: 6px 0 0;
            font-size: 13px;
            color: #64748b;
            font-weight: 500;
        }

        .pricing-modal-remark-box {
            background: #f0fdf4;
            border: 1px solid rgba(16, 185, 129, 0.15);
            border-radius: 14px;
            padding: 12px 16px;
            width: 100%;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            gap: 4px;
            text-align: left;
        }

        .remark-box-label {
            font-size: 11px;
            font-weight: 700;
            color: #047857;
            text-transform: uppercase;
            letter-spacing: 0.02em;
        }

        .remark-box-content {
            font-size: 14px;
            font-weight: 800;
            color: #065f46;
            font-family: monospace;
            word-break: break-all;
        }

        .pricing-modal-qr-container {
            padding: 8px;
            background: #ffffff;
            border: 1px solid rgba(148, 163, 184, 0.15);
            border-radius: 20px;
            box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05);
        }

        .pricing-modal-qr-container img {
            display: block;
            width: 240px;
            height: auto;
            border-radius: 14px;
        }

        .pricing-modal-footer p {
            margin: 0;
            font-size: 12px;
            color: #64748b;
            font-weight: 700;
        }

        .pricing-toast {
            position: fixed;
            right: 24px;
            bottom: 24px;
            z-index: 2000;
            padding: 12px 16px;
            border-radius: 14px;
            background: rgba(15, 23, 42, 0.92);
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            box-shadow: 0 18px 40px -12px rgba(15, 23, 42, 0.35);
            opacity: 0;
            transform: translateY(8px);
            pointer-events: none;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .pricing-toast.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .pricing-toast.is-warning {
            background: rgba(154, 52, 18, 0.95);
        }

        @media (max-width: 1560px) {
            .pricing-plan-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .pricing-hero {
                grid-template-columns: 1fr;
            }

            .pricing-wechat-card {
                position: static;
                max-width: 360px;
            }
        }

        @media (max-width: 1024px) {
            .pricing-hero {
                grid-template-columns: 1fr;
                padding: 20px 16px;
                gap: 24px;
            }
        }

        @media (max-width: 768px) {
            .pricing-hero {
                padding: 32px 16px 20px;
                gap: 18px;
            }

            .pricing-hero-copy,
            .pricing-wechat-card {
                padding: 20px;
            }

            .pricing-wechat-card,
            .pricing-plan-card {
                border-radius: 20px;
            }

            .pricing-hero-title {
                max-width: none;
                font-size: 34px;
            }

            .pricing-plan-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .pricing-wechat-card {
                position: static;
                max-width: none;
            }

            .pricing-plan-card {
                min-height: auto;
                padding: 24px 20px 22px;
            }

            .pricing-plan-current {
                font-size: 46px;
            }
        }
        /* MDAP membership pricing mirror */
        .pricing-page--legacy { display: none; }
        .mdap-pricing { min-height: 100%; padding: 24px 18px 52px; color: #0f1b33; background: radial-gradient(circle at 80% 10%, rgba(229, 236, 255, .8), transparent 34%), radial-gradient(circle at 10% 78%, rgba(224, 250, 241, .8), transparent 32%), #f7f9fc; }
        .mdap-pricing__section { max-width: 1220px; margin: 0 auto; }
        .mdap-pricing__heading { margin: 0 0 16px; text-align: center; }
        .mdap-pricing__heading h1, .mdap-pricing__heading h2 { margin: 0; color: #182235; font-size: 28px; font-weight: 800; letter-spacing: 2px; }
        .mdap-pricing__heading p { margin: 5px 0 0; color: #758096; font-size: 14px; }
        .mdap-plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
        .mdap-plan { position: relative; display: flex; min-height: 600px; flex-direction: column; padding: 27px 22px 18px; border: 1px solid #e7edf5; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(31,65,114,.08); transition: .18s ease; }
        .mdap-plan:hover { transform: translateY(-2px); border-color: rgba(18,99,243,.42); box-shadow: 0 18px 42px rgba(31,65,114,.13); }
        .mdap-plan--year { border-color: rgba(18,99,243,.42); }
        .mdap-plan__ribbon { position: absolute; top: 0; right: 0; max-width: 100%; padding: 8px 14px; border-radius: 0 16px 0 8px; background: #1263f3; color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; }
        .mdap-plan--life .mdap-plan__ribbon { background: #f21b25; }
        .mdap-plan h3 { margin: 14px 0 18px; text-align: center; color: #111827; font-size: 27px; font-weight: 800; }
        .mdap-plan__old { min-height: 29px; margin: -5px 0 4px; text-align: center; color: #f21b25; font-size: 25px; font-weight: 700; line-height: 1.1; }
        .mdap-plan__old span { text-decoration: line-through; text-decoration-thickness: 2px; }
        .mdap-plan__old small { color: #14213d; font-size: 14px; text-decoration: none; }
        .mdap-plan__price { margin: 0 0 20px; text-align: center; color: #125bf0; font-size: 44px; font-weight: 800; line-height: 1; }
        .mdap-plan__price > span:not([id]) { margin-right: 2px; font-size: 24px; }
        .mdap-plan__price small { margin-left: 3px; color: #14213d; font-size: 17px; font-weight: 700; }
        .mdap-plan--monthly .mdap-plan__price, .mdap-plan--quarter .mdap-plan__price { margin-top: 29px; font-size: 54px; }
        .mdap-plan__button { display: grid; min-height: 44px; place-items: center; border-radius: 12px; background: #1263f3; color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; }
        .mdap-plan__button:hover { background: #0d57db; color: #fff; }
        .mdap-plan--monthly .mdap-plan__button { border: 1px solid #1263f3; background: #fff; color: #1263f3; }
        .mdap-plan--life .mdap-plan__button { background: #f21b25; }
        .mdap-plan ul { display: flex; flex: 1; flex-direction: column; gap: 13px; margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid #e7edf5; list-style: none; }
        .mdap-plan li { position: relative; padding-left: 28px; color: #182642; font-size: 14px; font-weight: 700; line-height: 1.35; }
        .mdap-plan li::before { content: "✓"; position: absolute; top: 1px; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #1263f3; color: #fff; font-size: 12px; font-weight: 800; }
        .mdap-plan__coupon, .mdap-plan__gift { margin-top: 12px; border-radius: 8px; padding: 11px 10px; text-align: center; font-size: 14px; font-weight: 800; }
        .mdap-plan__coupon { background: #edf5ff; color: #1263f3; }
        .mdap-plan__gift { background: #fff3ec; color: #f21b25; line-height: 1.5; }
        .mdap-compare { margin-top: 38px; }
        .mdap-compare__table-wrap { overflow-x: auto; border: 1px solid #e6ebf3; border-radius: 16px; background: #fff; box-shadow: 0 14px 38px rgba(31,65,114,.08); }
        .mdap-compare table { width: 100%; min-width: 780px; border-collapse: collapse; table-layout: fixed; color: #30394a; }
        .mdap-compare th, .mdap-compare td { padding: 13px 10px; border-right: 1px solid #e8edf4; border-bottom: 1px solid #e8edf4; text-align: center; font-size: 13px; line-height: 1.4; }
        .mdap-compare tr > *:first-child { width: 17%; padding-left: 14px; text-align: left; font-weight: 700; color: #222d40; }
        .mdap-compare tr > *:last-child { border-right: 0; background: linear-gradient(90deg, rgba(255,248,248,.7), rgba(255,238,238,.95)); }
        .mdap-compare tbody tr:last-child > * { border-bottom: 0; }
        .mdap-compare thead th { position: relative; height: 118px; padding: 30px 8px 10px; vertical-align: middle; background: #fff; }
        .mdap-compare thead th:first-child { text-align: center; font-size: 18px; }
        .mdap-compare strong { display: block; font-size: 17px; color: #1d2738; }
        .mdap-compare__price { display: inline-block; margin-top: 7px; color: #1263f3; font-size: 31px; font-weight: 800; line-height: 1; }
        .mdap-compare__price i { margin-right: 1px; font-size: 18px; font-style: normal; vertical-align: 4px; }
        .mdap-compare__price small { margin-left: 2px; color: #2e3746; font-size: 13px; font-weight: 600; }
        .mdap-compare em { margin-left: 6px; color: #9299a5; font-size: 12px; font-style: normal; text-decoration: line-through; }
        .mdap-compare__lifetime b { position: absolute; top: 0; right: 0; left: 0; padding: 4px; background: #fa2828; color: #fff; font-size: 11px; font-weight: 600; }
        .mdap-compare__lifetime .mdap-compare__price { color: #f21b25; }
        .mdap-compare tbody tr:nth-child(1) td, .mdap-compare tbody tr:nth-child(3) td, .mdap-compare tbody tr:nth-child(4) td { padding-top: 9px; padding-bottom: 9px; color: #1263f3; font-size: 22px; font-weight: 800; }
        .mdap-hot { color: #f21b25; font-weight: 800; } .mdap-blue { color: #1263f3; font-weight: 700; }
        .mdap-pricing__notice { margin: 13px 0 0; text-align: center; color: #758096; font-size: 13px; font-weight: 600; }
        .mdap-faq { margin-top: 40px; }
        .mdap-faq__list { display: grid; gap: 14px; }
        .mdap-faq__item { display: flex; align-items: flex-start; gap: 16px; border: 1px solid #e8eef7; border-radius: 15px; padding: 18px 20px; background: rgba(255,255,255,.94); box-shadow: 0 10px 25px rgba(31,65,114,.07); }
        .mdap-faq__number { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 8px 8px 8px 2px; background: linear-gradient(135deg, #5b8dff, #1263f3); color: #fff; font-size: 18px; font-weight: 800; }
        .mdap-faq__content { min-width: 0; flex: 1; }
        .mdap-faq__content h3 { margin: 0; color: #182235; font-size: 18px; font-weight: 800; }
        .mdap-faq__content p { margin: 7px 0 0; color: #536176; font-size: 14px; line-height: 1.7; }
        .mdap-faq__qr { display: flex; flex: 0 0 auto; align-items: flex-start; gap: 16px; }
        .mdap-faq__qr figure { margin: 0; text-align: center; color: #26354b; font-size: 11px; font-weight: 700; }
        .mdap-faq__qr img { display: block; width: 74px; height: 74px; margin-top: 5px; object-fit: cover; }
        @media (max-width: 1100px) { .mdap-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
        @media (max-width: 640px) { .mdap-pricing { padding: 20px 10px 36px; } .mdap-pricing__heading h1, .mdap-pricing__heading h2 { font-size: 23px; } .mdap-plan-grid { grid-template-columns: 1fr; } .mdap-plan { min-height: 0; } .mdap-compare { margin-top: 28px; } .mdap-faq { margin-top: 28px; } .mdap-faq__item { gap: 12px; padding: 15px; } .mdap-faq__content h3 { font-size: 16px; } .mdap-faq__content p { font-size: 13px; } .mdap-faq__qr { width: 100%; margin-top: 12px; } .mdap-faq__item--with-qr { flex-wrap: wrap; } }
        .contact-rail { position: fixed; z-index: 60; top: 50%; right: 24px; width: 86px; overflow: visible; transform: translateY(-50%); border-radius: 15px; padding-top: 8px; background: #fff; box-shadow: 0 16px 32px rgba(43,64,88,.16); }
        .contact-rail__item { position: relative; display: flex; min-height: 64px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #475569; font-size: 10px; font-weight: 600; text-decoration: none; }
        .contact-rail__item + .contact-rail__item { border-top: 1px solid #edf0f4; }
        .contact-rail__item svg { width: 23px; height: 23px; color: var(--brand); stroke-width: 1.8; }
        .contact-rail__item--phone:hover { background: #f4f9ff; color: #1263f3; }
        .contact-rail__qr { position: absolute; top: 50%; right: calc(100% + 12px); display: flex; width: 174px; transform: translateY(-50%) translateX(8px); visibility: hidden; opacity: 0; flex-direction: column; align-items: center; gap: 8px; border: 1px solid #e6ebf1; border-radius: 12px; padding: 12px; background: #fff; box-shadow: 0 12px 32px rgba(22,37,61,.18); color: #384152; font-size: 13px; transition: .18s ease; pointer-events: none; }
        .contact-rail__qr img { display: block; width: 150px; height: 150px; object-fit: contain; }
        .contact-rail__item:hover .contact-rail__qr { transform: translateY(-50%); visibility: visible; opacity: 1; }
        .contact-rail__phone { display: block; max-height: 0; overflow: hidden; padding: 0 2px; border-top: 0 solid #edf0f4; color: #2878d8; font-size: 12px; font-weight: 800; letter-spacing: -.35px; line-height: 1; text-align: center; text-decoration: none; white-space: nowrap; opacity: 0; transition: max-height .18s ease, padding .18s ease, opacity .15s ease; }
        .contact-rail:hover .contact-rail__phone { max-height: 28px; padding: 7px 2px 9px; border-top-width: 1px; opacity: 1; }
        @media (max-width: 768px) { .contact-rail { right: 10px; transform: translateY(-50%) scale(.82); transform-origin: right center; } }

        .lfy-pricing__thesis {
            margin: 24px auto 0 !important;
            padding: 16px 24px !important;
            text-align: center !important;
            max-width: 920px !important;
            border: 1px solid #dbeafe !important;
            border-radius: 14px !important;
            background: rgba(239, 246, 255, .75) !important;
            color: #475569 !important;
            font-size: 14px !important;
            line-height: 1.7 !important;
            display: block !important;
        }
        .lfy-pricing__thesis strong {
            color: var(--lfy-blue-dark) !important;
            display: inline !important;
        }
        [data-theme="dark"] .lfy-pricing__thesis {
            background: rgba(96, 165, 250, 0.12) !important;
            border-color: var(--lfy-blue-dark) !important;
            color: var(--lfy-text) !important;
        }
        [data-theme="dark"] .lfy-pricing__thesis strong {
            color: var(--lfy-blue) !important;
        }
