/* ============================================================
   创业项目生成器 - 极简高级商务风
   Design System v2.0 - Premium Linear Icons
   ============================================================ */

:root {
    /* 高级灰阶 - 更精致的颜色层次 */
    --bg: #fafbfc;
    --bg-card: #ffffff;
    --bg-soft: #f7f8fa;
    --bg-muted: #eef0f3;
    --bg-hover: #f1f3f5;

    /* 文字 - 更优雅的对比度 */
    --text-50: #f8f9fa;
    --text-100: #f1f3f5;
    --text-200: #e9ecef;
    --text-300: #dee2e6;
    --text-400: #adb5bd;
    --text-500: #868e96;
    --text-600: #495057;
    --text-700: #343a40;
    --text-800: #212529;
    --text-900: #0a0d12;

    /* 品牌色 - 深墨蓝，更具高级感 */
    --brand: #0a0d12;
    --brand-hover: #1a1f2e;
    --brand-light: #2c3e50;
    --accent: #5f6c7b;
    --accent-soft: #f8f9fa;

    /* 状态色 - 更柔和 */
    --success: #10b981;
    --success-soft: #ecfdf5;
    --warning: #f59e0b;
    --warning-soft: #fffbeb;
    --error: #ef4444;
    --error-soft: #fef2f2;
    --info: #3b82f6;
    --info-soft: #eff6ff;

    /* 边框 - 更精致 */
    --border: #e5e7eb;
    --border-light: #f3f4f6;
    --border-hover: #d1d5db;
    --border-strong: #cbd5e1;

    /* 阴影 - 多层级，更精致 */
    --shadow-xs: 0 1px 2px rgba(16, 24, 40, 0.04);
    --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.06), 0 1px 2px rgba(16, 24, 40, 0.04);
    --shadow: 0 2px 6px rgba(16, 24, 40, 0.05), 0 1px 3px rgba(16, 24, 40, 0.04);
    --shadow-md: 0 6px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 8px -4px rgba(16, 24, 40, 0.04);
    --shadow-lg: 0 16px 32px -8px rgba(16, 24, 40, 0.10), 0 8px 16px -8px rgba(16, 24, 40, 0.06);
    --shadow-xl: 0 24px 48px -12px rgba(16, 24, 40, 0.12), 0 12px 24px -12px rgba(16, 24, 40, 0.08);
    --shadow-card-hover: 0 12px 28px -8px rgba(16, 24, 40, 0.08), 0 4px 8px -4px rgba(16, 24, 40, 0.04);

    /* 圆角 - 更精致的比例 */
    --radius-xs: 4px;
    --radius-sm: 6px;
    --radius: 8px;
    --radius-md: 10px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 20px;
    --radius-3xl: 24px;
    --radius-full: 9999px;

    /* 间距 */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --space-16: 64px;

    /* 字体 - 更现代的栈 */
    --font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Inter, Arial, sans-serif;
    --font-mono: ui-monospace, "SF Mono", "Menlo", "Monaco", "Consolas", monospace;

    /* 字号 - 更精细的刻度 */
    --fs-xs: 11px;
    --fs-sm: 12px;
    --fs-base: 14px;
    --fs-md: 15px;
    --fs-lg: 16px;
    --fs-xl: 18px;
    --fs-2xl: 20px;
    --fs-3xl: 24px;
    --fs-4xl: 28px;
    --fs-5xl: 36px;
    --fs-6xl: 44px;

    /* 字重 */
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;

    /* 行高 */
    --lh-tight: 1.25;
    --lh-snug: 1.375;
    --lh-normal: 1.5;
    --lh-relaxed: 1.625;
    --lh-loose: 1.75;

    /* 过渡 - 更顺滑 */
    --duration-fast: 150ms;
    --duration: 220ms;
    --duration-slow: 350ms;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);

    /* 图标 stroke - 统一粗细 */
    --icon-stroke: 1.75;
}

