@charset "utf-8";
/* CSS Document */

/*-- Fonts --*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*=== Variables ===*/
:root {
    /*-- Colors --*/
    --white:                #fff;
    --black:                #000;
    --green-50:             #FAFFEA;
    --green-100:            #F1FFBE;
    --green-200:            #eaff9e;
    --green-300:            #e0ff72;
    --green-400:            #daff56;
    --green-500-primary:    #D1FF2C;
    --green-600:            #bee828;
    --green-700:            #94b51f;
    --green-800:            #738c18;
    --green-900:            #586b12;
    --feedback-success-text: #36A147;
    --neutral-grey-1:       #F8F8F8;
    --neutral-grey-2:       #F6F6F6;
    --neutral-grey-3:       #F2F2F2;
    --neutral-grey-4:       #EFEFEF;
    --grey-50:              #EBEBEB;
    --grey-100:             #C0C0C0;
    --grey-200:             #A2A2A2;
    --grey-300:             #777;
    --grey-400:             #5D5D5D;
    --grey-500:             #343434;
    --grey-600:             #2F2F2F;
    --grey-700:             #252525;
    --purple-50:            #F1E7F0;
    --purple-100:           #D3B6D0;
    --purple-500-secondary: #721366;
    --purple-600:           #68115D;
    --purple-700:           #510D48;
    --purple-800:           #3F0A38;
    --blue-50:              #F0F6F7;
    --blue-100:             #F0F6F7;
    --blue-200:             #B9D3DB;
    --blue-300:             #99BFCB;
    --blue-400:             #85B3C1;
    --blue-500:             #67A0B1;
    --blue-600:             #5E92A1;
    --blue-700:             #49727E;
    --blue-800:             #395861;
    --blue-900:             #2B434A;
    --grey-900:             #161616;
    --yellow-50:            #FFFBE8;
    --yellow-100:           #FEF1B8;
    --yellow-300:           #FDE165;
    --yellow-700:           #B39512;
    --red-100:              #ffc8d6;
    --red-200:              #ffaec2;
    --red-300:              #ff89a7;
    --red-700:              #B53857;
    /*-- Fonts --*/

}



