/* ========================================
   ADDITIONAL STYLES FOR INTERNAL PAGES
   ======================================== */

/* ========== HERO PAGE STYLES ========== */
.hero-page {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-page-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 4rem 0 4rem;
}

.breadcrumb-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.breadcrumb-modern a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}

.breadcrumb-modern a:hover {
    color: white;
}

.breadcrumb-modern .separator {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-modern .current {
    color: white;
    font-weight: 600;
}

.hero-page-title {
    font-size: 4rem;
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.hero-page-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========== CONTENT BOX MODERN ========== */
.content-box-modern {
    height: 100%;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(37, 150, 190, 0.1);
    border-radius: 50px;
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(37, 150, 190, 0.2);
}

.section-badge-center {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(37, 150, 190, 0.1);
    border-radius: 50px;
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(37, 150, 190, 0.2);
}

.section-badge .badge-dot,
.section-badge-center .badge-dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.section-title-modern {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.section-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 1.5rem;
}

/* ========== FEATURE LIST INLINE ========== */
.feature-list-modern {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.feature-item-inline {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-icon-small {
    width: 45px;
    height: 45px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-item-inline span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
}

/* ========== STATS INLINE ========== */
.stats-inline-modern {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

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

.stat-number-inline {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label-inline {
    font-size: 0.95rem;
    color: var(--text-gray);
    font-weight: 500;
}

/* ========== VALUE CARDS ========== */
.value-card-modern {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    height: 100%;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.value-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.value-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.value-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

.value-description {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 1rem;
}

/* ========== SECTION COLORED ========== */
.section-colored {
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
}

/* ========== SECTION HEADER CENTER ========== */
.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

/* ========== TEAM SECTION SPECIFIC ========== */
.team-section-modern {
    padding: 8rem 0;
}

.team-grid-modern {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

/* ========== SKILL CARDS ========== */
.skill-card-modern {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    text-align: center;
}

.skill-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.skill-icon-modern {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
}

.skill-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.skill-bar-modern {
    width: 100%;
    height: 8px;
    background: var(--border-color);
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.skill-progress {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 50px;
    transition: width 1.5s ease-in-out;
}

.skill-percentage {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary);
}

/* ========== TIMELINE MODERN ========== */
.timeline-modern {
    position: relative;
    padding-left: 2rem;
}

.timeline-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 2rem;
}

.timeline-title i {
    color: var(--primary);
    font-size: 1.75rem;
}

.timeline-item-modern {
    position: relative;
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
}

.timeline-item-modern::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gradient-primary);
}

.timeline-item-modern:last-child::before {
    display: none;
}

.timeline-dot {
    position: absolute;
    left: -8px;
    top: 0;
    width: 18px;
    height: 18px;
    background: var(--primary);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px rgba(37, 150, 190, 0.2);
}

.timeline-content {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.timeline-content:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-md);
}

.timeline-date {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: rgba(37, 150, 190, 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.timeline-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.timeline-company {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.timeline-content p {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

/* ========== SECTION MODERN BASE ========== */
.section-modern {
    padding: 8rem 0;
    position: relative;
}

/* ========== RESPONSIVE FOR INTERNAL PAGES ========== */
@media (max-width: 992px) {
    .hero-page-title {
        font-size: 3rem;
    }

    .team-grid-modern {
        grid-template-columns: 1fr;
    }

    .timeline-modern {
        padding-left: 1rem;
    }

    .timeline-item-modern {
        padding-left: 2rem;
    }
}

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

    .hero-page-description {
        font-size: 1rem;
    }

    .section-title-modern {
        font-size: 2.5rem;
    }

    .stats-inline-modern {
        gap: 1.5rem;
    }

    .stat-number-inline {
        font-size: 2rem;
    }

    .value-card-modern {
        padding: 2rem;
    }

    .value-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .value-title {
        font-size: 1.5rem;
    }

    .skill-icon-modern {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .hero-page-title {
        font-size: 2rem;
    }

    .section-modern {
        padding: 5rem 0;
    }

    .section-title-modern {
        font-size: 2rem;
    }

    .feature-list-modern {
        gap: 0.75rem;
    }

    .feature-icon-small {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

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

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