
        body {
            font-family: 'Inter', sans-serif;
        }
        .hero-bg {
            background-image: url('https://placehold.co/1600x800/f5f3ff/4c1d95?text=Innovative+Beauty+Solutions');
            background-size: cover;
            background-position: center;
        }
        .section-title {
            font-size: 2.25rem; /* 36px */
            font-weight: 700;
            line-height: 2.5rem; /* 40px */
            letter-spacing: -0.025em;
        }
        .section-subtitle {
            font-size: 1.125rem; /* 18px */
            color: #4A5568; /* gray-700 */
        }
        .section-subtitle-text {
            color: #939393
        }
        .service-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        }
    