/**
 * Estilos Elementor Inspirados no Template Boomi
 * Instituto Bioma - Layouts Profissionais
 */

/* ========================================
   VARIÁVEIS DE CORES (Inspirado em Boomi)
   ======================================== */
:root {
    --primary-green: #2D5F3F;
    --primary-green-dark: #1a3a28;
    --primary-green-light: #4a8c5f;
    --accent-green: #6fba82;
    --light-green: #A8D5BA;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --text-dark: #333333;
    --text-gray: #666666;
    --text-light: #999999;
    --border-color: #e0e0e0;
}

/* ========================================
   SEÇÕES HERO - Estilo Boomi
   ======================================== */
.elementor-section.hero-section {
    position: relative;
    overflow: hidden;
}

.elementor-section.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(45, 95, 63, 0.95) 0%, rgba(26, 58, 40, 0.95) 100%);
    z-index: 0;
}

.elementor-section.hero-section .elementor-container {
    position: relative;
    z-index: 1;
}

/* Tag/Badge acima do título */
.hero-tag {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(168, 213, 186, 0.2);
    border: 2px solid #A8D5BA;
    border-radius: 30px;
    color: #A8D5BA;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Títulos Hero */
.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section h4,
.hero-section h5,
.hero-section h6,
.hero-section .elementor-heading-title {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-section h1 {
    font-size: 56px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
}

.hero-section h2 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.hero-section p {
    font-size: 20px !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
    margin-bottom: 35px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* ========================================
   BOTÕES - Estilo Boomi
   ======================================== */
.elementor-button {
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(45, 95, 63, 0.3);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none !important;
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 95, 63, 0.4);
}

.elementor-button:focus,
.elementor-button:active {
    outline: none !important;
    box-shadow: 0 6px 20px rgba(45, 95, 63, 0.4);
}

.elementor-button-success,
.elementor-button.elementor-size-lg {
    background: linear-gradient(135deg, #6fba82 0%, #4a8c5f 100%) !important;
}

/* ========================================
   ICON BOXES - Estilo Boomi
   ======================================== */
.elementor-icon-box-wrapper {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.elementor-icon-box-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(45, 95, 63, 0.15);
    border-color: #A8D5BA;
}

.elementor-icon-box-icon {
    margin-bottom: 25px !important;
    display: block;
    text-align: center;
}

.elementor-icon-box-icon i {
    font-size: 48px !important;
    color: #2D5F3F !important;
    transition: color 0.3s ease, transform 0.3s ease;
    will-change: transform;
    backface-visibility: hidden;
    display: inline-block;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Garantir que ícones Font Awesome apareçam */
.elementor-icon-box-icon i.fas,
.elementor-icon-box-icon i.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.elementor-icon-box-icon i.far,
.elementor-icon-box-icon i.fa-regular {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.elementor-icon-box-icon i.fab,
.elementor-icon-box-icon i.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.elementor-icon-box-wrapper:hover .elementor-icon-box-icon i {
    color: #4a8c5f !important;
    transform: scale(1.05);
}

.elementor-icon-box-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
}

.elementor-icon-box-description {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #555555 !important;
}

/* ========================================
   SEÇÕES COM FUNDO CINZA
   ======================================== */
.elementor-section.bg-light {
    background: #f8f9fa !important;
    position: relative;
}

.elementor-section.bg-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%);
}

/* ========================================
   TÍTULOS DE SEÇÃO
   ======================================== */
.elementor-heading-title.elementor-size-default {
    font-weight: 800 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
}

h2.elementor-heading-title {
    font-size: 42px !important;
    line-height: 1.2 !important;
    position: relative;
    padding-bottom: 20px;
}

h2.elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #2D5F3F 0%, #6fba82 100%);
    border-radius: 2px;
}

h3.elementor-heading-title {
    font-size: 28px !important;
    line-height: 1.3 !important;
}

/* ========================================
   CONTADORES (COUNTERS)
   ======================================== */
.elementor-counter-number-wrapper {
    font-size: 56px !important;
    font-weight: 800 !important;
    color: #2D5F3F !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
}

.elementor-counter-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #666666 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================================
   FORMULÁRIOS
   ======================================== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #2D5F3F;
    outline: none;
    box-shadow: 0 0 0 3px rgba(45, 95, 63, 0.1);
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333333;
    font-size: 14px;
}

