/* ========================================
   PÁGINAS LEGAIS - CSS COMPLETO
   Termos, Privacidade, Cookies
======================================== */

/* Container Principal */
.legal-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #0a0a0a;
    min-height: 100vh;
}

/* Header da Página */
.legal-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 30px;
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 23, 68, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.legal-title {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.legal-subtitle {
    font-size: 1.1rem;
    color: #999;
    margin-bottom: 0;
}

/* Conteúdo */
.legal-content {
    background: #1a1a1a;
    padding: 50px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Seções */
.legal-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.legal-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #ff1744;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ff1744;
    display: inline-block;
}

.legal-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 20px 0;
    padding-left: 15px;
    border-left: 4px solid #ff1744;
}

.legal-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 20px;
    text-align: justify;
}

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

.legal-section ul li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}

.legal-section ul li:before {
    content: "▸";
    position: absolute;
    left: 10px;
    color: #ff1744;
    font-weight: bold;
    font-size: 1.2rem;
}

.legal-section strong {
    color: #fff;
    font-weight: 600;
}

.legal-section a {
    color: #ff1744;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
}

.legal-section a:hover {
    color: #ff4081;
    border-bottom-color: #ff4081;
}

/* Alert Boxes */
.alert-box {
    padding: 25px;
    border-radius: 12px;
    margin: 25px 0;
    border-left: 5px solid;
    backdrop-filter: blur(10px);
}

.alert-box p {
    margin-bottom: 10px;
}

.alert-box p:last-child {
    margin-bottom: 0;
}

.alert-box.info {
    background: rgba(33, 150, 243, 0.1);
    border-left-color: #2196F3;
    color: #64B5F6;
}

.alert-box.warning {
    background: rgba(255, 152, 0, 0.1);
    border-left-color: #FF9800;
    color: #FFB74D;
}

.alert-box.danger {
    background: rgba(244, 67, 54, 0.1);
    border-left-color: #F44336;
    color: #E57373;
}

.alert-box strong {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

/* Tabelas */
.data-table {
    width: 100%;
    margin: 30px 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.data-table thead {
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%);
}

.data-table thead tr th {
    padding: 18px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.data-table tbody tr {
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s;
}

.data-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}

.data-table tbody tr:hover {
    background: rgba(255, 23, 68, 0.1);
    transform: scale(1.01);
}

.data-table tbody tr td {
    padding: 18px 20px;
    color: #ccc;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.data-table tbody tr:last-child td {
    border-bottom: none;
}

/* Contact Box */
.contact-box {
    background: linear-gradient(135deg, rgba(255, 23, 68, 0.1) 0%, rgba(213, 0, 0, 0.05) 100%);
    border: 2px solid rgba(255, 23, 68, 0.3);
    border-radius: 12px;
    padding: 30px;
    margin: 25px 0;
}

.contact-box p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-box p:last-child {
    margin-bottom: 0;
}

.contact-box strong {
    color: #ff1744;
    min-width: 120px;
}

/* Rights Grid (Direitos LGPD) */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.right-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s;
}

.right-item:hover {
    background: rgba(255, 23, 68, 0.1);
    border-color: #ff1744;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.3);
}

.right-item strong {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 10px;
}

.right-item p {
    font-size: 0.95rem;
    color: #999;
    margin: 0;
    text-align: center;
}

/* Cookie Cards */
.cookie-type-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    border: 2px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s;
}

.cookie-type-card:hover {
    border-color: rgba(255, 23, 68, 0.5);
    transform: translateX(5px);
    box-shadow: -5px 0 20px rgba(255, 23, 68, 0.2);
}

.cookie-type-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid;
}

.cookie-type-header h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.4rem;
}

.cookie-type-header.essential {
    border-bottom-color: #4CAF50;
}

.cookie-type-header.functional {
    border-bottom-color: #2196F3;
}

.cookie-type-header.analytics {
    border-bottom-color: #FF9800;
}

.cookie-type-header.marketing {
    border-bottom-color: #9C27B0;
}

.cookie-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cookie-badge.required {
    background: #4CAF50;
    color: white;
}

.cookie-badge.optional {
    background: rgba(255, 255, 255, 0.2);
    color: #ccc;
}

