.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, .pain svg { 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, .benefit svg { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
        .benefit .text { font-size: 15px; color: var(--text-secondary); line-height: 1.5; }
        /* Section heading that introduces the feature grid (and use-cases). Default
           browser h2 margin is cramped against the cards beneath. */
        .wrap > h2 { font-size: 24px; font-weight: 800; margin-top: 48px; margin-bottom: 20px; }
        .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; }
        /* Lucide replaces <i data-lucide> with <svg> at runtime; selector covers
           both. No background pill, no forced 40x40 box - icon is its natural
           .icon-22 size (22px) colored brand-blue, with margin-bottom for the
           heading below. */
        .feat i, .feat svg { color: var(--accent); margin-bottom: 8px; }
        .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; }
        .pricing { margin-top: 48px; margin-bottom: 48px; }
        .pricing h2 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
        .pricing > p { font-size: 14px; color: var(--text-secondary); margin-bottom: 20px; }
        .pricing-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
        .price-card { padding: 20px; border: 1.5px solid var(--border); border-radius: 12px; display: flex; flex-direction: column; }
        .price-card.featured { border-color: var(--accent); border-width: 2px; }
        .price-card .tier-name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--accent); margin-bottom: 4px; }
        .price-card .tier-price { font-size: 26px; font-weight: 800; line-height: 1.1; margin-bottom: 4px; }
        .price-card .tier-price small { font-size: 13px; color: var(--text-secondary); font-weight: 500; }
        .price-card .tier-tagline { font-size: 13px; color: var(--text-secondary); margin-bottom: 12px; }
        .price-card ul { list-style: none; padding: 0; margin: 0 0 12px; }
        .price-card li { font-size: 13px; color: var(--text-primary); padding: 4px 0 4px 18px; position: relative; }
        .price-card li::before { content: "✓"; color: var(--accent); position: absolute; left: 0; top: 4px; font-weight: 700; }
        .price-card li.muted::before { content: "—"; color: var(--text-secondary); }
        .price-card li.muted { color: var(--text-secondary); }
        .pricing-note { font-size: 13px; color: var(--text-secondary); margin-top: 16px; text-align: center; }
        .pricing-note strong { color: var(--text-primary); }
        @media (max-width: 600px) { .pricing-grid { grid-template-columns: 1fr; } }
        .compliance { background: #fef9c3; border: 1.5px solid #fde68a; border-radius: 12px; padding: 20px; margin-bottom: 48px; }
        .compliance h2 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: #854d0e; }
        .compliance p { font-size: 13px; color: #854d0e; line-height: 1.6; 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; } }