/* Reset & Base */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body {
    font-family: var(--font-family);
    font-size: var(--fs-base);
    line-height: var(--lh-relaxed);
    color: var(--text-700);
    background: var(--bg);
    min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
img { display: block; max-width: 100%; }

/* ============================================================
   图标系统 - 统一的线性图标体系 v2.0
   ============================================================ */
.icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--text-600);
    transition: color var(--duration-fast) var(--ease), transform var(--duration-fast) var(--ease);
    stroke-linecap: round;
    stroke-linejoin: round;
}
.icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.icon--sm { width: 14px; height: 14px; }
.icon--md { width: 18px; height: 18px; }
.icon--lg { width: 22px; height: 22px; }
.icon--xl { width: 28px; height: 28px; }
.icon--2xl { width: 36px; height: 36px; }

.icon--light { color: var(--text-500); }
.icon--muted { color: var(--text-400); }
.icon--success { color: var(--success); }
.icon--warning { color: var(--warning); }
.icon--error { color: var(--error); }
.icon--brand { color: var(--brand); }
.icon--white { color: #ffffff; }

/* 图标容器 - 带背景圆角 */
.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    background: var(--bg-soft);
    color: var(--text-700);
    flex-shrink: 0;
    transition: all var(--duration) var(--ease);
}
.icon-box--sm { width: 28px; height: 28px; border-radius: var(--radius-sm); }
.icon-box--sm .icon { width: 14px; height: 14px; }
.icon-box--lg { width: 44px; height: 44px; border-radius: var(--radius-lg); }
.icon-box--lg .icon { width: 22px; height: 22px; }
.icon-box--xl { width: 56px; height: 56px; border-radius: var(--radius-xl); }
.icon-box--xl .icon { width: 28px; height: 28px; }

.icon-box--brand { background: var(--brand); color: #fff; }
.icon-box--success { background: var(--success-soft); color: var(--success); }
.icon-box--warning { background: var(--warning-soft); color: var(--warning); }
.icon-box--error { background: var(--error-soft); color: var(--error); }
.icon-box--info { background: var(--info-soft); color: var(--info); }

/* ============================================================
   Container & Layout
   ============================================================ */
.container {
    max-width: 760px;
    margin: 0 auto;
    padding: var(--space-12) var(--space-5);
}

@media (min-width: 640px) {
    .container {
        padding: var(--space-16) var(--space-8);
    }
}

/* ============================================================
   Header - 更精致的头部
   ============================================================ */
.header {
    text-align: center;
    margin-bottom: var(--space-12);
}
.header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: var(--radius-xl);
    background: var(--brand);
    margin-bottom: var(--space-6);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}
.header__logo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}
.header__logo .icon {
    color: #fff;
    width: 26px;
    height: 26px;
}
.header__title {
    font-size: clamp(30px, 6vw, var(--fs-5xl));
    font-weight: var(--fw-bold);
    color: var(--text-900);
    letter-spacing: -0.035em;
    line-height: 1.1;
    margin-bottom: var(--space-4);
}
.header__subtitle {
    font-size: var(--fs-lg);
    color: var(--text-500);
    font-weight: var(--fw-normal);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

/* 状态标签 */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    background: var(--bg-soft);
    color: var(--text-600);
    border: 1px solid var(--border);
    margin-bottom: var(--space-5);
}
.status-badge .icon { width: 12px; height: 12px; }
.status-badge--success { background: var(--success-soft); color: var(--success); border-color: #a7f3d0; }

/* ============================================================
   Cards - 更精致的卡片
   ============================================================ */
.card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-2xl);
    padding: var(--space-8);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--duration) var(--ease);
}
.card:hover {
    box-shadow: var(--shadow-md);
}

@media (max-width: 640px) {
    .card {
        padding: var(--space-6);
        border-radius: var(--radius-xl);
    }
}

/* ============================================================
   Section Title - 带图标
   ============================================================ */
.section-title {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    color: var(--text-500);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: var(--space-6);
}
.section-title .icon-box--sm {
    width: 28px;
    height: 28px;
}

/* ============================================================
   Form Elements - 更精致的表单
   ============================================================ */
.form-group {
    margin-bottom: var(--space-6);
}
.form-group:last-of-type {
    margin-bottom: var(--space-8);
}
.form-label {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    color: var(--text-700);
    margin-bottom: var(--space-3);
}
.form-label .icon {
    width: 14px;
    height: 14px;
    color: var(--text-400);
}

