body {
    padding-top: 4em;
}
header ..nav-link {
	border-bottom: none!important;
}

header .btn-primary:hover{
	border-color: var(--color-primary)
}
.wsi-hero-banner {
    overflow: hidden;
}

.wsi-hero-banner__content {
    max-width: 560px;
}

.gradient-text {
    background: linear-gradient(90deg, #0b3c5d 0%, #22c55e 60%, #16a34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wsi-hero-banner__content h1 {
    margin: 0 0 28px;
    font-size: 3em;
    line-height: 1.05;
    font-weight: 700;
    color: #0d3b66;
    letter-spacing: -0.03em;
}

.wsi-hero-banner__content h1 span {
    display: inline;
    color: #16a34a;
}

.wsi-hero-banner__content p {
    margin: 0 0 36px;
    font-size: 1.25rem;
    line-height: 1.55;
    color: #666;
    max-width: 520px;
}

.wsi-hero-banner__actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.btn-wsi-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 10px;
    background: #1fb44a;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: .25s ease;
}

.btn-wsi-hero:hover {
    background: #19913b;
    color: #fff;
}

.wsi-hero-banner__meta {
    padding-left: 22px;
    border-left: 1px solid #d6d6d6;
}

.wsi-hero-banner__meta span {
    display: block;
    font-size: 1rem;
    color: #666;
    white-space: nowrap;
}

.wsi-hero-banner__visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 540px;
}


.wsi-hero-banner__image {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 92%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .wsi-hero-banner {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .wsi-hero-banner__content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .wsi-hero-banner__content p {
        margin-left: auto;
        margin-right: auto;
    }

    .wsi-hero-banner__actions {
        justify-content: center;
    }

    .wsi-hero-banner__meta {
        padding-left: 0;
        border-left: 0;
    }

    .wsi-hero-banner__visual {
        min-height: 420px;
    }

}

@media (max-width: 575px) {
    .wsi-hero-banner__content h1 {
        font-size: 2.4rem;
    }

    .wsi-hero-banner__content p {
        font-size: 1rem;
    }

    .btn-wsi-hero {
        width: 100%;
    }

    .wsi-hero-banner__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wsi-hero-banner__meta span {
        white-space: normal;
        text-align: center;
    }

    .wsi-hero-banner__visual {
        min-height: 320px;
    }


}

.wsi-clientes__subtitle {
    font-size: 1em;
    line-height: 1.4;
}

.wsiClientesSwiper {
    padding: 10px 0;
}

.wsiClientesSwiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.wsi-clientes__item {
    background: #fff;
    padding: 16px 24px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
}

.wsi-clientes__item img {
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .85;
    transition: .3s ease;
}

.wsi-clientes__item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


.wsi-numeros__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 30px;
    background: #f5f5f5;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
}

.wsi-numero {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wsi-numero__icone img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.wsi-numero__texto strong {
    display: block;
    color: #16a34a;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
}

.wsi-numero__texto span {
    font-size: .7em
    color: #666;
    line-height: 1.3;
}

.wsi-numeros__divider {
    width: 1px;
    height: 32px;
    background: #e0e0e0;
}

@media (max-width: 991px) {
    .wsi-numeros__box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wsi-numeros__divider {
        display: none;
    }

    .wsi-numero {
        width: 45%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .wsi-numero {
        width: 100%;
        justify-content: flex-start;
    }
}



.wsi-problema__content {
    max-width: 520px;
}

.wsi-problema__content small {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #21b35b;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wsi-problema__content h2 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.12;
    font-weight: 700;
    color: #0b3c66;
    letter-spacing: -0.03em;
}

.wsi-problema__content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #7a7a7a;
}

.wsi-problema__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.wsi-problema__card {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
}

.wsi-problema__card h3 {
    margin: 0 0 14px;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 700;
    color: #0b3c66;
}

.wsi-problema__card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #8a8a8a;
}

@media (max-width: 991px) {
    .wsi-problema__content {
        max-width: 100%;
    }

    .wsi-problema__content h2 {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .wsi-problema__grid {
        grid-template-columns: 1fr;
    }

    .wsi-problema__card {
        padding: 20px;
    }
}

.wsi-jornada-sucesso {
    overflow: hidden;
}

.wsi-jornada-sucesso__top {
    background: linear-gradient(180deg, #03253d 0%, #042c46 100%);
    padding: 90px 0 80px;
    position: relative;
}

.wsi-jornada-sucesso__header {
    margin-bottom: 56px;
}

.wsi-jornada-sucesso__header h2 {
    margin: 0 0 12px;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
}

.wsi-jornada-sucesso__header h2 span {
    color: #00f08a;
}

.wsi-jornada-sucesso__header p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .62);
}