/*=== General ===*/
html {

}
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--grey-900);
}
p {

}
strong {

}
a {
    text-decoration: none;
    transition: all .3s ease;
}
a:hover {

}
:focus {
    outline: none;
    border: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Imags */
img {
    max-width: 100%;
    height: auto;
}
img.size-full {
    max-width: none;
    height: inherit;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
img.alignleft, figure.alignleft {
    margin: 0 30px 30px 0;
    float: left;
}
img.alignright, figure.alignright {
    margin: 0  0 30px 30px;
    float: right;
}
img.position-absolute {
    max-width: none;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    margin-bottom: 24px;
    margin-top: 24px;
}

.radius-8 {
    border-radius: 8px;
}

/* Colors */
.bg-black {
    background-color: var(--black);
}
.bg-grey {
    background-color: var(--neutral-grey-2);
}
.bg-grey-50 {
    background-color: var(--grey-50);
}
.bg-grey-400 {
    background-color: var(--grey-400);
}
.bg-green-100 {
    background-color: var(--green-100);
}
.bg-green {
    background-color: var(--green-500-primary);
}
.bg-green-50 {
    background-color: var(--green-50);
}
.bg-green-100 {
    background-color: var(--green-100);
}
.bg-green-200 {
    background-color: var(--green-200);
}
.bg-green-300 {
    background-color: var(--green-300);
}
.bg-green-400 {
    background-color: var(--green-400);
}
.bg-green-500 {
    background-color: var(--green-500);
}
.bg-green-600 {
    background-color: var(--green-600);
}
.bg-green-700 {
    background-color: var(--green-700);
}
.bg-green-800 {
    background-color: var(--green-800);
}
.bg-green-900 {
    background-color: var(--green-900);
}
.bg-grey-dark {
    background-color: var(--grey-500);
}
.bg-grey-dark .subtitle, .bg-grey-dark .title, .bg-grey-dark p {
    color: var(--white);
}
.bg-purple-50 {
    background-color: var(--purple-50);
}
.bg-purple-100 {
    background-color: var(--purple-100);
}
.bg-purple-500-secondary {
    background-color: var(--purple-500-secondary);
}
.bg-purple-700 {
    background-color: var(--purple-700);
}
.bg-purple-800 {
    background-color: var(--purple-800);
}
.bg-blue-50 {
    background-color: var(--blue-50);
}
.bg-blue-100 {
    background-color: var(--blue-100);
}
.bg-blue-200 {
    background-color: var(--blue-200);
}
.bg-blue-300 {
    background-color: var(--blue-300);
}
.bg-blue-400 {
    background-color: var(--blue-400);
}
.bg-blue-500 {
    background-color: var(--blue-500);
}
.bg-blue-600 {
    background-color: var(--blue-600);
}
.bg-blue-700 {
    background-color: var(--blue-700);
}
.bg-blue-800 {
    background-color: var(--blue-800);
}
.bg-blue-900 {
    background-color: var(--blue-900);
}
.bg-neutral-grey-1 {
    background-color: var(--neutral-grey-1);
}
.bg-neutral-grey-2 {
    background-color: var(--neutral-grey-2);
}
.bg-neutral-grey-3 {
    background-color: var(--neutral-grey-3);
}
.bg-yellow-100 {
    background-color: var(--yellow-100);
}
.bg-yellow-300 {
    background-color: var(--yellow-300);
}
.bg-purple-600 {
    background-color: var(--purple-600);
}
.bg-red-300 {
    background-color: var(--red-300);
}
.bg-red-200 {
    background-color: var(--red-200);
}
.bg-red-100 {
    background-color: var(--red-100);
}
.color-grey-300 {
    color: var(--grey-300);
}
.color-feedback-success-text {
    color: var(--feedback-success-text);
}

/* Fonts */

.fs-13, .fs-13 p {
    font-size: 13px;
}

.font-large {
    font-size: 48px;
    font-weight: 700;
}
.font-medium {
    font-size: 40px;
    font-weight: 600;
}
.subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.caption {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--grey-900);
}
h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
h2 {
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}
h4 {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
}
h5 {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
}
h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.title {
    font-size: 33px;
    font-weight: 700;
    line-height: 120%;
}
.title-number {
    display: flex;
    align-items: center;
    gap: 16px;
}
.title-number span {
    font-size: 40px;
    font-weight: 600;
    color: var(--white);
    line-height: 120%;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.fw-500, .fw-500 p {
    font-weight: 500;
}

/* Buttons */
.button {
    padding: 10px 16px;
    border-radius: 8px;
    background-color: transparent;
    color: var(--grey-900);
    font-weight: 600;
    line-height: 120%;
    border: 1px solid var(--grey-900);
    white-space: nowrap;
}
.button.icon {
    display: flex;
    align-items: center;
    gap: 8px;
}
.button.black {
    background-color: var(--grey-900);
    color: var(--green-500-primary);
}
.button.green {
    background-color: var(--green-500-primary);
    color: var(--grey-900);
    border-color: var(--green-500-primary);
}
.button.border-green {
    border-color: var(--green-500-primary);
    color: var(--green-500-primary);
}
.about-home .container {
    max-width: 480px;
}

/* Spacing */
.padding-tb-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.padding-t-16 {
    padding-top: 16px;
}
.padding-b-16 {
    padding-bottom: 16px;
}
.padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-t-40 {
    padding-top: 40px;
}
.padding-b-40 {
    padding-bottom: 40px;
}
.padding-tb-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}
.padding-t-48 {
    padding-top: 48px;
}
.padding-b-48 {
    padding-bottom: 48px;
}
.padding-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-t-60 {
    padding-top: 60px;
}
.padding-b-60 {
    padding-bottom: 60px;
}
.padding-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-t-80 {
    padding-top: 80px;
}
.padding-b-80 {
    padding-bottom: 80px;
}
.padding-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-t-100 {
    padding-top: 100px;
}
.padding-b-100 {
    padding-bottom: 100px;
}
.padding-tb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.padding-t-120 {
    padding-top: 120px;
}
.padding-b-120 {
    padding-bottom: 120px;
}
.padding-tb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.padding-t-150 {
    padding-top: 150px;
}
.padding-b-150 {
    padding-bottom: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-46 {
    margin-bottom: 46px;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

/* Swiper */

.swiper .swiper-pagination {
    margin-top: 10px;
    position: relative;
}
.swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--purple-500-secondary);
}
.swiper .swiper-button-next {
    width: 7.4px;
    height: 12px;
    background: url(../img/arrow-right-purple.svg);
}
.swiper .nav .swiper-button-prev {
    width: 7.4px;
    height: 12px;
    background: url(../img/arrow-right-purple.svg);
    transform: rotate(180deg);
}
.swiper svg {
    display: none;
}

/* Header */
header {
    background-color: var(--white);
    height: 108px;
    display: flex;
    align-items: center;
}
header.fix {
    position: fixed;
    z-index: 10;
    transform: translateY(-200%);
    transition: transform .3s ease;
    width: 100%;
    height: 90px;
    top: 0;
}
header.fix.active {
    transform: translateY(0);
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
    opacity: 1;
    color: var(--grey-900);
}
header .dropdown-toggle::after {
    border: none;
    background: url(../img/arrow-black-down.svg) center center no-repeat;
    width: 14px;
    height: 8.633px;
    vertical-align: middle;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 20px;
    background-color: var(--grey-500);
    padding: 24px;
    width: 230px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul.dropdown-menu {
    background: none;
    position: relative;
    width: auto;
    padding: 10px 0 0 28px;
    border: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul.dropdown-menu li {
    margin-top: 3px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    color: var(--green-500-primary);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {
    margin-top: 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover a, .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover, .navbar-expand-lg .navbar-nav .dropdown-menu li:hover {
    background: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:first-child {
    margin-top: 0;
}

/* Logos */
.logos.bg-green-500-primary {
    background-color: var(--green-500-primary) !important;
    height: 80px;
}

.logos h2 {
    color: var(--grey-400);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    margin-bottom: 0;
    padding: 1px 0;
}
.logos h2 strong {
    font-weight: 600;
}

.logos .swiper {
    padding: 0;
}
.logos .swiper-wrapper {
    padding: 0;
    align-items: center;
}

/* Linear continuous slide configuration */
.logos .swiper-continuous .swiper-wrapper {
    transition-timing-function: linear !important;
}

.logos .swiper-slide {
    width: auto; /* Let it flow */
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos .swiper-slide img {
    max-height: 40px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}
.logos .swiper-slide img.filter-grayscale-invert {
    filter: grayscale(1) invert(1) contrast(100) brightness(0);
}
.logos .swiper-slide img.filter-grayscale {
    filter: grayscale(1);
}

/* engine-pagutil */
.engine-pagutil {
    background-color: var(--white);
}

.engine-pagutil .grid-stats {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.engine-pagutil .stat-item .counter {
    color: var(--purple-500-secondary);
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    margin-bottom: 4px;
}

.engine-pagutil .stat-item p {
    font-size: 13px;
    line-height: 120%; /* 15.6px */
    margin-bottom: 0;
}

.engine-pagutil .engine-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 660px;
    margin: 0 auto;
}

.engine-pagutil .engine-wrapper img,
.engine-pagutil .engine-wrapper video {
    width: 100%;
    max-width: 480px;
    height: auto;
}

/* Floating texts around the engine */
.engine-pagutil .floating-text {
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    max-width: 180px;
}

/* Positioning - Assuming a roughly circular/diamond layout around the central engine image based on the reference */
.engine-pagutil .text-top {
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}

.engine-pagutil .text-right {
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}

.engine-pagutil .text-bottom {
    bottom: -76px;
    left: 50%;
    transform: translateX(-50%);
}

.engine-pagutil .text-left {
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

/* breadcrumbs */
.breadcrumbs {
    padding: 40px 0;
}
.breadcrumbs ul {
    gap: 4px;
}
.breadcrumbs ul li a.link {
    color: var(--grey-500);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}
.breadcrumbs ul li.active {
    color: var(--grey-900);
    font-family: inherit; /* Poppins is the default */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

/* Talentos — Feitos de pessoas */
.about-people-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.about-people-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
}

.about-people-media {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--neutral-grey-4);
}

.about-people-img {
    display: block;
    width: 100%;
    height: auto;
}

.about-people-text p {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-400);
}

.about-people-text p:last-child {
    margin-bottom: 0;
}

/* Compliance — Propósito */
.purpose .purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.purpose .purpose-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 40px;
    border-radius: 16px;
    background-color: var(--white);
}

.purpose .purpose-card-title {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-900);
}

.purpose .purpose-card-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: var(--grey-900);
}

/* Planos — Tiers (Starter, Growth, Scale) */
.plans-tiers .plans-tiers-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.plans-tiers .plan-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    flex: 1 1 calc(33.333% - 16px);
    min-width: 0;
    padding: 32px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.10);
}

.plans-tiers .plan-card--starter {
    background-color: var(--yellow-50);
    border-color: var(--yellow-700);
}

.plans-tiers .plan-card--growth {
    background-color: var(--green-50);
    border-color: var(--green-800);
}

.plans-tiers .plan-card--scale {
    background-color: var(--purple-50);
    border-color: var(--purple-600);
}

.plans-tiers .plan-card-head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.plans-tiers .plan-card-name {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-600);
}

