* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; color: #333; line-height: 1.7; background: #f8f9fa; }
        a { color: #155DFC; text-decoration: none; }
        a:hover { text-decoration: underline; }

        /* FTC Banner */
        .ftc-banner { background: #f0f0f5; text-align: center; padding: 8px 16px; font-size: 12px; color: #666; border-bottom: 1px solid #e0e0e8; }

        /* Header */
        .header { background: var(--navy, #1a1a2e); padding: 0 24px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px rgba(0,0,0,0.15); }
        .header-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 68px; }
        .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
        .logo-icon { width: 36px; height: 36px; background: var(--accent, #155DFC); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: #fff; position: relative; overflow: hidden; }
        .logo-icon::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%); }
        nav a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 16px; border-radius: 6px; transition: color 0.2s, background 0.2s; }
        nav a:hover { color: #fff; background: rgba(255,255,255,0.08); text-decoration: none; }
        .mobile-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 8px; }

        /* Article Container */
        .article-container { max-width: 780px; margin: 0 auto; padding: 40px 20px 60px; }

        /* FTC Disclosure */
        .ftc-disclosure { background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 14px 18px; margin-bottom: 32px; font-size: 0.85rem; color: #664d03; line-height: 1.5; }

        /* Breadcrumb */
        .breadcrumb { font-size: 0.85rem; color: #888; margin-bottom: 20px; }
        .breadcrumb a { color: #155DFC; }

        /* Article Header */
        .article-header h1 { font-size: 2.1rem; line-height: 1.25; color: #1a1a2e; margin-bottom: 16px; font-weight: 800; }
        .article-meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 0.88rem; color: #777; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 2px solid #eee; }
        .article-meta span { display: flex; align-items: center; gap: 5px; }

        /* Content */
        .article-content h2 { font-size: 1.55rem; color: #1a1a2e; margin: 40px 0 16px; padding-top: 12px; border-top: 1px solid #eee; font-weight: 700; }
        .article-content h2:first-of-type { border-top: none; margin-top: 8px; }
        .article-content h3 { font-size: 1.2rem; color: #333; margin: 28px 0 12px; font-weight: 600; }
        .article-content p { margin-bottom: 16px; font-size: 1.02rem; }
        .article-content ul, .article-content ol { margin: 0 0 20px 24px; }
        .article-content li { margin-bottom: 8px; font-size: 1.02rem; }

        /* Screenshot images */
        .screenshot-img { width: 100%; border-radius: 8px; margin: 20px 0 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.1); border: 1px solid #e5e7eb; }

        /* CTA Box */
        .cta-box { background: linear-gradient(135deg, #155DFC 0%, #1a1a2e 100%); border-radius: 12px; padding: 28px 32px; margin: 32px 0; text-align: center; color: #fff; }
        .cta-box h3 { color: #fff; font-size: 1.3rem; margin-bottom: 10px; }
        .cta-box p { color: rgba(255,255,255,0.9); margin-bottom: 18px; font-size: 0.98rem; }
        .cta-button { display: inline-block; background: #fff; color: #155DFC; padding: 13px 36px; border-radius: 8px; font-weight: 700; font-size: 1.05rem; transition: transform 0.2s, box-shadow 0.2s; }
        .cta-button:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.3); text-decoration: none; }

        /* Tip Box */
        .tip-box { background: #e8f4fd; border-left: 4px solid #155DFC; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 20px 0; }
        .tip-box strong { color: #155DFC; }

        /* Warning Box */
        .warning-box { background: #fff3cd; border-left: 4px solid #ffc107; border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 20px 0; }

        /* Pricing Table */
        .pricing-table { width: 100%; border-collapse: collapse; margin: 20px 0 28px; font-size: 0.95rem; }
        .pricing-table th { background: #1a1a2e; color: #fff; padding: 12px 16px; text-align: left; }
        .pricing-table td { padding: 11px 16px; border-bottom: 1px solid #eee; }
        .pricing-table tr:nth-child(even) { background: #f8f9fa; }
        .pricing-table .highlight-row { background: #e8f0ff; font-weight: 600; }

        /* FAQ */
        .faq-item { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 12px; overflow: hidden; }
        .faq-question { background: #f8f9fa; padding: 16px 20px; font-weight: 600; font-size: 1.05rem; cursor: default; color: #1a1a2e; }
        .faq-answer { padding: 16px 20px; font-size: 0.98rem; border-top: 1px solid #e0e0e0; }

        /* TOC */
        .toc { background: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 22px 28px; margin-bottom: 32px; }
        .toc h3 { font-size: 1.1rem; margin-bottom: 12px; color: #1a1a2e; }
        .toc ol { margin: 0; padding-left: 20px; }
        .toc li { margin-bottom: 6px; font-size: 0.95rem; }
        .toc a { color: #155DFC; }

        /* Tool Card */
        .tool-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 24px 28px; margin: 24px 0; }
        .tool-card h3 { margin-top: 0; color: #1a1a2e; font-size: 1.25rem; }
        .tool-card .tool-meta { font-size: 0.9rem; color: #666; margin-bottom: 12px; }

        /* Pros/Cons */
        .pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0; }
        .pros, .cons { padding: 14px 18px; border-radius: 8px; font-size: 0.95rem; }
        .pros { background: #f0fdf4; border: 1px solid #86efac; }
        .cons { background: #fef2f2; border: 1px solid #fca5a5; }
        .pros strong { color: #166534; }
        .cons strong { color: #991b1b; }
        .pros ul, .cons ul { margin: 8px 0 0 18px; }
        .pros li, .cons li { margin-bottom: 4px; font-size: 0.93rem; }

        /* Footer */
        .site-footer { background: #1a1a2e; color: #aaa; padding: 36px 20px; text-align: center; font-size: 0.88rem; }
        .site-footer a { color: #155DFC; }
        .footer-inner { max-width: 1100px; margin: 0 auto; }

        /* Responsive */
        @media (max-width: 640px) {
            .article-header h1 { font-size: 1.55rem; }
            .article-content h2 { font-size: 1.3rem; }
            nav { display: none; }
            .mobile-toggle { display: block; }
            .cta-box { padding: 22px 18px; }
            .pricing-table { font-size: 0.82rem; }
            .pricing-table th, .pricing-table td { padding: 8px 10px; }
            .pros-cons { grid-template-columns: 1fr; }
        }
    
        /* Mobile global fixes */
        @media (max-width: 768px) {
            body { font-size: 16px; }
            p, li, td, th { font-size: 16px !important; }
            img { max-width: 100%; height: auto; }
            .cta-button, .cta-btn, a.cta-button { display: block; width: 100%; text-align: center; min-height: 48px; padding: 14px 20px; box-sizing: border-box; }
        }
