:root {
    --muted-text: #7E8A99;
    --gradient-hero: linear-gradient(135deg, hsl(222 40% 3%), hsl(222 35% 7%) 60%, hsl(217 40% 8%));
    --gradient-glow: radial-gradient(ellipse at 50% 0%, hsl(217 100% 60% / 0.12) 0%, transparent 60%);
    --muted: #556b78;
}

* {
    box-sizing: border-box;
    font-family: 'Syne';
}

html,
body {
    height: auto;
    margin: 0;
    overflow-x: hidden;
    box-sizing: content-box;
}

body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #080B13;
    color: white;
    padding: 0;
    margin: 0;
    padding-bottom: 50px;
}

.f-gancho-1 {
    font-size: 5rem;
}

.f-gancho-2 {
    font-size: 2rem;
}

.main-cta {
    width: 30%;
    height: 7vh;
    font-size: 1.3rem;
}

.btn-cta {
    background: linear-gradient(135deg, #2266E6, #4DB8FF);
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    border: none;
    color: black;
}

.btn-cta:hover {
    box-shadow: 1px 1px 50px rgba(34, 102, 230, 0.5);
}

header {
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: absolute;
    padding: 0 10px;
    height: 80px;
    align-items: center;
    align-content: center;
    background-color: rgba(8, 11, 19, 0.7);
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar a {
    color: var(--muted-text);
    text-decoration: none;
    font-weight: bold;
}



.hero {
    background-image: url("./assets/bg.jpg");
    background-repeat: repeat;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    opacity: 30%;
}

.cor {
    /* 1. Define o fundo como gradiente radial */
    background: linear-gradient(135deg, #2266E6, #4DB8FF);

    /* 2. Corta o background para ficar apenas dentro do texto */
    -webkit-background-clip: text;
    background-clip: text;

    /* 3. Torna a cor original do texto transparente */
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.cor-destaque {
    /* 1. Define o fundo como gradiente radial */
    background: linear-gradient(135deg, #f86f20, #fd1919);

    /* 2. Corta o background para ficar apenas dentro do texto */
    -webkit-background-clip: text;
    background-clip: text;

    /* 3. Torna a cor original do texto transparente */
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 80px;
    padding-left: 2%;
    padding-right: 2%;
}

.cards-div {
    display: flex;
    justify-content: center;
    /*     align-items: center; */
    /*     gap: 10px; */
    flex-direction: column;
    width: 100%;
}

.card {
    display: grid;
    grid-template-columns: 1fr 10fr 3fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 40px;
    height: 100px;
    /*     border-radius: 5px; */
    background: transparent;
    cursor: pointer;
    color: rgb(255, 255, 255);
    align-items: center;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.card:hover {
    /*  background: linear-gradient(135deg, #578df3, #4DB8FF); */
    padding-left: 50px;
}

.service-detail {
    display: flex;
    flex-direction: column;
}

.div-tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;

}

.tag {
    background-color: #080B13;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 6px 8px;
    font-size: 0.8rem;
    text-align: center;
}

.case-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}

.case-card {
    width: 320px;
    padding: 20px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    font-family: Arial, sans-serif;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.case-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
}

.case-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5
}

.div-question {
    display: flex;
    flex-direction: column;
}

.answer {
    color: red;
    margin-bottom: 10px;
}

.depoiments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}

.wpp-testimonial {
    width: 100%;
    height: auto;
    object-fit: contain;
    width: 23%;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.end-cta {
    width: 100%;
    font-size: 2rem;
}

a {
    all: unset;
    cursor: pointer;
    text-align: center;
}

footer {
    margin-top: 36px;
    padding: 22px 0;
    color: var(--muted);
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap
}

.small {
    font-size: 13px;
    color: var(--muted)
}

.cta-secondary {
    margin-bottom: 100px;
    height: 7vh;
    font-size: 1.3rem;
    padding-left: 5%;
    padding-right: 5%;
    background: transparent !important;
    color: rgb(45, 159, 252);
    border: 1px solid rgb(0, 110, 255);
}

.div-question span:first-child {
    color: white;
    font-size: 1.2rem;

}

.wpp-cta {
    flex: 1 1 50%;
}

strong {
    font-weight: 100;
}

/* FLOATING CTA */
.float-cta {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;

}

.float-cta a {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: linear-gradient(180deg, rgb(66, 255, 19), #176b33);
}

@media (max-width: 768px) {
    .cta-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .end-cta {
        width: 80%;
        font-size: 1.5rem;
    }

    .why-us {
        padding: 0 10%;
    }

    .content {
        padding-top: 120px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .wpp-testimonial {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        margin: 10px 0;
    }

    header {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        align-items: center;
        gap: 10px;
        height: auto;
    }

    header h1 {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 10px;
    }

    .navbar {
        flex-wrap: wrap;
    }

    .card {
        justify-content: space-between;
        gap: 10px;
        font-size: 0.8rem;
        padding: 0;
        height: auto;
    }

    .group-cta {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;

    }

    footer{
        padding: 10px;
    }
    .main-cta {
        width: auto;
        height: auto;
        padding: 20px;
    }

    .f-gancho-1 {
        font-size: 2.5rem;
    }

    .f-gancho-2 {
        font-size: 1rem;
    }
}