.elementor-4363 .elementor-element.elementor-element-3ed2027{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4363 .elementor-element.elementor-element-232f3ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4363 .elementor-element.elementor-element-4380f45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4363 .elementor-element.elementor-element-ee72b54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9c92079 *//* --- ESTILOS PARA O BLOCO 1 (MINIMALISTA) - ÁGILE CONTABILIDADE --- */

/* --- Variáveis de Cor e Fontes --- */
:root {
    --agile-blue: #25304f;
    --agile-green: #7ac143;
    --agile-background: #f8f9fa; /* Cinza muito claro para o fundo */
    --agile-white: #ffffff;
    --agile-text-dark: #2c3e50;
    --agile-text-light: #5a6275;
    --agile-font-headings: 'Poppins', sans-serif;
    --agile-font-body: 'Source Sans 3', sans-serif;
}

/* --- Configurações Gerais do Bloco --- */
.agile-about-p1 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.agile-about-p1 {
    font-family: var(--agile-font-body);
    color: var(--agile-text-light);
    line-height: 1.8;
}

.agile-p1-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.agile-about-p1 h1, .agile-about-p1 h2 {
    font-family: var(--agile-font-headings);
    color: var(--agile-blue);
    font-weight: 700;
}

/* --- Hero Section Minimalista --- */
.agile-p1-hero-section {
    background-color: var(--agile-background);
    padding: 8rem 1.5rem;
    text-align: center;
}

.agile-p1-hero-title {
    font-size: 4rem;
    line-height: 1.2;
    margin: 1rem auto 1.5rem auto;
    max-width: 950px;
    position: relative;
}

/* Linha decorativa verde acima do título */
.agile-p1-hero-title::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--agile-green);
    border-radius: 2px;
    margin: 0 auto 1.5rem auto;
}

.agile-p1-hero-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: var(--agile-text-light);
}

/* --- Seção Trajetória --- */
.agile-p1-trajectory-section {
    padding: 8rem 0;
    background-color: var(--agile-white);
}

.agile-p1-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.agile-p1-trajectory-header {
    position: relative;
}

.agile-p1-trajectory-header h2 {
    font-size: 3rem;
    line-height: 1.25;
    padding-bottom: 1.5rem; /* Espaço para a linha abaixo */
}

/* Linha decorativa verde abaixo do título da seção */
.agile-p1-trajectory-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--agile-green);
    border-radius: 2px;
    margin-top: 1.5rem;
}

.agile-p1-trajectory-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.agile-p1-trajectory-text p:last-child {
    margin-bottom: 0;
}

/* --- Media Queries para Responsividade --- */