.wsi-jornada-sucesso__steps {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 56px;
}

.wsi-jornada-sucesso__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: rgba(14, 61, 94, 0.95);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

.wsi-jornada-sucesso__step.is-current {
    background: #24c657;
}

.wsi-jornada-sucesso__line {
    height: 4px;
    background: #0c4b73;
    border-radius: 999px;
}

.wsi-jornada-sucesso__line.is-active {
    background: #24c657;
}

.wsi-jornada-sucesso__intro {
    padding-top: 14px;
    max-width: 300px;
}

.wsi-jornada-sucesso__intro small {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #00f08a;
    text-transform: uppercase;
}

.wsi-jornada-sucesso__intro h3 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
}

.wsi-jornada-sucesso__intro p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.45;
    color: #fff;
    max-width: 260px;
}

.wsi-jornada-sucesso__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.wsi-jornada-sucesso__card {
    background: #073251;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.wsi-jornada-sucesso__card h4 {
    margin: 0 0 18px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    color: #24c657;
}

.wsi-jornada-sucesso__card p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .72);
}

.wsi-jornada-sucesso__bottom {
    overflow: hidden;
    position: relative;
    padding: 70px 0 80px;
    background-color: #0f8f63;
    background-image:
        linear-gradient(90deg, rgba(34, 197, 94, 0.92) 0%, rgba(5, 104, 156, 0.92) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.wsi-jornada-sucesso__bottom .container-lg * {
    position: relative;
    z-index: 1;
}

.wsi-jornada-sucesso__bottom img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    bottom: 0;
}

.wsi-jornada-sucesso__bottom h3 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
}

.wsi-jornada-sucesso__bottom p {
    margin: 0 0 28px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .72);
}

.btn-wsi-jornada {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 10px;
    background: #24c657;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.btn-wsi-jornada:hover {
    background: #1ea94a;
    color: #fff;
}