.plans-tiers .plan-card-volume {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-600);
}

.plans-tiers .plan-card-desc {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: var(--grey-600);
}

.plans-tiers .plan-card-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plans-tiers .plan-card-features-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-600);
}

.plans-tiers .plan-card-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plans-tiers .plan-card-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.plans-tiers .plan-card-item img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.plans-tiers .plan-card-item span {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-600);
}

.plans-tiers .plan-card-cta {
    width: 100%;
    justify-content: center;
}

.plans-tiers .plan-card-footnote {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-600);
}

/* Planos — Comparação de recursos */
.plans-compare .plans-compare-intro {
    margin-bottom: 60px;
}

.plans-compare .plans-compare-lead {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-900);
}

.plans-compare .plans-compare-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.plans-compare .plans-compare-row {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) repeat(3, 1fr);
    align-items: center;
    column-gap: 24px;
}

.plans-compare .plans-compare-row--head {
    font-size: 19px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-900);
}

.plans-compare .plans-compare-head-feature {
    width: 200px;
    max-width: 100%;
}

.plans-compare .plans-compare-head-plan {
    text-align: center;
}

.plans-compare .plans-compare-feature {
    margin: 0;
    width: 170px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: var(--grey-900);
}

.plans-compare .plans-compare-cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plans-compare .plans-compare-cell img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.plans-compare .plans-compare-divider {
    margin: 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid var(--grey-200);
}

.plans-compare .plans-compare-divider--head {
    border-top-color: var(--green-800);
}

/* Talentos — Nossas vagas (grade ≥992px; carrossel com peek ≤991px — ver Responsive) */
.jobs-oppenings .jobs-grid {
    min-width: 0;
    width: 100%;
}

.jobs-oppenings .job-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 40px;
    border-radius: 16px;
    background-color: var(--white);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
}

.jobs-oppenings .job-card-top {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.jobs-oppenings .job-card-linkedin {
    display: flex;
    line-height: 0;
}

.jobs-oppenings .job-card-linkedin img {
    width: 32px;
    height: 32px;
}

.jobs-oppenings .job-card-title {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-900);
}

.jobs-oppenings .job-card-meta {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.jobs-oppenings .job-card-meta--model {
    align-items: center;
}

.jobs-oppenings .job-card-meta img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.jobs-oppenings .job-card-meta-text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: var(--grey-900);
}

.jobs-oppenings .job-card-date {
    align-self: stretch;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-300);
    text-align: right;
}

.jobs-oppenings .job-card-cta img {
    width: 28px;
    height: 28px;
}

/* Sobre — Nossa história (timeline) */

.history-lead {
    margin: 0 0 32px;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-900);
    max-width: 100%;
}

.history-timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history-milestone {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--green-500-primary);
}

.history-milestone:first-child {
    padding-top: 0;
}

.history-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.history-year-col {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 120px;
    width: 120px;
}

.history-marker {
    flex-shrink: 0;
    width: 4px;
    align-self: stretch;
    min-height: 28px;
    background-color: var(--green-500-primary);
}

.history-year {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-900);
}

.history-text {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: var(--grey-400);
}

/* metrics-pagutil */
.metrics-pagutil .grid-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}
.metrics-pagutil .grid-wrapper .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.metrics-pagutil .box {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--grey-100);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.10);
    height: 240px;
}
.metrics-pagutil .box.bg-green-600 h4, .metrics-pagutil .box.bg-green-600 p {
    color: var(--grey-900);
}
.metrics-pagutil .box h4 {
    color: var(--green-500-primary);
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 39.6px */
    margin: 0;
}
.metrics-pagutil .box p {
    color: var(--white);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 27.6px */
    margin: 0;
}
.metrics-pagutil .img-wrapper {
    border-radius: 10px;
    border: 1px solid var(--grey-100);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
    min-height: 300px;
}

/* workflow-pagutil */
.workflow-pagutil .title {
    color: var(--white);
}
.workflow-pagutil .grid-9 {
    display: flex;
    gap: 8px; /* conforme solicitado, gap em todos de 8px */
    flex-wrap: wrap;
    justify-content: center;
}
.workflow-pagutil .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    flex: 1;
    min-width: 150px;
}
.workflow-pagutil .step-item img {
    height: 48px;
    margin-bottom: 0;
}
.workflow-pagutil .step-item h3 {
    color: var(--white);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
    min-height: 67px;
    display: flex;
    align-items: center;
}
.workflow-pagutil .step-number-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.workflow-pagutil .step-number {
    width: 40px;
    height: 40px;
    color: var(--grey-900);
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 22.8px */
    background-color: var(--green-500-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.workflow-pagutil .connector {
    display: flex;
    align-items: center;
    margin-top: 20px; /* Ajuste para alinhar com o "1" na etapa */
    width: 80px;
}
.workflow-pagutil .step-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--green-500-primary);
}
.workflow-pagutil .step-line::before,
.workflow-pagutil .step-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--green-500-primary);
    transform: translateY(-50%);
}
.workflow-pagutil .step-line::before {
    left: -2px;
}
.workflow-pagutil .step-line::after {
    right: -2px;
}
.workflow-pagutil .step-item p {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    margin: 0;
    max-width: 200px;
}