/* Tablet e Desktop */
@media (min-width: 768px) {
    .agile-p1-hero-section {
        padding: 10rem 1.5rem;
    }
    .agile-p1-hero-title {
        font-size: 4.5rem;
    }
    .agile-p1-grid {
        grid-template-columns: 1fr 1.5fr; /* Layout de 2 colunas */
        gap: 5rem;
    }
    .agile-p1-trajectory-header::after {
        margin-top: 0; /* Remove a margem no desktop */
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .agile-p1-hero-title {
        font-size: 2.8rem;
    }
    .agile-p1-trajectory-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1fc1856 *//* --- ESTILOS PARA O BLOCO 2 (NOSSOS PILARES) - ÁGILE CONTABILIDADE --- */

/* --- Configurações Gerais do Bloco --- */
.agile-about-p2 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.agile-about-p2 {
    font-family: var(--agile-font-body, 'Source Sans 3', sans-serif);
    color: var(--agile-text-light, #5a6275);
    line-height: 1.8;
}

.agile-p2-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.agile-about-p2 h2, .agile-about-p2 h3 {
    font-family: var(--agile-font-headings, 'Poppins', sans-serif);
    color: var(--agile-blue, #25304f);
    font-weight: 700;
}

/* --- Seção Pilares --- */
.agile-p2-pillars-section {
    padding: 6rem 0;
    background-color: var(--agile-background, #f8f9fa); /* Usa o mesmo cinza claro da Hero */
}

.agile-p2-section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 4rem auto;
}

.agile-p2-section-header h2 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.agile-p2-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.agile-p2-pillar-card {
    background-color: var(--agile-white, #ffffff);
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e9eaf0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.agile-p2-pillar-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px -10px rgba(44, 62, 80, 0.1);
}

.agile-p2-pillar-icon {
    font-size: 2.75rem;
    color: var(--agile-green, #7ac143);
    margin-bottom: 1.5rem;
    line-height: 1;
}

.agile-p2-pillar-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.agile-p2-pillar-text {
    font-size: 1rem;
}

/* --- Responsividade --- */
@media (max-width: 768px) {
    .agile-p2-section-header h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b24770 *//* --- ESTILOS PARA O BLOCO 3 (LIDERANÇA - LAYOUT ALTERNADO) - ÁGILE CONTABILIDADE --- */

/* --- Configurações Gerais do Bloco --- */
.agile-about-p3 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.agile-about-p3 {
    font-family: var(--agile-font-body, 'Source Sans 3', sans-serif);
    color: var(--agile-text-light, #5a6275);
    line-height: 1.8;
}

.agile-p3-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.agile-about-p3 h2, .agile-about-p3 h3 {
    font-family: var(--agile-font-headings, 'Poppins', sans-serif);
    color: var(--agile-blue, #25304f);
    font-weight: 700;
}

/* --- Seção Liderança (Team) --- */
.agile-p3-team-section {
    padding: 8rem 0;
    background-color: var(--agile-white, #ffffff);
}

.agile-p3-section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 5rem auto;
}

.agile-p3-section-header h2 {
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.agile-p3-section-header p {
    font-size: 1.1rem;
}

.agile-p3-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.agile-p3-team-card {
    background-color: var(--agile-background, #f8f9fa);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr; /* Layout de 1 coluna para mobile */
    align-items: center;
    border: 1px solid #e9eaf0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.agile-p3-team-card:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px -15px rgba(44, 62, 80, 0.15);
}

.agile-p3-team-photo-wrapper {
    width: 100%;
    height: 350px; /* Altura da foto no mobile */
}

.agile-p3-team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a foto preencha o espaço sem distorcer */
    object-position: center;
}

.agile-p3-team-info {
    padding: 2rem;
}

.agile-p3-team-info h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.agile-p3-team-title {
    display: block;
    color: var(--agile-green, #7ac143);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.agile-p3-team-bio {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.agile-p3-team-specialties {
    font-size: 0.95rem;
    color: var(--agile-text-dark, #2c3e50);
}

/* --- Media Queries para Responsividade --- */

/* Tablet e Desktop (a partir de 768px) */
@media (min-width: 768px) {
    .agile-p3-team-card {
        grid-template-columns: 280px 1fr; /* Layout padrão: foto | texto */
        gap: 0;
    }

    .agile-p3-team-photo-wrapper {
        height: auto;
        align-self: stretch;
    }

    .agile-p3-team-info {
        padding: 2.5rem;
    }

    /* A MÁGICA ACONTECE AQUI: Inverte a ordem para os cards pares */
    .agile-p3-team-card:nth-child(even) {
        grid-template-columns: 1fr 280px; /* Layout invertido: texto | foto */
    }

    .agile-p3-team-card:nth-child(even) .agile-p3-team-photo-wrapper {
        order: 2; /* Joga a foto para a segunda coluna */
    }

    .agile-p3-team-card:nth-child(even) .agile-p3-team-info {
        order: 1; /* Joga o texto para a primeira coluna */
    }
}

/* Desktop (a partir de 1024px) */
@media (min-width: 1024px) {
    .agile-p3-team-card {
        grid-template-columns: 320px 1fr; /* Aumenta a foto em telas maiores */
    }

    .agile-p3-team-card:nth-child(even) {
        grid-template-columns: 1fr 320px; /* Aumenta a foto em telas maiores (invertido) */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2111ea4 *//* --- ESTILOS PARA O BLOCO 4 (CTA) - ÁGILE CONTABILIDADE --- */

/* --- Configurações Gerais do Bloco --- */
.agile-about-p4 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.agile-about-p4 {
    font-family: var(--agile-font-body, 'Source Sans 3', sans-serif);
}

.agile-p4-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.agile-about-p4 h2 {
    font-family: var(--agile-font-headings, 'Poppins', sans-serif);
    font-weight: 700;
}

/* --- Seção CTA --- */
.agile-p4-cta-section {
    background-color: var(--agile-blue, #25304f);
    color: var(--agile-white, #ffffff);
    text-align: center;
    padding: 6rem 1.5rem;
}

.agile-p4-cta-section h2 {
    color: var(--agile-white, #ffffff);
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.agile-p4-cta-section p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
    opacity: 0.9;
}

.agile-p4-cta-button {
    display: inline-block;
    background-color: var(--agile-green, #7ac143);
    color: var(--agile-white, #ffffff);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-family: var(--agile-font-headings, 'Poppins', sans-serif);
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 10px 20px -5px rgba(122, 193, 67, 0.3); /* Sombra sutil com a cor do botão */
}

.agile-p4-cta-button:hover {
    background-color: #89d155; /* Tom de verde um pouco mais claro */
    transform: translateY(-3px);
    box-shadow: 0 12px 25px -5px rgba(122, 193, 67, 0.4);
}

/* --- Responsividade --- */
@media (max-width: 768px) {
    .agile-p4-cta-section h2 {
        font-size: 2.2rem;
    }
}/* End custom CSS */