@media (max-width: 1199px) {
    .wsi-jornada-sucesso__steps {
        grid-template-columns: repeat(4, auto);
        justify-content: center;
    }

    .wsi-jornada-sucesso__line {
        display: none;
    }

    .wsi-jornada-sucesso__intro {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .wsi-jornada-sucesso__top {
        padding: 70px 0 60px;
    }

    .wsi-jornada-sucesso__header {
        margin-bottom: 40px;
    }

    .wsi-jornada-sucesso__grid {
        grid-template-columns: 1fr;
    }

    .wsi-jornada-sucesso__intro p {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .wsi-jornada-sucesso__steps {
        grid-template-columns: repeat(2, auto);
        gap: 12px;
    }

    .wsi-jornada-sucesso__step {
        width: 100%;
        min-height: 40px;
        font-size: .9rem;
    }

    .wsi-jornada-sucesso__card {
        padding: 22px;
    }

    .wsi-jornada-sucesso__card h4 {
        font-size: 1.25rem;
    }

    .wsi-jornada-sucesso__card p,
    .wsi-jornada-sucesso__bottom p,
    .wsi-jornada-sucesso__header p,
    .wsi-jornada-sucesso__intro p {
        font-size: 1rem;
    }
}

.wsi-solucao__content {
    max-width: 760px;
}

.wsi-solucao__content small {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #00d95f;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wsi-solucao__content h2 {
    margin: 0 0 22px;
    font-size: 2em;
    line-height: 1.08;
    font-weight: 700;
    color: #003d73;
    letter-spacing: -0.04em;
    max-width: 760px;
}

.wsi-solucao__content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.wsi-solucao__depoimento {
    background: #F7F7F7;
    border-radius: 22px;
    padding: 30px 28px;
    height: 100%;
}

.wsi-solucao__depoimento-logo {
    max-width: 130px;
    height: auto;
    margin-bottom: 28px;
}

.wsi-solucao__depoimento-texto {
    margin: 0 0 26px;
    font-size: 1.15rem;
    line-height: 1.75;
    color: #6f7b86;
}

.wsi-solucao__depoimento-autor {
    font-size: 1.15rem;
    font-weight: 500;
    color: #0b3154;
}

.wsi-solucao__depoimento-autor span {
    color: #28b04b;
}

.wsi-solucao__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.wsi-solucao__card {
    background: #F7F7F7;
    border-radius: 22px;
    padding: 28px 24px;
    height: 100%;
}

.wsi-solucao__card h3 {
    margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    color: #0b3154;
}

.wsi-solucao__card p {
    margin: 0;
    font-size: .9em;
    line-height: 1.7;
    color: #7a8791;
}

.btn-wsi-solucao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 10px;
    background: #22c14e;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.btn-wsi-solucao:hover {
    background: #1da643;
    color: #fff;
}

@media (max-width: 1199px) {
    .wsi-solucao__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .wsi-solucao__content h2 {
        max-width: 100%;
    }

    .wsi-solucao__depoimento {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .wsi-solucao__grid {
        grid-template-columns: 1fr;
    }

    .wsi-solucao__card,
    .wsi-solucao__depoimento {
        padding: 22px 20px;
    }

    .wsi-solucao__content h2 {
        font-size: 2.2rem;
    }

    .wsi-solucao__content p,
    .wsi-solucao__card p,
    .wsi-solucao__depoimento-texto {
        font-size: 1rem;
    }
}


.wsi-video__box {
    background: linear-gradient(135deg, #022c43 0%, #053b5e 100%);
    border-radius: 24px;
    padding: 5em 3em;
    position: relative;
    overflow: hidden;
}

.wsi-video__content h2 {
    margin: 0 0 24px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    max-width: 520px;
}

.wsi-video__tags {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wsi-video__tags span {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.btn-wsi-video {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s;
}

.btn-wsi-video:hover {
    background: #1ea94f;
    color: #fff;
}

.wsi-video__iframe {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.wsi-video__iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}



.wsi-cases__intro small {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #22b455;
    text-transform: uppercase;
}

.wsi-cases__intro h2 {
    margin: 0;
    font-size: 3em;
    line-height: 1.12;
    font-weight: 400;
    color: #0b3c66;
    max-width: 320px;
}

.wsi-case-card__top {
    margin-bottom: 14px;
}

.wsi-case-card__logo {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #1f1f1f;
}

.wsi-case-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wsi-case-card__metricas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.wsi-case-card__metrica {
    background: #06385c;
    border-radius: 8px;
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 82px;
}

.wsi-case-card__metrica p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.wsi-case-card__metrica p strong,
.wsi-case-card__metrica p span {
    color: #2fd067;
}

.wsi-case-card__depoimento {
    background-color: #F5F5F5;
    border: 1px solid #b7c8d8;
    border-radius: 14px;
    padding: 14px;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 18px;
}

.wsi-case-card__foto {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    background: #ddd;
}

.wsi-case-card__foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wsi-case-card__texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wsi-case-card__texto p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.65;
    color: #7d8c99;
}

.wsi-case-card__texto strong {
    font-size: 15px;
    line-height: 1.4;
    color: #0b3c66;
    font-weight: 500;
}

.wsiCasesSwiper {
    padding-bottom: 54px;
}

.wsi-cases__nav {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.wsi-cases__prev,
.wsi-cases__next {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.wsi-cases__prev {
    background: #d8dde2;
}

.wsi-cases__next {
    background: #23b455;
}

.wsi-cases__prev::before,
.wsi-cases__next::before {
    font-family: swiper-icons;
    font-size: 14px;
}

.wsi-cases__prev::before {
    content: 'prev';
    color: #6f7b86;
}

.wsi-cases__next::before {
    content: 'next';
    color: #fff;
}

@media (max-width: 991px) {
    .wsi-cases__intro h2 {
        max-width: 100%;
    }

    .wsi-case-card__metricas {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .wsi-case-card__logo {
        height: 160px;
    }

    .wsi-case-card__depoimento {
        grid-template-columns: 1fr;
    }

    .wsi-case-card__foto {
        width: 100px;
        height: 100px;
    }

    .wsi-case-card__texto p {
        font-size: 14px;
    }
}

.wsi-inteligencia__head {
    max-width: 1100px;
    margin: 0 auto 42px;
}

.wsi-inteligencia__head small {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #22b455;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wsi-inteligencia__head h2 {
    margin: 0 0 22px;
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    line-height: 1.15;
    font-weight: 700;
    color: #0b3c66;
    letter-spacing: -0.03em;
}

.wsi-inteligencia__head p {
    margin: 0 auto;
    max-width: 920px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #7f7f7f;
}

.wsi-inteligencia__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wsi-inteligencia__card {
    background: #F5F5F5;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
}

.wsi-inteligencia__card h3 {
    margin: 0 0 14px;
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 700;
    color: #0b3154;
}

.wsi-inteligencia__card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #8b97a1;
}

@media (max-width: 991px) {
    .wsi-inteligencia__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .wsi-inteligencia__head {
        margin-bottom: 32px;
    }

    .wsi-inteligencia__card {
        padding: 22px 18px;
    }

    .wsi-inteligencia__head p,
    .wsi-inteligencia__card p {
        font-size: 1rem;
    }
}

.wsi-ia__content small {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #22b455;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wsi-ia__content h2 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    font-weight: 700;
    color: #0b3c66;
    letter-spacing: -0.03em;
}

.wsi-ia__content p {
    margin: 0 0 28px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #7d8c99;
}

.wsi-ia__cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wsi-ia-box {
    position: relative;
    display: flex;
    gap: 18px;
    padding: 24px 24px 18px;
    background: transparent;
    border: 1px solid #0d5a8c;
    border-radius: 18px;
}

.wsi-ia-box__line {
    width: 2px;
    border-radius: 999px;
    flex-shrink: 0;
}

.wsi-ia-box--green .wsi-ia-box__line {
    background: linear-gradient(180deg, #35d06c 0%, #8be0a8 100%);
}

.wsi-ia-box--gradient .wsi-ia-box__line {
    background: linear-gradient(180deg, #ff4db3 0%, #ff8a00 100%);
}

.wsi-ia-box__content {
    flex: 1;
}

.wsi-ia-box__content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.wsi-ia-box--green .wsi-ia-box__content h3 {
    color: #1fb457;
}

.wsi-ia-box--gradient .wsi-ia-box__content h3 {
    color: #1fb457;
}

.wsi-ia-box__content p {
    margin: 0 0 16px;
    max-width: 460px;
    font-size: 16px;
    line-height: 1.75;
    color: #8a8f96;
}

.wsi-ia-box__content p strong {
    color: #5b5f66;
    font-weight: 700;
}

.wsi-ia-box__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wsi-ia-box__tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 14px;
    border: 1px solid #cfd8df;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    color: #7d8690;
    background: transparent;
}

@media (max-width: 767px) {
    .wsi-ia-box {
        padding: 18px 16px 16px;
        gap: 14px;
    }

    .wsi-ia-box__content h3 {
        font-size: 20px;
    }

    .wsi-ia-box__content p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.65;
    }

    .wsi-ia-box__tags {
        gap: 8px;
    }

    .wsi-ia-box__tags span {
        font-size: 12px;
        padding: 0 12px;
    }
}

@media (max-width: 991px) {
    .wsi-ia__content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .wsi-ia__cards {
        align-items: center;
    }

    .wsi-ia__card {
        width: 100%;
        max-width: 420px;
    }
}

.wsi-integracoes__box {
    background: linear-gradient(135deg, #012842 0%, #042f4b 100%);
    border-radius: 24px;
    padding: 48px 36px;
    overflow: hidden;
}

.wsi-integracoes__content small {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #22c55e;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wsi-integracoes__content h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.12;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
}

.wsi-integracoes__content h3 {
    margin: 0 0 26px;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    line-height: 1.4;
    font-weight: 300;
    color: #dce7ef;
}

.wsi-integracoes__content p {
    margin: 0 0 28px;
    max-width: 640px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, .72);
}

.btn-wsi-integracoes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.btn-wsi-integracoes:hover {
    background: #1daa4f;
    color: #fff;
}

.wsi-integracoes__card {
    border: 1px solid rgba(42, 109, 149, 0.55);
    border-radius: 20px;
    padding: 34px 28px;
    background: rgba(1, 40, 66, 0.2);
    height: 100%;
    text-align: center;
}

.wsi-integracoes__label {
    margin: 0 0 18px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .78);
}

.wsi-integracoes__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.wsi-integracoes__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(7, 57, 87, 0.95);
}

.wsi-integracoes__logo img {
    max-width: 100%;
    max-height: 32px;
    object-fit: contain;
}

.wsi-integracoes__obs {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 991px) {
    .wsi-integracoes__box {
        padding: 36px 24px;
    }

    .wsi-integracoes__content {
        text-align: center;
    }

    .wsi-integracoes__content p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .wsi-integracoes__grid {
        grid-template-columns: 1fr;
    }

    .wsi-integracoes__card {
        padding: 24px 18px;
    }

    .wsi-integracoes__label,
    .wsi-integracoes__obs,
    .wsi-integracoes__content p {
        font-size: 1rem;
    }
}

.wsi-dashboard-rastreio__head small {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #21b35b;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wsi-dashboard-rastreio__head h2 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.12;
    font-weight: 700;
    color: #0b3c66;
    letter-spacing: -0.03em;
}

.wsi-dashboard-rastreio__head p {
    margin: 0;
    max-width: 470px;
    font-size: 1rem;
    line-height: 1.75;
    color: #7f8b96;
}

.wsi-dashboard-rastreio__image {
    text-align: center;
}

.wsi-dashboard-rastreio__image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.wsi-dashboard-rastreio__topbox {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    padding: 24px 28px;
    border: 1px solid #0d5a8c;
    border-radius: 18px;
    background: transparent;
}

.wsi-dashboard-rastreio__topitem {
    padding: 0 18px;
}

.wsi-dashboard-rastreio__icon {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1;
    color: #22b455;
}

.wsi-dashboard-rastreio__topitem h3 {
    margin: 0 0 14px;
    font-size: 1.2rem;
    line-height: 1.45;
    font-weight: 700;
    color: #0b3c66;
}

.wsi-dashboard-rastreio__topitem p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.7;
    color: #8a97a3;
}

.wsi-dashboard-rastreio__divider {
    width: 1px;
    background: #d7dfe6;
}

.wsi-dashboard-rastreio__bottombox {
    height: 100%;
    padding: 26px 28px;
    border: 1px solid #0d5a8c;
    border-radius: 18px;
    background: transparent;
}

.wsi-dashboard-rastreio__bottombox h3 {
    margin: 0 0 14px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0b3c66;
}

.wsi-dashboard-rastreio__bottombox p {
    margin: 0 0 26px;
    font-size: .95rem;
    line-height: 1.7;
    color: #8a97a3;
}

.wsi-dashboard-rastreio__metricas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wsi-dashboard-rastreio__metrica strong {
    display: block;
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #22b455;
}

.wsi-dashboard-rastreio__metrica span {
    font-size: .9rem;
    line-height: 1.5;
    color: #9aa5ae;
}

.wsi-dashboard-rastreio__highlight {
    height: 100%;
    padding: 26px 20px;
    border: 1px solid #64c37b;
    border-radius: 18px;
    background: transparent;
}

.wsi-dashboard-rastreio__highlight h3 {
    margin: 0 0 14px;
    font-size: 1.2rem;
    line-height: 1.45;
    font-weight: 700;
    color: #0b3c66;
}

.wsi-dashboard-rastreio__highlight p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.7;
    color: #8a97a3;
}

@media (max-width: 991px) {
    .wsi-dashboard-rastreio__head {
        text-align: center;
    }

    .wsi-dashboard-rastreio__head p {
        margin-left: auto;
        margin-right: auto;
    }

    .wsi-dashboard-rastreio__topbox {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wsi-dashboard-rastreio__divider {
        display: none;
    }

    .wsi-dashboard-rastreio__topitem {
        padding: 0;
    }

    .wsi-dashboard-rastreio__metricas {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {

    .wsi-dashboard-rastreio__topbox,
    .wsi-dashboard-rastreio__bottombox,
    .wsi-dashboard-rastreio__highlight {
        padding: 22px 18px;
    }

    .wsi-dashboard-rastreio__topitem h3,
    .wsi-dashboard-rastreio__bottombox h3,
    .wsi-dashboard-rastreio__highlight h3 {
        font-size: 1.1rem;
    }

    .wsi-dashboard-rastreio__metrica strong {
        font-size: 1.7rem;
    }
}

.wsi-cta-final__box {
    background: linear-gradient(135deg, #1b7a5f 0%, #0b3c66 100%);
    border-radius: 20px;
    padding: 40px 50px;
    overflow: hidden;
}

.wsi-cta-final__image {
    text-align: center;
}

.wsi-cta-final__image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}



.wsi-cta-final__content h2 {
    margin: 0 0 18px;
    font-size: 2em;
	text-align:center;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

.wsi-cta-final__content h2 strong {
    font-weight: 700;
}

.wsi-cta-final__content p {
    margin: 0 0 24px;
    font-size: 1rem;
	text-align: center;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
}

.btn-wsi-cta-final {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s ease;
}

.btn-wsi-cta-final:hover {
    background: #1ea94f;
    color: #fff;
}

@media (max-width: 991px) {
    .wsi-cta-final__box {
        padding: 30px 25px;
    }

    .wsi-cta-final__content {
        text-align: center;
        margin: 0 auto;
    }

    .wsi-cta-final__image {
        order: -1;
    }
}

@media (max-width: 575px) {
    .wsi-cta-final__content h2 {
        font-size: 1.8rem;
    }

    .wsi-cta-final__content p {
        font-size: 0.95rem;
    }
}

.wsi-faq {
    background: #022c43;
}

.wsi-faq__left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wsi-faq__left h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    max-width: 240px;
}

.wsi-faq__cta {
    margin-top: 60px;
}

.wsi-faq__cta p {
    margin: 0 0 16px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    max-width: 180px;
}

.btn-wsi-faq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 6px;
    background: #fff;
    color: #0b3154;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: .25s ease;
}

.btn-wsi-faq:hover {
    background: #e8eef2;
    color: #0b3154;
}

.wsi-faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wsi-faq__item {
    background: #053552;
    border-radius: 12px;
    overflow: hidden;
}

.wsi-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.wsi-faq__question span:first-child {
    flex: 1;
}

.wsi-faq__icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #22c55e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0;
    transition: transform .25s ease;
}

.wsi-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    padding: 0 18px;
}

.wsi-faq__answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78);
    padding-bottom: 0;
}

