body {
    overflow-x: hidden;
}

.hero-bg {
    padding: 100px 0;
    background-image: url('../images/hero.webp');
}

.gradient-text {
    background: linear-gradient(to right, #4F46E5, #EC4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.split-bg {
    background: linear-gradient(to right, #111827 50%, #F3F4F6 50%);
}

.solution {
    background-image: url('../images/solution-hero.webp');
    background-blend-mode: overlay;
    background-size: cover;
}

iframe {
    border: 0;
}

@media (max-width: 468px) {
    .small {
        font-size: 0.6rem;
    }
}