/* ===================================
   PÁGINA SOBRE - GOVHUB
   =================================== */

/* Estilos base */
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Bootstrap Grid Customization removed (unused) */

/* Content Section */
.content-section {
    background-color: #F7F7F7;
    padding: 6rem 0;
}

.content-section h2 {
    color: #000000;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.content-section p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* Charts Column */
.charts-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0rem;
    transform: translateY(-3rem);
}

.charts-container {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart-group {
    margin-bottom: 2rem;
}

.chart-placeholder {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 1rem;
}

.chart-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transform: scale(1.2);
}

/* .chart-note removed (unused) */

/* Text Column */
.text-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content-block h2 {
    color: #202020;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left;
}

.content-block p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    text-align: left;
}

/* Features Section */
.features-section {
    background-color: #FFFFFF;
    padding: 6rem 0;
}

.features-title-column {
    display: flex;
    align-items: flex-start;
}

.features-title {
    color: #7A34F3;
    font-size: 2.25rem;
    font-weight: 600;
    margin: 0;
    text-align: left;
    text-shadow: 0 0 20px rgba(122, 52, 243, 0.3);
    white-space: nowrap;
}

.features-list-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-item h3 {
    color: #202020;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.feature-item p {
    color: #202020;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Technologies Section */
.technologies-section {
    background-color: #F7F7F7;
    padding: 6rem 0;
}

.technologies-column h2 {
    color: #202020;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: left;
}

.technologies-column p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #202020;
    text-align: justify;
    margin: 0;
}

.requirements-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.requirement-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.requirement-category {
    font-size: 0.75rem;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.requirement-tech {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tech-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #7A34F3;
    text-transform: uppercase;
    text-decoration: none;
}

.arrow {
    color: #7A34F3;
    font-size: 1.2rem;
    font-weight: bold;
}

/* How to Use Section */
.how-to-use-section {
    background-color: #FFFFFF;
    padding: 6rem 0;
}

.how-to-use-content h2 {
    color: #7A34F3;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: left;
}

.how-to-use-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #202020;
    text-align: left;
    margin-bottom: 2rem;
    max-width: 800px;
}

.how-to-use-content h3 {
    color: #202020;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.how-to-use-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    max-width: 800px;
}

.how-to-use-list li {
    font-size: 1rem;
    line-height: 1.6;
    color: #202020;
    font-weight: 400;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    position: relative;
}

.how-to-use-list li:before {
    content: "•";
    color: #000000 !important;
    font-weight: bold;
    position: absolute;
    left: 0.5rem;
}

.how-to-use-links {
    display: flex;
    flex-direction: row;
    gap: 10rem;
    flex-wrap: wrap;
}

.how-to-use-link {
    color: #7A34F3;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.how-to-use-link:hover {
    color: #5a2bc7;
}

/* Construction Section */
.construction-section {
    background-color: #F7F7F7;
    padding: 6rem 0;
}

.construction-content h2 {
    color: #202020;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    text-align: left;
}

.construction-content h2:first-child {
    margin-top: 0;
}

.construction-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #202020;
    text-align: left;
    margin-bottom: 2rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .content-section h2 {
        font-size: 2rem;
    }
    
    .features-title {
        font-size: 2rem;
    }
    
    .construction-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 100px 1rem 60px;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    /* hero-section p removido */
    
    .content-section {
        padding: 6.25rem 1rem 2.5rem 1rem;
    }
    
    .content-section h2 {
        font-size: 1.8rem;
    }
    
    .features-section {
        padding: 6.25rem 1rem 2.5rem 1rem;
    }
    
    .features-title {
        font-size: 1.8rem;
    }
    
    .construction-section {
        padding: 6.25rem 1rem 2.5rem 1rem;
    }
    
    .construction-content h2 {
        font-size: 1.8rem;
    }
    
    .technologies-section {
        padding: 6.25rem 1rem 2rem 1rem;
    }
    
    .how-to-use-section {
        padding: 6.25rem 1rem 2rem 1rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 80px 1rem 50px;
    }
    
    .content-section {
        padding: 6.25rem 1rem 2rem 1rem;
    }
    
    .features-section {
        padding: 6.25rem 1rem 2rem 1rem;
    }
    
    .technologies-section {
        padding: 6.25rem 1rem 2rem 1rem;
    }
    
    .how-to-use-section {
        padding: 6.25rem 1rem 2rem 1rem;
    }
    
    .construction-section {
        padding: 6.25rem 1rem 2rem 1rem;
    }
    
    .content-section h2 {
        font-size: 1.6rem;
    }
    
    .features-title {
        font-size: 1.6rem;
    }
    
    .construction-content h2 {
        font-size: 1.6rem;
    }
    
    .content-block h2 {
        font-size: 1.6rem;
    }
}