.cookie-type-card code {
    background: rgba(255, 23, 68, 0.1);
    color: #ff4081;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Cookie Example */
.cookie-example {
    background: #000;
    border: 1px solid rgba(255, 23, 68, 0.3);
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
}

.cookie-example strong {
    display: block;
    color: #ff1744;
    margin-bottom: 10px;
}

.cookie-example code {
    color: #64B5F6;
    font-size: 1rem;
    display: block;
    white-space: pre-wrap;
    word-break: break-all;
}

/* Cookie Controls */
.cookie-controls {
    text-align: center;
    padding: 30px;
    background: rgba(255, 23, 68, 0.05);
    border-radius: 12px;
    margin: 30px 0;
}

.btn-cookie-settings {
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%);
    color: white;
    border: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255, 23, 68, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-cookie-settings:hover {
    background: linear-gradient(135deg, #d50000 0%, #b71c1c 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(255, 23, 68, 0.6);
}

.cookie-controls p {
    margin-top: 15px;
    color: #999;
    font-size: 0.95rem;
}

/* Legal Footer */
.legal-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid rgba(255, 23, 68, 0.3);
    text-align: center;
}

.legal-footer p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

.legal-footer .text-muted {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
}

/* Text Utilities */
.text-muted {
    color: #666 !important;
}

/* Responsividade */
@media (max-width: 1024px) {
    .legal-page-container {
        padding: 40px 15px;
    }
    
    .legal-content {
        padding: 35px 25px;
    }
    
    .legal-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .legal-page-container {
        padding: 30px 15px;
    }
    
    .legal-header {
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    
    .legal-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .legal-subtitle {
        font-size: 0.95rem;
    }
    
    .legal-content {
        padding: 30px 20px;
    }
    
    .legal-section {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }
    
    .legal-section h2 {
        font-size: 1.5rem;
    }
    
    .legal-section h3 {
        font-size: 1.2rem;
        padding-left: 12px;
    }
    
    .legal-section p,
    .legal-section ul li {
        font-size: 0.95rem;
        text-align: left;
    }
    
    .legal-section ul li {
        padding-left: 25px;
    }
    
    .alert-box {
        padding: 20px 15px;
    }
    
    .data-table {
        font-size: 0.85rem;
    }
    
    .data-table thead tr th,
    .data-table tbody tr td {
        padding: 12px 10px;
    }
    
    .rights-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .contact-box {
        padding: 20px;
    }
    
    .contact-box p {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        font-size: 1rem;
    }
    
    .btn-cookie-settings {
        padding: 14px 25px;
        font-size: 1rem;
        width: 100%;
    }
    
    .cookie-type-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .cookie-type-card {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .legal-title {
        font-size: 1.5rem;
    }
    
    .legal-section h2 {
        font-size: 1.3rem;
    }
    
    .legal-section p,
    .legal-section ul li {
        font-size: 0.9rem;
    }
    
    .data-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .legal-footer p {
        font-size: 1rem;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.legal-section {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.legal-section:nth-child(1) { animation-delay: 0.1s; }
.legal-section:nth-child(2) { animation-delay: 0.2s; }
.legal-section:nth-child(3) { animation-delay: 0.3s; }
.legal-section:nth-child(4) { animation-delay: 0.4s; }
.legal-section:nth-child(5) { animation-delay: 0.5s; }

/* Print Styles */
@media print {
    .legal-page-container {
        background: white;
        padding: 20px;
    }
    
    .legal-content {
        background: white;
        border: none;
        box-shadow: none;
    }
    
    .legal-section h2 {
        color: #000;
    }
    
    .legal-section p,
    .legal-section ul li {
        color: #000;
    }
    
    .alert-box {
        border: 2px solid #000;
    }
    
    .btn-cookie-settings {
        display: none;
    }
}

/* ========================================
   PÁGINAS: SOBRE NÓS, CONTATO, FAQ
   Design Dark Premium - Totalmente Responsivo
======================================== */

/* ==========================================
   1. PÁGINA SOBRE NÓS
========================================== */

.about-page-container {
    background: #0a0a0a;
    min-height: 100vh;
}

/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    padding: 100px 20px;
    text-align: center;
    border-bottom: 3px solid #ff1744;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 23, 68, 0.1) 0%, transparent 70%);
    animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.about-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-hero-title {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 20px rgba(255, 23, 68, 0.5);
}

.about-hero-subtitle {
    font-size: 1.5rem;
    color: #ff1744;
    margin-bottom: 50px;
    font-weight: 600;
}

.about-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.stat-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 23, 68, 0.3);
    border-radius: 12px;
    padding: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}

.stat-item:hover {
    transform: translateY(-10px);
    border-color: #ff1744;
    box-shadow: 0 10px 30px rgba(255, 23, 68, 0.4);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #ff1744;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Sections */
.about-section {
    padding: 80px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.section-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #ff1744, transparent);
    margin: 0 auto;
}

/* Story Grid */
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-text p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #ccc;
    margin-bottom: 25px;
    text-align: justify;
}

.story-text strong {
    color: #fff;
    font-weight: 600;
}

.story-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.story-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 30px;
}

.overlay-text {
    font-size: 2rem;
    font-weight: 700;
    color: #ff1744;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Mission Section */
.mission-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.mission-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
}

.mission-card:hover {
    background: rgba(255, 23, 68, 0.1);
    border-color: #ff1744;
    transform: translateY(-10px);
}

.mission-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.mission-card h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.mission-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #ccc;
}

.values-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.values-list li {
    padding: 10px 0;
    color: #ccc;
    font-size: 1.05rem;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.feature-card:hover {
    background: rgba(255, 23, 68, 0.1);
    border-color: #ff1744;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.3);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.feature-card h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #999;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat-box {
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.stat-big-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.stat-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* Commitment Boxes */
.commitment-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
}

.commitment-box h3 {
    font-size: 1.8rem;
    color: #ff1744;
    margin-bottom: 25px;
    font-weight: 700;
}

.commitment-box ul {
    list-style: none;
    padding: 0;
}

.commitment-box ul li {
    padding: 12px 0;
    color: #ccc;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.commitment-box ul li:last-child {
    border-bottom: none;
}

/* Team Section */
.team-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
}

.team-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ccc;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.team-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.team-stat-item {
    background: rgba(255, 23, 68, 0.1);
    border: 1px solid #ff1744;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.1rem;
    color: #fff;
}

.team-stat-item strong {
    color: #ff1744;
    font-size: 1.5rem;
    margin-right: 8px;
}

/* Tech Grid */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.tech-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s;
}

.tech-item:hover {
    background: rgba(255, 23, 68, 0.1);
    border-color: #ff1744;
    transform: translateX(5px);
}

.tech-item strong {
    font-size: 1.2rem;
    color: #fff;
    display: block;
}

.tech-item span {
    font-size: 0.95rem;
    color: #999;
}

/* CTA Section */
.about-cta {
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%);
    padding: 80px 20px;
    text-align: center;
}