.form-input,
.form-select {
    width: 100%;
    padding: var(--space-4) var(--space-4);
    font-size: var(--fs-md);
    font-weight: var(--fw-normal);
    color: var(--text-800);
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    line-height: 1.5;
    transition: border-color var(--duration-fast) var(--ease),
                box-shadow var(--duration-fast) var(--ease),
                background-color var(--duration-fast) var(--ease);
    appearance: none;
    -webkit-appearance: none;
}
.form-input:hover,
.form-select:hover { border-color: var(--border-hover); }
.form-input:focus,
.form-select:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(10, 13, 18, 0.06);
    background: #fff;
}
.form-input::placeholder { color: var(--text-400); }

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23868e96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 48px;
}

/* ============================================================
   Skills / Tags - 图标化技能标签
   ============================================================ */
.skills-container {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}
.skill-tag {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: 8px 14px;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all var(--duration-fast) var(--ease);
    user-select: none;
    font-size: var(--fs-sm);
    color: var(--text-700);
    font-weight: var(--fw-medium);
}
.skill-tag:hover {
    background: var(--bg-hover);
    border-color: var(--border-hover);
    color: var(--text-900);
    transform: translateY(-1px);
}
.skill-tag input { display: none; }
.skill-tag:has(input:checked) {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    box-shadow: var(--shadow-sm);
}
.skill-tag:has(input:checked) .icon { color: #fff; }

/* ============================================================
   Buttons - 更精致的按钮
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-6);
    font-size: var(--fs-md);
    font-weight: var(--fw-medium);
    border-radius: var(--radius-lg);
    transition: all var(--duration-fast) var(--ease);
    white-space: nowrap;
}
.btn .icon { width: 18px; height: 18px; }

.btn-primary {
    background: var(--brand);
    color: #fff;
    border: 1px solid var(--brand);
    font-weight: var(--fw-semibold);
    letter-spacing: 0.01em;
}
.btn-primary:hover {
    background: var(--brand-hover);
    border-color: var(--brand-hover);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}
.btn-primary:active {
    transform: translateY(0);
}

.btn-secondary {
    background: var(--bg-card);
    color: var(--text-700);
    border: 1px solid var(--border);
}
.btn-secondary:hover {
    background: var(--bg-soft);
    border-color: var(--border-hover);
    color: var(--text-900);
}

.btn--block {
    width: 100%;
}

.btn--lg {
    padding: var(--space-5) var(--space-8);
    font-size: var(--fs-lg);
}

/* ============================================================
   Results Section
   ============================================================ */
.results-section {
    display: none;
    margin-top: var(--space-16);
    padding-top: var(--space-12);
    border-top: 1px solid var(--border-light);
    animation: fadeSlide var(--duration-slow) var(--ease-out);
}
.results-section.visible { display: block; }

.results-title {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--fs-md);
    font-weight: var(--fw-semibold);
    color: var(--text-700);
    margin-bottom: var(--space-8);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--border-light);
}
.results-title .icon-box--sm {
    background: var(--brand);
    color: #fff;
}

@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   Plan Card - 高级方案卡片
   ============================================================ */
.plan-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}
.plan-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-2xl);
    padding: var(--space-8);
    transition: all var(--duration) var(--ease);
    position: relative;
    overflow: hidden;
}
.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand) 0%, var(--text-400) 100%);
    opacity: 0;
    transition: opacity var(--duration) var(--ease);
}
.plan-card:hover {
    border-color: var(--border-hover);
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-2px);
}
.plan-card:hover::before {
    opacity: 1;
}

.plan-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: var(--space-5);
    padding-bottom: var(--space-5);
    border-bottom: 1px solid var(--border-light);
}
.plan-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-5);
    border-bottom: 1px solid var(--border-light);
}
.plan-card__title-group {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}
.plan-card__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--radius-md);
    background: var(--bg-muted);
    color: var(--text-600);
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
}
.plan-card__title {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-bold);
    color: var(--text-900);
    letter-spacing: -0.02em;
    line-height: 1.25;
}
.plan-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: var(--fs-xs);
    font-weight: var(--fw-medium);
    color: var(--success);
    background: var(--success-soft);
    padding: 4px 10px;
    border-radius: var(--radius-full);
    white-space: nowrap;
    border: 1px solid #a7f3d0;
}

