/* Estilos adicionais para melhorar a responsividade */

/* Estilos para a página de contato */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.info-item {
    display: flex;
    margin-bottom: 20px;
}

.info-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(10, 61, 98, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.info-icon i {
    color: var(--azul-profundo);
    font-size: 20px;
}

.contact-form {
    background-color: var(--branco);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--azul-profundo);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--font-sans);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--dourado);
    outline: none;
}

.form-checkbox {
    display: flex;
    align-items: center;
}

.form-checkbox input {
    width: auto;
    margin-right: 10px;
}

.form-checkbox label {
    margin-bottom: 0;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Estilos para a página de equipe */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.team-member {
    background-color: var(--branco);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.member-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.member-info {
    padding: 20px;
}

.member-position {
    color: var(--dourado);
    font-weight: 600;
    margin-bottom: 10px;
}

.member-social {
    margin-top: 15px;
    display: flex;
}

.member-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(10, 61, 98, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--azul-profundo);
    transition: all 0.3s ease;
}

.member-social a:hover {
    background-color: var(--dourado);
    color: var(--branco);
}

.culture-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.culture-image img {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Estilos para a página de cases */
.case-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.case-content.reverse {
    direction: rtl;
}

.case-content.reverse .case-text {
    direction: ltr;
}

.case-image img {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.case-sector, 
.case-challenge {
    margin-bottom: 15px;
}

.case-approach,
.case-results {
    margin-bottom: 20px;
    padding-left: 20px;
}

.case-approach li,
.case-results li {
    margin-bottom: 8px;
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial {
    background-color: var(--branco);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-content p {
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 50px;
    color: rgba(218, 165, 32, 0.2);
    position: absolute;
    top: -20px;
    left: -15px;
}

.testimonial-author {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* Estilos para a página de serviços */
.service-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.service-content.reverse {
    direction: rtl;
}

.service-content.reverse .service-text {
    direction: ltr;
}

.service-image img {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.service-list,
.benefits-list {
    margin-bottom: 20px;
    padding-left: 20px;
}

.service-list li,
.benefits-list li {
    margin-bottom: 8px;
}

.alt-bg {
    background-color: var(--cinza-claro);
    padding: 80px 0;
}

/* Estilos para a página sobre */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.about-image img {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.mission-box,
.vision-box,
.values-box {
    background-color: var(--branco);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.icon-box {
    width: 70px;
    height: 70px;
    background-color: rgba(10, 61, 98, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 28px;
    color: var(--azul-profundo);
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.values-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--dourado);
    border-radius: 50%;
}

.differentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.differential-item {
    background-color: var(--branco);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.differential-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(10, 61, 98, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.differential-icon i {
    font-size: 28px;
    color: var(--azul-profundo);
}

.approach-steps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.step {
    display: flex;
    align-items: flex-start;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: var(--azul-profundo);
    color: var(--branco);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}

/* Estilos para a página banner */
.page-banner {
    background-color: var(--azul-profundo);
    color: var(--branco);
    padding: 120px 0 60px;
    text-align: center;
}

.page-banner h1 {
    color: var(--branco);
    margin-bottom: 10px;
}

/* FAQ Styles */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    background-color: var(--branco);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
}

.faq-toggle {
    color: var(--dourado);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}

.faq-item.active .faq-toggle i {
    transform: rotate(45deg);
}

/* Responsividade adicional */
@media (max-width: 992px) {
    .contact-grid,
    .about-content,
    .service-content,
    .case-content,
    .culture-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-content.reverse,
    .case-content.reverse {
        direction: ltr;
    }
    
    .service-image,
    .case-image,
    .about-image,
    .culture-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .mission-vision-grid,
    .team-grid,
    .testimonials-slider {
        grid-template-columns: 1fr;
    }
    
    .page-banner {
        padding: 100px 0 40px;
    }
    
    .page-banner h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .differentials-grid,
    .approach-steps {
        grid-template-columns: 1fr;
    }
    
    .step {
        margin-bottom: 20px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
}
