.wrap { max-width: 720px; margin: 0 auto; padding: 48px 24px 80px; }
        .hero { text-align: center; margin-bottom: 48px; }
        .hero .tag { display: inline-block; padding: 4px 12px; border-radius: 20px; background: var(--accent-light);
            color: var(--accent); font-size: 12px; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
        .hero h1 { font-size: 40px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
        .hero p { font-size: 17px; color: var(--text-secondary); line-height: 1.6; max-width: 560px; margin: 0 auto 28px; }
        .hero a { display: inline-block; padding: 14px 28px; background: var(--accent); color: white;
            border-radius: 10px; font-weight: 700; text-decoration: none; }
        .pain-points { margin-bottom: 48px; }
        .pain-points h2 { font-size: 24px; font-weight: 800; margin-bottom: 20px; }
        .pain { display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start; }
        .pain i { color: #ef4444; flex-shrink: 0; margin-top: 2px; }
        .pain .text { font-size: 15px; color: var(--text-secondary); line-height: 1.5; }
        .pain .text strong { color: var(--text-primary); }
        .solution { background: var(--bg-muted); border-radius: 14px; padding: 32px; margin-bottom: 48px; }
        .solution h2 { font-size: 24px; font-weight: 800; margin-bottom: 20px; }
        .benefit { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
        .benefit i { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
        .benefit .text { font-size: 15px; color: var(--text-secondary); line-height: 1.5; }
        .compare-mini { margin-bottom: 48px; }
        .compare-mini h2 { font-size: 24px; font-weight: 800; margin-bottom: 16px; }
        .compare-mini table { width: 100%; border-collapse: collapse; border-radius: 10px; overflow: hidden; border: 1.5px solid var(--border); }
        .compare-mini th, .compare-mini td { padding: 10px 12px; text-align: center; border-bottom: 1px solid var(--border); font-size: 13px; }
        .compare-mini th { background: #f9fafb; font-weight: 700; font-size: 11px; text-transform: uppercase; color: var(--text-muted); }
        .compare-mini th.us { background: var(--accent); color: white; }
        .compare-mini td:first-child { text-align: left; font-weight: 600; }
        .compare-mini .us-val { background: #f0f4ff; font-weight: 700; color: var(--accent); }
        .compare-mini .bad { color: #ef4444; font-weight: 600; }
        .compare-mini .no { color: #ccc; }
        .features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 48px; }
        .feat { padding: 20px; border: 1.5px solid var(--border); border-radius: 12px; }
        .feat i { color: var(--accent); margin-bottom: 8px; display: flex; align-items: center; justify-content: center;
            width: 40px; height: 40px; background: var(--accent-light); border-radius: 10px; }
        .feat h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
        .feat p { font-size: 13px; color: var(--text-secondary); line-height: 1.5; margin: 0; }
        .use-cases h2 { font-size: 24px; font-weight: 800; margin-bottom: 20px; }
        .use-case { padding: 16px; border: 1.5px solid var(--border); border-radius: 10px; margin-bottom: 10px; }
        .use-case h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
        .use-case p { font-size: 13px; color: var(--text-secondary); line-height: 1.5; margin: 0; }
        .cta-bottom { text-align: center; padding: 48px 0; }
        .cta-bottom h2 { font-size: 28px; font-weight: 800; margin-bottom: 8px; }
        .cta-bottom p { color: var(--text-secondary); margin-bottom: 20px; }
        .cta-bottom a { display: inline-block; padding: 14px 28px; background: var(--accent); color: white;
            border-radius: 10px; font-weight: 700; text-decoration: none; }
        @media (max-width: 600px) { .features-grid { grid-template-columns: 1fr; } .compare-mini { overflow-x: auto; } .compare-mini table { min-width: 480px; } }