.about-cta h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-cta p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn-primary {
    background: #fff;
    color: #ff1744;
}

.btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-secondary:hover {
    background: #fff;
    color: #ff1744;
    transform: translateY(-3px);
}


/* ==========================================
   2. PÁGINA DE CONTATO
========================================== */

.contact-page-container {
    background: #0a0a0a;
    min-height: 100vh;
    padding: 60px 20px;
}

/* Header Contato */
.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-title {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-subtitle {
    font-size: 1.3rem;
    color: #999;
}

/* Canais de Contato */
.contact-channels {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.channel-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
}

.channel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.whatsapp-card:hover {
    border-color: #25D366;
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.4);
}

.email-card:hover {
    border-color: #ff1744;
    box-shadow: 0 10px 40px rgba(255, 23, 68, 0.4);
}

.phone-card:hover {
    border-color: #2196F3;
    box-shadow: 0 10px 40px rgba(33, 150, 243, 0.4);
}

.channel-icon {
    margin-bottom: 25px;
    color: #ff1744;
}

.whatsapp-card .channel-icon {
    color: #25D366;
}

.email-card .channel-icon {
    color: #ff1744;
}

.phone-card .channel-icon {
    color: #2196F3;
}

.channel-card h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.channel-description {
    font-size: 1rem;
    color: #999;
    margin-bottom: 20px;
}

.channel-info {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
}

.channel-time {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 25px;
}

.btn-channel {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
    transform: translateY(-2px);
}

.btn-email {
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%);
}

