/* Estilos adicionais para as novas páginas */

/* Ajustes Especiais Page */
.adjustment-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.adjustment-details h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #1e3a8a;
}

.adjustment-details ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.adjustment-details ul li {
    margin-bottom: 5px;
    color: #4b5563;
}

.adjustment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.adjustment-table th, .adjustment-table td {
    padding: 8px 12px;
    text-align: left;
    border: 1px solid #e5e7eb;
}

.adjustment-table th {
    background-color: #f3f4f6;
    font-weight: 600;
    color: #1e3a8a;
}

.checklist {
    margin: 15px 0;
}

.checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.checklist-item input[type="checkbox"] {
    margin-right: 10px;
}

.cta-box {
    background-color: #dbeafe;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}

.cta-box h3 {
    font-size: 1.5rem;
    color: #1e3a8a;
    margin-bottom: 10px;
}

.cta-box p {
    color: #4b5563;
    margin-bottom: 20px;
}

/* Recursos Page */
.resource-content {
    margin: 15px 0;
    padding: 15px;
    background-color: #f9fafb;
    border-radius: 5px;
}

.resource-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.resource-table th, .resource-table td {
    padding: 8px 12px;
    text-align: left;
    border: 1px solid #e5e7eb;
}

.resource-table th {
    background-color: #f3f4f6;
    font-weight: 600;
    color: #1e3a8a;
}

.error-item, .profile-example {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.error-item:last-child, .profile-example:last-child {
    border-bottom: none;
}

.error-item h5, .profile-example h4 {
    font-size: 1.1rem;
    color: #1e3a8a;
    margin-bottom: 5px;
}

.profile-example ul {
    list-style-type: none;
    padding-left: 0;
}

.profile-example ul li {
    margin-bottom: 5px;
    color: #4b5563;
}

/* Ferramentas Page */
.tool-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.tool-details h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #1e3a8a;
}

.tool-details ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.tool-details ul li {
    margin-bottom: 5px;
    color: #4b5563;
}

.checklist-preview {
    margin: 15px 0;
    padding: 15px;
    background-color: #f9fafb;
    border-radius: 5px;
}

.checklist-preview h5 {
    font-size: 1rem;
    color: #1e3a8a;
    margin: 15px 0 10px;
}

.checklist-preview h5:first-child {
    margin-top: 0;
}

.tool-preview {
    margin: 20px 0;
    text-align: center;
}

.preview-image {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.additional-tools {
    margin-top: 60px;
    text-align: center;
}

.additional-tools h3 {
    font-size: 1.8rem;
    color: #1e3a8a;
    margin-bottom: 10px;
}

.additional-tools p {
    color: #4b5563;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

.coming-soon-item {
    background-color: #f9fafb;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
}

.coming-soon-item .icon {
    margin-bottom: 15px;
    color: #9ca3af;
}

.coming-soon-item h4 {
    font-size: 1.2rem;
    color: #4b5563;
    margin-bottom: 10px;
}

.coming-soon-item p {
    color: #6b7280;
    margin-bottom: 0;
}

/* Contato Page */
.contact-info {
    background-color: #f9fafb;
    padding: 30px;
    border-radius: 8px;
}

.contact-info h3 {
    font-size: 1.5rem;
    color: #1e3a8a;
    margin-bottom: 20px;
}

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

.info-icon {
    width: 40px;
    height: 40px;
    background-color: #dbeafe;
    color: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.info-item h4 {
    font-size: 1.1rem;
    color: #1e3a8a;
    margin-bottom: 5px;
}

.info-item p {
    color: #4b5563;
}

.faq-section {
    margin-top: 60px;
}

.faq-section h3 {
    font-size: 1.8rem;
    color: #1e3a8a;
    margin-bottom: 30px;
    text-align: center;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    background-color: #f9fafb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h4 {
    font-size: 1.1rem;
    color: #1e3a8a;
    margin: 0;
}

.faq-answer {
    padding: 0 20px;
    display: none;
    border-top: 1px solid #e5e7eb;
}

.faq-answer p {
    padding: 15px 0;
    color: #4b5563;
}

/* Responsive adjustments for new pages */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .contact-info {
        margin-top: 30px;
    }
    
    .tool-preview img {
        max-width: 100%;
    }
}