 body {
            font-family: "Segoe UI", Arial, sans-serif;
            color: #1f2937;
        }
        .hero {
            background:linear-gradient(135deg, #020617, #0f172a);
            color: #fff;
        }
  .hero {
            background:url(gg.jpg);color: #fff;
        }
        .badge-reg {
            background: #16a34a;
        }
        .stat-box {
            background: #f8fafc;
            border-radius: 12px;
            padding: 30px;
            height: 100%;
        }
        .icon-circle {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #16a34a;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
        }
        .cta {
            background: linear-gradient(135deg, #16a34a, #15803d);
            color: #fff;
        }
        .footer {
            background: #020617;
            color: #9ca3af;
            font-size: 14px;
        }
    </style>