.plan-card__desc {
    font-size: var(--fs-md);
    color: var(--text-600);
    line-height: 1.7;
    margin-bottom: var(--space-6);
}

/* 免费预览区 */
.free-section {
    background: var(--bg-soft);
    border-radius: var(--radius-xl);
    padding: var(--space-6);
    margin-bottom: var(--space-5);
    border: 1px solid var(--border-light);
}
.free-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-5);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--border);
}
.free-section__title {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    color: var(--text-700);
}
.free-tag {
    font-size: var(--fs-xs);
    font-weight: var(--fw-medium);
    color: var(--success);
    background: var(--success-soft);
    padding: 4px 10px;
    border-radius: var(--radius-full);
    border: 1px solid #a7f3d0;
}

/* 信息网格 */
.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-3);
}
@media (min-width: 480px) {
    .info-grid { grid-template-columns: repeat(2, 1fr); }
}
.info-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    padding: var(--space-3);
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    transition: all var(--duration-fast) var(--ease);
}
.info-item:hover {
    border-color: var(--border-hover);
    background: #fff;
}
.info-item .icon-box--sm {
    width: 32px;
    height: 32px;
    margin-top: 0;
}
.info-item__text {
    font-size: var(--fs-sm);
    line-height: 1.5;
    color: var(--text-700);
    flex: 1;
}
.info-item__label {
    display: block;
    font-size: var(--fs-xs);
    color: var(--text-400);
    margin-bottom: 2px;
    letter-spacing: 0.02em;
}
.info-item__value {
    display: block;
    font-size: var(--fs-base);
    color: var(--text-800);
    font-weight: var(--fw-medium);
}

/* 付费解锁区 */
.paid-section {
    background: linear-gradient(135deg, #fafbfc 0%, #f4f6f8 100%);
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}
.paid-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(10,13,18,0.03) 0%, transparent 70%);
    pointer-events: none;
}
.paid-section__header {
    text-align: center;
    margin-bottom: var(--space-6);
    position: relative;
    z-index: 1;
}
.paid-section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    font-size: var(--fs-xl);
    font-weight: var(--fw-semibold);
    color: var(--text-900);
    margin-bottom: var(--space-2);
}
.paid-section__subtitle {
    font-size: var(--fs-sm);
    color: var(--text-500);
}

.paid-benefits {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    margin-bottom: var(--space-6);
    position: relative;
    z-index: 1;
}
.paid-benefit {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--fs-sm);
    color: var(--text-700);
}
.paid-benefit .icon-box--sm {
    background: var(--success-soft);
    color: var(--success);
    width: 24px;
    height: 24px;
    border-radius: var(--radius-full);
}
.paid-benefit .icon-box--sm .icon {
    width: 12px;
    height: 12px;
}

.unlock-actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    align-items: center;
    position: relative;
    z-index: 1;
}
.unlock-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: var(--space-3);
}
.price-group {
    display: flex;
    align-items: baseline;
    gap: var(--space-2);
}
.price-original {
    font-size: var(--fs-sm);
    color: var(--text-400);
    text-decoration: line-through;
}
.price-current {
    font-size: var(--fs-4xl);
    font-weight: var(--fw-bold);
    color: var(--text-900);
    letter-spacing: -0.02em;
}
.btn-unlock-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-8);
    background: var(--brand);
    color: #fff;
    font-size: var(--fs-md);
    font-weight: var(--fw-semibold);
    border-radius: var(--radius-lg);
    border: 1px solid var(--brand);
    transition: all var(--duration-fast) var(--ease);
}
.btn-unlock-small:hover {
    background: var(--brand-hover);
    border-color: var(--brand-hover);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}
.btn-unlock-small .icon {
    width: 16px;
    height: 16px;
}
.guarantee-text {
    font-size: var(--fs-xs);
    color: var(--text-400);
    text-align: center;
    margin-top: var(--space-3);
}

/* ============================================================
   Unlock All Section - 全部解锁
   ============================================================ */
