*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        :root {
            --bg: #050309; --surface: rgba(255,255,255,0.025); --surface-2: rgba(255,255,255,0.04);
            --border: rgba(255,255,255,0.06); --border-2: rgba(255,255,255,0.09);
            --text: #fff; --text-dim: rgba(255,255,255,0.55); --text-muted: rgba(255,255,255,0.3);
            --accent: #00C9B7; --accent-dim: rgba(0,201,183,0.15);
            --purple: #7C3AED; --gradient: linear-gradient(135deg, #00C9B7, #6366F1, #A855F7);
            --green: #10b981; --yellow: #f59e0b; --red: #ef4444;
        }
        html { scroll-behavior: smooth; }
        body { font-family: 'Inter', -apple-system, sans-serif; background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; line-height: 1.6; }
        a { color: var(--accent); text-decoration: none; } a:hover { text-decoration: underline; }
        .container { max-width: 780px; margin: 0 auto; padding: 0 24px; }
        /* Nav */
        .nav { padding: 20px 0; border-bottom: 1px solid var(--border); }
        .nav-inner { display: flex; align-items: center; gap: 8px; font-size: 14px; flex-wrap: wrap; }
        .nav-logo { font-weight: 800; font-size: 18px; color: var(--text); text-decoration: none; }
        .nav-sep { color: var(--text-muted); }
        .nav-link { color: var(--text-dim); }
        .nav-current { color: var(--text); font-weight: 600; }
        /* Hero */
        .hero { padding: 56px 0 40px; }
        .hero-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: rgba(229,9,20,0.12); border: 1px solid rgba(229,9,20,0.25); border-radius: 100px; font-size: 13px; font-weight: 600; color: #E50914; margin-bottom: 20px; }
        .hero h1 { font-size: clamp(28px, 5vw, 42px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
        .hero-meta { display: flex; gap: 20px; margin-top: 16px; flex-wrap: wrap; }
        .hero-meta-item { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--text-dim); }
        .hero-meta-item strong { color: var(--text); font-weight: 600; }
        /* Cancel CTA */
        .cancel-cta { margin-top: 28px; }
        .cancel-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: #E50914; color: #fff; font-weight: 700; font-size: 16px; border-radius: 12px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
        .cancel-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(229,9,20,0.35); text-decoration: none; }
        .cancel-btn-sub { font-size: 13px; color: var(--text-dim); margin-top: 8px; }
        /* Quick info */
        .quick-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 40px; padding: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; }
        .qi-item { text-align: center; padding: 12px; }
        .qi-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 6px; }
        .qi-value { font-size: 18px; font-weight: 700; }
        .qi-value.easy { color: var(--green); }
        /* Steps */
        .steps { padding: 48px 0; }
        .steps h2 { font-size: 24px; font-weight: 800; margin-bottom: 32px; }
        .step { display: flex; gap: 20px; margin-bottom: 32px; }
        .step-num { width: 40px; height: 40px; background: var(--accent-dim); border: 2px solid var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: var(--accent); flex-shrink: 0; }
        .step-content h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
        .step-content p { color: var(--text-dim); font-size: 15px; }
        .step-content code { background: var(--surface-2); border: 1px solid var(--border-2); padding: 2px 8px; border-radius: 6px; font-size: 14px; color: var(--accent); }
        .step-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; padding: 6px 14px; background: var(--surface-2); border: 1px solid var(--border-2); border-radius: 8px; font-size: 13px; font-weight: 600; color: var(--accent); }
        /* Platform tabs */
        .platforms { padding: 0 0 48px; }
        .platforms h2 { font-size: 24px; font-weight: 800; margin-bottom: 24px; }
        .tab-nav { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
        .tab-btn { padding: 10px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--text-dim); cursor: pointer; font-family: inherit; transition: all 0.2s; }
        .tab-btn.active { background: var(--accent-dim); border-color: var(--accent); color: var(--accent); }
        .tab-panel { display: none; padding: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
        .tab-panel.active { display: block; }
        .tab-panel ol { padding-left: 20px; }
        .tab-panel li { margin-bottom: 10px; color: var(--text-dim); font-size: 15px; }
        .tab-panel li strong { color: var(--text); }
        /* Warning */
        .warning-box { padding: 20px 24px; background: rgba(245,158,11,0.06); border: 1px solid rgba(245,158,11,0.2); border-radius: 14px; margin-bottom: 48px; }
        .warning-box h3 { font-size: 15px; font-weight: 700; color: var(--yellow); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
        .warning-box ul { padding-left: 20px; }
        .warning-box li { font-size: 14px; color: var(--text-dim); margin-bottom: 4px; }
        /* Alternatives */
        .alternatives { padding: 0 0 48px; }
        .alternatives h2 { font-size: 24px; font-weight: 800; margin-bottom: 20px; }
        .alt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
        .alt-card { padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
        .alt-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
        .alt-card p { font-size: 13px; color: var(--text-dim); }
        .alt-card .price { font-size: 13px; color: var(--accent); font-weight: 600; margin-top: 6px; }
        /* FAQ */
        .faq { padding: 0 0 48px; }
        .faq h2 { font-size: 24px; font-weight: 800; margin-bottom: 24px; }
        .faq-item { border-bottom: 1px solid var(--border); }
        .faq-q { padding: 18px 0; font-size: 16px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-q::after { content: '+'; font-size: 20px; color: var(--text-muted); transition: transform 0.2s; }
        .faq-item.open .faq-q::after { content: '−'; color: var(--accent); }
        .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
        .faq-item.open .faq-a { max-height: 300px; }
        .faq-a p { padding: 0 0 18px; font-size: 15px; color: var(--text-dim); line-height: 1.6; }
        /* Related */
        .related { padding: 0 0 48px; }
        .related h2 { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
        .related-links { display: flex; gap: 12px; flex-wrap: wrap; }
        .related-link { padding: 10px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--text-dim); transition: all 0.2s; }
        .related-link:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }
        /* CTA */
        .app-cta { padding: 48px 0; text-align: center; border-top: 1px solid var(--border); }
        .app-cta h2 { font-size: 26px; font-weight: 800; }
        .app-cta p { color: var(--text-dim); margin-top: 8px; max-width: 420px; margin-left: auto; margin-right: auto; }
        .app-features { display: flex; justify-content: center; gap: 24px; margin-top: 20px; flex-wrap: wrap; }
        .app-feature { font-size: 13px; color: var(--text-dim); display: flex; align-items: center; gap: 6px; }
        .app-feature .check { color: var(--accent); }
        .app-btn { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 14px 32px; background: var(--text); color: var(--bg); font-weight: 700; font-size: 15px; border-radius: 12px; text-decoration: none; transition: transform 0.2s; }
        .app-btn:hover { transform: translateY(-1px); text-decoration: none; }
        .footer { padding: 32px 0; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--text-muted); }
        @media (max-width: 600px) {
            .hero-meta { gap: 12px; }
            .quick-info { grid-template-columns: repeat(2, 1fr); }
            .step { gap: 14px; }
        }