button[type="submit"],
.form-submit-button {
    background: linear-gradient(135deg, #2D5F3F 0%, #1a3a28 100%);
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(45, 95, 63, 0.3);
}

button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 95, 63, 0.4);
}

/* ========================================
   CARDS DE CONTEÚDO
   ======================================== */
.content-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #2D5F3F;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    backface-visibility: hidden;
}

.content-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateX(3px);
}

.content-card h3 {
    color: #2D5F3F;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.content-card p {
    color: #555555;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* ========================================
   HORÁRIOS DE ATENDIMENTO
   ======================================== */
.schedule-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.schedule-box:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.schedule-box h3 {
    margin-top: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.schedule-box .time {
    font-size: 20px;
    color: #2D5F3F;
    font-weight: 700;
}

/* ========================================
   REDES SOCIAIS
   ======================================== */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #2D5F3F;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 12px;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 10px rgba(45, 95, 63, 0.3);
    will-change: transform;
    backface-visibility: hidden;
}

.social-icon:hover {
    background: #4a8c5f;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(45, 95, 63, 0.4);
}

/* ========================================
   VAGAS/JOBS LISTING
   ======================================== */
.job-listing {
    background: #ffffff;
    padding: 35px;
    padding-left: 38px;
    border-radius: 12px;
    margin-bottom: 25px;
    border-left: 5px solid #2D5F3F;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, border-left-color 0.3s ease;
}

.job-listing:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-left-color: #4a8c5f;
}

.job-listing h3 {
    color: #2D5F3F;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
}

.job-meta {
    color: #555555;
    font-size: 14px;
    margin-bottom: 15px;
}

.job-meta strong {
    color: #222222;
    font-weight: 700;
}

/* ========================================
   MAPA PLACEHOLDER
   ======================================== */
.map-placeholder {
    background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
}

.map-placeholder-content {
    text-align: center;
}

.map-placeholder p {
    font-size: 20px;
    color: #666666;
    margin-bottom: 12px;
}

/* ========================================
   BENEFÍCIOS GRID
   ======================================== */
.benefit-box {
    text-align: center;
    padding: 30px 20px;
}

.benefit-box .elementor-icon-box-icon {
    background: linear-gradient(135deg, #2D5F3F 0%, #4a8c5f 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 20px rgba(45, 95, 63, 0.3);
}

.benefit-box .elementor-icon-box-icon i {
    color: #ffffff !important;
    font-size: 36px !important;
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 36px !important;
    }
    
    .hero-section p {
        font-size: 16px !important;
    }
    
    h2.elementor-heading-title {
        font-size: 32px !important;
    }
    
    .elementor-icon-box-wrapper {
        padding: 30px 20px;
    }
    
    .elementor-counter-number-wrapper {
        font-size: 42px !important;
    }
}

/* ========================================
   ANIMAÇÕES E PREVENÇÃO DE TREMOR
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Prevenir tremor global em elementos com transform */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="elementor"] {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

/* ========================================
   GRADIENTES PERSONALIZADOS
   ======================================== */
.gradient-green {
    background: linear-gradient(135deg, #2D5F3F 0%, #1a3a28 100%) !important;
}

.gradient-light-green {
    background: linear-gradient(135deg, #6fba82 0%, #4a8c5f 100%) !important;
}

/* ========================================
   ESPAÇAMENTOS CONSISTENTES
   ======================================== */
.elementor-section {
    padding: 80px 0 !important;
}

.elementor-section.hero-section {
    padding: 120px 0 !important;
}

@media (max-width: 768px) {
    .elementor-section {
        padding: 50px 0 !important;
    }
    
    .elementor-section.hero-section {
        padding: 80px 0 !important;
    }
}
