.hero {
        background: linear-gradient(135deg, #ffffff 0%, #fbfbfc 50%, #fbfbfc 100%);
        min-height: 90vh;
        display: flex;
        align-items: center;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        background: radial-gradient(ellipse at center, rgba(40, 167, 69, 0.05) 0%, transparent 70%);
        z-index: 1;
    }

    .hero-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        z-index: 2;
    }

    .hero-content {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 60px;
        align-items: center;
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        margin-top: 50px;
        gap: 8px;
        background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(34, 197, 94, 0.1));
        color: #15803d;
        padding: 12px 20px;
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: -30px;
        border: 1px solid rgba(40, 167, 69, 0.2);
    }

    .hero-badge i {
        color: #22c55e;
        font-size: 1rem;
    }

    .hero-title {
        font-size: 3.5rem;
        font-weight: 800;
        line-height: 1.1;
        color: #111827;
        margin-bottom: 24px;
        letter-spacing: -0.02em;
    }

    .highlight {
        background: linear-gradient(135deg, #22c55e, #16a34a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hero-description {
        font-size: 1.25rem;
        line-height: 1.6;
        color: #6b7280;
        margin-bottom: 32px;
        max-width: 95%;
    }

    .hero-benefits {
        display: flex;
        gap: 24px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .benefit {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #374151;
        font-weight: 500;
        font-size: 0.95rem;
    }

    .benefit i {
        color: #22c55e;
        font-size: 1.1rem;
    }

    .hero-stats {
        display: flex;
        gap: 32px;
        margin-bottom: 40px;
        padding: 24px 0;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
    }

    .stat {
        text-align: center;
    }

    .stat-number {
        font-size: 2.2rem;
        font-weight: 800;
        color: #111827;
        line-height: 1;
        margin-bottom: 4px;
    }

    .stat-label {
        font-size: 0.9rem;
        color: #6b7280;
        font-weight: 500;
    }

    .hero-cta {
        display: flex;
        gap: 16px;
        margin-bottom: 32px;
    }

    .btn-primary {
        background: linear-gradient(135deg, #22c55e, #16a34a);
        color: white;
        padding: 18px 32px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 10px 25px rgba(34, 197, 94, 0.3);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: none;
    }

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(34, 197, 94, 0.4);
        background: linear-gradient(135deg, #16a34a, #15803d);
    }

    .btn-secondary {
        background: rgba(34, 197, 94, 0.1);
        color: #16a34a;
        padding: 18px 32px;
        border: 2px solid rgba(34, 197, 94, 0.2);
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }

    .btn-secondary:hover {
        background: rgba(34, 197, 94, 0.15);
        border-color: #22c55e;
        transform: translateY(-2px);
    }

    .trust-indicators {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #6b7280;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .trust-item i {
        color: #22c55e;
        font-size: 1rem;
    }

    /* Hero Visual */
    .visual-container {
        position: relative;
        height: 500px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 40px;
    }

    .main-image {
        position: relative;
        z-index: 3;
    }

    .hero-img {
        width: 400px;
        height: 550px;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    }

    .image-badge {
        position: absolute;
        top: -20px;
        right: -40px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        padding: 8px 16px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.85rem;
        font-weight: 600;
        color: #22c55e;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        z-index: 4;
    }

    .badge-icon {
        width: 16px;
        height: 16px;
        background: #22c55e;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
    }

    .floating-cards {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 5;
    }
    .hero-img-widget {
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    .card {
        position: absolute;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        border-radius: 16px;
        padding: 15px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
        min-width: 180px;
        z-index: 6;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .success-card {
        top: -10%;
        left: -90px;
        animation: float 6s ease-in-out infinite;
        z-index: 4;
    }

    .student-card {
        bottom: -9%;
        right: -130px;
        animation: float 6s ease-in-out infinite 2s;
        z-index: 4;
    }
    .student-card-img {
        position: absolute;
        bottom: -15%;
        right: -120px;
        animation: float 6s ease-in-out infinite 2s;
        z-index: 5;
        padding: 10px;
    }

    .cert-card {
        top: 75%;
        left: -60px;
        animation: float 6s ease-in-out infinite 4s;
        z-index: 4;
    }

    .stat-label i {
        color: #22c55e;
        margin-right: 4px;
    }

    .card-icon {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #22c55e, #16a34a);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .card-icon i {
        color: white;
        font-size: 1.2rem;
    }

    .rating i {
        color: #fbbf24;
        margin-right: 2px;
    }

    .card-avatar {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #22c55e, #16a34a);
        border-radius: 50%;
        margin-bottom: 8px;
    }

    .card-content h4 {
        font-size: 1rem;
        font-weight: 700;
        color: #111827;
        margin-bottom: 4px;
    }

    .card-content p {
        font-size: 0.85rem;
        color: #6b7280;
        margin: 0;
    }

    .rating {
        font-size: 0.8rem;
        margin-top: 4px;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }

    /* Responsive */
    @media (max-width: 968px) {
        .hero-content {
            grid-template-columns: 1fr;
            gap: 40px;
            text-align: center;
        }

        .hero-title {
            font-size: 3rem;
        }

        .hero-stats {
            justify-content: center;
        }

        .hero-cta {
            justify-content: center;
        }

        .trust-indicators {
            justify-content: center;
        }

        .floating-cards {
            display: none;
        }

        .student-card-img {
            position: absolute;
            bottom: -60px;
            left: 65%;
            transform: translateX(-50%);
            animation: none;
            z-index: 4;
            padding: 0;
            background: transparent;
            box-shadow: none;
            border: none;
            border-radius: 0;
        }

        .hero-img-widget {
            width: 200px;
            height: auto;
        }

        .hero-img {
            width: 300px;
            height: 400px;
        }

        .visual-container {
            height: 450px;
            padding-bottom: 40px;
            margin-right: 0;
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .hero {
            padding: 40px 0;
        }

        .hero-title {
            font-size: 2.5rem;
        }

        .hero-description {
            font-size: 1.1rem;
        }

        .hero-stats {
            flex-direction: column;
            gap: 16px;
        }

        .hero-cta {
            flex-direction: column;
            align-items: center;
        }

        .btn-primary,
        .btn-secondary {
            width: 100%;
            max-width: 300px;
            justify-content: center;
        }

        .student-card-img {
            bottom: -40px;
            padding: 0;
            background: transparent;
            box-shadow: none;
            border: none;
            border-radius: 0;
        }

        .hero-img-widget {
            width: 180px;
            height: auto;
        }

        .hero-img {
            width: 280px;
            height: 370px;
        }

        .visual-container {
            height: 400px;
            padding-bottom: 30px;
        }
    }

    @media (max-width: 480px) {
        .hero-container {
            padding: 0 10px;
        }

        .hero-title {
            font-size: 2rem;
        }

        .hero-description {
            font-size: 1rem;
        }

        .student-card-img {
            bottom: -40px;
            padding: 0;
            background: transparent;
            box-shadow: none;
            border: none;
            border-radius: 0;
        }

        .hero-img-widget {
            width: 160px;
            height: auto;
        }

        .hero-img {
            width: 250px;
            height: 330px;
        }

        .visual-container {
            height: 360px;
            padding-bottom: 20px;
        }
    }