.unlock-all-section {
    background: linear-gradient(135deg, var(--brand) 0%, #1a1f2e 100%);
    color: #fff;
    border-radius: var(--radius-2xl);
    padding: var(--space-12) var(--space-10);
    text-align: center;
    margin-top: var(--space-10);
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}
.unlock-all-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 60%);
    pointer-events: none;
}
.unlock-all__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: var(--radius-2xl);
    background: rgba(255,255,255,0.1);
    margin-bottom: var(--space-5);
    position: relative;
    z-index: 1;
}
.unlock-all__icon .icon {
    width: 32px;
    height: 32px;
    color: #fff;
}
.unlock-all__title {
    font-size: var(--fs-4xl);
    font-weight: var(--fw-bold);
    letter-spacing: -0.03em;
    margin-bottom: var(--space-3);
    position: relative;
    z-index: 1;
}
.unlock-all__subtitle {
    font-size: var(--fs-lg);
    color: rgba(255,255,255,0.7);
    margin-bottom: var(--space-8);
    position: relative;
    z-index: 1;
}
.unlock-all__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: var(--space-3);
    margin-bottom: var(--space-8);
    position: relative;
    z-index: 1;
}
.unlock-all__price-original {
    font-size: var(--fs-lg);
    color: rgba(255,255,255,0.5);
    text-decoration: line-through;
}
.unlock-all__price-current {
    font-size: var(--fs-6xl);
    font-weight: var(--fw-bold);
    letter-spacing: -0.04em;
}
.unlock-all__features {
    display: flex;
    justify-content: center;
    gap: var(--space-8);
    margin-bottom: var(--space-8);
    flex-wrap: wrap;
    font-size: var(--fs-sm);
    color: rgba(255,255,255,0.8);
    position: relative;
    z-index: 1;
}
.unlock-all__feature {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}
.unlock-all__feature .icon {
    width: 14px;
    height: 14px;
    color: var(--success);
}
.btn-unlock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-5) var(--space-10);
    background: #fff;
    color: var(--brand);
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold);
    border-radius: var(--radius-lg);
    transition: all var(--duration-fast) var(--ease);
    position: relative;
    z-index: 1;
}
.btn-unlock:hover {
    background: var(--text-100);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
.btn-unlock .icon {
    width: 18px;
    height: 18px;
}

/* ============================================================
   QR Modal - 支付弹窗
   ============================================================ */
.qr-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(10, 13, 18, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    align-items: center;
    justify-content: center;
    padding: var(--space-4);
    animation: modalFade var(--duration-slow) var(--ease-out);
}
.qr-modal.visible { display: flex; }
@keyframes modalFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.qr-modal__content {
    background: var(--bg-card);
    border-radius: var(--radius-2xl);
    width: 100%;
    max-width: 380px;
    padding: var(--space-10);
    position: relative;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--border);
    animation: modalSlide var(--duration-slow) var(--ease-out);
}
@keyframes modalSlide {
    from { opacity: 0; transform: translateY(20px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.qr-modal__close {
    position: absolute;
    top: var(--space-5);
    right: var(--space-5);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: var(--text-400);
    transition: all var(--duration-fast) var(--ease);
}
.qr-modal__close:hover {
    background: var(--bg-soft);
    color: var(--text-700);
}
.qr-modal__close .icon {
    width: 18px;
    height: 18px;
}

.qr-modal__header {
    text-align: center;
    margin-bottom: var(--space-6);
}
.qr-modal__header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--radius-xl);
    background: var(--brand);
    margin-bottom: var(--space-4);
}
.qr-modal__header-icon .icon {
    width: 24px;
    height: 24px;
    color: #fff;
}
.qr-modal__title {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-bold);
    color: var(--text-900);
    letter-spacing: -0.02em;
    margin-bottom: var(--space-2);
}
.qr-modal__subtitle {
    font-size: var(--fs-sm);
    color: var(--text-500);
}