/* box-icons — desktop em 3 colunas via .box-icons-swiper (ver @media min-width 992px) */
.box-icons .grid {
    margin-top: 32px;
    justify-content: center;
}
.box-icons .grid.grid-4 > .box {
    width: calc(25% - 16px);
}
.box-icons .grid.grid-4 > .box.overflow-hidden img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-icons .box {
    padding: 32px;
    border-radius: 10px;
    border: 1px solid var(--grey-100);
    background-color: var(--white);
    height: 100%;
}
.box-icons .box h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 120%;
}
.box-icons .box p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
    max-width: 320px;
    color: var(--grey-300);
}
.box-icons .box.shadow {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.10) !important;
}

/* solutions-home */
.solutions-home .grid {
    grid-template-columns: 130px 1fr;
    gap: 60px;
    display: grid;
    padding-left: 30px;
}
.solutions-home .grid h3 {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.solutions-home .grid .box {
    padding: 40px;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.10);
    display: grid;
    grid-template-columns: 1fr 449px;
    gap: 60px;
    max-width: 950px;
    margin-bottom: 60px;
}
.solutions-home .grid .box .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.solutions-home .grid .box p {
    font-size: 13px;
    margin-bottom: 10px;
}
.solutions-home ul {
    border-left: 1px solid var(--purple-50);
}
.solutions-home .side a {
    color: var(--grey-900);
    margin-bottom: 20px;
    display: block;
    padding-left: 14px;
    border-left: 3px solid transparent;
}
.solutions-home .side .active a {
    border-color: var(--purple-500-secondary);
}
.solutions-home .button {
    font-size: 12px;
}

/* areas-home */
.areas-home h3 {
    font-size: 28px;
    font-weight: 600;
}
.areas-home-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* integrated-emission */
.integrated-emission .box {
    padding: 40px;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.10);
    max-width: 1028px;
    width: 100%;
}
.integrated-emission .content {
    display: grid;
    grid-template-columns: 1fr 449px;
    gap: 60px;
    align-items: center;
}
.integrated-emission .text h3 {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.integrated-emission .text p {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--grey-900);
}
.integrated-emission .text p strong {
    font-weight: 700;
}

/* cases-home */
.cases-home .grid {
    display: grid;
    grid-template-columns: 1fr 260px;
}

.cases-home .grid .tab-pane .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cases-home .grid .tab-pane .content .title {
    font-size: 28px;
}
.cases-home .grid .tab-pane .text {
    padding: 60px 40px;
    background-color: var(--white);
    min-height: 510px;
}
.cases-home .grid .tab-pane .text p.small {
    font-size: 13px;
    font-weight: 300;
}
.cases-home .grid .tab-pane .text .button {
    width: fit-content;
    margin-top: 24px;
}
.cases-home .grid .tab-pane .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    min-height: 500px;
    position: relative;
}
.cases-home .grid .tab-pane .logo span {
    position: absolute;
    top: 24px;
    left: 24px;
    text-transform: uppercase;
    color: var(--white);
    font-size: 23px;
    font-weight: 400;
}
.cases-home .grid .tab-pane .text .sub {
    display: block;
}

