body {
            font-family: 'Poppins', sans-serif;
            color: #333;
        }
        .btn-primary {
            background-color: #1eb0a1;
            color: white;
            padding: 14px 28px;
            border-radius: 30px;
            font-weight: 600;
            display: inline-block;
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            background-color: #189b8e;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(30, 176, 161, 0.3);
        }
        .cleanspiracy-teal {
            color: #1eb0a1;
        }
        .bg-cleanspiracy-teal {
            background-color: #1eb0a1;
        }
        .bg-cleanspiracy-light {
            background-color: #e6f7f5;
        }
        .star-rating {
            color: #ffc107;
        }
        .highlight-box {
            border-radius: 12px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
        }
        .before-after-container {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
        }
        .testimonial-card {
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        .header-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
        }
        .header-wave svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 75px;
        }
        .header-wave .shape-fill {
            fill: #FFFFFF;
        }
        .statistics-blob {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 160px;
            height: 160px;
            background-color: #1eb0a1;
            border-radius: 50% 50% 50% 0;
            transform: rotate(-10deg);
            margin: 0 auto;
            color: white;
            text-align: center;
            padding: 20px;
        }
        .hashtag {
            color: #1eb0a1;
            font-weight: 700;
        }