/* Base Styles */
.in8-empresas {
    padding: 150px 0;
}

.in8-empresas .d-flex{
    display: flex;
}

.in8-empresas .justify-content-around{
    justify-content: space-around;
}

.in8-empresas .align-items-center{
    align-items: center;
}

.in8-text {
    max-width: 535px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.in8-text h1 {
    font-size: 55px;
    font-weight: 500;
}

.in8-text p {
    font-size: 20px;
    font-weight: 400;
}

.in8-text .saiba-mais {
    margin-top: 50px;
}

.in8-text .saiba-mais a {
    text-wrap: nowrap;
    text-decoration: none;
    background: rgb(49 253 109);
    color: white;
    font-size: 25px;
    border-radius: 7px;
    padding: 17px 35px;
}

/* Layout Components */
.in8-empresas .container {
    position: relative;
}

.in8-image {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.in8-logo {
    position: relative;
    display: block;
    right: -114px;
    width: 75%;
}

/* Icons */
.icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.icon {
    position: absolute;
    width: 155px;
    height: 0px;
    pointer-events: all;
}

/* Icon Positions */
.icon-buscamilhas {
    top: -159%;
    left: -4%;
}

.icon-buscamilhas::before {
    content: "";
    position: absolute;
    width: 59px;
    height: 2px;
    background-color: #ccc;
    top: 63px;
    left: 65%;
    transform: rotate(70deg);
}

.icon-africandev {
    top: -179%;
    left: 58%;
}

.icon-africandev::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #ccc;
    top: 118px;
    left: 15%;
    transform: rotate(137deg);
}

.icon-devnology {
    top: -1%;
    left: -40%;
}

.icon-devnology::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 2px;
    background-color: #ccc;
    top: 29px;
    left: 111%;
    transform: rotate(188deg);
}

.icon-superjovem {
    bottom: -65%;
    left: -14%;
}

.icon-superjovem::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 2px;
    background-color: #ccc;
    top: -15px;
    left: 75%;
    transform: rotate(139deg);
}

.icon-dot8 {
    bottom: 246%;
    right: 5%;
}

.icon-dot8::before {
    content: "";
    position: absolute;
    width: 47px;
    height: 2px;
    background-color: #ccc;
    top: 82px;
    left: -17%;
    transform: rotate(121deg);
}

.icon-efeitos {
    top: 159%;
    right: -14%;
}

.icon-efeitos::before {
    content: "";
    position: absolute;
    width: 43px;
    height: 2px;
    background-color: #ccc;
    top: -28px;
    left: -23%;
    transform: rotate(40deg);
}

.icon-devgo {
    top: 218%;
    right: 43%;
}

.icon-devgo::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #ccc;
    top: -36px;
    left: 21%;
    transform: rotate(-90deg);
}

/* Utility Classes */
#mobile {
    display: none;
}

#desktop {
    display: flex;
}

/* Media Queries */
@media(max-width: 1204px) {
    #mobile {
        display: flex;
    }

    #desktop {
        display: none;
    }

    .features-section .feature-item:not(:last-child)::after {
        display: none;
    }

    .in8-empresas .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .in8-text {
        max-width: 535px;
        display: flex;
        flex-direction: column;
        gap: 115px;
        align-items: center;
    }

    .in8-logo {
        margin: 3px;
        position: relative;
        display: block;
        right: -55px;
        width: 43%;
    }

    .in8-empresas {
        padding: 60px 0;
    }

    .icon {
        position: absolute;
        width: 70px;
        pointer-events: all;
    }

    .logobusca, .logodev {
        width: 120px;
    }

    .icon-buscamilhas {
        top: -216%;
        left: -12%;
    }

    .icon-buscamilhas::before {
        width: 45px;
        top: 51px;
        left: 75%;
    }

    .icon-africandev {
        top: -226%;
        left: 58%;
    }

    .icon-africandev::before {
        top: 76px;
    }

    .icon-devnology {
        top: -44%;
        left: -43%;
    }

    .icon-devnology::before {
        width: 25px;
        top: 28px;
        left: 100%;
        transform: rotate(207deg);
    }

    .icon-superjovem {
        bottom: -33%;
        left: -25%;
    }

    .icon-superjovem::before {
        width: 53px;
        top: -6px;
        left: 77%;
    }

    .icon-dot8 {
        bottom: 276%;
    }

    .icon-dot8::before {
        top: 60px;
        width: 39px;
    }

    .icon-efeitos {
        top: 174%;
        right: -26%;
    }

    .icon-efeitos::before {
        left: -38%;
    }

    .icon-devgo {
        top: 219%;
        right: 43%;
    }

    .icon-devgo::before {
        width: 41px;
        top: -19px;
        left: 48%;
    }
}

@media(max-width: 750px) {
    .in8-text h1, 
    .in8-text .h1 {
        font-size: 40px;
        text-align: center;
    }

    .saiba-mais {
        text-align: center;
    }

    .saiba-mais a {
        padding: 16px 100px;
    }
}

@media(max-width: 470px) {
    .in8-image {
        position: relative;
        width: 100%;
        max-width: 400px;
    }
}

@media(max-width: 430px) {
    .in8-logo {
        margin: 3px;
        position: relative;
        display: block;
        right: -63px;
        width: 43%;
    }

    .icon-dot8 {
        bottom: 292%;
        right: -14%;
    }

    .icon-dot8::before {
        top: 60px;
    }

    .icon-devgo {
        right: 34% !important;
    }

    .icon-efeitos {
        top: 162%;
        right: -38%;
    }

    .icon-efeitos::before {
        top: -20px;
        left: -26%;
    }
}

@media(max-width: 414px) {
    .in8-image {
        position: relative;
        width: 100%;
        max-width: 400px;
    }
}

@media(max-width: 395px) {
    .in8-image {
        position: relative;
        width: 88%;
        max-width: 400px;
    }
} 