        body {
          background-color: #f8fafc;
        }

        .hero-clip {
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        }

        @media (max-width: 1024px) {
          .hero-clip {
            clip-path: none;
          }
        }

        .swiper-pagination-bullet-active {
          background: #2563eb !important;
        }