* {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    scroll-behavior: smooth;
    scroll-margin-top: 250px; 
}


.card-wrapper4 {
    max-width: 100%;
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 60px 35px;
}

.text-h1-areas {
    padding: 0;
    font-weight: 500;
    font-size: 64px;
    font-family: "Outfit", sans-serif;
    line-height: 1;
}

.text-h2-areas {
    padding: 0;
    font-weight: 500;
    font-size: 50px;
    font-family: "Outfit", sans-serif;
    line-height: 1;
}

.text-h3-areas {
    padding: 0;
    font-weight: 100;
    font-size: 34px;
    font-family: "Outfit", sans-serif;
}

.homeArea-text .text-h4 {
    color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 100;
line-height: 20px; /* 83.333% */
}

section.home-areas {
    height: 100vh;
}


section.home-areas .flex {
   justify-content: space-between;
   align-items: center;
   margin-top: 110px;
   height: 80vh;
}


.homeArea-img img {
    width: 100%;
}



.homeArea-copy {
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 60%;
}

.homeArea-img {
    display: flex;
    justify-content: center;
}

.sugestao-areas {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.sugestao-areas p {
    padding: 4px 20px;
    border: 1px solid #323232;
    border-radius: 100px;
}

.sugestao-areas-mobile {
    display: none;
    flex-direction: row;
    gap: 7px;
}

.sugestao-areas-mobile p {
    padding: 4px 20px;
    border: 1px solid #323232;
    border-radius: 20px;
}

.homeArea-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.homeArea-text .text-h1 {
    padding: 0;
}

.homeArea-text .text-h1-areas span{
    font-weight: 700;
    background: var(--gr, linear-gradient(88deg, #FF3D3D 7.95%, #CF6932 17.73%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}


section.areas-middle {
    margin-bottom: 120px;
}

.areas-middle .areas-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.areas-middle .areas-text p{
    line-height: 3;
}

.areas-middle .flex {
    justify-content: center;
}


section.ux-areas{
margin-bottom: 70px;
}


section.ux-areas .flex {
    flex-direction: column;
    gap: 40px;
}


.card-wrapper3 {
    max-width: 100%;
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 60px 35px;
}

.law-cards {
    display: flex;
    flex-wrap: nowrap; /* Não quebra linha, pois é um carrossel */
    justify-content: center;
    gap: 20px;
    align-items: stretch; /* Garante que os cards tenham a mesma altura */
}

.law-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #595252;
    border-radius: 16px;
    padding: 70px 20px;
    gap: 30px;
    height: 100%;   
}

.law-card-middle {
    background: rgba(63, 63, 63, 0.07);
    display: flex;
    flex-direction: column;
    border: 1px solid #595252;
    border-radius: 16px;
    padding: 70px 20px;
    gap: 30px;
    height: 100%;  
}

.law-card-middle img {
    width: 40px;
}


.law-card .text-p {
    color: #cccccc;
}

section.web3 .law-card {
    border: 1px solid #595252;
    border-radius: 16px;
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}




.law-card img {
    width: 40px;
}

.law-card-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.law-card-title .text-h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5; /* 125% */
}

.law-card-title hr {
    margin: 0;
}