* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }




        /* Hero Section */
        .hero {
            height: 100vh;
            background: 
                url('../img/goku.png') 80% center / contain no-repeat,
                linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #8e44ad 100%);
           /* background-blend-mode: overlay;*/
            position: relative;
            display: flex;
            align-items: center;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.2) 0%, transparent 50%);
        }

        .floating-particles {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .particle {
            position: absolute;
            width: 10px;
            height: 3px;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 1; }
            50% { transform: translateY(-20px) rotate(180deg); opacity: 0.7; }
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 50px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .hero-text h1 {
            color: white;
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero-text p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 18px;
            margin-bottom: 30px;
            line-height: 1.6;
        }

        .hero-buttons {
            display: flex;
            gap: 20px;
        }

        .btn-primary-home {
            background: linear-gradient(45deg, #e74c3c, #8e44ad);
            color: white;
            padding: 15px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
			line-height: 30px;
        }

        .btn-primary-home:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            padding: 15px 30px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s;
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        /* Feature Cards */
        .features {
            position: absolute;
            bottom: 100px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 20px;
            z-index: 3;
            width: auto;
            max-width: 900px;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 30px;
            border-radius: 15px;
            width: 250px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s;
            flex: 1;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.15);
        }

        .feature-card h3 {
            color: white;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .feature-card p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            margin-bottom: 20px;
        }

        .feature-btn {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            text-decoration: none;
            font-size: 12px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s;
        }

        .feature-btn:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        /* Second Section */
        .second-section {
        /*     background: #f8f9fa;*/
            padding: 100px 50px;
        }

        .section-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .section-image {
            height: 400px;
            background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjQwMCIgdmlld0JveD0iMCAwIDUwMCA0MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNDAwIiBmaWxsPSJyZ2JhKDE0MiwgNjgsIDE3MywgMC4xKSIgcng9IjE1Ii8+Cjx0ZXh0IHg9IjI1MCIgeT0iMTkwIiBmaWxsPSJyZ2JhKDE0MiwgNjgsIDE3MywgMC42KSIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZm9udC1zaXplPSIxNiI+SW1hZ2VuIFNlY3VuZGFyaWE8L3RleHQ+Cjx0ZXh0IHg9IjI1MCIgeT0iMjEwIiBmaWxsPSJyZ2JhKDE0MiwgNjgsIDE3MywgMC40KSIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZm9udC1zaXplPSIxMiI+NTAwIHggNDAwcHg8L3RleHQ+Cjx0ZXh0IHg9IjI1MCIgeT0iMjMwIiBmaWxsPSJyZ2JhKDE0MiwgNjgsIDE3MywgMC40KSIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZm9udC1zaXplPSIxMiI+RXNjdWx0dXJhcyAzRDwvdGV4dD4KPC9zdmc+') center/cover no-repeat;
            border-radius: 15px;
            position: relative;
            overflow: hidden;
        }

        .section-text {
            padding: 40px;
        }

        .section-text span {
            color: #8e44ad;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .section-text h2 {
       /*   color: #2c3e50;*/ 
            font-size: 36px;
            font-weight: bold;
            margin: 15px 0 20px 0;
            line-height: 1.3;
        }

        .section-text p {
            color: #7f8c8d;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .learn-more-btn {
            background: linear-gradient(45deg, #8e44ad, #e74c3c);
            color: white;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s;
            display: inline-block;
        }

        .learn-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero {
                height: auto;
                flex-direction: column;
                padding-top: 80px;
            }

            .header {
                padding: 15px 20px;
            }

            .nav {
                display: none;
            }

            .burger-menu {
                display: flex;
            }

            .cta-button {
                display: none;
            }

            .hero-content {
                grid-template-columns: 1fr;
                padding: 0;
                text-align: center;
                width: 100%;
                max-width: 100%;
            }

            .hero-text {
                padding: 0 20px;
            }

            .hero-text h1 {
                font-size: 32px;
                margin-bottom: 15px;
            }

            .hero-text p {
                font-size: 16px;
                margin-bottom: 20px;
            }

            .hero-buttons {
                flex-direction: column;
                gap: 15px;
                align-items: center;
            }

            .hero-character {
                height: 300px;
                margin-top: 30px;
            }

            .features {
                flex-direction: column;
                align-items: stretch;
                position: static;
                transform: none;
                margin-top: 50px;
                width: 100%;
                padding: 0;
                gap: 15px;
                left: auto;
                bottom: auto;
            }

            .feature-card {
                width: 100%;
                max-width: none;
                padding: 25px;
                margin: 0;
            }

            .section-content {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 0 20px;
            }

            .section-text {
                padding: 20px;
            }

            .section-text h2 {
                font-size: 28px;
            }

            .section-image {
                height: 250px;
            }
        }

        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 28px;
            }

            .hero-text p {
                font-size: 14px;
            }

            .btn-primary-home, .btn-secondary-home {
                padding: 12px 25px;
                font-size: 14px;
                width: 200px;
                text-align: center;
            }

            .feature-card {
                padding: 20px;
            }

            .feature-card h3 {
                font-size: 16px;
            }

            .feature-card p {
                font-size: 13px;
            }
        }
		
.navbar
 {
    background-color: transparent!important;
    backdrop-filter: blur(10px)!important;
    border-bottom: none!important;
}