.btn-email:hover {
    background: linear-gradient(135deg, #d50000 0%, #b71c1c 100%);
    transform: translateY(-2px);
}

.btn-phone {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}

.btn-phone:hover {
    background: linear-gradient(135deg, #1976D2 0%, #1565C0 100%);
    transform: translateY(-2px);
}

/* Formulário de Contato */
.contact-form-section {
    max-width: 800px;
    margin: 0 auto 80px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 50px;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 10px;
}

.form-header p {
    color: #999;
    font-size: 1.05rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group label {
    color: #ccc;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff1744;
    background: rgba(255, 255, 255, 0.08);
}

.form-group textarea {
    resize: vertical;
    font-family: inherit;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    font-size: 0.95rem;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.checkbox-label a {
    color: #ff1744;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.btn-submit {
    padding: 16px 40px;
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #d50000 0%, #b71c1c 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.4);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-message {
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

.form-message.success {
    background: rgba(76, 175, 80, 0.2);
    border: 1px solid #4CAF50;
    color: #4CAF50;
}

.form-message.error {
    background: rgba(244, 67, 54, 0.2);
    border: 1px solid #F44336;
    color: #F44336;
}

/* Departamentos */
.departments-section {
    max-width: 1200px;
    margin: 0 auto 80px;
    text-align: center;
}

.departments-section h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 40px;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.department-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s;
}

.department-card:hover {
    background: rgba(255, 23, 68, 0.1);
    border-color: #ff1744;
    transform: translateY(-5px);
}

.department-card h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 10px;
}

.department-card p {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 15px;
}

.department-card a {
    color: #ff1744;
    text-decoration: none;
    font-weight: 600;
}

.department-card a:hover {
    text-decoration: underline;
}

/* Quick FAQ */
.quick-faq {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
    background: rgba(255, 23, 68, 0.05);
    border: 1px solid rgba(255, 23, 68, 0.2);
    border-radius: 12px;
    padding: 40px;
}

.quick-faq h2 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
}

.quick-faq p {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 25px;
}

.btn-faq {
    display: inline-block;
    padding: 14px 35px;
    background: #ff1744;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-faq:hover {
    background: #d50000;
    transform: translateY(-2px);
}

/* Business Hours */
.business-hours {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.business-hours h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.hours-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hours-item strong {
    color: #ff1744;
    font-size: 1.2rem;
}

.hours-item span {
    color: #ccc;
    font-size: 0.95rem;
}


/* ==========================================
   3. PÁGINA FAQ
========================================== */

.faq-page-container {
    background: #0a0a0a;
    min-height: 100vh;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header FAQ */
.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq-subtitle {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 30px;
}

/* Busca FAQ */
.faq-search {
    max-width: 600px;
    margin: 0 auto;
}

.faq-search input {
    width: 100%;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #fff;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.faq-search input:focus {
    outline: none;
    border-color: #ff1744;
    background: rgba(255, 255, 255, 0.08);
}

.faq-search input::placeholder {
    color: #666;
}

/* Categorias */
.faq-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.faq-cat-btn {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #ccc;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-cat-btn:hover,
.faq-cat-btn.active {
    background: #ff1744;
    border-color: #ff1744;
    color: #fff;
}

/* FAQ Content */
.faq-content {
    margin-top: 50px;
}

.faq-section {
    margin-bottom: 50px;
}

.faq-section-title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ff1744;
    font-weight: 700;
}

/* FAQ Items (Accordion) */
.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s;
}

.faq-item:hover {
    border-color: rgba(255, 23, 68, 0.5);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    user-select: none;
}

.faq-question span {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 600;
    flex: 1;
}

.faq-icon {
    flex-shrink: 0;
    fill: #ff1744;
    transition: transform 0.3s;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
}

.faq-answer {
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    padding: 0 30px 30px 30px;
}

.faq-answer p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 15px;
}

.faq-answer ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.faq-answer ul li {
    padding: 8px 0 8px 25px;
    color: #ccc;
    position: relative;
    font-size: 1.05rem;
}

.faq-answer ul li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #ff1744;
    font-size: 1.5rem;
}

.faq-answer strong {
    color: #fff;
}

/* FAQ CTA */
.faq-cta {
    text-align: center;
    margin-top: 80px;
    padding: 60px 40px;
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 2px solid rgba(255, 23, 68, 0.3);
    border-radius: 16px;
}

.faq-cta h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
}

.faq-cta p {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 30px;
}

.btn-contact {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #ff1744 0%, #d50000 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn-contact:hover {
    background: linear-gradient(135deg, #d50000 0%, #b71c1c 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.4);
}


/* ==========================================
   RESPONSIVIDADE
========================================== */

@media (max-width: 1024px) {
    /* About */
    .about-hero-title {
        font-size: 3rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mission-grid,
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid,
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Contact */
    .contact-channels {
        grid-template-columns: 1fr;
    }
    
    .departments-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hours-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* About */
    .about-hero {
        padding: 60px 20px;
    }
    
    .about-hero-title {
        font-size: 2.2rem;
    }
    
    .about-hero-subtitle {
        font-size: 1.2rem;
    }
    
    .about-hero-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .mission-grid,
    .features-grid,
    .stats-grid,
    .tech-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn-cta {
        width: 100%;
    }
    
    /* Contact */
    .contact-title {
        font-size: 2.2rem;
    }
    
    .contact-form-section {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .departments-grid {
        grid-template-columns: 1fr;
    }
    
    /* FAQ */
    .faq-title {
        font-size: 2.2rem;
    }
    
    .faq-categories {
        gap: 10px;
    }
    
    .faq-cat-btn {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
    
    .faq-question {
        padding: 20px 20px;
    }
    
    .faq-question span {
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 480px) {
    .about-hero-title,
    .contact-title,
    .faq-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .mission-icon,
    .feature-icon {
        font-size: 3rem;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-section,
.contact-channels,
.faq-section {
    animation: fadeInUp 0.8s ease forwards;
}