/* --- HIDDEN / MODERN SCROLLBAR --- */
html {
    scrollbar-width: thin;
    scrollbar-color: #202536 #fff;
}
html::-webkit-scrollbar {
    width: 8px;
}
html::-webkit-scrollbar-track {
    background: #fff;
}
html::-webkit-scrollbar-thumb {
    background-color: #202536;
    border-radius: 4px;
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

html, body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #333; 
    background-color: #fff; 
    overflow-x: hidden; 
}

/* --- MENU MOBILE NO TOPO --- */
.desktop-nav.active {
    display: block;
    position: absolute;
    top: 96px; 
    left: 0;
    width: 100%;
    background-color: #000000; 
    padding: 20px 0;
    z-index: 1000;
    opacity: 0.8;
}

.desktop-nav.active ul {
    flex-direction: column; 
    gap: 15px;
    align-items: center;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; width: 100%; }

/* --- HEADER & HERO --- */
.header-bg {
    background-image: url(fundoempresa.png);
    min-height: 40px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    color: #fff;
}

.logo-container {
    margin-left: 15px;
}

.desktop-nav { display: none; }

.desktop-nav ul {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    color: #fff;
}

.mobile-menu-icon { 
    font-size: 1.8rem; 
    cursor: pointer; 
    color: #fff; 
    margin-right: 15px; 
    position: relative;
    top: -5px;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 32px;
    visibility: visible;
    opacity: 1;
}

/* Força os ícones do Font Awesome a aparecerem com cor branca e sem sublinhado */
.social-icon-btn i,
.social-icon-btn span {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

/* --- ESPAÇAMENTOS --- */
.about-space-blue { 
    width: 100%;
    height: 4px; 
    background-color: #202536;
}

.about-space-with {
    width: 100%; 
    height: 4px;
}

/* --- SEÇÃO DE CONTATO (ESTILO MOBILE) --- */
.about-section {
    padding: 40px 0;
}

.about-flex {
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 35px;
    width: 100%;
}

.contact-form-box,
.contact-info-box {
    width: 100%;
}

.form-title { 
    font-size: 1.5rem; 
    color: #323E4D; 
    margin-bottom: 20px; 
    text-align: center; 
    line-height: 1.3; 
}

.form-fale-conosco {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-fale-conosco input,
.form-fale-conosco textarea,
.borderduvida {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #1F2435;
    border-radius: 4px;
    padding: 10px;
    font-size: 0.9rem;
}

.btn-submit-duv { 
    background: #1F2435; 
    color: #fff; 
    padding: 12px 30px; 
    border: none; 
    border-radius: 4px; 
    cursor: pointer; 
    font-weight: bold; 
    width: 100%;
}

.contact-info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.contact-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.about-text h2 { font-size: 1.2rem; margin-bottom: 5px; color: #323E4D; }
.about-text p { font-size: 1.0rem; line-height: 1.5; color: #323E4D; }

/* --- ORÇAMENTO & CHECKBOXES --- */
.budget-section { padding: 50px 20px; }
.budget-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; justify-content: center; }
.budget-icon { font-size: 2rem; color: #555; }
.budget-header h2 { font-size: 1.3rem; color: #333; }

.budget-form input[type="text"], 
.budget-form input[type="email"], 
.budget-form input[type="tel"], 
.budget-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.checkbox-col { 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
    font-size: 0.85rem; 
    color: #444; 
    margin-bottom: 20px; 
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0;
}

.btn-submit {
    background: #333; 
    color: #fff; 
    padding: 10px 30px; 
    border: none; 
    border-radius: 4px;
    cursor: pointer; 
    font-weight: bold; 
    float: right;
}

/* --- FOOTER --- */
.site-footer { 
    background: #eaeaea; 
    padding-top: 40px; 
    color: #333;
    display: flex;          
    flex-direction: column; 
    flex-grow: 1;            
}

.footer-grid { 
    display: flex; 
    flex-direction: column; 
    gap: 30px; 
    padding-bottom: 30px; 
}

.footer-col h4 { 
    display: flex; 
    align-items: flex-start; 
    gap: 10px; 
    font-size: 0.9rem; 
    margin-bottom: 15px; 
    font-weight: bold; 
}

.footer-col h4 i { font-size: 1.2rem; color: #666; margin-top: 3px; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; font-size: 0.8rem; color: #555; }

.footer-bottom { 
    background: #333; 
    color: #999; 
    text-align: center; 
    padding: 15px; 
    font-size: 0.75rem; 
    flex-grow: 1;            
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- MEDIA QUERIES (DESKTOP / COMPUTADOR) --- */
@media (min-width: 600px) {
    .desktop-nav { display: block; }
    .mobile-menu-icon { display: none; }

    .about-flex { 
        flex-direction: row; 
        justify-content: space-between; 
        align-items: flex-start; 
        text-align: left;
    }

    .form-title { text-align: left; }

    .contact-form-box { width: 50%; text-align: left; }
    .borderduvida { height: 38px; }
    .btn-submit-duv { width: auto; }

    .contact-info-box { width: 45%; align-items: flex-end; }
    .contact-group { flex-direction: row; text-align: right; }

    .budget-header { justify-content: flex-start; }
    .form-row-3 { display: flex; gap: 20px; }
    .form-row-3 input { flex: 1; }
    .form-row-2 { display: flex; gap: 40px; margin-top: 10px; }
    .checkbox-col { flex: 1; }
    .textarea-col { flex: 2; display: flex; flex-direction: column; }
    .textarea-col textarea { flex-grow: 1; }

    .footer-grid { flex-direction: row; justify-content: space-between; }
    .footer-col { flex: 1; }
}