
        body {
            font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
        }

        .page-hero {
            background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
            padding: 3.25rem 0 2rem;
        }

        .page-hero h1 {
            font-weight: 800;
            letter-spacing: .5px;
            text-transform: uppercase;
        }

        .lead-tight {
            line-height: 1.55;
        }

        .check::before {
            content: "✓";
            display: inline-block;
            margin-right: .5rem;
            font-weight: 800;
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #e9f5ee;
            font-weight: 800;
        }

        .step-num {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #0d6efd;
            color: #fff;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .footer-title {
            font-weight: 700;
            letter-spacing: .5px;
            text-transform: uppercase;
            font-size: .95rem;
        }

        .faq-item summary {
            cursor: pointer;
            font-weight: 600;
        }

        .faq-item summary:hover {
            color: #0d6efd;
        }
    