.cases-home .tabs-vertical.nav-tabs {
    gap: 4px;
}
.cases-home .tabs-vertical.nav-tabs .nav-link {
    width: 100%;
    background-color: var(--grey-500);
    padding: 22px 24px 14px;
    font-size: 23px;
    font-weight: 700;
    color: var(--green-500-primary);
    text-align: left;
    border-radius: 10px 0 0 0;
    border: none;
    transition: all .3s ease;
}
.cases-home .tabs-vertical.nav-tabs .nav-link span.sub {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
}
.cases-home .tabs-vertical.nav-tabs .nav-link span.name {
    white-space: nowrap;
    width: 187px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cases-home .tabs-vertical.nav-tabs .nav-link.active {
    background-color: var(--white);
    color: var(--grey-600);
}
.cases-home .tabs-vertical.nav-tabs .nav-link.active span.sub {
    color: var(--grey-600);
}

/* testimonials */
.testimonials .swiper {
    max-width: 980px;
    margin: 0 auto;
}
.testimonials .swiper .swiper-slide {
    display: grid;
    grid-template-columns: 259px 1fr;
    gap: 40px;
}
.testimonials .img img {
    border-radius: 8px 0 0 8px;
}
.testimonials .text p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px;
}
.testimonials .text span.name {
    font-weight: 700;
}
.testimonials .text span.name span {
    margin-top: 8px;
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.testimonials .swiper .nav .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: var(--purple-500-secondary) url(../img/arrow-right-white.svg) center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.testimonials .swiper .nav .swiper-button-next {
    width: 60px;
    height: 60px;
    background: var(--purple-500-secondary) url(../img/arrow-right-white.svg) center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transform: rotate(360deg);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.testimonials .swiper .nav {
    text-align: center;
    justify-content: center;
    margin-top: 60px;
    gap: 24px;
}
.testimonials .swiper .swiper-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    position: absolute;
    right: 0;
    bottom: 80px;
}
.testimonials .swiper .swiper-counter .current,
.testimonials .swiper .swiper-counter .total {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    min-width: 24px;
}
.testimonials .swiper .swiper-counter .total {
    color: var(--grey-100);
}
.testimonials .swiper .swiper-counter .progress-bar {
    width: 120px;
    height: 4px;
    background-color: var(--purple-100);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.testimonials .swiper .swiper-counter .progress-bar .progress-fill {
    height: 100%;
    background-color: var(--purple-500-secondary);
    border-radius: 2px;
    transition: width 0.3s ease;
    width: 33.33%;
}

/* faq — desktop (≥lg): tabs + accordion */
.faq .faq-desktop .grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.faq .faq-desktop .grid ul {
    width: 100%;
    max-width: 508px;
    gap: 12px;
}
.faq .faq-desktop .grid ul li {
    width: 100%;
}
.faq .faq-desktop .grid .tab-content {
    width: 100%;
    max-width: 508px;
}
.faq .faq-desktop .grid .nav-pills .nav-link {
    width: 100%;
    text-align: left;
    padding: 10px 24px;
    background-color: var(--neutral-grey-1);
    border-radius: 10px;
    height: 80px;
    color: var(--grey-400);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.faq .faq-desktop .grid .nav-pills .nav-link h3, .faq .faq-desktop .grid .accordion-button h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.faq .faq-desktop .grid .nav-pills .nav-link.active {
    background-color: var(--neutral-grey-4);
    color: var(--grey-900);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.faq .faq-desktop .grid .nav-pills .nav-link.active:before {
    content: '';
    background: url(../img/arrow-right-purple1.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.faq .faq-desktop .grid .accordion-button {
    width: 100%;
    text-align: left;
    padding: 10px 24px;
    background-color: var(--neutral-grey-1);
    border-radius: 10px;
    height: 80px;
    color: var(--grey-400);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    box-shadow: none;
}
.faq .faq-desktop .grid .accordion-button h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.faq .faq-desktop .grid .accordion-item {
    margin-bottom: 12px;
    border: none;
    background: none;
}
.faq .faq-desktop .grid .accordion-button::after {
    background: url(../img/ico-more-purple.svg) center center no-repeat;
    width: 14px;
    height: 14px;
}
.faq .faq-desktop .grid .accordion-button:not(.collapsed)::after {
    background: url(../img/ico-close-purple.svg) center center no-repeat;
    transform: none;
    width: 24px;
    height: 24px;
}
.faq .faq-desktop .grid .accordion-button:not(.collapsed) {
    color: var(--grey-900);
    background-color: var(--neutral-grey-4);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.faq .faq-desktop .grid .accordion-body {
    padding: 24px;
    background-color: var(--neutral-grey-4);
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    margin-top: 12px;
    font-size: 13px;
    font-weight: 300;
}

/* faq — mobile (<lg): accordion de categorias + accordion de perguntas */
.faq .faq-mobile-outer > .accordion-item {
    margin-bottom: 12px;
    border: none;
    background: none;
}
.faq .faq-mobile-outer > .accordion-item > .accordion-header .accordion-button {
    width: 100%;
    text-align: left;
    padding: 10px 24px;
    background-color: var(--neutral-grey-1);
    border-radius: 10px;
    height: 80px;
    color: var(--grey-400);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    box-shadow: none;
}
.faq .faq-mobile-outer > .accordion-item > .accordion-header .accordion-button h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.faq .faq-mobile-outer > .accordion-item > .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--neutral-grey-4);
    color: var(--grey-900);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.faq .faq-mobile-outer > .accordion-item > .accordion-header .accordion-button:not(.collapsed)::before {
    content: '';
    background: url(../img/arrow-right-purple1.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    flex-shrink: 0;
}
.faq .faq-mobile-outer > .accordion-item > .accordion-header .accordion-button::after {
    background: url(../img/ico-more-purple.svg) center center no-repeat;
    width: 14px;
    height: 14px;
}
.faq .faq-mobile-outer > .accordion-item > .accordion-header > .accordion-button::after {
    display: none;
}
.faq .faq-mobile-outer > .accordion-item > .accordion-header .accordion-button:not(.collapsed)::after {
    background: url(../img/ico-close-purple.svg) center center no-repeat;
    transform: none;
    width: 24px;
    height: 24px;
}
.faq .faq-mobile-outer > .accordion-item > .accordion-collapse > .accordion-body {
    padding: 12px 0 0;
    background: transparent;
    border: none;
}
.faq .faq-mobile-inner .accordion-item {
    margin-bottom: 12px;
    border: none;
    background: none;
}
.faq .faq-mobile-inner .accordion-button {
    width: 100%;
    text-align: left;
    padding: 10px 24px;
    background-color: var(--neutral-grey-1);
    border-radius: 10px;
    height: 80px;
    color: var(--grey-400);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    box-shadow: none;
}
.faq .faq-mobile-inner .accordion-button h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.faq .faq-mobile-inner .accordion-button::after {
    background: url(../img/ico-more-purple.svg) center center no-repeat;
    width: 14px;
    height: 14px;
}
.faq .faq-mobile-inner .accordion-button:not(.collapsed)::after {
    background: url(../img/ico-close-purple.svg) center center no-repeat;
    transform: none;
    width: 24px;
    height: 24px;
}
.faq .faq-mobile-inner .accordion-button:not(.collapsed) {
    color: var(--grey-900);
    background-color: var(--neutral-grey-4);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.faq .faq-mobile-inner .accordion-body {
    padding: 24px;
    background-color: var(--neutral-grey-4);
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    margin-top: 12px;
    font-size: 13px;
    font-weight: 300;
}

/* Blog Home */
.post-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 24px 0;
    display: -webkit-box;
  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.post-item p {
    font-size: 13px;
    font-weight: 400;
     display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-item.related h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}
.post-item.related h3 {
    margin: 0 0 8px;
}
.post-item.related .item {
    display: grid;
    grid-template-columns: 1fr 80px;
    gap: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--grey-50);
}
.post-item.related .item p {
     -webkit-line-clamp: 2;
     margin-bottom: 0;
}
.post-item.related .item img {
    border-radius: 8px;
}

/* banner-form */
.banner-form .img-mobile {
    display: none;
}
.banner-form .form {
    background-color: var(--grey-500);
    padding: 32px;
    border-radius: 16px;
}
.banner-form .form h2 {
    color: var(--green-500-primary);
    font-size: 28px;
}
.banner-form .form p {
    color: var(--white);
}
.banner-form .form label {
   font-size: 11px;
   color: var(--white);
}
.banner-form .form p.small {
    font-size: 10px;
    color: var(--white);
}

/* awards-home */
.awards-home .grid-2 {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 160px;
}
.awards-home .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
}
.awards-home .item {
    text-align: center;
}
.awards-home .img {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    margin: 0 auto 24px;
}
.awards-home .grid p, .awards-home .grid h3 {
    text-align: center;
    font-size: 13px;
}
.awards-home .button.icon {
    width: fit-content;
}

/* newsletter */
.newsletter form {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}
.newsletter form .ico {
    position: absolute;
    left: 16px;
}
.newsletter form input[type="email"] {
    width: 100%;
    max-width: 620px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid var(--grey-100);
    padding-left: 56px;
}


/* footer*/
footer {
    background-color: var(--grey-700);
    font-size: 13px;
    color: var(--white);
}
footer a {
    color: var(--white);
}
footer .grid {
    display: flex;
    justify-content: space-between;
}
footer h3 {
    color: var(--green-500-primary);
    font-size: 16px;
}
footer .menu-footer-title {
    color: var(--green-500-primary);
    font-size: 16px;
    font-weight: 700;
    display: block;
}
footer form {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    width: 412px;
    margin-bottom: 40px;
}
footer form input[type="email"] {
    width: 100%;
    max-width: 262px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid var(--grey-100);
    padding-left: 16px;
    background-color: transparent;
}
footer form input[type="email"]::placeholder {
    color: #fff;
}
footer .grid-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    align-items: center;
}
footer .copy {
    padding: 40px 0 0;
    margin-top: 40px;
    border-top: 1px solid var(--green-500-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .copy p {
    font-size: 11px;
    font-weight: 300;
}
footer .social {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Hero Blog */
.hero-blog {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.hero-blog .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}
.hero-blog .bg-left {
    width: 45%;
    background-color: var(--grey-400);
}
.hero-blog .bg-right {
    width: 55%;
    background-color: var(--grey-900);
}
.hero-blog .content {
    color: var(--white);
    max-width: 440px;
}
.hero-blog .container .row .col-lg-6 {
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.hero-blog .subtitle {
    font-size: 13px;
    font-weight: 300;
    line-height: 120%;
    color: var(--white);
}
.hero-blog h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    color: var(--white);
}
.hero-blog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: var(--white);
}

.hero-blog .button {
    display: inline-flex;
}

/* newsletter */
.newsletter form,
.newsletter-blog form {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}
.newsletter form .ico,
.newsletter-blog form .ico {
    position: absolute;
    left: 16px;
}
.newsletter form input[type="email"],
.newsletter-blog form input[type="email"] {
    width: 100%;
    max-width: 620px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid var(--grey-100);
    padding-left: 56px;
}

/* Newsletter Blog */
.newsletter-blog h2 {
    color: var(--grey-900);
}
.newsletter-blog.bg-grey-400 h2 {
    color: var(--green-500-primary);
}
.newsletter-blog.bg-grey-400 p {
    color: var(--white);
}
.newsletter-blog .bg-ico {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 195.81px;
    height: 122.31px;
    z-index: 0;
}
.newsletter-blog .row {
    position: relative;
    z-index: 1;
}

/* Post Card Component */
.post-card .placeholder-img {
    background-color: #C4C4C4;
    width: 100%;
    height: 240px;
    border-radius: 8px;
}
.post-card .theme {
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
    color: var(--grey-900);
}
.post-card h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 120%;
    color: var(--grey-900);
}
.post-card p {
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-900);
    margin-bottom: 0;
}

/* Featured Posts */
.featured-posts .section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--grey-900);
}

/* Post List */
.post-list .grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
}
.post-list .nav-tabs {
    border-bottom: 1px solid var(--purple-500-secondary);
    row-gap: 5px;
    column-gap: 20px;
    padding-bottom: 5px;
}
.post-list .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: var(--grey-900);
    border: none;
    border-bottom: 4px solid transparent;
    padding-bottom: 3px;
    margin-bottom: -2px; /* Pull active border down to overlap container border */
}
.post-list .nav-tabs .nav-link:hover,
.post-list .nav-tabs .nav-link.active {
    color: var(--purple-500-secondary);
    border-bottom: 4px solid var(--purple-500-secondary);
    background: transparent;
}

.search-blog {
    position: relative;
    width: 300px;
    height: 50px;
}
.search-blog input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid var(--purple-500-secondary);
    padding: 0 16px;
    outline: none;
    color: var(--purple-500-secondary);
}
.search-blog input::placeholder {
    color: var(--purple-500-secondary);
}
.search-blog button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
}