.qr-modal__amount {
    text-align: center;
    margin-bottom: var(--space-6);
    padding: var(--space-6);
    background: linear-gradient(135deg, #fafbfc 0%, #f4f6f8 100%);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
}
.qr-modal__amount-label {
    font-size: var(--fs-xs);
    color: var(--text-500);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: var(--space-2);
}
.qr-modal__amount-value {
    font-size: var(--fs-5xl);
    font-weight: var(--fw-bold);
    color: var(--text-900);
    letter-spacing: -0.04em;
    line-height: 1;
}

.qr-code-container {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    text-align: center;
    margin-bottom: var(--space-6);
    position: relative;
}
.qr-image {
    width: 180px;
    height: 180px;
    margin: 0 auto var(--space-4);
    border-radius: var(--radius-lg);
    background: #fff;
    padding: 8px;
    box-shadow: var(--shadow-sm);
}
.qr-placeholder {
    width: 180px;
    height: 180px;
    margin: 0 auto var(--space-4);
    background: var(--bg-muted);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-400);
    font-size: var(--fs-sm);
}
.qr-hint {
    font-size: var(--fs-sm);
    color: var(--text-600);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
}
.qr-hint .icon {
    width: 14px;
    height: 14px;
    color: var(--text-400);
}

.qr-modal__status {
    text-align: center;
    padding: var(--space-4);
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    min-height: 44px;
    margin-bottom: var(--space-4);
    border-radius: var(--radius-lg);
    background: var(--bg-soft);
    color: var(--text-600);
}
.qr-modal__status.success {
    background: var(--success-soft);
    color: var(--success);
}
.qr-modal__status .icon {
    width: 16px;
    height: 16px;
    margin-right: var(--space-2);
}

.btn-qr-pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    width: 100%;
    padding: var(--space-5);
    background: var(--brand);
    color: #fff;
    font-size: var(--fs-md);
    font-weight: var(--fw-semibold);
    border-radius: var(--radius-lg);
    border: 1px solid var(--brand);
    transition: all var(--duration-fast) var(--ease);
}
.btn-qr-pay:hover {
    background: var(--brand-hover);
    border-color: var(--brand-hover);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}
.btn-qr-pay:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.btn-qr-pay .icon {
    width: 18px;
    height: 18px;
}

.qr-tip {
    font-size: var(--fs-xs);
    color: var(--text-400);
    text-align: center;
    margin-top: var(--space-4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
}
.qr-tip .icon {
    width: 12px;
    height: 12px;
}

/* ============================================================
   Report Page - 报告页
   ============================================================ */
.report-header {
    text-align: center;
    padding: var(--space-12) var(--space-4) var(--space-8);
    max-width: 760px;
    margin: 0 auto;
}
.report-header__title {
    font-size: clamp(32px, 6vw, var(--fs-5xl));
    font-weight: var(--fw-bold);
    letter-spacing: -0.035em;
    color: var(--text-900);
    margin-bottom: var(--space-4);
    line-height: 1.1;
}
.report-header__subtitle {
    font-size: var(--fs-lg);
    color: var(--text-500);
}

.report-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 var(--space-5) var(--space-16);
}

@media (min-width: 640px) {
    .report-content { padding: 0 var(--space-8) var(--space-16); }
}

.report-section {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-2xl);
    padding: var(--space-10);
    margin-bottom: var(--space-8);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--duration) var(--ease);
}
.report-section:hover {
    box-shadow: var(--shadow-md);
}
@media (max-width: 640px) {
    .report-section { padding: var(--space-6); border-radius: var(--radius-xl); }
}
.report-section__title {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    font-size: var(--fs-2xl);
    font-weight: var(--fw-bold);
    color: var(--text-900);
    letter-spacing: -0.02em;
    margin-bottom: var(--space-8);
    padding-bottom: var(--space-6);
    border-bottom: 2px solid var(--border-light);
}
.report-section__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    background: var(--brand);
    color: #fff;
    font-size: var(--fs-md);
    font-weight: var(--fw-bold);
    flex-shrink: 0;
}

