/* Informações Page Styles */
.informacoes-section {
    padding: 104px 0;
    background-color: #fafafa;
}

.informacoes-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.informacoes-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #242424;
    text-align: center;
    margin: 0;
}

.informacoes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: start;
}

.informacao-card {
    display: flex;
    flex-direction: column;
    height: 180px;
    border-radius: 24px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 0 0;
    min-width: 288px;
    max-width: 100%;
}

.informacao-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.informacao-card-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.informacao-card-overlay {
    position: absolute;
    inset: 0;
    background-color: #0000008a;
    opacity: 0.8;
    z-index: 1;
}

.informacao-card-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.informacao-card-icon i {
    font-size: 60px;
    color: #e9e9e9;
}

.informacao-card-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
}

.informacao-card-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 1200px) {
    .informacao-card {
        flex: 1 0 0;
        min-width: 288px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .informacoes-section {
        padding: 60px 0;
    }
    
    .informacoes-content {
        gap: 40px;
    }
    
    .informacoes-title {
        font-size: 24px;
    }
    
    .informacao-card {
        flex: 1 0 0;
        min-width: 288px;
        max-width: 100%;
    }
    
    .diferenciais-cards{
        padding-left: 0;
    }

    .btn-contact{
        margin: 0 !important;
    }

    .footer-back-to-top-btn{
        display: none !important;
    }
}

@media (max-width: 576px) {
    .informacao-card {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

/* Container Page */
.container-page {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 108px;
}

/* Service Hero/Breadcrumb Section */
.service-hero-section {
    background-color: #f6f6f6;
    padding: 40px 0 32px;
    position: relative;
}

.service-hero-overlay {
    display: none;
}

.service-breadcrumb-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.breadcrumb-title-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-page-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #242424;
    margin: 0;
}

.service-breadcrumb-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumb-link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.breadcrumb-separator {
    display: inline-block;
    color: #6c6c6c;
    padding: 0 8px;
    font-weight: 400;
}

.breadcrumb-current {
    color: #6c6c6c;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumb-line {
    height: 3px;
    max-width: 50px;
    width: 100%;
    background-color: var(--primary-color);
    margin-top: 0;
}

@media (max-width: 1440px) {
    .container-page {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .container-page {
        padding: 0 16px;
    }
}

/* Conteúdo de Informações (Página interna) */
.conteudo-informacoes-section {
    padding: 104px 0;
    background-color: #fafafa;
}

.conteudo-informacoes-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    align-items: flex-start;
}

.conteudo-informacoes-main {
    flex: 1 0 0;
    min-width: 350px;
}

.conteudo-informacoes-sidebar {
    flex: 0 0 380px;
    max-width: 390px;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.conteudo-informacoes-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.conteudo-section-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #242424;
    margin: 0;
}

.conteudo-text {
    font-size: 16px;
    font-weight: 350;
    line-height: 1.5;
    color: #6c6c6c;
    font-family: 'Inter', 'Noto Sans', sans-serif;
}

.conteudo-text p {
    margin-bottom: 0;
}

.conteudo-text ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 0;
}

.conteudo-text li {
    margin-bottom: 0;
}

.text-link-custom {
    color: var(--secondary-color);
    text-decoration: none;
}

.text-link-custom:hover {
    text-decoration: underline;
}

/* Galeria */
.galeria-section {
    margin-bottom: 48px;
}

.galeria-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
}

.galeria-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 90px;
    flex: 1 0 0;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.galeria-item-overlay {
    position: absolute;
    inset: 0;
    background-color: #6c6c6c5c;
    opacity: 0.8;
}

.galeria-item-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.galeria-item-icon i {
    font-size: 64px;
    color: #c3c3c3;
}

.galeria-instruction {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #6c6c6c;
    margin: 0;
}

/* Form lateral */
.sidebar-form-container {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9e9e9;
    background-color: #f6f6f6;
    padding: 32px;
    border-radius: 10px;
}

.conteudo-form-wrapper {
   
    border-radius: 24px;
    box-shadow: 0px 1px 2px rgba(105, 88, 88, 0.08);
}

.conteudo-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-row-group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.form-field {
    flex: 1 0 0;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    
}

.conteudo-form .form-label {
    font-weight: 500;
    font-size: 16px;
    color: #242424;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
}

.form-label-optional {
    font-family: 'Inter', sans-serif;
    font-weight: 350;
    font-size: 12px;
}

.conteudo-form .form-control {
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    padding: 16px;
    font-size: 12px;
    color: #343434;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.conteudo-form .form-control::placeholder {
    color: #c3c3c3;
    font-weight: 500;
}

.conteudo-form .form-control:focus {
    border-color: var(--secondary-base);

    background-color: #fafafa;
    color: #242424;
    outline: none;
}

.form-note {

    color: #6c6c6c;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

/* Form Orçamento Title */
.form-orcamento-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: var(--brand-primary-full, #242424);
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 32px 0;
}

/* Botões do Formulário */
.btn-enviar {
    background-color: var(--brand-primary-full, #242424);
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-enviar:hover {
    background-color: var(--brand-primary-full, #242424);
    filter: brightness(0.85);
    color: #ffffff;
}

.btn-form-submit {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
}

.btn-form-submit:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn-secondary-figma {
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 32px;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.btn-secondary-figma:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
}

.btn-primary-custom {
    background-color: var(--primary-color);
    border: 0;
    color: #ffffff;
    border-radius: 32px;
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
}

.cta-informacoes-section .btn-secondary-figma{
    background-color: var(--secondary-color) !important;
}

.btn-primary-custom:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

/* CTA Section */
.cta-informacoes-section {
    background-color: var(--primary-color);
    padding: 104px 0;
}

.cta-informacoes-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-informacoes-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    color: #e6ecf1;
    margin: 0;
}

.cta-informacoes-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: #f7f7f7;
    margin: 0;
}



/* Related Pages Section */
.related-pages-section {
    background-color: #f6f6f6;
    padding: 104px 0;
}

.related-pages-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.related-pages-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #242424;
    text-align: center;
    margin: 0 0 48px 0;
}

.related-pages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: start;
}

