/* ==== SOBRE PAGE - Born-Digital Theme ==== */

/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 0px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.about-hero::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(116,185,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.about-hero-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.about-hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    color: #74b9ff;
    margin-bottom: 2rem;
}

.hero-description {
    font-size: 1.2rem;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 3rem;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.2);
}

.stat-item i {
    font-size: 3rem;
    color: #74b9ff;
}

.stat-item div {
    text-align: left;
}

.stat-item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
}

.stat-item span {
    font-size: 1rem;
    opacity: 0.9;
}

/* Section Badge */
.section-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #74b9ff 0%, #1abc9c 100%);
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

/* Section Titles */
.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.section-subtitle {
    font-size: 1.3rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.section-description {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 1.5rem;
}

/* Born-Digital Section */
.born-digital-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
}

.born-digital-section .row {
    align-items: center;
}

@media (min-width: 992px) {
    .born-digital-section .col-lg-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .born-digital-section .section-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        max-width: 250px;
        margin: 0 auto 1.5rem;
    }
    
    .born-digital-section .section-title {
        max-width: 500px;
        text-align: center;
    }
    
    .born-digital-section .section-description {
        max-width: 600px;
        text-align: center;
    }
}

.comparison-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.comparison-header {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
}

.comparison-header.traditional {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

.comparison-header.digital {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    color: white;
}

.comparison-header i {
    font-size: 2rem;
}

.comparison-header h4 {
    margin: 0;
    font-size: 1.3rem;
}

.comparison-list {
    list-style: none;
    padding: 1.5rem;
    margin: 0;
}

.comparison-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.comparison-list li:last-child {
    border-bottom: none;
}

.comparison-list i {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.traditional .comparison-list i {
    color: #e74c3c;
}

.digital .comparison-list i {
    color: #1abc9c;
}

/* Journey Section */
.journey-section {
    padding: 100px 0;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
}

.timeline-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.timeline-icon::before {
    content: '';
    position: absolute;
    inset: -5px;
    background: linear-gradient(135deg, #74b9ff 0%, #1abc9c 100%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}

.timeline-icon i {
    font-size: 2.5rem;
    color: white;
}

.timeline-content {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 4px solid #74b9ff;
}

.timeline-year {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #74b9ff 0%, #1abc9c 100%);
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.timeline-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.timeline-content p {
    color: #6c757d;
    line-height: 1.8;
    margin: 0;
}

/* Sections Styling */
.about-section {
    padding: 100px 0;
}

.about-section.gray-bg {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
}

.about-section.dark-bg {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    color: white;
}

.about-section.dark-bg .section-title,
.about-section.dark-bg .section-description {
    color: white;
}

/* Cards reutilizáveis da página Sobre (benefícios, roadmap, valores, time) */
@media (max-width: 768px) {
    .about-block-card {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .about-hero {
        padding: 120px 0 80px;
        min-height: auto;
    }

    .about-hero h1 {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .hero-stats {
        gap: 1.5rem;
    }

    .stat-item {
        padding: 1rem 1.5rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-icon {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .stat-item {
        width: 100%;
        justify-content: center;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .about-section {
        padding: 60px 0;
    }

    .born-digital-section,
    .journey-section {
        padding: 60px 0;
    }

    .timeline-icon {
        width: 60px;
        height: 60px;
    }

    .timeline-icon i {
        font-size: 2rem;
    }

    .timeline-content {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .about-hero {
        padding: 100px 0 60px;
    }

    .about-hero h1 {
        font-size: 2rem;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }

    .stat-item i {
        font-size: 2.5rem;
    }

    .stat-item strong {
        font-size: 1.3rem;
    }
}