.report-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-3);
    margin-bottom: var(--space-8);
}
@media (min-width: 600px) {
    .report-grid { grid-template-columns: repeat(2, 1fr); }
}
.report-item {
    background: var(--bg-soft);
    padding: var(--space-5);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
}
.report-item--full { grid-column: 1 / -1; }
.report-item__label {
    font-size: var(--fs-xs);
    color: var(--text-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.report-item__value {
    font-size: var(--fs-md);
    color: var(--text-900);
    font-weight: var(--fw-medium);
    line-height: 1.6;
}

/* Sub-section titles */
.report-subtitle {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold);
    color: var(--text-800);
    margin: var(--space-8) 0 var(--space-5);
    padding-top: var(--space-6);
    border-top: 1px solid var(--border-light);
}
.report-subtitle .icon-box--sm {
    width: 32px;
    height: 32px;
}

/* Steps */
.report-steps {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin-bottom: var(--space-8);
}
.report-step {
    position: relative;
    counter-increment: step;
    padding: var(--space-5) var(--space-5) var(--space-5) var(--space-12);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-3);
    background: var(--bg-soft);
    transition: background var(--duration-fast) var(--ease);
}
.report-step:last-child { margin-bottom: 0; }
.report-step:hover { background: #f1f3f5; }
.report-step::before {
    content: counter(step);
    position: absolute;
    left: var(--space-5);
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: var(--brand);
    color: #fff;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
}
.report-step__text {
    font-size: var(--fs-md);
    color: var(--text-700);
    line-height: 1.7;
}

/* Cost Table */
.cost-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--fs-base);
    margin-bottom: var(--space-8);
}
.cost-table th,
.cost-table td {
    padding: var(--space-4);
    text-align: left;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-700);
}
.cost-table th {
    font-weight: var(--fw-medium);
    color: var(--text-500);
    font-size: var(--fs-sm);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cost-table td:last-child,
.cost-table th:last-child {
    text-align: right;
    font-weight: var(--fw-medium);
    color: var(--text-800);
}
.cost-table__total {
    background: var(--brand);
    color: #fff;
}
.cost-table__total td {
    border-bottom: none;
    padding: var(--space-4);
    color: #fff !important;
    font-weight: var(--fw-semibold);
    font-size: var(--fs-lg);
}

/* Risk List */
.risk-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    margin-bottom: var(--space-8);
}
.risk-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-5);
    background: var(--warning-soft);
    border-radius: var(--radius-lg);
    font-size: var(--fs-base);
    color: var(--text-700);
    line-height: 1.6;
    border: 1px solid #fde68a;
}
.risk-item .icon-box--sm {
    background: #fef3c7;
    color: var(--warning);
    width: 32px;
    height: 32px;
    border-radius: var(--radius-md);
    flex-shrink: 0;
    margin-top: 0;
}
.risk-item .icon-box--sm .icon {
    width: 16px;
    height: 16px;
}

/* Timeline */
.timeline {
    background: var(--bg-soft);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-xl);
    padding: var(--space-6);
}
.timeline-item {
    display: flex;
    gap: var(--space-5);
    padding: var(--space-4) 0;
    border-bottom: 1px solid var(--border);
    font-size: var(--fs-base);
}
.timeline-item:last-child { border-bottom: none; padding-bottom: 0; }
.timeline-item:first-child { padding-top: 0; }
.timeline-item__period {
    flex-shrink: 0;
    width: 70px;
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    color: var(--text-800);
    padding-top: 2px;
}
.timeline-item__content {
    color: var(--text-600);
    line-height: 1.7;
}

/* Back Button */
.back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    width: 100%;
    padding: var(--space-5);
    font-size: var(--fs-md);
    font-weight: var(--fw-medium);
    color: var(--text-700);
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    transition: all var(--duration-fast) var(--ease);
    margin-top: var(--space-8);
    text-decoration: none;
}
.back-btn:hover {
    background: var(--bg-soft);
    border-color: var(--border-hover);
    color: var(--text-900);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}
.back-btn .icon {
    width: 16px;
    height: 16px;
}

/* Utilities */
.text-muted { color: var(--text-500); }
.text-brand { color: var(--brand); }
.text-success { color: var(--success); }
.text-sm { font-size: var(--fs-sm); }
.text-lg { font-size: var(--fs-lg); }
.text-xl { font-size: var(--fs-xl); }
.fw-medium { font-weight: var(--fw-medium); }
.fw-semibold { font-weight: var(--fw-semibold); }
.text-center { text-align: center; }

/* 响应式完善 */
@media (max-width: 480px) {
    .container { padding: var(--space-8) var(--space-4); }
    .card { padding: var(--space-5); }
    .plan-card { padding: var(--space-5); }
    .report-section { padding: var(--space-5); }
    .unlock-all-section { padding: var(--space-8) var(--space-6); }
    .unlock-all__title { font-size: var(--fs-3xl); }
    .unlock-all__price-current { font-size: var(--fs-5xl); }
}
