        .generator-hero {
            background: radial-gradient(circle at top center, var(--brand-soft), #fff 70%);
            padding-bottom: 4rem;
        }

        .form-container {
            max-width: 600px;
            margin: -3rem auto 0;
            position: relative;
            z-index: 10;
            background: #fff;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
            border: 1px solid var(--border);
        }

        .brand-circle {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            margin: 0 auto 1.5rem;
            padding: 10px;
        }

        .brand-circle img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .video-btn-purple {
            background-color: #312e81; /* Dark indigo */
            border-color: #312e81;
            color: white;
        }

        .video-btn-purple:hover {
            background-color: #1e1b4b;
            border-color: #1e1b4b;
        }