.wsi-faq__item.is-open .wsi-faq__answer {
    max-height: 220px;
    padding: 0 18px 18px;
}

.wsi-faq__item.is-open .wsi-faq__icon {
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    .wsi-faq__left {
        height: auto;
    }

    .wsi-faq__cta {
        margin-top: 28px;
    }

    .wsi-faq__left h2,
    .wsi-faq__cta p {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .wsi-faq__question {
        padding: 16px;
        font-size: 15px;
    }

    .wsi-faq__answer {
        padding: 0 16px;
    }

    .wsi-faq__item.is-open .wsi-faq__answer {
        padding: 0 16px 16px;
    }
}

.wsi-sobre__content h2 {
    margin: 0 0 22px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.2;
    font-weight: 700;
    color: #0b3c66;
}

.wsi-sobre__content p {
    margin: 0 0 18px;
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.75;
    color: #8b97a1;
}

.wsi-sobre__partner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.wsi-sobre__partner img {
    max-width: 180px;
    height: auto;
    display: block;
}

.wsi-sobre__cta {
    position: relative;
    border-radius: 18px;
    padding: 54px 24px;
    background: linear-gradient(135deg, #022c43 0%, #134d75 100%);
    position: relative;
    overflow: hidden;
}

.wsi-sobre__cta .wsi-sobre__cta-content * {
    position: relative;
    z-index: 1;
}

.wsi-sobre__cta img {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wsi-sobre__cta-content {
    position: relative;
    z-index: 2;
}

.wsi-sobre__cta-content p {
    margin: 0 0 8px;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
}

.wsi-sobre__cta-content h3 {
    margin: 0 0 24px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.btn-wsi-sobre {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.btn-wsi-sobre:hover {
    background: #1ca64d;
    color: #fff;
}

@media (max-width: 991px) {
    .wsi-sobre__content {
        text-align: center;
    }

    .wsi-sobre__content p {
        margin-left: auto;
        margin-right: auto;
    }

    .wsi-sobre__partner {
        justify-content: center;
    }

    .wsi-sobre__partner img {
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .wsi-sobre__cta {
        padding: 40px 20px;
    }

    .wsi-sobre__cta-content p {
        font-size: 1.2rem;
    }

    .wsi-sobre__cta-content h3 {
        font-size: 2rem;
    }
}