        .home-hero {
            padding: 46px 0 10px;
        }

        .home-hero-banner {
            background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(99, 102, 241, 0.85) 100%);
            border-radius: 16px;
            box-shadow: 0 20px 45px rgba(99, 102, 241, 0.25);
            color: #fff;
            overflow: hidden;
            padding: 64px 30px;
            position: relative;
            text-align: center;
        }

        .home-hero-badge {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 999px;
            color: #fff;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.8rem;
            font-weight: 600;
            padding: 7px 18px;
            margin-bottom: 18px;
        }

        .home-hero-title {
            color: #fff;
            font-size: clamp(2rem, 5vw, 3.4rem);
            margin-bottom: 16px;
        }

        .home-hero-banner p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.05rem;
            margin: 0 auto 28px;
            max-width: 680px;
        }

        .home-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: center;
            margin-bottom: 30px;
        }

        .btn-outline-hero {
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.7);
            border-radius: 8px;
            color: #fff;
            font-weight: 700;
            padding: 10px 22px;
            text-decoration: none;
        }

        .btn-outline-hero:hover {
            background: #fff;
            color: var(--primary-color);
        }

        .home-hero-stats {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            display: inline-flex;
            gap: 28px;
            padding: 16px 28px;
        }

        .home-hero-stats .stat-item span {
            display: block;
            font-size: 1.4rem;
            font-weight: 800;
        }

        .home-hero-stats .stat-item small {
            font-size: 0.75rem;
            opacity: 0.85;
        }

        .home-hero-stats .stat-divider {
            background: rgba(255, 255, 255, 0.25);
            width: 1px;
        }

        .home-feature-card {
            align-items: flex-start;
            background: #fff;
            border: 1px solid var(--border-color);
            border-radius: 10px;
            box-shadow: 0 14px 36px rgba(20, 43, 53, 0.05);
            display: flex;
            gap: 16px;
            height: 100%;
            padding: 26px;
        }

        .home-feature-icon {
            align-items: center;
            background: var(--brand-gradient);
            border-radius: 8px;
            color: #fff;
            display: flex;
            flex-shrink: 0;
            font-size: 1.3rem;
            height: 48px;
            justify-content: center;
            width: 48px;
        }

        .home-section-kicker {
            color: var(--accent-color);
            display: inline-block;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-bottom: 6px;
            text-transform: uppercase;
        }

        .home-testimonials {
            background: var(--soft-gradient);
        }

        .home-testimonial-card {
            background: #fff;
            border: 1px solid var(--border-color);
            border-radius: 10px;
            box-shadow: 0 14px 36px rgba(20, 43, 53, 0.05);
            height: 100%;
            padding: 28px;
        }

        .home-testimonial-stars {
            color: #f5b301;
            font-size: 0.85rem;
            margin-bottom: 14px;
        }

        .home-testimonial-card p {
            color: #4b5563;
            font-size: 0.95rem;
            font-style: italic;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .home-testimonial-author {
            align-items: center;
            border-top: 1px solid var(--border-color);
            display: flex;
            gap: 12px;
            padding-top: 16px;
        }

        .home-testimonial-avatar {
            align-items: center;
            background: var(--brand-gradient);
            border-radius: 50%;
            color: #fff;
            display: flex;
            flex-shrink: 0;
            font-weight: 700;
            height: 40px;
            justify-content: center;
            width: 40px;
        }

        .home-about-panel {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 20px 50px rgba(20, 43, 53, 0.08);
            display: flex;
            overflow: hidden;
        }

        .home-about-side {
            background: linear-gradient(155deg, rgba(15, 23, 42, 0.96) 0%, rgba(99, 102, 241, 0.92) 100%);
            color: #fff;
            display: flex;
            flex: 0 0 36%;
            flex-direction: column;
            justify-content: center;
            padding: 48px 40px;
            position: relative;
        }

        .home-about-side i {
            color: rgba(255, 255, 255, 0.35);
            font-size: 2.6rem;
            margin-bottom: 12px;
        }

        .home-about-mission {
            font-size: 1.15rem;
            font-style: italic;
            line-height: 1.6;
            margin: 0;
        }

        .home-about-main {
            flex: 1;
            padding: 48px 46px;
        }

        .home-about-main h2 {
            font-size: clamp(1.5rem, 2.6vw, 2rem);
            line-height: 1.25;
            margin: 6px 0 18px;
        }

        .home-about-main p {
            color: #5f6673;
            font-size: 1rem;
            line-height: 1.8;
        }

        .home-about-highlights {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
        }

        .home-about-highlights div {
            align-items: center;
            color: var(--primary-color);
            display: inline-flex;
            font-size: 0.9rem;
            font-weight: 600;
            gap: 8px;
        }

        .home-about-highlights i {
            color: var(--accent-color);
        }

        @media (max-width: 767px) {
            .home-about-panel {
                flex-direction: column;
            }

            .home-about-side,
            .home-about-main {
                padding: 34px 26px;
            }
        }

        .home-cta {
            align-items: center;
            background: var(--brand-gradient);
            border-radius: 12px;
            color: #fff;
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            justify-content: space-between;
            margin: 10px 0 50px;
            padding: 34px 32px;
        }

        .home-cta h3 {
            color: #fff;
            margin-bottom: 4px;
        }

        .home-cta p {
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 0;
        }
