/*
Custom styles for Ouvidoria Municipal landing page
You can further customize as needed for branding and responsiveness.
*/

body {
    font-family: 'Instrument Sans', Arial, sans-serif;
    background: #f8f9fa;
    color: #222;
}
.header {
    background: #006218;
    color: #FFF;
}
.top-bar {
    background: #ffda90;
    font-size: 0.95rem;
    padding: 0.3rem 0;
    
}
.top-bar .contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.top-bar .contact-item {
    display: inline-flex;
    align-items: center;
    margin-right: 1.5rem;
    color: #222;
}
.top-bar .contact-item i {
    margin-right: 0.5rem;
}
.main-nav {
    background: #006218;
    padding: 0.7rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo-section {
    display: flex;
    align-items: center;
}
.logo {
    background: #fff;
    color: #006218;
    font-weight: bold;
    font-size: 1.7rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.logo-text h1, .logo-text h3 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 700;
}
.logo-text p {
    font-size: 0.95rem;
    margin: 0;
    color: #cce0ff;
}
.nav-links a {
    color: #fff;
    margin-left: 1.2rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.nav-links a:hover {
    color: #ffcc00;
}
.hero {
    /* background: linear-gradient(90deg, #e3f0ff 0%, #f8f9fa 100%); */
    padding: 3.5rem 0 2.5rem 0;
}
.hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hero-text {
    flex: 1 1 340px;
    max-width: 500px;
}
.hero-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.hero-text .highlight {
    color: #006218;
    background: #ffcc00;
    padding: 0 0.4rem;
    border-radius: 0.3rem;
}
.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.hero-buttons .btn {
    font-size: 1.1rem;
    padding: 0.7rem 2.2rem;
    margin-right: 1rem;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.btn-primary {
    background: #006218;
    color: #fff;
}
.btn-primary:hover {
    background: #ffda90;
}
.btn-secondary {
    background: #ffcc00;
    color: #006218;
}
.btn-secondary:hover {
    background: #ffe066;
}
.hero-features {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-left: 2.5rem;
    flex: 1 1 220px;
    min-width: 220px;
}
.feature-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    padding: 1.1rem 1.3rem;
    gap: 1.1rem;
}
.feature-icon {
    font-size: 2.1rem;
    color: #006218;
    background: #e3f0ff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.2rem 0;
}
.feature-content p {
    font-size: 0.97rem;
    margin: 0;
    color: #555;
}
.services {
    background: #fff;
    padding: 3rem 0 2.5rem 0;
}
.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.section-header p {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.service-card {
    background: #f8f9fa;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1.5rem 1.2rem;
    flex: 1 1 220px;
    max-width: 260px;
    text-align: center;
}
.service-icon {
    font-size: 2rem;
    margin-bottom: 0.7rem;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon.red { background: #ffeaea; color: #d90429; }
.service-icon.green { background: #eaffea; color: #1b8a3a; }
.service-icon.orange { background: #fff5e6; color: #ff8800; }
.service-icon.blue { background: #e3f0ff; color: #006218; }
.cta-section {
    text-align: center;
    margin-top: 2.5rem;
}
.btn.large {
    font-size: 1.2rem;
    padding: 1rem 2.8rem;
}
.how-to-report {
    background: #f8f9fa;
    padding: 3rem 0 2.5rem 0;
}
.channels-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}
.channel-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1.2rem 1rem;
    flex: 1 1 200px;
    max-width: 220px;
    text-align: center;
}
.channel-icon {
    font-size: 2rem;
    margin-bottom: 0.7rem;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.channel-icon.blue { background: #e3f0ff; color: #006218; }
.channel-icon.green { background: #eaffea; color: #1b8a3a; }
.channel-icon.purple { background: #f3eaff; color: #7c3aed; }
.channel-icon.orange { background: #fff5e6; color: #ff8800; }
.channel-link {
    display: block;
    margin-top: 0.5rem;
    color: #006218;
    font-weight: 500;
    font-size: 0.98rem;
}
.process-section {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem 1.5rem;
    margin-top: 2rem;
}
.process-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.process-header p {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}
.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.step {
    background: #e3f0ff;
    border-radius: 0.7rem;
    padding: 1rem 1.2rem;
    text-align: center;
    min-width: 120px;
}
.step-number {
    background: #006218;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem auto;
    font-size: 1.1rem;
}
.process-info {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1rem;
}
.info-icon {
    font-size: 2rem;
    color: #1b8a3a;
}
.info-items span {
    display: block;
    color: #006218;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.transparency {
    background: #fff;
    padding: 3rem 0 2.5rem 0;
}
.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}
.stat-card {
    background: #f8f9fa;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1.5rem 1.2rem;
    flex: 1 1 180px;
    max-width: 200px;
    text-align: center;
}
.stat-icon {
    font-size: 2rem;
    margin-bottom: 0.7rem;
    color: #006218;
}
.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #006218;
}
.stat-label {
    font-size: 1.05rem;
    color: #555;
}
.stat-period {
    font-size: 0.95rem;
    color: #888;
}
.transparency-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 2rem;
}
.transparency-text {
    flex: 2 1 320px;
}
.transparency-text h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.transparency-text p {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}
.reports-list .report-link {
    display: block;
    color: #006218;
    font-weight: 500;
    margin-bottom: 0.4rem;
    text-decoration: none;
}
.reports-list .report-link:hover {
    text-decoration: underline;
}
.commitment-card {
    background: #e3f0ff;
    border-radius: 1rem;
    padding: 1.2rem 1rem;
    flex: 1 1 220px;
    min-width: 220px;
}
.commitment-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.commitment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.commitment-list li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #006218;
    display: flex;
    align-items: center;
}
.commitment-list .check {
    color: #1b8a3a;
    font-weight: bold;
    margin-right: 0.5rem;
}
.footer {
    background: #006218;
    color: #fff;
    /* padding: 2.5rem 0 0 0; */
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: space-between;
}
.footer-section {
    flex: 1 1 220px;
    min-width: 220px;
    margin-bottom: 1.5rem;
}
.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}
.footer-logo .logo {
    background: #fff;
    color: #006218;
    font-weight: bold;
    font-size: 1.3rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
}
.footer-description {
    font-size: 0.98rem;
    color: #cce0ff;
}
.contact-list .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #fff;
}
.contact-list .contact-item i {
    margin-right: 0.5rem;
}
.links-list a {
    display: block;
    color: #fff;
    margin-bottom: 0.3rem;
    text-decoration: none;
    font-size: 0.98rem;
}
.links-list a:hover {
    text-decoration: underline;
    color: #ffcc00;
}
.social-links {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 1rem;
}
.social-link {
    color: #fff;
    font-size: 1.3rem;
    transition: color 0.2s;
}
.social-link:hover {
    color: #ffcc00;
}
.newsletter h5 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}
.newsletter-form {
    display: flex;
    gap: 0.3rem;
    margin-top: 0.3rem;
}
.newsletter-form input[type="email"] {
    padding: 0.4rem 0.7rem;
    border-radius: 1.2rem;
    border: none;
    font-size: 0.98rem;
    outline: none;
}
.newsletter-form button {
    background: #ffcc00;
    color: #006218;
    border: none;
    border-radius: 1.2rem;
    padding: 0.4rem 1.1rem;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.newsletter-form button:hover {
    background: #ffe066;
}
.footer-bottom {
    background: #004d00;
    color: #cce0ff;
    padding: 1rem 0;
    margin-top: 1.5rem;
}
.copyright-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.97rem;
}
.footer-links a {
    color: #cce0ff;
    margin-left: 1.2rem;
    text-decoration: none;
    font-size: 0.97rem;
}
.footer-links a:hover {
    color: #ffcc00;
    text-decoration: underline;
}
.boxed-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 900px) {
    .hero-content, .transparency-content, .footer-content {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-features, .transparency-content > * {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .main-nav, .header, .footer, .top-bar {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .hero, .services, .how-to-report, .transparency {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .section-header h2 {
        font-size: 1.3rem;
    }
    .hero-text h2 {
        font-size: 1.3rem;
    }
}
