/**
 * Estilos para a página Quem Somos
 * Petições Online®
 */

/* Reset e Base */
.about-page {
    background: #f5f5f5;
    padding-bottom: 40px;
}

.navbar-main {
    margin-top: 60px;
}

.about-page .container {
    max-width: 1200px;
}

/* Hero Section */
.about-page .hero {
    background: linear-gradient(135deg, #2d5f3f 0%, #1a4229 100%);
    color: white;
    padding: 80px 40px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.about-page .hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-page .hero-subtitle {
    font-size: 22px;
    margin-bottom: 10px;
}

.about-page .hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.about-page .stat {
    text-align: center;
}

.about-page .stat-number {
    font-size: 42px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.about-page .stat-label {
    font-size: 16px;
    opacity: 0.9;
}

/* Guarantee Badge */
.about-page .guarantee-badge {
    background: #2d5f3f;
    color: white;
    padding: 60px 40px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.about-page .certification-seal {
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px;
    font-weight: 700;
}

.about-page .seal-emoji {
    font-size: 50px;
    margin-bottom: 10px;
}

.about-page .seal-title {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}

.about-page .seal-subtitle {
    font-size: 14px;
    margin: 0 auto 30px;
    opacity: 0.9;
    line-height: 1.8;
    max-width: 600px;
}

.about-page .guarantee-badge h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.about-page .guarantee-badge p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 30px;
    opacity: 0.95;
}

/* Comparison Table */
.about-page .comparison-table {
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.about-page .comparison-table th {
    background: #1a4229;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

.about-page .comparison-table td {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    color: #333;
}

.about-page .comparison-table td:first-child {
    text-align: left;
    font-weight: 600;
}

.about-page .comparison-table td.negative {
    color: #dc3545;
    font-size: 24px;
}

.about-page .comparison-table td.positive {
    color: #4ade80;
    font-size: 24px;
}

.about-page .comparison-table tr:hover {
    background: #f8f9fa;
}

/* Alert Boxes */
.about-page .alert-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.about-page .alert-box.danger {
    background: #f8d7da;
    border-left-color: #dc3545;
}

.about-page .alert-box h3 {
    color: #856404;
    margin-bottom: 15px;
    font-size: 22px;
}

.about-page .alert-box.danger h3 {
    color: #721c24;
}

.about-page .alert-box p {
    margin-bottom: 10px;
    color: #333;
}

/* Case Studies */
.about-page .case-study {
    background: white;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #dc3545;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-page .case-study h4 {
    color: #dc3545;
    margin-bottom: 15px;
    font-size: 20px;
}

.about-page .case-study p {
    margin-bottom: 10px;
    color: #333;
}

.about-page .case-study .source {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.about-page .case-study .source a {
    color: #2d5f3f;
    text-decoration: none;
    font-weight: 600;
}

.about-page .case-study .source a:hover {
    text-decoration: underline;
}

/* Content Sections */
.about-page .section {
    background: white;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-page .section h2 {
    color: #2d5f3f;
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2d5f3f;
}

.about-page .section h3 {
    color: #1a4229;
    font-size: 24px;
    margin: 30px 0 20px 0;
}

.about-page .section p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #333;
}

.about-page .section ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.about-page .section ul li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.about-page .section ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5f3f;
    font-weight: 900;
    font-size: 20px;
}

.about-page .section ul.negative-list li::before {
    content: "✗";
    color: #dc3545;
}

.about-page .section ul.reality-check li::before {
    content: "▸";
    color: #2d5f3f;
    font-size: 16px;
}

.about-page .section .ordered-list {
    list-style-position: inside;
    margin: 20px 0;
}

/* Blockquote */
.about-page blockquote {
    background: #f8f9fa;
    border-left: 5px solid #2d5f3f;
    padding: 25px;
    margin: 30px 0;
    font-style: italic;
    border-radius: 8px;
}

.about-page blockquote p {
    margin-bottom: 10px;
}

.about-page blockquote strong {
    font-style: normal;
    color: #2d5f3f;
}

.about-page blockquote.tip {
    background: #e7f5ec;
}

/* Checklist */
.about-page .checklist {
    background: #e7f5ec;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
}

.about-page .checklist h3 {
    color: #2d5f3f;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-page .checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-page .checklist ul li {
    padding: 12px 0;
    padding-left: 35px;
    position: relative;
}

.about-page .checklist ul li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    font-size: 20px;
}

/* Highlight Box */
.about-page .highlight-box {
    background: linear-gradient(135deg, #2d5f3f 0%, #1a4229 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    margin: 30px 0;
}

.about-page .highlight-box h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-page .highlight-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-page .highlight-box ul li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: white;
}

.about-page .highlight-box ul li::before {
    content: "✓";
    color: #4ade80;
    position: absolute;
    left: 0;
    font-weight: 900;
    font-size: 20px;
}

/* Testimonials */
.about-page .testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.about-page .testimonial {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #2d5f3f;
}

.about-page .testimonial p {
    font-style: italic;
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* Author Bio */
.about-page .author-bio {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.about-page .author-bio h2 {
    color: #2d5f3f;
    font-size: 32px;
    margin-bottom: 25px;
}

.about-page .author-bio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-page .author-bio ul li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.about-page .author-bio ul li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #2d5f3f;
    font-size: 14px;
}

.about-page .author-bio .nested-list {
    margin-top: 10px;
}

.about-page .author-bio .author-highlight {
    margin-top: 30px;
    font-size: 18px;
}

.about-page .author-bio a {
    color: #2d5f3f;
    font-weight: 600;
    text-decoration: none;
}

.about-page .author-bio a:hover {
    text-decoration: underline;
}

/* CTA Section */
.about-page .cta-section {
    text-align: center;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 30px 0;
}

.about-page .cta-section h2 {
    color: #2d5f3f;
    margin-bottom: 20px;
}

.about-page .cta-description {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.about-page .cta-button {
    display: inline-block;
    background: #2d5f3f;
    color: white;
    padding: 18px 45px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    margin: 10px;
    transition: all 0.3s ease;
    border: 2px solid #2d5f3f;
}

.about-page .cta-button:hover {
    background: #1a4229;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}

.about-page .cta-button.secondary {
    background: transparent;
    color: #2d5f3f;
}

.about-page .cta-button.secondary:hover {
    background: #2d5f3f;
    color: white;
}

/* Divider */
.about-page hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #2d5f3f, transparent);
    margin: 50px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .about-page .hero {
        padding: 50px 25px;
    }

    .about-page .hero h1 {
        font-size: 32px;
    }

    .about-page .hero-stats {
        gap: 30px;
    }

    .about-page .stat-number {
        font-size: 32px;
    }

    .about-page .guarantee-badge {
        padding: 40px 25px;
    }

    .about-page .guarantee-badge h2 {
        font-size: 28px;
    }

    .about-page .section {
        padding: 25px;
    }

    .about-page .section h2 {
        font-size: 26px;
    }

    .about-page .section h3 {
        font-size: 20px;
    }

    .about-page .cta-button {
        display: block;
        margin: 10px 0;
    }

    .about-page .comparison-table {
        font-size: 14px;
    }

    .about-page .comparison-table td,
    .about-page .comparison-table th {
        padding: 12px;
    }

    .about-page .testimonials {
        grid-template-columns: 1fr;
    }

    .about-page .highlight-box {
        padding: 25px;
    }

    .about-page .author-bio {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .about-page .hero h1 {
        font-size: 28px;
    }

    .about-page .hero-subtitle {
        font-size: 18px;
    }

    .about-page .stat-number {
        font-size: 28px;
    }

    .about-page .guarantee-badge h2 {
        font-size: 24px;
    }

    .about-page .section h2 {
        font-size: 22px;
    }

    .about-page .comparison-table th,
    .about-page .comparison-table td {
        padding: 8px;
        font-size: 12px;
    }
}