/* Post Page */
.blog-post article {
    max-width: 740px;
}
.blog-post h1 {
    margin-bottom: 24px;
}
.blog-post .cat {
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}
.blog-post p.date {
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}
.blog-post h2 {
    margin-bottom: 24px;
}

.post-img {
    margin: 24px 0;
    display: block;
    border-radius: 8px;
}
.posts-aside .item {
    display: grid;
    grid-template-columns: 1fr 80px;
    gap: 24px;
    align-items: center;
}
.posts-aside .item img {
    border-radius: 8px;
}
.widget h3 {
    font-size: 16px;
    display: block;
}
.posts-aside .item p {
    font-size: 13px;
    margin-bottom: 0;
}
.posts-aside hr {
    margin: 24px 0;
    border: none;
    width: 100%;
    height: 1px;
    background: var(--grey-50);
    opacity: 1;
}
.widget {
    margin-bottom: 32px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
    font-size: 16px;
}
.rmp-rating-widget .rmp-icon--ratings {
    font-size: 24px;
}

/* Pagination */
.pagination-blog .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 400;
    line-height: 120%;
    color: var(--grey-900);
    background: transparent;
}
.pagination-blog .page-link.active {
    background-color: var(--purple-500-secondary);
    color: var(--white);
    font-weight: 700;
}
.pagination-blog .page-link:hover {
    background-color: var(--purple-500-secondary);
    color: var(--white);
}
.pagination-blog .page-link.prev,
.pagination-blog .page-link.next {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent !important;
    padding: 0;
}
.pagination-blog .page-link.prev:hover,
.pagination-blog .page-link.next:hover {
    background: transparent !important;
}

.pagination-blog .go-to-page span {
    font-size: 14px;
    color: var(--grey-900);
}
.pagination-blog .go-to-page input {
    width: 60px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--grey-400);
    text-align: center;
}

