body, html {
    font-family: "Poppins", sans-serif;
}

body {
    background-image: url("/images/back.png");
    background-size: 100%;
}

.button-primary {
    background-color: white;
    padding: 10px 15px;
    border-radius: 1000px;
    height: fit-content;
    cursor: pointer;
}

ul.list-check li {
    position: relative;
    padding-left: 28px;
}

ul.list-check li::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url("/images/check_orange.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 25%;
}

.degrade-laranja {
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(50deg, #fad126, #ff544f);
    color: transparent;
}

 .carousel-container {
     width: 100%;
     overflow: hidden;
     position: relative;
 }

.carousel-track {
    display: flex;
    width: fit-content;
    animation: scroll 17s linear infinite;
}

.carousel-item {
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pausar ao passar o mouse (opcional) */
.carousel-track:hover {
    animation-play-state: paused;
}

.results-strip {
    background: radial-gradient(120% 220% at 50% -20%, rgba(68, 48, 190, 0.48) 0%, rgba(8, 8, 22, 1) 50%, rgba(2, 2, 14, 1) 100%);
}

.result-stat {
    text-align: center;
}

.result-number {
    color: #ffffff;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.6rem;
}

.result-title {
    color: #ffffff;
    font-size: clamp(0.96rem, 1.8vw, 1.3rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.result-subtitle {
    color: rgba(255, 255, 255, 0.56);
    font-size: clamp(0.82rem, 1.4vw, 1.05rem);
    line-height: 1.25;
}

@media screen and (max-width: 640px) {
    .results-strip {
        padding-top: 2.3rem;
        padding-bottom: 2.3rem;
    }
}

@media screen and (min-width: 1024px) {
    .bg-logo-big {
        background-image: url("/images/logo_big_glow.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 80vh;
    }
}










.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