.related-pages-grid .informacao-card {
    flex: 0 0 calc(25% - 18px);
    min-width: 250px;
    max-width: 342px;
    height: 180px;
}

@media (max-width: 1200px) {
    .related-pages-grid .informacao-card {
        flex: 0 0 calc(33.333% - 16px);
    }
}

@media (max-width: 768px) {
    .related-pages-section {
        padding: 60px 0;
    }
    
    .related-pages-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    
    .related-pages-grid .informacao-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .related-pages-grid .informacao-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Páginas Relacionadas no Formulário */
.related-pages-form-wrapper {
    margin-top: 32px;
}

.related-pages-form-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.related-pages-form-header:hover {
    background-color: var(--primary-color);
}

.related-pages-form-header:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.related-pages-form-wrapper.collapsed .related-pages-form-header {
    margin-bottom: 0;
}

.related-pages-form-wrapper.collapsed .related-pages-chevron {
    transform: rotate(180deg);
}

.related-pages-form-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.related-pages-form-header i {
    color: #ffffff;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.related-pages-form-list {
    background-color: #e9e9e9;
    border-radius: 8px;
    padding: 12px;
    max-height: 300px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.related-pages-form-wrapper.collapsed .related-pages-form-list {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
}

.related-page-form-link {
    background-color: #fafafa;
    padding: 10px 12px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    color: #242424;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    transition: background-color 0.2s ease;
    display: block;
}

.related-page-form-link:hover {
    background-color: #f0f0f0;
    text-decoration: none;
    color: #242424;
}

/* Scrollbar personalizada para a lista do formulário */
.related-pages-form-list::-webkit-scrollbar {
    width: 6px;
}

.related-pages-form-list::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 4px;
}

.related-pages-form-list::-webkit-scrollbar-thumb {
    background: #6c6c6c;
    border-radius: 4px;
}

.related-pages-form-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 768px) {
    .related-pages-form-list {
        max-height: 250px;
    }
    
    .related-pages-form-title {
        font-size: 16px;
    }
}

/* Cities Section */
.cities-section {
    background-color: #fafafa;
    padding: 104px 0;
}

.cities-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #242424;
    text-align: center;
    margin: 0 0 48px 0;
}

.cities-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.states-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.state-item {
    flex: 1 0 auto;
    min-width: 50px;
    background-color: #e9e9e9;
    color: #242424;
    padding: 16px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.state-item:hover {
    background-color: #d9d9d9;
}

.state-item.active {
    background-color: var(--brand-primary-full, #242424);
    color: #fafafa;
}

.cities-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cities-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    background-color: #eee;
    padding: 16px;
}

.city-item {
    flex: 1 0 auto;
    min-width: 64px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #242424;
}

/* Ajustes no formulário */
.conteudo-form .form-control {
    font-size: 12px;
    padding: 16px;
    border-radius: 16px;
}

.conteudo-form .form-label {
    font-size: 16px;
    margin-bottom: 16px;
}

/* Ajustes na galeria */
.galeria-section {
    margin-bottom: 48px;
}

.galeria-section .row {
    margin-bottom: 16px;
}

.galeria-instruction {
    margin: 0;
}

/* Responsividade */
@media (max-width: 1200px) {
    .conteudo-informacoes-wrapper {
        gap: 56px;
    }
    
    .conteudo-informacoes-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .cta-informacoes-title {
        font-size: 36px;
    }
    
    .cta-informacoes-subtitle {
        font-size: 18px;
    }
    
    .related-pages-title,
    .cities-title {
        font-size: 28px;
    }
    
    .form-row-group {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .related-pages-content {
        gap: 32px;
    }
    .service-hero-section {
        padding: 32px 0 24px;
    }
    
    .service-page-title {
        font-size: 24px;
    }
    
    .conteudo-informacoes-section,
    .cta-informacoes-section,
    .related-pages-section,
    .cities-section {
        padding: 60px 0;
    }
    
    .conteudo-informacoes-wrapper {
        gap: 40px;
    }
    
    .conteudo-informacoes-content {
        gap: 40px;
    }
    
    .cta-informacoes-title {
        font-size: 32px;
    }
    
    .cta-informacoes-subtitle {
        font-size: 16px;
    }
    
    .related-pages-title,
    .cities-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
    
    .related-pages-content {
        gap: 32px;
    }
    
    .states-row {
        gap: 2px;
    }
    
    .state-item {
        flex: 1 0 calc(25% - 2px);
        min-width: auto;
    }
    
    .cities-row {
        gap: 8px;
    }
    
    .city-item {
        min-width: 150px;
    }
    
    .form-row-group {
        flex-direction: column;
        gap: 32px;
    }
    
    .form-field {
        min-width: 100%;
    }
    
 
    
    .galeria-item {
        width: 100%;
    }
    .conteudo-informacoes-main{
        min-width: 100%;
    }
}