/* Blog CTA */
.cta-blog h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: 700;
}
.cta-blog .placeholder-img {
    background-color: #C4C4C4;
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

/* Responsive  */

.mobile-img {
    display: none;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-expand-lg .buttons {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    /* box-icons — markup Swiper vira grade 3 colunas (Swiper só até 991px) */
    .box-icons-swiper {
        overflow: visible;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .box-icons-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        transform: none !important;
    }
    .box-icons-swiper .swiper-slide {
        width: calc(33.333% - 16px) !important;
        max-width: none;
        margin: 0 !important;
        height: auto;
        box-sizing: border-box;
    }
    .grid-4 .box-icons-swiper .swiper-slide {
        width: calc(25% - 16px) !important;
    }

    /* areas-home — markup Swiper em 3 colunas (Swiper só até 991px) */
    .areas-home-swiper {
        overflow: visible;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .areas-home-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        transform: none !important;
    }
    .areas-home-swiper .swiper-slide {
        width: calc(33.333% - 16px) !important;
        max-width: none;
        margin: 0 !important;
        height: auto;
        box-sizing: border-box;
    }

    /* jobs-oppenings — markup Swiper em 3 colunas (carrossel só até 991px) */
    .jobs-oppenings-swiper {
        overflow: visible;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .jobs-oppenings-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        transform: none !important;
    }
    .jobs-oppenings-swiper .swiper-slide {
        width: calc((100% - 48px) / 3) !important;
        max-width: none;
        margin: 0 !important;
        height: auto;
        box-sizing: border-box;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav {
        gap: 16px;
        margin-right: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 16px;
    }


}

/* solutions-home — desktop: markup Swiper como lista vertical (Swiper só até 1199px) */
@media (min-width: 1200px) {
    .solutions-home-swiper {
        overflow: visible;
        margin: 0;
        width: 100%;
    }
    .solutions-home-swiper .swiper-wrapper {
        display: block;
        transform: none !important;
    }
    .solutions-home-swiper .swiper-slide {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        height: auto;
    }
}

@media (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
    .navbar-expand-lg .navbar-nav {
        gap: 12px;
        margin-right: 10px;
    }
    .logos .swiper .swiper-button-next {

    }
    .cases-home .grid .tab-pane .text {
        padding: 50px 30px;
    }
    .awards-home .grid {
        gap: 24px;
    }
    .awards-home .grid-2 {
        gap: 124px;
    }
    .areas-home h3 {
        font-size: 24px;
    }
}



@media (max-width: 1500px) {

}
@media (max-width: 1360px) {

}
@media (max-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 24px;
    }

    /* Newsletter */
    .newsletter form input[type="email"], .newsletter-blog form input[type="email"] {
        max-width: 500px;
    }

    /* Engine */
    .engine-pagutil .text-right {
        right: 0;
    }
    .engine-pagutil .engine-wrapper img, .engine-pagutil .engine-wrapper video {
        max-width: 380px;
    }
    .engine-pagutil .text-left {
        left: -16px;
    }

    /* solutions-home — abas em linha + carrossel com peek */
    /* minmax(0,1fr) evita min-content da coluna estourar com o Swiper (larguras absurdas nos slides) */
    .solutions-home .grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        padding-left: 0;
    }
    .solutions-home .grid > .side,
    .solutions-home .grid > .content {
        min-width: 0;
        max-width: 100%;
    }
    .solutions-home .side ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
        border-left: none;
        border-bottom: 1px solid var(--purple-50);
        padding-bottom: 0;
        margin-bottom: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .solutions-home .side ul::-webkit-scrollbar {
        display: none;
    }
    .solutions-home .side li {
        flex: 0 0 auto;
        margin: 0;
    }
    .solutions-home .side a {
        padding: 0 2px 12px;
        margin-bottom: 0;
        border-left: none;
        border-bottom: 3px solid transparent;
        white-space: nowrap;
    }
    .solutions-home .side .active a {
        border-left-color: transparent;
        border-bottom-color: var(--purple-500-secondary);
    }
    .solutions-home .grid .box {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: none;
        padding: 24px;
    }
    .solutions-home .content {
        overflow: visible;
        width: 100%;
        min-width: 0;
    }
    .solutions-home-swiper {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .solutions-home-swiper .swiper-slide {
        height: auto;
    }
    .solutions-home .item.mb-60 {
        margin-bottom: 0;
    }
    .post-list .grid {
        grid-template-columns: 1fr;
    }
    .post-list .nav-tabs {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu ul.dropdown-menu {
        display: block;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav {
        margin: 28px 0 0;

    }
    .navbar-collapse {
        padding-bottom: 20px;
    }
    .navbar-expand-lg .buttons {
        display: flex;
        gap: 10px;
    }
    .row-reverse {
        flex-direction: column-reverse;
    }
    header, header.fix {
        height: auto;
    }
    .engine-pagutil .title, .engine-pagutil p, .engine-pagutil .stat-item .counter {
        text-align: center;
    }
    .text-image .text {
        padding: 32px 0 32px;
    }
    .button {
        justify-content: center;
    }
    img.size-full {
        max-width: 100%;
        height: auto;
    }
    .text-image .buttons, .banner-form .buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .banner-form {
        padding: 0 0 24px;
        background: var(--grey-500) !important;
    }
    .banner-form .buttons .button {
        width: 100%;
    }
    .blog-home .post-item {
        max-width: 280px;
        margin: 0 auto;
    }
    .banner-form .form {
        padding: 24px 0 0;
    }
    .banner-form .form p.small {
        margin-top: 10px;
    }
    .banner-form .img-mobile {
        display: block;
    }

    /* box-icons — carrossel horizontal com peek */
    .box-icons .grid {
        min-width: 0;
        max-width: 100%;
    }
    .box-icons-swiper {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .box-icons-swiper .swiper-slide {
        height: auto;
    }
    .box-icons .swiper-slide .box {
        width: 100%;
        max-width: none;
    }

    /* areas-home — carrossel com peek */
    .areas-home-cards {
        min-width: 0;
        max-width: 100%;
    }
    .areas-home-swiper {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .areas-home-swiper .swiper-slide {
        height: auto;
    }
    .areas-home-card {
        width: 100%;
    }

    /* jobs-oppenings — carrossel horizontal com peek */
    .jobs-oppenings .jobs-grid {
        min-width: 0;
        max-width: 100%;
    }
    .jobs-oppenings-swiper {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-right: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .jobs-oppenings-swiper .swiper-slide {
        height: auto;
    }
    .jobs-oppenings .swiper-slide .job-card {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    /* cases-home — select no lugar das tabs + layout em coluna */
    .cases-home .grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .cases-home-tab-select {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 18px 44px 18px 20px;
        font-family: inherit;
        font-size: 16px;
        font-weight: 700;
        color: var(--grey-900);
        background-color: var(--green-500-primary);
        border: none;
        border-radius: 10px;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        box-sizing: border-box;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23161616' stroke-linecap='round' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 12px 8px;
    }
    .cases-home-tab-select:focus {
        outline: 2px solid var(--purple-500-secondary);
        outline-offset: 2px;
    }
    .cases-home .grid .tab-pane .content {
        grid-template-columns: 1fr;
    }
    .cases-home .grid .tab-pane .logo {
        min-height: 220px;
    }
    .cases-home .grid .tab-pane .text {
        padding: 24px;
    }
    .cases-home .grid .tab-pane .text .title {
        font-size: 22px;
    }

    .awards-home .grid-2 {
        display: block;
    }
    .awards-home .grid {
        margin-top: 40px;
    }
    .newsletter-blog .bg-ico {
        display: none;
    }
    footer.padding-tb-60 {
        padding-bottom: 0;
    }
    footer .grid {
        flex-direction: column;
        gap: 0;
    }
    footer .menu-footer {
        margin-bottom: 32px;
    }
    footer .copy {
        flex-direction: column;
        gap: 10px;
    }
    footer .social img {
        width: 40px;
        height: 40px;
    }

    .logos.bg-green-500-primary {
        height: auto;
    }
    .logos .swiper {
        margin-top: 20px;
    }
    .engine-pagutil .engine-wrapper {
        display: block;
    }
    .engine-pagutil .floating-text {
        position: relative;
        transform: none;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
        margin: 31px auto 0;
        max-width: 100%;
    }
    .hero-blog {
        padding-top: 0;
        background-color: var(--grey-400);
    }
    .mobile-img {
        display: block;
    }
    .hero-blog .bg-layer {
        background: none;
        display: none;
    }
    .hero-blog .subtitle {
        margin-top: 25px;
        margin-bottom: 14px;
    }
    .hero-blog .container .row .col-lg-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .hero-blog .content {
        padding: 24px;
    }
    .hero-blog .button {
        width: 100%;
    }
    .hero-blog h1 {
        font-size: 30px;
    }
    .featured-posts {
        padding-bottom: 0;
    }
    .featured-posts .col-lg-4 {
        margin-bottom: 30px;
    }
    .go-to-page {
        display: none !important;
    }
    .pagination-blog {
        justify-content: center !important;
    }
    .cta-blog {
        padding-top: 0;
    }
    .cta-blog h2 {
        font-size: 24px;
    }
    .cta-blog .buttons {
        flex-direction: column;
        display: flex;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 28px;
    }
    .padding-tb-120 {
        padding: 80px 0;
    }
    section.call-to-action-top.padding-tb-80.text-center {
        padding-top: 30px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    .buttons {
        flex-direction: column;
    }
    .buttons .button {
        width: 100%;
    }
    .button {
        white-space: wrap;
    }
    .testimonials .swiper .swiper-slide {
        grid-template-columns: 1fr;
    }
    .faq .faq-desktop .grid {
        flex-direction: column;
    }
    .blog-home .post-item {
        max-width: none;
        margin: 0 auto;
    }
    .awards-home .grid {
        grid-template-columns: 1fr 1fr;
    }
    .newsletter form, .newsletter-blog form {
        flex-direction: column;
    }
    .newsletter-blog form .button, .newsletter form .button {
        width: 100%;
    }
    .newsletter form .ico, .newsletter-blog form .ico {
        top: 13px;
    }
    .testimonials .img img {
        border-radius: 8px;
    }
    .testimonials .swiper .swiper-counter {
        position: relative;
        margin-top: 0;
        bottom: 100px;

    }
    .testimonials .swiper .nav {
        margin-top: 80px;
    }

    .text-image .container {
        padding: 0;
    }
    .text-image .text {
        padding: 32px 24px 32px;
    }
    .box-icons, .areas-home-cards, .jobs-oppenings {
        overflow: hidden;
    }
    .box-icons-swiper, .areas-home-swiper, .jobs-oppenings-swiper {
        overflow: unset;
    }
    .areas-home h3 {
        font-size: 18px;
    }

    .logos h2 br {
        display: none;
    }
    .metrics-pagutil .grid-wrapper .grid, .metrics-pagutil .grid-wrapper, .integrated-emission .content {
        grid-template-columns: 1fr;
    }
    .metrics-pagutil .box {
        height: auto;
    }
    .workflow-pagutil .grid-9 {
        flex-direction: column;
    }
    .workflow-pagutil .connector {
        margin: 40px auto;
    }
    .workflow-pagutil .title {
        text-align: center;
    }

    .integrated-emission .text h3 {
        font-size: 24px;
    }
    .metrics-pagutil .box h4 {
        font-size: 24px;
    }
    .metrics-pagutil .box p {
        font-size: 18px;
    }
    .workflow-pagutil .step-item h3 {
        font-size: 22px;
    }
    .history-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .history-year-col {
        flex: 0 0 60px;
    }
    .jobs-oppenings .job-card-title {
        font-size: 24px;
    }
    .about-people-columns {
        flex-direction: column;
        gap: 30px;
    }
    .purpose .purpose-grid {
        grid-template-columns: 1fr;
    }
    .purpose .purpose-card {
        padding: 10px 0;
    }
    .purpose .purpose-card-title {
        font-size: 24px;
    }
    .plans-tiers .plans-tiers-grid {
        flex-direction: column;
    }
}